/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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.css 4387 2006-09-04 13:54:28Z drbyte $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
/*	background-image: url(../images/bg.gif);*/
	background-color:#F2F4E8;
	}

a img {border: none;
/*	padding-top:1px;*/
}

a:link, #navEZPagesTop a:link, #categoriesContent a:link, .sideBoxContent a:link, .headerNavigation a:link, #informationContent a:link, .footertop a:link, .footer a:link {
    /*color: #F1EDE7;*/
	color:#000DBC;
    text-decoration: none;
	}
a:link, #navEZPagesTOC ul li a {
	color: #000DBC;
	text-decoration: none;
	}
 
a:visited {
	color: #000DBC;
	text-decoration: none;
	}
a:visited, #navEZPagesTop a:visited, #categoriesContent a:visited, .sideBoxContent a:visited, .headerNavigation a:visited, #informationContent a:visited, .footertop a:visited, .footer a:visited {
    /*color: #F1EDE7;*/
	color:#000DBC;
	/*color:#378FA2; aqua */
    text-decoration: none;
	}

#informationContent a:focus {
	color:#559F00;
}

#navEZPagesTOC ul li a:visited {
	color:#7F0055;
	text-decoration: none;
	}

a:hover, #navEZPagesTop a:hover, #categoriesContent a:hover, .headerNavigation a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover, .sideBoxContent a:hover, #informationContent a:hover, .footertop a:hover, .footer a:hover {
    color: #FF0000;
    text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover {
    color: #FF0000;/* breadcrumb hover */
    text-decoration: none;
	}

/*--------------------------------------------------------*/

a:active {
	color: #000DBC;
	}

h1 {
	font-size: 1.6em;
/*	font-family: georgia, tahoma;
	color: #808080;*/
	color:#2A7FFF;
	}

h2 {
	font-size: 1.4em;
	color:#A51008;/* ---------- center Price --------- */
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}
	
 LEGEND {
 	font-size: 1.1em;
	color:#2A1FAA;
}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}
/* ---------- home page greeting text ---------- */
.greeting {
/*	color:#007F00;*/
	font-size:12px;
	color:#000DBC;
}
/*--------------  uncomment either or both of these if having problems with IE peekaboo bug: ----------
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}*//* this creates sidebox header problems in IE ---- */
.centerColumn {
	height: 1%;
	}
/*------------------------------------------- EOF peekaboo IE bug ----------------------------------- */

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 99%;
	}

input:focus, select:focus, textarea:focus {
/*	background: #EFEBE2;*/
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #63859D;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*-------------------------- wrappers - page or section containers -------------------------*/

#mainWrapper {
/*	background-color: #BBBBBB;
	background-color: #ffffff;
	
	background-image:url(../images/bg.gif);*/
	text-align: left;
	width: 99%;
	vertical-align: top;
	border: 1px solid #9a9a9a;
	}

#headerWrapper, #logoWrapper {
	
	margin: 0em;
	padding: 0em;
	background-color:#0076DC;
	
/*	height:100%;
	position:relative;*/
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}

#ezPageBoxList, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	background-color:#FFFFFF;
	margin: 0em;
	padding: 0em;
}

#contentMainWrapper {
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
}

#cartBoxListWrapper, #cartBoxListWrapper ul {
	margin: 0em;
	padding: 0em;
}

/*#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}*/

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size: 2.1em;
/*	font-size:14px;
	
	
	font-style:italic;
	font-weight:bold;	*/
/*	text-align : center;*/
	text-align : right;
	padding-right:10px;
	padding-top:10px;
/*	vertical-align: middle;
	vertical-align:bottom;*/
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	/*float: right;*/
	margin: 0em 0em 1em 1em;
	}

#floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*HEADER CSS*/

/*.header {
  background-image: url(../images/header.gif);
  height: 70px;
  background-repeat: no-repeat;
  padding: 10px;
}*/

/*--------------------------------  navigation  --------------------------*/
#headerNavigation {
	position: relative;/*  do not remove-fixes stupid IEbug*/
	background-image: url(../images/bar.gif);
    background-repeat: repeat-x;
	font-weight: bold;
	height: 23px;
