/**

 * PureGreen Template designed by zen-cart-power.com

 * 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: arial, helvetica, sans-serif;

	font-size: 0.72em;

	color: #333333;

/*	background: #e5edf5;*/

	line-height: 17px;

	}

h1, h2, h3, h4, h5, h6, p, pre, form, ul, ol, dl, address, table, img { margin: 0; padding: 0; }



a img {border: none; }





a:link, #navEZPagesTOC ul li a {

	color: #2b2b2b;

	text-decoration: underline;

	}

 

a:visited {

	color: #2b2b2b;

	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: #2b2b2b;

	text-decoration: none;

	}

#chat_online{ margin:10px auto auto;

	float:right;

}

a:active {

	color: #2b2b2b;

	}



.blue-link a {

	color: #0075e2;

}

.columnLeft a, .columnRight a {

	text-decoration: none;

}

.columnLeft a:hover, .columnRight a:hover {

	text-decoration: underline;

}

#columnCenter {

	padding: 14px 0 0 0;

}

h1 {

	font: normal 23px Arial;

	color: #555555;

	border-bottom: 1px solid #e5e5e5;

	padding: 0 0 2px 0;

	margin: 0 0 17px 0 !important;

	}



h2 {

	font: bold 18px tahoma;

	display: block;

	padding:7px 5px 

	}



h3 {

	font-size: small;

	padding-bottom: 10px;

	}



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

	font-size: 1em;

	}

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

/*	display: inline;*/

	font-size: 12px;

	margin: 0.1em;

	}

/*input:focus, select:focus, textarea:focus {

	background: #ffffe7;

	margin:0.1em;

	}

*/



/* Only for IE7*/

*+ html FIELDSET {

	padding: 13px;

	margin: 3px 0 12px 0;

	border: 1px solid #d6d6d6;

	}

/* /Only for IE7*/



FIELDSET {

	padding: 13px;

	margin: 10px 0 17px 0;

	border: 1px solid #d6d6d6;

	}



LEGEND {

	font: bold 12px Verdana;

	padding: 4px 6px;

	color: #4e6a96;

	background: #f3f3f7;

	}



/*LABEL {

    

    font-weight:bold;

	padding: 0.3em;

	line-height: 23px;

    

	}*/

h4.optionName {

	padding: 0;

	margin: 0;

	font: bold 11px verdana;

}

/*.optionName label {

	font: bold 12px Verdana;

}*/

/*.attribsSelect {

	width: 120px;

	float: left;

}*/



LABEL.checkboxLabel, LABEL.radioButtonLabel {

	margin: 0.5em 0.3em;

	}

LABEL.checkboxLabel{

	font-weight:bold;

}



#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {

	float: left;

	}



LABEL.inputLabel {

	width: 9em;

	float: left;

    font-weight:bold;

	}



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;

	}



.clearFix:after{

	content:".";

	height:0;

	visiblity:hidden;

	display:block;

	clear:both;

}	

	

HR {

	height: 1px;

	margin: 5px 0;

	border: none;

	border-bottom: 1px solid #e4e4e4;

	}

.dotted-line {

	height: 1px;

	background: url("../images/dotted_line.gif") repeat-x 0 0;

}

.float-right {

	float: right;

}

.float-left {

	float: left;

}



.list-style-none {

	list-style-image: none;

	list-style-position: outside;

	list-style-type: none;

	padding: 0;

	margin: 0;

} 

ul.inline-list li {

	float: left;

	padding: 0 0 0 12px;

}

.align-center {

	margin: auto !important;

	text-align: center !important;

}



/*warnings, errors, messages*/

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {

	line-height: 1.8em;

	padding: 0.3em;

	margin: 0 10px;

	border: 1px solid #9a9a9a;

	}



.messageStackWarning, .messageStackError {

	background-color: #cf0000;

	color: #ffffff;

	}



.messageStackSuccess {

	background-color: #e0f8b6;

	color: #000000;

	border: 1px solid #d0e46e;

	}



.messageStackCaution {

	background-color: #ffe3a8;

	color: #000000;

	}



/*wrappers - page or section containers*/

#mainWrapper {

	background-color: #ffffff;

	text-align: left;

	width: 1000px;

	vertical-align: top;

/*	border: 1px solid #9a9a9a;*/

	}



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

	margin: 0em;

	padding: 0em;

	}



.topper-menu li {

	font: 11px verdana;

	float: left;	

	margin: 9px 2px 0 14px;

}



#logoWrapper{

	background-color: #ffffff;

	}

#logo {

	padding: 0.6em 0 0 0;

}



#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {

	margin: auto;

	} 

#navColumnOneWrapper, #navColumnTwoWrapper {

	margin-left: 0.2em;

	margin-right: 0.2em;

	}



#tagline {

/*	margin: 0.7em 0 0 1em;

	padding: 0 0 0.4em 1em;*/

	float: left;

	}

#tagline_header {

	border-left: 1px solid #dddddd;

	font: bold 20px arial;

	color: #888888;

	margin: 0.7em 1em;

	padding: 0 0 0 1em;

}





#sendSpendWrapper {

	border: 1px solid #cacaca;

	float: right;

	margin: 0em 0em 1em 1em;

	}



.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {

	margin: 0;

	width: 44%;

	}



.wrapperAttribsOptions {

	clear:both;

	display:block;

	margin: 0;

	}



/*navigation*/



.current {

	font-size: 15px;

	padding: 2px;

}



.navSplitPagesLinks, .navSplitPagesResult {

	padding: 5px 0 2px 0;

}



.navSplitPagesLinks a {

	color: #0075E2;

	padding: 2px;

	margin: 0px;

}



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

	padding: 0.5em 0.2em;

	font-weight: bold;

	height: 1%;

    width:1000px;

	}

#navSuppWrapper {

	border-top: 2px solid #cecece;	

	margin: 25px auto 0;

	padding: 12px 0 12px 0;

	text-align: center;

}

#navCatTabsWrapper {

	background-color: #ffffff;

	color: #9a9a9a;

	background-image:none;

}



#navMain ul, #navCatTabs ul {

	margin: 0;

	padding: 0.5em 0em;

	list-style-type: none;

	text-align: center;

	line-height: 1.5em;

	}



#navMain ul li, #navCatTabs ul li {

	display: inline;

	}

.footer-links {text-align:center}



.footer-links li {

	font: normal 11px verdana;

	display:inline;

	margin: 0 2px 0 14px;

	font-weight:bold;

}



#navMain ul li a, #navCatTabs ul li a {

	text-decoration: none;

	padding: 0em 0.5em;

	margin: 0;

	color: #ffffff;

	white-space: nowrap;

	}

.legalCopyright {

	float: none;

	font: 11px verdana !important;

}



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

	padding: 0 0.5em;

	font: 11px tahoma;

	margin: 0em;

	color: #999999;

	}

#navBreadCrumb a {

	color: #999999;

}



#top_nav {

	background: #777777 url("../images/ezpages_bg.gif");

	font: bold 14px arial;

	margin: 0em;

