/**

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

 */

* {

    list-style-type: none;

    margin: 0;

    padding: 0;

}

body {

    background: url("../images/body_bg.png") repeat-y scroll center top #FFFFFF;

    color: #6A6A6A;

    font-family: Arial,Helvetica,sans-serif;

    font-size: 11px;

    line-height: 17px;

    margin: 0;

    padding: 0;

}



a img {border: none; }

table, td, img {

    border: 0 none;

}

a:link, #navEZPagesTOC ul li a {

    color: #666;

    text-decoration: underline;

}

a:visited {

    color: #000000;

    text-decoration: underline;

}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {

    color: #D36434;

    text-decoration: none;

}

a:active {

    color: #D36434;

}



h1 {

    color: #000000;

    font: bold 14px arial;

    padding: 0 0 2px;

    text-align: center;

}

h2 {

    display: block;

    font-size: 11px;

    padding: 0;

}

h3 {

    font-family: Arial;

    font-size: 1.3em;

    padding: 0;

}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {

    font-size: 1em;

}

.biggerText {

    font-size: 1.2em;

}

#indexCategoriesHeading, #productListHeading, #ezPagesHeading, #loginDefaultHeading, #createAcctDefaultHeading, #shippingInfoHeading, #privacyDefaultHeading, #conditionsHeading, #siteMapHeading, #gvFaqDefaultHeading, #discountcouponInfoHeading, #unsubDefaultHeading, #cartDefaultHeading, #checkoutPaymentHeading, #logoffDefaultHeading, #checkoutShippingHeading, #checkoutPaymentHeading, #checkoutConfirmDefaultHeading, #timeoutDefaultHeading, #advSearchDefaultHeading, #advSearchResultsDefaultHeading, #checkoutSuccessHeading, #checkoutShipAddressDefaultHeading, #checkoutPayAddressDefaultHeading, #accountDefaultHeading, #checkoutOrderHeading, #createAcctSuccessHeading, #newProductsDefaultHeading, #allProductsDefaultHeading, #featuredDefaultHeading, #specialsListingHeading {

    border-bottom: 1px solid #272727;

    color: #7B7B7B;

    font: bold 11px/30px arial;

    margin: 10px auto;

    padding: 0;

    text-align: left;

    text-transform: uppercase;

}



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

    font-family: arial;

    font-size: 11px;

    padding: 0;

    vertical-align: middle;

}



INPUT {

    font-size: 11px;

    margin: 5px 0;

    vertical-align: middle;

}

TEXTAREA {

	margin: auto;

	display: block;

	width: 95%;

	}

INPUT#gender-male, INPUT#gender-female, INPUT#newsletter-checkbox, INPUT#email-format-html, INPUT#email-format-text, INPUT#ship-flat-flat, INPUT#ship-freeoptions-freeoptions, .buttonRow INPUT {

    border: medium none;

    padding: 0;

}

INPUT[type="text"], INPUT[type="password"] {

    background: none repeat scroll 0 0 #FFFFFF;

    border: 1px solid #CDCBC4;

    box-shadow: 0 0 12px #EAEAEA inset;

    height: 14px;

    margin-left: 0;

    margin-right: 0;

    padding: 4px 3px;

}

SELECT#country, SELECT#stateZone, INPUT#postcode {

    width: 230px;

}

input:focus, select:focus, textarea:focus {



	}



FIELDSET {

	padding: 0.5em;

	margin: 0.5em 0em;

	border: 1px solid #cccccc;

	}



LEGEND {

	font-weight: bold;

	padding: 0.3em;

	color: black;

	}



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: 2px 0 0;

}



ADDRESS {

	font-style: normal;

	}



.clearBoth {

	clear: both;

	}



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: #99FF99;

	color: #000000;

	}



.messageStackCaution {

	background-color: #FFFF66;

	color: #000000;

	}

.list-style-none {

    list-style: none outside none;

    margin: 0;

    padding: 0;

}

/*wrappers - page or section containers*/



#mainWrapper {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    margin: 0 auto;

    overflow: hidden;

    padding: 0;

    text-align: left;

    vertical-align: top;

    width: 1000px;

}



 #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul,#popupAdditionalImage, #popupImage {

	margin: 0em;

	padding: 0em;

	}



#logoWrapper{

	background-image: url(../images/header_bg.jpg);

	background-repeat: repeat-x;

	background-color: #ffffff;

	height:75px;

	}



