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

body {
	margin: 0;
	padding:0;
	background: #FFF url(../images/BodyBgs.jpg) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a img {border: none; }
a{
	border:0 none;
	outline:0 none;
	text-decoration:none;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}
#logo{
	float:left;
	margin:12px 0 0 12px;
	width:200px;
	height:71px;
}
.HeaderRight {
	float:right;
	width:700px;
	height:100px;
	margin:10px 3px 0px 10px;
}
.FreeShippingBox {
	float:left;
	width:200px;
	height:100px;
	margin:0px 0px 0px 20px;
}
.FreeShippingBox img {
	float:right;
	margin:6px 2px 2px 2px;
}
.FreeShippingBox h1 {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:24px;
	color:#000;
	text-align:center;
}
.FreeShippingBox p {
	margin:10px 0px 10px 0px;
	padding:0;
	font-family:Arial;
	font-size:12px;
	color:#000;
	text-align:center;
}
.FreeShippingBox p a {
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	color:#1B6821;
}
.FreeShippingBox p a:hover {
	color:#000;
}
#CallForLiveDemo {
	display: block;
	width: 154px;
	margin:0px 0px 0px 23px;
	height: 23px;
	background: url("../images/CallForLiveDemo.jpg") no-repeat 0 0;
}
#CallForLiveDemo:hover {
	background-position: 0 -23px;
}
#CallForLiveDemo span {
	display: none;
}
.HRightSearchBox {
	float:right;
	width:350px;
	height:100px;
}
#checkout {
	display: block;
	width: 91px;
	height: 27px;
	float:right;
	background: url("../images/checkout.jpg") no-repeat 0 0;
}
#checkout:hover {
	background-position: 0 -27px;
}
#checkout span {
	display: none;
}
.CartView img {
	float:left;
	margin:6px 2px 2px 2px;
}
.CartView p {
	margin:6px 2px 2px 2px;
	padding:0;
	float:left;
	text-decoration: none;
	font-family:Arial;
	font-size:12px;
	color:#000;
}
.CartView p a {
	text-decoration: none;
	font-family:Arial;
	font-size:12px;
	color:#000;
}
.CartView p a:hover {
	color:#1B6821;
}
.CartView {
	float:right;
	width:170px;
	height:30px;
}
.HRightSearchBox ul {
	float:left;
	margin:15px 0px 0px 0px;
	padding:0;
	width:350px;
}
.HRightSearchBox li {
	list-style:none;
	float:right;
	line-height:11px;
}
.HRightSearchBox li a {
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	padding:0px 5px 0px 3px;
	color:#000;/*	border-right:1px solid #000;*/
}
.HRightSearchBox li a:hover {
	color:#1B6821;
}
#no {
	border:0 none;
}
.MSearchBox {
	float:left;
	width:350px;
	height:38px;
	margin:7px 0px 0px 0px;
	background:url(../images/SearchBgs.jpg);
	background-repeat:repeat-x;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px; /* future proofing */
	-khtml-border-radius: 7px 7px 0px 0px; /* for old Konqueror browsers */
}
.MSearchBox label {
	color:#FFF;
	font-family:Arial;
	padding:10px 10px 0px 10px;
	font-size:12px;
	font-weight:bold;
	float:left;
}
#GoButton {
	padding:0px;
	margin:7px 0px 0px 5px;
	float:left;
}
.Box {
	background-color:#AA723A;
	border:1px solid #75512D;
	width:230px;
	margin:7px 0px 0px 0px;
	float:left;
	padding:4px;
	font-family:Arial;
	font-size:12px;
	color:#FFF;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}

LABEL.inputLabel {
	width: 9em;
	float: left;
	margin:0 0 10px 0;
}

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 {
	border: none;
	border-bottom: 1px solid #76410D;
}
#catBoxDivider{
	background:none;
	border:0 none;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 20px;
	padding: 5px;
}

.messageStackWarning, .messageStackError {
/*	background-color: #ff0000;border:1px solid #ff0000;*/
	background-color:#ffecec;
	
}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
}

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


/*wrappers - page or section containers*/
.TopHeader{
	width:100%; 
	height:25px; 
	background:#1C6923;
}
.TopHeaderIn{
	width:960px;
	margin:0 auto;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	line-height:25px;
	text-align:center;
}
#mainWrapper {
	text-align: left;
	width: 960px;
	margin:0 auto;
}
#headerWrapper{
	width:960px;
	margin:14px auto 0 auto;
	padding:0;
	background:#fff;
	height:110px;	
}
#contentMainWrapper{
	margin:10px 0;
}#logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{
	float:left;
	width:960px;
	margin:0 auto;
	padding:0;
}
#navColumnOneWrapper, #navColumnTwoWrapper{
	height:auto;
	background:#B5762F;
	float:left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; /* future proofing */
	-khtml-border-radius: 7px; /* for old Konqueror browsers */
}
#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 {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}
	
