/**
 * 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 3215 2006-03-20 06:05:55Z birdbrain $
 */

#payofflineiproinfoHeading {
	height:0px;
	visibility:hidden;
}
#payofflineiproinfo p {
	font-size:85%;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
#payofflineiproinfo, #bannerbox2, #bannerboxall {
	margin-top:-14px;
}
#bannerbox2Heading, #bannerboxHeading, #bannerboxallHeading {
	height:1px;
	visibility:hidden;
}
#searchHeading label {
	font-size:100%;
}
#shoppingcart, #specials {
	width:172px !important;
}
li {
	margin-left:0px !important;
}
#productDescription li {
	margin-left:12px !important;
}
.clearfloat {
	clear:both;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #444444;
	background-color: #D10000;
	background-image: url("../images/body_bg.png");
	background-attachment: scroll;
	background-repeat: repeat center center;
}
#infoShoppingCart, #popupCVVHelp {
	background:#fff;
	text-align:center;
	margin:10px;
}
.ProtxDirectFormGadgetError {
	background: #FF6633;
}
.ProtxDirectCardIcon {
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 10px;
}
/*resizing buttons*/

fieldset input {
	border:1px solid #ccc;
}
fieldset select {
	border:1px solid #ccc;
}
submit {
	border:0;
}
.centerBoxContentsNew {
	background-image: url("../images/boxbg1.png");
	background-position: left center;
	background-repeat: repeat-x;
	border-top: solid 0px #FA6700;
	margin: 0px;
	height: 150px;
	width: 200px;
	font-weight: bold;
	font-size: 11px;
}
.centerBoxContentsNew a {
	font-weight: normal;
}
.centerBoxContentsNew img {
	border: solid 1px #fff;
	margin-top: 10px;
	margin-bottom: 5px;
}
/* ******* CSS BUTTONS  ******* */

.cssButton, .cssButtonHover, .cssButtonActive {
	margin: 4px 4px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #ccc;
	color: #333;
	background: url("../images/button_up.gif") center repeat-x;
	cursor: pointer;
	padding: 3px 3px;
}
.cssButtonHover {
	border-bottom: solid 1px #777;
	border-right: solid 1px #777;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
	text-decoration: none;
	color: #FFF;
	background-color:#58a300;
	background: url("../images/button_up_grn.png") bottom repeat-x;
}
.button_search {
	margin: 0;
	padding: 0;
}
#searchContent .button_search {
	padding: 0.4em;
	margin: 4px 0px;
}
.button_sold_out_sm {
	padding: 7px;
	color: #ff0000;
	font-size: 11px;
	border: solid 1px #ff0000;
}
.button_sold_out {
	padding: 5px;
	color: #ff0000;
	margin-bottom:20px;
	font-size: 120%;
	border: solid 1px #ff0000;
}
.button_in_cart {
	width: 100px !important;
	padding: 3px;
	font-size: 12px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #666;
	background-color:#58a300;
	color: #FFF;
	background: url("../images/button_up_grn.png") bottom center repeat-x;
}
.button_in_cartHover {
	width: 100px !important;
	padding: 3px;
	font-size: 12px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #666;
	background-color:#58a300;
	color:#FFF;
	background: url("../images/button_over_grn.png") bottom center repeat-x;
}
/* ******* END CSS BUTTONS  ******* */

/* LINKS */

