/**
 * 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 0001 2007-03-30 10:40:00 kimono $
 */

body, h1, h2, h3, h4, h5, div, p, ul, ol, li, dl, dt, dd, table, img, hr{margin: 0px; padding: 0px; }

body {
	font-family: verdana, oaka, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background:#EEEFEF;
	text-align: center;
	width: 100%;
	}

a img {
	border: none;
	}

a:link, #navEZPagesTOC ul li a {
	color: #222;
	text-decoration: none;
	}

a:visited {
	color: #444;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #900;
	text-decoration: underline;
	}

a:active {
	color: #900;
	}

h1 {
	font-size: 17px;
 padding: 6px 0px 0px 32px ;
 background:url(../images/h1_bkg.gif) 0px 0px no-repeat;
 color:#C9384A; 
 height: 26px;
 border-bottom: 2px solid #AFC4DC;	
 }

h2 {
	font-size: 15px;
	}

h3 {
	font-size: 14px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 12px;
	}

.biggerText {
	font-size: 13px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 11px;
	margin: 1px;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #efeeee;
	}

FIELDSET {
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 3px;
	}

LABEL, h4.optionName {
	padding: 2px;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 5px 3px;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
	
#logo {
	margin: 13px 0px 0px 10px ;
	float: left;
}

LABEL.inputLabel {
	width: 121px;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 165px;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 132px;
	float: left;
	}

P, ADDRESS {
	padding: 5px;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin: 1em 0;
	border: none;
	border-bottom: 1px dotted #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 20px;
	padding: 2px;
	border: 1px solid #666;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #000;
	/*color: #fff;*/
	}

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

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

/*wrappers - page or section containers*/

#topWrapper {
	margin: 0px auto;
 padding: 0px 11px;
	background: url(../images/wp_bkg.gif) repeat-y;
	width: 768px !important;
	vertical-align: top;
	}

#mainWrapper {
	margin: 0px auto;
 padding: 0px 11px;
	background: url(../images/wp_bkg.gif) repeat-y;
	width: 768px !important;
	vertical-align: top;
	font-size: 11px;
	color: #666;
	clear: both;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0;
	padding: 0;
	}

#contentMainWrapper {
	padding: 0;
	margin: 0;
	width: 764px !important;
	color: #666;
	float: left;
	}	

#loginDefaultHeading {
	color: #666;
	clear: both;
	}

#logoWrapper {
	margin: 0 auto;
	padding: 0;
	width: 768px;
	height:51px;
	background: url(../images/header_bg.gif) repeat-x;
	clear: both;
	text-align: center;
}

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0 auto;
	font-size: 11px;
	text-align: left;
	}

#taglineWrapper {
	margin: 0 auto;
	width: 450px;
	float: right;
}
#tagline {
	padding: 5px;
	color: #ACB3CF;
	/*color: #fff;*/
	font-size: 1.1em;
	text-align : right;
	vertical-align: middle;
	font-weight: bold;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0 0 11px 11px;
	}

.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

#accountLinksWrapper {
	margin: 0 auto;
	padding: 0;
	}

#accountLinksWrapper li {
	margin: 0 auto;
	padding: 0;
	}

.wrapperAttribsOptions {
	margin: 3px 0;
	}

/*navigation*/

.navSplitPagesResult {
	margin: 20px 0 20px 0;
	padding: 0;
	}

.navSplitPagesLinks {
	margin: 20px 0 20px 0;
	padding: 0;
	}

.navNextPrevCounter {
	margin: 5px 0 5px 0;
	padding: 0 0 15px 0;
	font-size: 10px;
	}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 5px 0 50px 0;
	padding: 5px;
	list-style-type: none;
	}

#navMainWrapper {
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	float: right;
	height: 30px;
	width: 300px;
	}
	
#navAccountWrapper {
	margin: auto;
	background:#fff;
	font-weight: bold;
	color: #666666;
	height: 30px;
	width: 764px;	
	}

#navSuppWrapper {
	border-top: 1px solid #9CBEDE;
 background: #E1E5EE;
	margin: 0 auto;
	font-weight: bold;
	color: #000;
	/*color: #fff;*/
	width: 758px;
	clear: both;
	padding: 5px;
	}
	
#navCatTabsWrapper {
	margin: 0;
 padding: 0px 11px;
	font-weight: bold;
	color: #FFF;
	height: 26px;
	width: 747px;
 background: url(../images/navCatTabs_bkg.gif) repeat-x;
 border-top: 1px solid #FFF;
	}
	
