/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin: 0px 0px 0px 0px;
	font-family: tahoma,arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	background: #ededed url(../images/bg.png) repeat-x;	
	}

#dek {position:absolute;visibilty:hidden;z-index:200;}

a img {border: none; }

a, a:link, #navEZPagesTOC ul li a {
	color: #4c0101;
	text-decoration: underline;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

#ezPageDefault p, #productDescription p {
	padding: 0px;
	margin: 4px 0px 20px 5px;
	line-height: 1.5em;
}
 
 
#ezPageDefault ul {
	padding: 0px;
	margin: 4px 0px 0px 0px;
}

#ezPageDefault ul li, #indexProductListCatDescription ul li {
	margin: 0px;
	padding: 0px 0px 4px 20px;
	list-style: none;
	background: transparent url(../images/bullet.png) 4px 3px no-repeat;
	vertical-align: top;
}

 
a:visited {
	color: #4c0101;
	text-decoration: underline;
	}

a:hover, #navEZPagesTOC ul li a:hover,  #navSupp ul li a:hover, #navMain ul li a:hover , #navCatTabs ul li a:hover {
	color: #4c0101;
	text-decoration: none;
	}
#siteFooter ul li a:link, #siteFooter ul li a:visited {
	color: #991a1a;
}

a:active {
	color: #000;
	}

h1 {
	font-size: 1.2em;
	color: #4c0101;
	text-transform: capitalize;
	padding: 0px 0px 10px 6px;
	}

h2 {
	font-size: 1.1em;
	padding-left: 5px;	
	}

h3 {
	font-size: 1.0em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.0em;
	}

.biggerText {
	font-size: 1.0em;
	padding-left: 20px;
	}
#productAttributes {
	padding-left: 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.0em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/
h2.greeting {
	margin-top: 0px;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}
form {
	padding: 0px;
	margin: 0px;
}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0em;
	border: 1px solid #c2c2c2;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;	
	color: #505050;
	}

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: 9em;
	float: left;
	}

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 {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/******************** Advert Styles *************/
div.adrow {
clear: both;
}
.adimage {
  	width: 140px;
	float: left;
	height: 80px;
	overflow: auto;
  }

.adtext {
	font-family: Arial,sans-serif;
	font-size: 9pt;
	text-align: left;
	width: 450px;
	float: left;
	padding-bottom: 10px;
  }  

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	margin: 4px 0px 4px 0px;
	}

.messageStackWarning, .messageStackError {
	background-color: #ffffdb;
	color: #404040;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 950px;
	vertical-align: top;
	border: 0px;
	position: relative;
	}

#headerWrapper, #contentMainWrapper,#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper {
	border: 0px;
	width: 950px;
}

#logoWrapper{
	position: relative;
	padding: 47px 4px 6px 15px;
	z-index: 20;
	margin: 0px;
	height: 41px;
}

#logo {
	padding: 0px;
	margin: 0px;
}

#contentMainWrapper {
	padding: 0px;
	clear: both;
	width: 950px;
	background-color: transparent;	
}

.centerContainer {
	background-color: transparent;
	z-index: 1;

}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0px;
	padding-left: 16px;
	}
	
#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;
    padding: 10px 0px;
	}

/*navigation*/

.navSplitPagesResult { margin-top: 4px;}
.navSplitPagesLinks {}
.navNextPrevWrapper {
	margin: 0px;
	padding: 10px 0px;
	position: relative;
	height: 10px;
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	position: absolute;
	display: inline;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	vertical-align: top;
	text-decoration: none;
	}
	
.navNextPrevList a {
	text-decoration: none;
}

.navNextPrevList img {
	margin-top: 10px;
}	
	
.navNextPrevListPrev {
	left: 0px;
	width: 300px;
}

.navNextPrevListList {
	left: 263px;
	text-align: center;	
}

.navNextPrevListNext	{
	left: 420px;
	width: 300px;	
	text-align: right;
}
	

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0px;
	color: #000;
	height: 176px;
	width: 950px;
	padding: 0px;
	}
#navSuppWrapper {
	height: 20px;	
}
	