/*	color: #FFFFFF;*/
	vertical-align: middle;
	padding-left: 6px;
/*	margin: 0em;*/
	}
.navMainSearchforward {
	text-align:right;
	padding-right:13px;
}
.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper {
	margin: 0em;
/*	background-color: #abbbd3;*/
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	padding: 0.5em 0.2em;
	height: 1%;
/*	background-image:url(../images/bar.gif);
	background-repeat:repeat-x;	
 	border: 3px double #63859D;*/
	}
	
#navSuppWrapper {
	margin: 0em;
/*	background-color: #abbbd3;
	padding: 0.5em 0.2em;*/
	text-align: center;
	vertical-align:middle;
	font-weight: bold;
	color: #000000;
	height: 24px;
	width: 100%;
	background-image:url(../images/bar_bk.gif);
	background-repeat:repeat-x;	
	}

#navCatTabsWrapper {
	background-image:url(../images/bar.gif);
	background-repeat:repeat-x;
	padding: 0.5em 0.2em;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
/*	width: 100%;
	background-color:#2A3FAA;
	color: #9a9a9a;
	background-image:none;*/
}

#navMain ul, #navSupp ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: .8em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a {
	text-decoration: none;
	padding: 0em;
	margin: 0;
	color: #FFFFFF;/* ----- header & footer link text color ----- */
	white-space: nowrap;
	}

#navCatTabs ul li a, #navCatTabs ul li a:active, #navCatTabs ul {
	color: #FFFFFF;/*---------------------Cat Tabs Colour ------------------- */
	padding: 0em 0.5em;
	margin: 0;
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#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;
	}

#navMainSearch, .navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}
	



/* ----------------------- Breadcrumb --------------------- */
#navBreadCrumb {
	
	padding: 0.5em 0.5em;
	margin: 1px;
	background-image:url(../images/tile_back.jpg);
	background-repeat:repeat-x;
	font-size: 1.1em;
	font-weight: bold;
/*	color:#A51008;*/
	color:#2A3FFF;
	margin: 0em;
	}

#navBreadCrumb a {
	color:#FFFFFF;
}

#navBreadCrumb a:hover {
	color:#FF0000;
}

#navEZPagesTop {
/*	background-color: #abbbd3;*/
	background-image: url(../images/bar.gif);
	background-repeat: repeat-x;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

/*#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}*/
#navColumnOne {
	background-image: url(../images/bg.gif);
	padding: 0.5em;
	}

#navColumnTwo {
	background-image: url(../images/bg.gif);
	padding: 0.5em;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

#catBoxDivider {
	color: #FFFFFF;
    width: 75%;
    text-align: center;
	}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.centerColumn {
/*	background-color:#F4FFFF;*/
	background-color:#F5F5FC;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	background-image: url(../images/bg1.gif);/*--- add to cart box background --*/

	margin: 1em;
	border: 1px solid #1EAD1D;
	padding: 1em;
	}
/*--- shopping cart header details --*/
.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	
	}

#scProductsHeading {
	text-align:left;
	padding-left:60px;
}
#scUnitHeading {
	text-align:right;
	padding-right:5px;
}
#scTotalHeading {
	text-align:right;
	padding-right:5px;
}

.tableHeading, #cartSubTotal {
	color:#FFFFFF;
	background-image:url(../images/bar.gif);
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
/*	background-color: #e9e9e9;*/
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
/*	color: #009F55;*/
	color:#EE0000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	color:#080808;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/* ----------- centerBoxWrapper --------------------------- */
.centerBoxWrapper, .tabTable {
	border: 1px solid #9a9a9a;
	height: 1%;/*do not remove- IEhack*/
	margin: 1.1em 0;
	margin-bottom: 1em;/*  center box spacing */
	padding: 0px;
	background-color:#FFFFFF;
	}

