/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_new.css 3286 2006-03-28 01:14:04Z drbyte $
 */

body {
color:#ffffff;
font: 11px verdana, arial, helvetica, sans-serif;
line-height:18px;
background-color:#000000;
margin:0 0 0 0;
padding-bottom:3px;



/*
background-image: url("../images/bodybg.gif");
background-repeat: repeat-x; 
*/

}

#mainWrapper {
text-align: center;
vertical-align: top;
width:1000px; /* sets the width of the store */
background-color:#000000; /* gives the store a black background */
}


a img {
	border: none;
	margin-right:2px;
	margin-top:3px;
	margin-bottom:4px;
	clear:both;
  }

.smallProductImage img {
margin-right: 6px;
}

a:link {
color:#ffffff;
text-decoration:none;
font-weight:normal;
font-size:10px;
}

a:visited {
color:#daa520;
font-size:10px;
text-decoration:none;
font-weight:normal;
}

a:hover {
color:#87cefa;

}


h1 {
	font-size: 13px;
	color:#ffd700; 
}

h2 {
	font-size: 13px;
	color:#ffd700; 

}	


h5, h6, LEGEND, ADDRESS  {
	font-size: 11px;
	padding-right:10px; 
	line-height: 18px;
}

.larger     {
	font-size: 11px;
	font-weight:bold;
	line-height: 22px;

}

h4.optionName  {
    font-size: 12px;
    color: #B0E0E6;
	
	
}

h4  {
    font-size:10px;
	color:#ffd700;
	
}	

 LABEL  {
    font-size:10px;
}	 


.biggerText {
	font-size: 12px;
	}

h1, h5, h6 {
	margin: 10px 3px 3px 3px;
	color: #ffd700;
}

h4  {
	font-size:11px;
	color:#B0E0E6;
/*width:100%;*/

}

#checkoutConfirmDefaultHeading   {
	font-size:11px;
	color:#ffd700;
	font-weight:normal;
}


#checkoutConfirmDefaultBillingAddress   {
	font-size:12px;
	color:#daa520;
	font-weight:bold;

}

#checkoutConfirmDefaultShippingAddress  {
	font-size:12px;
	color:#daa520;
	font-weight:bold;
	
}

#checkoutSuccessOrderNumber  {
	font-size:12px;
	color:#87ceeb;
	font-weight:bold;

	}
	
#checkoutSuccessHeading  {
	font:12px;
	color:#ffd700;
	font-weight:bold;
	text-align:center;
}	

#checkoutSuccess  {
	font-size:11px;
	color:#f0f0f0;
	margin-left:5px;
	margin-right:5px;
	
	}


	
#checkoutConfirmDefaultPayment  {
	font-size:13px;
	color:#daa520;
	font-weight:bold;
	text-decoration: underline;
	}


#checkoutShippingHeading   {
	font-size:12px;
	font-weight:normal;
		
}

#checkoutPaymentHeading   {
	font-size:11px;
	font-weight:normal;

}

#checkoutPaymentHeadingAddress   {
	font-size:12px;
	color:#daa520;
	font-weight:bold;
}



h2 {
   /* margin: 20px 3px 3px 3px; */
	font-size:13px;
	color:#ffd700;
	font-weight:bold;
	margin: 10px 3px 4px 3px;
}

h3 {
    margin: 20px 3px 3px 0px;
	font-size:13px;
	color:#ffd700;
	}

CODE {
	font-family:  arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	}
	
FORM, SELECT, INPUT {
	line-height:18px;
	display:inline;
	font-size: 10px;
	margin-left:2px;
	margin-bottom:2px;
    margin-top:5px;
	margin-right:2px;	
}
 

/* ******backgd and border color for inputs and selects****** */

select {
	color: #000000;
	background-color: #ffffff;
	border: none;
	vertical-align: middle;

}


input {
	color: #000000;
	background-color: #f8f8f8;
	border:none;
	vertical-align:middle;
	clear:both;
 
}


textarea {
	color: #000000;
	background-color: #f0f0f0;
	border: none;
	vertical-align: top;
 
}


#tellafriendContent input {
	vertical-align: middle;
}

.cartQuantityUpdate input, .buttonRow input, .buttonRow2 input, .buttonRow3 input {
	border:none; 
	padding:0; 
	background-color:#ffffff;
}

