#main .header{
	background: url(../img/title_clients.png) top left no-repeat;
}

div.shop{
	width: 640px;
	min-height: 155px;
	margin-left: 5px;
	margin-top: 20px;
}

div.shop .image {
	/*padding: 2px;*/
	border: 1px solid #ccc;
	overflow: hidden;
	float: left;
	width: 100px;
	/*height: 100px;*/
}

div.shop .image a, div.shop .logo a{
	border-bottom: none;
}

div.shop .image img{
	padding: 2px;
	width: 96px;
}

div.shop .main{
	float: left;
	margin-left: 20px;
	width: 515px;
}

div.shop .title{
	width: 515px;
}

div.shop .name{
	min-height: 32px;
	line-height: 32px;
	padding-left: 20px;
	background: url(../img/shop_name_bg.gif) top left repeat-y;
	float:left;
	width: 330px;	
}

div.shop .name a{
	font-size: 21px;
	font-weight: bold;
	color: #333;
	border-bottom: 2px dotted #333;	
}

div.shop .name a:hover{
	color: #f8981d;
	border-color: #f8981d;
}

div.shop .logo{
	float: right;
	height: 45px;
}

/*
div.shop .logo img{
	height: 45px;
}
*/
div.shop .info{
	clear: both;
	height: 40px;
	margin-top: 17px;
	font-size: 13px;
}

div.shop .info .icon{
	padding-left: 58px;
	min-height: 20px;
	line-height: 20px;
}

div.shop .info .icon span{
	display: none;
}

div.shop .info .add{
	background: url(../img/icon_shop_address.gif) top left no-repeat;
}

div.shop .info .tel{
	background: url(../img/icon_shop_tel.gif) top left no-repeat;
}

div.shop .other_info{
	clear:both;
	height: 53px;
	background: url(../img/shop_tags_bg.png) bottom left no-repeat;
	border-bottom: 1px dashed #f8981d;
}

div.shop .other_info .tags{
	float: left;
}

div.shop .other_info .button_s {
	float: right;
	height: 53px;
}

div.shop .other_info .button_s a{
	display: block;
	_display: inline-block;
	height: 53px;
	line-height: 53px;
	padding-left: 47px;
	background: url(../img/icon_save.jpg) center left no-repeat;
	color: #069;
	border-bottom: none;
	font-size: 13px;
}

div.shop .other_info .button_s a span{
	border-bottom: 1px dotted #069;
}