#navColumnOneWrapper, #navColumnTwoWrapper{

	margin: auto;

	} 

#navColumnOneWrapper, #navColumnTwoWrapper {

	margin-left: 0.5em;

	margin-right: 0.5em;

	}

	

#tagline {

	color:#000000;

	font-size: 2em;

	text-align : center;

	vertical-align: middle;

	}



#sendSpendWrapper {

	border: 1px solid #cacaca;

	float: right;

	margin: 0em 0em 1em 1em;

	}



 

.wrapperAttribsOptions {

	margin: 0.3em 0em;

	}



/*navigation*/



.navSplitPagesResult {}

.navSplitPagesLinks {}



 

 

#navSuppWrapper {

    border-top: 1px solid #000000;

    margin: 10px auto 0;

    overflow: hidden;

    padding: 0;

    width: 1000px;

}



#navCatTabsWrapper {

	background-color: #ffffff;

	color: #9a9a9a;

	background-image:none;

}



#navMain ul, #navSupp ul, #navCatTabs ul {

	margin: 0;

	padding: 0.5em 0em;

	list-style-type: none;

	text-align: center;

	line-height: 1.5em;

	}



#navMain ul li, #navSupp ul li, #navCatTabs ul li {

	display: inline;

	}



#navMain ul li a, #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;

	}



#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.5em;

	}



#navMainSearch {

	float: right;

	}





#navBreadCrumb {

    background: url("../images/home_ico.gif") no-repeat scroll left center rgba(0, 0, 0, 0);

    border-bottom: 1px solid #272727;

    color: #333333;

    font: 11px/30px arial;

    height: 30px;

    margin: 0 auto;

    text-indent: 30px;

    text-transform: uppercase;

}

#navBreadCrumb a {

    color: #7B7B7B;

    font: 11px arial;

    text-decoration: none;

}

#navBreadCrumb a:hover {

    color: #000000;

    text-decoration: none;

}



#navEZPagesTop {

	background-color: #abbbd3;

	background-image: url(../images/tile_back.gif);

	font-size: 0.95em;

	font-weight: bold;

	margin: 0em;

	padding: 0.5em;

	}



#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 {

	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: 10px;

}

.legalCopyright {

    font: 11px Verdana,Arial,Helvetica,sans-serif;

    text-align: center;

}

/*Shopping Cart Display*/

#cartAdd {

    display: inline;

    float: left;

    font-size: 14px;

    font-style: italic;

    font-weight: bold;

    padding: 0;

     

}





.tableHeading, #cartSubTotal {

    background: url("../images/table_th.gif") repeat-x scroll left top rgba(0, 0, 0, 0);

    border-bottom: 1px solid #EBEBEB;

}





#cartSubTotal {

    -moz-border-bottom-colors: none;

    -moz-border-left-colors: none;

    -moz-border-right-colors: none;

    -moz-border-top-colors: none;

    border-color: -moz-use-text-color #BCCEDC #BCCEDC;

    border-image: none;

    border-right: 1px solid #BCCEDC;

    border-style: none solid solid;

    border-width: medium 1px 1px;

    color: #FF0000;

    font-size: 14px;

    font-weight: bold;

    line-height: 2.2em;

    padding-right: 2.5em;

    text-align: right;

}





.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;

	}







.cartBoxTotal {

    color: #FF0000;

    font-weight: bold;

    text-align: right;

}



.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 {

    color: #888888;

    font: 12px/20px arial;

    text-decoration: line-through;

}



.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {

    color: #FF0000;

    font: 12px/20px arial;

}



.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 {}



#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: auto auto 10px;

    padding: 0;

}





h2.centerBoxHeading {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    border-bottom: 1px solid #000000;

    height: 30px;

    margin: 0 auto;

    overflow: hidden;

    text-indent: 0;

}



/*sideboxes*/

.columnLeft {}



h3.leftBoxHeading, h3.rightBoxHeading {

    color: #000000;

    font: 12px/30px arial;

    overflow: hidden;

    text-transform: uppercase;

}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {

	font-size: 0.9em;

	color: #ffffff;

}





h2.centerBoxHeading span {

    color: #000000;

    font: bold 11px/30px arial;

    padding: 0;

    text-transform: uppercase;

}.forward {

    color: #FF0000;

    float: right;

    margin-top: 10px;

}



.leftBoxContainer, .rightBoxContainer {

    margin: 0 auto 10px;

    padding: 0;

}

.sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {

    color: #FF0000;

    font: 12px/20px arial;

    text-decoration: none;

}.leftBoxHeading, .rightBoxHeading {

    background: none repeat scroll 0 0 #DDDDDD;

    height: 30px;

    text-indent: 10px;

}



.sideBoxContent {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    padding: 0;

}

.sideBoxContent a {

    color: #666;

    font: 11px/17px arial;

    margin: auto;

    text-decoration: none;

}

.sideBoxContent a:hover {

    color: #000000;

    text-decoration: none;

}

h3.leftBoxHeading a, h3.rightBoxHeading a {

    color: #000000;

    font: 12px arial;

    text-decoration: none;

    text-transform: uppercase;

}



h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {

    color: #000000;

    text-decoration: underline;

}

h3.leftBoxHeading a:visited, h3.rightBoxHeading a:visited {

    color: #000000;

    text-decoration: underline;

}



.centeredContent, TH, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {

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

.category-top {

    display: list-item;

    list-style: none outside none;

}

A.category-top {

    color: #666;

    font: 12px/25px arial;

    text-decoration: none;

    text-indent: 10px;

}

A.category-top:hover {

    color: #333333;

    text-decoration: none;

}

A.category-links {

    color: #D36434;

    padding: 0 0 0 30px;

    text-decoration: none;

}

A.category-links:hover {

    color: #000000;

}

.categories-top-list {

    border-bottom: 1px dotted #DDDDDD;

    margin: 0 auto;

    padding: 0;

}

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;

	}



.bold {

	font-weight: bold;

	}



.rowOdd {

    background-color: #F4F4F4;

    height: 1.5em;

    vertical-align: top;

}

.rowEven {

    background-color: #FDFDFD;

    height: 1.5em;

    vertical-align: top;

}

#cartContentsDisplay td {

    border: 1px solid #C3DFEE;

    padding: 5px;

    text-align: center;

}.cartUnitDisplay, .cartTotalDisplay {

    color: #FF0000;

    padding-right: 0.2em;

    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 {

    background: url("../images/table_th.gif") repeat-x scroll left top rgba(0, 0, 0, 0);

    border: 1px solid #BCCEDC;

    color: #111111;

    font-family: "Times New Roman",Times,serif;

    height: 30px;

}



.productListing-rowheading {

	background-color: #abbbd3;

	background-image: url(../images/tile_back.gif);

	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;

	}

#headerWrapper {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    height: 90px;

    margin: 0 auto;

    padding: 0;

    position: relative;

    width: 1000px;

}

#logo {

    float: left;

    left: 0;

    margin: 0 auto;

    padding: 0;

    position: relative;

    top: 0;

}

#headerCurr {

    background: url("../images/en.gif") no-repeat scroll left center rgba(0, 0, 0, 0);

    display: block;

    float: right;

    margin: 5px 0 0 5px;

    padding-left: 30px;

    width: 90px;

}

#headerCurr SELECT {

    background: none repeat scroll 0 0 #FFFFFF;

    border: 1px solid #CACACA;

    color: #B3B3B3;

    float: right;

    font-size: 11px;

    text-transform: uppercase;

    width: 90px;

}

#loginBox {

    color: #7B7B7B;

    float: right;

    font-size: 11px;

    margin: 5px auto 0;

}

#loginBox a {

    color: #7B7B7B;

    font-size: 11px;

    line-height: 20px;

    text-decoration: none;

    text-transform: uppercase;

}

#loginBox a.myAccount, #loginBox a.myCheckout {

    color: #000000;

    text-decoration: none;

}

#loginBox a.myAccount:hover, #loginBox a.myCheckout:hover {

    color: #7B7B7B;

    text-decoration: none;

}

#loginBox a:hover {

    color: #000000;

    text-decoration: none;

}

#cart {

    background: url("../images/cart.gif") no-repeat scroll left center rgba(0, 0, 0, 0);

    color: #7B7B7B;

    float: right;

    font: 11px arial;

    margin: 5px auto;

    padding: 5px 0 5px 30px;

    text-transform: uppercase;

}

#cart a {

    color: #7B7B7B;

    display: inline-block;

    font: 11px/17px Arial;

    padding: 0;

    text-align: left;

    text-decoration: none;

}

#cart a:hover {

    color: #FF0000;

    text-decoration: underline;

}

#num, #total {

    color: #FF0000;

    font: bold 13px arial;

}

