/**
 * 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 $
 */
* { margin:0; padding:0; }
html,body { height:100%; }
body {color:#2f2f2f; font:12px/1.5 Arial, Helvetica, sans-serif; min-height:100%; }
img {border:0; }
a{ color:#000000; text-decoration:none; }
a:hover{ color:#be0a33; text-decoration:underline; }
a:focus { outline:0; }

/* Heading */
h1, h2, h3, h4, h5, h6{ margin-bottom:.4em; line-height:1.3em; color:#0A263C; }
h1 { font-size:16px; line-height:1.17; }
h2 { font-size:1.5em; }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

/* Table */
th { padding:0;}
td  {padding:0; vertical-align:top;}

/* Paragraph */
address { font-style:normal; margin-bottom:.5em; }
cite { font-style:normal; font-size:10px; }
q:before,
q:after{ content:''; }

/* Form */
label { font-weight:bold; margin:0.2em 0;}
input, textarea, select, button {vertical-align:middle;margin:0.2em 0;}

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size */

big { font-size:1.1em; }


#productMainImage a img {
    height: 300px;
    width: 400px;
}

ul,li {list-style: none; }
a img {border: none; }


.biggerText {
	font-size: 1.2em;
	}
	
CODE {
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
}

FIELDSET {
	padding: 0.5em;
	border: 1px solid #ccc;
}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}
.centerBoxHeading { 
	 text-align: left;
     background:url("../images/dotted_line.gif") repeat-x scroll 0 bottom #EDF6FB; 
     padding:2px 5px;
}

.categoryListBoxContents {margin: 2px 0; text-align:left; width:20%!important; width:19%;}

.categoryListBoxContents a{ 
	background-color: #F5F5F5;
    border: 1px solid #ddd;
    margin: 2px 2px 2px 5px;
    display:block;
    text-align:left;
    padding-left:10px;
}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 11em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	}

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 #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	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-top:8px;}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#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;
	}

   page navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks a{padding: 2px 5px;border: 1px solid #E7E7E7;}
.navSplitPagesLinks strong {
    background: none repeat scroll 0 0 #a10000;
    color: #FFFFFF;
	padding: 2px 5px;
}
.navSplitPagesLinks a:hover{
	background: none repeat scroll 0 0 #a10000;
    color: #FFFFFF;
}
.navbox_top {
    background: url("../images/page_top_768x15.jpg") no-repeat scroll center top transparent;
    border: 1px solid #DEE5EF;
    margin: 8px 0;
}
.navbox_bottom {
    background: url("../images/page_bottom_768x15.jpg") no-repeat scroll center bottom transparent;
    height:36px;
    line-height:36px;
    padding:0 10px;
}
	
.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-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#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;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
}

#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 {
	margin: 0.5em;
	text-align:center;
}

#indexProductListCatDescription{margin: 0.2em;padding:2px;}

#navMainSearch {
	float: right;
	}
#navBreadCrumb {
    background: url("../images/breadcrumbsmenu_bg.gif") repeat-x scroll center top #f8f8f8;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #dbdbdb;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
	
}
#navBreadCrumb a{color:blue;font-weight:bold; }

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	padding: 0.5em;
}


#navEZPagesTop {
	background-color: #ffff33;
}

#navColumnOne {
	}

#navColumnTwo {
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}

.centerBoxContentsFeatured span{color:#ff0000;font-size:14px;font-weight:bold;}
.alert {
	color: #FF0000;
	margin-left: 15px;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding:0 0.8em;
}
.centerColumn{padding:0;}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
/*
.b_bg1{background: url(../images/shopcar_01.gif) no-repeat scroll left center transparent;}
.b_bg2{background: url(../images/shopcar_02.gif) no-repeat scroll left center transparent;}
.b_bg3{background: url(../images/shopcar_03.gif) no-repeat scroll left center transparent;}
.shopcarbread {
    height: 24px;
	margin:10px 0;
}
.shopcarbread a:link,.shopcarbread a:visited {
    color: #333333;
    text-decoration: none;
}
.shopcarbread a:hover {
    color: #A10000;
    text-decoration: none;
}

.shopcarbread a.currentlocation {
    color: #FFF;
}
.shopcarbread a {
    color: #666666;
    display: block;
    float: left;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 185px;
}
*/
.carImg{margin:0 auto; text-align: center;}
#cartAdd {
	float: left;
	text-align: center;
	margin: 0;
	padding-left:5px;
	}
