@CHARSET "ISO-8859-1";
div#product_dropdown {
	width: 235px;
	height: 150px;
	background-color: #D9D6D2;
	position:absolute;
	right:115;
	z-index:1;
	margin-top:25px;
	color:#fff;
	padding: 5px;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}


div#product_container{
	/*background-color: #f00;*/
	margin-top:20px;
	min-height: 520px;
}

div#product_image {
	width: 74%;
	/*background-color: #00f;*/
	height: 100%;
	float:left;
	border: 1px solid #ccc;
	margin-right:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}
div#product_description {
	width: 24%;
	height: 100%;
	float:left;
	
}


h1.right_header{
	font-size: 14px;
	font-family: Verdana, Calibri, Tahoma,arial,sans-serif;
	font-weight: bold;
	margin-bottom:0px;
}
div.right_description_label{
	background-color: #9E9D9D;
	height:25px;
	color:#eee;
	-webkit-border-radius: 10px;
	margin-bottom:10px;
	padding:5px 0px 0px 10px;
	border-radius: 10px;
	
}
div.right_product_description{
	/*min-height: 80px;
	height:80px;*/
	overflow:auto;
	display:block;
	height:auto;
	padding-bottom:10px;
	padding-left:10px;
	
}

div.right_product_dimension{
	/*height:50px;*/
	display:block;
	-webkit-border-radius: 10px;
	height:auto;
	padding-bottom:10px;
	padding-left:10px;
}

span.left_designer{
	font-size: 11px;
	padding-left:10px;
	margin-top:0px;
}

img.image_thumbnail {
	margin-right:5px;
	margin-bottom: 5px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding:3px;
	-webkit-border-radius: 10px;
}

img.image_thumbnail:hover, img.product_active{
	border: 1px solid #f00;
}


div#running_thumbnails_container{
	margin: 10px 0px 10px 0px;
	height: 120px;
	padding:10px;
}

div#product_listing{
	margin: 10px 10px 30px 0px;
	height: 120px;
	
}

div.productnames{
	width: 180px;
	float:left;
	margin-right:10px;
}
div.productnames span {
	display:block;
	margin-bottom:10px;
}

div.clear_both{
	clear:both
}

span.collection_label {
	color:#D30111;
	display:block;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}

div.bottom_prev_next_nav{
	width: 145px;
	float:right;
	text-align:right
}

div.running_thumbnails{
	width: 150px;
	height: 110px;
	float:left;
	text-align:center;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	padding:5px;
	margin-right:10px;
	display: table-cell; 
	border-radius:10px;
	
}

div.running_thumbnails:hover{
	color: #D30111;
	border: 1px solid #D30111;
}

div.running_thumbnails img, div.running_thumbnails span {
	display:block;
	font-size:12px;
	text-align:center;
	vertical-align: middle;
	margin:auto;
}

div#project_image {
	width: 74%;
	/*background-color: #00f;*/
	height: 100%;
	float:left;
	margin-right:10px;
	margin-bottom:50px;

}

div#project_image img.project_image {
	margin-left:10px;
	
}

div#other_projects {
	width: 24%;
	height: 100%;
	float:left;
	padding-top:10px;
	
}

div.collection_year {
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	width: 190px;
	text-align:center;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

div#fluid {
	width: 74%;
	/*background-color: #00f;*/
	float:left;
	margin-right:10px;
	margin-bottom:50px;

}