#headerSearch {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    float: right;

    height: 22px;

    margin: 0 auto;

    width: 275px;

}

.search-header-input {

    background: none repeat scroll 0 0 #FFFFFF;

    border: 1px solid #CCCCCC;

    float: left;

    height: 20px;

    padding: 0;

}

.search-header-input input {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    border: 1px solid #DDDDDD;

    color: #666666;

    display: block;

    float: left;

    font: 11px/18px arial;

    height: 18px;

    margin: 0 auto;

    padding: 0 5px;

    vertical-align: middle;

    width: 92%;

}

.button-search-header {

    background: url("../images/go.gif") no-repeat scroll left top rgba(0, 0, 0, 0);

    border: medium none;

    cursor: pointer;

    float: left;

    height: 22px;

    line-height: 0;

    margin: 0 auto 0 5px;

    outline: medium none;

    position: relative;

    text-indent: -9999px;

    width: 75px;

}

.navEZPagesTop {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    border-bottom: 1px solid #CCCCCC;

    border-top: 1px solid #CCCCCC;

    height: 35px;

    margin: auto;

    width: 1000px;

}

.navEZPagesTop ul {

    list-style: none outside none;

    margin: 0 auto;

    padding: 0;

    width: auto;

}

.navEZPagesTop li {

    background: url("../images/nav_li.gif") no-repeat scroll left center rgba(0, 0, 0, 0);

    display: block;

    float: left;

    height: 35px;

    line-height: 35px;

    position: relative;

    text-align: center;

    z-index: 999;

}

.navEZPagesTop li a {

    color: #828080;

    display: block;

    font: 13px/35px arial;

    padding: 0 30px;

    text-decoration: none;

}

.navEZPagesTop li a:hover {

    color: #696868;

    display: block;

    text-decoration: none;

}

.navEZPagesTop li ul.subdiv {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    display: none;

    left: 0;

    padding: 0;

    position: absolute;

    top: 35px;

    width: 446px;

    z-index: 999;

}

.navEZPagesTop li ul.subdiv a {

    width: 200px;

}

.navEZPagesTop li:hover .subdiv {

    display: block;

}

.navEZPagesTop li ul .first {

    -moz-border-bottom-colors: none;

    -moz-border-left-colors: none;

    -moz-border-right-colors: none;

    -moz-border-top-colors: none;

    background: none repeat scroll 0 0 #FFFFFF;

    border-color: -moz-use-text-color #666666 #666666;

    border-image: none;

    border-right: 1px solid #666666;

    border-style: none solid solid;

    border-width: medium 1px 1px;

    box-shadow: 3px 3px 6px 0 #666666;

    overflow: hidden;

    padding: 10px 0;

    width: 440px;

}

.navEZPagesTop ul li.linkListTop {

    background: none repeat scroll 0 0 #FFFFFF;

    border-color: #CCCCCC;

    border-style: dotted;

    border-width: 0 0 1px;

    height: 25px;

    line-height: 25px;

    margin: 0 5px;

    width: 210px;

}

.navEZPagesTop ul li.linkListTop a.category-top {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    color: #013864;

    font: 12px/25px arial;

    padding: 0;

    text-align: left;

    text-indent: 10px;

    white-space: nowrap;

}

.navEZPagesTop ul li.linkListTop a:hover {

    text-decoration: underline;

}

#home {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    border: medium none;

}

#footer1 {

    border-bottom: 3px solid #333333;

    margin: 0 auto;

    overflow: hidden;

    padding: 0;

    width: 1000px;

}.xxoo_01 {

    padding: 5px 50px 5px 15px;

}

#footer1 ul {

    float: left;

}.xxoo_01 li, .xxoo_02 li, .xxoo_03 li, .xxoo_04 li {

    line-height: 20px;

}

#footer1 ul li {

    list-style-type: none;

}

#footer1 li span {

    color: #3C3C3C;

    font-size: 11px;

    text-transform: uppercase;

}

.xxoo_01 a, .xxoo_02 a, .xxoo_03 a, .xxoo_04 a {

    background: url("../images/list_02.gif") no-repeat scroll left center rgba(0, 0, 0, 0);

    color: #9A9A9A;

    font-family: arial;

    font-size: 11px;

    font-weight: normal;

    padding-left: 10px;

    text-decoration: none;

    text-transform: uppercase;

}

.xxoo_02, .xxoo_03 {

    padding: 5px 80px;

}