#cartAdd input {
	color: #000000;
	border: none;
	background-color: #ffffff;
	float:right;
	margin-left:3px;
	margin-right:15px;
	margin-top:0px;
	margin-bottom:2px;
}

input[type=hidden] { display: none; }

/* ******backgd and border color for inputs and selects****** */

TEXTAREA {
	margin: 5px;
	display:block;
	padding-left:10px;
	width: 96%;
	background-color: #f8f8f8;
		
	}
	
input:focus, select:focus, textarea:focus {

}
FIELDSET {
	/* padding: .5em; */
	font-size:11px;
	color:#e6e6e6;
	/* margin-left:10px; */
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	border: 2px solid #505050;

	}
	
LEGEND {
	padding: 0px;
	font-size:12px;
	color:#d09c08; 
	text-transform:uppercase; 
	font-weight:bold;
	margin-left:15px;
	}

LABEL, h4.optionName {
    line-height: 18px;
    margin: 0 10px 8px 5px;
    vertical-align: middle;
	padding-bottom:2px;
	font-size:10px;
	color:#7ffffda;
	/* margin: 5px 10px 5px 10px; */
	
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: bold;
	padding-top:2px;
	padding-bottom:4px;
	padding-right:2px;
	padding-left:0px;
	/* : 0.2em 0.5em; */

	}
	

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	font-size: 11px;
	float: left;
	font-weight:bold;
	}
	
	
LABEL.inputLabelPayment {
	float: left;
	margin-right:5px;
	margin-top:5px;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 10em;
	float: left;
	}

P  {
	/* float:left; */
    margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	line-height:16px;
	
}

ADDRESS   {
    font: 11px verdana, arial;
	font-size:11px;
	color:#87CEFA;
	font-weight: bold;
	text-align:left;
	text-decoration:none;
	text-transform: uppercase;
	line-height: 17px;
	/* margin-bottom:5px;
	margin-left:15px;
	margin-top:5px;
	margin-right:40px; */
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;

	}
	
.clearBoth {
	clear: both;
}


HR {
	height: 2px;
	margin-top:8px;
	margin-bottom:8px;
	border-bottom:2px solid #606060;
	}
	
	
.sideBoxContent	HR {
	/* border-bottom: 2px solid #191919; */
	border-bottom:none;
	
	}

	
/*warnings, errors, messages*/
.messageStackWarning  {
	line-height: 20px;
	margin-top:3px;
	margin-bottom:3px;
	margin-right:10px;
	margin-left:15px;
	padding-top:8px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 2px;
	/* border: solid 3px #000000; */
	background-color:#d80000;
	}
	
.messageStackSuccess {
	line-height: 20px;
	margin-top:10px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	padding-top:0px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 15px;
	border: none;
	font-size:11px;
	color:#66cdda;
	font-weight:bold;
	background-color:#000000;

}

.messageStackError {
	background-color:#d70000;
	color: #cccc00;
	font-size:11px;
	font-weight:bold;
	line-height: 20px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:0px;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 3px;
	vertical-align:middle;
	
	
}


.messageStackCaution {
	background-color: #242424;
	color: #ffffff;
	border:double 3px #ffcc00;
	line-height: 20px;
	margin-top:3px;
	margin-bottom:3px;
	margin-right:10px;
	margin-left:15px;
	padding-top:8px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 2px;
	
	}


	
/*wrappers - page or section containers*/
#mainWrapper {
	background-color:#202020;
	text-align: left;
	vertical-align: top;
	
}

/* main content area */
#contentMainWrapper {
	margin:5px;
	background-color: #202020; 

}
	

#headerpic {
margin:0;
padding:0;
width: 930px;

}

#headerpic img{
display: block;
}

#logotop {
position: relative;
height: 0px;
margin-top:5px;
margin-bottom:8px;
padding-right:0px;
padding-left:0px;
padding-top:0px;
padding-bottom:0px;


}

#logotop img{
	border: 0px;
	margin-top: 5px;

}

#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0px;
	padding: 0px;
}

#headerWrapper {
background-color: #000000;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	margin-bottom:20px;
}

#sendSpendWrapper {
	border:2px solid #606060;
	float: left;
	font-size:11px;
	color:#e6e6e6;
	margin-left:3px;
	margin-right:3px;
	margin-top:3px;
	margin-bottom:15px;
	padding-left:9px;
    padding-right:3px;
	width: 96%;
    }