/*	padding: 0.5em;*/

	height: 39px;

	}

#tab_nav a {

	color: #ffffff;

	text-decoration: none;

}



#tab_nav li {

	float: left;

	background: url("../images/bg_tabs_left.gif") no-repeat 0 0;

	padding: 0 0 0 5px;

	border-right: 1px solid #527833;

}

#tab_nav li a {

	display: block;

	background: url("../images/bg_tabs_right.gif") no-repeat right 0;

	padding: 10px 20px 10px 18px;

}



#tab_nav li:hover {

	background-position: left -40px;

}

#tab_nav li:hover a {

	background-position: right -40px;

}



#tab_nav #tab_active{

	background-position: 0 -78px;

}

#tab_nav #tab_active a {

	background-position: right -78px;

}

#tab_nav li.home-link {

	padding: 0;

}

#tab_nav li.home-link a {

	display: block;

	background: url("../images/home_tab.gif") no-repeat left 0;

	padding: 0px 20px 10px 18px;

	height: 27px;

	width: 2px;

}

#tab_nav li.home-link:hover a {

	background-position: left -39px;

}





#login_logout_section, #login_logout_section a {

	font: normal 11px verdana;

	color: #ffffff;

	padding: 11px 7px;

}

#login_logout_section a:hover {

	text-decoration: none;

}



.top-nav-right {

	background: url("../images/top_nav_right_bg.gif") right top;

	height: 39px;

	width: 6px;

	float: right;

}

.top-nav-left {

	background: url("../images/top_nav_left_bg.gif") left top;

	height: 39px;

	width: 6px;

	float: left;

}



#navColumnOne, #navColumnTwo {

	background-color: transparent;

	}

/* Tools section styles */

#tools_wrapper {

	height: 28px;

	background: #f5fadd;

	margin: 0 4px !important; 

	padding: 2px 3px 3px 3px;

}

.line-header {

	font: 1px arial;

	margin: 0 4px;

}

.search-header-input {

	background: url("../images/search_header_bg.gif") no-repeat left top;

	height: 21px;

	padding: 1px 0 0 3px;

	float: left;

}



.search-categories {

	height: 23px;

	padding: 1px 0 0 3px;

	float: left;

	border-width:0px;

}



.search-categories select {

	border:1px solid #CCCCCC;

	height:20px;

	margin:0 3px 10px;

	

}

.search-header {

	margin: 3px 0;

}

.search-header input {

	border: 0px;

	margin: 0px;

	color: #696969;

	background: none;

}



.search-header form {

	float: left;

}

.search-header input:focus {

	background: none;

}



.advanced_search {

	padding: 0 6px 2px 0;

	margin: 4px 0 0 10px;

}

.advanced_search a {

	font: 11px Verdana;

	text-decoration: none;

	color: #757575;

}

.advanced_search a:hover {

	text-decoration: underline;

}

.cart-header {

	padding: 1px;

	margin: 2px auto 3px auto !important;

	background: #e8f6b6;

}

.cart-header span {

	font-weight: bold;

}

.cart-icon {

	width: 16px;

	height: 15px;

	margin: 1px 6px 0 0;

}

.full {

	background: url("../images/cart_full_icon.gif") no-repeat left top;

}

.empty {

	background: url("../images/cart_empty_icon.gif") no-repeat left top;

}

.td-search-header {

	/*width: 303px;*/

	width: 303px;

	

}

.td-languages {

	width: 303px;

}

.languages-wrapper select, .languages-wrapper {

	font: 11px tahoma, arial !important;

}

.languages-wrapper select {

	height: 18px;

}

.languages-wrapper form {

	float: right;

}

.languages-wrapper label {

	padding: 3px 0;

	line-height: 17px !important;

}

/* /Tools section styles */





/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {

	vertical-align: top;

	}

.content,#productDescription, .shippingEstimatorWrapper {

	font-size: 13px !important;

	padding: 0.2em;

	}



#productAttributes {

	padding: 5px;

	margin-right: 5px ;

	border: 1px #f3ecd9 solid;

	background: #fcfcea;

}



.alert {

	color: #a40000;

	margin-left: 0.5em;

	}

.advisory {}

.important {

	font-weight: bold;

	}

.notice {font-weight:bold;}

.notice1 {

      

      font-size:12px;

      font-weight:400;

      font-style:normal;

      color:#666666;

      text-transform:none;

      text-decoration:none;

      letter-spacing:normal;

      word-spacing:0;

      line-height:17px;

      text-align:justify;

      vertical-align:baseline;

      direction:ltr;      

      }

.rating{}

.gvBal {

	float: right;

	}

.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {

	padding: 0.8em;

	}

.centerColumn {

	padding: 0.8em 0.4em;

}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {

	font-size: 11px;

	}

#siteinfoIP {

	float: left;

}

.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a {

	/**

	color: #478a00;	

	margin: 1px 8px;

*/

	text-decoration:none;

	/*border: 1px solid #ebebeb;*/

	text-align: left !important;

}

.centerBoxContentsSpecials a:hover, .centerBoxContentsAlsoPurch a:hover, .centerBoxContentsFeatured a:hover, .centerBoxContentsNew a:hover, .specialsListBoxContents a :hover{

	text-decoration:underline;

	color:#FF0000;

}

/*Shopping Cart Display*/



.tableHeading TH {

	border-bottom: 1px solid #aaaaaa;

	}



.tableHeading, #cartSubTotal {

	background-color: #e9e9e9;

	 }



#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: #0075E2;*/

	position: relative;  /*do not remove-fixes stupid IEbug*/

	}



.cartOldItem {

/*	color: #0075E2;*/

	position: relative;  /*do not remove-fixes stupid IEbug*/

	}

#cartBoxListWrapper a {

	color: #478a00;

}

.cartBoxTotal {

	text-align: right;

	font-weight: bold;

	}



.cartRemoveItemDisplay {

	width: 3.5em;

	}



.cartAttribsList {

	margin-left: 1em;

	}



#mediaManager {

	width: 50%; 

	margin: 0.2em;

	padding: 0.7em;

	background: #FCFCEA;

	border: 1px solid #F3ECD9;	

}

#mediaManagerHeading {

	margin-top: 5px;

	padding-top: 0 !important;

}



.mediaTitle {

	float: left;

	}

.mediaTypeLink {

	float: right;

	}



.normalprice, .productSpecialPriceSale {

	text-decoration: line-through;

	color: #888888;

	}



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

	color: #9D1A02; 

	font-weight:900;

	}



#productPrices, #reviewsInfoDefaultPrice {

	font: bold 13px arial;

	margin: 0 0 6px 0;

	display: block;

}

.orderHistList {

	margin: 0;

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

	}



.categoryIcon {}



#cartImage {

	margin: 0.5em 1em;

	}



/*Attributes*/

.attribImg {

	width: 20%;

	margin: 0.3em 0em;

}



.attributesComments {

	margin: 10px 0;

	color: #83785c;

}



