/**
 * 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 $
 */

html, body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	background-color: #ffffff;
	}

#mainWrapper {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	background-color: #ffffff;
	}

html>body, html>body #mainWrapper {
	height: auto;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	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: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.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 {
	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;
	}

#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;
	}

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.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 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	text-align: left;
	min-height: 100%;
	height: 100%;
	width: 100%;
	vertical-align: top;
	}

#home_block {
	position: absolute;
	top: 30px;
	left: 150px;
}

#home_image {
	position: absolute;
	top: 75px;
	left: 0px;
}

#home_image image {
        width: 800px;
}
#categories {
	position: absolute;
	top: 45px;
        left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#productsListingTopNumber {
	/* added to allow positioning of category item listings Mar 10 2009 */
	display: none;
}

#productsListingBottomNumber {
	/* added to allow positioning of category item listings Mar 10 2009 */
	position: absolute;
	top: 20px;
	left: 120px;
	font-size: 16px;
	width: 300px;
}

#addToCart1 {
	position: absolute;
	top: 95px;
	left: 580px;
}

.navNextPrevList {
	position: relative;
	top: -77px;
}

.navChoices {
	position: relative;
	top: 12px;
	left: 0px;
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
}

.navNextPrevCounter {
	position: relative;
	top: 0px;
	left: 0px;
}

#productListing {
	position: absolute;
	top: -75px;
	left: -30px;
}

#multiple_products_cart_quantity {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 782px;
}	

#newProductsDefaultListingTopNumber {
	position: absolute;
	left: 260px;
	top: 9px;
}

#productsListingBottomNumber {
	position: absolute;
	font-size: 14px;
}

.productListing-heading {
	/* added to allow positioning of category item listings Mar 10 2009 */

	/* border-bottom: 1px solid #000000;	*/
	padding: 20px;
}

.productListing-data {
}

.productListing-odd {
	margin-top: 5px;
}

.productListing-even {
	margin-top: 5px;
}

.floatingBox-back {
	position: absolute;
	top: 300px;
}

#cartUpdate1 {
	position: absolute;
	top: 20px;
	left: 750px;
	float right;
}

#advSearchDefault {
        /* added to fix the search page after mucking with results 9-24-2009 */
}

#advSearchResultsDefaultHeading {
	/* added to allow mucking about with adv search heading Sept 24 2009 */
	position: absolute;
	top: 0px;
	display: none;
}

#filter {
	/* added to allow mucking about with the search filter Sept 24 2009 */
	position: absolute;
	top: 28px;
	left: 0px;
}

#catList {
	/* added to allow positioning of category item listings Mar 10 2009 */
	position: absolute;
	top: 140px;
	left: 20px;
	width: 820px;
}

#productsListingTopNumber {
     	position: absolute;
	top: 300px;
	left: 200px;
}

#productsListingListingTopLinks {
	position: absolute;
	top:  80px;
	left: 645px;
}

#productsListingListingBottomLinks {
	display: none;
}

#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#headerWrapper {
	height: 4em;
/*	border-bottom: 24px solid #25383c; */
}

#contentMainWrapper {
	position: absolute;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	width: 100%;
	top: 130px;
	left: 5px;
	margin-left: 0em;
	padding: 0em;
}

#middleTD {
	position: absolute;
	top: 37px;
	left: 253px;
	width: 782px;
	height: 1180px;
}

#navColumnOneWrapper {
	position: absolute;
	top: 35px;
	left: 9px;
	width: 15%;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#tagline {
	display: none;
	color:#25383c;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size: 40px;
	text-align : left;
	vertical-align: middle;
        position: absolute;
        left: 10px;
        top: 12px;
	}

#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 {}

.navNextPrevWrapper {
	margin: 0em;
	padding: 0em;
	position: relative;
	left: 620px;
	top: 0px;
	height: 50px;
	width: 160px;
}

#previousButton {
	position: relative;
	top: 0px;
	left: 0px;
}

#returnButton {
	position: relative;
	top: 0px;
	left: 43px;
}

#nextButton {
	position: relative;
	top: 0px;
	left: 95px;
}

#nav1 {
}

#nav2 {
}

.navNextPrevCounter {
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
	position: relative;
	top: 12px;
	left: 0px;
	}

.navNextPrevList {
	display: inline;
	position: absolute;
	top: 0px;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper {
        position: absolute;
	top: 0px;
	left: 1em;
        margin: 0em;
        background-color: #ffffff;
	background-image: url(../images/header_ext.jpg);
	font-size: 14px;
        color: #ffffff;
        height: 134px;
        width: 1024px;

}

#navCatTabsWrapper {
	display: none;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
        position: absolute;
        top: 120px;
	margin: 2em;
	margin-right: 4em;
	background-color: #ffffff;
	color: #ffffff;
	height: 1%;
	width: 940px;
	}

#whatsNew {
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	width: 780px;
}

#navSuppWrapper {
        position: relative;
	font-size: 0.7em;
	font-weight: bold;
	color: #25383c;
	margin-bottom: 3em;
	text-align: center;
	height: 70px;
	left: 200px;
	width: 700px;
	top: 1252px;
	}

#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 {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #FFFFFF;
        background-color: #25383c;
	white-space: nowrap;
        }

#navMain {
        color: #FFFFFF;
        background-color: #25383c;
	height: 1%;
        width: 100%;
	position: absolute;
   	left: 605px;
	top: 98px;
	width: 400px;
        }

#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #9a9a9a;
	white-space: nowrap;
	}

#navSupp {
	font-size: 1em;
	}

#categoryIcon {
	position: absolute;
	height: 10px;
	left: -800px;
	top: 1%;
	width: 100%;
}
#indexDefaultHeading {
	position: absolute;
	left: -1750px;
}