#accountLinksWrapper  {
	border:none;
	font-size:11px;
	color:#cccccc;
	margin-left:3px;
	margin-right:3px;
	margin-top:3px;
	margin-bottom:5px;
	padding-left:9px
	padding-right:3px;
	width: 90%; 
    }


#csNotifications, #navEZPagesTOCWrapper {
	margin: 10px 0px;
	width: 46%;
	
    }
	
	
#checkoutShipto {
	margin-top:5px;
	margin-bottom:4px;
	margin-left:5px;
	margin-right:10px;
	width:65%;

}

#checkoutBillto  {
	margin-top:5px;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:10px;
	width:65%;

}

#checkoutConfirmDefaultHeadingComments   {
	font-size:12px;
	color:#daa520;
	text-transform:uppercase;
	font-weight:bold;
	
}


#checkoutConfirmDefaultHeadingCart   {
	font-size:12px;
	color:#daa520;
	text-transform:uppercase;
	font-weight:bold;
	
}


#btn_submit   {
margin-top:25px;

}



.floatingBox {
float:left;

}	
	
.wrapperAttribsOptions {
/*	margin-top:2px;
	margin-bottom:2px;
	margin-left:10px;
	margin-right:5px; */
	padding-top:5px;
	padding-left:15px;
	vertical-align:middle;
	font-size:10px;
	
	}

/* HEADER */
#navMainWrapper {
position: absolute;
color: #ffffff;
margin-top: 2px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
padding:0px;

}

#navMainWrapper a:link , #navMainWrapper a:visited {
color: #ffd700;
background:#000000;
font-size:11px;
font-weight:bold;
/* text-transform:uppercase; */
text-decoration:none;
}

#navMainWrapper a:hover {
color: #d10000;

}

#headerContent {

}




#headerContent #logoimg {
border: 0px;
position: relative;
top: 0px;
bottom:0px;
left: 0px;
}

#nameWrapper  {
padding-top:1px;
padding-right: 1px;
padding-left:1px;
padding-bottom: 1px;

}

#nameWrapper a, #nameWrapper a:visited {
font-size:12px;
text-decoration:none;
color:#ffffff;
font-weight:normal;
}

#taglineWrapper {
font-size:12px;
padding:0px 0px 0px 0px;
margin-top:5px;
color:#ffffff;
/* display:none; */
}

#navCurrenciesWrapper  {
color: #bbb;
position: relative;
background-color: #ccc;
background: url("../images/menubg2.gif");
background-repeat: repeat-x; 
height: 38px;
padding: 0px 0 0px 15px;
display: none
}


#navCurrenciesWrapper .nav_language {float:left; margin-top: 9px; padding:0px 15px 3px 0px;}
#navCurrenciesWrapper .nav_currencies {float:left; margin-top: 9px; padding:0px 15px; border-left:1px solid #ffff66;}
#navCurrenciesWrapper form {margin: 0px; padding:0px;}
#navCurrenciesWrapper select, #navCurrenciesWrapper input {margin: 0px; padding:0px; display:none}



#navEZPagesTop {
text-align:left;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 0px;
color: #515151;
}


 #navEZPagesTop a:link,  #navEZPagesTop a:visited {
display: inline;
text-align: left;
color:#ffffff; 
font-weight: bold;
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 13px;
text-decoration: none;
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
white-space: nowrap;
background-image:url(../images/menu_a_bg.gif);
background-repeat:no-repeat;
background-position:right center;
}


#navEZPagesTop a.clrbg {background:none;}


#navEZPagesTop ul {margin:0; list-style:none; padding-left:0px;}

#navEZPagesTop ul li {float:left; padding:0px 0 0px 0;}

#navEZPagesTop  {
	color:#008080;
	background-color: #252525;
 }



#topmenubar {
background: url("../images/menubg.gif");
background-repeat: repeat-x; 
background-color: #000000;
height: 50px;
}




#indexDefaultMainContent {
padding-left: 3px;
}

#indexDefaultMainContent p{
background-color:#202020;
margin:2px;
padding-bottom:10px;

}

#navMainSearch {
position: absolute;
margin-top:2px;
margin-bottom:0px; 
margin-left:3px;
margin-right:3px;

}

#navMainSearch input {
font-size: 10px;
}

#categoryDescription {
margin-left: 3px;
}

	
/*navigation*/

.navSplitPagesResult {
	text-align:right;
	font-size: 10px;
	color:#808080;
	}
	
.navSplitPagesLinks {
	font-size: 10px;
}