/*list box contents*/

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {

	margin: 1em 0em;

	}



.centerBoxWrapper {

display:inline;

/*	border: 1px solid #e6e6e6;*/

	height: 1%;

	margin: 27px 0;

/*	padding: 12px;*/

	}



h2.centerBoxHeading {

	/*

	font: bold 20px Arial;

	color: #4e637e;

	border-bottom: 1px solid #e5f3f7;

	padding: 0 0 2px 0;

	margin: 24px 0 15px 0 !important;

	*/

	font: bold 14px Arial;

	color: #333333;

	margin-bottom:0;

	margin-top:7px;

	padding:9px 25px;

	background:url(../../../../images/bgImage/bg_center_header.gif) no-repeat;

}

/*sideboxes*/

.columnLeft {

	padding: 0 5px 0 0;

}

.columnRight {

	padding: 0 0 0 5px;

}



h3.leftBoxHeading, h3.rightBoxHeading {

	font: bold 1.1em arial;

	color: #ffffff;

	background: url("../images/sidebox_right.gif") no-repeat right top;

	}



h3.leftBoxHeading, h3.rightBoxHeading {

	color: #ffffff;

	background: url("../images/sidebox_right.gif") no-repeat right top;

	}



h3.leftBoxHeading a, h3.rightBoxHeading a {

	font: normal 11px verdana, arial;

	color: #ffffff;

	text-decoration: underline;

	}





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

	color: #FFFF33;

	text-decoration: none;

	} 

.sidebox-header-left {

	background: url("../images/sidebox_left.gif") no-repeat left top;

	padding: 0 0 0 0.3em;

}

.main-sidebox-header-left {

	background: url("../images/main_sidebox_left.gif") no-repeat left top !important;

	padding: 0 0 0 0.3em;

}

.main-sidebox-header-right {

	background: url("../images/main_sidebox_right.gif") no-repeat right top !important;

	padding: 0 0 0 0.3em;

}



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

	font: bold 1.1em arial;

	color: #ffffff;

}



.leftBoxHeading, .rightBoxHeading {

	margin: 0em;

	background-color: #abbbd3;

	padding: 0.4em 0.3em 0.4em 0.4em !important;

	}

.leftBoxHeading label, .rightBoxHeading label {

	line-height: 16px;

}

.leftBoxContainer, .rightBoxContainer {

	margin: 0em;

	margin: 16px 0 4px 0;

	}



.sideBoxContent {

	border: 1px solid #E6E6E6;

	border-top: none;

	background-color: #ffffff;

/*	padding: 0.7em 0.4em 1em 0.4em;*/

	padding: 0.7em 0.9em;

	}

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

	font: normal 11px verdana;

	color: #454545;

	line-height: 17px;

}

.sidebox-products {

	display: block;

	color: #478a00 !important;

	padding: 2px;

}

#shoppingcartContent {

	background: #f9fbee !important;

}

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

	color: #FFFFFF;

	}

.productListing-data {

border-bottom:1px dotted #7591B1;

padding:0.5em;

}



.centeredContent, TH, #cartEmptyText, #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, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {

	text-align: left;

	}

.additionalImages a {

	text-decoration: none;

}



#bestsellers .wrapper {

	}



#bestsellers ol {

	padding: 0;

	margin: 0 0 0 8px;

	}



#bestsellers li {

	padding: 0;

	margin: 0.3em 0em 0.3em 0em;

	}

#upProductsHeading {

	text-align: left;

	}



#upDateHeading {

	text-align: right;

	}



/* categories box parent and child categories */

A.category-top {

	font: 800 12px/15px arial;

	text-decoration: none;

	padding: 0 0 0 9px;

	background: url("../images/arrow.gif") no-repeat 0 4px;

	}

A.category-links, A.category-links:visited {

	color: #004080;

	text-decoration: none;

	}

.categories-top-list {

	padding: 4px 0;

	background: url("../images/dotted_line.gif") repeat-x 0 top;

}

.no-dots {

	background: none;

}

.sub-count {

	color: #aaaaaa;

	line-height: 12px !important;

}



.subcategory {

	padding: 0 0 6px 12px;

}

.subcategory a {

	line-height: 12px !important;

}



A.category-subs, A.category-products {

	color: #0075E2;

	text-decoration: underline;

	}

A.category-subs:hover, A.category-products:hover {

	text-decoration: none;

}



SPAN.category-subs-parent {

	font-weight: bold;

	}

SPAN.category-subs-selected {

	font-weight: bold;

	}

/* end categories box links */



/*misc*/

.back {

	padding:0px;

	float: left;

	}

.categoryListBoxContents,.centerBoxContentsSpecials,.centerBoxContentsFeatured,.centerBoxContentsNew{

	padding:10px;

	border-bottom:1px #bbbbbb dotted;

}

.centerBoxContentsSpecials,.centerBoxContentsFeatured,.centerBoxContentsNew{

	height:185px

}

.categoryListBoxContents{

	height:102px

}

.back input label {padding:0px auto auto}

.forward{

	float: right;

	}

#PPECbutton{

	float:left

	margin:0;

	padding:0;

    height:42px;

 	width:188px;

 }



.bold {

	font-weight: bold;

	}



.rowOdd {

	background-color: #f4f4f4;

	height: 1.5em;

	vertical-align: top;

	}



.rowEven {

	background-color: #fdfdfd;

	height: 1.5em;

	vertical-align: top;

	}



.hiddenField {

	display: none;

}

.visibleField {

	display: inline;

}



CAPTION {

	/*display: none;*/

	}

#myAccountGen,#myAccountNotify{

	list-style: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: #dadada;

	height: 2em;

	}



.productListing-rowheading {

	/*background-color: #cfd8e6;


	height: 2em;

	color: #FFFFFF;*/

	background: #eef1f6;

	border: 1px solid #e2e6ec;

	height: 2em;

	}

.productListing-rowheading th {

	border-bottom: 1px solid #e2e6ec;

	border-top: 1px solid #e2e6ec;

	}





.tabTable {

	margin: 6px 0 4px 0;

}

.tabTable td {

	padding: 12px 8px;

	text-align: left;

}



.productListing-even {

	background-color: #f7f7f3;

}



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

	}

.show-cart{

	margin:30px 5px 0 auto;

}

.model1{

	font-weight: bold;

	color: #FF9900;

	}

.green{

	color: Green;

	font-weight: bold;

	}	

