#main .header{
	background: url(../img/title_clients.png) top left no-repeat;
}

div.shop {
	border-bottom: 1px dashed #f8981d;
	width: 608px;
	padding-left: 32px;
	margin: 33px 0 30px 4px;
}

div.shop .title{
	height: 52px;
	width: 608px;
	margin-bottom: 15px;
}

div.shop .title .name{
	background: url(../img/shop_name_bg_large.gif) top left repeat-y;
	line-height: 50px;
	padding-left: 22px;
	float: left;

}

div.shop .title .name h1{
	font-size: 21px;
	font-weight: bold;
	border-bottom: 2px dotted #333;
	padding-bottom: 5px;
}

div.shop .title .logo{
	float: right;
}

/*
div.shop .title .logo img{
	height: 45px;
}
*/

div.shop .image_col {
	float: left;
	clear: left;
	width: 220px;
	height: 220px;
}

div.shop .details_col{
	float: left;
	clear: right;
	margin-left: 15px;
	font-size: 13px;
	width: 371px;
}

div.shop .details_col .basic_info{
	padding-top: 20px;
	width: 371px;
	background: url(../img/shop_info_top_bg.png) top left no-repeat;
}

div.shop .details_col .basic_info .contents{
	padding: 0 28px 20px 28px;
	background: url(../img/shop_info_bg.png) bottom left no-repeat;
}

div.shop .details_col .basic_info .contents .info{
	line-height: 24px;
	padding-left: 60px;
	width: 255px;
	*word-break:break-all;
}
div.shop .details_col .basic_info .contents .add {
	background: url(../img/shop_info_address.png) left 4px no-repeat;
}
div.shop .details_col .basic_info .contents .tel {
	background: url(../img/shop_info_tel.png) center left no-repeat;
}
div.shop .details_col .basic_info .contents .url {
	background: url(../img/shop_info_website.png) center left no-repeat;
}

div.shop .details_col .basic_info .contents .info span{
	display:none;
}

div.shop .extra_info{
	margin-top: 30px;
	padding-left: 8px;
}

div.shop .extra_info div {
	padding-left: 82px;
	margin-bottom: 10px;
}

div.shop .extra_info div.opening_hours{
	background: url(../img/shop_info_opening_hours.png) top left no-repeat;
}

div.shop .extra_info div.description{
	background: url(../img/shop_info_description.png) top left no-repeat;
	
}

div.shop .extra_info div.description p{
	padding-bottom: 5px;
}

div.shop .extra_info div.description ol, div.shop .extra_info div.description ul{
	padding-left: 20px;
}

div.shop .extra_info div span.label{
	display: none;
}
div.shop .bottom_nav{
	clear:both;
}

div.shop .bottom_nav .button_s {
	height: 53px;
	float: right;
}

div.shop .bottom_nav .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 .bottom_nav .button_s a span{
	border-bottom: 1px dotted #069;
}