.navNextPrevCounter {
	display:none;
	/* margin: 3px;
	font-size: 10px; */
	}
	
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 2px;
	padding-top:2px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	/*   0.5em 0.2em; */
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	font-weight: normal;
	height: 1%;
	width: 100%;
}



#footer a:link{
color: #ffffff;
text-decoration: none;

}

#footer a:visited{
color: #ffffff;
text-decoration: none;

}

#footer a:hover {
color:#008080;
background:none;
text-decoration:underline;
}

#footer {
background-color: #000000;
color: #ffffff;
/* padding-top: 7px; */
/* padding-bottom:7px; */
background-image: url(../images/footerbg.jpg);
background-repeat: repeat-x;

}

#navMain {
padding-right: 0px;
}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0px;
	padding:  2px 0px;
	list-style-type: none;
	text-align:left;
	/* line-height: 18px; */
}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0 2px 0 10px;
	margin: 0;
}

#headerWrapper #navMain ul li {

}

#navEZPagesTOCWrapper {
font-weight: bold;
float: right;
height: 1%;
border:1px solid #dfdfdf;
}

#navEZPagesTOC ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
}
#navEZPagesTOC ul li {
	white-space: nowrap;
}
#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
}

#navCategoryIcon, .buttonRow  {
	margin: 3px;
}


#indexProductListCatDescription {
font-size:11px;
margin-top:5px;
margin-left:3px;
margin-bottom:3px;
margin-right:3px;
color:#e8e8e8;


}

.buttonRow   {
 	font-size:11px;
	color:#ffffff;
	
}

#navBreadCrumb {
	font-size:10px;
	border-bottom:1px solid #484848;
	margin-top:5px;
	margin-right:8px;
	margin-bottom:0px;
	margin-left:8px;
    padding-top:0px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .categoryListBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}


#whatsNew img {
border: 1px solid #383838;
}

#specialsDefault img {
border: 1px solid #383838;
}

#whatsNew {
padding-left: 10px;

}


#gvFaqDefaultMainContent  {
width:48%;
margin-left:25px;
margin-right:5px;
margin-top:10px;
margin-bottom:15px;
	}


#gvFaqDefaultContent  {
	margin-left:3px;
	font-size:10px;
	color:#ffffff;
	width:98%;
	}
	
#gvSendDefaultMainContent  {
	font-size:11px;
	color:#ffffff;
    margin-left:3px;
    margin-right:3px;

    }	
	
#gvSendDefaultBalance  {
    font-size:11px;
    color:#b0e0e6;
    font-weight:bold;
	margin-left:30px;
	
    }	
	
	
	
#indexProductList {
margin: 10px;
}

#productGeneral {
margin: 10px;
/* background-color:#ECECEC; */

}



#featuredProducts img {
border: 1px solid #383838;
	}

#cartInstructionsDisplay {
font-size:11px;
color:#f3f3f3;
margin-left: 25px;
margin-right:25px;
margin-bottom:20px;

	}

.important {
	margin-left: 10px;
	margin-right:7px;
	color:#ffffff;
	font-size: 11px;
	line-height:18px;
	clear:both;	
}

#productAdditionalImages {
clear: both;
}



#productDescription  {
	padding:3px;
	font-size:11px;
	color:#f2f2f2;
}


#productPrices  {
   margin-left:20px;
   padding:3px;
   font-size:11px;
   color:#ffd500;
   
}


.shippingEstimatorWrapper  {
	padding:10px;
	
	}
	
.seShipTo {
    float:left;
}	

.alert {
	color: #ffd700;
	font-weight:bold;
	margin-left: 3px;
	font-size: 11px;
	
	/* font-weight:bold; */
	
	
}
	
.advisory {
	color: #e8e8e8;
	margin-top:20px;
	margin-left: 20px;
	margin-right:10px;
	font-size: 11px;

}

	
.notice {
	color: #ffd700;
	margin-left: 3px;
	font-size: 11px;	

}

.rating{


}


.gvBal {
	float: right;
	color:#87ceeb;
	line-height:25px;
	padding-right:5px;
	}
	
	
 #bannerOne, #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding:2px;
	
}

#bannerTwo {
padding: 0;
margin: 0;
clear:both;
}

#bannerSix {
background-color: #000;

}

#bannerFive {


}

#bannerTwo img {
display: block;
vertical-align:bottom;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 11px;
	padding-bottom: 8px;
}