.model38 {color: #FF9900}

.model39 {color: #00FF00}

.model28 {color: #0000FF}

.model29 {

	color: #FF0000;

	font-weight: bold;

	}



#productDetailsList{

	margin:10px auto;

	padding:0; 

	list-style: none outside none ; 

	}

#productDetailsList li{

	margin:auto auto 3px;

	padding:0px;

}



#tbody {margin:0; padding:0; clear:left; float:left; width:320px;}

#mainbody {width:300px;margin:5px;border:1px solid #cccccc;padding:1px; text-align:center}

#mainphoto {cursor:pointer;display:block;}

#goleft {float:left;clear:left;margin:6px 5px 0 3px;}

#goright {float:right;clear:right;margin:6px 3px 0 5px;}

#photos {width:280px;height:54px;margin:10px 0px;overflow:hidden;}

#showArea {width:500px;magin:auto auto auto 5px;height:54px}

#showArea img {display:inline;float:left;margin:1px;cursor:pointer;border:1px solid #CCCCCC}

.txt_1 {font:bold 24px Verdana, Tahoma;color:#fff;}



.productinforight{margin:0; padding:3px 0; clear:right; float:right;;width:460px;}



#productDescription table { width:100%; margin:0; border: 1px solid #dddddd;}

#productDescription td, #productDescription th { border-bottom:1px solid #D9DDE3; border-right:1px solid #D9DDE3; line-height:1.25em; padding:3px 8px; }

#productDescription th { text-align:right; width:140px; }

#productDescription h2 { color:#CC6600; font-size:small;border-bottom:1px dashed #E5DCC3;padding-bottom:1px; }

#productDescription ul { margin:0.25em 1.6em; list-style-position:outside;}

#productDescription ol { margin:0.25em 2.5em; list-style-position:outside;}

#productDescription li{ line-height:20px;}

#productDescription p{ line-height:20px;}



/* index page banner image style */

.picshow_main { position: relative; width: 580px; height: 160px}

.picshow_main .imgbig { filter: progid:dximagetransform.microsoft.wipe(gradientsize=1.0,wipestyle=4, motion=forward); width: 580px; height: 160px}

.picshow_change {position: absolute; text-align: left; bottom: 0px; height: 30px; right:10px;}

.picshow_change img {width:15px; height: 15px}

.picshow_change a { border: 1px solid; display: block; float: left; margin-right: 5px;  -display: inline}

a.axx { border-color: #555}

a.axx:hover {border-color: #000}

a.axx img { filter: alpha(opacity=40); opacity: 0.4; -moz-opacity: 0.4}

a.axx:hover img {filter: alpha(opacity=100); opacity: 1.0; -moz-opacity: 1.0}

a.bxx { border-color: #000}

a.bxx:hover {border-color: #000}

img{

border:0px

}

#productQuantityDiscounts table {width:100%;text-align:center}

#productQuantityDiscounts table tr td,th {border:#CCCCCC 1px solid }

#productQuantityDiscounts table tr th {background-color:#f3f3f3;text-align:center}

.price{font-weight:bolder}

#login-password {width:250px}

#login-email-address {width:250px}

#paymethod {text-align;

border:1px solid #CCCCCC;

border-top-width:0px;

font-weight:bold;

color:#666666;

}

.paymethod {margin:13px auto auto auto}

#paymethod .img{text-align:center;}

#paymethod #title{

text-align:left;

color:#FFFFFF;

background: url("../images/sidebox_right.gif") no-repeat right top;

}

#paymethod .special 

{ color:#66CC33;

 }

.color_gray{

	color:#666666;

}

#shipping_description{

	text-indent:25px;

}

.ftb {

     font-size:10px;

     font-weight:bold;

     

}

.ftbtitle{

          font-size:12px;

          font-weight:bold;

		  color:#669900;

}	

.topcart{

         

         width:340px;

		 }

.toptext{

         text-align:left;

         color:#666666;

         width:390px;

		 font-size:12px;

         

		 

		 }	

.toplink{

         width:730px;

		 

		 }	 

.topsite{

         font-size:10px;

		 font-weight:bold;

		 }			



#ezPageDefault {

font-family:Arial, Helvetica, sans-serif, "ËÎÌå";

font-size: 12px;

font-weight:400;

font-style: normal;

color: #666666;

text-transform:none;

text-decoration:none;

letter-spacing:normal;

word-spacing:0;

line-height:17px;

text-align:start;

vertical-align:baseline;

direction:ltr;

}



#ezPageDefault p{color: #000000:}

 

#ezPageDefault ul{list-style-position:inside;

                  margin:0.25em 1em;}	    

#ezPageDefault ol{list-style-position:inside;

                  margin:0.25em 1em;}	   

/*review part*/ 

#product_review span{font-weight:bold;#333333}

#product_review p{color:#666666}

#rating .left{text-align:right}

