@import url(reset.css);
/*
font-size:77%;  renders 10px
font-size:85%;  renders 11px 
font-size:100%; renders 13px   
font-size:107%; renders 14px  
font-size:122%;  renders 16px  
font-size:136%; renders 18px  
*/

/* Site-Wide Elements */
body {
	background: #504f4f url(../images/bk_bodygradient.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#siteContainer{
	position: relative;
	width: 854px;
	margin:auto;
	background: Black url(../images/site_bck.gif) repeat-x top;
	z-index: 0;
}

h1{
	color: #f67c2a;
	font-size: 136%;
	font-weight: bolder;
}
h2{
	color: #329998;
	font-size: 136%;
}

strong{
	font-weight: bold;
}

#left_nav {
	width: 128px;
	height: 345px;
	display: inline;
	float: left;
	position: relative;
	background: #1a1a1a url(../images/left_bck.gif) repeat-x top;
	border: 0px none;
}
	
a:link, a:visited {
	/* color: #c5c5c5; */
	color: #329998;
}
	
a:active, a:hover, a:focus	{
/* 	color: #f67c2a; */
	color: #fff;
}
	
#hp_site_content {/* HOME PAGE ELEMENT */
	margin: 0px;
}		
	
#hp_shopnow-button {/* HOME PAGE only ELEMENT */
	position: absolute;
	top: 175px;
	left: 610px;
}	

#site_content{ 
	float: right;
	width: 710px;
	padding: 50px 0 0 0;	
	
}	
#site_content_txt{
	margin-right:20px;
}		

ol li{
	Padding:0.2em 0 0 1.7em;
}

.content_seperator{
	position: relative;
	clear: both;
	display: block;
	background: #c95404 url(../images/seperator_bck.gif) top; /*same back ground is being used in the Ship Chart*/
	width: 854px;
	height: 1em;
	margin: 1px auto;
	border-top: 1px solid #454546;
}	
.content_seperator-noOrange{
	position: relative;
	clear: both;
	display: block;
	width: 854px;
	height: 0px;
	margin: 0px auto;
	font-size: 0px;
}

.breadcrumb {
	clear: both;
	position:relative;
	font-family: verdana, arial, sans-serif; 
	font-size: 77%; 
	display: block; 
	color: #f67c2a;
	padding-bottom:15px;
}

.breadcrumb a:link, .breadcrumb a:visited{
	color: #329998;
	text-decoration: none;
}

.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus{
	color: #fff;
	text-decoration: underline;
}

.breadcrumb strong{
	font-weight:bold;
	color: #329998;
}

.pagecount{
	display: block;
	position: absolute;
	right: 20px;
	text-align: right;
	top:0px;
	color: #fff;
}
.pagecount a:link, .pagecount a:visited{
	color: #fff;
	text-decoration: underline;
}
.pagecount a:hover, .pagecount a:active, .pagecount a:focus{
	color: #f67c2a;
}
/* Site-Wide Elements end */
	
/* FOOTER begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#footer {
	position: relative;
	clear: both;
	display: block;
	margin: auto;
	width: 907px;
	height: 70px;
	padding-bottom: 15px;
}


#nav_btm, #footer_copyright{
	position: relative;
  	width: 907px;
  	display: block;
  	margin: auto;
  	font: normal normal normal 85% Arial, Helvetica, sans-serif;
  	border: none;
}

#nav_btm{
	border-bottom: 1px solid #329998;
	background: transparent url(../images/footer_bck-whole.gif) repeat-x top;  
	height: 70px;
}

#nav_btm div{
	Float:left;
	display: block;
	height: 50px;
	margin: 10px 0;
	border-left: 1px solid #3d3d3d;
	border-right: 1px solid #020202;
	padding: 0 27px;  
	color: white;
}

div#promo form{
	position: relative;
	padding:5px 27px;
}
#promo #emailAddress{
	position: absolute;
	top:2em;
	height: 1.2em;
	width: 20em;
	color: white;
	background-color: #2d2d2d;
	border: 1px solid #595959;
	padding:0.1em 0.2em 0em 0.2em;
}
#promo #emailAddress_button{
	position: absolute;
	top:2em;
	left: 23.5em;
}
#privacy {
	display: none !important; 
}

#nav_btm a:link, #nav_btm a:visited {
	font-family: verdana, arial, sans-serif; 
	font-size: 77%; 
	color: white; 
	text-decoration: underline;
	display:block;
	line-height: 1.5em;
}
#nav_btm a:hover, #nav_btm a:focus{
	color: #eb7221;
}

#footer_copyright{
	margin-top: 10px;
	text-align: center;
	color: #959595;
}
/* Footer Ends*/