/*Shopping Cart Display*/

#cartAdd {
    text-align: left;
    margin-top: 5px;
	font:10px;
	color:#ffffff;
    /* margin-left:60px;
    margin-right:5px;
    margin-bottom:0px; */
    border:none;
    padding-top:2px;
	padding-bottom:5px;
    padding-left:25px;
    padding-right:3px;
    float:right;
    clear:both;

}

.cartTableHeading TH {
	background-color: #606060;
	padding-top: 5px;
	padding-bottom:7px;
	border-top: 5px solid #202020;
	border-bottom: 5px solid #202020; 
	font-size:10px;
	
	}

.cartTableHeading, #cartSubTotal {
	background-color: #303030;
	height: 25px;

 }

 
#cartSubTotal {
	border-top: 3px solid #808080;
	border-bottom: 3px solid #808080;
	font-size:12px;
	font-weight: bold;
	color:#87cefa;
	text-align: right;
	line-height: 18px;
	padding-top:10px;
	padding-right: 45px;
	padding-bottom:5px;
	background-color: #4d4d4d;
	
	}

.cartProductDisplay, .cartUnitDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity  {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	
	}
	
#cartContentsDisplay  {
	text-align:center;
	margin-right:5px;
		
}

	
.cartUnitDisplay  {
	text-align: center;
	padding-right: 3px;

}

	
.cartTotalDisplay  {
	padding-left:10px;
}	

	
.cartTotalsDisplay {
	text-align: center;
	font-weight:bold;
	color:#87cefa;
	margin-left:30px;
	margin-right:30px;
	padding-top:5px;
	padding-bottom:15px;
	padding-right:5px;
	padding-left:5px;

	}

	
#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 60px;
	margin-right:5px;
	padding-right:5px;
	text-align: center;
    margin-bottom:3px;
	}

.cartNewItem {
	color: #353535;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #cbcbbf;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList {
	margin-left: 1em;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}
	
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	/* color: #FDEA9F; */
	color: #ffffff;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0 0 0 0;
	} 

.totalBox {
	float:right;

	font-size:11px;
	margin-right:15px;
	padding-right:22px;
	color:#B0e0e6;
	text-align:right;
	
}

.lineTitle {
	text-align:left; 
	font-size:11px;
	font-weight:bold;
	color: #B0e0e6;
	margin-left:15px;
	margin-right:5px;
	margin-bottom:6px;

	
}

.amount {
   float:right;
   text-align:left;
   font-size:10px;
   font-weight:normal;
   padding: 2px;
   
}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0 20px 10px 0 ;
}

#productMainImage a:link {
	font-size:8px;
	color:#cc9933;
	text-decoration: none;
}

#productAdditionalImages a:link {
text-decoration: none;
}

#productMainImage img {
border: none;

}

.categoryIcon {}

#cartImage {
	margin: 0px;
	}

/*Attributes*/

#productAttributes {
width:70%;
border: 2px solid #595959;
line-height:18px;
font-size:10px;
margin-top:5px;
margin-bottom:5px;
margin-left:5px;
margin-right:5px;
list-style-type: inline;
vertical-align:middle;
clear:both;

}

#AttribsRadioButton {
display:block;


}


#attribsOptionsText {
font-size:11px;
color: #c0c0c0;
margin-top:2px;
margin-bottom:2px;
margin-left:4px;
margin-right:3px;
text-align:left;
vertical-align:middle;
clear:both;
}


.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {
    font-size:11px;
	color:#c5f3c5;
	margin-top:2px;
    margin-bottom:4px;
    margin-left:4px;
    margin-right:4px;
	vertical-align:middle;
}




.centerBoxContents, .specialsListBoxContents,  .additionalImages, .categoryListBoxContents,.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;

}


.centerBoxContents {
  padding: 0 5px 5px 5px;
	
}


h3.itemTitle a:link, h3.itemTitle a:visited{
text-decoration: none;
}

h3.itemTitle a:hover{
text-decoration: underline;

}

/* BOXES */
	
#navColumnOne, #navColumnTwo {
background-color: #191919;

}	

.centerColumn {
margin-top:5px;
margin-bottom:20px;
margin-left:8px;
margin-right:6px;
padding-top:2px;
padding-right:0px;
padding-left:0px;
padding-bottom:5px;
}

.centerColumn p{
/* margin-top:15px;
margin-left:13px;
margin-right:13px;
margin-bottom:15px; */

}

