 /*********************************initial define*************************************************/
body {
	margin:0px auto;
	padding:0px 0px;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	
}
div, form, img, ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
p, h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
input, select {
	font-size:12px;
	line-height:16px;
	vertical-align:middle;
}
img {
	border:0px;
}
ul, li {
	list-style-type:none;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover{
	cursor:pointer;
}

/*********************************body*************************************************/
body{
	margin:0px auto;
	background:#F3F1E5;
}

#dhtmltooltip{
        position:absolute;
        width:300px;
        z-index:1000;
        display:none;
        text-align:center;
	    border:1px solid #CCC;
		padding:5px;
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}

/*********************************header*************************************************/
#header{
	clear:both;
	width:100%;
	height:117px;
	margin:0px auto;
	background:url(../images/header_bg.gif) repeat-x;
}
#header h3{
	width:960px;
	height:20px;
	line-height:20px;
	margin:0px auto;
	font-size:11px;
	color:#fff;
}
#header_bar{
	width:960px;
	height:97px;
	margin:0px auto;
}
#header_logo{
	float:left;
	width:200px;
	height:82px;
	margin-top:12px;
}
#header_right{
	float:left;
	width:740px;
	margin-left:20px;
}
#header_items {
	clear:both;
	width:740px;
	text-align:right;
	margin-top:10px;
}
#header_items ul li{
	display:inline;
	padding-left:20px;
	margin:0px 5px;
	background:url(../images/header_sign.gif) 0px 1px no-repeat;
}
#header_items ul li a{
	color:#fff;
	text-transform:capitalize;
	font-weight:bold;
	font-size:12px;
}
#header_menu{
	clear:both;
	margin-top:17px;
}
#header_menu ul li{
	float:left;
	display:block;
	height:30px;
	margin:0px 24px!important;
	margin:0px 19px;
}
#header_menu ul li a{
	display:inline-block;
	width:100px;
	height:30px;
	color:#CCBCAC;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}
#header_menu ul li.menu_li1 a{
	border-bottom:5px solid #F3CE04;
}
#header_menu ul li.menu_li1 a:hover{
	padding-bottom:5px;
	color:#fff;
	border-bottom:13px solid #F3CE04;
}
#header_menu ul li.menu_li2 a{
	border-bottom:5px solid #FD8100;
}
#header_menu ul li.menu_li2 a:hover{
	padding-bottom:5px;
	color:#fff;
	border-bottom:13px solid #FD8100;
}
#header_menu ul li.menu_li3 a{
	border-bottom:5px solid #A32286;
}
#header_menu ul li.menu_li3 a:hover{
	padding-bottom:5px;
	color:#fff;
	border-bottom:13px solid #A32286;
}
#header_menu ul li.menu_li4 a{
	border-bottom:5px solid #B1B053;
}
#header_menu ul li.menu_li4 a:hover{
	padding-bottom:5px;
	color:#fff;
	border-bottom:13px solid #B1B053;
}
#header_menu ul li.menu_li5 a{
	border-bottom:5px solid #CB0305;
}
#header_menu ul li.menu_li5 a:hover{
	padding-bottom:5px;
	color:#fff;
	border-bottom:13px solid #CB0305;
}


/*********************************container*************************************************/

#container{
	width:960px;
	margin:0px auto;
}


/*********************************inform_items*************************************************/
#inform_items{
	clear:both;
	width:960px;
	height:30px;
	line-height:30px;
	font-size:12px;
	margin: auto;
}
#cart_inform{
	float:left;
}
#cart_inform span{
	color:#333;
	font-weight:bold;
}
#items_num{
	float:left;
	padding:0px 20px;
}
#items_num a{
	text-decoration:underline;
}
#items_num a:hover{
	color:#f00;
}
#cart_inform span#itemcount{
	color:#000;
}
#total_price{
	float:left;
	margin:0px 20px;
}
#cart_inform span#totalval{
	color:#F00;
}
#cart_inform span#currencyval{
	text-transform:uppercase;
	color:#F00;
	font-weight:bold;
	margin-left:2px;
}
#email_inform{
	float:right;
	margin-right:5px;
	padding-left:20px;
	color:#333;
	font-weight:bold;
}
#email_inform a{
	color:#E21826;
}
#email_inform a:hover{
	color:#F00;
}


/*********************************content*************************************************/
#content{
	clear:both;
	width:960px;
	margin:0px auto;
}

/*********************************leftbar*************************************************/
#leftbar{
	float:left;
	width:220px;
}
#sidebar{
	width:220px;
	margin:0px auto 0px auto;
}
#sidebar h2, h2.side{
	width:220px;
	height:35px;
	line-height:35px;
	font-size:16px;
	text-indent:10px;
	color:#9B947A;
	text-transform:capitalize;
	background:url(../images/left_nav_title_bg.gif) center no-repeat;
}

#sidebar ul, .sideBoxContent{
	width:220px;
	background:url(../images/left_bg.gif) repeat-y;

}
#sidebar ul li{
	display:block;
	text-align:left;
        background::#F3F1E5;
        padding:0px 5px;
        border-bottom:1px solid #ccc;

}
#sidebar ul li a{
	color:#000;
	font-size:12px;
	text-transform:capitalize;
        width:200px;
	display:block;
	font-weight:bold;
    cursor:pointer;
}