/* Header begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#header {
  position: relative;
  width: 907px;
  height: 70px;
  display: block;
  margin: auto;
  background: #c95404 url(/images/header_bk-orange.gif) repeat-x top;
  font: normal normal bold 85% Arial, Helvetica, sans-serif;
  color: white;
  border: none;
  /*z-index: 2;*/
}

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

#header_accent{
	position: absolute;
	bottom:0px;
	right: -1px;
	border: none;
}

#search {
	top: 10px;
	border-left: 1px solid #d92f02;
	float: right;
	margin-top: 10px;
	margin-right: 35px;
	width: 16.2em;
	height: 4.2em;
	padding-left:10px;
}

#searchBox{
	width: 97px;
	border: none;
	padding: 0 0.3em;
}

#store_nav {
	display: block;
	float:right;
	margin-top: 10px;
	height: 4.2em;
	width: 28em;
	border-right:1px solid #f3b171;
}


#go a:link, #go a:visited {
	Display:block;
	background-image: url(/images/b_go.gif);
	background-repeat: no-repeat;
	width: 23px;
	height:16px;
	background-color: transparent;
	margin-left:5px;
}
#go a:hover, #go a:focus {
	background: url(../images/b_go.gif) no-repeat 0px -24px;
}

#b_cart a:link, #b_cart a:visited,
#b_ccare a:link, #b_ccare a:visited,
#b_ordertracking a:link, #b_ordertracking a:visited
{
	text-align: center;
	float: right;
	display: block;
	width: 100px;
	height: 1.5em;
	color: white;
	text-decoration: none;
	padding: 0.2em 0 0 0;
}

#b_cart a:hover, #b_cart a:focus, 
#b_ccare a:hover, #b_ccare a:focus,
#b_ordertracking a:hover, #b_ordertracking a:focus{
	text-decoration: underline;
}

#b_cart a, #b_ccare a{
	border-right:1px solid #f3b171;
}

#b_ccare a, #b_ordertracking a{
	border-left:1px solid #d53a0a;
}


#menu_bk{
  position: relative;
  width: 854px;
  height: 11px;
  display: block;
  margin: auto;
  background: #339a99 url(/images/header_bk-aqua.gif) repeat-x top;
  border: none;
  z-index: 2;
}

#menu_shadow{
	position: absolute;
/*	z-index:98; */
	top: 0px;
	left: 45%;
  	width: 311px;
  	height: 27px;
  	display: block;
  	margin: auto;
}

/* the Category Menu is in the menustyle.asp  */

/* items used in other stores */
#b_home a:link, #b_home a:visited, #b_home a:hover, #b_home a:focus, 
#b_contact a:link, #b_contact a:visited, #b_contact a:hover, #b_contact a:focus {
	display:none;
}
/* header end */	


/* LEFT NAV begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#navigation {
	margin-top:1px;
	height: 220px;
	border: 0px solid black;
	padding-top: 0px;
	padding-left: 20px;
	font-size: 85%;
}
#navigation li{
	letter-spacing: 0px;
	list-style: none;
	display: block;
	height: 2em;
	line-height: 0px;
}

#navigation li a:link, #navigation li a:visited {
	background: url(/images/header_menu-arrow.gif) no-repeat 10px 45%;
	color: #eb7221;
	display: block;
	height: 24px;
	padding-left: 20px;
	padding-top: 5px;
	text-decoration: none;
}

#navigation li a:hover, #navigation li a:focus {
	color: #fff;
	display: block;
	height: 24px;
	text-decoration: none;
}
/* left nav end */