/* clearfix ------------------------------ */
#navCatTabsWrapper:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#navCatTabsWrapper{display: inline-block; }
/* Except MacIE \*/
* html #navCatTabsWrapper{height: 1%;}
#navCatTabsWrapper{display: block; }
/* End ------------------------------ */

#navMain {
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
	text-align: center;
	height: 14px;
	color:#000;
	float: left;
	}

div#navMain a,
div#navMain a:link,
div#navMain a:visited, {
	color: #000;
	}

div#navMain a:hover,
div#navMain a:active, {
	color: #ccc;
	text-decoration: underline;
	}

#navAccount {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 11px;
	width: 800px;
	height: 30px;
	}

#navAccount ul  {
	margin: 0;
	padding: 0;
	display:inline;
	}

#navAccount li  {
	margin: 0;
	padding: 0;
	display:inline;
	}
		
#navAccount ul li a {
	margin-right: 0;
	padding: 0;
	background:#999;
	color:#666;
	border: 0;
	float:left;
	font-weight:Bold;
	text-decoration:none;
	width: 100px;
	}

#navAccount li.contact a {
	background: url(../images/header_bar2.gif) no-repeat;
	width: 100px;
	height: 30px;
	}

#navAccount ul li.contact a:hover {
	background: url(../images/header_bar2.gif) no-repeat;
	width: 100px;
	height: 30px;
	}
	
#navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0;
	list-style-type: none;
	text-align: center;
	line-height: 17px;
	}

vid#navCatTabs {
	margin: 0;
	padding: 0 10px;
	float: left;
	}

#navCatTabs ul li{
	display: inline;
	float:left;
	text-align:left;
 font-size: 130%;
	line-height: 1.1;
 padding: 3px 17px 4px;
 border-right: 1px solid #FFF;
	}

#navCatTabs ul li a:link {
	text-decoration: none;
	margin: 0;
	color: #FFF;
	}

#navCatTabs ul li a:visited {

	text-decoration: none;
	margin: 0;
	color: #FFF;
	}

#navCatTabs ul li a:hover {
	text-decoration: underline;
	margin: 0;
	color: #BDE8FD;
	}

#navCatTabs ul li a:active {
	text-decoration: underline;
	margin: 0;
	color: #BDE8FD;
	}


#navSupp ul li {
	}

/*
#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0 5px;
	margin: 0;
	color: #FFF;
	}
 */




#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #666;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  5px 0;
	list-style-type: none;
	line-height: 17px;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 10px 0 0 0;
	margin: 0;
	}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 5px;
	}
	
#navBreadCrumb {
	margin: 0;
	padding: 2px 0 0 10px;
	font-weight: bold;
	color: #000;
	line-height: 11px;
	}

#navBreadCrumb a {
	color: #666;
	}

#navBreadCrumb a:hover {
	color: #eee;
	}

#navEZPagesTop {
	margin: 0;
	padding: 0 0 10px 0;
	background: #FFF;
	font-weight: bold;
	color: #666;
	vertical-align: middle;
	width: 764px;
	clear: both;
	float:left;
	}
	
#navEZPagesTop a {
	color: #000;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 23px;
	}

#navEZPagesTop ul {
	list-style: none;
	border: 0;
	margin: 0;
	padding: 0 10px;
	color: #666;
	background: #fff;
	}

#navEZPagesTop li {
	display: block;
	float: left;
	line-height: 20px;
	padding: 0 5px;
	margin: 0;
	background: url(../images/navi_icon1.gif) no-repeat left;
	white-space: nowrap;
	}

	
#headerWrapper {
	}

/* 
 #headerWrapper {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	text-align: center;
	width: 764px;
	float: left;
	}
*/

#navColumnOne, #navColumnTwo {
	padding: 0 0 20px 0;
	margin: 0;
	left: 0;
	float: left;
	text-align: center;
	}

.infomation {
	width: 550px;
	font-size: 11px;
	line-height: 15px;
	}

.infomationNav {
	padding: 0;
	margin-left: 20px;
	font-size: 11px;
	width: 550px;
	line-height: 15px;
	}






/*The main content classes*/
#contentColumnMain, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 13px;*/
	padding: 5px;
	}

.alert {
	color: #FF0000;
	margin-left: 5px;
	}

.advisory {}

.important {
	font-weight: bold;
	}