#indexDefaultHeading {
margin: 0;
padding:0;
}

#indexDefault {
margin-top: 15px;
}

#loginDefault {
padding-left: 3px;
}


h2.centerBoxHeading {
  font: 12px verdana, arial, sans-serif;
  font-weight: bold;
  text-transform:uppercase;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  color:#ffd700;
  text-align: left;
  padding-left: 16px;
  /* background-image: url(../images/heading-bg.gif);
  background-position: 0px 12px;
  background-repeat: no-repeat; */

}

h2.greeting   {
    margin-top: -6px;
    margin-bottom:0px;
	margin-left:3px;
    margin-right:10px;
	font-size:11px;
	color:#daa520;
	font-weight:normal;
	
    }

.productListing-rowheading, {
	height:25px;
	font: 11px verdana, arial, sans-serif;
	margin-left:2px;
	margin-right:2px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:4px;
		
/*  font-weight: bold; */
	/* 5px 0 0 10px;*/
}

TR.tableHeading    {
	background:#606060;
	font-size:10px;
	color: #dcdcdc;
	height:26px;
	
}

.centerBoxWrapper, .tabTable {
	padding: 1px;
	height: 1%; /*do not remove- IEhack*/
	margin-bottom: 2px;
	line-height:16px;
	font:11px verdana, arial, sans-serif;
/* background:#f8f8f8 url('../images/content-bg.jpg') 0 28px repeat-x; */
    }
	
	
.centerBoxWrapper  {
	margin-top: 20px;
	margin-bottom:10px;
	margin-right:5px;
	margin-left:5px;

}	
	
.sideBoxContent {

	font-size:12px;
	padding-top:0px;
	padding-left:15px;
	padding-bottom:2px;
	padding-right:1px;
	line-height:18px;
	text-align:left;
  
}


.sideBoxContent ul {
margin:0; 
padding:0;
list-style:none;

}

.sideBoxContent ul li {
/* background:url(../images/li_underline.gif) bottom left repeat-x; */
padding:1px 0px 1px;
}


.leftBoxContainer {
/* background-color: #ececec; */
margin-top: 10px;
margin-bottom: 10px;


}

.rightBoxContainer {
/* background-color: #ececec; */
margin-top: 5px;
margin-bottom: 5px;
}


#navColumnOneWrapper {
margin-left:1px;
margin-right:3px;
margin-top:0px;
margin-bottom:0px;
background-color: #191919;
color: #e8e8e8;
}

#navColumnTwoWrapper {
margin-left:3px;
margin-right:3px;
margin-top:0px;
margin-bottom:0px;
background-color: #191919;
color: #e8e8e8;

}


.leftBoxContainer a:link, .leftBoxContainer a:visited {
    text-decoration: none;
    font-size: 11px;
	color:#ffffff;
    padding-left: 8px;
/* line-height: 18px; */
    text-align:left;


}

.rightBoxContainer a:link, .rightBoxContainer a:visited   {
    text-decoration:none;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	

}

.leftBoxContainer a:hover   {
    color:#b0e0e6;
    font-weight:bold;
}

.rightBoxContainer a:hover  {
    color:#b0e0e6;

	}

#categories {

}

#categoriesHeading {
font-size:13px;
font-weight:bold;
text-transform: uppercase;
}

.category-top, .category-links {
background-image: url(../images/point.gif);
background-repeat: no-repeat;
background-position: center left;
}

#navCatTabs{
background-color: #ff99cc;
/* 27383F; */

}


#navCatTabs .category-top, .category-links {
background-image: none;

}

#navCatTabs a.category-top:link, #navCatTabs a.category-top:visited {
color: #cacaca;
font-weight: bold;
}

#navCatTabs a.category-top:hover {
color: #ffffff;
}


#informationContent a:link, #informationContent a:visited{
background-image: url(../images/point.gif);
background-repeat: no-repeat;
background-position: center left;
}


#moreinformationContent a:link, #moreinformationContent a:visited{
background-image: url(../images/point.gif);
background-repeat: no-repeat;
background-position: center left;
}



#ezpagesContent a:link, #ezpagesContent a:visited{
background-image: url(../images/point.gif);
background-repeat: no-repeat;
background-position: center left;
}


.centerBoxContentsNew a:link, .centerBoxContentsNew a:visited {
text-decoration: none;
background-repeat: no-repeat;
background-position: center left;
padding-left: 14px;
line-height: 18px;
}


