/**
 * 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 $
 */
html {overflow-y: scroll;overflow: -moz-scrollbars-vertical;
}
body {
	background:url(../images/bg_body.gif);
background-attachment:fixed;
	margin: 0;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 72.5%;
	color: #000000;
	background-color: #000000;
	}
a img {border: none; }
a:link {
	color: #0033cc;
	text-decoration: none;
	}
 
a:visited {
	color: #0033cc;
	text-decoration: none;
	}
a:hover {
	color: #0033ff;
	text-decoration: underline;
	}
a:active {
	color: #0033ff;
	}
h1 {
	font-size: 1.4em;
	color: #000000;
	}
h2 {
	font-size: 1.4em;
	}
h3 {
	font-size: 1.2em;
	}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.0em;
	}
.biggerText {
	font-size: 1.2em;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 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%;
	}
*/
CODE {
	font-family: trebuchet ms, 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: #fbd6d5;
	}
FIELDSET {
	padding-top: 0.5em;
	padding-left: 1.0em;
	padding-right: 1.0em;
	padding-bottom: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}
LEGEND {
	font-weight: bold;
	font-size:14px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	color: #D10202;
	}
LABEL, h4.optionName {
	}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}
.checkboxLabel a {color:#0000ff; text-decoration:underline;}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
.categoryListBoxContents a {
	font-variant:small-caps;
	font-size:12px;
	color:#6c6c6c;
	font-weight:bold;
	}
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 {
	}
ADDRESS {
	font-style: normal;
	}
.clearBoth {
	clear: both;
	}
HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px dashed #9a9a9a;
	}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}
.messageStackWarning, .messageStackError {
	background-color: #FCE7AC;
	color: #333333;
	}
.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}
.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}
/*wrappers - page or section containers*/
#mainWrapper {
	background:transparent;
	text-align: left;
	width: 995px;
	vertical-align: top;
	}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper {height:130px;}
#logoWrapper{
	background:transparent;
	height:80px;
	padding:0px;
	margin:0px;
	}
#logo {
	padding-left:5px;
	padding-top:10px;
	}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper {
	margin-right: 0.5em;
	}
#navColumnTwoWrapper {
	margin-left: 0.5em;
	}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}
#accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
.floatingBox {
	margin: 0;
	width: 95%;
	}
.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;
	}
#navCatTabsWrapper {
	margin: 0em;
	background: #424242;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}
#navSuppWrapper {
	margin: 0em;
	background: #424242 url(../images/foot.gif) repeat-x;
	height:36px;
	color:#909090;
	height: 1%;
	}
#navMainWrapper {
	margin-bottom:10px;
	background: url(../images/subhead.png) repeat-x;
	color: #FFFFFF;
	margin-left:5px;
	margin-right:5px;
	height: 41px;
	margin-top:0px;

	}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}
#navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}
#navSupp ul li, #navCatTabs ul li {
	display: inline;
	}
#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;
	}
#navCategoryIcon, .buttonRow {
	margin: 0.5em;
	}
#navMain {
	float:right;
	}
#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}
#navEZPagesTop {
	background: #abbbd3;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	float:left;
	}
#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;*/
	}
.productGeneral {	font-family: trebuchet ms, arial, helvetica, sans-serif;padding:0px;}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn {
	padding-left:10px;
	padding-right:10px;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
.legalCopyright  {
	font-size:9px;
	padding:15px 13px 0px 13px;
	}
.legalCopyright a {
	color:inherit;
	}
/*Shopping Cart Display*/
#cartAdd {
	text-align: left;
	padding: 12px;
	}
.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}
.tableHeading, #cartSubTotal {
	background-color: #ffffff;
	 }
#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: #000000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}
.cartOldItem {
	color: #000000;
	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;
	color:#9D9D9D;
	font-size:13px;
	font-weight:bold;
	}
.productSpecialPrice{
	font-size:16px;
	font-weight:bold;
	color:#D10202;
	}
.productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	font-size:12px;
	font-weight:bold;
	color:#D10202;
	line-height:10px;
	}
.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*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 3em ;
	}
.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;
	}
.centerBoxWrapper {
	height: 1%;
	margin: 1.1em 0;
	}
.centerBoxHeading h2{
	text-transform:uppercase;
	font-size: 12px;
	padding-top:4px;
	color: #000000;
	background:none;
	}
/*sideboxes*/
.columnLeft {padding-left:5px;}
.columnRight {padding-right:5px;}
h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.0em;
	color: #D10202;
	}
.tabTable th {
	background: url(../images/sbt.gif) repeat-x top;
	}
