/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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 5952 2007-03-03 06:18:46Z drbyte $
 */

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	padding: 2px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END CSS RESET */


body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #cccccc;
	/*background-color: #e5edf5;*/
	}

a img { border: none;}

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a, a:visited, a:link, a:active {
	color: #CC6600;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #990000;
	text-decoration: none;
	}

#navSupp a:hover, #navBreadCrumbs a:hover, #navMain a:hover, h3.itemTitle a:hover {
	text-decoration: underline;
}

#productGeneral .navNextPrevList a:hover img {
	border: none;
	background-color: #C0C0C0;
}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.7em; /* All sidebox headings */
	}
	
h3.itemTitle {
	font-size: 1.1em;
}

h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .larger{
	/*removed Label, h3 from here*/
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 0 0;
	}

#indexDefaultHeading { display: none; } /* Hides home heading_title Congratulations! */

/*  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, helvetica, sans-serif;
	font-size: 1em;
	}

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

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E6FFB3;
	}

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

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

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: 9em;
	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.7em;
	padding: 0.2em;
	border-bottom: 1px solid #9a9a9a;
	font-size: 1.2em;
	}

.messageStackWarning, .messageStackError {
	background-color: #CC0000;
	color: #ffffff;
	font-size: 0.9em;
	padding: 0.2em 0.8em;
	line-height: 1.4em;
	}

.messageStackSuccess {
	background-color: #FFFC17;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	margin-top: 1em;
	font-size: 1em;
	line-height: 1.1em;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: white;
	text-align: left;
	width: 960px;
/*	vertical-align: top;*/
	border: 1px solid #9a9a9a;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	
#contentMainWrapper td {
	vertical-align: top;
}

#contentMainWrapper {
	float: left;
	background-color: #FFFFFF
}

#headerWrapper {
	background: #FFFFFF;
}

#logoWrapper {
	/*background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;*/
/*	position: absolute;
	top: 10px; */
	float:left;	
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
	
#mainWrapper {
	margin-bottom: 20px;
}
	
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}

#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;
	}
	
	/* custom wrapper styles */
	
#contentMainWrapper a img { 
	border: 1px solid #C4C4C4;
	}

#contentMainWrapper a:hover img { 
	border: 1px solid #990000;
	}

.centerBoxWrapper a img, .sideBoxContent a img, #productMainImage a img {
	margin-bottom: 3px;
	}

.centerBoxWrapper .centeredContent {
	line-height: 1.3em;
	}

.centerBoxWrapper .centeredContent a {
	line-height: 1em;
	}

.sideBoxContent a {
	font-size: 1.1em;
	line-height: 1em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: -5px 0 -26px 0;
	font-size: 0.9em;
	text-align: right;
	color: #A0A0A0;
	}

div.navNextPrevWrapper { /* custom */
	margin-top: 13px;
	padding-bottom: 35px;
}
	
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}
	
	/* custom */
#navMainWrapper, #navSuppWrapper {
	margin: 0em;
	background-color: none;
/*	background-image: url(../images/tile_back.gif);*/
	padding: 0.5em 0.2em 0.6em 0.2em;
	font-weight: bold;
	color: #990000;
	height: 1%;
	}

#navMainWrapper {
	margin-bottom: 22px;
}


#navCatTabsWrapper {
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden; /* DEBUG: last link on right cutoff at 2x Zoom on Safari */
	background-color: #ffffff; 
	color: #9a9a9a;
	background-image: url(../images/nav-bg.png);
	padding: 0;
	margin: -10px 0 0 0;
	height: 39px;
	font-weight: normal;
}

#navMain {
	float: right;
	}

#navSuppWrapper {
	clear: left;
	background: #FFFFFF;
}

#navEZPagesTop { /* Main Navigation Heading */
	width: 100%;	
	text-align: center;
	background-image: url(../images/nav-bg.png);
	height: 39px;
	margin: 0 0 0 0;
	color: #787878;
	font-size: 1.6em;
}

