/* Layout
----------------------------------------------- */
body {
  background: #000000 url(images/bg-dots.gif);
  margin:10px 0 0 0;
  padding:0px 10px;
  color:#969798;
  text-align:center;
    }
#content {
    background:#212226;
	margin: 0 auto;
	width: 954px;
	border: 1px solid #000000;
	border-width:0 9px 0 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
table.content {
	width: 933px;
	}
	
	
/* Search Box
----------------------------------------------- */
table.searchbox {
	border: 1px solid #000000;
	border-width:0 0px 8px 0;
	}	
.searchbox {
	height: 22px;
	border: 1px solid #5a5e63;
	background: #333538;
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	padding: 2px;
	margin: 0;
	}
input.searchbox {
	background-color: #202225;
	}
form {
	margin: 0;
	padding: 0;
	}
input.form {
	height: 18px;
	background-color: #FFFFFF;
	border: solid #999999;
	border-width: 1px;
	font-family: tahoma;
	color: #000000;
	font-size: 11px;
	margin-top: 5px;
	}
input,select {
	background-color: #FFFFFF;
	font-family: tahoma;
	color: #000000;
	font-size: 11px;	
	}
	
/* Main Body Table
----------------------------------------------- */
#mainbody {
	margin: 10px;
	width: 733px;
	}	

table.main {
	width: 733px;
	}	
table.main td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}	
td.rtline {
	border: 1px solid #000000;
	border-width:0 8px 0px 0;
	}
td.lftline {
	border: 1px solid #DBDBDB;
	border-width:0 0 0 1px;
	}
td.botline {
	border: 2px solid #586161;
	border-width:0 0 2px 0;
	background:#474e52;
	height:20px;
	color: #FFFFFF;
	}		
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}		

a {
	color: #ffffff;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
	
/* Cat Top Links
----------------------------------------------- */
a.cat {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	}
a.cat:visited {
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	}
a.cat:hover{
	text-decoration: underline;
	color: #000000;
	text-transform:uppercase;
	}
a.cat:active	{
	color: #000000;
	text-transform:uppercase;
	}

/* Cat Main Links
----------------------------------------------- */
a.catmain {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
a.catmain:visited {
	color: #000000;
	text-decoration: none;
	}
a.catmain:hover{
	text-decoration: underline;
	color: #000000;
	}
a.catmain:active	{
	color: #000000;
	}

/* Side Nav
----------------------------------------------- */
table.sidenav {
	border: 1px solid #000000;
	border-width:0 0px 8px 0;
	width: 193px;
	}

.nav {
	color: #6e6e6e;
	font-size: 11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;	
	padding:5px 0 9px 25px;
	background: #000000 url(images/nav-bg.gif) no-repeat;
	font-weight:bold;
	}
a.grytext {
	color: #ffffff;
	text-decoration: none;
	}
a.grytext:visited {
	color: #ffffff;
	text-decoration: none;
	}
a.grytext:hover{
	text-decoration: underline;
	color: #50aafd;
	}
a.grytext:active	{
	color: #50aafd;
	}

.nav2 {
	color: #000000;
	font-size: 11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;	
	padding:2px 0 2px 30px;
	background: #000000 url(images/nav-bullet.gif) no-repeat 12px 5px;
	font-weight:bold;
	}
a.blktext {
	color: #9ac1e5;
	text-decoration: none;
	}
a.blktext:visited {
	color: #9ac1e5;
	text-decoration: none;
	}
a.blktext:hover{
	text-decoration: underline;
	color: #50aafd;
	}
a.blktext:active	{
	color: #50aafd;
	}
	

P {
	font-size: 11px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
	}

P.txtmenu {
	font-size: 9px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px;
	}
.smtext {
	font-size: 9px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight:normal;
	}	
	
P.smaller {
	font-size: 9px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	margin: 0;
	padding: 5px 0 0 0;
	text-align:center;
	}

HR {
	height: 1px;
	color : #727980;
}

/* Category Layout
----------------------------------------------- */
P.catname {
	text-align: center; 
	margin-top: 0px; 
	margin: 4px 0 0 4px; 
	vertical-align:top;
	font-weight: normal;
	}

P.catdesc { 
	margin-top: 0px; 
	margin-bottom: 4px; 
	vertical-align:top;
	}

IMG.catimage { 
	border:2px; 
	border-thickness: 2px; 
	border-color: #71787f; 
	border-style: solid; 
	vertical-align:top; 
	}

TD.catimage { 
vertical-align:top; 
} 

TD.catname { 
vertical-align:top; 
text-align: center; 
} 

TD.catnavigation { 
	vertical-align:middle;
	text-align: left; 
	}
p.catnavigation { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	}
.cathead-lrg { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform:uppercase;
	margin-bottom:10px;
	}
.cathead-sm { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}		

/* Top Navigation
----------------------------------------------- */
P.navdesc {
	font-size: 11px;
	font-family : Verdana;
	margin: 0;
	padding: 0;
	}
td.prodnavigation {
	font-size: 11px;
	font-family : Verdana;
	color : #A0A0A0; 
	padding-bottom:10px;
	}
P.prodnavigation {
	font-size: 10px;
	font-family : Verdana;
	color : #A0A0A0;
	text-transform:uppercase;
	font-weight: normal;
	}
td.prodsort {
	border: 1px solid #DBDBDB;
	border-width:1px 0 0 0;
	padding-top:10px;
	}
	
/* Table Backgrounds
----------------------------------------------- */	
TABLE.cobtbl{
	background-color: #484d53;
	border: 1px solid #DBDBDB;
	border-width:1px;
	} 

TD.cobhl{
	background-color: #212226;
	}

TD.cobll{
	background-color: #212226;
	color : #b3b8be;
	}
table.outline {
	border: 1px solid #DBDBDB;
	border-width:1px;
	}	
	
/* Product Display
-----------------------------------------------
div.prodid: The properties of the text "Product ID"
div.prodname: The properties of the product name on the product page
div.proddiscounts: The properties of the discounts text for the product page
td.prodimage: The alignment of the product image on the product page
img.prodimage: The properties of the product image
div.proddescription: The properties of the text in the short product description
div.prodoptions: The properties of the product options on the product page
div.prodprice: The properties of the price on the product page
div.prodcurrency: The properties of the alternative currencies on the product page
 */	
table.gallerydisplay {
	height: 150px;
	border: 1px solid #DBDBDB;
	border-width:1px;
	padding: 10px 5px 5px 5px;
	}

table.proddisplay {
	height: 200px;
	border: 1px solid #DBDBDB;
	border-width:1px;
	padding: 10px 5px 5px 5px;
	}
div.prodid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
div.prodname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	font-weight:normal;
	vertical-align:top;
	}
div.proddiscounts  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	text-align: center;
	margin: 4px 0 0 0;
	}