#navMain {
	position: absolute;
	padding: 0px;
	margin: 0px;
	color: #991a1a;
	font-size: 10pt;
	right: 125px;
	top: 31px;
	font-weight: bold;
	text-transform: uppercase;
}	

#navChat {
position: absolute;
right: 17px;
top: 33px;
}

#navMain a, #navMain a:visited {
	color: #991a1a;
}
	
#navSuppWrapper {
	background-color: #e7e7e7;
	text-align: center;
	border-top: 1px solid #b5b2b5;
}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}


#siteFooter a {
	text-decoration: underline;
	padding: 0em 0.5em;
	margin: 0px;
	color: #000;
	white-space: nowrap;
	font-size: 8pt;
	}

#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 {
	margin: 0.5em;
	}
	
.buttonRow {
	padding-top: 10px;
	padding-bottom: 5px;
}

#indexProductListCatDescription	{
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

#navBottomBar {
	width: 920px;
	margin: 0px 16px;
	display: block;
	padding: 0px;
}
#navMainSearch {
	position: relative;
	float: right;	
	padding: 2px 10px 0px 0px;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
}

#searchTitle {
	position: absolute;
	top: 6px;
	left: -50px;
}

#navBreadCrumb, #navBreadCrumb a:link,  #navBreadCrumb a:visited{
	padding: 0px 5px;
	font-size: 14px;
	font-weight: bold;
    margin: 0px;
	color: #991a1a;
	text-transform: capitalize;
}



#navEZPagesTop {
	position: relative;
	float: left;
	font-weight: bold;
	font-size: 11px;
	margin: 0em;
	padding: 9px 0px 0px 0px;
	text-transform: capitalize;
	}
	
* html #navEZPagesTop {  
	padding-top: 3px; 
}
	
#navEZPagesTop ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}	

#navEZPagesTop ul li {
display: block;
margin: 0px 2px 0px 0px;
padding: 0px 0px 0px 10px;
background: transparent url(../images/navleftb.png) no-repeat;
float: left;
}	

* html #navEZPagesTop ul li {  
	width: 1%;
	white-space: nowrap;
}



#navEZPagesTop ul li.selected {
background: transparent url(../images/navleftw.png) no-repeat;
}

#navEZPagesTop ul li.selected a {
color: #4c0101;
background: transparent url(../images/navrightw.png) top right no-repeat
}

#navEZPagesTop ul li.buy {
background: transparent url(../images/navleftbuy.png) no-repeat;
}

#navEZPagesTop ul li.buy a {
background: transparent url(../images/navrightbuy.png) top right no-repeat
}

#navEZPagesTop a {
	margin: 0px;
	padding: 11px 15px 11px 5px;
	color: #fff;
	text-decoration: none;
	background: transparent url(../images/navrightb.png) top right no-repeat;
	display: block;
	}
#navEZPagesTop a:hover {
	text-decoration: underline;
	}	

#navEZPagesSub {
	position: relative;
	float: left;
	font-weight: bold;
	font-size: 11px;
	margin: 0em;
	padding: 0px 0px 0px 0px;
	text-transform: capitalize;
	padding-bottom: 0px;
	clear: both;
	width: 920px;
	}
#navEZPagesSub ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}	

#navEZPagesSub ul li {
display: block;
margin: 0px 2px 0px 0px;
padding: 0px 0px 0px 0px;
float: left;
}	

* html #navEZPagesSub ul li {  
	width: 1%;
	white-space: nowrap;
}


#navEZPagesSub a {
	margin: 0px;
	padding: 6px 15px 6px 5px;
	color: 003366;
	text-decoration: none;
	display: block;
	}
#navEZPagesSub a:hover {
	text-decoration: underline;
	}	


#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*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;
	padding-left: 0px;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.important {
	font-weight: bold;
	}
.gvBal {
	float: right;
	}
.centerColumn1, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0 18px 0em 28px;
	}
	
.centerColumn, #navBreadCrumb {
	padding: 0 18px 0em 19px;
	width: 713px;   
	background: transparent url(../images/newBG.png) repeat-y;
	background-position:right;
}

