/**
 * 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 $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
	background:#000 url(../images/bg.jpg) no-repeat center 0;
	}
a img {border: none; }

a:link,#navEZPagesTOC ul li a{color:#01bce4;text-decoration: none;cursor:pointer;}

#navEZPagesTop{color:#FFFFFF;}
#navEZPagesTop a{color:#EECC2E;display:inline;padding:0 14px;cursor:pointer;}
#navEZPagesTop a:hover{color:#FFFFFF;}


a:visited {
	color: #01bce4;
	text-decoration: none;
	}
#navCatTabs{font-size:11px;}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {color: #EECC2E;}
#navMain .back a{color: #EECC2E;}
#navMain .back a:hover{color:#FFFFFF;}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	color: #ffffff;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}



.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 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: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	 font-family:Verdana;
	display: inline;
	font-size: 1em;
	margin: 0.2em;
	}

TEXTAREA {
	border:1px solid #858E98;
	background:#f5f5f0;
	margin: auto;
	display: block;
	width: 95%;
	}

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

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #1564BB;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color:#FFFFFF;
	}



LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

#logo{float:none;text-align:center;}

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;
	display:block;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
background-color:#F4F4F4;
border:1px solid #CCCCCC;
color:#000000;
	}

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

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 100%;
	vertical-align: top;
	}


#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper{margin:0 auto;border-top:0;}
#contentMainWrapper td{ vertical-align:top}
#contentMainWrapper td#navColumnOne,#contentMainWrapper td#navColumnTwo{background:none;}
#contentMainWrapper a:hover{color:#ffa600;text-decoration:underline;}


#logoWrapper{height:130px;width:960px;margin:auto; padding:20px 0 0 0;}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 1em;
	text-align : center;
	vertical-align: middle;
	}
#tagline h1{display:none;}

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

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background:#000;
	padding: 0.3em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}
#navSuppWrapper{ width:100%;margin:auto;background:#000;border-bottom:0;margin-top:15px;}
#navMainWrapper{
	background: url(../images/topBG.jpg) 0 0 repeat-x;
	height:28px;
	padding:3px 0 0 0;
	}
	
#navCatTabsWrapper {
	 width:958px;
	 margin:auto;
	height:32px;
	padding:7px 0 0 0 ;
	color: #9a9a9a;
	background: url(../images/menu_Bg.jpg) 0 0 repeat-x;
}
#cmtopbox{width:960px;margin:auto;}
#navCatTabsWrapper #navCatTabs ul{
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:2em;
	text-align:left;
	}
#navCatTabsWrapper #navCatTabs ul li{
	border-right:1px solid #222222;
	padding:9px 0 6px 0;
	}
#cmlan{float:right;font-size:10px;font-weight: normal;margin-top:4px;}
#cmlan img{margin-top:2px;}
#navCatTabsWrapper #navCatTabs ul li a{color:#FFFFFF;}
#navCatTabsWrapper #navCatTabs ul li a:hover{color:#EECC2E;}
	
#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.2em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 2em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	color:#000;
	font-size:1em;
	text-align:center;
	display:inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	color:#000;
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	white-space: nowrap;
	}

#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, .buttonRow, #indexProductListCatDescription {
	margin: 0.2em;
	}

#navMainSearch {
	font-family:Verdana;
	font-size:1em;
	float: right;
	}
#navMainSearch .topsearch{width:95px;height:14px;background:url(../images/search_bg.jpg) 0 0 repeat-x;border:1px solid #5b6166;color:#8d8d8d;}
#navMainSearch .topsearchbt{width:62px;height:18px; background:url(../images/search_bt.jpg) 0 0 no-repeat;border:0;color:#FFFFFF;font-weight:bold; cursor:pointer;}

#navBreadCrumb {
	border-bottom:1px solid #1564BB;
	padding: 0.5em 0.5em;
	color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	}

#navEZPagesTop {
	border-top:1px solid #2f3b44;
	background:#abbbd3 url(../images/bg_h2.gif) 0 50% repeat-x;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0 auto;
	padding: 1em;
        width:930px;
	}

#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;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	margin-top:0.5em;
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	padding: 1em;
	}

.tableHeading TH {
	text-align:center;
	background:url(../images/bg_h2.gif) repeat-x scroll 0 50%;
	color:#FFFFFF;
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #222222
	 }

#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;
	}

.rowOdd .cartQuantity,.rowEven .cartQuantity {
	font-weight:bold;
	text-align:center;
	width: 4.7em;
	}
.rowOdd .cartUnitDisplay,.rowEven .cartUnitDisplay,.rowOdd .cartTotalDisplay,.rowEven .cartTotalDisplay{text-align:left; text-indent:0.5em;}
.rowOdd .cartRemoveItemDisplay,.rowEven .cartRemoveItemDisplay{text-align:center;}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}
.cartAttribsList ul,.cartAttribsList ul li{list-style:none; list-style-image:none; list-style-position:none;margin:0;padding:0;}

#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;
	}

.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 1em 1em 0em ;
	}

.categoryIcon {background:#383838;font-weight:bold;text-align:center;}

#cartImage {
	margin:-0.1em 0.2em 0 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;
	}

h2.centerBoxHeading {
	border:0;
	background:url(../images/title_bg1.jpg) 0 0 repeat-x;
	font-size:12px;
	color: #FFFFFF;
	padding-left:5px;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 12px;
	color: #fff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 1em;
	color: #FFFFFF;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background:url(../images/title_bg2.jpg) 0 0 repeat-x;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding: 0.6em 0.8em 0.8em 2.3em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin:0.5em 0 1em 0;
	}

.sideBoxContent {
	background-color:#041525;
	padding: 0.5em;
	border:1px solid #1564bb;
	border-top:none;
	margin-top:-2px;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.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, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: left;
	}
#bannerSix{text-align:center;}
.navCatTabs{margin:0 auto;width:90%;}
.centeredContent{text-align:center;}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {

	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */

A.category-links, A.category-links:visited {
	color: #01bce4;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	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;
	}
.forward #login-email-address,.forward #login-password{border:1px solid #cccccc;background:#ffffff;height:14px;}
.forward .inputLabel{margin-top:3px;}


.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/bg_h2.gif);
	height: 29px;
	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;
	}
	
/*headerlanguage*/
#language {float:left;margin-left:20px;}
#language #lang_header{float:left;}
#language #lang_header img{margin-top:5px;}
#language #currency_header{float:left;margin-left:20px;}
#language #lang_header br,#language #currency_header br{clear:both;display:none;}

/*message style*/
div#divMsg{
   display:none;
   border:solid 1px #990000;
   padding:5px;
   width:95%;
   height:15px;
   text-align:center;
   background-color:#FFFFCC;
   font-weight:bold;
   } 
   
img.button{
   cursor:pointer
   }

div.divHiddenProductForm{
display:none; margin-top:-2px;
   }

div.divHiddenProductForm select,.productListing-data select{font-size:1em;font-family:Verdana;}
   
.productListing-data span{
	margin-left:10px;
}   
div.divHiddenProductForm span.spanFormLeftText{
	width:auto;
	margin-top:2px;
	height:18px;
	text-align:left;
	float:left;
}
div.divHiddenProductForm span.spanFormRight{
	
	height:20px;
	text-align:left;
	float:left;
}
div.divHiddenProductForm span.spanFormRadio{
	display:block;
	text-align:left;
}
div.divHiddenProductForm p{
clear:both;
display:block;
padding:0; maring:0;
}

tr.productListing-even{}
#contentMainWrapper tr.productListing-odd td{
	vertical-align: top;
}

tr.productListing-even td{
background-color:#202020;
}

tr.productListing-mouseover td{
background-color:#303030;
}
.OldPrice{
color:#999999;
text-decoration:line-through;
font-size:12px;}
.NewPrice{
color:#FF0000;
}













#productgoldexpressContent input{ display:none;}
#productgoldexpressContent select{font-family:verdana;font-size:1em;margin:2px 0;width:190px; display:block;}
#tabsTradeType li,#tabsTradeType ul{ list-style:none; list-style-image:none;margin:0;padding:0; list-style-type:none;}
#tabsTradeType input{ line-height:18px;}
#tabsTradeType label{line-height:0; cursor:pointer;}
#productGoldDisplay h1{ font-size:1.2em;}
#productGoldDisplay h2,#productGoldDisplay h3{font-size:1em;}
#divChangeServer select{font-family:verdana;font-size:1em;}


