/* PRODUCT TEMPLATE SPECIFIC STYLES */
table.producttemplate {
	background-color: White;
}

/* Wrapper around product layout */
#productlayoutwrapper {
	width: 717px;
	height: 284px;
	background-color: White;
}

/* Left layout section */
#productlayoutleft {
	float: left;
	width: 326px;
	height: 284px;
	background-color: transparent;
	background-image: url(layout_left_background.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

/* Right layout section */
#productlayoutright, #productlayoutrightwhite {
	float: right;
	width: 391px;
	height: 284px;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
#productlayoutright {
	background-image: url(layout_right_background.jpg);
	background-repeat: no-repeat;
}
#productlayoutrightwhite {
	background-image: url(white_bg.jpg);
	background-repeat: no-repeat;
}


/* Space reserved for product details */
#productdetailspace {
	background-color: transparent;
	position: relative;
	width: 300px;
	height: 179px;
	top: 52px;
	left: 25px;
	overflow: auto;
}

/* Space reserved for product price and shopping cart buttons */
#productpricespace {
	background-color: transparent;
	position: relative;
	width: 100%;
	height: 35px;
	top: 70px;
	left: 0;
	overflow: hidden;
}

#productprice {
	float: left;
	padding-left: 75px;
}

#cartbuttons {
	float: right;
	padding-right: 20px;
}


#productimage {
	position: relative;
}



/* Product detail styles */
h2.producttitle {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: Black;
	margin: 0 0 0.5em 0;
	font-size : 13px;
}

table.productdetails td {
	padding: 0;
}

.productdescription, p.productdescription {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 11px;
	font-weight: normal;
	color: Black;
}

.optiontitle, p.optiontitle {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
	font-weight: bold;
	color: Black;
}

.optionvalue, p.optionvalue {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
	font-weight: normal;
	color: Black;
}

.pricevalue, p.pricevalue {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
	font-weight: bold;
	color: White;
}

.discounttitle, p.discounttitle {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.discountvalue, p.discountvalue {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

