/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 5347 2006-12-22 20:26:09Z birdbrain $
 */

body {
	margin:0px;
	padding: 0px;
	text-align: center;
	font: 11px Tahoma, Verdana, Helvetica, sans-serif;
}
html {
	min-height:100%;
}
body {
	height:100%;
	
}
form, input {
	margin: 0px;
	padding: 0px;
	display: inline;
}
form * {
	vertical-align: middle;
}
td , p,  a, span, div {
	font: 11px Tahoma,  Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #000;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
h1, h2, h3, h4, h6, p {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.left {float: left;}
.right {float: right;}
.clear {clear:both;}
.center {text-align: center;}
.block {display: block;}
.middle * {vertical-align: middle;}
.blue { color: #0192b5 !important; }

#maincontainer {
	margin:0px auto;
	width: 760px;
	text-align: left;
}
#topbar {
	float: left;
	text-align: right;
	padding: 0px 10px;
	color: #f46400;
	font-weight: bold;
	width: 740px;
}
#topbar a {
	color: #f46400;
	font-weight: bold;
	line-height: 45px;
}
#cart span {
	color: #005b79;
	font-weight: bold;
}
#cart a {
	height: 45px;
	padding: 10px 0px 10px 25px;
	background: url(../images/carticon.gif) no-repeat left center;
}
#header {
	clear: both;
	float: left;
	width: 760px
}
#logo {
	float: left;
}
/*horizontal menu*/
#menu {
	height: 31px;
	width: 605px;
	position: relative;
	float: left;
	background: url(../images/menub.gif) no-repeat right top;
}
#menu a span{
	display: none;
}
#menu1 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 64px;
	height: 31px;
	background: url(../images/menu1english.gif) no-repeat left bottom;
}
#menu2 {
	position: absolute;
	left: 64px;
	bottom: 0px;
	width: 57px;
	height: 31px;
	background: url(../images/menu2english.gif) no-repeat left bottom;
}
#menu3 {
	position: absolute;
	left: 121px;
	bottom: 0px;
	width: 55px;
	height: 31px;
	background: url(../images/menu3english.gif) no-repeat left bottom;
}
#menu4 {
	position: absolute;
	left: 176px;
	bottom: 0px;
	width: 85px;
	height: 31px;
	background: url(../images/menu4english.gif) no-repeat left bottom;
}
#menu5 {
	position: absolute;
	left: 261px;
	bottom: 0px;
	width: 94px;
	height: 31px;
	background: url(../images/menu5english.gif) no-repeat left bottom;
}
#menu1:hover {
	height: 36px;
	background: url(../images/menu1english.gif) no-repeat left top;
}
#menu2:hover {
	height: 36px;
	background: url(../images/menu2english.gif) no-repeat left top;
}
#menu3:hover {
	height: 36px;
	background: url(../images/menu3english.gif) no-repeat left top;
}
#menu4:hover {
	height: 36px;
	background: url(../images/menu4english.gif) no-repeat left top;
}
#menu5:hover {
	height: 36px;
	background: url(../images/menu5english.gif) no-repeat left top;
}
/*end of horz menu*/
#search {
	float: left;
	height: 49px;
	width: 605px;
	background: url(../images/headerb.gif) no-repeat left bottom;
}
#searchtxt {
	border: 1px solid #000;
	height: 17px;
	padding: 3px 0px;
	width: 350px;
	margin: 12px 5px 0px 15px;
}
#submitsearch {
	margin-top: 11px;
	border: none;
	background: url(../images/searchsubmit.gif) no-repeat left top;
	width: 91px;
	height: 25px;
	cursor: pointer;
}
#bottombar {
	float: left;
	width: 760px;
	height: 40px;
	padding: 5px 0px;
	background: url(../images/hline.gif) repeat-x left bottom;
}
#slogan {
	width: 510px;
	height: 35px;
	background: url(../images/slogan.gif) no-repeat left top;
}
#slogan span{
	display: none;
	color: #f46400;
	line-height: 40px;
	font-size: 21px;	
}

#content {
	clear: both;
	float: left;
	width: 760px;
	padding: 10px 0px;
}
#leftcolumn {
	float: left;
	width: 125px;
	padding: 0px 5px;
}

#categoriesshowcaseHeading{
	border: 1px solid #ebeaef;
	background: #f7f7fa url(../images/leftboxb.gif) repeat-x left top;
	color: #80806d;
	padding-left:10px;
}

#categoriesshowcaseHeading a {
	font-weight: bold;
	padding-left: 18px;
	line-height: 26px;
	background: url(../images/folder.gif) no-repeat left center;
	color:#F46400;
	font-weight:bold;
	line-height:20px;
	font-size: 13px;		
}

