/**
 * 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #e5edf5;
	margin: 10px 0px 50px 0px;
  background: url(../images/bg_body.gif) repeat-x #FF4CFF;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #000090;
	text-decoration: none;
	}
 
a:visited {
	color: #000090;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	color: #FF0000;
	margin: 0.6em 0.3em 1em 0.3em;
	}

h2 {
	font-size: 1.4em;
	margin: 0.6em 0.3em 1em 0.3em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
  font-size: 1.1em;
	}

h5 {font-size: 1.2em;}


.biggerText {
	font-size: 1.2em;
	line-height: 1.5em;
	}

h3, h4, h5, h6 {
	margin: 0.3em 0;
	}
	

h1#productName {
  color: rgb(255,255,255);
	font-size: 1.5em;
	margin: 1.5em 0.2em 1em 0.2em;
	background-color: #A70046;
	padding-top: 0.1em;
  padding-bottom: 0.3em;
  }

h2#productPrices {
	font-size: 1.3em;
	margin: 1em 0em 1em 0em;
	}


h3.itemTitle {
	font-size: 1.3em;
	margin: 0em 0em 1em 0em;
	}
	
h6 {
	font-size: 1.3em;
	margin: 0em 0em 1.2em 0em;
	}
	
span.productShortDescription {
	font-size: 1.1em;
	color: rgb(0,0,153);
	margin: 0em 0em 1.2em 0em;
	}
	
p.normalText {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	color: rgb(0,0,153);
	margin: 0em 0em 0em 0.6em;
	}
	
p.greeting {
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.4em;
/*	font-weight: normal;
  color: rgb(0,0,153); */
	margin: 0em 0em 0em 0em;
	}

p.htmlPages {
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: justify;
/*	font-weight: normal;
  color: rgb(0,0,153); */
	margin: 0em 0em 0em 0em;
	}

h3.htmlPages {
  font-size: 1.4em;
  color: rgb(51,51,255); 
	margin: 1em 0em 0.5em 0.4em;
	font-variant: small-caps;
	}	

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

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: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	color: rgb(51,51,255);
  font-weight: bold;
	padding: 0.3em;
	}
	
span#checkoutSuccessOrderNumber {
	font-size: 1.1em;
  color: rgb(0,0,153);
	}

LABEL, h4.optionName {
	line-height: 1.3em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 10em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 12em;
	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;
	}

HR#productInfoDivider{
	height: 1px;
	margin-top: 0em;
  margin-bottom: 0em;
	border: none;
	border-bottom: 2px solid #E0006D;
	}


/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	margin: 0em 0.3em 0em 0.3em;
	border: 1px solid #000000;
	}

.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: rgb(255,230,170);
	text-align: left;
	width: 995px;
	vertical-align: top;
	border: 1px solid #9a9a9a;
	margin: auto;
	padding: 0em;
	}
	
/*.productInfoGeneral	{
 margin-top: 3em;
  border: 1px solid #cacaca;
  background-color: #FFFF78;
  }*/
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

#checkoutShipto {
	margin: 1em 0em 0em 0.5em;
	width: 47%;
	}
#checkoutShiptoComments, #checkoutConfirmDefaultHeadingCart, #timeoutDefaultContent, #logoffDefaultMainContent {
	margin: 1em 0em 0em 0.5em;
	}
	
#productDetailsList, #sorter {
	margin: 0em 0em 0em 0.3em;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#tellAFriendDefault {}
	
#contentMainWrapper {
	background-color: rgb(255,255,210);
	margin: 0em;
	padding: 0em;
	}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0em;
	margin-right: 0em;
	}

/*navigation*/

.navSplitPagesResult {margin: 0.5em;}
.navSplitPagesLinks {margin-top: 0.5em;}

.navNextPrevCounter {
	margin: 0em;
	font-size: 1em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image:none;
  height: 1%;
  }

/*
footer
*/

#navSupp {
  clear: both; 
  margin: 0em;	
  background-color: #263472; 
  padding: 0.0em 0.2em; 
  font-weight: bold; 
  color: #ffffff;	
  height: 1%;
  }

#navSupp ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navSupp ul li {
	display: inline;
	}

#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navSupp ul li a:hover {
  color: #FFFF00;
  }

/*
EZPages
*/

#navEZPagesTOCWrapper {
	background-color: #dddddd;
  font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #263472;
	}
	