.xxoo_04 {

    padding: 5px 15px 5px 50px;

}

#footer1 ul li a:hover {

    color: #C0C0C0;

    text-decoration: underline;

}

#siteinfoLegal {

    margin: 0 auto;

    padding: 0;

    text-align: center;

    width: auto;

}

#siteinfoLegal a {

    color: #999999;

    font-size: 10px;

    text-decoration: none;

}

.topbanner {

    margin: 10px auto;

}

#fcbx, #fcimg {

    height: 510px;

    position: relative;

    width: 1000px;

}

#fcbx div, #fcnum {

    bottom: 10px;

    height: 23px;

    position: absolute;

    right: 10px;

}

#fcbx div {

    opacity: 0.25;

}

#fcnum {

    float: right;

    margin-right: 10px;

}

#fcnum a img {

    width: 726px;

}

#fcnum li {

    background: none repeat scroll 0 0 #CCCCCC;

    cursor: pointer;

    display: block;

    float: left;

    height: 7px;

    margin-left: 5px;

    margin-top: 8px;

    width: 7px;

}

#fcnum li.crn {

    background-color: #F15D17;

}

#indexDefaultMainContent {

    margin: auto;

    width: auto;

}

.rollBox {

    border: 1px solid #DDDDDD;

    margin: 5px auto;

    overflow: hidden;

    width: 998px;

}

.rollBox .LeftBotton {

    background: url("../images/prev_next.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);

    cursor: pointer;

    display: inline;

    float: left;

    height: 32px;

    overflow: hidden;

    position: relative;

    top: 120px;

    width: 32px;

}

.rollBox .LeftBotton:hover {

    background: url("../images/prev_next.png") no-repeat scroll left top rgba(0, 0, 0, 0);

}

.rollBox .RightBotton {

    background: url("../images/prev_next.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);

    cursor: pointer;

    display: inline;

    float: right;

    height: 32px;

    overflow: hidden;

    position: relative;

    top: 120px;

    width: 32px;

}

.rollBox .RightBotton:hover {

    background: url("../images/prev_next.png") no-repeat scroll right top rgba(0, 0, 0, 0);

}

.rollBox .Cont {

    float: left;

    margin: 0 auto;

    overflow: hidden;

    width: 932px;

}

.rollBox .ScrCont {

    width: 10000000px;

}

.rollBox .Cont .box {

    border: 0 solid #CCCCCC;

    float: left;

    height: 240px;

    margin: 5px;

    padding: 10px 5px;

    text-align: center;

    width: 170px;

}

.rollBox .Cont a:link, .rollBox .Cont a:visited {

    color: #444444;

    font: 12px arial;

    text-decoration: none;

}

.rollBox .Cont a:hover {

    color: #000000;

    text-decoration: none;

}

.rollBox #List1, .rollBox #List2 {

    float: left;

}

.listimg {

    border: 1px solid #CCCCCC;

    height: 160px;

    width: 160px;

}

.pname {

    height: 50px;

}

.pprice {

    color: #FF0000;

    font: 12px arial;

}

#columnLeft {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    float: left;

    margin: 10px 15px 0 0;

    padding: 0;

    width: 220px;

}

.centerColumn {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    float: left;

    margin: 0 auto;

    padding: 0;

    width: 765px;

}

#categoriesHeading {

    background-color: #000000;

    color: #FFFFFF;

}

#whatsnew div, #featured div {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    float: right;

    font-family: Arial,Helvetica,sans-serif;

}

#whatsnewHeading, #featuredHeading {

    width: 220px;

}

#whatsnew a img, #featured a img {

    border: 1px solid #DEDEDE;

    float: left;

    height: 60px;

    width: 60px;

}.sidebox-products {

    display: block;

    float: right;

    padding: 0;

    text-align: right;

    width: 150px;

}

#whatsnew .sideBoxContent, #featured .sideBoxContent {

    border: 0 solid #D9DDE3;

    margin: 0 auto;

    padding: 10px 0;

}

.centerBoxContentsProducts, .specialsListBoxContents {

    height: 270px;

    margin: 10px 5px 0;

    padding: 0;

    width: 180px;

}

.item_img {

    height: 160px;

    margin: auto;

    padding: 0;

}

.item_name {

    height: 50px;

    margin: auto;

    padding: 5px 0;

    text-align: left;

}

