/* Brand info */
#brand_info { background: #f0f0f0; padding: 20px; margin: 15px 0 15px 0; }
#brand_info_logo { position: relative; float: left; width: 125px; height: 125px; margin: 0 75px 0 0; }
#brand_info_logo img { position: absolute; z-index: 0; width: 125px; height: 125px; }
#brand_info_logo_overlay { position: absolute; width: 125px; height: 125px; z-index: 1; background: url(images/brand_overlay.png) repeat; }
#brand_info_text { float: left; width: 590px; font-size: 14px; color: #242424; line-height: 18px; }

/* webshop tiles */
#webshop_content #webshop_titles {
	float: left;
	width: 630px;
}
#webshop_titles .webshop_tile {
	float: left;
	position: relative;
	height: 270px;
	width: 194px;
	margin-right: 16px;
	margin-bottom: 16px;
}
#webshop_titles .webshop_tile span.detail{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	color: #fff;
	width: 186px;
	height: 20px;
	background: #606060;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 0 0 0 8px;
	line-height: 20px;
	overflow: hidden;
}
#webshop_titles .webshop_tile img{
	position: absolute;
	top: 0;
	left: 0;
	width: 194px;
	height: 250px;
}
#webshop_titles .webshop_tile span.old_price{
	/*visibility: hidden;*/
	position: absolute;
	bottom: 29px;
	left: 8px;
	z-index: 1;
	font-size: 16px;
	color: #ff0000;
	text-decoration: line-through;
	letter-spacing: 2px;
}
#webshop_titles .webshop_tile span.price{
	/*visibility: hidden;*/
	position: absolute;
	bottom: 29px;
	right: 8px;
	z-index: 1;
	font-size: 18px;
	color: #606060;
	letter-spacing: 2px;
}
/*#webshop_titles .webshop_tile:hover span.price{
	visibility: visible;
}
#webshop_titles .webshop_tile:hover span.old_price{
	visibility: visible;
}*/
#webshop_titles .webshop_tile span.price_from{
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: -8px;
}
#webshop_titles .webshop_tile span.show_more{
	position: absolute;
	bottom: 140px;
	left: 40px;
	font-size: 14px;
	color: #606060;
	letter-spacing: 1px;
	text-decoration: underline;
	text-transform: uppercase;
}

/* webshop filter */
#webshop_content #webshop_filter {
	float: right;
	width: 320px;	
}
#webshop_filter .webshop_filter {

}
#webshop_filter .webshop_filter .webshop_filter_title {
	padding: 4px 7px 4px 7px;
	color: #fff;
	background: #606060;
	font-size: 12px;
}
#webshop_filter .webshop_filter .webshop_filter_inner {
	padding: 20px 0 20px 5px;
}

/* webshop navigation */
div.webshop_navigation {
	color: #676b6a;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 18px;
}
div.webshop_navigation span {
	padding: 0 3px 0 3px;
	border: 1px solid #676b6a;
	margin-right: 3px;	
}
div.webshop_navigation .button {
	text-decoration: underline;
	letter-spacing: 1px;
}
div.webshop_navigation a {
	margin-right: 3px;
}

.webshop_filter_inner table.filter_table {
	float: left;
	width: 155px;	
	font-size: 12px;
	margin-bottom: 17px;
}
.webshop_filter_inner table.filter_table td {
	height: 17px;
}
.webshop_filter_inner table.filter_table span {
	font-weight: bold;
	color: #000;
}
.webshop_filter_inner table.filter_table a:hover {
	text-decoration: underline;
}

#webshop_navigation_bottom {
	width: 320px;
	position: absolute;
	right: 0;
	bottom: 16px;
	line-height: 18px;	
}
#webshop_navigation_bottom .webshop_navigation {
	margin-top: 5px;
 	margin-bottom: 26px;
	margin-left: 5px;
}
#grey_block_right_bottom {
	width: 320px;
	height: 20px;
	background: #606060;	
}

#social_media {  }
#facebook_like { height: 45px; }
#add_this { background: #f1f1f1; padding: 10px; }
#add_this p { color: #666666; font-size: 15px; margin: 0 0 0 0; line-height: 16px; margin: 0 0 5px 0; }