td.prodimage  { 
	vertical-align:top; 
	text-align: center;
	} 
img.prodimage {
	border:2px; 
	border-thickness: 2px; 
	border-color: #71787f; 
	border-style: solid; 
	vertical-align:top; 
	background-color: #FFFFFF;
	}
div.proddescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color:#FF0000;
	margin: 4px 0 4px 0;
	}
div.prodoptions {
	font-size: 10px;
	font-family : Verdana;
	color : #FF0000;
	}
div.prodprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color: #87bbeb;
	}
.discountsapply  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}


/* product detail page
----------------------------------------------- 
div.detailid: The properties of the text "Product ID"
div.detailname: The properties of the product name on the product detail page
div.detaildiscounts: The properties of the discounts text for the product detail page
td.detailimage: The alignment of the product image on the product detail page
img.prodimage: The properties of the product image
div.detaildescription: The properties of the text in the long product description
div.detailoptions: The properties of the product options on the product detail page
div.detailprice: The properties of the price on the product detail page
div.detailcurrency: The properties of the alternative currencies on the product detail page
*/	

div.detailid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	}
div.detailname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:left;
	font-weight:normal;
	color:#FFFFFF;
	}
td.detailimage { 
	vertical-align:top; 
	text-align: center; 
	padding: 10px 0 0 0;
	} 
div.detaildescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	border: 1px solid #55595f;
	border-width:1px;
	padding: 5px;
	margin: 0 0 10px 0;
	background-color: #35383d;
	color: #b3b8be;
	}
div.detailprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:right;
	font-weight:normal;
	color:#87bbeb;
	}	
P.efriend {
	font-size: 9px;
	font-family : Verdana;
	color : #A0A0A0;
	text-transform:uppercase;
	font-weight: normal;
	}