.item_name a {

    color: #797671;

    display: inline-block;

    font: 12px/17px arial;

    text-align: left;

    text-decoration: none;

}

.item_name a strong {

    font-weight: normal;

}

.item_name a:hover {

    color: #333333;

    text-decoration: none;

}

.item_bottprice {

    overflow: hidden;

    padding: 0;

    position: relative;

}

.item_price {

    color: #FF0000;

    font: 12px/20px Arial,Helvetica,sans-serif;

    margin: 0 auto;

    padding: 5px 0;

    text-align: left;

}

.pager {

    border-bottom: 1px solid #CCCCCC;

    border-top: 1px solid #CCCCCC;

    color: #000000;

    margin: 5px auto 0;

    overflow: hidden;

    padding: 5px 10px;

}

#specialsListingTopNumber, #specialsListingBottomNumber, #productsListingBottomNumber {

    float: left;

    padding: 0;

}

#newProductsDefaultListingBottomLinks, #allProductsListingBottomLinks, #featuredProductsListingBottomLinks, #specialsListingTopLinks, #specialsListingBottomLinks, #productsListingListingBottomLinks {

    float: right;

    padding: 0;

	margin-top:0px;

}.current {

    color: #DD4200;

    font-size: 11px;

    padding: 2px;

}

.navSplitPagesLinks strong, #newProductsDefaultListingBottomLinks strong, #allProductsListingBottomLinks strong, #featuredProductsListingBottomLinks strong, #specialsListingTopLinks strong, #specialsListingBottomLinks strong, #productsListingListingBottomLinks strong {

    background: none repeat scroll 0 0 #FFFFFF;

    border: 1px solid #CCCCCC;

    color: #000000;

    display: inline-block;

    font: 10px/12px arial;

    padding: 0 3px;

    position: relative;

}

.navSplitPagesLinks a, #newProductsDefaultListingBottomLinks a, #allProductsListingBottomLinks a, #featuredProductsListingBottomLinks a, #specialsListingTopLinks a, #specialsListingBottomLinks a, #productsListingListingBottomLinks a {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    border: 1px solid #CCCCCC;

    color: #000000;

    display: inline-block;

    font: 10px/12px arial;

    padding: 0 3px;

    position: relative;

    text-decoration: none;

}

.navSplitPagesLinks a:hover, #newProductsDefaultListingBottomLinks a:hover, #allProductsListingBottomLinks a:hover, #featuredProductsListingBottomLinks a:hover, #specialsListingTopLinks a:hover, #specialsListingBottomLinks a:hover, #productsListingListingBottomLinks a:hover {

    background: none repeat scroll 0 0 #CCCCCC;

    color: #000000;

}

.navSplitPagesLinks {

margin-top:0px;

}

#productGeneral {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    float: left;

    margin: 10px auto 0;

    padding: 0;

    width: 785px;

}

#productImg {

    float: left;

    width: 350px;

}

 

.MagicZoomBigImageCont {

    border: 3px solid #CCCCCC;

}

.MagicZoomHeader {

    background: none repeat scroll 0 0 #C37978;

    color: #FFFFFF;

    font: 10px Tahoma,Verdana,Arial,sans-serif;

    text-align: center !important;

}.MagicZoomPup {

    background: none repeat scroll 0 0 #FFFFFF;

    border: 3px solid #CCCCCC;

    cursor: crosshair;

}

.imgLink {

    background: url("../images/zoom.png") no-repeat scroll center center rgba(0, 0, 0, 0);

    bottom: 0;

    cursor: pointer;

    height: 18px;

    left: 0;

    position: absolute;

    text-indent: -9999px;

    width: 320px;

}

#productAdditionalImages {

    border: 0 solid #DEDEDE;

    float: left;

    width: 100%;

}

.additionalImages a {

    color: #999999;

    font-size: 10px;

    text-decoration: none;

    text-transform: capitalize;

}.navNextPrevWrapper {

    margin: 10px auto 0;

    overflow: hidden;

}

#shoppingCartContent {

    border-bottom: 1px solid #DDDDDD;

    float: right;

    margin-top: 10px;

    padding-bottom: 10px;

    width: 200px;

}

#shoppingCartHeading {

    background-color: #000000;

    color: #FFFFFF;

    font: 12px/30px arial;

    text-indent: 10px;

}#cartBoxEmpty {

    -moz-border-bottom-colors: none;

    -moz-border-left-colors: none;

    -moz-border-right-colors: none;

    -moz-border-top-colors: none;

    border-color: -moz-use-text-color #DDDDDD #DDDDDD;

    border-image: none;

    border-right: 1px solid #DDDDDD;

    border-style: none solid solid;

    border-width: medium 1px 1px;

    font-weight: bold;

    padding: 10px;

}