#navEZPagesTop a { 
	line-height: 32px;
	letter-spacing: 0.05em;
	clear: left;
	display: inline;
	text-decoration: none;
	padding: 0.3em 0.6em 0.3em 0.3em;
	text-align: center;
	color: #ffffff;
	white-space: nowrap;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	*/
/*	background: url(../images/nav-separator.png) right bottom no-repeat;*/
}

#navEZPagesTop a:hover {
	color: #FFFF33;
	text-decoration: underline;
	}
	
#navEZPagesTop A:active {
	color: #FFCC00; /* mouse down color only? */
}

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

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}
	
#navCatTabs ul {
	clear: left;
	float: left;
	padding: 0 0 0 0;
	margin: 0px;
	position: relative;
	left: 50%;
	text-align: center;
	}


#tagline {
	display: block;  /* Custom: hide for now, it is pushing the phone # down */
	padding: 6px 0;
	overflow: hidden;
	white-space: nowrap;
/*	float: left;*/
	color:#990000;
	font-size: 15px;
	text-align : left;
	vertical-align: middle;
	position: absolute;
	left: 98.5%;
	}

#tagLineWrapper {
	font-weight: normal;
}

#navRight {
/*	float: right;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #505050;
	font-size: 1.3em;
/*	margin-right: 7px;*/
	text-align: right;
	vertical-align: bottom;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	left: 111%;
	margin-top: 43px;
	}
	
#navRight .phonenum {
	font-weight: bold;
}

#navRight a {
	color: #505050;
}

#navRight a:hover {
	color: #990000;
	text-decoration: underline;
}

#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #990000;
	white-space: nowrap;
	font-weight: normal;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

#navMain ul.back li a:hover {
	text-decoration: underline;
}

#navCatTabs ul li {
	display: block;
	float: left;		
	color: white;
	font-size: 1.6em;
/*	font-weight: bold;*/
	position: relative;
	right: 50%;
	background: url(../images/nav-separator.png) right top no-repeat;
	padding: 8px 12px 6px 12px;
	}
	
#navCatTabs ul li:last-child {background: none;} /* no IE6 support */

#navCatTabs ul li a {
	text-decoration: none;
	padding: 0px 5px;
	color: #ffffff;
	white-space: nowrap;
	font-weight: bold;
	}
	
#navCatTabs ul li a:hover {
	color: #FFFF33;
}

#navSupp ul li, #navSupp ul li a {
	font-weight: normal;
/*	color: blue;*/
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	font-size: 1.1em;
	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;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}
	
	/*custom*/
#shoppingCartDefault a img {border: none;}
#shoppingCartDefault .cartProductDisplay a img {
 	border: 1px solid #C4C4C4 
	}
	
#shoppingCartDefault .cartRemoveItemDisplay a img  {
	border: none;
}

#navMainSearch {
	float: right;
	padding: 2px 1px 0 10px;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
/*	background-color: #ccc;*/
	font-size: 1.2em;
	font-weight: normal;
	margin: 0em;
	color: #448e21
	}

#navBreadCrumb a {
	color: #448e21;
	font-weight: normal;
}

#navBreadCrumb a:hover {
	color: #00cc00;
}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*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;
	}

#contentMainWrapper {
	line-height: 1.7em;
}

.alert {
	color: #CC0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
	
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
	
.centerColumn { /* Main body font size relative to 62.5% body */
	font-size: 1.4em;
	color: #303030;
	padding: 0 1.2em 0.8em 5px;
/*	background: white;*/
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 1.0em;
	padding-bottom: 1em;
	}
	
#siteinfoLegal {
	}

#ezPagesHeading {
	padding: 5px 0 5px 0;
	color: #669933;
	}

#googleMap table {
	width: 95%;
	font-size: 0.9em;
	cellspacing: 5px;
	}