#sidebar ul li a:hover, #sidebar ul li.category-products a:hover{
	color:#727272;
    background:#F5F5F5;
}
#sidebar ul li ul{
	width:200px;
background:none;
}
#sidebar ul li.category-products{
    width:200px;
    line-height:20px;  
    background::#none;
border-bottom:none;

      
}

#sidebar ul li.category-products a{
    color:#484848;
   font-size:11px;
    font-weight:normal;
    display:block;
    background:none;	
}
#sidebar ul li ul li a:hover{
     color:#000;
}

#left_ad{
	width:220px;
	margin:0px auto;
	text-align:center;
	background:url(../images/left_bg.gif) repeat-y;
}
#left_ad img{
	margin-bottom:10px;
}
.left_bottom{
	margin-bottom:10px;
}

/*********************************mainbody*************************************************/
#mainbody{
	float:left;
	width:730px;
	margin-left:10px;
}

/*********************************flashads*************************************************/
#ifocus{width:730px;height:287px;position:relative;overflow:hidden; margin-bottom:10px;}
#ifocus_pic{width:730px;overflow:hidden;float:left;}
#ifocus_piclist{position:absolute;width:2920px;height:287px;overflow:hidden;}
#ifocus_piclist li{float:left;width:730px;height:287px;overflow:hidden;position:relative;}
#ifocus_piclist img{width:100%;height:100%;position:absolute;top:0;left:0;}
#ifocus_piclist .focusTitle{width:100%;line-height:30px;height:30px;position:absolute;top:0;left:0;filter:Alpha(Opacity=30);-moz-opacity:0.3px;opacity:0.3px;}
#ifocus_btn{display:block;position:absolute;height:38px;width:730px;top:10px;left:50px;overflow:hidden;}
#ifocus_btn ul{height:38px;}
#ifocus_btn li{height:38px;width:152px;float:left;background:#333;cursor:pointer;filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;color:#fff;text-align:center;line-height:38px;font-weight:700;font-size:14px;margin:0 2px;}
#ifocus_btn li a{display:block;height:38px;width:152px;float:left;text-decoration:none;color:#fff;text-align:center;line-height:38px;font-weight:700;}
#ifocus_btn li a h4{_font-weight:none;_line-height:10px;}
#ifocus_btn li img{float:left;width:84px;height:62px;margin-right:3px;}
#ifocus_btn .current{background:#000;cursor:pointer;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;color:#fff;}
.focusPlay{position:absolute;top:10px;right:10px;width:269px;height:217px;z-index:4444;overflow:hidden;background:#000;padding-top:15px;}
#ifocus_piclist .focusTitlet{width:100%;line-height:30px;height:30px;position:absolute;font-size:16px;font-weight:700;bottom:0;left:0;z-index:999;filter:Alpha(Opacity=50);background:#fff;-moz-opacity:0.5;}
#ifocus_btn h4.thebrand{font-size:12px;_margin-top:4px;_margin-bottom:-7px;height:4px;color:#fff;margin:3px 0 0;}


/*********************************main_promotion*************************************************/
#main_promotion{
	clear:both;
	width:730px;
	padding-bottom:10px;
}
#main_promotion p{
	color:#333;
	padding:0px 10px;
	font-size:11px;
	margin-top:60px;
}
#main_promotion p a{
	color:#000;
	font-weight:bold;
}
#found_promotion{
	float:left;
	width:360px;
	height:419px;
	background:url(../images/found_promotion_bg.gif) center no-repeat;
}
#found_promotion .found_show{
	padding:15px 10px;
}
#found_promotion .found_show h3{
	color:#fff;
	font-size:18px;
	height:40px;
	line-height:40px;
	font-weight:normal;
}
#found_promotion .found_search #keyword{
	width:200px;
	height:18px;
	line-height:18px;
}
#found_promotion .found_search #searchgo{
	width:191px;
	height:29px;
	border:none;
	margin-top:10px;
	cursor:pointer;
	background:url(../images/searchgo.gif) center no-repeat;
}

#found_promotion #top_search{
	color:#000;
	font-size:11px;
	margin-top:10px;
}
#found_promotion #top_search span{
	font-weight:bold;
}
#found_promotion #top_search ul li{
	display:inline;
	margin:0px 5px;
}
#found_promotion #top_search ul li a{
	text-decoration:underline;
}
#found_promotion #top_search ul li a:hover{
	color:#fff;
}
#weekly_promotion{
	float:left;
	width:360px;
	height:419px;
	margin-left:10px;
	background:url(../images/weekly_promotion_bg.gif) center no-repeat;
}
#weekly_promotion .promotion_show{
	padding:10px;
}
#weekly_promotion .promotion_show h3{
	font-size:22px;
	color:#fff;
}
#weekly_promotion .promotion_show .promotion_product {
	font-size:11px;
	color:#fff;
}
#weekly_promotion .promotion_show .promotion_product a{
	float:left;
}
#weekly_promotion .promotion_show .shopnow{
	clear:both;
	width:191px;
	height:29px;
	margin:10px auto 0px auto;
}
#promotion_bottom{
	height:50px;
	padding:0px 10px;
}