#navEZPagesTOCWrapper h2 {
  color: #263472;
  }	

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
  color: #263472;
	white-space: nowrap;
	}

#navEZPfagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}
	
#navEZPageNextPrev {
  margin-bottom: 10px;
  }

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navBreadCrumb {
	padding: 0.5em 1.3em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	background-color: rgb(255,230,170);
	border-bottom: 1px rgb(192,192,192) solid;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}


/*Category tabs */

#navCatTabs {
  background-color: rgb(220,220,220); 
  color: #9a9a9a;	
  background-image: none;
  font-weight: bold;
  }
  
#navCatTabs ul {
  margin: 0; 
  padding: 0.5em 0em; 
  list-style-type: none; 
  text-align: center;	
  line-height: 1.5em;
  border: #bbbbbb solid 0px;
  width: 100%;
  
  /* background-image: url(../images/chromebg.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-x-position: center;
  background-y-position: center; */
  }

#navCatTabs ul li {
  display: inline; 
  }
  
/*
#navCatTabs ul li a {
  text-decoration: none; 
  padding: 0em 0.5em;	
  margin: 0; 
  color: #3300FF; 
  white-space: nowrap;
  }
#navCatTabs ul li a:hover {
  color: #FF0000;
  }
*/

#navCatTabs ul li a {
  color: #494949; 
  padding-top: 5px; padding-right: 6px; padding-bottom: 5px; padding-left: 6px; 
  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
  text-decoration: none; 
  border-right-width: 1px; 
  border-right-style: solid; 
  border-right-color: rgb(241,241,241);
  }
  
#navCatTabs ul li a:hover {
  color: #FFFFFF; 
  background-color: #A70046;  
  /* background-image: url(../images/chromebg2.gif);
  background-repeat: repeat-x; 
  background-attachment: scroll; 
  background-x-position: center; 
  background-y-position: center; */
  }


/*The main content classes*/
#contentColumnMain, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/* 
leftbox, rightbox
*/
#navColumnOne, #navColumnTwo {
	background: url(../images/bg_sidebox.gif) repeat-y;
  vertical-align: top;
	}

/*.content,*/
#productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.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;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em 0.5em 2em 0em;
	border: 1px solid #000000;
	padding: 1em;
	background-color: rgb(255,230,170);
	}

.tableHeading TH, .cartTableHeading TH {
	border-bottom: 1px solid #545454;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	}

#cartSubTotal {
	height: 2.2em;
  border-top: 1px solid #545454;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 5em;
	}

#orderTotalsConfirmation {
	font-weight: bold; 
	
	margin-right: 5em;
	}

.tableRow, .tableHeading {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0.5em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 3em;
	}

#scUpdateQuantity {
	width: 3em;
	}

.cartQuantity {
	width: 6em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	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*/
#productInfoMainImage	{
	margin: 5.5em 1.5em 1.5em 0.3em;
	}
#productReviewsDefaultProductImage, #reviewsInfoDefaultProductImage, #reviewWriteMainImage {
	margin: 0.6em 1em 2em 0.3em;
	}
.smallProductImage {
	margin: 0em 0.8em 0em 0.3em;
	}

.categoryIcon {margin-right: 1em;}

#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 {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	background-color: rgb(255,230,170);
	}
/*
centerbox
*/
.centerBoxHeading {
  text-align: center; 
  margin: 0em;	
  background-color: #abbbd3; 
  padding: 0.5em 0.2em;
  }

.centerBoxHeading a:visited {
	color: #FFFFFF;
	}  

h2.centerBoxHeading {
	margin: 0em; 
  background-color: #263472; 
  background-image: url(../images/bg_box_header_1.gif); 
  padding: 0.5em 0.2em;
  font-size: 1.3em;
	color: #ffffff;
	}

/*
product listing
*/
#productListing {
	margin-bottom: 3em;
	}


.productListingWraper {
	border: 1px solid #9a9a9a;
	}


.productListing-rowheading {
	background-color: #263472;
  background-image: url(../images/bg_box_header_2.gif);
	height: 2.8em;
	color: #FFFFFF;
	}

.productListing-rowheading a {
  background-color: transparent; 
  height: 2.8em; 
  color: #FFFFFF;
  }

.productListing-even {
  background-color: rgb(255,255,210);
  font-size: 1em;
 }

.productListing-odd {
  background-color: rgb(255,230,170);
  font-size: 1em;
}