* html .centerColumn, * html #navBreadCrumb {
    background: transparent url(../images/newBG.png) repeat-y 10px 0px;
}


#indexDefault {
	padding: 0 8px 0.8em 16px;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	width: 695px;
	text-align: center;
	border: 1px solid #999999;
	padding: 1em;
	background: #e9e7e8;
	}

.tableHeading TH {
	border-bottom: 1px solid #999999;
	}

.tableHeading, #cartSubTotal {
	background-color: #cbe8f7;
	 }

#cartSubTotal {
	border-top: 1px solid #999999;
	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;
	}

#scQuantityHeading {
	padding-left: 4px;
}
#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	padding: 4px;
	text-align: right;
	}

.cartNewItem {
	color: #000;
	font-size: 8pt;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

#shoppingcartContent ul li a {
	text-decoration: none;
	color: #000;
}


.cartOldItem {
	color: #000;
	font-size: 8pt;
	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;
	}

.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 0em 1em 1em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0em 1em 0em 0em;
	border: 1px solid #999999;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

h4.optionName {
	display: inline;
}

#productMainImage a, .categoryListBoxContents a {
	text-decoration: none;
}

#productMainImage img, .categoryListBoxContents img, #ezPageDefault img {
	border: 1px solid #034179;
}

#productMainImage a img {
	border-bottom: 0px;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 0px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.2em;
	color: #991a1a;
	border-bottom: 1px dotted #999999;
	text-transform: uppercase;
	}

#checkoutPaymentHeadingAddress{
	margin-top: 6px;
}
	
#checkoutShippingHeading {
	margin-top: 0px;
}	
#checkoutShippingHeadingMethod, #checkoutConfirmDefaultShipment, #checkoutConfirmDefaultPayment {
	margin-top: 5px;
}
/*sideboxes*/
.columnLeft {
	border-right: 0px solid #999999;
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 14px;
	color: #4c0101;
	text-decoration: none;
	text-transform: capitalize;
	padding: 10px 0px 10px 10px;
	width: 165px;
}

h3.leftBoxHeading a {
	text-decoration: underline;
	padding: 0px;
	width: 155px;
}
	
#sideMid {
	width: 175px;
	padding: 5px;
	background: url(../images/sideMainBg.png) repeat-y;
}

#sideEnd {
	width: 175px;
	background: url(../images/sideBottom.png) no-repeat;
}

#navColumnOne {
	padding: 0px;
	margin: 0px;
}

h3.leftBoxHeading, h3.rightBoxHeading {
	background: url(../images/sideHeading.png) no-repeat;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: trancparent;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 0px solid #9a9a9a;
	margin-bottom: 10px;
	padding-bottom: 9px;
	background: transparent url(../images/sideBottom.png) no-repeat bottom;
	}

.sideBoxContent {
	background: transparent url(../images/sideMainBg.png) repeat-y;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #4c0101;
	text-decoration: underline;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #991a1a;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: left;
	}
	
#productMainImage {
	float: right;
	text-align: right;	
}
	
#siteFooter, #siteFooterLogos  {
	text-align: center;
	padding: 55px 5px 5px 5px;
	color: #323131;
}	
#siteFooter {
	background: transparent url(../images/footer.png) repeat-x 0px 10px;
}

#siteFooterLogos  {
	padding-top: 25px;
}

#siteFooterLogos img {
	padding: 6px;
}

#siteFooter a:link, #siteFooter a:visited {
	padding: 5px;
	font-size: 8pt;
	color: #323131;
}

#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;
	}

/* categories box parent and child categories */
#categoriesContent ul, #editablesidebox3 ul {
	padding: 0px 0px 3px 0px;
	margin: 0px;
	list-style: none;
}

#BuyNowOptions ul li {
	padding: 0px 0px 10px 20px;
}