#promotion_bottom .bottom_img{
	float:left;
	width:44px;
}
#promotion_bottom .bottom_link{
	float:left;
	width:280px;
	font-size:10px;
}
#promotion_bottom .bottom_link a:Hover{
	color:#f00;
}
/*********************************cataad*************************************************/
#cataad{
 clear:both:
 width:730px;
 height:150px;
 text-align:center;
  margin:0px auto 10px auto;
}
/*********************************path*************************************************/
.path{
	color:#000;
	width:99%;
	text-transform:capitalize;
	border-bottom:1px solid #ABABAB;
	font-size:11px;
	font-weight:bold;
	margin:5px auto;
	padding-left:1%;
	margin-bottom:10px;
}
.path a{
	color:#666;
	font-size:11px;
	font-weight:bold;
}
.path a:hover{
	color:#f00;
}
.path span{
	float:left;
	margin-right:10px;
}
.path h2{
	float:left;
	font-size:14px;
}

/*********************************cataad*************************************************/
#cataad{
width:710px;
height:150px;
text-align:center;
margin:0px auto;
}


/*********************************main_products*************************************************/

#main_products{
	clear:both;
	width:730px;
	margin-bottom:10px;
}
#main_tiltes{
	width:730px;
	height:38px;
	line-height:38px;
	background:url(../images/main_top.gif) center no-repeat;
}
#mastercontent1222 #main_tiltes {
	width: 100%;
	background: #DCDACE;
}
#main_tiltes h1,#main_tiltes h2,#main_tiltes h3{
	display:inline;
	font-size:14px;
	color:#666;
	margin:0px 20px;
	cursor:pointer;
}
#main_tiltes h1{
	color:#000;
}
#main_product_show{
	width:730px;
	background:url(../images/main_bg.gif) repeat-y;
}
#main_products  ul li{
	float:left;
	width:150px;
	height:220px!important;
	height:230px;
	margin:15px!important;
	margin:15px 12px;
}

#main_products ul li .list{
	width:150px;
	height:220px!important;
        height:300px;
}
#main_products ul li .list .list_img{
	width:148px;
	height:148px;
}

#main_products ul li .list .list_img a{
       /*width:150px;
        /*非IE的主流浏览器识别的垂直居中的方法*/        display: table-cell;        vertical-align:middle;        /*设置水平居中*/        text-align:center;        /* 针对IE的Hack */        *display: block;        *font-size: 148px;/*约为高度的0.873，200*0.873 约为175*/        *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/        width:148px;        height:148px;        border: 1px solid #eee;

}
#main_products ul li .list .list_img a:hover{
	border:1px solid #000;
}
#main_products ul li .list .list_img img{
   vertical-align:middle;
   width:148px;
   height:148px;

}
#main_products ul li .list .list_name{
	width:150px;
	text-align:center;
}
#main_products ul li .list .list_name a{
	font-size:11px;
	line-height:15px;
	color:#3C3C3C;
	height:30px;
	display:block;
	padding:5px;
}
#main_products ul li .list .list_name a:hover{
	text-decoration:underline;
		color:#000;
}
#main_products ul li .list .list_mprice{
        display:none;
	float:left;
	width:60px;
	text-align:right;
	color:#ccc;
	font-weight:bold;
	text-decoration:line-through;
}

#main_products ul li .list .list_price{
         display:none;
	float:left;
	margin-left:10px;
	color:#000;
}


#main_products ul li .list #list_mprice_c{
	color:#B6B6B6;
	margin-left:10px;
}
#main_products ul li .list #list_price_c{
	color:#000;
	margin-left:15px;
        font-weight:bold;
}


#main_products ul li .list .list_buy{
	display:none;
}




.clear{
	clear:both;
	padding:5px 0px;
}

.pagesize{
	clear:both;
	margin-top:20px;
	text-align:center;
	width:670px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.pagesize a{
	text-decoration:underline;
	margin:0px 5px;
	color:red;
}

#hot_show{
	display:block;
}
#new_show{
	display:none;
}
#about_show{
	display:none;
}


/*********************************catalog_product*************************************************/
#catalog_product {
	clear:both;
	width:730px;
	margin-bottom:10px;
}

#catalog_product h1{
	clear:both;
	width:730px;
	height:38px;
	line-height:38px;
	font-size:16px;
	text-align:center;
	color:#9B947A;
	background:url(../images/main_top.gif) center no-repeat;
	
}
#catalog_product_show{
	width:730px;
	background:url(../images/main_bg.gif) repeat-y;
}
.show_page{
	clear:both;
	color:#000;
	font-weight:bold;
	text-align:center;
}
/*********************************list*************************************************/
.pagebody{
	width:730px;
}
.pagebody ul{
	clear:both;
}
.pagebody{
	border:none;
}
.pagebody h1{
	height:34px;
	line-height:34px;
	color:#757575;
	font-size:16px;
	text-indent:40px;
	text-transform:capitalize;
	border-bottom:1px solid #8C8C8C;
	background:url(../images/newarrialbg.gif) left no-repeat #E9EBEB;
}