.dottedLine{width:100%;height:2px;border-bottom:1px #cccccc dashed;margin:7px 0}

#rating .right{padding-left:22px;text-align:left}

#rating .right input{border:1px #cccccc solid;width:230px;height:19px}

#rating sub{color:#a40000;font-weight:bold;font-size:14px}

#write_review a{text-decoration:underline}

#rating textarea,#rating input{font-size:12px;color:#666666;}

#rating textarea{border:1px #CCCCCC solid;width:354px}

.errorInfo,.successInfo{width:350px;padding:10px 50px;margin:10px 50px;font-weight:bold}

.errorInfo{border:1px #a40000 solid;background: url(../../../../images/bgImage/error.gif) no-repeat 2% center #ffcccc;color:#a40000;}

.successInfo{border:1px #66cc66 solid;background: url(../../../../images/bgImage/success.gif) no-repeat 2% center #ccffcc;color:#444444}

.reviewsReply {width:606px;}

.reviewsReply em,.reviewsReply b{background:url(../../../../images/bgImage/reply_bg.gif) no-repeat;display:block;}

.reviewsReply em{height:20px;}

.reviewsReply ul{list-style-type:none;border:1px solid #ddd; border-width:0 1px;padding:0 10px;margin:0;color:#a40000;width:584px}

.reviewsReply b{height:10px; background-position:0 100%;}

.auth_code{width:44px;height:20px}





.contact_con1 {

background-image:url("../images/contact_ill1.png");

background-position:20px 55px;

background-repeat:no-repeat;

border:1px solid #CCCCCC;

line-height:22px;

margin-top:8px;

padding:10px;



}



.register_titlefont {

background-color:#EFEFEF;

color:#666666;

font-size:14px;

font-weight:bold;

height:24px;

line-height:24px;

margin-bottom:10px;

margin-top:4px;

padding:2px 5px;

}



.contact_con2 {

margin-left:95px;

}



#UPFront a{

         color:#666666;

         font-size:12px;

		 font-weight:400;

         }

		 

#UPFront b{

           

		   font-weight:bold;

		   }

ul.bestSale{list-style-type:none}

ul.bestSale li a{text-decoration:underline}





#product_review{font-family:verdana;color:#666666;font-size:11px;}

#product_review h2{color:#1E4E8E;font-size:17px;}

#write_review{font-family:verdana;color:#666666;font-size:11px;}

#write_review h2{color:#1E4E8E;font-size:17px;}

	#totalPrice{

		font-size:13px;

		font-style:italic;

		font-weight:bold;

		color:#a40000;

	}

	#cartAdd {

	text-align:center;

	margin:10px auto;

	overflow:hidden

	}

	#cartAdd .cartQuantityInput {

		width:33px;

		height:20px;

		border:1px #cccccc solid;

		font-size:15px;

	}

	.cartButton{

		margin:10px auto auto;

	}

	#p_tab {

		border-bottom:1px #eaeaea solid;

        font-size:15px;

        font-weight:bold;

		margin:20px auto auto;

		overflow:hidden

	}

	#tab1_t,#tab2_t,#tab3_t,#tab4_t {

		width:150px;

		float:left;

		margin-right:5px;

		width:175px;

		height:20px;

		cursor:pointer;

		

		text-align:center;

		padding-top:6px

	}

	.bg_gray{

		color:#666666;

		background:url(../../../../images/bg_gray.gif) no-repeat;

	}

	.bg_blue{

		color:#ffffff;

		background:url(../../../../images/bg_blue.gif) no-repeat;

	}

	

	#tab1_c,#tab2_c,#tab3_c,#tab4_c{

		padding:10px 15px 5px;

	}

	#contentWrap {

		background-color:#f8f8f8;

		border-width:0 1px;

		border-color:#cccccc;

		border-style:solid;

		overflow:hidden;

		padding:0 7px;

		height:300px;

		*margin:-4px auto -9px;

	}

	#contentWrap ul{

		overflow:hidden;

		font-size:12px;

		height:100%

	} 

	#contentWrap .freeShippingText a{

		font-size:12px;

	}

	#contentWrap b{

		margin:0;

		padding:0;

	}

	#discountContent{

		display:none;

		position:absolute;

		padding:10px;

		background:url(../../../../images/bg_discount.gif) no-repeat;

	}

	#discountContent ul{

		list-style-type:none;

		overflow:hidden;

		color:#3399ff;

	}

	#LeftWrap{

		width:193px;

		float:left;

		padding-left:22px;

	}

	#rightWrap{

		 width:215px;

		 height:300px;

		 float:right;

	}

	#discount{

		font-size:13px;

		font-weight:bold;

		color:#a40000

	}

	#centerWrap{

		 width:2px;

		 height:100%;

		 border-left:2px #cccccc solid;

		 float:left;

	}

	#secretIcon{

		text-align:center;

		margin:10px auto

	}

	#termsLink ul {

		 list-style:none;

		 text-align:center;

		 margin:10px auto 33px

	}

	#top_nav .littleRole{

		padding-top:10px;

	}

	.hidden{

		display:none

	}

	#freeShipping{

		width:100%;

		overflow:hidden;

		padding:10px 0 0;

		font-size:12px

	}

	#freeShipping ul{

		list-style:none;

		padding:7px 0;

		height:210px;

	}

	#freeShipping h2.centerBoxHeading{

		background-image:none;

		background:url(/images/bgImage/bg_center_longheader.gif) no-repeat;

		padding-left:15px;

		margin-bottom:0;

	}

	#freeShipping h2.centerBoxHeading a{

		color:#333333;

		text-decoration:none

	}

	#freeShipping ul li{

 		width:120px;

		float:left;

		height:190px;

		text-align:left;

		margin-left:14px;

		padding:10px 10px

	}



	#freeShipping .contentWrap{

		border:1px #DCDCDC solid;

		border-top:none;

		overflow:hidden;

	}

	#footer_category{

	text-align:center;

	color:#666;

  font-size:12px;

  font-weight:400;

	}

	#footer_category a{

	font-weight:700;

	text-align:center;

	color:#666;

  font-size:12px;

	}

.category-subs-parent, .category-subs-selected{

float:left;width:150px;font-size:12px;font-weight:700;

}

.category-subs-parent_subs{

 float:left;font-size:11px;font-weight:700;

 }

.category-subs-parent_div{

float:left;position:relative;left:5px;margin:0px;

}

.category-subs-parent_img{

margin-top:5px;width:14px;height:12px;

}

/* free shipping */

#splitNavMenu{

	height:22px;

	padding-top:8px;

	border:1px #EBE9DF solid;

	background:#EBE9DF;

	padding-left:15px;

	padding-right:15px;

	margin:10px auto

}

#splitNavMenu a{

	display:inline;

	padding:2px 7px;

	text-decoration:none;

	background-color:#ffffff;

	border:1px #EBE9DF solid;

	color:#666666

}

#splitNavMenu span{

	padding:2px 7px;

}

.pageTotal{

	float:left;

	font-weight:bold;

	color:#666666

}

.pageLink{

	float:right;

}

#free_shipping_table div,.product_list_cols div{

	margin:auto;

	padding:3px 0

}

#free_shipping_table td{

	padding:15px

}

#free_shipping_table div.p_image,#free_shipping_table div.p_price,#free_shipping_table div.p_button{

	text-align:center

}

#free_shipping_table div.p_image a img{

	border:1px #ffffff solid

}

#free_shipping_table div.p_image a:hover img{

	border:1px #bbbbbb solid

}

#free_shipping_table div.p_name{

	height:45px;

	text-align:left

}

#freeShippingContent{

	border:1px #EBE9DF solid;

}





/* new add 2010-11-21 */	

/* checkout success */	

#c_s{

	padding:10px;

	color:#666666;

	font-size:11px;

}

#c_s .c_s_t{

	font-size:12px;

	color:#333333;

	font-weight:bold;

}

#c_s .c_s_o_n{

	font-size:11px;

	color:#333333;

	font-weight:bold;

}

/* address book process */

#a_d_p .a_d_p_t{

	font-size:12px;

	color:#333333;

	font-weight:bold;

	height:16px;

	padding:8px;

	border:1px #bbbbbb solid;

	border-bottom:none;

}

#a_d_p .a_d_p_h{

	font-size:11px;

	font-weight:bold;

	color:#333333;

	/*padding:10px 25px*/

}

/* checkout login */

#c_l_l{

	border:1px #bbbbbb solid;

	font-size:12px;

	padding:10px;

	margin-bottom:15px;

	*height:79px

}

.checkoutLoginTitle,.s_a_t,.b_a_t{

	font-size:14px;

	font-weight:bold;

	color:#333333;

	padding:5px 10px

}

.s_a_t,.b_a_t{

	text-align:center

}



#c_l_l ul {

	

}

#c_l_l ul li {

	display:block;

	float:left;

	color:#666666;

	padding-left:33px

}

#c_l_l .input_box,.importantInfo .input_box,.s_a_c .input_box,.b_a_c .input_box{

	height:14px;

	border:1px #bbbbbb solid;

	padding:3px;

	font-size:12px;

}

.c_l_w{

	width:800px;

	margin:auto

}

#c_l_c{

	padding:10px;

	border:1px #bbbbbb solid;

	margin:auto auto 15px auto;

}

.createAccountTitle{

	float:left;

	font-size:14px;

	font-weight:bold;

	color:#333333;

	padding:5px 10px	

}

#c_l_c .importantInfo{

	width:48%



}	

.importantInfo .input_text,.s_a_c .input_text,.b_a_c .input_text{

	color:#666666;

	text-align:right

}

.fl{

	float:left

}

.fr{

	float:right

}