#navSuppWrapper{
	float:left;
	width:960px;
	height:50px;
	background: url(../images/menuBgs.jpg);
	background-repeat:repeat-x;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; /* future proofing */
	-khtml-border-radius: 7px; /* for old Konqueror browsers */
}
#navSuppWrapper ul{
	display:block;
	font-size:12px;
	height:50px;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	width:auto;
}
#navSuppWrapper ul li{
	background:url("../images/DIVIDER.gif") no-repeat scroll right top transparent;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#navSuppWrapper ul li a{
	color:#fff;
	display:block;
	float:left;
	height:32px;
	padding:18px 10px 0 10px;
	text-decoration:none;
}
#navSuppWrapper ul li.First a{
	-moz-border-radius: 7px 0 0 7px;
	-webkit-border-radius: 7px 0 0 7px;
	border-radius: 7px 0 0 7px; /* future proofing */
	-khtml-border-radius: 7px 0 0 7px; /* for old Konqueror browsers */
}
#navSuppWrapper ul li:last-child a{
/*	-moz-border-radius: 0 7px 7px 0;
	-webkit-border-radius: 0 7px 7px 0;
	border-radius: 0 7px 7px 0; 
	-khtml-border-radius: 0 7px 7px 0; */
}
#navSuppWrapper ul li a:hover{
	background:url("../images/HOVER.gif") no-repeat scroll right top transparent;
}
#navMainWrapper,  #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

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

#navCatTabs ul li a {
	color: #9a9a9a;
	}

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

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding:0;
	background-color: #ffffff;
	font-weight: bold;
	margin:10px 0;
}

#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 {
	background-color: transparent;
	}
#navContent{
	padding:0 10px;
}
#navContent input[type=text], #navContent input[type=password], #navContent select, #navContent textarea {
	border:1px solid #999;
}

#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.important {
	font-weight: bold;
	}
#siteinfoLegal{
	background:url("../images/FooterBgs.jpg") repeat-x scroll 0 0 transparent;
	float:left;
	height:328px;
	width:100%;
}
.FooterAreaIn{
	width:960px;
	margin:0 auto;
	padding:0;
	height:328px;
}
.FooterLeft {
	width:650px;
	height:230px;
	float:left;
	margin:10px;
	padding:0;
}
.FooterRight {
	width:229px;
	float:right;
	margin:10px;
	height:230px;
}
.FooterLeftIn {
	width:188px;
	float:left;
	height:160px;
	margin:10px;
	text-align:left;
}
.FooterLeftIn h1 {
	font-size:18px;
	font-family:Arial;
	color:#FFF;
	margin:0;
	padding:0;
}
.FooterLeftIn ul {
	margin:10px 0px 0px 0px;
	padding:0;
}
.FooterLeftIn li {
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 20px;
	list-style:none;
	background:url(../images/aroows1.png) left no-repeat;
}
.FooterLeftIn li a {
	font-size:11px;
	font-family:Arial;
	color:#558058;
	text-decoration:none;
	margin:0;
	padding:0;
}
.FooterLeftIn li a:hover {
	color:#FFF;
}
.FooterLeftInBelow {
	width:650px;
	float:left;
	height:38px;
	margin:0;
	background:url(../images/footerLinksBgs.jpg) repeat-x;
}
.FooterLeftInBelow ul {
	margin:15px 0px 0px 10px;
	padding:0;
}
.FooterLeftInBelow li {
	margin:0px;
	padding:0px 10px 0px 10px;
	list-style:none;
	float:left;
	border-right:1px solid #FFF;
	line-height:8px;
}
.FooterLeftInBelow li a {
	font-size:11px;
	font-family:Arial;
	color:#8CBF90;
	text-decoration:none;
	margin:0;
	padding:0;
}
.FooterLeftInBelow li a:hover {
	color:#fff;
}
.NewsLetterBox {
	float:left;
	background:#09410D;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; /* future proofing */
	-khtml-border-radius: 7px; /* for old Konqueror browsers */
	width:229px;
	height:145px;
	margin:10px 0 20px 0;	
}
.NewsLetterBox h1 {
	margin:0;
	padding:10px 0 0 10px;
	font-family:Arial;
	font-size:18px;
	color:#FFF;
}
.NewsLetterBox p {
	font-family:Arial;
	font-size:12px;
	margin:0;
	padding:10px 0 5px 10px;
	color:#FFF;
}
#NewsText {
	background-color:#07350B;
	margin:5px 0px 0px 10px;
	border:1px solid #1F5B23;
	width:180px;
	height:18px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}