.centerBoxContentsNew a, .centerBoxContentsFeatured a, .centerBoxContentsSpecials a {
font-size: 10px;
padding-left: 4px;
padding-right: 4px;
 }

.centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials {
color: #dfdfdf;
 }

/* stupid IE 6/7 trips the front page thumbnails */
.centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials {
margin-left: -0.1em; 
margin-right: -0.1em; 
	} 

.rightBoxHeading, .leftBoxHeading {
font-size:13px;
font-weight:bold; 
color:#FFFFFF;
text-transform:uppercase;
	}

h3.rightBoxHeading, h3.leftBoxHeading  {
font-size:13px;
font-weight:bold; 
color:#ffd700;
text-transform: uppercase;
/* background:transparent url('../images/box-title-bg.jpg') center center no-repeat; */


	}

h3 label {
font-size:13px;
font-weight:bold; 
text-transform: uppercase;
color:#ffd700;
	}

h3.rightBoxHeading, h3.leftBoxHeading  {
font-size: 13px;
font-weight:bold; 
color:#ffd700;
text-transform: uppercase; 
text-align: left;
padding-top: 8px;
padding-bottom:3px;
padding-left: 25px;
background-image: url(../images/heading-bg.gif);
background-position: 8px 10px;
background-repeat: no-repeat;

	}


.bookmark_sidebox {
font-size:10px;
font-family: verdana, arial, sans-serif;
margin-left:4px;
margin-right:2px;
margin-top: 8px;
padding-top: 3px;
padding-bottom: 2px;
width:150px;
background:#383838;
border: 3px;
border-style: outset;
color: #f8f8f8;
text-align:center;
text-decoration:none; 

	}


#navColumnOneWrapper h3.leftBoxHeading a:link, #navColumnOneWrapper h3.leftBoxHeading a:visited  {
color: #ffd700;
font-size: 13px;
font-weight: bold; 
padding-left:2px;

	}

#navColumnTwoWrapper h3.rightBoxHeading a:link, #navColumnTwoWrapper h3.rightBoxHeading a:visited  {
color: #ffd700;
font-size: 13px;
font-weight: bold; 
padding-left:3px;

	}

#navColumnOneWrapper h3.leftBoxHeading a:hover, #navColumnTwoWrapper h3.rightBoxHeading a:hover {
	color: #ffd700;
	font-size: 13px;
	font-weight: bold; 
	padding-left:2px;

	} 


#search {
/* background-color: #ffffff; */
margin-left:2px;
margin-right:2px;
	}

#search input{
background-color:#ffffff;
font-size: 10px;
/* display:inline; */
margin-left:3px;
margin-right:3px;

	}


#manufacturers {
background-color: #d8d8d8; 

	}


/* PRODUCT LISTING */

.productListing-rowheading a {

color:#ffffff;
text-decoration: underline;

	}

.productListing-data a:link, .productListing-data a:visited  {
    font-size:11px;
	color:#cc9933;
    text-decoration: none;

}

.productListing-data a:hover  {
/*
color:#A00C32;
text-decoration: underline;
*/
}

.productListing-data img {
padding:0px;
margin:  8px;
}

.listingProductImage {
padding:0px;
border: 1px solid #515151;
margin:  5px;
	}

.productListing-data {
font-size:11px;
border-top: 2px solid #3b3b3b;
padding-top:5px;
padding-bottom:5px;
padding-left:2px;
padding-right: 2px;
vertical-align:middle;
line-height:17px;

	}

.productListing-even {
/* background-color:#ECECEC; */

	}

.productListing-odd {
/* background-color:#ECECEC; */

	}

/* PRODUCT INFO */
#productDetailsList, #productDetailsList li {
margin-left:0;
margin-right:20px;
padding-left:0;
text-align:left;

	}

/* FOOTER */

#authorLink {
text-align:center;
font-size:11px;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage,  .centerBoxContents,  .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .attribImg {
text-align: center;
margin-bottom:2px;
	}

td.myAccountStatus   {
    text-align:center;

    }	


.navNextPrevWrapper {
margin-bottom: 15px;
margin-top:15px;
	}

#bestsellers .wrapper  {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol  {
	padding: 0;
	margin: 0em;
	}

#bestsellers li  {
	padding: 0;
	margin: 0em 0em 0.3em 0em;
	}

#bannerboxHeading {

    }