A.category-top, A.category-top:visited, A.category-links, A.category-links:visited, A.category-products, A.category-products:visited, #ezpagesContent A, #ezpagesContent A:visited {
	background: transparent url(../images/bullet.png) no-repeat  10px 7px;
	margin: 0px;
	color: #4c0101;
	text-decoration: none;
	padding: 4px 0px 4px 30px;
	width: 140px;
	font-size: 12px;
	display:block;
}

A.category-products, A.category-products:visited {
	margin-left: 10px;
	width: 130px;
}

A.category-subs, A.category-subs:visited {
	color: #404040;
	text-decoration: none;
	line-height: 25px;	
	}
A.category-top:hover, A.category-links:hover, A.category-products:hover, A.category-subs:hover, #ezpagesContent A:hover  {
	text-decoration: underline;
	color: #4c0101;
	}

#featuredContent, #whatsnewContent, #editablesidebox2Content, #reviewsContent, #tellafriendContent, #whosonlineContent, #shoppingcartContent, #searchContent, #specialsContent, #bestsellersContent {
	padding: 5px 10px 0px 10px;
	font-size: 8pt;
	line-height: 16px;
}

#featuredContent a, #whatsnewContent a, #reviewsContent a, #specialsContent a, #bestsellersContent a {
	text-decoration: none;
}

#featuredContent img, #whatsnewContent img, #reviewsContent a img, #specialsContent img {
	border: 1px solid #999999;
	width: 137px;
	height: auto;
}

#searchContent input {
	width: 100px;
}

#paymentsContent {
	text-align: center;
}

SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back, .back0, .back1, .back2 {
	float: left;

	}
#featuredProducts .back0, #featuredProducts .back1, #featuredProducts .back2, #specialsDefault .back0, #specialsDefault .back1, #specialsDefault .back2 {
	border: 0px;
	margin: 0px;
	width: 176px;
	height: 230px;
	padding: 6px;
}

#featuredProducts img, #specialsDefault img {
	width: 176px;
	height: 176px;
	border: 1px solid #999999;
	margin-bottom: 4px;
}

.specialsListBoxContents img, #whatsNew img {
	width: 176px;
	height: 176px;
	border: 1px solid #999999;
}

#scUnitHeading, #scTotalHeading {
	text-align: right;
}
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	padding-bottom: 4px;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	height: 1.5em;
	vertical-align: top;
	}

#ccTotalHeading {
	text-align: right;
}

.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;
	padding: 4px;
	}

#productsListingTopNumber {
	padding-bottom: 4px;
}

.productListing-rowheading {
	background-color: #cbe8f7;
	height: 2em;
	color: #000;
	}

th.productListing-heading {
	padding: 4px;
}

.back1, .back2, .back3 {
    float: left;    
} 

.productListing-data1, .productListing-data2, .productListing-data3 {
	padding: 0px;
	vertical-align: top;
	position: relative;	
	float: left;
	border: 1px solid #991a1a;
	margin: 5px 10px 10px 0px;
	}	
 .productListing-data3 {
 	margin: 5px 0px 10px 0px;
 } 
 
 .productListing-data1 a, .productListing-data2 a, .productListing-data3 a {
 	text-decoration: none;
	height: 300px;
 }
 
 .listingPrice {
 	text-align: center;
	background: #d6d5d5;
	width: 222px;
	padding: 4px;
	display: block;
	color: #4c0101;
	font-weight: bold;
	border-top: 1px solid #8a0202;
	margin: 0px;
 }

.main img {
	border: 1px solid #8a0202;
}
	
#listCell0-0 {
	width: 100px;
}
#cat1Table img {
	border: 1px solid #e7e7e7;
}	

#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;
	}

#infoShoppingCart {
	padding: 4px;
}


/* Pace Retail Features table */

TABLE.tfeatures {
	font-size:12px;
	font-weight:bold;
	padding: 0px;
	border: 1px solid #999999;
	margin: 0px;
	width: 100%;
	margin-top: 10px;
	cell-spacing: 0px;
	border-collapse: collapse;
}
TR.trtitle {
	background-color: #5d0102;
	text-align: center;
	padding: 0px;
	color: #fff;
}