P.pagenums {
	font-size: 9px;
	font-family : Verdana;
	color : #A0A0A0;
	text-transform:uppercase;
	font-weight: normal;
	}	

div.detailoptions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	font-weight:normal;
	}
.detailoption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	font-weight:normal;
	color:#ffffff;
	}	

SELECT.prodoption {
	font-size: 10px;
	font-family : Verdana;
	color : #000000;
	}

			
/* featured products
----------------------------------------------- 
.s9nametxt:  Product name 
.s9txt:  Description text 
.s9pricetxt:  Price text 
.s9greybox:  Border around each product 
.s9listprice:  List Price 
*/		
.s9nametxt {font-size: 10px; font-weight: normal; color: #6e6e6e;} 
.s9txt {font-size: 10px; color: #FF0000;} 
.s9pricetxt {font-size: 11px; font-weight: bold; color: #6e6e6e;} 
table.s9greybox {border: 1px solid #DBDBDB; width: 135px; height: 200px; padding: 5px;} 
table.s9greybox td {vertical-align:top; padding: 10px 5px 5px 5px;} 
table.s9greybox img{border:1px; border-thickness: 1px; border-color: #000; border-style: solid; } 
.s9listprice {font-size: 10px; color: #CCCCCC;}

/* right bar
----------------------------------------------- */		
table.rightbar {
	border: 1px solid #DBDBDB;
	border-width:0 0px 1px 0;
	padding-bottom:5px;
	}	
	
/* Related Items
----------------------------------------------- */	
table.relitems {
	height: 200px;
	border: 1px solid #DBDBDB;
	border-width:1px;
	padding:10px;
	}
table.relitems td {
	vertical-align:top;
	height: 200px;
	}

.relname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	font-weight:normal;
	vertical-align:top;
	}
td.relimage  { 
	vertical-align:top; 
	text-align: center;
	} 
img.relimage {
	border:1px; 
	border-thickness: 1px; 
	border-color: #000; 
	border-style: solid; 
	vertical-align:top; 
	margin: 0 0 10px 0;
	}
.relprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	}
	
/* Checkout Page
----------------------------------------------- */		
table.checkout td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	}	

/* PriceMatch Email
----------------------------------------------- */		
.pmtitle {
	text-align:left;
	font-size: 14px;
	font-weight:bold;
	}
.pmterms {
	text-align:left;
	font-size: 10px;
	font-weight:normal;
	}	
	
	
/* Mailing List
----------------------------------------------- */		
table.mailinglist {
	border: 1px solid #DBDBDB;
	border-width:1px 0 1px 0;
	margin: 5px 0 0 0;
	}	
table.mailinglist td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	padding: 5px 0 5px 5px;
	}
.mailtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	display:block;
	padding: 7px;
	}	

/* WishList
----------------------------------------------- */		
table.wishlist {
	margin: 5px 0 0 0;
	width: 160px;
	}	
table.wishlist td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	padding: 5px 0 5px 5px;
	}
.wishtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	display:block;
	padding: 2px 0 2px 4px;
	}
.wishwelcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	display:block;
	padding: 0 0 0 4px;
	}			

.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0;
	padding: 0;
	}
	
/* Mini Cart
----------------------------------------------- */		
table.mincart {
	background: #333538;
	width:155px;
	margin: 5px;
	}

TD.mincart {
	font-size: 10px;
	font-family : Verdana;
	background-color: #3f4144;
}

P.mincart {
	font-size: 10px;
	font-family : Verdana;
}	
ul {
  margin:0 0 0 5px;
  padding:0 0px;
  list-style:none;
  }
ul li {
  background: url("images/list-bullet.gif") no-repeat 1px .35em;
  margin:0;
  padding:0 0 0px 10px;
  margin-top:5px;
  line-height:1.2em;
  }	
  
  /* Special
----------------------------------------------- */

.sptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:normal;
	color:#6F3;
}

/*cross selling styles*/
table.cpd{background-color:#ffffff;}
td.cpdll{background-color:#212226;}
td.cpdhl{background-color:#3f4144;color:#ffffff;font-weight:bold;text-align:center;padding:4px;}
.cstitle{color:#ffffff;font-weight:bold;text-align:left;padding:6px;}
.csprod3image{width: 50px;border:0px; border-thickness: 1px; border-color: #000;border-style: solid;}
/*cross selling styles*/