/*==============================
	GLOBALS
Sets the default document font size, family
and color

background: #1c1c1c;
bright-green: #b6da1a;
dark-green: #3f4c09;
white: #e1e1e1;
orange: #df9710;
===============================*/
/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body
{	margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
	border-left:0;
}

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, 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;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: top;
}

body 
{	line-height: 1;
    color: black;
    background: white;
    font-family: Verdana,Arial, Helvetica, sans-serif;
}

ol, ul 
{	list-style: none;
	padding-left: 6px; 
	margin-left: 6px;
	padding-right: 6px; 
	margin-right: 6px;
}

table 
{	border-collapse: separate;
    border-spacing: 0;
}

caption, th, td 
{	text-align: left;
    font-weight: normal;
}

/* end reset styles */

/* clearing technique */

.clearfix:after 
{	content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix 
{	display:inline-block;
}

/* mac hide */
* html .clearfix 
{	height: 1%;
}

.clearfix 
{	display: block;
}

/* End hide */

/*........... do not change or amalgamate the above clearfix styles ......*/

p,h1,h2,h3,h4,h5,h6,ul,ol 
{	margin-bottom:0.1em
}

a img,img
{	border:none;display:block;
    color:#b6da1a;
}

a
{	text-decoration:none;
    color:#b6da1a;
}

h1,h2,h3,h4,h5,h6
{	font-weight:bold;
}

h1
{	font-size:197%
}/* 26px */

h2
{	font-size:182%
}/* 24px */

h3
{	font-size:167%
}/* 22px */

h4
{	font-size:152%
}/* 20px */

h5
{	font-size:136%
}/* 18px */

h6
{	font-size:122%
}/* 16px */

body
{	
	font-family:Verdana;
	font-size:12px; 
	color:#3f4a4e; 
	background:#EEEEEE;
	margin-top: 0px;
  	text-align:center; /* for ie5.+*/
	padding: 0px;
}
p 
{ 	padding-left: 6px; 
	margin-left: 6px;
	padding-right: 6px; 
	margin-right: 6px;
}
/*==============================
	CONTAINER WRAPPER
===============================*/
.container
{
	width:900px; 
	margin-left:auto;  
	margin-right:auto;  
}
/*==============================
	HEADER WRAPPER
===============================*/
.header
{
	width:900px; 
	height:180px;
	margin-top: 0px;
}

/*==============================
	TOP MENU WRAPPER
===============================*/
#top  {
   background: url(../images/top.png) no-repeat;
   visibility: visible;
   position: absolute;
   left: 50px;
   top: 10px;
   z-index: 2;
   width: 900px;
   height: 63px;
}


#logo
{	background: url(../images/logotop.png) no-repeat;
	width:87px;
	height:62px;
	margin:auto;
	display:inline;
}

#cart p,
#logintext p  {
   margin: 0px;
   color: #FFFFFF;
   line-height: 14px;
   font-family: Verdana;
   text-align: left;
}

#logintext p  {
   font-size: 11px;
}

#logintext  {
   visibility: visible;
   position: absolute;
   left: 825px;
   top: 24px;
   z-index: 3;
   width: 123px;
}

#menuback  {
   background: url(../images/menuback.png) no-repeat;
   visibility: visible;
   position: absolute;
   top: 394px;
   z-index: 4;
   width: 900px;
   height: 39px;
}

#mainmenutext p  {
   font: 12px/14px Arial;
   margin: 0px;
   color: #FFFFFF;
   text-align: left;
}

#mainmenutext  {
   	background: url(../images/menuback.png) no-repeat;
	padding:7px 0 0 10px;
   	margin: 0em;
   	top: 344px;
	font-weight: bold;
	color: #ffffff;
	height: 40px;
}

#title
{	background: url(../images/top.gif) no-repeat;
   	visibility: visible;
   	position: absolute;
   	left: 50px;
   	top: 10px;
   	z-index: 2;
   	width: 900px;
   	height: 40px;
}

ul#navtop
{	font-size:100%;
	margin: 0px;
   	height: 16px;
	padding: 0px;
	list-style: none;
	text-align: right;
	color: #DF9710;
	left: 800px;
	top: 28px;
    float:left;
}