.centerBoxHeading {
	margin: 0em;
	background:#FFFFFF url(../images/sbt.gif) repeat-x;
	padding: 0px;
	height:27px;
	color:#222222;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	}
.rightBoxHeading {
	margin: 0em;
	background-image: url(../images/rightbox_bg_top.png);
	padding: 0px;
	height:28px;
	color:#FFFFFF;
	}
.leftBoxHeading {
	margin: 0em;
	background-image: url(../images/leftbox_bg_top.png);
	padding: 0px;
	height:28px;
	color:#FFFFFF;
	}
.productListing-rowheading th {
	height:23px;
	}
.leftBoxHeading h3, .centerBoxHeading h3, .rightBoxHeading h3 {
	padding-top:8px;
	padding-left:10px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#D10202;
	}
.leftBoxHeading a {color:#FFFFFF;}
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin-bottom: 0.7em;
	}
#searchContent {padding:left;5px;}
.sideBoxContent_right {
	background-image: url(../images/rightbox_bg.png);
	background-color: #ffffff;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	}
.sideBoxContent_right a {color:#222222;}
.sideBoxContent a {color:#222222;}
.sideBoxContent_right li{
list-style-type: none;
text-align:left;
	}
.wrapper_right ul{margin:0px; padding:0px; text-align:left; list-style-type: none;}
.sideBoxContent {
	background-image: url(../images/leftbox_bg.png);
	background-color: #ffffff;
	padding-top:5px;
	}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #D10202;
	text-decoration: none;
	} 
.rightBoxHeading a {color:#D10202;}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #D10202;
	}
.centeredContent, 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, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
.categoryListBoxContents {
	text-align:center;
	align:center;
	}
.categoryListBoxContents .containerBg {
	padding-left:0px;
	min-height:45px;
	}
#bestsellers .wrapper {
	}
#bestsellers ol {
	padding: 0;
	margin-left: 0em;
	}
#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}
#bannerboxHeading {
}
#upProductsHeading {
	text-align: left;
	}
#upDateHeading {
	text-align: right;
	}
/* categories box parent and child categories */
A.category-top, A.category-top:visited,
A.category-links, A.category-links:visited
 {
	color: #000000;
	font-size:13px;
	text-decoration: none;
	line-height:20px;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #444444;
	text-decoration: none;
	}
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;
	}
.forward2 {
	float: none;
	}
.bold {
	font-weight: bold;
	}
.rowOdd {
	background-color: #FCFCF7;
	height: 1.5em;
	vertical-align: top;
	}
.rowEven {
	background-color: #F7F7ED;
	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*/
	}
.productRowEven, .productRowEven td {
width:230px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F2F2F2 none repeat scroll 0 0;
}
.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}
TR.tableHeading {
	background-color: #ffffff;
	height: 2em;
	}
.productListing-rowheading {
	height: 2em;
	color: #FFFFFF;
	}
#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;
	}
#shl {
	background:url(../images/subheadl.png) no-repeat left top;
	}
TD.menu_divider {
	background:url(../images/menu_divider.gif) no-repeat left top;
}
#shr {
	background:url(../images/subheadr.png) no-repeat left top;
	}
#shl, #shr {
	width:10px;
	height:41px;
	}
#headerLeft, #headerRight {
	font-size:12px;
	padding-top:10px;
	}
.clearBoth {
	margin:0px;
	padding:0px;
	line-height:0px;
	font-size:0px;
	}
#navMainWrapper a {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	}
.header-0,
.singleHleft, .leftBHleft, .rightBHleft {
	background:url(../images/sbtl.gif) no-repeat left top;
	}
.header-2,
.leftBHright, .rightBHright {
	background:url(../images/sbtr.gif) no-repeat right top;
	}
.singleHright {
	background:url(../images/sbtr.gif) no-repeat right top;



	width:30px;
	height:27px;
	padding-right:5px;






	font-size:1px;
	}
.header-0,
.header-2 {
	height:12px;
	padding:7px;
	}
.singleHleft,
.leftBHleft, .rightBHleft,
.leftBHright, .rightBHright {
	width:7px;
	height:27px;
	font-size:1px;
	}
.productListing-data {border-bottom:1px dotted #999999;padding-top:5px;padding-bottom:5px;}
.leftBFleft, .rightBFleft {
	background:url(../images/sbfl.gif) no-repeat left bottom;
	}
.leftBFright, .rightBFright {
	background:url(../images/sbfr.gif) no-repeat right bottom;
	}
.leftBFleft, .rightBFleft,
.leftBFright, .rightBFright {
	width:3px;
	height:7px;
	font-size:1px;
	}
.rightBoxFooter {
	background-image: url(../images/rightbox_bg_footer.png);
	height:9px;
	}
.leftBoxFooter {
	background-image: url(../images/leftbox_bg_footer.png);
	height:9px;
	}
#mainHeader {
	background:url(../images/mhead_bg.png) repeat-x top;
	height:10px;
	width:626px;
	}
#mainHl {
	background:url(../images/mhl.png) no-repeat left bottom;
	}