.pagebody .list{
	float:left;
	height:220px;
	width:150px;
	text-align:center;
	background:none;
	margin:10px 15px!important;
	margin:10px 12px;
}
.pagebody .list .list_img{

}
.pagebody .list .list_img a{
        /*非IE的主流浏览器识别的垂直居中的方法*/        display: table-cell;        vertical-align:middle;        /*设置水平居中*/        text-align:center;        /* 针对IE的Hack */        *display: block;        *font-size: 150px;/*约为高度的0.873，200*0.873 约为175*/        *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/        width:150px;        height:150px;        border: 1px solid #eee;

}
.pagebody .list .list_img img{
 width:150px;        height:150px;
        vertical-align:middle;  
}
.pagebody .list .list_name{
	margin-top:0px;
	height:30px;
}
.pagebody .list .list_name a{
	font-size:10px;
	line-height:15px;
	color:#424242;
	height:30px;
	display:block;
	font-family:"Times New Roman", Times, serif;
}
.pagebody .list .list_price{
        display:none;
	float:left;
	width:60px;
	text-align:right;
	color:#000;
	font-weight:bold;
}

.pagebody .list .list_mprice{
        display:none;
	float:left;
	text-decoration:line-through;
	margin-left:20px;
	color:#AFAFAF;
}


.pagebody .list #list_mprice_c{
	color:#B6B6B6;
	margin-left:10px;
}
.pagebody .list #list_price_c{
	color:#000;
	margin-left:15px;
}



.pagebody .list .list_buy{
	clear:both;
	display:none;
}



.list_catalog{
	float:left;
	width:150px;
	text-align:center;
	margin:10px 8px!important;
	margin:10px 5px;
}

.list_catalog .list_pimg{
	display:none;
	width:150px;
	height:150px;
}
.list_catalog .list_pimg img{
	width:150px;
	height:150px;
	font-size:9px;

}
.list_catalog .list_pname a{
	font-size:12px;
	line-height:15px;
	color:#000;
	height:20px;
	display:block;
	font-weight:bold;
}
.list_catalog .list_pname a:hover{
	text-decoration:underline;
}


/*********************************list*************************************************/

#product{
	clear:both;
	width:730px;
	margin-bottom:10px;
}
#product .list{
	clear:both;
	width:730px;
	padding:10px 0px;
	background:url(../images/main_bg.gif) repeat-y;
}

#product .list #product_top{
	float:left;
	width:300px;
	margin:0px 0px 0px 15px!important;
	margin:0px 0px 0px 5px;
}

#product .list #product_top .porductimages{
	width:300px;
	margin:0px auto;
	text-align:center;
}

#product .list .product_img{
	width:280px;
	height:auto;
	border:1px solid #ccc;
	padding:10px;
}

#product .list .product_img img{
	width:280px;
	height:205px;
	position:relative;
	cursor:crosshair;
}
#product .list .product_img .bigimg{
	width:auto;
	height:auto;
}
div.zoomdiv {
   position:absolute; 
   z-index:100;
   top:0px;
   left:0px;
   width: 280px;
   height: 250px;
   background: #ffffff;
   border:1px solid #000;
   display:none;
   text-align:center; 
   overflow: hidden;
   margin-left:30px;

  }
.productimages ul {
	clear:both;
	margin-top:10px;
}
.productimages ul li{
	display:inline;
	margin:2px;
}
.productimages ul li img{
	width:60px;
	height:60px;
	cursor:pointer;
	padding:2px;
	border:1px solid #fff;
}
#enlarge{
	float:right;
	padding-left:20px;
	text-transform:capitalize;
	padding-right:20px;
	cursor:pointer;
	height:18px;
	margin:5px 0px;
	color:#717171;
	font-size:12px;
	background:url(../images/enlarge.gif) left no-repeat;
}



#detail{
	float:left;
	width:392px;
	margin:0px auto;
	margin-left:10px;
}
#detail h1{
	color:#EAA91C;
	text-transform:capitalize;
	font-size:16px;
	border-bottom:1px dotted #000;
	padding-bottom:5px;
	margin-bottom:10px;
}
#product .list #detail ul {
	float:left;
}
#product .list #detail ul li{
	clear:both;
	margin:3px 0px;
}
#product .list #detail ul li ul li{
	margin:0px 0px;
}
#product .list  #detail .product_bottom_span{
	float:left;
	text-align:right;
	margin-right:5px;
}
#product .list  #detail .product_bottom_span.wholesale{
	font-weight:bold;
}
#product .list #detail .product_mprice{
	float:left;
	display:none;
}
#product .list #detail .product_price{
	float:left;
	display:none;
}
#product .list #detail #lprice{
	color:#000;
}
#product .list #detail #kprice{
	color:#f00;
	font-weight:bold;
}


.shipping span{
         color:#000;
         font-weight:bold;
         font-size:11px;
}

#product .list #detail .product_sotck{
	float:left;
}

#product .list #product_bottom .product_size{
	float:left;
}
#detail_box{
	width:43px;
	color:#999;
}
#detail_box span.product_bottom_span{
	width:100px;
	display:block;
	text-align:right;
}


#product .list #detail ul li#sizebox{
	width:383px;
	height:33px;
	padding:20px 5px 10px 5px;
	margin:10px auto;
	background:url(../images/sizebox_bg.gif) center no-repeat;
}
.store{
     display:none;
}
#sizebox ul li{
}
#sizebox span{
	color:#707070;
}
#sizebox span.product_bottom_span{
	width:100px;
	font-size:12px;
}