.notice {}

.rating{}

.gvBal {
	float: right;
	}

#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 5px;
	margin: 0;
	background: #fff;
	}
	
.centerColumn {
	background: #fff;
	font-size: 13px;
	padding: 15px 10px 5px;
	margin: 0 auto;
/* width: 434px;*/	
	width: 530px;
	}	

.smallText, #siteinfoCredits, #siteinfoStatus {
	font-size: 10px;
	}

#siteinfoIP {
	font-size: 9px;
	text-align: center;
	clear: both;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 10px;
	border: 1px solid #666;
	padding: 10px;
	}

.tableHeading TH {
	border-bottom: 1px solid #e5e5e5;
	}

.tableHeading, #cartSubTotal {
	background-color: #f0f0f0;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 24px;
	padding-right: 25px;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 25px;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 5px 0;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 2px;
	}

#scUpdateQuantity {
	width: 22px;
	}

.cartQuantity {
	width: 52px;
	}

.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: 39px;
	}

#cartAttribsList {
	margin-left: 10px;
	}

#mediaManager {
	width: 50%; 
	margin: 2px;
	padding: 5px;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 2px 0;
	} 

.totalBox {
	width: 61px;
	text-align: right;
	padding: 2px;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 2px;
	}

.amount {
	width: 61px;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0 10px 10px 0 ;
	}

.categoryIcon {}
#cartImage {
	margin: 5px 10px;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 3px 0;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 10px 0;
	}


/*sideboxes*/
.columnLeft {
	margin: 0 auto;
	padding: 0;
	}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label, h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading label {
	font-size: 11px;
	text-align: center;
	}
	
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover{
	color: #900;
	text-decoration: none;
	} 

/*
h3.leftBoxHeading {
	margin: 0;
	padding: 0 0 0 15px;
	color: #000;
	line-height: 23px;
	background: url(../images/icon1.gif) no-repeat left;
	text-align: left;
	border-bottom: 2px dotted #000000;
	}


h3.rightBoxHeading {
	margin: 0;
	padding: 0 0 0 15px;
	color: #000;
	line-height: 23px;
	background: url(../images/icon3.gif) no-repeat left;
	text-align: left;
	border-bottom: 2px dotted #000000;
	}
 */

h3.leftBoxHeading {
	margin: 0;
	padding: 0 0 0 15px;
	color: #032055;
	line-height: 23px;
	background: #E6EAFD;
	text-align: left;
	border-bottom: 1px solid #CCCFF0;
	}


h3.rightBoxHeading {
	margin: 0;
	padding: 0 0 0 15px;
	color: #032055;
	line-height: 23px;
	background: #E6EAFD;
	text-align: left;
	border-bottom: 1px solid #CCCFF0;
	}


.centerBoxWrapper {
	clear: both;
	margin: 5px 0;
	padding: 0px 10px 0px 10px;
	float: left;
	width: 500px;
	}

.centerBoxHeading {
	margin: 0 0 10px 5px;
	height: 25px;
	background: #fff url(../images/icon2.gif) no-repeat left center;
	padding: 0 0 0 18px;
	font-size: 11px;
	color: #C9384A;
	line-height: 25px;
	text-align: left;
	border-bottom: 2px dotted #6C94C2;
	}

/*.leftBoxContainer, .rightBoxContainer {
	margin-top: 5px;
	background: #fff;
	}
 */

.leftBoxContainer, .rightBoxContainer {
	margin: 7px 0px 0px 0px;
	background: #fff;
 border: 1px solid #C7CCDC;
	}

.sideBoxContent {
	padding: 5px;
	font-size: 11px;
	line-height: 2.0em;
	}

.sideBoxContent a:hover {
	background:#fff;
	color: #900;
	text-decoration: underline;	
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .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: 0 0 0 10px;
	}

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

#bestsellers li {
	padding: 0;
	margin: 3px 0 3px 5px;
	}

#bannerboxHeading {
	}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	margin: 5px 0;
	padding: 0;
	}

.back li {
	border-right:1px solid #fff;
	display:inline;
	padding:0pt 5px;
	}

.back2 {
	float: left;
	}

.forward {
	float: right;
	padding: 3px;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 17px;
	vertical-align: top;
	}

.info {
	margin: 0 auto;
	text-align: center;
	width: 800px;
	font-size: 9px;
	line-height: 11px;
	}