h2.centerBoxHeading {
	margin: 0em;
	background-image: url(../images/tile_back.jpg);
	font-size: 1em;
	color: #ffffff;
	padding: 0.5em 0.2em;
	border-bottom: 1px solid #9a9a9a;
	}

/* ---------------------- sideboxes ------------------------- */

.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 13px;
	/*color:#1D39C0;----- heading color ----- */
	color:#008080;
	}
/*#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 1.3em;
	color:#2A5FFF;/*-----heading color -----
}*/

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
/*	background-color: #abbbd3;*/
	background-image:url(../images/box000.gif);
	background-repeat:no-repeat;
	padding: 12px;
	}
.centerBoxHeading {
	font-size: 10px;
	background-image: url(../images/bar.gif);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-bottom: 8px;
	color:#FFFF00;
	}

.leftBoxContainer, .rightBoxContainer {
	background-image:url(../images/box001.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	}

/*.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}*/
.sideBoxContent {
	background-image:url(../images/box002.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 130%;
	background-position:bottom;
	padding-top: 5px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 25px;
	}
	
/*--- cart sidebox control?-----
.sideBoxContent2 {
	font-size: 10px;
	line-height: 100%;
	background-position:bottom;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	}*/
	
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	} 

/*.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}*/

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
#bannerTwo {
	text-align: right;
	font-size:14px;
/*	font-weight:bold;*/
	color:#C1ECE0;
	line-height: 100%;
/*	vertical-align:baseline;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 60px;*/
/*	text-decoration:blink;*/
} 
.orderHistList {
	font-size: 10px;
	line-height: 100%;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne,  #bannerThree,  #bannerFour,  #bannerFive,  #siteinfoCredits, #siteinfoStatus, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    font-size: 11px;
	text-align: center;
	}
/*-------------------- image notice ----------------------------*/
#bannerSix {
	font-size:10px;
	color:#A0A0A4;
}
	
.cartTableHeading TH {
	border-bottom: 1px solid #cccccc;
	
	}

/*.cartTableHeading,*/ 
#cartSubTotal {
	background-color: #e9e9e9;
	height: 2.2em;
 }	


/*h3.leftBoxContainer, #whatsnewHeading, #searchHeading, #recordcompaniesHeading, #featuredContent, #specialsHeading, #manufacturersHeading, #reviewsHeading, #featuredHeading, #musicgenresHeading, #currenciesHeading, #shoppingcartHeading {
    font-size: 11px;
	text-align: center;
	}
*/
#searchContent {
	text-align: center;
	vertical-align:top;
	background-image:url(../images/box002.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 130%;
	background-position:bottom;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 10px;
	padding-bottom: 25px;
}

#myAccountProducts {
	font-size:11px;
	text-align:left;
}

#myAccountTotal {
	font-size: 11px;
	text-align: right;
	padding-right:4px;
}

#myAccountStatus {
	font-size:11px;
	text-align:left;
}

#myAccountStatusDate {
	font-size:11px;
	text-align:left;
	padding-left:8px;
}

.productListing-heading {
	color:#000DBC;
    font-size: 9px;
	background-image: url(../images/bar.gif);
	background-repeat: repeat-x;
/*	padding-top: 3px;
	padding-bottom: 3px;*/
	padding-left: 2px;
	line-height: 100%;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	font-size:10px;/* ------------ category size ------------- */
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	font-size:10px;/* ------------ category sub size ------------- */
	color: #FF0000;
	text-decoration: none;
	}
/*SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}*/
/* end categories box links */
/* footer
--------------*/
.footertop {
    background-image: url(../images/bar.gif);
    background-repeat: repeat-x;
    padding: 4px;
    color: #FFFFFF;
    text-align: center;
    font-size: 11px;
    }

.footer {
/*    background-color: #FFFFFF;*/
	background-image: url(../images/foot_back.gif);
    background-repeat: repeat-x;
    font-size:10px;
    text-align: center;
    }

.footerbottom {
  padding: 8px;
}
/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

/*.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}*/


.rowOdd {
	background-color: #E4ECF8;
	height: 1.75em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F3FCF7;
	height: 1.75em;
	vertical-align: top;
	}