#upProductsHeading {
	text-align: left;
	
	}
#upDateHeading {
	text-align: right;
	
	
	}
	

.back  {
	float:right; 
	padding-top:0px;
	
    }

.back1 {
  float: right;
  padding-top:0px;
  padding-bottom:5px;
  padding-left:0px;
  padding-right:10px;
  
    }


.forward {
	float:left;

    }

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #404040;
	height: 25px;
	vertical-align: top;
	font-size:11px;
	}

.rowEven {
	background-color: #404040;
	height: 25px;
	vertical-align: top;
    font-size:11px;

	
	}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li   {
	margin-left:25px;
	margin-top:2px;
    line-height:14px;
	color:#ffffff;
	} 


	
#myAccountNotify li {
   	margin-left:25px;
	margin-top:2px;
    line-height:14px;
	color:#cc9933;
	
    }
	
	
.accountTotalDisplay, .accountTaxDisplay {
	width: 13%;
	text-align: right;
	padding-right:8px;
	font-size:11px;
	color:#b0e0e6;
	vertical-align: top;
	line-height:17px;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 13%;
	vertical-align: top;
	font-size:11px;
	color:#b0e0e6;
	line-height:18px;
	}

.accountProductDisplay  {
    font-size:11px;
	color:#b0e0e6; 
	vertical-align: top;
	line-height:17px;
    }	


#orderTotals   {
    font-size:11px;
	font-weight:bold;
	background-color: #303030;
	margin-right:7px;
	color:#b0e0e6;
	width:100%;
	border-bottom: 3px solid #707070;

	}

#siteMap {
    margin-left:10px;
    margin-right:10px;
    line-height:18px;
	font-size:10px;
	color:#f8f8f8;
	
    }	

	
#siteMapList {
	display:none;
	/* width: 99%;
	float: right;
	font: 11px verdana, arial, sans-serif; */
	}

#siteMapMainContent   {
    line-height:16px;
		}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
	background-color: #282828;
    }

.hiddenField {
display: none;
    }

.visibleField {
display: inline;
    }


#infoShoppingCart {
	margin-top:20px;
	margin-bottom:5px;
	margin-left:12px;
	margin-right:8px;
	font-size:12px;
	color:#ffffff;
	background-color: #202020;
	
    }

a:link.productListing-heading {
	text-decoration: none;
    }

.orderHistList {
	margin:5px 5px 5px 15px;
	padding:0;
   }

#orderhistoryContent .orderHistList li a:link, #orderhistoryContent .orderHistList li a:visited {
    margin:0;
    padding:0;
  }

   
#accounthistoryinfoBody   {
    font-size:11px;
    font-weight:normal;    
	padding-right:3px;
	padding-left:3px;
	padding-top:5px;
		
}

   
#prevOrders    {
    margin-bottom:3px;
	margin-left:0px;
	margin-right:2px;
	padding-right:2px;
	border-bottom:4px solid #505050; 
	font-size:11px;
	color:#33ccff; 

	}


#bestsellersContent {
margin:0px 0px 0px 10px;

    }

#bestsellersContent li a:link, #bestsellersContent li a:visited {
margin:0;
padding:0;
    }

.cartBoxCheckout a:link, .cartBoxCheckout a:visited {
margin:3px;
padding:0;
    }

.searchinput {
	background: url("../images/sinputbg.gif") no-repeat left top;
	height: 25px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:4px;
	padding-right:3px;
	float: left;
	margin-right: 3px;
	line-height:11px;
	
    }

.header-search    {
position: absolute;
margin:0;
top: 9px;
right: 7px;
    }

.header-search input    {
	border: 0px;
	margin: 3px;
	color: #000000;
	font-size:10px;
	background: none;
    }

.header-search form   {
	float: left;
     }

.header-search input:focus   {
	background: none;
    }

#cart_top   {
	position: absolute;
	right:10px;
	top: 138px;
	background:url(../images/cart.jpg) 0 0 no-repeat;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:50px;
	padding-right:5px;
	text-align: left;
	line-height:20px;
	font-size:12px;
	color: #ffffff;
	}
	
#cart_top a:link, #cart_top a:visited {
color: #ffffff;
text-decoration:none;
}	

#cart_top a:hover {
color: #008080;
}

#indexCategoriesMainContent {
margin-top: 10px;
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
}


#img_live{
display: inline-block;
margin-left: auto;
margin-right: auto;
text-align:center;

}