#leftcolumn .box {
	border: 1px solid #ebeaef;
	background: #f7f7fa url(../images/leftboxb.gif) repeat-x left top;
	margin-bottom: 10px;
	color: #80806d;
}
#leftcolumn .boxtitle {
	color: #f46400;
	font-weight: bold;
	text-indent: 10px;
	line-height: 20px;
}
#leftcolumn .boxcontent {
	padding: 0px 5px 3px 5px;
	text-align: justify;
}
#leftcolumn .box a {
	color: #f46400;
}
#leftcolumn .box .header {
	background: url(../images/leftboxb.gif) repeat-x left top;
	line-height: 26px;
	padding-left: 10px !important;
}
#leftcolumn .box .header span {
	font-weight: bold;	
}
#leftcolumn .box .star span {
	text-indent: 18px;
	background: url(../images/folder-star.gif) no-repeat left center;
}
#leftcolumn .box .folder span {
	text-indent: 18px;
	background: url(../images/folder.gif) no-repeat left center;
}
#leftcolumn #categoriesHeading span {
	font-weight: bold;
	padding-left: 18px;
	line-height: 26px;
	background: url(../images/folder.gif) no-repeat left center;
	font-size: 13px;	
}
#leftcolumn .boxtitle span {
	line-height: 26px;
	font-weight: bold;
}

#leftcolumn .list a {
	display: block;
	padding-left: 10px;
	background: url(../images/hline.gif) repeat-x left top;
}
#leftcolumn .list a:hover {
	text-decoration: none;
	color: #0093b4;
}
#leftcolumn .list .category-selected {
	color: #0093b4;
	font-weight: bold;
}
#leftcolumn .list a span{
	line-height: 26px;
	display: block;
	text-indent: 11px;
	background: url(../images/pointer.gif) no-repeat left center;
	text-transform: capitalize;
	font-size: 13px;
}
#rightcolumn {
	float: right;
	width: 203px;
	text-align: center;
}
#rightcolumn .box {
	border: 1px solid #ebeaef;
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	width: 203px;
	color: #6d6d6d;
	padding-bottom: 3px;
	background: #fff url(../images/leftboxb.gif) repeat-x left top;
}
#rightcolumn .box a {
	color: #6d6d6d;
}
#rightcolumn .header {
	background: url(../images/leftboxb.gif) repeat-x left top;
	line-height: 26px;
	text-indent: 10px;
	color: #f46400;
	font-weight: bold;
	font-size: 12px;
}
#rightcolumn .box .content {
	padding: 0px 10px;
	font-size: 12px;
	width: 183px !important;
}
#rightcolumn .box .content p {
	font-size: 12px;
}
#rightcolumn .box .list a {
	display: block;
	line-height: 20px;
	font-size: 12px;
}
#rightcolumn .box .list p {
	line-height: 20px;
}
#rightcolumn .total {
	color: #0192b5;
	font-size: 12px;
	line-height: 20px;
}
#rightcolumn .flash {
	padding: 10px 10px !important;
}
#rightcolumn .price {
	color: #f46400;
	font-size: 18px;
	font-weight: bold;
}
#addtocartbuton {
	width: 150px;
	height: 37px;
	cursor: pointer;
	border: none;
	background: url(../images/addtocart.gif) no-repeat left top;
}
#nowincart .content a {
	font-size: 12px;
}
#rightcolumn .addtocart {
	margin-bottom: 10px;
}

#maincolumn {
	float: left;
	width: 621px;
}
#maincolumn .box {
	clear: both;	margin-bottom: 5px;
}
#maincolumn .boxtitle, #maincolumn h1 {
	color: #f46400;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}
#maincolumn .centerBoxHeading {
	background: #39a5cd url(../images/mainheaderb.gif) repeat-x left top;
	border: 1px solid #128eb5;
	margin: 5px 0px;
	width: 616px;
	line-height: 27px;
	text-indent: 15px;
	color: #fff;
	font-weight: bold;
}
#maincolumn .content {
	color: #666;
}
#maincolumn .boxcontent {
	float: left;
	width: 620px;
	color: #666;
}

#maincolumn .border {
	border: 1px solid #d3d3d3;
	padding: 10px 0px 0px 5px;
	margin-bottom: 5px;
	width: 610px;
}
	