a img {
	border: solid 0px;
	text-decoration:none;
}
a:link {
	color: #444444;
	text-decoration:none;
}
#navEZPagesTOC ul li a {
	color: #444444;
	text-decoration:none;
}
a:visited {
	color: #444444;
	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;
	text-decoration: none !important;
}
#navCatTabs ul li a:hover {
	color: #FFCC00;
	text-decoration: none !important;
}
a:active {
	color: #444444;
	text-decoration:none;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 16px;
	padding-bottom:5px;
}
h1.productGeneral {
	text-align:center;
	white-space:normal;
	color: #333;
	font-size:150%;
}
h2#productPrices.productGeneral {
	font-size: 160%;
	color: #660000;
}
h3 {
	font-size: 12px;
}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger {
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 10px;
}
code {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
}
form, select, input {
	display: inline;
	margin: 0.1em;
}
td.productListing-data input {
	background:#f1f1f1;
}
textarea {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
}
input:focus {
	color:#111;
	background-color:#FFFFCC;
}
select:focus {
	color:#111;
	background-color:#FFFFCC;
}
textarea:focus {
	color:#111;
	background-color:#FFFFCC;
}
fieldset {
	width:95%;
	padding:8px;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #c2c2c2;
	margin-top: 5px;
	margin-right: 0em;
	margin-bottom: 10px;
	margin-left: 0em;
	background:#ffffff url("../images/fieldset_grad1.png") bottom center repeat-x;
}
legend {
	margin-left: -5px;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	margin-bottom: 12px;
	background-color: transparent;
	color: #444;
	border-bottom: solid 1px #FA6700;
}
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;
}
#taglineWrapper {
	height: 0px;
	background-color: transparent;
}
label.inputLabel {
	width: 11em;
	float: left;
	margin:4px;
}
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: 0px solid #fff;
	border-bottom: 1px solid #9A9C86;
}
.central_hr {
	width:100%;
	height:10px;
	background-image: url("../images/central_hr.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}
/*warnings, errors, messages*/

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 5px;
	margin-left:20px;
	margin-right:20px;
	border: 1px solid #666;
}
.messageStackWarning, .messageStackError {
	background: #FA6700;
	color: #FFF;
	font-weight:bold;
	text-align:center;
}
.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	font-weight:bold;
	text-align:center;
}
.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	font-weight:bold;
	text-align:center;
}
/*wrappers - page or section containers*/

#mainWrapper {
	margin: 0;
	width: 1000px;
	background-image: url("../images/mainwrapper_tile_09.png");
	background-repeat: repeat-y;
	background-position: center center;
}
.main {
	text-align:center;
}
*html #mainWrapper {
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	background-image: url("../images/mainwrapper_tileIE_09.png");
	background-repeat: repeat-y;
	background-position: center center;
}
#logoWrapper {
	height: 112px;
	margin: 0px;
	padding: 0px;
}
#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	margin-top: 5px;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}
#tagline {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding-right: 30px;
}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 45%;
}
/* DAZ HACK on Product Description box	 */

.floatingBox {
}
.floatingBox li {
	padding: 2px;
	font-weight: bold;
}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
}
/*navigation*/

.navSplitPagesResult {
	margin-top:4px;
}
.navSplitPagesLinks {
}
.navNextPrevCounter {
	margin: 5px;
	font-size: 0.9em;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
}
#navMainWrapper {
	margin: 0px;
	height: 35px;
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 20px;
	background-image: url("../images/nav_cat_bg_09.png");
	background-repeat: repeat-y;
	background-position: center bottom;
}
#navMainWrapper #navMain .back {
	float:left;
	margin-left:40px;
	margin-top:-4px;
}
#navMainWrapper #navMain .back li a {
	background-color: transparent;
	color: #444 !important;
	font-size: 110%;
	font-weight: bold;
	margin-left: 15px;
	padding: 0px;
}
#navMainWrapper #navMain .back li a:hover {
	color: #ff0000 !important;
	text-decoration:none;
}
#navSuppWrapper {
	margin: 0em;
	margin-bottom: 0px;
	height: 30px;
	background-color: transparent;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	padding-top: 17px;
	background-image: url("../images/footer_09.png");
	background-repeat: no-repeat;
	background-position: center top;
}
#navCatTabsWrapper {
	position: absolute;
	top: 0px;
	height: 114px;
	margin-left: 2px;
	margin-right: 2px;
	width: 1000px;
	background-image: url("../images/kinkajoo_phoneheader.png");
	background-position: 620px 1px;
	background-repeat: no-repeat;
}
#navCatTabs {
	font-size: 12px;
	font-weight: bold;
	padding-left: 120px;
	padding-right: 170px;
}
#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;
	white-space: nowrap;
	font-size:11px;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 2em 0.5em;
	margin: 0;
	color: #fff;
}
#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;
}
#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
}
.buttonRow {
	margin-bottom: 14px;
	margin-top: 14px;
}
#navBreadCrumb {
	background-color: transparent;
}
#navEZPagesTop {
	background-color: #FFFFFF;
}
#navBreadCrumb, #navEZPagesTop {
	font-size: 11px;
	margin: 0em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 30px;
}
.centerColumn {
	font-size:90%;
}
#navColumnOne, #navColumnTwo {
	color:#444;
	background-color: transparent;
}
#navColumnTwo {
	float:left;
	margin-right:0px;
}
.centerColumn a:link, #navColumnOne a:link, #navColumnTwo a:link {
	color:#444;
}
#navColumnOne a:hover, #navColumnTwo a:hover, .centerColumn a:hover {
	color: #FF0000;
}
.content {
}
.content strong {
	font-weight:bold;
}
/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}
table {
	padding-left: 4px;
	padding-right: 4px;
}
/*.content,*/

#productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding-left:10px;
	padding-right:10px;
}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
}
.advisory {
}
.important {
	font-weight: bold;
}
.notice {
}
.rating {
}
.gvBal {
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 10px;
	background-color: transparent;
}
.centerColumn {
	width:570px;
	margin-left:0px;
	padding:20px;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 80%;
	color:#660000;
}
/*Shopping Cart Display*/


#cartAdd {
float:right;
margin-top:20px;
	width:200px;
	margin-right:20px;
	margin-bottom:20px;
	text-align:center;
	padding:20px;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #c2c2c2;
	background: url("../images/fieldset_grad1.png");*/
}

#price_cart_box {
float:left;
margin-top:-20px;
margin-left:20px;
	width:200px;
	text-align:center;
	padding:10px;
}


*html #price_cart_box {
margin-top:-145px;
}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
}
.tableHeading {
	background: url("../images/fieldset_grad_small_2.gif") bottom center repeat-x;
}
#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	font-size: 14px;
	padding-right: 2.5em;
	background: url("../images/fieldset_grad_small.gif") top center repeat-x;
}
.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
}
.instructions {
	margin-left: 130px;
	padding: 5px;
}
.cartTotalsDisplay {
	font-size: 11px;
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}
#scUpdateQuantity {
	width: 2em;
}
.cartQuantity {
	width: 4.7em;
}
.cartNewItem {
	color: #000;
	position: relative;
}
.cartOldItem {
	color: #444;
	position: relative;/*

do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
.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;
	font-weight: bold;
}
#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	margin: 0px;
}
#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin-left: -12px;
	text-align: right;
	padding-right: 4px;
}
.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
}
.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
}
.amount {
	width: 5.5em;
}
/*Image Display*/

#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em;
}
/*Daz-edited Image Display	*/

#productMainImage {
	width:600px;
	padding-top:20px;
	padding-bottom:20px;
}
.imgLink {
	clear:both;
	font-size:80%;
}
.categoryIcon {
	margin-left: 23px;
	font-size: 110%;
	font-weight: bold;
}
#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: 0.5em 0em;
}
/*sideboxes*/

.columnLeft {
}
.columnRight {
}
h3.leftBoxHeading {
	letter-spacing: 0.5px;
	font-size: 100%;
	height: 18px;
	color: #444;
	text-align: center;
	background: url("../images/leftCol_hr.png") bottom no-repeat;
}
h3.leftBoxHeading a {
	text-decoration: none;
	color: #444;
}
/*.leftBoxHeading, */