#topinfo{
	margin: 0 auto;
	text-align: center;
	width: 800px;
	float: left;
	padding-top: 10px;
	background:url(../images/back.gif) repeat-y;
	}

.rowEven {
	background-color: #fff;
	height: 17px;
	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: #ADD4E5;
	height: 22px;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 10px 0 15px 0;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 10px 0;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
	background-color: #ffffff;
	}

#centerOuterBorder {
	margin: 0 auto;
	/*gives spacing at top and bottom*/
	padding: 0;
	/*spacing between this and the mainWrapper*/
	width: 464px;
	float: left;
	text-align: left;
	}

#centerOuterBorder a,
#centerOuterBorder a:link,
#centerOuterBorder a:visited {
	color:#666;
	}

#centerOuterBorder a:hover,
#centerOuterBorder a:active {
	color:#900;
	}

#centerOuterBorderBottom {
	margin: 0 auto;
	/*gives spacing at top and bottom*/
	padding: 0;
	/*spacing between this and the mainWrapper*/
	background: url(../images/b_center_box_outer.gif) bottom right no-repeat  #EFEEEE;
	}

#copyrightBox {
	margin: 0;
	padding: 0;
	width: 800px;
	text-align: center;
	}

#siteinfoLegal {
	margin: 0;
	padding: 0;
	}

#shopinfoBox {
	margin: 0;
	padding: 0;
	width: 800px;
	text-align: center;
	}

#shopinfo {
	margin: 0;
	padding: 0 0 0 0;
	}

#footerWrapper {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 800px !important;
	vertical-align: top;
	clear: both;
	}

#shopOptions {
	margin: 0;
	padding: 0;
	}

#footerbottom {
	width: 800px !important;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #ADD4E5;
	color: #666;
	}

.navNextPrevWrapper {
	margin: 10px 0 20px 0;
	padding: 0;
	}

tr.productListing-rowheading {
	margin:0;
	padding: 5px 2px;
	font-size:11px;
	text-align:left;
	color:#333;
	height:24px;
	}

tr.productListing-rowheading a,tr.productListing-heading a {
	background:transparent;
	color:#666;
	}

.productListing-heading{
	font-weight:700;
	font-size:11px;
	background:#ECCDB4;
	}

#productListing{
	background-color: transparent;
	}

.productListing-even .productListing-data,.productListing-even .linkListing-data{
	padding:10px 7px;
	font-size:11px;
	color:#B06308;
 background:#	padding:7px;
 border-bottom: 1px solid #EBE8DD;
	}

.productListing-odd .productListing-data,.productListing-odd .linkListing-data{
	padding:10px 7px;
	font-size:11px;
	color:#B06308;
 background:#F5F1ED;
 border-bottom: 1px solid #EAE4DF;
	}

.productListing-even {
	font-size:11px;
	color:#666;
	}

.productListing-odd {
	font-size:11px;
	color:#666;
	}

.itemTitle{
	padding:0 0 0 3px;
	font-size:12px;
	font-weight:700;
	text-align:left;
	}

/* Ãô)ÂÂ*/

h3.itemTitle {
	padding:0 0 10px 3px; 
	font-size:12px;
	font-weight:700;
	text-align:left;
 color:#A65A1D;
	}

h3.itemTitle a,
h3.itemTitle a:link,
h3.itemTitle a:visited {
 color:#A65A1D;
	}

h3.itemTitle a:hover,
h3.itemTitle a:active {
	color:#900;
	}

/* Ãô)¡¦¡¦¡¦ÛàÆÂ*/



.listingDescription{
	padding:0 0 0 3px;
	text-align:left;
	clear:left;
	}

table {
	font-size: 11px;
	}

tr {
	font-size: 11px;
	}

td {
	font-size: 11px;
	}

div.leftBoxContainer ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	}

div#mainarea {
	width: 764px;
	margin: 0 auto;
	background:#fff;
	}

#indexCategoriesHeading {
	font-size: 17px;
 padding: 6px 0px 0px 32px ;
 background:url(../images/h1_bkg.gif) 0px 0px no-repeat;
 color:#C9384A; 
 height: 26px;
 border-bottom: 2px solid #AFC4DC;	
	}

div.categoryListBoxContents {
	margin: 5px 0;
	padding: 0;
	}

div.categoryListBoxContents a,
div.categoryListBoxContents a:link
div.categoryListBoxContents a:visited {
	color: #333;
	}

div.navSuppinner {
	padding: 5px;
	}