/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#prod_Dupsell {
position: relative;
  width: 907px;
  display: block;
  margin: auto;
  background: transparent url(../images/2ndhalf_bck.gif) repeat-x 0px 17px;
  color: white;
  border: none;
  z-index: 2;
}
#prod_Dupsell h2{
 	font-size: 144%; 
	display: block;
	color: #10aba9;
 }
 
.btm_section{
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #7c7c7c;
	border-right: 1px solid #7c7c7c;
	background-color: #656565;
	
	position: relative;
	height: 155px;
	margin-bottom: 40px;
	margin-left:0px;
}

.btm_section .btmSpeaker{
	position: absolute;
	top: 100%;
	left:  -1px;
}

.btm_section_feature1 { /*Used for all the BestSellers and recommended sections */
	display: block;
	float: left;
	width: 282px;
	height: 122px;
	position: relative;
	border-right: 1px dotted Black;
	margin-top: 20px;
}

.btm_section_feature2 { /*Used only on the HP for Feature Product section */
	display: block;
	float: left;
	width: 262px;
	height: 122px;
	position: relative;
	margin-top: 20px;
}


.prodDupsell-img{
	display: block;
	float: left;
	border: 1px solid white;
	padding: 5px;
	margin: 0px 5px 20px 12px;
}

.prod_Dupsell_text {
	display:block;
	padding: 0px 10px 0px 0px;
	font-size: 77%;
}

.btm_section_feature2 .prodDupsell-img{
	display: block;
	float: left;
	border: 1px solid white;
	padding: 5px;
	margin: 0px 5px 20px 5px;
}
.btm_section_feature2 .prod_Dupsell_text{
	padding: 0px 5px 0px 0px;
}

.prod_Dupsell_text a:link, .prod_Dupsell_text a:visited{
	font-size: 170%; 
	font-weight:bold;
	text-decoration: none;
	color: #f67c2a;
}

.prod_Dupsell_text a:hover, .prod_Dupsell_text a:focus, .prod_Dupsell_text a:active{ 
	text-decoration: underline;
	color: #fff;
}

.prod_Dupsell_text h4{
	font-weight:bold;
	font-size: 108%;
}

.prod_Dupsell_price {
	position:absolute;
	bottom:20px;
	right:100px;
	display: block;
	font-size: 125%; 
	font-weight:bold;
}

.viewdetails_upsell a:link, .viewdetails_upsell a:visited,
.shopnow_upsell a:link, .shopnow_upsell a:visited  {
	position:absolute;
	bottom:15px;
	right:5px;
	display:block;
	width: 80px;
	height: 23px;
}	

.shopnow_upsell a:link, .shopnow_upsell a:visited  {
	background: transparent url(/images/b_shopnow.gif) no-repeat 0px 0px;
	right:10px;
}
.shopnow_upsell a:hover, .shopnow_upsell a:focus {
	background: transparent url(/images/b_shopnow.gif) no-repeat 0px -28px;
}

.viewdetails_upsell a:link, .viewdetails_upsell a:visited {
	background: transparent url(/images/b_viewdetails.gif) no-repeat 0px 0px;
}	

.viewdetails_upsell a:hover, .viewdetails_upsell a:focus {
	background: transparent url(/images/b_viewdetails.gif) no-repeat 0px -28px;
}

/* BTM upsell stuff ENDS */




