@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #191814;
	background: url("images/home_backgroundv5.jpg") repeat;
	}

#home-af{
	height: 227px;
	width: 300px;
	background: url("images/home_af_background.jpg") no-repeat;
}

#home-ff{
	height: 227px;
	width: 300px;
	background: url("images/home_ff_background.jpg") no-repeat;
}


#alsoPurchased {
	border-top: 1px dotted #191814;
	background-color: #dfe5e6;
	border-bottom: 1px dotted #191814;
	min-height: 200px;
	width: 600px;
}

#productMainImage{
	border: 1px dotted #191814;
}

#testimonials-manager{
	padding:10px 0;
	border-top: 1px dotted #191814;
	background-color: #dfe5e6;
	border-bottom: 1px dotted #191814;
}

#navSupp a, #navSupp a:link, #navSupp a:visited, #navSupp a:active {
	color: #184a7b;
	text-decoration: none;
	font-weight: bold;
	}
 
#navSupp a:hover {
	color: #cd5a13;
	text-decoration: underline;
	}
	
#siteinfoLegal a, #siteinfoLegal a:link, #siteinfoLegal a:visited, #siteinfoLegal a:active {
	color: #184a7b;
	text-decoration: none;
	font-weight: bold;
	}
 
#siteinfoLegal a:hover {
	color: #cd5a13;
	text-decoration: underline;
	}
	
/**
 * 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 $
 */


#image_live {
margin:10px 0 0 30px;
}

#postdate{
	margin:-3px 0 0 5px;
	padding:0;
	font-size: 10px;
	font-style:italic;
}

#blogentry{
	margin:10px 0 20px 20px;
	padding:0;
}

#storycontent{
	margin:0;
	padding:0 10px 0 0;
	line-height:16px;
}

#storycontent li{
	padding:5px 0;
}


#feedback{
	margin:0;
	padding:0;
	border-bottom: 1px solid #000;

}

#bulletlist {
 width:150px;
 margin: 10px 0 -5px 0;
}



#homeback {
	height:730px;
	margin:0;
	padding:0;
	background: url("images/home_backgroundv5.jpg") repeat;	
}


#home_content {
	width:772px;
	height:730px;
	margin:0 auto;
	padding:0;
	background: url("images/home-v6-header.jpg") no-repeat;
	background-color: #fff;

}

#home_image h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 50px;
	color: #ffffff;
}

#home_image h2  {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
}


#shopnow {
	margin: -100px 0 40px 700px;
	padding:0;
}

#homepageText {
	margin:200px 0 0 5px;
	padding:5px;
	width:760px;
}

#homepageText  h2{
	font-family:Georgia;
	font-size:18pt;
	font-weight:normal;
	margin:0;
	padding:0;

}

#homepageText  p{
	margin: 0 0 10px 0;
	padding:0;
	line-height:18px;

}

.navNextPrevWrapper{
	text-align:center;
	margin: -30px 0 0 450px;
	padding:0;
}

#retailwhole{
	/*color:#F00;
	text-decoration:line-through;*/
}

#whole{
	margin-top:0px;	
}
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


#preorder {
font: 14px;
text-transform:uppercase;
color:#900;
font-weight: bold;
}
/*************************************/
/*
/*   Form Styles
/*
/*************************************/
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:14px arial,helvetica,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 200px;
  max-width: 400px;
  width: 300px;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border: 1px solid #000;
  padding: 15px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  background-color:#F4F4DE;

}

form fieldset legend {
	font-size:14px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 90px; 
	/*padding: 0; 
	margin: 10px 0 0; /* set top margin same as form input - textarea etc. elements */*/
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 11px
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#stateZone {
	margin-left: 10px 0 0 10px;
}



/*************************************/
/*
/*   Navigation
/*
/*************************************/


#navcontainer ul
{
padding-left: 0;
margin: 0 ;
color: #191814;
float: left;
font: 14px arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 10px 16px;
color: #191814;
text-decoration: none;
float: left;
font-weight: bold;
border-right: 1px solid #7ba296;
}

#navcontainer ul li a.last
{
border-right: 1px solid transparent;
}


#navcontainer ul li a:hover
{
background-color: #cdd1b3;
color: #191814;
}

#navlist #active
{
/*background-color: #DFE5E6;*/
background-color: #f4f4de;

}

#leftnavlist .current_page_item {
	background-color: #dfe5e6;
}

#bulletlist .current_page_item {
	text-decoration: underline;
}

.current-cat {
	background-color: #dfe5e6;

}

/*************************************/
/*
/*  Left NAV
/*
/*************************************/


#leftnavcontainer { width: 163px; }

#leftnavcontainer ul
{
margin: 15px 0 0 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}

#leftnavcontainer a
{
display: block;
padding: 15px 3px 15px 8px;
width: 152px;
border-bottom: 1px solid #7ba296;
}

#leftnavcontainer a:link, #leftnavlist a:visited
{
color: #191814;
text-decoration: none;
}

#leftnavcontainer a:hover
{
background-color: #cdd1b3;
}

#leftnavlist #active
{
background-color: #DFE5E6;
color: #191814;
}


/*************************************/
/*
/*   End Navigation Styles
/*
/*************************************/


a, a:link, a:visited, a:active {
	color: #184a7b;
	text-decoration: none;
	font-weight: bold;
	}
 
a:hover {
	color: #cd5a13;
	text-decoration: underline;
	}


a img {border: none; }