.sizeselect {
	padding:1px;
	height:25px;
	line-height:25px;
	margin-right:5px;
}
.sizeselect li{
	display:inline;
	cursor:pointer;
}
#sizebox .sizeselect li span{
	display:inline-block;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#000;
	background:url(../images/sizebg.gif) center no-repeat;
}

#sizebox span#shoecode{
	color:#000;
	display:none;
}

#sizebox span.required{
	display:none;
	color:#f00;
	font-size:10px;
}
#sizebox span#sizechart{
	color:#F00;
	font-size:10px;
	text-decoration:underline;
         cursor:pointer;
}
.size_two{ 
            display:none;
}

#qty_cart{
	clear:both;
	width:373px;
	height:26px;
	line-height:26px;
	padding:11px 10px;
	background:url(../images/qty_cart.gif) center top no-repeat;
}

#qty_cart span{
	float:left;
}
.single_price{
	color:#BE1E11;
	font-weight:bold;
	padding:0px 20px;
	font-size:16px;
	border-right:2px dashed #BDBDBB;
}
#qty_cart .qty{
	padding:0px 20px;
	border-right:2px dashed #BDBDBB;
	margin-right:20px;
}
#cart_quantity{
	float:left;
	margin-top:3px;
	border:1px solid #999;
}
#tocart{
	float:left;
	width:102px;
	height:26px;
}
#tocart img{
}

#product .list  #product_items{
	float:right;
	margin-top:20px;
	*margin-top:0px;
}
#product .list #product_items ul li{
	float:left;
	margin:0px 15px!important;
	margin:0px 10px;
}

#product_items ul li.items_contact a{
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}
#product_items ul li.items_contact{
	padding-left:25px;
	background:url(../images/contact_us.gif) left no-repeat;
}
#product_items ul li.items_contact a:hover{
	color:red;
}
/****************************also_list****************************************************/

#also_list{
	clear:both;
	float:left;
	width:300px;
	height:220px;
	overflow:hidden;
	border:5px solid #ccc;
	text-align:center;
	margin-left:15px!important;
	margin-left:5px;
	background:#fff;
}
#also_list h3{
	color:#787878;
	width:280px;
	text-transform:capitalize;
	border-bottom:1px solid #ABABAB;
	margin:5px 0px;
	text-align:left;
	text-indent:30px;
	font-size:16px;
	padding-top:10px;
	padding-bottom:5px;
	text-transform:uppercase;
	background:url(../images/also_title_bg.gif) left no-repeat;
}

#also_list_show{
	clear:both;
}
#also_list_show ul li,#List21 ul li{
	float:left;
	width:90px;
	height:150px;
	margin:5px;
	text-align:center;
}
#also_list_show .list,#List21 .list{
	height:110px;
}
#also_list_show .list .list_img,#List21 .list .list_img{
        /*非IE的主流浏览器识别的垂直居中的方法*/        display: table-cell;        vertical-align:middle;        /*设置水平居中*/        text-align:center;        /* 针对IE的Hack */        *display: block;        *font-size: 98px;/*约为高度的0.873，200*0.873 约为175*/        *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/        width:98px;        height:98px;        border: 1px solid #eee;
}
#also_list_show .list .list_img img,#List21 .list .list_img img{
vertical-align:middle; 
}
#also_list_show .list .list_name a,#List21 .list .list_name a{
	font-size:10px;
	line-height:15px;
	color:#424242;
	height:30px;
	display:block;
	font-family:"Times New Roman", Times, serif;
}
#also_list_show .list .list_price,#List21 .list .list_price{
	float:left;
	width:60px;
	text-align:right;
	color:#7C0E0F;
	font-weight:bold;
	display:none;
}

#also_list_show .list .list_mprice,#List21 .list .list_mprice{
	float:left;
	text-decoration:line-through;
	margin-left:20px;
	color:#AFAFAF;
	display:none;
}
#also_list_show .list #list_mprice_c,#List21 .list #list_mprice_c{
	color:#999;
}
#also_list_show .list #list_price_c,#List21 .list #list_price_c{
	color:#C30;
	margin-left:10px;
}

#also_list_show .list .list_buy,#List21 .list .list_buy{
	clear:both;
	display:none;
}

#also_list .rollBox1 {
	width:300px;
	height:150px;
	text-align:center;
	margin-top:20px;
}


#also_list .rollBox1 .Cont1 {
 float:left;
 width:300px;
 overflow:hidden;
}
#also_list .rollBox1 .ScrCont1 {
 width:10000px;
}
#also_list .rollBox1 .Cont1 li {
 width:90px;
 text-align:center;
 display:inline;
}
#also_list .rollBox1 .Cont1 li img {
	width:90px;
	height:90px;
	cursor:pointer;
}

#also_list .rollBox1 #also_list_show,#also_list .rollBox1 #List21 {
	float:left;
}

#also_list #List21 img{
	width:90px;
	height:90px;
	cursor:pointer;
}


