﻿@charset "utf-8";
/************************* STRUCTURE */
#bounds #container #content #content-top { 
	background-color: #eae9e1;
	height: 100%;
}

#bounds #container #content #content-top #product-view {
	background: #ffffff url(../images/product-view-bg.jpg) no-repeat bottom;
	width: 490px;
	padding-bottom: 10px;
	float: left;
	min-height:420px;
}

#bounds #container #content #content-top #product-view .info-panel h2 {
	margin: 0;
	color: #96926A;
	font-size: 140%;
	font-weight: normal;
	font-family: Georgia,"Times New Roman", Times, serif;
}

#bounds #container #content #content-top #product-view .info-panel h2 strong {
	font-size: 80%; 
	position: relative; 
	top: -3px; 
	color: #990000;
}

#bounds #container #content #content-top #product-view .info-panel p {
	margin: 0;
	font-size: smaller;
	color: #96926A;
	font-family: Georgia,"Times New Roman", Times, serif;
}

#bounds #container #content #content-top #product-view .info-panel {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#bounds #container #content #content-top #product-selection {
	overflow: auto;
	background: #EAE9E1;
	width: 233px;
	height: 427px;
	float: right;
}

#bounds #container #content #content-top #product-selection h4 {
	padding: 0;
	margin-bottom: 0;
	margin-top: 5px; 																					/*new property*/
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
	font-weight: normal;
	font-size: 110%;
	color: #96926A;
}

#bounds #container #content #content-top #product-selection .left h2 strong { color: #990000; }

#bounds #container #content #content-top #product-selection small {
	margin-left: 20px;
	color: #96926A;	
}

#bounds #container #content #content-top #product-selection .left {
	margin-left: 20px;
	margin-bottom: 3px;  																				/*was 4px*/
	width: 60px;
}

#bounds #container #content #content-top #product-selection .product {
	margin-left: 0px;
	width: 130px;
}

#bounds #container #content #content-top #product-selection .left p { display: none; }

#bounds #container #content #content-top #product-selection .left img {
	cursor: pointer;
	border: 1px solid #666;
}

#bounds #container #content #content-top #product-selection .left h2 {
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	color:#96926A;
	font-weight: normal;
	font-size: 70%;
}

#bounds #container #content #content-top #product-selection .color {
	width: 46px;
	height: 13px;
	border: 1px solid #8B8973;
}

#bounds #container #content #content-top #product-selection .left .color img { border: none; }

#bounds #container #content #content-top #product-view .info-panel h2 span.trademark {
	font-size: 60%;
	position: relative;
	top: -3px;
}