#siteinfoIP,#siteinfoLegal{padding:2px 5px;}

#cat2Table{border-left:1px solid #D1D3D9;border-right:1px soilid #D1D3D9;}
#cat2Table tr.productListing-rowheading th{padding:8px; text-align:center;}
#cat2Table tr.productListing-rowheading th a{color:#FFFFFF;}
#cat2Table tr.productListing-rowheading th a:hover{color:#FFFFFF; text-decoration:underline;}
#cat2Table td{border-right:1px solid #D1D3D9;padding:3px;text-align:center;}
#cat2Table td.productListing-data img{text-align:center;}
#cat2Table td.productListing-data h3.itemTitle{font-size:1em;}

#indexProductList #productListHeading{font-size:1.1em;}

#navCatTabs ul li a{color:#EECC2E;}
#navCatTabs ul li a:hover{color:#FFFFFF;}

.navNextPrevWrapper{pading:5px;margin:5px 0; background:#383838;}



#productGeneral h1#productName{font-size:1.1em;color:#FFFFFF;}
#productGeneral h2#productPrices{ font-size:1.1em;}
#productGeneral #productDescription{ font-size:1em;}
#productGeneral #productMainImage{ text-align:center;}


.shippingEstimatorWrapper{font-size:1em; background:#ffffff;margin:10px; border:1px solid #D1D3D9;}
.shippingEstimatorWrapper h2{font-size:1.1em;}
.shippingEstimatorWrapper .cartTotalsDisplay{color:#F00}
h2#checkoutPaymentHeadingAddress{font-size:1.1em;display:block;padding:3px;border:1px solid #D1D3D9; background:#F4F4F4;}
/*display:none*/
h1#indexDefaultHeading{display:none;}
h2.greeting{display:none;}

/**********************************Ê×Ò³¾²Ì¬*******************************************/
.topbox{ background:#041525;height:310px; border:1px solid #16477e; border-top:none;margin-top:-2px;}
.topbox ul,.topbox ul li{list-style-type:none;margin:0;padding:0;}
.topbox ul li {float:left;width:129px;margin:7px 0 0 35px;_margin-left:25px;text-align:center; background-repeat:no-repeat;}
.topbox ul li a{display:block;width:116px;padding-top:140px;font-weight:bold;font-size:9px;color:#09c1e8;	}
.topbox ul li a:hover{color:#01bce4;}
.topbox ul li span a{width:auto;height:auto}

.aioninfobox{ background:#041525; border:1px solid #16477e; border-top:none;margin-top:-12px;}
.mailbox{display:block;list-style-image:none;list-style-type:none;margin:0;font-weight:bold;margin-top:75px;padding-left:20px;height:20px;}
.mailbox li{margin:5px 0;}
.mailbox li a,.msnbox li a{color:#01BCE4;}
.mailbox li a:hover,.msnbox li a:hover{color:#01BCE4;}
.msnbox{background:#e3e4e8 url(../images/msn_coin.jpg) no-repeat 0 0;display:block;height:30px;list-style-image:none;list-style-type:none;margin:0;padding-left:35px;font-weight:bold;}
.msnbox li{margin:5px 0;line-height:35px;}

.livechatbox{display:block;margin-top:5px;width:180px;height:88px; text-align:center;}

/*My Account*/
#accountDefault #accountLinksWrapper{width:100%;}
#accountDefault #accountLinksWrapper h2{background:#222222;border-left:5px solid #111111;font-size:1em;padding:3px 5px;}

/*My Account ::  Address Book */
#addressBookDefault #addressBookDefaultPrimary{background:#222222;border-left:5px solid #111111;font-size:1em;padding:3px 5px;}

/* */
#indexProductList #categoryImgListing{font-weight:bold;text-align:center;border-top:1px #1564BB solid;border-left:1px #1564BB solid;border-right:1px #1564BB solid;}
#indexProductList #indexProductListCatDescription{border-bottom:1px #1564BB solid;border-left:1px #1564BB solid;border-right:1px #1564BB solid;margin:0;text-align:center;}

/* */
.productListing-heading{ text-align:center;}
.productListing-heading a{color:#FFFFFF;}
.productListing-heading a:hover{color:#EECC2E;}
.productListing-data{ text-align:center;}
.productListing-data h3,.productListing-data div{ text-align:left;}
.productListing-data h2,.productListing-data h3{font-size:1em;}
#listCell0-0{width:120px;}

/* */
#checkoutShipping h2,#checkoutShipAddressDefault h2{background:#e7e8eb;border-left:5px solid #c0c3cb;font-size:1em;padding:3px 5px;}
#siteinfoLegal{width:948px;margin:auto;text-align:center;}
.login-area p{ text-align:left;margin:0;padding:0;}
.login-area p #login-area-email-address,.login-area p #login-password{border:1px solid #858e98;background:#e9e9e9;}
.login-area p#loginbutton{ text-align:center;}
.login-area p#loginshopcart a{}


.mainContentModuleLatestNewsTitle{background:url(../images/title_bg1.jpg) repeat-x scroll 0 50%;font-size:12px;font-weight:bold;padding:0.6em 0.8em 0.8em 5px;}
.mainContentModuleLatestNews{background:#041525;border:1px solid #16477e; border-top:none; margin-top:-2px;padding:10px;}
.mainContentModuleLatestNews ul,.mainContentModuleLatestNews li{ list-style:none; list-style-type:none;margin:0;padding:0;}
.mainContentModuleLatestNews li{background:url(../images/coin.jpg) 0 5px no-repeat;padding:3px 0 3px 18px;border-bottom:1px solid #232224;}
#to_email_address{border:1px solid #858E98;background:#FFFFFF;width:110px;}

#reviewsWriteHeading{font-size:1.1em;color:#000000;}
#reviewsWritePrice{font-size:1.1em;}
#reviewsWriteReviewer{font-size:1em;}
.imgLink{display:none;}
#review-text{border:1px solid #858E98;background:#f5f5f0;}

#safebox{ width:852px;margin:0 auto; height:80px; background:url(../images/safeicon.jpg) 50% 0 no-repeat;}
.livechatimg{position:absolute; z-index:1;margin-left:5px}
#livechatjs{clear:both;}
#contactsideboxContent a {display:block;width:180px;height:88px;position:absolute;z-index:2;margin-top:-95px;margin-left:5px;background:url(../images/live_chat.jpg) 0 0 no-repeat;}
#contactsideboxContent a.othera{display:inline; width: auto; height:auto; position:relative;margin-top:0;}
#contactsideboxContent a img{visibility:hidden;}
.tabTable{border:1px solid #111111}

input#login-email-address,input#login-password,input#company,input#firstname,input#lastname,input#street-address,input#suburb,input#city,input#state,input#postcode,input#telephone,input#fax,input#dob,input#email-address,input#password-new,input#password-confirm{background:#E9E9E9;border:1px solid #858E98;}

.news_list_container{padding:10px;}
#contentMainWrapper table.tableProductGold tr.trProductGoldNormal td{
	text-align:center;
	vertical-align:middle;
}

#contentMainWrapper table.tableProductGold tr.trProductGoldAlter td{
	text-align:center;
	background-color:#383838;
	vertical-align:middle;
}

#navSupp ul li {
color:#01BCE4;
display:inline;
font-size:1em;
text-align:center;
}

#navSupp ul li a{
color:#01BCE4;
display:inline;
font-size:1em;
text-align:center;
}

#GoldExpressProduct,#GoldExpressCustomerInformation,#GoldExpressPaymentMethod,#GoldExpressOrderRemark{ list-style:none; list-style-type:none;}
#spanGoldExpressCurrencies{clear:both;display:block;padding-left:90px;*padding-left:100px;_padding-left:100px;}
 /*Payment List Styles*/
 .pmtTbl{
 
 }
 .pmtRadioTd{
	width:35px;
	border-bottom:1px dashed #666;
	padding:5px;
 }
 
 .pmtTd2{
 border-bottom:1px dashed #666;
 padding:5px;
 }
 
 .pmtSubTbl{
 
 }
 
.pmtSubTd1{
	width:180px;
}
.pmtSubTd2{

}