/* Add include to html to enable these	
#googleMap td {
	vertical-align: top;
}
*/
#googleMap .hours {
	font-weight: bold;
	line-height: 1.3em;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: right;
	padding-top: 10px;
	font-weight: bold;
	}
	
#cartAdd .productQtyBox {
	text-align: center;
}	

#cartAdd p {
	padding: 0 0 0.4em 0;
}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

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

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

#cartBoxListWrapper ul, #cartBoxListWrapper ul li {
	color: #505050;
	padding-right: 7px;
	}

#cartBoxListWrapper ul li a:hover {
	color: #99CC00;
	text-decoration: underline;
	}

.cartNewItem {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

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

.cartBoxTotal {
	text-align: right;
	font-weight: normal;
	font-size: 1.1em;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

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

.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 8px;
	} 
	
#cartBoxListWrapper li {
	font-size: 1em;
	white-space: nowrap;
	overflow: hidden;
}

.sideBoxContent hr {
	width: 86%;
}

.checkoutButton {
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	margin: -8px 8px 5px 0;
}

.checkoutButton a {
	color: #990000;
}

.cartBoxTotal {
	margin: 0 4px 0 0;
}

#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;
	}
	
.categoryListBoxContents img {
	margin-bottom: 5px;
}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 0.35em 0 0 5px; /* Left margin bumps long text over when far left */
	}

h2.centerBoxHeading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 1.3em;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
/*	font-size: 1.3em; */
	/* DEBUG: want to use ems but new products & reviews have bigger font? */
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #181818;
	}
	
#categoriesHeading {
	/* Hide the heading */
	color: white;
	margin-bottom: -1.2em;
}
	
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
/*	font-size: 1.3em;*/
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #181818;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0;
	background-color: #abbbd3;
	background: url(../images/leftsidebar-top.png) top left no-repeat;
	padding: 12px 0.2em 0.4em 0.2em;
	color: #181818;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
/*	border: 1px solid #9a9a9a;*/
/*	border-bottom: 5px solid #336633;*/
/*	margin-top: 0.2em;*/ /* space between boxes */
	margin-top: 0.5em;
	background: url(../images/leftsidebar-bg.png) top left;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0em 0.9em 1.5em 1em;
/*	margin-top: -12px;*/
/*	background: url(../images/leftsidebar-bg.png);*/
	background: url(../images/leftsidebar-bottom.png) bottom left no-repeat;
	}	
	
.rightBoxContainer .sideBoxContent {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 6px 0 1em 0;
}


/*
.sideBoxContent a {
	font-size: 1.3em;
}*/

/* custom center box (features/whats new) backgrounds */
	
.centerBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background: url(../images/centerbx-top.png) top left no-repeat;
	padding: 12px 0.2em 96px 0.8em;
/*	border: 1px dashed magenta;*/
	}
	
.centerBoxContentsNew, .centerBoxContentsFeatured {
	margin: 0em;
/*	border: 1px solid #9a9a9a;*/
/*	border-bottom: 5px solid #336633;*/
/*	margin-top: 0.2em;*/ /* space between boxes */
	margin-top: -73px;
	padding: 0;
/*	background: url(../images/centerbx-bg.png) top left;*/
	}
		
.centerBoxWrapper {
	background-color: #ffffff;
	padding-bottom: 1.0em;
	background: url(../images/centerbx-bottom.png) bottom left no-repeat;
	border: none;	
	overflow: auto;
/*	border: 1px dashed magenta;*/
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #99CC00;
	text-decoration: none;
	} 

/*.leftBoxHeading a:visited, .rightBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}*/	
	
	/* jscroller addon sidebox, overrides style_jscroller.css */
.scroller_container {
	height: 200px;
	width: 103px;
}

.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;
	}
	
.productListing-data {
	font-size: 1em;
}

#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 {
/*	color: black;*/
/*	text-decoration: none;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

A.category-links, A.category-links:visited {
	color: #004080;/* blue */
	text-decoration: none;
	}
	