.productListing-even {
background-color: #F3FCF7;
}
.productListing-odd {
background-color: #E4ECF8;
}
CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

/*TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}
*/
.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
	background-color: #ffffff;
	}
	
#infoShoppingCart {
	background-color:#E4ECF8;
	padding: 10px;

}

/* ------   EXTRAS    --------  */

#shippingInfoMainContent {
	color:#2A3FAA;
	font-size:10px;
	font-weight:normal;

}

.note {
	color:#FF0000;
}

.instructions {
	color:#AA0000;
	padding-left:100px;
	text-align:center;
}


/*-------------------------------- Login Page ---------------------------------*/

#logpage{margin: 2px; padding: 2px;/* height: 300px; border: 1px solid #66006B; background-color:#808080;*/}
.logcontent {padding: 5px; background-color:#F5F5FC;}

#returncus {margin-bottom: 1.5em; padding: 0; width: 49%; float: left; border-right: 1px solid #00AA00; border-left: 1px solid #00AA00; border-bottom: 5px solid #00AA00; background-color:#FFFFFF;}
#returncusheading {margin: 0; padding: 0.5em 0; font-size: 1em; background-image:url(../images/tile_back.jpg); color: #ffffff; width: 100%; text-align: center}
#returncus label.inputLabel {width: 8em; float: left;}

#newcus {margin-bottom: 1.5em; margin-left: 2px;  padding: 0; width: 49%; float: right; border-right: 1px solid #00AA00; border-left: 1px solid #00AA00; border-bottom: 5px solid #00AA00; background-color:#FFFFFF;}
#newcusheading {margin: 0; padding: 0.5em 0; font-size: 1em; background-image:url(../images/tile_back.jpg); color: #FFFFFF; width: 100%; text-align: center}
#newcus legend, #returncus legend  {margin: 0; padding: 0.3em 0; font-weight: bold;	color:#008080;}

/* End Login Page */

/* This is the CSS needed for the Order Step Edition 2 contribution */

div.order_steps {       /* Is needed for the centering in IE */
    width: 100%
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    text-align: center;
}

table.order_steps {
    margin-left: auto;
    margin-right: auto;
    width: 80%;       /* Here you can set the total width of this contrib */
    padding-bottom: 10px;
    background-color: transparent;      /* Here you can change the background-color of the whole contrib */
}

tr.order_steps_line_2 {
    height: 5px;        /* Is a part in determining the height of the line */
    padding: 0px;
    margin: 0px;
}

tr.order_steps_line_3 {
    height: 1px;        /* Is a part in determining the height of the line shadow */
    padding: 0px;
    margin: 0px;
}

td.progressbar_active {
    background-color: #3DA200;     /* Determines the active color of the completed part of the line */
    width: 4%;
    padding: 0px;
    margin: 0px;
}

td.progressbar_inactive {
    width: 4%;
    background-color: #9A9A9A;    /* Determines the non-active color of the uncompleted part of the line */
    padding: 0px;
    margin: 0px;
}

td.progressbar_active_shadow {
    background-color: #346C00;     /* Determines the non-active color of the completed part of the line shadow */
    width: 4%;
    padding: 0px;
    margin: 0px;
}

td.progressbar_inactive_shadow {
    width: 4%;
    background-color: #666666;   /* Determines the non-active color of the uncompleted part of the line line*/
    padding: 0px;
    margin: 0px;
}

td.order_steps_text {
    text-align: center;
    vertical-align: top;
    color: #A7A7A7;        /* Determines the non-active color of the text */
    padding-bottom: 5px; /* Determines the distance between the text and the line */
}

td.order_steps_text_completed {
    text-align: center;
    vertical-align: top;
    color: #8DB18D;        /* Determines the non-active color of the text steps that have been completed*/
    padding-bottom: 10px; /* Determines the distance between the text and the line */
}

td#active_step_text {       /* These are the styles for the active text */
    color: #005C2C;
    font-weight: 700;
    font-size: 1.1em;
}

/* End Order Steps contribution CSS */