.Submitbutton {
	margin:5px 0px 0px 10px;
	padding:0;
}
.FooterRight ul {
	margin:0;
	float:left;
	padding:0;
}
.FooterRight li {
	list-style:none;
	float: left;
	margin:10px 4px 0px 4px;
}
#youtube {
	display: block;
	width: 39px;
	height: 37px;
	background: url("../images/youtube.jpg") no-repeat 0 0;
}
#youtube:hover {
	background-position: 0 -37px;
}
#youtube span {
	display: none;
}
#twitter {
	display: block;
	width: 39px;
	height: 37px;
	background: url("../images/twitter.jpg") no-repeat 0 0;
}
#twitter:hover {
	background-position: 0 -37px;
}
#twitter span {
	display: none;
}
#facebook {
	display: block;
	width: 39px;
	height: 37px;
	background: url("../images/facebook.jpg") no-repeat 0 0;
}
#facebook:hover {
	background-position: 0 -37px;
}
#facebook span {
	display: none;
}
#yahoo {
	display: block;
	width: 39px;
	height: 37px;
	background: url("../images/yahoo.jpg") no-repeat 0 0;
}
#yahoo:hover {
	background-position: 0 -37px;
}
#yahoo span {
	display: none;
}
.FooterOut {
	width:518px;
	height:50px;
	float:left;
	margin:10px;
	padding:0;
}
.FooterOut p {
	font-family:Arial;
	font-size:12px;
	color:#FFF;
	margin:0;
	padding:10px 0px 0px 0px;
	line-height:18px;
}
.FooterOut p a {
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	margin:0;
	padding:0;
}
.FooterOut p a:hover {
	color:#558058;
}
.secrLogo {
	float:right;
	width:249px;
	background:#FFF;
	height:35px;
	margin:10px;
	padding:10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; /* future proofing */
	-khtml-border-radius: 7px; /* for old Konqueror browsers */
}
.Secure {
	float:left;
	width:960px;
	height:70px;
}
.bannerA {
	width:740px;
	height:242px;
	position:relative;
	margin:0 auto 10px auto;
}


/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 8px;
	padding: 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;
	}

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

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

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.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;
	}

h2.centerBoxHeading {
	color: #ffffff;
	background:url("../images/FH1Bgs.jpg") repeat-x scroll 0 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; /* future proofing */
	-khtml-border-radius: 7px; /* for old Konqueror browsers */	
	line-height:40px;
	margin:0;
	font-weight:bold;
	padding:0 0 0 10px;
	text-transform:uppercase;
}
.centerBoxWrapper .centeredContent{
	border:1px solid #CFCFCF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; /* future proofing */
	-khtml-border-radius: 7px; /* for old Konqueror browsers */	
	width:160px!important;
	min-height:150px;
	margin:8px;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
}
.centerBoxWrapper .centeredContent a img{
	text-align:center;
	margin:0 auto;
	display:block;
}
.centerBoxWrapper .centeredContent a{
	margin:0;
	padding:0;
	text-align:center;
	color:#2C2C2C;
	text-decoration:underline;
	font-size:12px;
}
.centerBoxWrapper .centeredContent a:hover{
	color:9C6126;
}
.centerBoxWrapper .centeredContent .normalprice{
	color:#C90000;
	padding:5px 0;
	font-size:16px;
}
/*sideboxes*/
.columnLeft {}

.leftBoxContainer, .rightBoxContainer{
	float:left;
	height:auto;
	min-height:100px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px; /* future proofing */
	-khtml-border-radius: 7px 7px 0px 0px; /* for old Konqueror browsers */	
}
.leftBoxContainer h3, .rightBoxContainer h3{
	margin:0;
	padding:0 0 0  8px;
	background:url(../images/H1Bgs.jpg) repeat-x;
	line-height:45px;
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	text-align:left;
	text-transform:uppercase;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px; /* future proofing */
	-khtml-border-radius: 7px 7px 0px 0px; /* for old Konqueror browsers */	
}
.leftBoxContainer h3 a, .rightBoxContainer h3 a{
	color:#fff;
}
.sideBoxContent{
	margin:10px;
	padding:0;
}
.sideBoxContent.centeredContent{
	text-align:center;
}
.sideBoxContent.centeredContent div{
	color:#C90000;
	font-weight:bold;
}
.sideBoxContent ul{
	margin:0;
	padding:0;
}
.sideBoxContent ul li{
	list-style:none;
	background:url("../images/VLines.jpg") repeat-x scroll center bottom;
	line-height:22px;
	padding:0 0 5px;
}
.sideBoxContent ul li span.bgimg{
	background:url("../images/aroows.png") no-repeat scroll left center;
	padding:0 0 0 10px;	
}
.sideBoxContent a{
	color:#FFE7CD;
	font-size:12px;
	text-decoration:none;
}
.sideBoxContent a:hover{
	color:#fff;
}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left:0;
}

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

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: #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 {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
}
td.main a{
	color:#2c2c2c;
	font-size:12px;
	text-decoration:underline;
}
td.main a:hover{
	color:#9C6126;
}
#productListing .productListing-odd td, #productListing  .productListing-even td{
	border-bottom:1px solid #cfcfcf;
	padding-bottom:5px;
	padding-top:5px;
}
#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;
}
.sponsor-logo{
	margin:0 auto;
	padding:0;
	width:500px;
}
.sponsor-logo ul{
	margin:0;
	padding:0;
}
.sponsor-logo ul li{
	float:left;
	margin:5px;
	padding:0;
	list-style:none;
}