/* product detail page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#center_col {
	float: left;
	display: block;
}

#right_col {
	float: right;	
	width: 464px;
}

#prod_Dright {
	width: 464px;
	position: relative;
}


#prod_Dimage {
	position: relative;
	width: 200px;
	height: 235px; 
}
#prod_Dimage div{
	float:left;
	margin-top: 15px;
}
#prod_Dimage a:link, #prod_Dimage a:visited{
	color: #10aba9;
	font-size:85%;
	text-decoration: none;
}
#prod_Dimage a:hover, #prod_Dimage a:active, #prod_Dimage a:focus{
	color: #fff;
}

#prod_title{
	font-weight:bold;
	color:#fff;
}	

#prod_Dbml{
	clear: left;
	float: left;
	display:block;
	width:465px;
	font-size:85%;
	margin-top: 15px;
	border-top: 1px dotted #6A6A6A;
	border-bottom: 1px dotted #6A6A6A;
	padding: 5px 0px;
}

#item_number{
	display:block;
	padding-bottom: 15px;
}	
	
#prod_price {
	clear: both;
	float: left;
	font-size: 140%; 
	display: block;
	color: #10aba9;
	margin-right: 0.5em;
}	
#addtocart_detail{
	float: left;
	display: block;
	margin-right: 2em;
}	
#prod_status{
	float: left;
	display: block;
	font-size: 77%;
}	
	
#addtocart_detail a:link, #addtocart_detail a:visited {
	background-image: url(../images/b_addtocart_detail.gif);
	background-repeat: no-repeat;
	display:block;
	width: 111px;
	height: 24px;
}	

#addtocart_detail a:hover, #addtocart_detail a:focus {
	background-image: url(../images/b_addtocart_detailON.gif);

}

.emailinstock, .emailafriend
{
background: #1a1a1a url(../images/left_bck.gif) repeat-x top;
	border : 1px solid #eb6913;
	color: white;
	font-size: 85%;
	top: 18px;
}
.emailinstock p, .emailafriend p{
	padding: 10px;
}

.emailinstock table, .emailafriend table{
	margin:5px 10px;
}
.emailinstock input, .emailafriend input{
	margin:5px 10px;
}

#prod_Desc {
	clear: both;
	width: 464px;
	font-family: sans-serif;
	font-size: 85%;
	position: relative;
	display: block;
	padding-top: 15px;
}

#prod_Desc_FB  {
	display:block;
	padding-bottom:20px;
}
#prod_Desc_FB h3{
	font-weight: bold;
	color:#eb6408;
}

#prod_Desc_FB td{
	padding: 3px;
	vertical-align: top;
	border-top: 1px dotted #6A6A6A;
}
#prod_Desc_FB table{
	margin-bottom: 10px;
	border-bottom: 1px dotted #6A6A6A;
}

.prod_downloadbar{
	position: relative;
	clear: both;
	display: block;
	background: #c95404 url(../images/prod_downloadbar.gif) top;
	width: 854px;
	height: 32px;
	margin: 1px 0px;
	border-top: 1px solid #454546;
	border-bottom: 1px solid #000;
}

#downloadtitle,
#b_prod_man a:link, #b_prod_man a:visited,
#b_prod_specsheet a:link, #b_prod_specsheet a:visited{
	text-align: center;
	float: left;
	display: block;
	height: 1.5em;
	color: white;
	text-decoration: none;
	padding: 0.2em 0.7em 0 0.7em;
	margin: 3px 0px;
	
	border-right:1px solid #f3b171;
	border-left:1px solid #d53a0a;
}

#b_prod_man a:hover, #b_prod_man a:focus, #b_prod_man a:active,
#b_prod_specsheet a:hover, #b_prod_specsheet a:focus, #b_prod_specsheet a:active{
	text-decoration: underline;
}

#downloadtitle{
	border-right:1px solid #f3b171;	
	color:black;
	font-weight:bold;
}

#zoom a{
	display: block;
	float:left;
	padding: 0 0px 0 12px;
	background: transparent url(../images/icon_enlarge.gif) no-repeat 0 50%;
}


#email a{	
	display: block;
	float:left;
	padding: 0 15px 0 15px;
	background: transparent url(../images/icon_emailfriend.gif) no-repeat 0 50%;
}


#prod_print a{
	display: block; 
	float:left;
	padding: 0 15px 0 15px;
	background: transparent url(../images/icon_print.gif) no-repeat 0 50%;
}
#prod_Desc_FB ul{
	padding: 0;
	margin: 0.6em 0.6em 0em 1.5em;
	list-style: none outside url(/images/list-image.gif);
}

#prod_Desc_FB li{
	margin-bottom: 2px;
}
#prod_Desc_FB ul ul{
	margin-top:0em;
	list-style: none url(/images/list-subimage.gif);
}

/* product page end */