.c_l_terms{

	font-size:12px;

	color:#666666;

	margin:0;

	padding:0

}

.c_l_terms{

	line-height:20px

}

.c_l_terms a{

	text-decoration:underline

}

.s_a_c{

	width:48%;

	color:#666666

}

.b_a_c{

	width:51%;

	color:#666666

}

.s_a_c select,.b_a_c select{

	height:22px;

	width:190px;

	border:1px #bbbbbb solid;

	padding:0px

}

.s_a_c table,.b_a_c table{

	width:100%;

	border:none;

	padding:10px

}

.b_a_c table{

	border-left:1px #eaeaea solid

}

/* checkout payment process */

.checkoutPaymentProcess{

	font-family:arial,helvetica,sans-serif;

	font-size:12px;

	font-weight:normal;

	color:#333333

}

.itemTitle{

	font-size:12px;

	font-weight:bold;

	width:100%;

	text-align:left

}

.border_b{

	border-bottom:1px #dddddd solid

}

.address{

	width:43%;

	text-align:left;

	padding:5px 15px;

	font-size:12px;

	color:#000000

}

.shippingHeading,.paymentHeading{

	background:#eaeaea;

	padding:3px 10px;

	margin-top:10px

}

#paymentInfoWrap{

    margin:10px auto;

    height:108px;

	width:715px;

	*font-weight:normal

}

#paymentInfoWrap p{

	font-weight:bold;

	color:#333333;

	text-align:center;

	margin:0

}

#paymentInfo{

	margin:auto;

	*margin:-5px auto -7px;

	width:684px;

	padding:0 15px;

	border-left:1px #bbbbbb solid;

	border-right:1px #bbbbbb solid;

	color:#333333;

	font-size:11px;

	sheight:79px;

}

#paymentInfo ul{

	list-style:none;

	margin:0

}

#paymentInfo ul li strong{

	font-size:11px;

	color:#333333;

	font-weight:bold

}

.couponInput input{

	width:125px;

	height:21px;

	border:1px #bbbbbb solid

}

.mianCenterWrap{

	border:1px #dddddd solid;

}

#checkoutTitle{

	font-weight:bold;

	font-size:12px;

	height:16px;

	margin:0;

	padding:8px;

	border-bottom:1px #dddddd solid

}

.shippingAlert{

	 width:288px;

	 margin:0;

	 font-size:11px;

	 color:#a40000;

	 padding-left:10px

}

.shippingFees{

	 float:right;

	 color:#333333;

	 font-weight:bold

}

.orange {

	color:#D43B07;

	font-weight:bold

}

#gift_content_wrap {

	padding:10px;

	border-left:1px #bbbbbb solid;

	border-right:1px #bbbbbb solid;

	margin:auto;

	*margin:-5px auto -7px;

	color:#333333;

	font-size:11px;

	*font-weight:normal

}

.gift_content_title{

	color:#333333;

	padding:10px 33px;

	margin:7px auto;

}

#gift_content_wrap table{

	width:80%;

	margin:auto auto 33px

}

.imageCell,.textCell{

	width:33%;

	text-align:center

}

#cardForm{

	width:100%;

}

#cardForm ul{

	list-style:none;

	padding:10px 0px 10px 88px;

}

#cardForm ul li{

	padding:2px;

	width:80%

}

#cardForm ul li input,#cardForm ul li textarea{

	border:1px #cccccc solid;

	width:88%;

	font-size:11px;

	color:#666666

}

#cardForm ul li input {

	height:25px

}

#cardForm ul li textarea {

	height:100px

}

.orderAdressTitle{

	 background:#eaeaea;

	 padding:3px 10px;

	 overflow:hidden;

	 height:17px

}

.orderAdressTitle li{

	display:block;

	float:left;

	width:49%;

	padding-left:5px

}

.button{

	margin:10px auto



}

.checkboxLabel{

	float:none !important;

	font-size:12px;

	font-weight:bold;

	color:#333333

}

.shippingOptions li{

	display:block;

	float:left;



}

/* checkout shipping address */

#c_s_a,#a_d_p {

	margin:15px auto 25px

}

#c_s_a_c{

	padding:10px;

	border:1px #bbbbbb solid;

	overflow:hidden

}

#c_s_a .c_s_a_t{

	font-size:12px;

	color:#333333;

	font-weight:bold;

	height:16px;

	padding:8px;

	border:1px #bbbbbb solid;

	border-bottom:none;

}

#c_s_a .c_s_a_a{

	font-size:11px;

	color:#666666;

	padding:0 10px 10px;

}

#c_s_a .c_s_a_a a{

	color:#a40000

}

.shippingAdressList{

	list-style:none;

	padding:10px 30px

}

.shippingAdressList li{

	width:48%;

	float:left;

	padding:0;

	height:160px

}

#c_s_a .c_t{

	font-size:11px;

	font-weight:bold;

	color:#666666;

	height:15px;

	padding:3px 10px;

	background:#eaeaea

}

/* checkout new address */

.importantInfo select{

	height:22px;

	width:295px;

	border:1px #bbbbbb solid;

	padding:0px

}

.l_l{

	width:190px !important;

}

.l_s{

	width:110px !important;

}

.l_l_l{

	width:285px !important;

}



		.listStyleNone{

			list-style:none

		}

		.layoutInline {

			display:block;

			float:left

		}

		.checkOutNav a{color:#888888;text-decoration:none}

		.checkOutNav a:hover{text-decoration:underline;color:#a40000}

		.checkOutNav .focusItem{color:#333333}

		.pad_10{padding:10px 10px}

		.pad_30{padding:10px 30px}

		.li1,.li2,.li3,.li4,.li5{

			display:block;

			float:left;

			height:22px;

			font-size:12px;

			font-weight:bold;

			color:#999999

		}

		.li1{

			 width:22%;

			 text-align:right

		}

		.li1 a{

			color:#333333;

			font-weight:bold;

		}

		.li2{

			width:19%;

			text-align:center;			

		}

		.li3{

			width:10%;

			text-align:right;

		}

		.li4{

			width:14%;

			text-align:right;

		}

		.li5{

			width:15%;

			text-align:right

		}



/*add 2010-11-25 shipping estimate */

#s_e .s_e_c_o{

	font-weight:bold

}

#s_e .s_e_c_o select{

	border:1px #bbbbbb solid;

	height:21px;

	padding:2px;

	color:#666666

}

.estimator_table{

	margin:10px;

	width:100%;

	border:1px #bbbbbb solid;

	font-size:12px;

	color:#666666

}

.estimator_table tr{

	border-bottom:1px #bbbbbb solid

}

.estimator_table td{

	padding:5px 15px;

	vertical-align:text-top

}

.estimator_table td.w_50{

	width:50%;

}

.estimator_table td.w_30{

	width:30%;

}

.estimator_table dt{

	display:inline;

	padding:5px 0;

	color:#333333

}

.estimator_table dd{

	margin:0;

	padding-left:5px;

	+margin-left:-42px;

	font-size:11px;

	color:#666666

}

.estimator_table .table_t_row{

	font-size:12px;

	font-weight:bold;

	color:#333333;

	background:#e5e5e5;

}

#s_e .shpping_method{

	

}