#categories a {
	color: #484848;
	font-size: 1.4em;
/*	padding: 0.5em 0 0.5em 0.4em;*/
	display: block;
/*	border: 1px dashed red;*/
	overflow: hidden;
/*	margin-bottom: -0.5em;*/
}	

#categories a.category-top {
/*	margin-bottom: -11px;*/
	background: url(../images/leftsidebar-separator.png) bottom center no-repeat;
	margin: 0 0 -0.8em 0;
	padding: 0.5em 0 0 0.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#categories a.category-products {
/*	margin: -0.8em 0 -0.8em -0.5em;*/
	font-size: 1.3em;
 	background: url(../images/leftsidebar-separator.png) bottom center no-repeat;
/*	padding: 7px 0px 7px 5px;*/
/*	border: 1px dashed red;*/
	padding: 0.5em 0 0.5em 0.4em;
	display: block;
	margin: 0 0 -0.8em -0;
}

/*A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}*/

#categories a.category-top:hover {
/*	background-color: #ccff66;*/
}

#categories a.category-products span.category-subs-selected {
	background-color: #CCFF66;
	padding: 0.5em 12em 0.3em 0.4em;
	margin-left: -0.4em;
}

#categories a.category-products:hover {
	background-color: #ccff66;
	padding: 0.5em 5em 0.5em 0.4em;
}

SPAN.category-subs-parent {
	color: #669900;
	padding: 0.5em 0 0.5em 0.4em;
	display: block;
	margin: -0.5em 0 0 -0.4em;
	}

#categoriesContent a.category-top SPAN.category-subs-selected {
/*	background-color: #ccff66;*/
/*	padding: 0.5em 0 0.5em 0.4em;*/
/*	display: block;*/
/*	margin: -0.5em 0 -0.5em -0.4em;*/
	}

#categoriesContent a.category-products SPAN.category-subs-selected, #categoriesContent SPAN.category-subs-parent {
/*	background-color: #ccff66; */
	background-color: none;
*/	color: #669900;*/
	}
	
#categories {
	overflow: hidden;
	white-space: nowrap;
}
	
#navCatTabs	SPAN.category-subs-selected {
/*	font-weight: bold;*/
	color: #ffff33;
	text-decoration: underline;
	}
		
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}
	
#contactUsForm {
	font-size: 0.9em;
	margin-top: 1em;
}

#contactUsForm .forward {
	margin-right: 9.6em;
}

.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 {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	display: none; /* DISABLE headings */
	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, #infoShoppingCart {
	background-color: #ffffff;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 1em;
	}
	
.information {padding: 10px 3px; line-height: 150%;}

#informationContent {
	line-height: 1.7em;
}

#informationContent ul li {
	font-size: 1.1em;
}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
	
	/* CUSTOM BELOW */

#logoffDefaultMainContent {
	margin-top: 1.2em;
}

#contactUsDefault .buttonRow a img {
	border: none;
}

#contactUsNoticeContent {
	margin-top: -14px;
} /*workaround, not sure why this is offset by 19px (1em=14px here)*/

/* START CUSTOM: PRODUCT LISTING -------------------- */

#productListing {
	margin: 0 0 3em 0;
}

#indexProductList form {
	float: left;
	margin-top: -45px;
}

#indexProductList .buttonRow {
	margin: 0;
}

#indexProductList .productListing form {
	margin-top: 0;
}

#productListing tr.productListing-odd td {
	background-color: #f6ffff;
}

#productListing tr.productListing-even td {
	background-color: #F8F8F8;
}

#productListing tr.productListing-odd td, #productListing tr.productListing-even td {
	text-align: right;
	border-top: 1px solid #E8E8E8;	
}

#productListing td.productListing-data_0 a img {
	margin: 5px 0;
}

#productListing td.productListing-data_0 a:hover img {
	border: 1px solid #990000;
}