TR.trlight {
	background-color: #f2f2f1;
	padding: 0px;
	color: #505050;
}
TR.trdark {
	background-color: #e5e5e5;	
	padding: 0px;
	color: #505050;
}
TR.trhdr {
	padding: 0px;
	border: 1px solid #999999;
	color: #000;
	background-color: #d68284;
}

TABLE.tfeatures td {
	padding: 6px;
	border: 1px solid #999999;
}

TABLE.tfeatures th {
	padding: 6px;
	border: 1px solid #999999;	
}

TD.tdtick {
	color: #505050;
	background: #c2c2c2 url(/images/accept.png) center no-repeat;
}

TD.tdclear {
	background-color: #FFFFFF;
}

TD.tdwhitebg {
	background-color: #FFFFFF;
	text-align: center;
}


/* Pace Retail - Home Page Classes */

#avatar {
	padding: 12px 0px 0px 5px;	
	width: 225px;
}


#bannerBox {
	position: relative;
	background: transparent url(../images/bannerbox.png) no-repeat;	
	height: 271px;
	width: 940px;
	color: #202020;
}

#bannerBoxMain {
	position: absolute;
	top: 7px;
	left: 0px;
	padding: 6px;	
	padding-left: 242px;
	width: 445px;
	height: 175px;
	line-height: 18px;
}

#bannerBoxMain h1 {
	padding: 0px 0px 15px 0px;
    font-size: 18px;
}

#bannerCTA {
	position: absolute;
	top: 218px;
	left: 0px;
	width: 924px;
	height: 50px;
	background: transparent url(../images/straplinebox.gif) no-repeat;	
	padding: 15px 14px 14px 14px; 
	font-size: 18px;
	font-weight: bold;
	color: #4c0101;
}

#bannerCTA h2 {
    font-size: 18px;
}

#bannerBuyNow {
	position: absolute;
	top: 3px;
	left: 765px;
	font-size: 13px;
	width: 155px;
	height: 155px;
	background: transparent url(../images/monthly.png) no-repeat;
}

#bannerCTA a {
	background: transparent url(../images/button-orange.gif) no-repeat;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 13px;	
	height: 23px;
	width: 109px;
	position: absolute;
	display:block;	
	top: 11px;
	padding-right: 10px;
}

#bookmark {
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 6px;
    font-size: 0.95em;
    padding: 0px;
    margin: 0px;    
    }

#homeButtonDemo {
	left: 796px;
	padding: 7px 7px 2px 7px;
	font-size: 13px;	
	background: transparent url(../images/button-orange.gif) no-repeat;
	text-align: center;
}

#bannerCTA a:link, #bannerCTA a:visited {
	background: transparent url(../images/button-orange-hover.gif) no-repeat;	
}


#bannerCTA a:hover, #bannerCTA a:focus {
	background: transparent url(../images/button-orange.gif) no-repeat;	
}


#productBox {
	margin:0px;
	padding: 0px;
	margin-top: 10px;
	position: relative;
	background: transparent url(../images/productbox.png) no-repeat;	
	height: 305px;
	width: 940px;
	color: #202020;
}

#productBoxBronze, #productBoxSilver, #productBoxGold, #productBoxPlatinum {
	position: absolute;
	top: 6px;
	width: 202px;
	height: 245px;
	line-height: 1.5em;
	padding: 6px;
}



#productBoxBronze {
	left: 5px;
}

#productBoxSilver {
	left: 238px;
}

#productBoxGold {
	left: 472px;
}

#productBoxPlatinum {
	left: 705px;
}

#productBoxBronze h1, #productBoxSilver h1, #productBoxGold h1, #productBoxPlatinum h1 {
	float:left;
	padding: 0px 0px 5px 0px;
	color: #4c0101;
	font-size: 14px;
}

#productBoxSilver a, #productBoxSilver a:visited, #productBoxBronze a, #productBoxBronze a:visited, #productBoxGold a, #productBoxGold a:visited, #productBoxPlatinum a, #productBoxPlatinum a:visited {
	color: #4c0101;
}

#productBoxBronze h2, #productBoxSilver h2, #productBoxGold h2, #productBoxPlatinum h2 {
	color: #4c0101;
	font-size: 1.4em;
	text-align: center;
}