/* list page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

#list_body{
	/* padding-left:55px; */
	padding-left:85px;	
	display: inline;
}
.prodlist {
	float: left;
	width: 145px;
	height: 208px;
	margin: 10px 55px 20px 0px;
	position: relative;
	background-color: #fff;	
	font-size:85%;
}


.list_image a {
	display: block; 
	margin:0px 10px;
}

.list_desc{
	
	color: black; 
	height: 3.6em; 
	display: block; 	
	overflow: hidden;
	padding: 10px 10px 0px 10px;
}

.list_desc strong{

	font-weight: bold;
	color: #be0000;
}

.list_desc a {
	color: black; 
	text-decoration: none;
}

.list_price {
	font-family: verdana, arial, sans-serif; 
	font-size: 90%; 
	font-weight: bold; 
	color: white; 
	position: absolute;
 	bottom: 8px;
	left: 5px;
}

.list_viewdetails a:link, .list_viewdetails a:visited {
	display:block;
	background: transparent url(/images/b_viewdetails.gif) no-repeat 0px 0px;
	width: 82px;
	height: 23px;
	position: absolute;
 	bottom: 0px;
	right: 0px;
}

.list_viewdetails a:hover, .list_viewdetails a:focus {
	background: transparent url(/images/b_viewdetails.gif) no-repeat 0px -28px;
}
/* list page end */


/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#cart_site_content{
	display: block;
	margin: 50px 20px 0px 20px;
}

#cart{
	width: 100%;
}
#cart .gray{
	background: #484848 url(../images/cart_th-bck.gif) repeat-x 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 85%;
}
#cart .gray span{
	display:block;
	margin: 6px 0;
	line-height: 2em;
	text-align: center;
	
	padding:0 1.2em;
	border-left: 1px solid #5f5f5f;
	border-right: 1px solid #9f9f9f;
}
#cart td{
	background-color: #fff;
	color: Black;
}
.cart_prod_desc  {
	text-align: left;
	
	padding: 0.5em 1.2em;
}		

.cart_prod_desc a:link, .cart_prod_desc a:visited{
	color: black;
	text-decoration: underline;
}	

.cart_prod_desc a:hover, .cart_prod_desc a:active, .cart_prod_desc a:focus{
	color: #eb7221;
	text-decoration: underline;
}	

.cart_text {
	text-align: center;
	padding: 0.5em 1.2em;
}	
	
.cart_quantity{
	text-align: center;
	padding-left: 20px; 
	padding-right: 5px;
}
	
.cart_total{
	padding: 0.5em 1.2em;
	text-align: right;
}	
	
.dotted {
	background-image: url(/images/dots.gif);
	background-repeat: repeat-x;
	height: 5px;
	clear: both;
}
	
#contshop a:link, #contshop a:visited {
	display: block;
	width:160px;
	height:24px;
	margin: 0px;
	background: url(/images/b_contshopp.gif) no-repeat 0 0;
}

#contshop a:hover, #contshop a:focus {
	background: url(/images/b_contshopp.gif) no-repeat 0 -41px;
}

#cart_bml{
	background-color: #fff;
	padding:0 5px 5px 5px;
	clear: right;
	position: relative;
	float: right;
	text-align: left;
	font-size: 85%;
	width: 320px;
	color: #000;
	margin-bottom: 20px;
}

#cart_bml img{
	margin:0px 25px;
	
}