#productListing td.productListing-data_1 h3.itemTitle a { /* product name */
	font-size: 1em;
	text-align: left;
	color: #CC6600;
}

#productListing td.productListing-data_1 h3.itemTitle a:hover {
	text-decoration: underline;
	color: #990000;
}

#productListing div.listingDescription { /* product description */
	font-size: 1em;
	color: #505050;
	text-align: left;
	padding: 3px 0;
}
             /*Custom styles using '_row#' in products_listing.php*/

#productsListingTopNumber, #productsListingBottomNumber {
	font-size: 0.9em;
	color: #909090;
	float: right;
}

#productListing td.productListing-data_1 h3.itemTitle, #productListing div.listingDescription {
	text-align: left;
	padding-left: 7px;
	float: left;
}

#productListing td.productListing-data_2 {
	padding-top: 5px;
	color: #A0A0A0;
}

#productListing td.productListing-data_3 { /* price */
	padding-top: 4px;
	color: #000000;
	font-weight: bold;
}

#productListing td.productListing-data_3 input { /* add to cart form box */
	display: inline;
	font-size: 0.8em;
	margin: 0;
	text-align: center;
	}
	
#productListing td.productListing-data_3 .qtyBoxAdd { /*Custom style products_listing.php*/
	margin: 4px 0 0 5px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

.qtyBoxAndAddCart { /*Custom style products_listing.php*/
	padding-top: 3.4em;
	font-weight: normal;
	color: #A0A0A0;
}
	
#productListing td.productListing-data_3 a.moreInfoText { /*Custom style products_listing.php*/
	font-size: 1em;
	line-height: 1.6em;
	font-weight: normal;
}

#productListing td.productListing-data_3 a:hover.moreInfoText { /*Custom style products_listing.php*/
	text-decoration: underline;
}

#productListing td.productListing-data_3 img { /* sold out icon */
	padding-top: 2px;
	border: none;
	}
	
/* END CUSTOM: PRODUCT LISTING -------------------- */

/* END CUSTOM: PRODUCT PAGE -------------------- */

#productGeneral .navNextPrevList img {
	border: none;
}

#productMainImage a img {
	border: 2px solid #D0D0D0;
	margin-top: 8px;
	}

#productMainImage a:hover img {
	border: 2px solid #990000;
	}

#productName {
	color: black;
	font-size: 1.5em;
/*	border-bottom: 2px solid #D0D0D0;*/
	margin-top: -1em;
	padding-bottom: 10px;
}

#productModel { /*custom in tpl_product_info_display*/
	color: #505050;
	float: left;
	margin-top:	3px;
	width: 267px;	/* for the line */
	padding: 10px 0;
	border-bottom: 1px solid #CCFF99;	
	border-top: 1px solid #CCFF99;	
	}

#productPrices {
/*	border-top: 2px solid #D0D0D0;	*/
/*	border-bottom: 2px solid #D0D0D0;	*/
	color: #990000;
	font-size: 1.5em;
	padding: 8px 5px;
	text-align: right;
	float: right;
	margin-top: -1.7em;
}

#productDetailsList {
	color: #000000;
    width: 45%;
    margin: 0.6em 0em 0em 0em;
	float: left;
/*	border-top: 1px solid #D0D0D0;*/
	border-bottom: 1px solid #CCFF99;	
	padding: 0 0 0.6em 0;
	line-height: 1.4em;
}

#productDescription {
	line-height: 1.2em;
	font-size: 1em;
	margin-top: 3.5em;
/*	border-bottom: 1px solid #D0D0D0;*/	
/*	border-top: 1px solid #D0D0D0;*/
	padding: 0;
}

#productStock {
	display: block;
	font-weight: bold;
	color: #990000;
	margin-bottom: 0.3em;
}

/* END CUSTOM: PRODUCT PAGE -------------------- */
	
#tellafriendContent {
	padding: 0 4px 14px 4px;
	color: #505050;
}	
