.left_menu
{
	margin: 0;
	padding: 0;
	width: 296px;
}

.left_menu_top
{
	background: url(../../images/product/dark_grey_left_menu_box.jpg) no-repeat top center;
	height: 40px;
}

.left_menu_header
{
	color: white;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
}

.left_menu_body
{
	background: url(../../images/product/left_menu.jpg) no-repeat top center;
	background-color: #e1d9d4;
	text-align: left;
}

.left_menu_content
{
	color: grey;
	padding: 20px;
}

.left_menu_content a.nav
{
	color: grey;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.left_menu_content a.nav:hover
{
	color: #9e1213;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.selected_product
{
	color: #9e1213;
	font-size: 11px;
	font-weight: bold;
}

.left_menu_content_for_nav
{
	color: grey;
	padding: 3px;
}

.left_menu_content_for_nav a.nav
{
	color: grey;
	font-size: 11px;
	font-weight: bold;
}

.left_menu_content_for_nav a.nav:hover
{
	color: #9e1213;
	font-size: 11px;
	font-weight: bold;
}

.left_menu_bottom
{
	background: url(../../images/product/left_menu_bottom_box.jpg) no-repeat top center;
	height: 8px;
}

.left_menu_no_dotted_line
{
	padding-top: 3px;
	padding-bottom: 3px;
}

.left_menu_dotted_line
{
	border-top: 1px dotted grey;
	padding-top: 3px;
	padding-bottom: 3px;
}

.product_category_title
{
	color: grey;
	font-size: 20px;
	padding:20px;
}

.product_category_image
{
	color: grey;
	font-size: 11px;
	font-weight: bold;
	padding:0 8px 10px 20px;
}

.product_category_image a
{
	color: grey;
	font-size: 11px;
	font-weight: bold;
}

.product_category_desc
{
	color: grey;
	font-size: 11px;
	font-weight: bold;
	padding:0 20px 10px 8px;
}

.product_category_desc a
{
	color: grey;
	font-size: 11px;
	font-weight: bold;
}

.product_price_qty
{
	font-family: Georgia;
	font-size: 20px;
	font-style: italic;
	color: grey;
	border-top: 1px dotted grey;
	border-bottom: 1px dotted grey;
	background-color: #fffbd9;
	padding: 10px;
}

.product_price
{
}

.price_qty_separator
{
	width: 35%;
	height: 5px;
	border-bottom: 1px dotted grey;
	margin-bottom: 5px;
}

.product_info_header
{
	font-family: Georgia;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	color: #6b625b;
	border-top: 1px dotted grey;
	border-bottom: 1px dotted grey;
	background-color: #efeeed;
	padding: 5px 10px 5px 10px;
}

.product_info_content
{
	font-family: Trebuchet MS;
	font-size: 11px;
	font-style: normal;
	color: #4d4844;
	padding: 5px 0 5px 0;
}

.right_content_box_top
{
	background: url(../../images/product/white_top_box.jpg) no-repeat top center;
	min-height:350px;
	margin:0;
	padding:0;
}

.right_content_box_body
{
	background: url(../../images/product/white_middle_box.jpg) repeat-y center center;
	margin:0;
	padding:0;
}

.right_content_box_bottom
{
	background: url(../../images/product/white_bottom_box.jpg) no-repeat bottom center;
	min-height:350px;
	margin:0;
	padding:0;
}

#itemImg, .imgAccessory
{
	border-color:grey;
}

.product_downloads
{
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #4d4844;
}

/*
#itemSpecs h1{
	position:absolute;
	height:359px;
	width:100%;
	padding:50px 0 0 50px;
	margin:0;
	font-weight:normal;
	font-size:23px;
	line-height:23px;
	background:url(../img/plash_bg_tl.png) top left no-repeat;
	z-index: 0;
}
form#itemOptions{
	position:relative;
	left:40px;
	top:85px;
	width:210px;
	height:266px;
	border: 1px solid #d1d1d1;
	z-index: 2;
}
 JMS changing wide of the option box and shadow is in the way
div#itemOptionsShadow{
	margin:0;
	padding:0;
	line-height:1px;
	font-size:1px;
	position:absolute;
	left:39px;
	top: 321px;
	height:61px;
	width:228px;
	background: url(../img/cat_shadow.jpg) no-repeat top left;
	z-index: 0;
}

// Holly hack
 html div#itemOptionsShadow{
	top:333px;
}
// End	
form#itemOptions select{
	display:block;
	margin-left:12px;
	width:auto;
}
form#itemOptions label{
	display:block;
	line-height:14px;
	text-indent:-9999px;
}
label#lbl_options{
	border-bottom: 1px solid #D1D1D1;
	background: url(../img/itemSpecs_options.png) no-repeat right center;
}
label#lbl_itemStyle{
	margin-top:8px;
	background: url(../img/itemSpecs_style.png) no-repeat left center;
}
label#lbl_itemColor{
	margin-top:10px;
	background: url(../img/itemSpecs_color.png) no-repeat left center;	
}
form#itemOptions ul.colors{
	margin:-4px 0 0 11px;
	padding:0;
}
form#itemOptions ul.colors li{
	padding:11px 2px 0 2px;
}

#qtyBox{
	border-top: 1px solid #d1d1d1;
	display:inline;	
	margin:10px 0 0 0;
	padding: 0 30px 3px 11px;
	width:50px;
	float:left;
}
label#lbl_itemQty{
	margin-bottom:3px;
	background: url(../img/itemSpecs_qty.png) no-repeat bottom left;
}
input#Qty{
	width:30px;
	border: 1px solid #d1d1d1;
	background: url(../img/search_bg.png) no-repeat top left;
}
#priceBox{
	margin:10px 0 0 0px;
	padding:0;
	width:58px;
	float:left;
}
#priceBox h3#itemPriceHd{
	margin:0;
	padding:0;
	line-height:12px;
	font-size:10px;
	text-indent:-9999px;
	border-top: 1px solid #d1d1d1;
	background: url(../img/itemSpecs_price.png) no-repeat left bottom;
}
#priceBox p#itemPrice{
	margin:0;
	padding:9px 0 0 0;
	font-size:12px;
	line-height:12px;
}
#checkoutOptions{
	border-top:1px solid #d1d1d1;
	margin-top: 50px;
	padding:21px 0 21px 0;
	text-align:center;
}
#checkoutOptions input.image{
	margin-bottom:4px;
}

#itemProdShot
{
	position: absolute;
	left: 450px;
	top: 300px;
	width: 400px;
	height: 300px;
	line-height: 358px;
	z-index: 1;
}

#itemGallery
{
	position: absolute;
	left: 950px;
	top: 300px;
	width: 43px;
	padding: 1px 0 1px 0;
	border: 1px solid #d1d1d1;
	z-index: 1;
	height: 45px;
}
#itemGallery ul, #itemGallery li, #itemGallery a, #itemGallery img{
	margin:0;padding:0;text-align:center;top:0;left:0;line-height:1px;font-size:1px;
}
#itemGallery ul li{
	padding:1px 2px 1px 2px;
	margin-top:-1px;
}
#itemGallery ul li.selected{
	padding:0 1px 0 1px;
	
}
#itemGallery ul li a img{
	border:1px solid #d1d1d1;
	margin-top:1px;
}
#itemGallery ul li.selected a img{
	border:2px solid #F6A200;
}
#selectDescDetail{
	background: url(../img/cat_bg_l.png) repeat-y top left;
	width:788px;
	padding-left:25px;
}
#selectDescDetail #usesBriefLink, #selectDescDetail #detailedDescriptionLink{
	float:left;
	display:inline;
	height:14px;
	line-height:14px;
	margin:0;padding:0;
	background: url(../img/details_bg_usesDesc.png) repeat-x left center;
}
#usesBriefLink{
	width:396px;
}
#detailedDescriptionLink{
	width:392px;
}
#selectDescDetail #usesBriefLink a{
	display:block;
	height:14px;
	line-height:14px;
	cursor: pointer;
	text-indent:-9999px;
	margin-left:235px;
	background: url(../img/itemDesc_prdctUssBrf_on.png) no-repeat left center;
	text-decoration:none;
}
#selectDescDetail #detailedDescriptionLink a{
	display:block;
	cursor: pointer;
	height:14px;
	line-height:14px;
	text-indent:-9999px;
	background: url(../img/itemDesc_detailed_off.png) no-repeat left center;
	text-decoration:none;
}



#itemDescription
{
	position: relative;
	margin-top: 120px;
	padding: 0;
	width: 825px;
}

#bgLeft
{
	position:relative;
	height:100%;
}

#productFeatures
{
	float: left;
	width: 200px;
	padding-left: 70px; 
}
#productFeatures h3
{
	margin:0;
	padding:12px 0 6px 0;;
	font-size:9px;
	line-height:16px;
	color:#fe9700;
	text-transform:uppercase;
}
#productFeatures ul
{
	margin:0;
	padding:0;
	list-style: none;
}
#productFeatures li
{
	padding: 0 0 0 6px;
	font-size:11px;
	line-height:16px;
	margin-bottom:1px;
	color:#808080;
	background: url(../img/itemDesc_bullet.png) no-repeat center left;
}

#usesBrief
{
	float: left;
	padding-right: 10px;
	width: 260px;
}
#usesBrief h2
{
	margin:0;
	padding:12px 0 6px 0;;
	font-size:11px;
	line-height:16px;
	color: #FE9700;
	text-transform:uppercase;
}
#usesBrief p
{
	margin:0;
	padding:0;
	font-size:11px;
	line-height:16px;
	color: #808080;
}

#detailedDescription
{
	float: left;
	width: 260px;
	padding-left: 10px;
}
#detailedDescription h2
{
	margin:0;
	padding:12px 0 6px 0;;
	font-size:11px;
	line-height:16px;
	color: #FE9700;
	text-transform:uppercase;
}
#detailedDescription p
{
	margin:0;
	padding:0;
	font-size:11px;
	line-height:16px;
	color: #808080;
}
#detailedDescription p a
{
	color:#009cff;
	font-weight:bold;
	text-transform:uppercase;
}
*/