#recalculate{
	margin: 0;
	padding: 0;
	display: block;
}
#recalc a:link, #recalc a:visited {
	display: block;
	width:160px;
	height:24px;
	margin: 20px 0 12px 0px;
	background: url(/images/b_recalc.gif) no-repeat top;
}

#recalc a:hover, #recalc a:active, #recalc a:focus {
	background: url(/images/b_recalc.gif) no-repeat 0 -41px;
}	

#remove {
	display: block;
	text-align:right;
	padding-bottom:0.5em;
}	
#proceed{	
	position: relative;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 85%;
}
#proceed a:link, #proceed a:visited {
	float: right;
	display: block;
	width: 228px;
	height: 24px;
	margin: 20px 0 12px 0px;
	background: url(/images/b_proceed_checkout.gif) no-repeat top;
}	

#proceed a:hover, #proceed a:active, #proceed a:focus {
	background: url(/images/b_proceed_checkout.gif) no-repeat 0 -41px;
}		
#proceed p{
	display: block;
	clear: right;
	padding-bottom:20px;
}	

.prodlist_cart {
	float: left;
	width: 170px;
	height: 208px;
	border: 0px solid black;
	margin-left: 2px;
	margin-right: 15px;
	position: relative;
}

	
#cart_upsell{
	float:left;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 0px solid black;
	width: 420px;
}

.dotted_cart {
	background-image: url(/images/dott.gif);
	background-repeat: repeat-x;
	height: 15px;
	margin-right: 0px;
	border: 0px solid black;
	width: 365px;
}
	
#subtotal {
	float: right;
	margin: 0.5em 1.2em;
}
#subtotal a:link, #subtotal a:visited{
	color: #329998;
}
#subtotal a:hover, #subtotal a:active, #subtotal a:focus{
	color: #f67c2a;
}
	
.gray {
	border-bottom: 1px solid Gray;
}	
/* cart page end */	




/* zoom begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#zoom_bck {
	height: 650px;
	width: 550px;
	position: relative;
	margin:auto;
}

#closewin a:link, #closewin a:visited {
	display: block;
	width: 94px;
	height: 22px;
	position: relative;
	margin: 12px 0px;
	background: transparent url(../images/b_closewin.gif) no-repeat 0 0;
}

#closewin a:hover, #closewin a:active, #closewin a:focus {
	background: transparent url(../images/b_closewin.gif) no-repeat 0 -28px;
}
/* zoom end */


/* Customer Classes XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
.left-bar{
	width:190px;
	height: 350px;
	padding: 50px 0 0 20px;
	float: left;
	background: #1a1a1a url(../images/left_bck.gif) repeat-x top;
}

.left-select-band{
	color: #329998;
	font-size:118%;
	font-weight:bold;
}
.left-link-bar{
	padding:4px;
	margin-top:1px;

}
.left-link-bar span{
	text-transform:uppercase;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:83%;
	font-weight:bold;
}
.left-link-bar ul{
	margin-top:0;
	margin-bottom:15px;
}

.left-link-bar li {
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color: #fff;
	margin-left: 1em;
}
.left-link-bar li li{
	font-weight: normal;
	padding:3px 0 0 10px;
	background: url(/images/header_menu-arrow.gif) no-repeat 0px 60%;
}
.cust_care_right{
	float: right;
	width: 605px;
	padding: 50px 20px 20px 0;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	border: 0px solid black;
}

.right-bar{
	padding:5px 5px 5px 5px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

.right-bar-head{
	font-weight: bold;
 font-size: 110%;
}

.right-bar label{
	font-weight:bold;
}
.right-bar input{
	margin:0 0 5px 0;
}
/* Customer Classes END*/