.pdtitle , #productListHeading span{
	display: block;
	color: #f46400;
	line-height: 30px;
	font-size: 21px;
}
.pdinfobox {
	width: 400px;
	float: left;
	overflow: hidden;
	text-align: justify;
	margin-top: 10px;
}
.pdinfobox h3 {
	line-height: 20px;
	margin: 5px 0px;
	color: #f46400;
	font-size: 15px;
	font-weight: bold;
}
.pdinfobox .content {
	border-top: 5px solid #f4f4f4;
	font-size: 12px;
	padding-top: 5px;
	width: 400px !important;
}
.pdinfobox .descr {
	line-height: 17px;
	font-size: 12px;
}
.additional a img, .additional p img{
	border: 1px solid #f4f4f4;
	width: 82px;
}
.additional p {
	padding: 0px;
	margin: 0px;
}

.accessories a img {
	border: 5px solid #f4f4f4;
	margin: 4px;
}
table.tags {
	width: 400px;
}
table.tags tr{
	background: #f3f3f3;
}
table.tags td {
	padding: 2px 8px;
	color: #0192b5;
	font-size: 12px;
}
table.tags td p {
	font-size: 12px;
}
.tagcapt {
	padding-left: 28px;
	line-height: 25px;
	color: #f46400;
	background: url(../images/tags.gif) no-repeat left center
}
.matcapt {
	padding-left: 28px;
	line-height: 25px;
	color: #f46400;
	background: url(../images/materials.gif) no-repeat left center
}
h3.grey {
	color: #6d6d6d !important;
}
div.grey, div.grey p {
	color: #6d6d6d;
}
ul.ul {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	list-style: none;
}
ul.ul li {
	padding: 0px;
	color: #6d6d6d;
	line-height: 18px;
	font-size: 12px;
}

#footer {
	width: 760px;
	clear: both;
	color: #f46400;
	border-top: 1px solid #d1d0ca;
	padding-top: 10px;
}
#footer a {
	color: #f46400;
	font-size: 12px;
}
.footerlinks, .copyright {
	line-height: 15px;
	font-size: 12px;
	padding: 0px !important;
}

.copyright{
	text-align: right;	
}

#topboxwrapper{
	float: right;
	width: 200px;	
}

.topbox{
	width: 40px;
	margin-left: 5px;
	float: right;
}

.rightbox{
	float: left;
	width: 80px;
	margin: 4px;
}


.spitem {
	float: left;
	display: inline;
	width: 83px;
	height: 85px;
	margin: 0px 8px 0px 8px;
}
.spitem:hover .tooltip{
	display: block;
}
.spitem .tooltip {
	display: none;
	position: absolute;
	z-index: 999;
	text-align: justify;
	max-width: 200px;
	padding: 5px;
	border: 1px solid #ebeaef;
	background: #f7f7fa url(../images/leftboxb.gif) repeat-x left top;
	color: #80806d;
}
.spitem .tooltip h3 {
	font-weight: bold;
	line-height: 25px;
	font-size: 12px;
	color: #666;
}
.spitem a img {
	border: 1px solid #d3d3d3;
}

.pditem {
	border: 1px solid #d0cfc9;
	padding: 2px;
	margin: 2px 2px 0px 0px;
	text-align: center;
	width: 145px;
}

.pdimage {
	background: url(../images/hline.gif) repeat-x left bottom;
	padding-bottom: 2px;
	height: 120px;
}
.pdname{	height: 40px;
}
.pdname, .pdname a {
	color: #80806d;
	font-size: 11px;
	padding-right: 5px;
	text-align: left;
}
.pdname a:hover {
	color: #0093b4;
	text-decoration: none;
}
.pdprice {
	color: #f46400;
	font-size: 10px;
	padding-left: 5px;
	text-align: right;
}
/*structure fix*/
.clrfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}

/* Hides from IE-mac \*/
* html .clrfix {height: 1%;}
.clrfix {display: block;}
/* End hide from IE-mac */
 
#productMainImage {	margin: 0px 0px 0px 2px !important;	display: inline;	border: 1px solid #acacac;	}
 
 
 
 
 
/*zen-cart options*/
.biggerText {
	font-size: 1.2em;
	}
CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}


TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}


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

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

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: 30px;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff6600;
	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;
	}

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

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#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: #a0a0a0;
}
.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;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

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

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

#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 {
	background-color: #cc9900;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#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;
	color: #ff6600;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em 0em;
	}

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

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin-right: 20px;
	padding-left: 20px;
	display: inline;
	}

.tableHeading TH {
	border-bottom: 0px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	
	}
#cartSubTotal {
	margin-top: 5px;
	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;
	}
.cartProductDisplay a span{
	font-weight: bold;
}

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

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .normalprice, .productSpecialPriceSale {
	color: #ff6400;
	font-size: 15px;
	}

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

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	}

.leftBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 1.5em;
	}

.sideBoxContent {

}

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: #FFFF33;
	text-decoration: none;
	} 

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

#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 {
	background: #fafafa;
	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 {
	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%;}.additionalimage{cursor: pointer;}