#cartContentsDisplay{border: 1px solid #E2E2E2;}
.tableHeading TH,.cartTableHeading TH{
	background: url(../images/checkout_headers_bg.gif) repeat-x scroll 0 0 transparent;
    padding-left: 5px;
    text-align: left;
	line-height:24px;
}

#cartContentsDisplay td {
    border-top: 1px solid #E2E2E2;
    padding: 5px 6px 5px 5px;
}

.tableHeading, #cartSubTotal {
	background-color: #E9E9E9;
	 }

#cartSubTotal {
	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 {}
#cartProdTitle{font-weight:bold;}
#scUpdateimg{width:130px;padding:0 5px;}
#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.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: 0em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.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;
	} 

#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 0;
}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {float:left;padding-right:5px;}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #463739;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	margin-bottom: 1.0em;
	}

.sideBoxContent {
	border:1px solid #dadada;
	zoom:1;
	}
	
.sideBoxContent_main {
	border:0px solid #dadada;
	margin-left:10px;
	zoom:1;
	}
.sideBoxContent_orders {
	border:0px solid #dadada;
	zoom:1;
	}
	
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #463739;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #b80932;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #b80932;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .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: center;
}
.centerBoxContentsFeatured div{color:#ff0000;font-weight:bold;}
#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 {
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
}

.rowOdd {
	background-color: #fbfbfb;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #FFF;
	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;
	}

#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;
	}
.sidebox-header-left {
background:url(../images/sidebox_left.gif) no-repeat scroll left top transparent;
padding:0 0 0 0.3em;
}
h3.leftBoxHeading, h3.rightBoxHeading {
background:url(../images/sidebox_right.gif) no-repeat scroll right 0 transparent;
font:bold 12px tahoma;
color:#463739;
}
.main_w { width: 1003px; margin: 0 auto; }

.pro{border:1px solid #ddd;padding:1px;margin:0;}
.pro_left { width: 40%; float:left; text-align:center; }
.pro_right {float:right;
   /*background:url(../images/pro_info_bg.gif) repeat-x scroll 0 top; */padding:10px 1px 0 10px;}
#productName {font-size:16px;}
#productPrices { font-size:12px;font-weight:normal; }
#productPrices span{font-size:14px; color:#ff0000; font-weight:bold;}
#productDetailsList { padding:0 0 0 4px; }
#attribsOptionsText { padding-left:2px; margin:0;  }

.products_box{margin-top:8px;
    border-right: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}
.pro_info_title {
    color: #6E0019;
    height: 30px;
    line-height: 30px;
    background: url(../images/tab_14.gif) repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #6E0019;
}
.pro_info_title .titlename,.pro_info_title .titlenamebg
{
	display: block;
    font-weight: bold;
    height: 30px;
}
.pro_info_title .titlename {
	padding-left:25px;
    background: url(../images/tag02.gif) no-repeat scroll 5px center transparent;
	color:#8a0121;
}

.pro_info_title .titlenamebg {
	width: 130px;
    background: url(../images/tab_11.gif) repeat-x scroll 0 0 transparent;
    color:#fff;
    padding-left:15px;
}

.products_contnt{
    padding:10px;
}
#productAdditionalImages{text-align:center;}
#productAdditionalImages

/*category menu */
#categoriesContent{background-color: #f8f8f8;}
#categoriesContent ul li { height:22px;line-height:22px;padding:5px 0 0 3px;text-align:left;
   background:url(../images/dotted_line.gif) repeat-x scroll 0 bottom transparent; position: relative;
}
#categoriesContent ul li a { font-weight: bold; padding-left:0px;  }
/*1st level sub menu style */
#categoriesContent ul li ul{
    background-color: #f8f8f8;
	left: 168px; /* Parent menu width - 1*/
	position: absolute;
	width: 220px; /*sub menu width*/
	top: 0;
	display: none;
	border:1px solid #dadada;
	padding:0 0 3px 0px;
	Z-index:20;
}