#s_e .shipping_fees{

	color:#333333;

	font-weight:bold

}

#s_e .shipping_save{

	color:#a40000

}

.border_b{

	border-bottom:1px #bbbbbb solid

}

.p_a_p a{

	font-size:12px;

	font-weight:normal;

	color:#a40000

}

#s_e .s_e_c_c{

	font-weight:bold;

	height:27px;

	padding:5px 10px

}

.s_e_c_c select{

	border:1px #bbbbbb solid;

	height:21px;

	padding:2px;

	color:#666666

}

#s_e .cart_info{

	font-size:12px;

	color:#666666;

	padding:3px 10px

}

#shoppingCartDefault a{

	text-decoration:underline;

}

.s_e_c{

	overflow:hidden

}

	#s_c_p{

		background:url(/images/bgImage/shoppingcart-bg.gif) repeat-x;

}

	#s_c_p .t_t{

		width:100%;

		height:30px;

	}

	#s_c_p .t_t th{

		padding:5px 15px;

	}

	#s_c_p .q_t,#s_c_p .u_p_t,#s_c_p .a_p_t{

		width:12%;

		border:none;

		text-align:center

	}

	#s_c_p .p_t{

		width:64%;

		border:none;

	}

	.p_d{

		text-align:left !important

	}

	.p_d,.p_q,.p_u_p,.p_a_p{

		text-align:center;

		padding:10px;

		font-size:12px;

		font-weight:bold;

		color:#333333;

		vertical-align:top

	}

	#cartContentsDisplay{

		border-width:2px 1px 1px;

		border-style:solid;

		border-color:#7ebc1b #bbbbbb #bbbbbb

	}

	#s_c_p .s_c_p_t,#s_e .s_e_t{

		border:1px #bbbbbb solid;

		border-bottom:none;

		font-size:15px;

		color:#333333;

		font-weight:bold;

		height:22px;

		padding:8px 10px

	}

	.split_line{

		padding:0 18px;

		text-align:center

	}

	#s_c_p ul{

		padding:0;

		margin:0;

		list-style:none

	}

	#s_c_p ul.p_a li{

		font-size:12px;

		font-weight:bold;

		color:#666666;

		display:block;

	}

	li.p_i img{

		border:1px #eaeaea solid

	}

	.p_i,.p_t{

		display:block;

		float:left;

		margin:auto 5px

	}

	#update_link{

		display:none

	}

	#update_link a{

		font-weight:normal;

		color:#a40000;

	}



	#productsListBox{

	width:804px;

	}

   .couponInfo p{

		padding-left:25px;

		font-size:11px;

		color:#666666

	}

#s_c_p{

	background:url(/images/bgImage/shoppingcart-bg.gif) repeat-x;

}

#s_c_p .c_empty_text{

	list-style:disc inside;

	font-size:12px;

	color:#666666;

	font-weight:normal

}

#s_c_p .c_empty_text li{

	display:list-item;

	line-height:30px;

	padding:2px 20px

}

#s_c_p .c_empty_header{

	font-size:14px;

	font-weight:bold;

	color:#333333;

	padding:15px 10px

}

#s_c_p .c_empty_button{

	text-align:center;

	margin:20px auto

}

#c_empty{

	border-width:2px 1px 1px;

	border-style:solid;

	border-color:#7ebc1b #bbbbbb #bbbbbb

}

#cart_right_column .cart_right_box{

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

	font-size:12px;

	color:#333333;

	width:100%;

	border:1px #bbbbbb solid;

	margin-bottom:10px;

	background-color:#F6F6F6;

	padding:0 10px;

	width:160px

}

#cart_right_column .cart_right_title{

	font-size:14px;

	font-weight:bold;

	padding:5px;

	text-align:center;

	border-width:0 0 1px 0;

	border-color:#bbbbbb;

	border-style:solid

}

#cart_right_column .cart_right_content{

	font-size:11px;

	color:#666666;

	text-align:left;

}

#cart_right_column .cart_right_content a{

	font-size:12px;

	color:#7EBC1B;

}

#s_e .s_e_p_i{

	list-style:none;

	padding:7px;

	overflow:hidden;

	margin:10px;

	font-size:12px;

	color:#666666;

	width:100%

}

#s_e .s_e_p_i li{

	display:block;

	float:left;

	text-align:center;

	width:48%

}

#s_e .s_e_p_i li span{

	font-weight:bold

}

/* tpl_main_page */

		.listStyleNone{

			list-style:none

		}

		.layoutInline {

			display:block;

			float:left

		}

		.checkOutNav a{color:#888888;text-decoration:none}

		.checkOutNav a:hover{text-decoration:underline;color:#a40000}

		.checkOutNav .focusItem{color:#333333}

		.pad_10{padding:10px 10px}

		.pad_30{padding:10px 30px}

		.li1,.li2,.li3,.li4,.li5{

			display:block;

			float:left;

			height:22px;

			font-size:12px;

			font-weight:bold;

			color:#999999

		}

		.li1{

			 width:25%;

			 text-align:right

		}

		.li1 a{

			color:#333333;

			font-weight:bold;

		}

		.li2{

			width:19%;

			text-align:center;			

		}

		.li3{

			width:13%;

			text-align:left;

		}

		.li4{

			width:13%;

			text-align:center;

		}

		.li5{

			width:17%;

			text-align:center

		}



/* login */



#registerPage .centerContentWrap{	

	font-size:12px;

	color:#666666

}

#loginBox{

	width:49%;

	border:1px #bbbbbb solid;

	float:left

}

#registerBox{

	width:49%;

	border:1px #bbbbbb solid;

	float:right

}

#loginBox .input_text,#registerBox .input_text{

	width:25%;

	text-align:right;

}

#registerPage .headerTitle{

	font-size:16px;

	font-weight:bold;

	color:#333333;

	padding:10px 0

}

#loginBox .l_title,#registerBox .r_title{

	font-size:14px;

	font-weight:bold;

	color:#666666;

	height:21px;

	padding:7px 15px;


}

#registerPage .l_l{

	height:18px;

	border:1px #bbbbbb solid;

	padding:2px;

	font-size:12px;

	color:#666666

}

#loginBox .registerButton,#registerBox .registerButton{

	padding: 6px 50px; 

	text-align: right;

}

/* 2010-12-15 */

/* feature categories */

#featureCategories ul{

	list-style:none

}

#featureCategories .categoriyList{

	display:block;

	float:left;

	width:170px;

	padding:5px 13px;

	border-right:1px #EBE9DF dashed

}

#featureCategories h3{

	font-size:12px;

	font-weight:bold;

	color:#333333;

	padding:0;

	margin:0

}

#featureCategories h3 a{

	color:#333333

}