/*******************************block_items*********************************/
#block_items{
	float:left;
	width:310px;
	margin-left:10px;
}
#blocktitle{
	clear:both;
	width:390px;
	height:24px;
	background:url(../images/blocktitlebg.gif) center no-repeat;
}
.descriptiontitle{
	float:left;
	height:22px;
	width:130px;
	text-align:center;
	cursor:pointer;
	color:#8C8C8C;
	font-weight:bold;
	background:url(../images/blockclickbg.gif) center no-repeat;
}
.sizetitle{
    float:left;
	height:22px;
	width:130px;
	text-align:center;
	cursor:pointer;
	color:#8C8C8C;
	font-weight:bold;
}
.caretitle{
    float:left;
	height:22px;
	width:130px;
	text-align:center;
	cursor:pointer;
	color:#8C8C8C;
	font-weight:bold;
}
#block_content{
	width:368px;
	padding:10px;
	background:#fff;
	border:1px solid #ECECEC;
}
#descriptioncontent{
	padding:0px 10px;
    text-align:justify;
}
#descriptioncontent  pre{
	padding:10px 0 10px 0;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	padding:0px 10px;
    text-align:justify;
}
#sizecontent{
	display:none;
}
#sizecontent ul{
	width:360px;
	border:1px solid #999;
}
#sizecontent ul li{
	height:20px;
	line-height:20px;
}
#sizecontent ul li.sizecontent_title{
	background:#999;
}
#sizecontent ul li.sizecontent_title ul li{
	color:#fff;
}
#sizecontent ul li ul{
	text-align:center;
	border:none;
}
#sizecontent ul li ul li{
	float:left;
	display:block;
	width:120px;
	text-align:center;
	color:#000;
	font-weight:bold;
}
.even_line{
	background:#ccc;
}
#carecontent{
	display:none;
}
/*********************************new_arrials*************************************************/
#smallad{
	clear:both;
	width:690px;
	height:132px;
	margin:20px 0px;
}
/*********************************about*************************************************/
#about{
	clear:both;
	width:730px;
	margin-bottom:10px;
}
#about h3{
	height:38px;
	line-height:38px;
	color:#9B947A;
	font-size:16px;
	text-transform:capitalize;
	text-align:center;
	background:url(../images/main_top.gif) center no-repeat;
}
#aboutcontent{
	padding:10px;
	color:#717171;
    text-align:justify;
	font-size:12px;
	background:url(../images/main_bg.gif) repeat-y;
}


#mastercontent{
    text-align:justify;
     padding:10px!important;
     padding:0px;
	 background:url(../images/main_bg.gif) repeat-y;
    
}

#mastercontent h1{
   height:20px;
   line-height:20px;
   text-align:center;
   font-size:14px;    
}
#mastercontent1{
		background:url(../images/main_bg.gif) repeat-y;
}

#mastercontent1222{
		background:url(../images/main_bg.gif) repeat-y;
		padding:10px;
}

/*********************************newslist*************************************************/
.newsBody .newslist{
	clear:both;
}
.newsBody .newslist a{
	float:left;
	color:#000;
}
.newsBody .newslist .newslist_time{
	float:right;
	color:red;
	margin-right:20px;
}

.news_title{
	text-align:center;
	text-transform:capitalize;
	font-size:18px;
	font-weight:bold;
}
.news_time{
	text-align:right;
	color:red;
	margin-right:20px;
}
/*********************************footer_bar*************************************************/
#footer_bar{
	background:#F8F7F6;
}

#customer_service{
	clear:both;
	width:960px;
	margin:0px auto;
	background:#F8F7F6;
	height:150px;
}
#footer_items{
	float:left;
	width:570px;
	padding-left:50px;
	height:150px;
	background:url(../images/footer_items_bg.gif) 10px 10px no-repeat;
}
#footer_items div{
	float:left;
	margin:10px 15px;
}
#footer_items div h5{
	color:#ECAD4A;
	font-weight:bold;
	font-size:15px;
	text-transform:capitalize;
	font-family:"Times New Roman", Times, serif;
}
#footer_items div li{
	font-size:10px;
	color:#ACABA9;
}
#footer_items div li a{
	font-size:10px;
	color:#ACABA9;
}
#footer_items div .color_y{
	color:#ECAD4A;
	font-weight:bold;
}
#footer_items div li a:hover{
	color:#000;
	text-decoration:underline;
}

#tel_method{
	float:right;
	width:310px;
	background:#fff;
	height:130px;
	padding:10px;
}
#numero_verde{
	clear:both;
	margin:10px 0px 10px 0px;
}
#payment_delivery_method{
	clear:both;
	margin:20px 0px 0px 0px;
}

/*********************************footer*************************************************/
#footer{
	clear:both;
	height:50px;
	line-height:50px;
	text-align:center;
	padding:20px auto;
	color:#000;
	font-size:10px;
	background:#D6D1BD;
	border-top:5px double #E8E8E8;
}
#footer a{
	font-size:10px;
	color:#000;
	font-weight:bold;
}
#footer a:hover{
	color:#f00;
}
#footer_itmes{
	width:960px;
	margin:0px auto;
}

#copy_right{
	float:left;
	padding-left:20px;
}
#footer_links{
	float:right;
}
#footer_links ul li{
	display:inline;
	margin:0px 10px;
}
#footer_links ul li a{
	color:#000;
}



/***************************shoppingcart*************************************************/