ul#navtop li
{	display:inline;
	padding:0 23px 0 0;
	color:#df9710;
	text-transform:uppercase;
	font-style: italic;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

ul#navtop li a
{	
	color:#df9710;
	text-decoration: none;
}

ul#navtop li a:,
ul#navtop li.current a
{
	color:#8bbd25;
}

/*==============================
	     FLASH WRAPPER
===============================*/

#flash  {
   background: url(../images/flash.png) no-repeat;
   visibility: visible;
   position: absolute;
   left: 50px;
   top: 50px;
   z-index: 3;
   width: 900px;
   height: 344px;
}

/*==============================
	BOTTOM MENU WRAPPER
===============================*/

ul#navbottom
{	font-size:100%;
    padding:4px 0px 0px 0px;
    text-align:left;
	color:#df9710;
    width: 900px;
}

ul#navbottom li
{
	display:inline;
	padding:0 13px 0 0;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

ul#navbottom li a
{	
	color:#FFFFFF;
	text-decoration: none;
}

ul#navbottom li a:,
ul#navbottom li.current a
{
	color:#8bbd25;
}

/*==============================
		MAIN WRAPPER
===============================*/
.main
{	margin-top:0px;  
	/* floats are crucial to the creation of any
	web interface. Every web developer must master
	this concept. Don't worry I'll be writing a
	tutorial about this a little later.	:)	*/
	float:left;  
	width:900px; 
}

/*==============================
	   LEFT COLUMN WRAPPER
===============================*/

#left-col
{	width:181px;
    	margin:0 0px 0 0px;
    	display:inline;/* cure IE6 double margin bug*/
    	float:left;
	text-transform:uppercase;
	font-weight:bold;
}

#left-nav-title
{	background: url(../images/smallheader.png) no-repeat;
	height:18px;
	font-size:100%;
    padding:4px 0px 0px 5px;
    text-align:left;
	color:#FFFFFF;
	margin-top: 0px;
	text-transform:uppercase;
	font-weight:bold;
}

ul#navside
{	
	width:180px;
	font-size:92%;
    padding:0px 0px 0px 0px;
    text-align:left;
	color:#df9710;
}

ul#navside li
{	padding:2px 0px 0 0;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

ul#navside li a
{	
	color:#000000;
	text-decoration: none;
}

ul#navside li a:,
ul#navside li.current a
{
	color:#8bbd25;
}

/*==============================
	   MAIN COLUMN WRAPPER
===============================*/

#main-col
{	width:538px;
   	margin:0 0px 0 0;
    float:left;
}

#content-title
{	background: url(../images/standardheader.gif) no-repeat;
   	margin:0 0px 0 0;
	height:25px;
	font-size:100%;
    padding:4px 5px 5px 5px;
    text-align:left;
	color:#000000;
	margin-left: 6px;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#content-header
{	font: 16px;
   	margin: 0px;
   	color: #FFFFFF;
   	text-align: left;
}

#content-text
{	font: 12px;
   	margin: 0px;
   	color: #FFFFFF;
   	text-align: left;
}

#content-link
{	font: 12px;
   	margin: 0px;
   	color: #FFFFFF;
   	text-align: left;
}



/*==============================
	   RIGHT COLUMN WRAPPER
===============================*/

#right-col
{	width:181px;
    float:left;
    margin:0 0px 0 0;
    display:inline;/* cure IE6 double margin bug*/
}

#right-nav-title
{	background: url(../images/smallheader.png) no-repeat;
	height:18px;
	font-size:100%;
    padding:4px 0px 0px 5px;
    text-align:left;
	color:#FFFFFF;
	margin-top: 0px;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#right-nav-content
{	font-size:92%;
	background: url(../images/smallheader.png) no-repeat;
	background-color: #EEEEEE;
    padding:4px 0px 0px 5px;
    text-align:right;
	align:right;
	color:#FFFFFF;
	margin-top: 0px;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


/*==============================
		FOOTER
===============================*/
.footer
{	width:900px; 
}

#footerheader
{	background:url(../images/headerfooter.gif);
	height: 22px;
}

/**
 * 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 $
 */


a img {
	border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #000000;
	text-decoration: none;
	}
 
a:visited {
	color: #000000;
	text-decoration: none;
	}

a:, #navEZPagesTOC ul li a:, #navMain ul li a:, #navSupp ul li a:, #navCatTabs ul li a: {
	color: #8bbd25;
	}

a:active {
	color: #8bbd25;
	}

h1 
{	font-size: 1.4em;
	color: #b6da1a;	
	background: url(../images/titleback.png) no-repeat;
	height:21px;
	text-align:center;
	padding: 0.2em;
}

h2 
{	font-size: 1.4em;
	align:left;
	text-align:left;
	color: #ff4800;
	padding: 0.2em;
}

h3 {
	font-size: 1.3em;
	padding: 0.2em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	color:#b6da1a;
	padding: 0.2em;
	}
	
h4{
	font-size: 1.1em;
	color:#FFFFFF;
	text-align:center;
	padding: 0.1em;
	padding-left: 0.4em;
	background-color:#1e7da9;
	height:19px;
	}	
	
h5{
	font-size: 1em;
	color:#000000;
	padding: 0.1em;
	padding-left: 0.4em;
	}

.biggerText {
	font-size: 1.2em;
	padding: 0.2em;
	}
	

/*  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 {
	margin: auto;
	display: block;
	width: 95%;
	}

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

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	}

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

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	width:75;
	color:#000000;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	color:#000000;
	}

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

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

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

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

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #EEEEEE;
	text-align: left;
	width: 900px;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	color:#000000;
	}

#logoWrapper{
	background-image: url(../images/flash.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height:344px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

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

/*navigation*/

.navSplitPagesResult {
	color:#000000;
}
.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, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	font-size:92%;
	background: url(../images/top.png) no-repeat;
	color: #FFFFFF;
	height: 63px;
	}

#navCatTabsWrapper {
	background-color: #FFFFFF;
	color: #000000;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin:5px 0px 0px 750px;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	}

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

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #FFFFFF;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #b6da1a;
	}

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

#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;
	color:#000000;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #1c1c1c;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

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

#navColumnOne, #navColumnTwo {
	}
	
.align-right { float:right; margin: 5px 5px 5px 5px; }
.align-left { float:left; margin: 5px 5px 5px 0px; }
.align-left-flat { float:left; margin: 0px 5px 0px 0px; }
.frame { padding: 5px; border: 1px solid #aaa; }
#link {
	color:#1e7da9;
	font-weight: bold;
	}
ul
{
list-style-type: circle;
list-style-position: inside;
text-align:left;
}


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

/*.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{
	margin-left: 9px;
	font-size: 1.1em;
}

#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	margin-left: 0px;
	font-size: 1.1em;
}

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

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

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

.tableHeading, #cartSubTotal {
		background: url(../images/standardheader.gif) no-repeat;
		height:25px;
	 }

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

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

.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: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #b6da1a;
	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: #EEEEEE;
	}
.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 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 {
	background-color: #FFFFFF;
	width:519px;
	}

h2.centerBoxHeading {
	font-size: 1.1em;
	color: #000000;
	height:23px;
	margin: 0px;
    padding: 5px;
    border: 0px;
	background-image: url(../images/standardheader.gif);
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a, .rightBoxHeading a {
	font-size:90%;
    padding:3px 0px 0px 5px;
    text-align:left;
	vertical-align: middle;
	color:#b6da1a;
	height:18px;
	text-transform:uppercase;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #000000;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
    text-align:centre;
	color:#b6da1a;
	background: url(../images/smallheader.png) no-repeat;
	height:18px;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin-top: 0em;
	color:#b6da1a;
	}

.sideBoxContent {
	background-color: #FFFFFF;
	padding-bottom: 5px
	}

h3.rightBoxHeading a{
	color: #b6da1a;
	text-decoration: none;
	} 

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

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #b6da1a;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #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;
	color:#000000;
	}

#siteinfoLegal
{	background: url(../images/headerfooter.gif) no-repeat;
	text-align: centre;
    padding:6px 0px 0px 5px;
	color:#111111;
	height:22px;
}

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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #b6da1a;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #b6da1a;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #b6da1a;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

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

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: #ffffff;
	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: url(../images/standardheader.gif) no-repeat;
	height: 0em;
	}

.productListing-rowheading {
	background-color: #FFFFFF;
	background: url(../images/standardheader.gif) no-repeat;
	height: 24px;
	color: #000000;
	}

#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;
	}
.information {padding: 10px 3px; line-height: 150%;}

#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;
	}
	
#style34{
	color:#000000;
	background-color: #b6da1a;
	font-size:110%;
}

#style35{
	color:#000000;
	font-size:110%;
	line-height: 1.2;
}

#indexDefaultHeading, .greeting {display:none}

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	background-color: #b6da1a;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 528px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #FFFFFF;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #FFFFFF;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #FFFFFF;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #b6da1a;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #b6df1a;
}

#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	background: #e8edff; 
}