.listingProductImage {
  padding-left: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 1px;
}

.listingDescription {
  text-align: justify;
 	margin: 0em 0em 0em 1em;
 	font-size: 1em;
 	padding-right: 1em;
 	}

.displayProductsButton {
  text-align: right;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 0px;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #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;
	}
	
#productReviewsDefaultContent {
  margin: 0em 0em 0em 0.4em;
  }

#bestsellers .wrapper {
  margin: 0em 0em 0em 1.6em;
  font-size: 1.1em;
  }
  
#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.2em 0em 0.2em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}
	
#checkoutSuccessText, #checkoutShippingContentChoose, #defaultSelected {
  margin-left: 0.5em;
  margin-right: 0.4em;
	}	
#freeShip	{
  font-size: 1em;
  color: rgb(255,0,0);
  margin-top: 0.8em;
  margin-left: 0.5em;
  margin-right: 0.4em;
}

/*sideboxes*/
.columnLeft, .columnRight {}


#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

#navColumnOneWrapper, #navColumnTwoWrapper {}

/* 
leftbox
*/

.leftBoxHeading {
	text-align: center; 
  margin: 0em;
	background-color: #abbbd3;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	margin: 0em;
	border: 0px solid #9a9a9a;
	background-color: transparent;
	}

h6.leftBoxHeading {
	font-size: 1em;
	color: #ffffff;
	margin: 0em; 
  background-color: #263472; 
  background-image:url(../images/bg_box_header.gif); 
  padding: 0.5em 0.2em;
	}
	
h6.leftBoxHeading a {
  font-size: 1em; 
  color: #ffffff;
  }

h6.leftBoxHeading a:hover {
  color: #FFFF33; 
  text-decoration: none;
  } 

.leftBoxHeading a:visited {
	color: #FFFFFF;
	} 


/* 
rightbox
*/

.rightBoxHeading {
	text-align: center; 
  margin: 0em;
	background-color: #abbbd3;
	padding: 0.5em 0.2em;
	}

.rightBoxContainer {
	margin: 0em;
	border: 0px solid #9a9a9a;
	background-color: transparent;
	}

h6.rightBoxHeading {
	font-size: 1em;
	color: #ffffff;
	margin: 0em; 
  background-color: #263472; 
  background-image:url(../images/bg_box_header.gif); 
  padding: 0.5em 0.2em;
	}
	
h6.rightBoxHeading a {
  font-size: 1em; 
  color: #ffffff;
  }

h6.rightBoxHeading a:hover {
  color: #FFFF33; 
  text-decoration: none;
  } 

.rightBoxHeading a:visited {
	color: #FFFFFF;
	} 

/* 
sidebox common
*/

.sideBoxContent {
	background-color: transparent;
	padding: 0.4em;
	font-size: 1.1em;
	}
.sideBoxContentContact {
	background-color: transparent;
	padding: 0.6em;
	font-size: 1.1em;
	}
	
.wrapper {
  font-size: 1.2em;
  }
  
.sideBoxContent ul {
  margin-left: 10px; 
  padding-left: 0;
  } 
.sideBoxMessage {
	background-color: #ddddb2;
	padding: 0.4em 0.4em 0.4em 0em;
	font-size: 1em;
	}
/*
BetterCategoriesEzInfo v1.3.0.2 added  2006-06-22  gilby
Updated to v1.3.5   2006-09-19  gilby
*/

.betterDocuments, .betterEzpages,
.betterInformation, .betterMoreinformation, .betterBestsellers {
	border-top: 1px solid #ffffff;
  }

.betterDocuments a, .betterDocuments a:visited,
.betterEzpages a, .betterEzpages a:visited,
.betterInformation a, .betterInformation a:visited,
.betterMoreinformation a, .betterMoreinformation a:visited,
.betterBestsellers a, .betterBestsellers a:visited {
	display: block;
  color: rgb(0,0,0);
  background-color: #DDDDB2;
	margin: 0px 0px 0px 0px;
 	padding: 6px;
  }

.betterDocuments a:hover, .betterDocuments a:active,
.betterEzpages a:hover, .betterEzpages a:active,
.betterInformation a:hover, .betterInformation a:active,
.betterMoreinformation a:hover, .betterMoreinformation a:active,
.betterBestsellers a:hover, .betterBestsellers a:active {
	color: #FFFF00;
  font-weight: bold;
  background-color: #520000;
  margin: 0px 0px 0px 0px;
 	padding: 6px;
}