#indexCategories {
	width: 100%;
	font-size: 12px;
	padding-left: 1.2em;
	padding-right: 1.2em;
	margin-left: auto;
	margin-right: auto;
	top: 180px;
}

#indexCategoriesHeading {
	display: none;
}

#indexDefaultMainContent {
	display: none;
}

#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 {
	margin: 0.5em;
	}

.buttonRow .back {
	position: absolute;
	left: 300px;
}
#indexProductList {
	position: absolute;
	margin: 0px;
        top: 65px;
	left: 0px;
	}

#indexProductListCatDescription {
	position: absolute;
	}

#navMainSearch {
        position: absolute;
	top: 92px;
	left: 40px;
        width: 400px;
	margin-right: 2em;
	font-size: 10px;
	}

#navBreadCrumb {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	position: relative;
	font-size: 0.8em;
        top: 15px;
	left: 8px;
	background-color: #ffffff;
	font-weight: bold;
	margin-left: 0px;
	padding: 0px;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	background-color: #FFCC99;
	}

#navColumnTwo {
	background-color: #00BFBF;
	}

#productMasterDiv {
	position: relative;
        left: 0px;
	top: 10px;
        width: 768px;       
        height: 1068px;
}

#productTabArea {
	position: relative;
/*	overflow-x: auto;
  	overflow-y: auto;  */
	margin: 0px;
	padding: 5px;
        left: 0px;
        top: 0px;
        width: 752px;
	height: 980px;
        border-color: #25383c;
        border-top-style: none;
        border-left-style: solid;
        border-bottom-style: solid;
        border-right-style: solid;
        border-width: 3px;
}

#tab1 {
	position: relative;
	display: inline;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 120px;
        height: 40px;
}

#tab2 {
	position: relative;
	display: inline;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 120px;
	width: 120px;
        height: 40px;
}

#greeting {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 1em;
	position: absolute;
	top: -210px;
	left: 511px;
}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	position: absolute;
	top: 640px;
	padding: 0.5em;
	}

#productName {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	display: inline;
	font-size: 1.5em;
	font-weight: bold;
	padding: 20px;
	text-align: left;
	width: 550px;
	position: relative;
	top: 0px;
        left: 0px;
}

#productDescription {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size: 1.2em;
	padding: 0.5em;
	position: relative;
	top: 360px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 600px;
}

#productPrices {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size: 1.5em;
	position: relative;
	top: 0px;
	left: 650px;
	width: 100px;
	margin: 0px;
	padding: 0px;
}

#cart_quantity {
	position: relative;
}

#productDetailsList {
	position: relative;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	top: -100px;
	left: 560px;
	width: 200px;
}

#productTellFriendLink {
	display: inline;
	position: absolute;
	padding: 0px;
	top: 380px;
	left: 610px;
	width: 200px;
}

#productReviewLink {
	display: none;
	position: absolute;
	top: 510px;
	left: -780px;
}

#productInfoLink {
	display: none;
	position: relative;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	top: -130px;
	left: 562px;
	width: 40px;
	height: 30px;
}

#productDateAdded {
	position: absolute;
	top: 530px;
	left: -800px;
}

.content {

}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}

.centerColumn {
	position: absolute;
	left: 0px;
	}

#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	position: absolute;
	top: 125%;
	font-size: 0.9em;
	width: 100%;
	}

#siteinfoLegal {
	position: absolute;
	top: 1350px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.6em;
	width: 1100px;
}

#allProductsDefault {
	position: absolute;
	top: 0px;
	left: 0px;
}

#allProductsListingTopNumber {
	position: absolute;
	top: 9px;
	left: 260px;
}

#advSearchResultsDefault {
	position: absolute;
	left: 30px;
	top: -8px;
}

#advSearchResultsDefault #productsListingBottomNumber {
	position: absolute;
	left: 255px;
	top: 82px;
}

/*Shopping Cart Display*/
#cartAdd {
	position: relative;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	top: 90px;
	left: 555px;
	width: 140px;
	height: 80px;
	font-size: 12px;
}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.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;
  }

.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 ;
	padding: 20px;
	position: absolute;
	top: 60px;
	left: 0px;
	}

.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;
	}

.centerBoxContentsNew {
	width: 780px;
}

#categoryDescription {
        font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
        font-size: 1.2em;
        position: absolute;
        top: 22px;
	left: 100px;
	width: 650px;
}

.categoryListBoxContents {
	width: 25%;
        font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	margin-left: 1.5em;
	margin-right: 1.5em;
	display: none;
}

.headerNavigation {
	display: none;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading {
	margin: 0em;
	background-color: #FFFFFF;
	padding: 0.5em 0.2em;
	}

.centerBoxWrapper {
	background-color: #FFFFFF;
	}

.leftBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

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;
	}

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;
	}

#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, #PPECbutton {
	float: right;
	}

#shoppingCartDefault {
	float: left;
	width: 780px;
}

#PPECbutton { display: none; }

.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;
	}

#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%;}

.trans_div { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;padding: 0px; border: 0px; }

.trans_div[class] { background-image: url("http://www.cavlon.com/zcstore/includes/templates/cavlon/images/50percentBlack.png"); }

#transDiv { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; height: 2500px; display: none; z-index: 1000; }

#offer_dialog { width: 491px; height: 369px; position: absolute; left: 50%; top: 50%;  padding: 0px; border: 0px #000; background-image:url(http://www.cavlon.com/zcstore/includes/templates/cavlon/images/dialog_dropshadowv2.png); z-index: 1001; }

#sendButton { position: relative; left: 390px; top: 298px; }

#cancelButton { position: relative; left: 275px; top: 298px; }

#offerButtonDiv { position: absolute; left: 565px; top: 50px; }