#productBoxBronze p, #productBoxSilver p, #productBoxGold p, #productBoxPlatinum p {
	clear: both;
	padding: 5px 0px;
	margin: 0px;
    	line-height: 18px;
    	font-size: 12px;
}


#productBoxSilver img {
	padding: 0px 9px 10px 14px;
	margin: 0px;
}



#productBoxBronze ul, #productBoxSilver ul, #productBoxGold ul, #productBoxPlatinum ul {
	padding: 0px;
	margin: 0px;
	clear: both;
}

#productBoxBronze ul li, #productBoxSilver ul li, #productBoxGold ul li, #productBoxPlatinum ul li {
	margin: 2px 0px;
	padding: 0px 0px 4px 14px;
	list-style: none;
	background: transparent url(../images/bullet.png) 0px 5px no-repeat;
	vertical-align: top;
}

#productBoxGuarantee {
	position: absolute;
	top: 32px;
	left: 120px;
	display: none;
	width: 114px;
	height: 114px;
}

#buyNowBox, #contactBox, #marketingBox {
	position: relative;
	background: transparent url(../images/buynowbox.png) 0px 0px no-repeat;
	width: 700px;
	height: 47px;
	padding: 11px 0px 0px 11px;
	font-size: 16px;
	font-weight: bold;
	color: #991a1a;
	margin-top: 10px;
	text-transform: capitalize;
}

#buyNowBox a, #contactBox a, #marketingBox a {
	position:absolute;
	display:block;
	padding: 7px 7px 2px 33px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: transparent url(../images/button-orange.gif) no-repeat;	
	left: 579px;
	top: 8px;	
	font-size: 13px;
	height: 23px;
	width: 84px;
}


#buyNowBox a:link, #buyNowBox a:visited, #contactBox a:link, #contactBox a:visited, #marketingBox a:link, #marketingBox a:visited {
	background: transparent url(../images/button-orange-hover.gif) no-repeat;	
}

#buyNowBox a:hover, #buyNowBox a:focus, #contactBox a:hover, #contactBox a:focus, #marketingBox a:focus, #marketingBox a:hover {
	background: transparent url(../images/button-orange.gif) no-repeat;	
}
       
#contactBox a { 
    padding: 7px 15px 2px 25px;              
}       

#marketingBox a { 
    padding: 7px 24px 2px 12px;              
}       
       
#loginDefault {
	height: 250px;
	min-height: 250px;
	line-height: 1.5em;
}

	
#altHomePages a {
	 color: #FFFFFF;
}

#altHomePages {
	position: absolute;
	z-index: 100;
	right: 0px;
	top: 8px;
	font-size: 0.95em;
	float: left;
	width: 930px;
	padding: 0px;
	margin: 0px;	
	}
#altHomePages ul {
	list-style-type: none;
	background-color: transparent;
	color: #FFFFFF;
	display:block;
	padding: 0px;
	margin: 0px;
}	

#altHomePages ul li {
	display: inline;
	margin: 0px;
	border-right: solid 1px #fff;	
}	

#altHomePages ul li.last {
	border-right: 0px;	
}	
	
#altHomePages a {
	margin: 0px;
	padding: 0px;
	color: #fffff;
	text-decoration: none;
	padding: 10px 20px;
	}
	
#altHomePages ul li.first a {
	padding-left: 0px;
	}	
	
#navEZPagesTop a:hover {
	text-decoration: underline;
	}	

#productListing {
    position: relative;
	width: 720px;
	padding: 10px 3px;
}


.listingPrice img {
	display:none;
}

.imgLink {
	background: transparent url(../images/preview.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	width: 292px;
	padding: 5px 5px 7px 5px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

#productInfoLink {
	
	background: transparent url(../images/button-orange-large.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	width: 292px;
	padding: 8px 5px 8px 5px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

#productInfoLink a, #productInfoLink a:visited {
	color: #fff;
}


#top {
	background: transparent url(../images/top.png) no-repeat bottom left;
	height: 10px;
	display: block;
}


#bottom {
	background: transparent url(../images/bottom.png) no-repeat;
	height: 33px;
}