.centerBoxHeading {
	margin: 10px;
	background-color: transparent;
	color: #444;
	border-bottom: solid 0px #e1e1e1;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
h2.centerBoxHeading {
	font-size:130%;
	text-align: center;
	color:#CC0000;
}
.leftBoxHeading {
	margin: 1px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
.leftBoxContainer {
	margin:0;
}
.sideBoxContent {
	color: #444444;
	background-color: transparent;
	font-size: 95%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:5px;
	padding-right:5px;
}
.smallProductImage img {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 8px;
}
.sideBoxContent a.category-top {
	font-size: 100%;
	background-image: url("../images/cat_up.png");
	background-repeat: no-repeat;
	background-position: 8px 1px;
	padding-left: 23px;
	line-height:23px;
}
.sideBoxContent li a {
	color: #444444;
	font-size: 95%;
	background-image: url("../images/cat_up.png");
	background-repeat: no-repeat;
	background-position: 8px 1px;
	padding-left: 23px;
	line-height:18px;
}
.sideBoxContent a:hover.category-top, .sideBoxContent li a:hover {
	background-image: url("../images/cat_over.png");
	background-repeat: no-repeat;
}
.category-top li a {
	font-size: 100%;
}
h3.rightBoxHeading {
	color: #444444;
	font-size: 100%;
	height: 18px;
	color: #444;
	text-align: center;
	background: url("../images/rightCol_hr.png") bottom no-repeat;
}
h3.rightBoxHeading a {
	color: #444444;
}
.rightBoxHeading {
	margin: 0px;
	background-color: transparent;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:0px;
}
.listingDescription {
	font-size: 90%;
	padding-bottom: 7px;
}
h3.leftBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
}
h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
}
.rightBoxContent {
	background-color: #D10000;
	margin-bottom: 0em;
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #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;
}
#siteinfoIP, #siteinfoLegal {
	background-color: transparent;
	background-image: url("../images/body_bg.png");
	color:#660000;
	padding-bottom: 10px;
}
#siteinfoLegal a:link {
	color:#660000;
}
#siteinfoLegal a:visited {
	color:#660000;
}
#siteinfoLegal a:active {
	color:#660000;
}
#siteinfoLegal a:hover {
	color:#000;
	text-decoration: underline;
}
#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: transparent;
}
#upProductsHeading {
	text-align: left;
}
#upDateHeading {
	text-align: right;
}
/*misc*/

.back {
	float: left;
}
.forward {
	float: right;
	margin-right: 8px;
}
.hiddenField {
	display: none;
}
.hidden_input {
	visibility:hidden;
}
.visibleField {
	display: inline;
}
.bold {
	font-weight: bold;
}
.rowOdd {
	background-color: #fff;
	height: 1.5em;
	vertical-align: top;
}
.rowEven {
	background-color: #Fff;
	height: 1.5em;
	vertical-align: top;
}
.productListing-heading {
	font-size: 11px;
	padding-top: 5px;
}
.productListing-odd {
	background-image: url("../images/central_hr_grey.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}
.productListing-even {
	background-image: url("../images/central_hr_grey.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}
.listingProductImage {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
}
#myAccountGen li, #myAccountNotify li {
	margin: 0;
}
.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;/*vertical-align: top*/
}
.accountQuantityDisplay {
egal width: 10%;
	vertical-align: top
}
TR.tableHeading {
	height: 3em;
	font-size: 11px;
}
#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 {
	background-color: #ffffff;
}
#popupShippingEstimator {
	background-image: url("../images/tile1.png") !important;
}
td {
	white-space:normal !important;
}
#productAdditionalImages {
	CLEAR:BOTH;
}
.additionalImages {
	font-size:80%;
}
.additionalImages img {
	border:1px solid #e1e1e1;
}
.category-subs-selected {
	font-weight:bold;
}
<!-- /* Description Styles */
-->
.clearfloat {
	clear:both;
}
.list_description {
	padding: 0;
	margin: 0;
}
#product_desc_box {
	width:97%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-size:13px;
}
#product_desc_box p {
	margin:0;
	padding:0;
}
#extra_info_box {
	width:95%;
	padding:10px;
	font-size:13px;
}
#product_spec_left {
	margin-top:5px;
	width:40%;
	padding:10px;
	float:left;
	font-size:11px;
	line-height:16px;
}
#product_spec_right {
	margin-top:5px;
	width:45%;
	padding:10px;
	margin-right:20px;
	float:right;
	font-size:11px;
	line-height:16px;
}
.price_pad {
	padding-bottom:4px;
}
#productDetailsList {
	margin:0;
	padding:0;
}
.vDotLine_index {
	background:transparent url("../images/delim_v2.png") top center repeat-y;
	width: 20px;
	font-size: 1px;
}
.hDotLine_index {
	background-image: url("../images/delim_h2.png");
	padding:1px 0;
	height:1px;
}
#index_content h1 {
	font-size:160%;
	color:#CC0000;
	margin-bottom:5px;
	text-align:center;
}
.intro_text {
	font-size:120%;
	text-align:center;
	line-height:18px;
}
#index_content h2 {
	font-size:110%;
	color:#444;
	line-height:20px;
}
.index_hr {
	color:#f1f1f1;
	height:1px;
	background:#f1f1f1;
	width:95%;
	border:0;
}