.betterCategories a, .betterCategories a:visited {
	display: block;
	/* background-color: #E5D9E5; 
  border-top: 1px solid #ffffff;
	padding: 4px; */
  }

.betterCategories a:hover, .betterCategories a:active {
	color: #ffffff;
	/* border-top: 1px solid #ffffff;
  font-weight: bold;
  background-color: #9C659C; */
}

/* categories box parent and child categories */

/* a.category-top-tabs, a.category-top-tabs:visited {
  color: #FB0896;	
  text-decoration: none;
  } */

a.category-top, a.category-top:visited {
  color: #FFFFFF;  
  margin: 1px 0px 0px 0px; 
  background-color: #006666; 
  padding: 4px; 
  background-image: none; 
  text-decoration: none;
  }

a.category-top:hover, a.category-top:active {
  color:#FFFF00;
  margin: 1px 0px 0px 0px; 
  background-color: #520000; 
  padding: 4px; 
  background-image: none; 
  text-decoration: none;
  }
  
a.category-subs, a.category-subs:visited,
a.category-products, a.category-products:visited {
  color: #000000;  
  margin: 1px 0px 0px 0px; 
  background-color: #D9FFDA; 
  padding: 3px; 
  background-image: none; 
  text-decoration: none;
  }

a.category-subs:hover, a.category-subs:active,
a.category-products:hover, a.category-products:active {
  color:#FFFF00;
  margin: 1px 0px 0px 0px; 
  background-color: #520000; 
  padding: 3px; 
  background-image: none; 
  text-decoration: none;
  }

a.category-links, a.category-links:visited {
  color: #FFFFFF; 
  margin: 1px 0px 0px 0px; 
  background-color: #000099; 
  padding: 6px; 
  background-image: none; 
  text-decoration: none;
  }

a.category-links:hover, a.category-links:active {
  color: #FFFF00;
  margin: 1px 0px 0px 0px;
  background-color: #520000; 
  padding: 6px; 
  background-image: none; 
  text-decoration: none;
  }


/*
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
*/	
	
a.category-free, a.category-free:visited {
  color: #FFFFFF !important;
  margin: 1px 0px 0px 0px;
  text-decoration: none;
  background-color: #520000;
  padding: 4px;
  }

a.category-free:hover, a.category-free:active {
  color: #FFFF00 !important;
  margin: 1px 0px 0px 0px;
  text-decoration: none;
  background-color: #D80000;
  padding: 4px;
  }
a.category-free-on {
  color: #FFFF00 !important;
  margin: 1px 0px 0px 0px;
  text-decoration: none;
  background-color: #A70046 !important;
  padding: 4px;
  }
a.category-on {
  color: #FFFF00 !important;
  margin: 1px 0px 0px 0px;
  text-decoration: none;
  background-color: #A70046 !important;
  padding: 4px;
  }



/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #PPECbutton {
	float: right;
	}

#shoppingCartDefault {
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

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, TR.cartTableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

/* Pinkshop Customizations
body#popupShippingEstimator, body#popupImage, body#infoShoppingCart, body#popupCVVHelp {background:none;}
*/

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: rgb(255,255,210);
	background-image: none;
	}
#popupLinksHelp {
	background-color: rgb(255,255,210);
	background-image: none;
	}
p.linksHelpText {
	font-size: 1.1em;
	line-height: 1.3em;
	}

.linksFooterText {
	background-color: #dcdcdc;
  font-size: 1em;
	text-align: justify;
  line-height: 1.3em;
  padding: 1em;
	}
.linksHeaderText {
	color: #3300cc;
  font-weight: bold;
  font-size: 1.1em;
  margin-left: 0em;
  margin-bottom: 0.5em;
	}
.linksHeaderText1 {
	color: #3300cc;
  font-weight: bold;
  font-size: 1.1em;
  margin-left: 0em;
  margin-bottom: 1em;
	}	


/*
header
*/
#headerWrapper {display: block; background: #88a0c2; margin: 0em;	padding: 0em; height:1%; /*IE Hack*/}
#headerLogoDiv {float: left; width: 995px; height: 87px; background: url(../images/bg_header3.gif) repeat-x #88a0c2;}
#logo {float: left; width: 300px; height: 87px;}
/*#logo {float: left; position: absolute; top: -45px; left: 20px;}*/
#headerBackground {float: left;}