#Login {
	height: 20px;	
	position: absolute;
	right: 10px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 3px;
	text-decoration: none;
}

#Login a {
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}

#Login a:Hover {
	text-decoration: underline;
}

#navBreadCrumb {
    padding-top: 10px;
    padding-bottom: 20px;
}

.SideLPform {
width:145px;
height:59px;
padding-left: 3px;
border:1px solid black;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

.HomeLPform {
width:174px;
height:69px;
padding-left: 3px;
border:1px solid black;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

#LPsubmit {
width: 75px;
height: 22px;
}

.sideChatCenter {
    background-image: url(/images/sidechatboxback.png); 
    padding: 10px 4px;   
}

.sideChatFoot {
    background-image: url(/images/sidechatback.png); 
    background-repeat:no-repeat; 
    padding-left: 3px;
}

.homeChatCenter {
    background-image: url(/images/homechatboxback.gif); 
    padding: 10px 4px;   
}

.homeChatFoot {
    background-image: url(/images/homechatback.gif); 
    background-repeat:no-repeat; 
    padding-left: 3px;
}

.homeChatTop {
    background-image: url(/images/homechat/repoffline.gif); 
    background-repeat:no-repeat;   
}

#LivePersonHome {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px;    
    width: 225px;
    height: 175px;
}

#attribsOptionsText {
    padding: 10px 0px 10px 0px;
}

#productBox h3 {
    font-size: 14px;
}

#productListing img {
	border: 0px;
}

#accordion {
    margin:20px 0px;
    width: 700px;
}

#arrowitems {
    position: absolute;
    top: 12px;
    right: 24px;
    padding: 12px 6px 5px 0px;    
    width: 232px;
    height: 167px;
    background: transparent url(../images/arrowback.png) no-repeat top right;
}

.element {
    position: relative;
}

h2.toggler {
    cursor: pointer;
    font-family: 'Andale Mono', sans-serif;
    font-size: 16px;
    background: #D2E0E6;
    color: #fff;
    margin: 0px;
    padding: 17px 5px 17px 45px;
    background: no-repeat;
}

div.element p, div.element h4 {
    margin:0px;
    padding:4px;
}

.bannerBoxInit {
    display: none; 
}

.bannerBoxLoad {
    display: block;
}

#bannerBoxMain a, #bannerBoxMain a:link, #bannerBoxMain a:visited {
    padding: 7px 18px 7px 18px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: transparent url(../images/button-orange-hover.gif) no-repeat; 
    text-align: center;
    margin-right: 10px;
    position: absolute;
    display: block;
    top: 152px;
    left: 0px;
}

#bannerBoxMain a.bbm1-2 {
    padding: 7px 19px 7px 20px;
    left: 140px;
}

#bannerBoxMain a.bbm1-3 {
    padding: 7px 35px 7px 34px;
    left: 140px; /* 300 for far right */
}

#bannerBoxMain a.bbm2-1 {
    padding: 7px 17px 7px 17px;
}

#bannerBoxMain a.bbm2-2 {
    padding: 7px 6px 7px 6px;
    left: 140px;   
}

#bannerBoxMain a.bbm2-3 {
    padding: 7px 14px 7px 14px;
    left: 300px;  
}

#bannerBoxMain a.bbm3-1 {
    padding: 7px 23px 7px 23px;
}

#bannerBoxMain a.bbm3-2 {
    padding: 7px 20px 7px 21px;
    left: 140px;   
}

#bannerBoxMain a.bbm3-3 {
    padding: 7px 2px 7px 5px;
    left: 300px;  
}

#bannerBoxMain a:hover, #bannerBoxMain a:focus {
    background: transparent url(../images/button-orange.gif) no-repeat;              
}
#indexCategories .categoryListBoxContents{
    width:25% !important;
    height:220px;
}

#indexCategories br.clearBoth{
    clear:none !important;
    display:none !important;
}
#bottom{
    clear:both;
}