#categoriesContent ul li ul li{ height:16px;line-height:16px;}
#categoriesContent ul li a{text-align:left; /**background:url(../images/arrow.gif) no-repeat scroll left 5px transparent; **/}
#categoriesContent ul li a.category-subs-parent { color: #FF0000; }

.category-links{padding-left:10px; line-height:26px;}
.sideBoxContentItem div{color:#ff0000; font-weight:bold;}
.sub .indent { background:url(../images/bg_index.gif) repeat scroll left top transparent; }
#txt_block li#tab2_end { margin: 0; float:right; margin-right: 1px; }
.pro_i { padding: 5px; }
.pro_img {padding: 5px;}
.pro_img a img,.sideBoxContentItem a img,.centerBoxContentsFeatured a img,.centerBoxContentsNew a img{border: 1px solid #E1E1E1;}
.pro_img a:hover img,.sideBoxContentItem a:hover img,.centerBoxContentsFeatured a:hover img,.centerBoxContentsNew a:hover img{border: 1px solid #a10000;}
.pro_n {line-height:18px;}
.pro_n a {font-weight: bold; }
.pro_price { font-weight: bold;color:#ff0000;}
#categoryImgListing { float: left; padding-right:10px; }

.centerBoxHeading { text-align: left; background:url("../images/dotted_line.gif") repeat-x scroll 0 bottom #EDF6FB; padding:2px 5px; }
.categoryNav{margin:5px auto;padding-bottom:5px;}

/*Create account*/
#createAcctDefault{width:100%;border: 1px solid #DDDDDD; padding:0;margin:20px auto;zoom:1}
#createAcctDefaultHeading{margin:0; height:35px;background:url("../images/bg_create_account.gif") repeat-x scroll 0 bottom;
   line-height:32px;font-size:14px; text-indent:20px;}
ul.forminput,.logindiv ul{margin:0 15px;}
ul.forminput li,div.logindiv ul li{height:30px; line-height:30px;}
ul.forminput li label,div.logindiv ul li label,.passwordforgotten label{font-weight:normal;}
ul.forminput li input,div.logindiv ul li input{
	border: 1px solid #dfded4;
    font-size: 14px;
    height: 21px;
    width: 200px;}
#createAcctDefaultLoginLink{margin-left:15px;}
	
.logindiv{width:400px;border: 1px solid #DDDDDD;zoom:1; margin-left:55px; margin-top:10px;}
.marginleft{margin-left:15px;}
.logindiv .information{padding:0 15px;}
.text_center_align{text-align:center;}

.passwordforgotten{width:600px;border: 1px solid #DDDDDD;margin:20px auto;padding:15px;}
.passwordforgotten .email{border: 1px solid #dfded4;
    font-size: 14px;
    height: 21px;
    width: 200px;}
.passwordforgotten label{padding-left:15px;}

.passwordforgotten	h3{margin:0 auto;line-height:40px; border-bottom:1px solid #DDDDDD;}
.passwordforgotten	h3 span a{font-size:12px;}

.margin_left_top{margin:30px 0 30px 200px;;}
.payment_message {
    background: url(../images/payment_right.jpg) repeat-y scroll right center transparent;
	position: relative;
    width: 583px;
}
.payment_box{
    border: 1px solid #878787;
    padding: 20px 0 30px 0;
    width: 574px;
}
.payment_box .success_tigle,.payment_box .failure_tigle{
	line-height:30px;font-size:14px; font-weight:bold;
    text-indent:30px;
    margin-left:30px;
}
.payment_box .success_tigle{background: url(../images/pay_fail_ico.png) no-repeat scroll 0 0 transparent;}
.payment_box .failure_tigle{background: url(../images/pay_success_ico.png) no-repeat scroll 0 0 transparent;}
.payment_box .pay_content{padding-left:30px;}

.payment_box .pay_content a{color:#be0a33; text-decoration:underline;}
.payment_message_bottom {
    background: url(../images/payment_bottom.jpg) repeat-x scroll 0 0 transparent;
    font-size: 0;
    height: 9px;
    position: relative;
}

.payment_message_bottom .bg_l {
    background: url(../images/payment_bg_l.jpg) no-repeat scroll 0 0 transparent;
    bottom: 0;
    height: 9px;
    left: 0;
    position: absolute;
    width: 10px;
}

.payment_message_bottom .bg_r {
    background: url(../images/payment_bg_r.jpg) no-repeat scroll 0 0 transparent;
    bottom: 0;
    height: 9px;
    position: absolute;
    right: 0;
    width: 7px;
}
	
.u, a.u:link, a.u:visited {
    text-decoration: underline;
}
.red, a.red:link, a.red:visited, strong.red a, strong.red a:link, strong.red a:visited {
    color: #A72D2C;
}
.blod{font-weight:bold;}


#featuredProducts{
	overflow:inherit;!important;
    _overflow:hidden;
    position: relative;
}
.centerBoxContentsFeatured
{ position: relative;}



/*产品描述及问题*/
.description_faq{margin-top:8px;clear:both;}
.description_faq ul.faq{clear:both;height:33px;
                 padding-left:10px;
                 background:url(../images/tab_bg.jpg) repeat-x center bottom;}
.description_faq ul.faq li{ float: left;
    height: 33px;
    line-height: 33px;
    width: 123px;
    margin-left:6px;
 }
.description_faq ul.faq li a {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size:14px;
    text-decoration:none;  
}
.description_faq ul.faq li.normal {
    background:url(../images/tab_normal.jpg) no-repeat scroll 0 bottom transparent;
}
.description_faq ul.faq li.selectTag {
    background:url(../images/tab_select.jpg) no-repeat scroll 0 bottom transparent;
}
.description_faq ul.faq li.selectTag a {
    color: #a70000;;
}
.description_faq .tab_contnt{border:1px solid #d2d2d2;border-top:none;}

/*产品内容页flash图片*/
.pagecount{text-align:right;padding:10px 10px 0 0;}
.pagecount a{font-weight:bold;text-decoration: underline;}
.product_flash_page{position: relative;z-index: 1;}
.recent_flash_prev {
    background: url("../images/prev_l.gif") no-repeat scroll 0 0 transparent;left:10px;
}
.recent_flash_next {
    background: url("../images/next_l.gif") no-repeat scroll 0 0 transparent;right:10px;
}
.recent_flash_prev, .recent_flash_next {
    cursor: pointer;
    display: block;
    height: 58px;
    position: absolute;
    top: 20px;
    width: 19px;
    z-index: 10;
}

.max_flash_width {
    padding-left: 30px;
    width: 950px;
}
.margin_t {margin-top: 10px;}
#recent_flash_small {
    height: 112px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
#recent_flash_small li {
    float: left;
    height: 110px;
    padding: 5px 0;
    width: 116px;
}
#recent_flash_small .allborder {
    border: 1px solid #F5A79A;
}
/*recent Orders*/
.recentOrders
{
	padding:5px 0 0 10px;
}
#recentOrdersName{}
#recentOrdersName a:hover
{
	text-decoration:underline;
	color:#A72D2C;
}
#shangfan
{
	/* font-family: 新宋体, 宋体, 仿宋_GB2312; */
	font-size: 12px;
	line-height:16px;
	height:440px;
	overflow:hidden;
}
#recentOrderItemWrapper
{
	height:110px;
}
#boxRecentOrdersImg
{
	float:left;
}