.cart{
	float:left;
    width:725px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666e73;
	margin-bottom:10px;
}
.cart_top{
	height:30px;
	line-height:30px;
	text-align:left;
}
.cart_top span{
	color:#999;
	font-size:20px;
	font-weight:bold;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.cart_img,.cart_price,.cart_amcount{
	height:100px;
	text-align:center;
	color:#fff200;
	background:#666e73;
}
.cart_name,.cart_quantity,.cart_delete{
	height:100px;
	text-align:center;
	color:#666e73;
	background:#e8ebeb;
}
.cart_img{
	width:150px;
}
.cart_name{
	width:150px;
}
.cart_name_name{
	margin-top:10px;
}
.cart_price{
	width:80px;
	line-height:80px;
}

#txtChange{
	margin-top:20px;
}
.cart_amcount{
	width:80px;
	line-height:100px;
}
.cart_delete{
	width:70px;
	line-height:80px;
}


.cart_tab2{
	width:600px;
	margin:10px auto;
}
.cart_span_1{
	font-weight:bold;
	color:#fff200;
}
.cart_span_2{
	font-weight:bold;
	color:#666e73;
}
.cart_pay{
	float:left;
	margin:10px;
}
.cart dl dd{
	height:20px;
}
.btn_next{
	clear:both;
	height:34px;
	width:160px;
	margin:0px auto;
}

.cart_table{
	clear:both;
	margin:0px auto;
}
.cart_td{
	font-weight:bold;
}
.cart_td_9{
	width:600px;
	background:#d9d9d9;
}
.cart_td_3{
	width:200px;
	background:#979797;
}

.cart_cfm_total{
	clear:both;
}
.cart_delivery{
	float:left;
	width:230px;
	margin:10px 10px;
}
.cart_detail,.cart_payment{
	float:left;
	width:195px;
	margin:10px 10px;
}
.cart_total_pro1{
	width:220px;
	margin:0px auto;
	border:#979797 1px solid;
	background:#eee;
	color:#000;
	font-size:11px;
}
.cart_total_pro1 div{
	border-bottom:1px dashed #666;
	margin:0px 5px;
}
.cart_detail .cart_total_pro2{
	width:185px;
	margin:0px auto;
	background:#eee;
	font-size:11px;
	border:#979797 1px solid;
}
.cart_detail .cart_total_pro2 div{
	border-bottom:1px dashed #666;
	margin:0px 5px;
}

.cart_payment .cart_total_pro3{
	width:185px;
	margin:0px auto;
	background:#eee;
	border:#979797 1px solid;
}
.cart_payment .cart_total_pro3 div{
	border-bottom:1px dashed #666;
	margin:0px 5px;
}

.cart_detail_total{
	width:180px;
	margin:0px auto;
	padding-left:5px;
	background:#FFCC00;
	border:#979797 1px solid;
}
.subtotal{
	float:left;
	color:#F00;
}
.dt_shopping{
	border:1px solid #DDDDDD;
}
.sp_head{
	background:#F0EDE6;
	color:#403215;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
}
.sp_head th{
		border:1px solid #fff;
}

.dt_shopping tr td{
	text-align:center;
	color:#000;
	font-size:10px;
	border:1px solid #fff;
	
}
.cart_subtotal{
	background:#F6F6F6;
	font-weight:bold;
        padding:0px 5px;
}
.cart_subtotal td{
		border:1px solid #DDDDDD;
}
.cart_subtotal span{
   float:left;
 }


.lbname{
	text-align:left;
	font-size:12px;
	color:#EAA91C;
	font-weight:bold;
}
.lbsize{
	text-align:left;
	font-size:10px;
	color:#F00;
	
}

.dt_shopping .lbprice{
	float:left;
	width:80px;
	display:block;
	color:#000;
	 font-size:12px;
}
.dt_shopping .lbCurrencies{
	float:left;
	width:20px;
	display:block;
	color:#000;
	 font-size:12px;	
}
.dt_shopping .lbPriceA{
	float:left;
	width:80px;
	display:block;
    color:#000;
    font-size:12px;
}
.dt_shopping .lbCurrenciesA{
	float:left;
	width:20px;
	display:block;
	color:#000;
	font-size:12px;
}

.currencies{
	margin:0px 30px 0px 0px;
}
.order_num{
	margin:0px 30px 0px 0px;
	display:none;
}


.price_currency{
	background:#F9F7F5;
}
.lbSubtotal{
	float:left;
	color:#333;
	text-transform:uppercase;
	margin-left:80px;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
}

.lbTotal{
	color:#A72D2C;
	float:left;
	margin:0px 20px;
}
.lbCur{
	color:#333333;
	float:left;
}



#btncheckout{
	clear:both;
	text-align:center;
	margin:20px auto;
}


.delete{
	width:42px;
	height:17px;
	display:block;
	margin:0px auto;
	background:url(../images/delete.gif) center no-repeat;
}

#information_edit{
	text-align:center;
	background:#FFCC00;
	margin:0px;
	border-bottom:none;
	font-size:14px;
}
#information_edit a{
	color:#000;
}
#continue_shopping{
	text-align:center;
	padding:20px 0px;
}
#btnCon{
	clear:both;
	width:157px;
	height:28px;
	border:none;
	background:url(../images/continue_shopping.gif) center no-repeat;
	cursor:pointer;
	margin:0px auto;
}