#sCartRt,
#mainHr {
	background:url(../images/mhr.png) no-repeat right bottom;
	}
#sCartRt, #sCartRb,
#mainHl, #mainHr,
#mainFleft, #mainFright {
	width:10px;
	height:10px;
	font-size:0px;
	}
#mainContainer {
	background-color: #FFFFFF;
	background:url(../images/mainbg.png) repeat-y;
	margin:0px;
	height:1%;

	}
#mainFleft {
	background:url(../images/mfl.png) no-repeat left bottom;
height:10px;
width:10px;
	}
#mainFright {
height:10px;
width:10px;
	background:url(../images/mfr.png) no-repeat right bottom;
	}
#mainFooter {
	background:url(../images/mfoot_bg.png) repeat-x bottom;
	height:10px;
	font-size:0px;
	line-height:0px;
	}
#footl, #footr {
	width:3px;
	height:51px;
	}
#footl {
	background:url(../images/footl.gif) no-repeat left bottom;
	}
#footr {
	background:url(../images/footr.gif) no-repeat right bottom;
	}
.specialsListBoxContents,
.centerBoxContentsProducts,
.centerBoxContentsNew {
	background:url(../images/prodbg.gif) bottom repeat-x;
	margin:2px;
	min-height:160px;
	}
.prodCont {
	
	border:1px solid #cccccc;
	min-height:260px;
	margin-top:5px;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	}
.productImage {
	padding:2px;
	}
.productName a{
 font-weight:bold;
 color:#000000;
 font-size:1.1em;
 display:block;
 height:2em;
 }
.productsPrice {
	color: #D10202;
	font-size:16px;
	font-weight:bold;
	padding:4px;
	}
#productsPrice {
position: absolute; 
bottom: 0px; 
} 
.productname {

height:45px;
line-height:13px;
} 
#sCart {
	background:url(../images/scl.gif) left repeat-y;
	margin:0px 0px 5px 0px;
	}
#sCartLt {
	background:url(../images/sclt.gif) left no-repeat;
	}
#sCartLb {
	background:url(../images/sclf.gif) left no-repeat;
	}
#sCartRb {
	background:url(../images/scrf.gif) left no-repeat;
	}
#sCartLt, #sCartLb {
	width:23px;
	height:3px;
	}
#sCartHeader {
	background:url(../images/mhead_bg.png) repeat-x top;
	height:10px;
	}
#sCartFooter {
	background:url(../images/dadada.gif) repeat-x bottom;
	height:1%;
	}
#sContainer {
	padding:5px 5px 5px 30px;
	border-right:1px solid #d3d3d3;
	}
#sCtable {
	width:100%;
	}
#sCtable td {
	vertical-align:top;
	}
#sCtotal {
	background:#EFF3D9;
	height:1%;
	}
#sCtotalCap {
	background:url(../images/sctl.gif) no-repeat left top;
	font-weight:bold;
	padding:0px 0px 0px 10px;
	}
#sCtotalVal {
	background:url(../images/sctr.gif) no-repeat right;
	padding:1px 10px 1px 0px;
	}
a.pLproductName {
	text-decoration:underline;
	font-weight:bold;
	font-size:1.1em;
	}
.pLcol2 {
	width:50%;
	}
.productListing-heading a {
	color:#ffffff;
	}
.productListing-heading a:hover {
	color:#cccccc;
	}
.productListing-rowheading th#listCell0-0 {
	width:100px;
	}
#categoriesContent {
	padding:0.4em 10px;
	}
.listingProductImage {
	padding:2px;
	}
#productAdditionalImages h3 {
	border-bottom:1px solid #cccccc;
	}
.txt1 {
padding-top:8px;
padding-right:8px;
float:right;
color:#FFFFFF;
height:32px;
text-align:right;
}

.productsRRP{
	font-size: 11px;
	color: #666666;
	text-transform:lowercase;
	line-height:14px; 
	}
#footer {margin-top:8px; color:#999999;}
#footerleft {
background:url(../images/footer_left.png) no-repeat left top;
height:53px;
width:10px;
}
#footerbg {
background:url(../images/footer_bg.png) repeat-x;
height:53px;
width:606px;
padding-top:5px;
}
#footerright {
background:url(../images/footer_right.png) no-repeat right top;
height:53px;
width:10px;
}
.containerBg {
border:1px solid #CCCCCC;
margin:3px;
padding-bottom:3px;
}
.categoryListingBorder {
border:1px solid #CCCCCC;
margin:3px;
padding-bottom:3px;
}
.cl-productCount {
color:#949494;
font-size:1.2em;
font-weight:bold;
height:1em;
text-align:center;
}
h3.listingDescription {font-size:1.1em;}
h3.listingDescription a {color:#222222;}
.itemTitle a {color:#222222}
.catDescContent
{

}