#tagline {}

h2#headerSalesText {
	font-family: Comic Sans MS, arial, verdana, helvetica, sans-serif;
  padding: 24px 0px 15px 65px;
  text-align: center;
  font-size: 1.5em;
	margin: 0em 0em 0em 0em;
	}



#navMainWrapper {width: 100%; background-color: #263472;}
#navMain {margin-top: 0px; width: 100%; color: #fff; background-color: #263472;}
/*TADY  #263472*/
#navMain ul {margin: 0px; padding: 0.5em 0em;	list-style-type: none; text-align: center; line-height: 1.5em; font-size: 10px; font-weight: bold; text-transform: uppercase; color: #fff; text-align: center; white-space: nowrap;}
#navMain ul li {display: inline; font-size: 10px; font-weight: bold; text-transform: uppercase; color: #fff; text-align: center; white-space: nowrap;}
#navMain ul li a {text-decoration: none; padding: 0em 0.5em; margin: 0; color: #ffffff; white-space: nowrap;}
#navMain ul li a:hover {color: #ffffff; background: url(../images/navMain_hover.gif);}
#navMainSearch {width: 100%; background-color: #263472; /*background-image: url(http://images.ciao.com/ide/images/tabs/bg_search_40px.gif);*/ float: right;}
#searchBox {float: right;}
#bannerTwo {float: left; width: 390px; height: 4px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px;}	

/*
BOF news sidebox
*/

.newsInfo {
  text-align: left;
  font-style: normal;
}

.newsContent {
font-size: 1.0em;
}

#newsArchivTitleHeading {
	text-align: left;
	}

#newsArchivDateHeading {
	text-align: right;
	}
/*
EOF news sidebox
*/

/*.bannersLinksClass a, .bannersLinksClass a:visited {
	display: inline;
	 background-color: #E5D9E5; 
  border-top: 1px solid #ffffff;
	padding: 4px; 
  }

.bannersLinksClass a:hover, .bannersLinksClass a:active {
	color: #ffffff;
	border-top: 1px solid #ffffff;
  font-weight: bold;
  background-color: #9C659C; 
} */

.linkstext{padding: 10px 0px; float:left; width:33%; text-align:center; font-size:1em;}
/*.linkstext{padding: 10 0;text-align:center;font-size:1em}*/
.linkListing-data .col1 {width:33%;font-size:1em;}
.linkListing-data .col2 {width:50%;font-size:1em;}
.linkListing-data .col3 {width:10%;font-size:1em;}

.linkListing-even .linkListing-data {
  background-color: rgb(255,255,210);
  padding-top:10px;
  padding-bottom:10px;
  }
.linkListing-odd .linkListing-data {
  background-color: rgb(255,230,170);
  padding-top:10px;
  padding-bottom:10px;
  }


a.bannersLinks, a.bannersLinks:visited {
  display: block; 
  float: left;
  border: 0.1em rgb(0,0,153) solid; 
  margin: 0em 0.5em 1em 0em; 
  }

a.bannersLinks:hover, a.bannersLinks:active {
  border: 0.1em rgb(255,0,0) solid;  
  margin: 0em 0.5em 1em 0em;
  }

a.bannersLinksList, a.bannersLinksList:visited {
  display: block; 
  float: left;
  border: 0.1em rgb(0,0,153) solid; 
  margin: 0em 0.1em 0em 0.6em;
  }

a.bannersLinksList:hover, a.bannersLinksList:active {
  border: 0.1em rgb(255,0,0) solid; 
  margin: 0em 0.1em 0em 0.6em;
  }

a.bannersHomepageLeft, a.bannersHomepageLeft:visited {
  display: block; 
  float: left;
  border: 0.1em rgb(0,0,153) solid; 
  margin: 0px 0px 15px 3px; 
  }
a.bannersHomepageRight, a.bannersHomepageRight:visited {
  display: block; 
  float: right;
  border: 0.1em rgb(0,0,153) solid; 
  margin: 0px 3px 15px 0px; 
  }
  
.linkListingClass {
	margin: 0em 0.4em 1em 0.4em;
	border: 0px solid #000000;
	padding: 0em;
	}
td.tabCodeHead {
  font-weight: bold;
  font-size: 1.1em;
  color: #3333FF;
  }
td.tabCode {
  font-size: 1.1em;
  color: #000000;
  }