.btncheckout{
	width:179px;
	height:35px;
	border:none;
	background:url(../images/continue_checkout.gif) center no-repeat;
	cursor:pointer;
	margin:0px auto;
}



.cart_right{
	float:left;
	width:200px;
	margin-left:10px;
	padding-top:30px;
}
.cart_right ul{
	text-align:left;
}
.cart_right ul li{
	margin:10px 0px;
}
.right_contact{
	float:left;
	margin:0px 15px;
}
.right_mcafee{
	float:left;
	margin-top:-5px;
}
.addthis_button_compact{
	float:left;
	display:block;
	width:15px;
}



/************************************************plFrom********************************************/

.user-from{width:345px; float:left;margin-top:10px;}
.user-from ul{
	 border:1px solid #ccc; 
}
.card-from{  width:335px; float:right; margin-left:15px;margin-top:10px;}
.card-from ul{
	 border:1px solid #ccc;
}
.paymentslist{ width:335px; float:left; margin-left:15px;margin-top:10px; display:none;}
.from_title{
	border-bottom:1px solid #ccc;
	background:#F0EDE6;
	text-transform:capitalize;
	color:#403215;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	margin-bottom:10px;
}

.user-from ul li,.card-from ul li{
	clear:both;
	height:30px;
	line-height:30px;
}
.user-from ul li .required{
	float:left;
	color:#000;
	display:block;
	width:100px;
	text-align:right;
	font-weight:bold;
	font-size:12px;
}
.user-from ul li .input-box{
	float:left;
	display:block;
	width:150px;
	text-align:left;
	margin-left:5px;
}
.user-from ul li .input-box input{
	width:135px;
}
.user-from ul li .input-box select{
	width:220px;
}
.user-from ul li .input-validation{
	float:left;
	display:block;
}
.user-from ul li .input-validation .asterisk{
	font-size:10px;
}

.card-from ul li .required{
	float:left;
	color:#000;
	width:120px;
	font-weight:bold;
	text-align:right;
	font-size:11px;
	margin-right:5px;
}
.card-from ul li .input-box{
	float:left;
	display:block;
	width:180px;
	text-align:left;
}
.card-from ul li .input-box input{
	width:150px;
}
.card-from ul li .input-box .checkoutDropdown{
	font-size:11px;
	width:80px;
}


.card-from ul li .input-box .v-fix{
	float:left;
	display:block;
	width:auto;
}
.card-from ul li .input-box a{
	font-size:10px;
	color:#f00;
	text-decoration:underline;
	margin-left:5px;
}


#account_notice{
	float:left;
	width:350px;
	border:5px solid #960;
	margin:10px 0px 0px 0px;
	color:#fff;
	height:105px;
	padding:10px;
}
#subtotal_value{
	float:right;
	width:335px;
	border:1px solid #ccc;
	margin-top:10px;
	margin-left:15px;
}

#subtotal_value ul li {
	clear:both;
}
#subtotal_value ul li.from_title{
	height:30px;
	line-height:30px;
}
#subtotal_value ul li span{
	float:left;
	color:#000;
	display:block;
	width:130px;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
}
#subtotal_value ul li span#subtotal{
	text-align:left;
	margin-left:5px;
	color:#A72D2C;
}
#subtotal_value ul li span#shipping{
	text-align:left;
	margin-left:5px;
	color:#A72D2C;
}
#subtotal_value ul li span#baoxian{
	text-align:left;
	margin-left:5px;
	color:#A72D2C;
}
#subtotal_value ul li span#free{
	text-align:left;
	margin-left:5px;
	color:#A72D2C;
}
#subtotal_value ul li span#total{
	text-align:left;
	margin-left:5px;
	color:#F00;
	font-weight:bold;
}
#total_value{
	border-top:1px dotted #000;
}

.cart_notice{
	background:#FCFBF6;
	padding:5px;
	border:1px solid #ccc;
	color:#000;
	font-weight:bold;
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	font-size:10px;
	background:url(../images/also_title_bg.gif) 10px 10px no-repeat;
}
#cart_notices{
	clear:both;
	width:710px;
	padding-top:20px;
	padding-bottom:20px;
}
#cart_notice1{
	float:left;
	width:325px;
	height:71px;
	padding:10px;
	color:#000;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	background:url(../images/cart_notice1_bg.gif) center no-repeat;
}
#cart_notice2{
	float:left;
	width:314px;
	height:135px;
	padding:10px;
	color:#000;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	background:url(../images/cart_notice2_bg.gif) center no-repeat;
}
#cart_notice2 img{
	margin:10px 0px 0px 170px;
}
.red_word{
	color:#C00820;
}
/**************************************************lightbox*********************************/
	

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow:hidden;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#currencies{
  height:0px;
visibility:hidden;
}
.sideBoxContentItem {
	padding: 5px;
}
#main_product_show .indexpl {
		padding: 5px;
}
.plname {
		height: 44px;
		overflow: hidden;
}
#productListing a.plimg, #main_product_show .indexpl .plimg {
		display: block;
		height: 140px;
		width: 140px;
		margin: auto;
}
#productAdditionalImages {
	padding: 0 10px;
	margin: 10px 0;
	}