#featureCategories h4{

	font-size:12px;

	font-weight:normal;

	color:#7EBC1B;

}

#featureCategories h4 a{

	color:#333333;

	text-decoration:none	

}

#featureCategories .categoryMore a{

	color:#004080;

	font-size:11px;

}

#featureCategories .sub_c{

	padding-left:12px;

	background:url(/images/bgImage/bg_category_list.gif) no-repeat;

}

/* main_page contact us*/



 .left_column_contact_us{

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

	font-size:12px;

	color:#333333;

	border:1px #bbbbbb solid;

	margin-bottom:10px;

	padding:0 10px;

	width:173px;margin:10px auto

}

 .contact_us_header{

	font-size:14px;

	font-weight:bold;

	padding:5px;

	text-align:center;

	border-width:0 0 1px 0;

	border-color:#bbbbbb;

	border-style:solid

}

 .contact_us_content{

	font-size:11px;

	color:#666666;

	text-align:left;

	padding:5px 0 15px 0

}

 .contact_us_content ul{

 	list-style:none

 }

.contact_us_content a{

	color:#004080;

	text-decoration:underline

}



/* product_list */

#splitNavMenu{

	height:22px;

	padding-top:8px;

	border:1px #EBE9DF solid;

	background:#EBE9DF;

	padding-left:15px;

	padding-right:15px;

	margin:10px auto

}

#splitNavMenu a{

	display:inline;

	padding:2px 7px;

	text-decoration:none;

	background-color:#ffffff;

	border:1px #EBE9DF solid;

	color:#666666

}

#splitNavMenu span{

	padding:2px 7px;

}

.pageTotal{

	float:left;

	font-weight:bold;

	color:#666666

}

.pageLink{

	float:right;

}

#splitNavMenu a.next_page{

	color:#000000;

	background:url(/images/bgImage/next.gif) no-repeat right #ffffff;

	padding-right:10px;

}

#splitNavMenu a.prev_page{

	color:#000000;

	background:url(/images/bgImage/previous.gif) no-repeat left #ffffff;

	padding-left:10px;

}

#productListContents{

	border:1px #EBE9DF solid;

}

#productListContents div.p_image,#productListContents div.p_price,#productListContents div.p_button{

	text-align:center;

}

#productListContents div.p_image{

	position:relative;

	z-index:1;

}

#productListContents div.p_image a img,.featureProductsTable .p_image img,#featureCategories .c_image img{

	border:1px #ffffff solid

}

#productListContents div.p_image a:hover img,.featureProductsTable .p_image a:hover img,#featureCategories .c_image a:hover img{

	border:1px #bbbbbb solid

}

#productListContents div.p_name{

	text-align:left;

	height:50px

}
#productListContents div.p_model{
	text-align:left;
	font-weight:Bold;
	color:#333333
}
.save_rate{

	position:absolute;

	width:38px;

	height:34px;

	background:url(/images/bgImage/bg_save_rate.gif) no-repeat;

	font-size:15px;

	font-weight:bold;

	color:#ffffff;

	text-align:left;

	padding-top:7px;

	padding-left:7px;

	top:2px;

	left:106px

}

.product_list_cols{

	text-align:center;

	padding:15px;

	vertical-align:top

}



.product_list_cols .p_price,#free_shipping_table .p_price{

	font-weight:bold;

	color:#a40000

}

.product_list_cols .p_button a,#free_shipping_table .p_button a{

	color:#004080

}

/* 2010-12-15 end*/

/* 2010-12-16 */

/* index featured products */

.featureProductsTable{

	border:1px #DCDCDC solid;

	width:100%;

	padding:10px 15px;

	font-size:12px

}

.featureProductsTable div{

	padding:5px 0;

}

.featureProductsTable .p_image,.featureProductsTable .p_price{

	text-align:center;

	color:#a40000;

	font-weight:bold

}

.featureProductsTable td{

	border-width:0 0 1px;

	border-color:#dcdcdc;

	border-style:dotted;

	padding:5px

}



/* header keyword */

	#hotKeyword ul{

		list-style:none;

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

	}

	#hotKeyword ul li{

		margin:0;

		padding:8px 0 0 5px;

	}

	#hotKeyword ul .bold{

		font-size:12px;

		font-weight:bold;

		margin:0;

		color:#333333

	}

	#hotKeyword ul .keyword h3{

		margin:0;

		font-weight:normal	

	}

	#hotKeyword a{

		text-decoration:underline;

		color:#004080;

		font-size:11px;

	}

	#hotKeyword a:hover{

		text-decoration:none;

	}





#f_categories_list{

	border:1px #bbbbbb solid;

	margin-top:10px auto;

	width:193px

}

#f_categories_list h2{

	font-family:arial,helvetica,sans-serif;

	margin:0;

	font-size:14px;

	color:#333333;

	background:#EBE9DF;

	border-bottom:1px #bbbbbb solid

}

#f_categories_list ul{

	list-style:none

}

#f_categories_list ul li{

	border-bottom:1px #EBE9DF solid

}

#f_categories_list ul li a{

	padding:5px 0 5px 5px;

	height:18px;

	display:block;

}

#f_categories_list ul li a:hover{

	background:#EBE9DF;

	font-weight:bold;

	text-decoration:none

}

#f_categories_list ul li.curent_c{

	background:#EBE9DF;

	font-weight:bold;

}



/* 2010-12-18 */

/* order search */

#viewOrderForm{

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

	font-size:12px;

	color:#333333;

	border:1px #bbbbbb solid;

	margin-bottom:10px;

	padding:0 10px;

	margin:10px auto

}

#viewOrderForm label input{

	padding:2px;

	width:130px;

	height:17px;

	border:1px #bbbbbb solid;

	font-size:12px;

	color:#666666

}

#viewOrderForm .viewOrderContent{

	padding:10px;

	font-size:12px;

	font-weight:bold;

	color:#333333

}

#viewOrderWrap{

	width:500px;

	border:1px #bbbbbb solid;

	position:absolute;

	right:133px;

	display:none;

	z-index:999;

	padding:7px 15px; 

	background:#F8F8F8;

}

#viewOrderWrap #viewOrder{

	width:100%;

	border-top:1px #bbbbbb solid;

}

#viewOrderWrap #viewOrder th{

	border:none;

	font-size:12px;

	font-weight:bold;

	color:#6666666;

	padding:5px;

	text-align:left;

	border-bottom:1px #bbbbbb solid;

	margin:0

}	

#viewOrderWrap #viewOrder tr td{

	height:15px;

	padding:5px;

	vertical-align:top;

	font-size:11px;

	color:#666666;

	border-bottom:1px #333333 dotted;

}

#viewOrderWrap #viewOrder tr td.errorAlert{

	font-size:12px;

	color:#a40000;

	font-weight:bold;

}

a#viewOrderClose{

	font-szie:12px;

	color:#a40000;

	text-decoration:underline;	

}

#loading{

	position:absolute;

	right:133px;

	display:none;

}

#shipping_insurance{

	padding:10px 30px

}