#cartBoxListWrapper {

    color: #FF0000;

    padding: 10px;

}

#cartBoxListWrapper ul, #ezPageBoxList ul {

    list-style-type: none;

}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {

    margin: 0;

    padding: 0.2em 0;

}

.cartNewItem {

    position: relative;

}

#cartBoxListWrapper a {

    color: #3C3C3C;

    font: 11px arial;

    text-transform: uppercase;

}

#productGeneral h1 {

    color: #333333;

    float: left;

    font: 14px/25px arial;

    padding: 0;

    text-align: left;

}

 

#productsInfo {

    float: left;

    margin-left: 15px;

    padding: 0;

    position: relative;

    width: 400px;

}

#productDetailsList li {

    line-height: 20px;

}

#productDetailsList li.InStock span {

    background: url("../images/instock.png") no-repeat scroll right center rgba(0, 0, 0, 0);

    padding: 3px 120px 3px 0;

}

#productPrices {

    float: left;

    margin: 0 auto;

    padding: 5px 0;

    width: 400px;

}

#productPrices strong .productSpecialPrice {

    color: #FB0000;

    font: bold 16px arial;

}

#productPrices .productNormalPrice {

    color: #888888;

    font-size: 14px;

    text-decoration: line-through;

}

#cartAdd INPUT {

    margin: 0;

}

#cartAdd span {

    color: #333333;

    float: left;

    width: 110px;

}

#product-ad {

    float: left;

    margin: 10px auto;

    width: 400px;

}

#product-ad h3 {

    border-bottom: 1px solid #CCCCCC;

    color: #000000;

    font: italic bold 14px/20px arial;

}

.tabnav {

    height: 24px;

    margin: 10px 5px 0;

}.tabnav li {

    -moz-border-bottom-colors: none;

    -moz-border-left-colors: none;

    -moz-border-right-colors: none;

    -moz-border-top-colors: none;

    border-color: #DDDDDD #DDDDDD -moz-use-text-color;

    border-image: none;

    border-style: solid solid none;

    border-width: 1px 1px medium;

    color: #7B7B7B;

    cursor: pointer;

    float: left;

    font: 11px/23px arial;

    margin-left: 5px;

    padding: 0 12px;

}

.tabnav .tab_on {

    -moz-border-bottom-colors: none;

    -moz-border-left-colors: none;

    -moz-border-right-colors: none;

    -moz-border-top-colors: none;

    background-color: #000000;

    background-position: 100% -42px;

    border-color: #272727 #272727 -moz-use-text-color;

    border-image: none;

    border-style: solid solid none;

    border-width: 0 0 medium;

    color: #FFFFFF;

    cursor: pointer;

    line-height: 24px;

}.tab_box {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    border: 1px solid #DDDDDD;

    display: none;

    margin: 0 auto;

    padding: 10px;

}

#similar_product {

    margin: 10px auto;

    overflow: hidden;

    padding: 0;

}

#relatedPro {

    border-bottom: 1px solid #000000;

    height: 30px;

    margin: 0 auto;

    overflow: hidden;

    text-indent: 0;

}

#relatedPro span {

    color: #666666;

    font: italic bold 14px/30px arial;

    padding: 0;

}

#similar_product ul {

    border: 0 solid #DDDDDD;

    overflow: hidden;

}

#similar_product ul li {

    float: left;

    height: 270px;

    margin: 10px 9px 0;

    padding: 0;

    text-align: center;

    width: 180px;

}

.cartTotalsDisplay {

    background: url("../images/list_05.gif") no-repeat scroll 10px 10px #EFF5EA;

    border: 1px solid #446423;

    color: #3D6611;

    margin-top: 5px;

    padding: 10px 0 10px 30px;

}

#cartEmptyText {

    background: url("../images/warning2.gif") no-repeat scroll right center #F86118;

    border: 1px solid #9A9A9A;

    border-radius: 5px;

    color: #FFFFFF;

    font-size: 17px;

    font-weight: bold;

    height: 35px;

    margin: auto;

    padding: 30px 0 17px 50px;

    position: relative;

    text-align: left;

    top: 10px;

}