/* ORDER TRACKING STYLES XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
.ot_hdr1 {
	background-color: #e2dccc;
}

.ot_hdr1_txt, .ot_hdr2_txt, .ot_hdr3_txt  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.ot_listLine {
	background-image: url(/images/C4C4C4_gray_pixel.gif);
	background-repeat: repeat-x;
	height: 1px;
}

.ot_hdr2 {
	background-color: #FFFFFF;
}

.ot_hdr3 {
	background-color: #e2dccc;
}

#ot_viewOrder {
}

#ot_viewOrder span a:link {
	text-decoration: underline;
}

#ot_backToList {
	padding: 13px 0 0 0;
    overflow: hidden;
    background-image: url("/images/btn_backtolist_off.gif");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:13px;
}

#ot_Logout {
}

#ordertrack-detail table {
width:			595px;
background-color: #656565;
margin-top:		5px;
font-size:		1.2em;
}

#ordertrack-detail table caption{
margin:			0;
margin-top:		5px;
padding:		5px 10px;
text-align:		left;
background:		#000;
color:			#fff;
font-weight:	bold;
border-top: 1px solid #fff;
 font-size: medium;
}

#ordertrack-detail table .properText {
text-align:		left;
}

#ordertrack-detail table th, #ordertrack-detail table td {
margin:			0;
padding:		5px 10px;
text-align:		center;

}

#ordertrack-detail table th {
color:			#fff;
background:		#000;
font-weight: bold;
}

#ordertrack-detail img {
margin-top:		10px;
}

#ordertrack-list table {
width:			595px;
background:		#000;
margin-top:		5px;
font-size:		1.2em;
}

#ordertrack-list table caption{
margin:			0;
margin-top:		5px;
padding:		5px 10px;
text-align:		left;
background:		#000;
color:			#fff;
font-weight:	bold;
border-top: 1px solid #fff;
}

#ordertrack-list table caption p{
font-weight:	normal;
}

#ordertrack-list table .properText {
text-align:		left;
}

#ordertrack-list table th, #ordertrack-list table td {
margin:			0;
padding:		5px 10px;
text-align:		center;
}

#ordertrack-list table th {
color:			#fff;
background:		#000;
font-weight: bold;
}

#ordertrack-list table img {
margin-top:		0;
}

#ordertrack-list img {
margin-top:		10px;
}

#ordertrack-detail a:link, #ordertrack-detail a:visited,
#ordertrack-list a:link, #ordertrack-list a:visited{
	font-weight: bold;
	margin: 10px;
	line-height:1.2em;
}
#ordertrack-detail a:hover, #ordertrack-detail a:focus, #ordertrack-detail a:active,
#ordertrack-list a:hover, #ordertrack-list a:focus, #ordertrack-list a:active{
}
/* ORDER TRACKING STYLES END*/


/* Product Review Popup  */
#prReview_bck {
	height: 650px;
	width: 550px;
	position: relative;
	margin:auto;
	text-align: center;
}

#prReview_bck div{
	text-align: left;
}

#prReview_bck ul{
	padding: 10px;
}

#prReview_bck li{
		padding:0 5px 5px 5px;
}

#prReview_bck ul b, #prReview_bck p b{
	margin-left:-10px
}

#prReview_bck h2{
	margin-top: 0.5em;
}

#prReview_bck p{
	padding:0 10px 10px 10px;
}

#prReview_bck .module b{
	margin: 0;
}

div.prImage{
	position:relative;
	left:50%;
	margin-left: -150px;	
	margin-bottom: 10px;
	width:300px;
	background-color: #fff;
	color: Black;
	border: 1px solid #7c7c7c;
}
div.prImage b{
	display: block;
	padding: 5px;

}

#prReview_bck #closewin a{
	margin:auto;
}

#prReview_bck #closewin_txt{
	position:absolute; 
	top:87px; 
	right:40px; 
	z-index:10;
	font-size:85%; 
	font-weight:bold;
}



#review a:link, #review a:visited {
	display: block;
	width: 135px;
	height: 24px;
	background: url(/images/b_reviews.gif) no-repeat ;
	margin-left: 20px;
}	

#review a:hover, #review a:active, #review a:focus {
	background: url(/images/b_reviews_on.gif) no-repeat ;
}		




