@charset "utf-8";
/* CSS Document */

#productPage {
	width:712px;
	overflow:hidden;
	padding:10px;
	margin:0px;
}

#productPage h1 {
	padding:0px;
	margin:0px;
	color:#433f35;
	font-family:trebuchet ms;
	font-size:26px;
	font-weight:normal;
}

#productPage #breadCrumb {
	font-size:11px;
	font-family:arial;
	color:#999999;
	margin-bottom:20px;
}

#productPage #breadCrumb a {
	font-family:trebuchet ms;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

#productPage #breadCrumb a:hover {
	text-decoration:underline;
	color:#433f35;
}

#productPage #images {
	width:220px;
	overflow:hidden;
	float:left;
	font-size:11px;
	font-family:trebuchet ms;
	font-style:italic;
	color:#555555;
}

#productPage #images img#mainimg {
	width:210px;
	height:auto;
}

#productPage #images #additionalImages {
}

#productPage #images #additionalImages img {
	height:50px;
	width:50px;
}


#productPage #images #additionalImages .pcShowAdditionalImage {
	float:left;
	margin-right:4px;
	width:52px;
	height:52px;
}

#productPage #images #additionalImages .pcShowAdditionalImage img {
	height:50px;
	width:50px;
}

#productPage #productInfo {
	width:330px;
	font-size:12px;
	font-family:arial;
	color:#333333;
	float:left;	
}

#productPage #productInfo .pcShowPrices {
	font-size:16px;
	font-family:trebuchet-ms;
	color:#433f35;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

#productPage #purchase {
	border-left:1px #999999 solid;
	width:150px;
	float:left;
	overflow:hidden;
	padding-left:10px;
}

#productPage #purchase span.title{
	font-size:12px;
	font-family:arial;
	color:#4e493d;
	font-weight:bold;
}

#productPage #purchase select {
	width:150px;
	font-size:12px;
	font-family:arial;
	color:#333333;
}

#productReviews {
	overflow:hidden;
	font-size:11px;
	font-family:arial;
	color:#444444;
}

#productPage #relatedProducts {
	overflow:hidden;
}

#productPage #relatedProducts .product {
	width:130px;
	height:210px;	
	padding:0px;
	border:1px #c7c6c4 solid;
	text-align:center;
	float:left;
	overflow:hidden;	
	margin-right:3px;
	margin-bottom:3px;	
	padding:5px;
}

#productPage #relatedProducts .product .image {
	margin:0px;
	padding:0px;
	width:118px;
	text-align:center;
	height:118px; 
	overflow:hidden;	
}

#productPage #relatedProducts .product span.price {
	font-size:12px;
	font-family:arial;
	color:#877753;
	display:inline-block;
	width:112px;
	height:20px;
	text-align:center;		
	font-weight:bold;
}

#productPage #relatedProducts .product a.title {
	font-size:12px;
	font-family:arial;
	color:#211f1a;
	text-decoration:none;
}

#productPage #relatedProducts .product a.title:hover {
	color:#666666;
	text-decoration:underline;
}