a:hover span.imgLink{
	text-decoration: none;
	}
	
h1 {
	font-size: 1.5em;
	}

#productName
{
	padding: 20px 0;
}
h2 {
	font-size: 1.3em;
	}

h3 {
	font-size: 1.1em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 1.1em;
	}

.sideBoxContent{
	font-size: 1.1em;
	padding:10px;
	}


.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
}

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

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

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;
	display:inline;
	float:none;
	}

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

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

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

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


ADDRESS {
	font-style: normal;\
	padding: 0.5em;
	}

.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 #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: #ffffff;*/
	text-align: left;
	width: 100%;
	vertical-align: top;
	padding-top:2px;
	}

#headerWrapper{
	background: url("images/header_backgroundv5.jpg") repeat;
	height: 156px;
	margin: 0em;
	padding: 0em;
	} 
	
#headerContent{
	width: 800px;
	margin: 0 auto;
	height: 156px;
	padding: 0;
	} 

#logo{
	height: 156px;
	margin: 0;
	padding: 0;
	width:292px;
	} 

#top-banner{
	margin: 0 0 0 390px;
	width:400px;
	height: 82px;
	text-align:right;
	padding-top:3px;
}
#top-banner ul{
	 list-style:none;
	} 

#side-banner{
	width:150px;
	margin: 5px 0 0 8px;
}



#login{
	margin: auto 0 auto 260px;
	padding: 7px 0;
	font-style:italic;
	height: 106px;
	color: #191814;
	
	} 
	
#search{
	margin-top: 2px;
	text-align: right;
	} 

.instructions {
	margin-left: 180px;	
}




/*#cartContents{
	margin:-47px 0 0 600px;
	padding:0;
	height: 45px;
	width:200px;
}

#cartContents .cartTitle{
	background-color: #ffffff;
	margin:0;
	padding:0;
	font-weight:bold;
}

#cartContents p{
	font-size:11px;
	line-height:12px;
	margin-top:-4px;
}
*/

#pageTitle {
	background-color: #d3d6c8;
	border-bottom: 1px solid #7ba296;
}

#pageTitle H2 {
	color: #184a7b;
	width:600px;
	font-size: 30px;
	margin:0;
	padding:4px;
	font-style:italic;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#pageTitle .fade {
	color:#E3E7F0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:40px;
	text-transform:uppercase;
	font-weight:normal;
	margin:-60px 0 -80px -30px;
}

#leftsideBar {
	background-color: #ffffff;
	background: #ffffff url(../images/leftnav_gradient.jpg) repeat-y;
	border-right: 1px solid #7ba296;
	width: 162px;
}



#contentMainWrapper {
	border: 1px solid #7ba296;
	background-color: #fff;
	margin:auto;
}
	
#centerContent {
	width:638px;	
}

#ezPageDefault {
margin: 0;
padding: 0;
}

#logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper {
	background: #ffffff url(../images/leftnav_gradient.jpg) repeat-y;
}

#navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	width: 800px;
	} 

#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 {}
.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: 0 600px 0 0;*/
	/*background-color: #9a9a9a;*/
	float: right;
	text-align:right;
	width: 400px;
	font-weight: bold;
	color: #ffffff;
	}
	
#navCatTabsWrapper {
	margin: 0em;
	font-weight: bold;
	color: #191814;
	height: 1%;
	width: 100%;
	}
	
#navSuppWrapper {
	margin-top: 5px;
	text-align: center;
	background: url("images/home-background.jpg") repeat;
}

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


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

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

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	margin: 4px 0 0 3px;
	}
	

#navEZPagesTop {
	background-color: #ffff33;
	}

#navColumnOne {
	background-color: #FFCC99;
	}

#navColumnTwo {
	background-color: #00BFBF;
	}

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

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

#categories, #informationContent, #featured{
	display:none;
}

#indexCategoriesHeading, #productListHeading, #ezPagesHeading, #categoryDescription {
	display: none;
	margin:0;
	padding:0;
	heigh:1px;
}

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

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: center;
	margin: 0 10px 0 0;
	border: 1px dotted #7ba296;
	padding: 1em;
	}

#reviewsContent {
	padding: 0 10px;
	font-size:11px;
	background-color:#fff;
}

#reviews{
 border-top: 1px solid #7BA296;
}

#reviewsContent a:hover img {
	text-decoration: none;
}


.tableHeading TH {
	border-bottom: 1px solid #7ba296;
	}

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

#cartSubTotal {
	border-top: 1px solid #7ba296;
	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, .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: #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;
	}
.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;
	} 

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

.categoryListBoxContents {
display: none;
}
/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	/*display: none;*/
}
	

.leftBoxHeading{
	text-transform: uppercase;
}

.centerBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}

h2.centerBoxHeading {
	font-size: 30px;
	font-style:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#alsoPurchased h2.centerBoxHeading {
	font-size: 18px;
	font-style:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#productTellFriendLink, #productReviewLink, #productDateAdded {
	display:none;
}


h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #cd5a13;
	text-decoration: underline;
	} 

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

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.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, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

.itemTitle, .listingDescription {
	text-align:left;
}

#productListing {
	margin:-30px 0 0 0;
}

.productListing-odd {
	height: 120px;
}

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

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

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

.bold {
	font-weight: bold;
	}

.rowOdd {
	border-top: 1px solid #7ba296;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	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: #cdd1b3;
	height: 2em;
	}

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

