﻿/*********************************initial define*************************************************/
body {
	margin:10px auto;
	padding:0px 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif,Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	color:#fff;
	background:url(image/bg.gif);
	
}
#dhtmltooltip {
	font-size: 9pt;
	BORDER-RIGHT: gray 1px solid;
	PADDING-RIGHT: 4px;
	BORDER-TOP: gray 1px solid;
	PADDING-LEFT: 4px;
	Z-INDEX: 100;
	FILTER: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=120);
	VISIBILITY: hidden;
	PADDING-BOTTOM: 4px;
	BORDER-LEFT: gray 1px solid;
	WIDTH: 150px;
	PADDING-TOP: 4px;
	BORDER-BOTTOM: gray 1px solid;
	POSITION: absolute;
	BACKGROUND-COLOR: #cccccc;
}

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:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#f00;
}
h1 {
	font-size:16px;
	color:#300;
}
h2 {
	font-size:16px;
}

/*********************************container*************************************************/
#container_top{
	width:960px;
	margin:0px auto;
}
#container_bottom{
	width:960px;
	margin:0px auto;
}
#container {
	width:960px;
	margin:0px auto;
	background:#000;
}

/*********************************shadow*************************************************/
#shadow {
    position:absolute;
    width:960px;
    height:790px;
    z-index:1001;
    overflow:hidden;
    display:none;
}
#detail {
    width:750px;
    position:absolute;
    z-index:30;
    left:13%;
    top:10%;
    text-align:center;
    border:1px solid #000;
}
#detail_img{
    padding:10px;
    background:#fff;
  border-bottom:1px solid #000;
}
#detail h6{
	background:#fff;
	font-size:12px;
	padding-right:30px;
	height:25px;
	line-height:25px;
	text-align:right;
}
#detail a{
    text-decoration:none;
    color:#666;
	text-transform:uppercase;
    font-size:12px;
}
#detail a:hover{
       color:red;
}
#imgname{
	float:left;
	margin-left:30px;
}

#closed{
}

/*********************************header*************************************************/
#header {
	width:960px;
	height:60px;
	line-height:60px;
	background:url(image/banner.gif) right no-repeat;
}
#logo{
	float:left;
	width:58px;
	height:60px;
	margin:0px 40px;
}
#welcome{
	float:left;
	font-weight:bold;
}
/*********************************main_menu*************************************************/
#main_menu {
	clear:both;
	height:43px;
	line-height:43px;
	background:url(image/menu_bg.gif) repeat-x;
}
#main_menu img{
	float:left;
	width:44px;
	height:43px;
	margin:0px 10px;
}
#main_menu #Menu{
	float:left;
	margin-left:30px;!important;
	margin-left:15px;
}
#main_menu #Menu ul{
}
#main_menu #Menu ul li{
	display:inline;
	margin:0px 20px;
}
#main_menu #Menu ul li a{
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
}
#main_menu #Menu ul li a:hover{
	color:#F00;
	text-decoration:none;
}

/*********************************focus_change*************************************************/
#focus_change {   
     clear:both;
	 float:left;
     position:relative;
	 width:860px; 
	 height:320px; 
	 overflow:hidden; 
} 
#focus_change_list { 
     position:absolute;
	 width:4300px;
	 height:320px;
} 
#focus_change_list li { 
     float:left; 
} 
#focus_change_list li img {
	width:860px; 
	height:320px;
} 
#focus_change_btn {
	width:100px; 
	height:320px;
	background:#333;
	text-align:center;
	float:left;
} 
#focus_change_btn ul{
	margin-top:10px;
}
#focus_change_btn li {
	border:none;
	width:90px; 
	height:57px;
	cursor:pointer;
	margin:5px auto;
} 
#focus_change_btn li img {
	width:70px; 
	height:45px;
	margin-left:6px;
	margin-top:5px;
} 
#focus_change_btn .current {
	width:90px; 
	height:57px;
	background:url(image/focus_change_btn_li_hover.gif) center no-repeat;
}
#focus_change_btn .current img {
	border:1px solid red;
} 

/*********************************content*************************************************/
#content {
	clear:both;
	width:960px;
	padding-top:10px;
}


/*********************************left*************************************************/
#left {
	float:left;
	width:210px;
}

#left h2{
	height:42px;
	line-height:42px;
	text-align:center;
	color:#fff;
	font-size:18px;
	text-transform:capitalize;
	font-weight:normal;
	background:url(image/border_top.gif) center no-repeat;
	
}
/*********************************search_bar***********************************************/
#search_bar{
	width:210px;
	margin:0px auto 10px auto;
}
#search_bar #bar_border{
	padding:5px;
	background:url(image/border_bg.gif) repeat-y;
}
#search_bar #keyword{
	border:1px solid red;
	color:#fff;
	font-size:10px;
	width:105px;
	height:15px;
	background:none;
}
#search_bar #searchgo{
	width:78px;
	height:25px;
	border:none;
	margin-left:9px;
	cursor:pointer;
	background:url(image/search.GIF) center no-repeat;
}
#search_bar #search_words{
	clear:both;
	width:200px;
	margin-top:10px;
	border-top:1px dotted #fff;
}
#search_bar #search_words ul{
	text-align:center;
}
#search_bar #search_words ul li{
	display:inline;
	line-height:15px;
}
#search_bar #search_words ul li a{
	font-size:10px;
	text-transform:uppercase;
}
/*********************************left_nav*************************************************/
#left_nav{
	width:210px;
	margin:0px auto;
}

#left_nav #nav{
	padding:5px;
	background:url(image/border_bg.gif) repeat-y;
}
#left_nav #nav li{
	background:url(image/down.gif) 0px 3px no-repeat;
	border-bottom:1px dotted #fff;
}
#left_nav #nav li a{
	color:#fff;
	text-transform:capitalize;
	padding-left:15px;
	cursor:pointer;
	font-size:13px;
}
#left_nav #nav li a:hover{
	color:#F00;
	text-decoration:none;
}
#left_nav #nav #nav_one{
	display:none;
}
#left_nav #nav #nav_one ul li{
	background:url(image/nav_sign.gif) 0px 6px no-repeat;
	border-bottom:none;
}
#left_nav #nav #nav_one ul li a{
	font-size:10px;
	padding-left:20px;
	font-weight:normal;
}
#left_nav #nav #nav_one ul li a:hover{
	color:#f00;
}

/*********************************latest_news*************************************************/
#latest_news{
	width:210px;
	margin:10px auto;

}
#latest_news_content{
	padding:10px;
	background:url(image/border_bg.gif) repeat-y;
}
#latest_news .newslist ul li a{
     font-size:10px;
}

/*********************************payments*************************************************/
#payments{
	clear:both;
	width:210px;
	margin:10px auto;
}
#payments div{
}
#payments_icon{
	text-align:center;
	background:url(image/border_bg.gif) repeat-y;
}
#payments_icon img{
	margin:2px auto;
}


/*********************************shipping_ad************************************************/
#shipping_ad{
	clear:both;
	width:210px;
	margin:10px auto;
}
#shipping_icon{
	text-align:center;
	background:url(image/border_bg.gif) repeat-y;
}
/*********************************right*************************************************/
#right {
	float:left;
	width:210px;
}

#right h2{
	height:42px;
	line-height:42px;
	text-align:center;
	color:#fff;
	font-size:18px;
	text-transform:capitalize;
	font-weight:normal;
	background:url(image/border_top.gif) center no-repeat;
}



/*********************************new_products*******************************************/
#new_products{
	width:210px;
	margin:0px auto 10px auto;
}

#new_products_list{
	width:210px;
	height:480px;
	overflow:hidden;
	margin:0px auto;
	background:url(image/border_bg.gif) repeat-y;
}

/*********************************service_online*******************************************/
#service_online{
	width:210px;
	margin:0px auto 10px auto;
}

#service_online_items{
	width:210px;
	overflow:hidden;
	margin:0px auto;
	padding:16px 0px;
	background:url(image/border_bg.gif) repeat-y;
}
#service_online_items a{
	font-size:11px;
	padding-left:40px;
}
#msn{
	background:url(image/msnicon.gif) 10px 0px no-repeat;
}
#email{
	background:url(image/emailicon.gif) 15px 3px no-repeat;
}

/*********************************special_products*******************************************/
#special_products{
	width:210px;
	margin:0px auto 10px auto;
}

#special_products_list{
	width:210px;
	overflow:hidden;
	margin:0px auto;
	padding:20px 0px 0px 0px;
	background:url(image/border_bg.gif) repeat-y;
}
#special_products_list ul{
		text-align:center;
}

#special_products_list ul li{
	margin:10px auto;
}

/*********************************main_body*************************************************/
#main_body {
	float:left;
	width:520px;
	margin:0px 10px;
}

/*********************************currency_cart*************************************************/
#currency_cart{
	clear:both;
	width:520px;
	height:43px!important;
	height:60px;
	text-align:center;
	font-size:12px;
	background:url(image/prlist_bg.jpg) center top no-repeat;
}
#currency{
	float:left;
	width:260px;
	margin:10px 20px 0px 20px!important;
	margin:10px;
	
}
#currency span{
	text-transform:uppercase;
	font-weight:bold;
}
#currency label{
	color:#0C0;
}
#shopping_cart{
	float:left;
	margin:10px 0px 0px 0px;
}
#shopping_cart #cart_ico{
	float:left;
	width:32px;
	height:26px;
}
#cart_items{
	float:left;
}
#cart_items span{
	clear:both;
	display:block;
	width:180px;
}
#item_count{
	color:#FF0;
	text-decoration:underline;
}
#item_count:hover{
	color:#F00;
}
#cart_total_value{
	color:#F00;
	font-weight:bold;
}
/*********************************key_words*************************************************/
#key_words{
	clear:both;
	height:50px;
	width:500px;
	margin:20px auto 10px auto;
}
#key_words ul li{
	float:left;
	display:block;
	width:100px;
	height:50px;
	line-height:50px;
	background:url(image/key_words_li_bg.gif) center no-repeat;
	text-align:center;
}
#key_words ul li a{
	text-transform:capitalize;
        font-size:10px;
}

/*********************************hotpro*************************************************/
#jordan_pro h1,#jordan_pro h2,#about h1,#about h3{
	height:29px;
	line-height:27px;
	color:#fff;
	text-transform:capitalize;
	font-size:16px;
	text-indent:10px;
	margin:20px 0px 0px 0px;
	background:url(image/h_title_bg.gif) center no-repeat;
}

#hot_pro{
	width:518px;
	border:1px solid #C21519;
}
/*********************************productlist*************************************************/
.productlist {
	float:left;
	width:160px;
	height:180px;
	text-align:center;
	margin:5px!important;
	margin:4px;
}

.productlist ul .pro_img a .imgclass {
	width:160px;
	height:105px;
	border:0px;
}

.productlist ul .pro_name a{
	display:block;
	height:30px;
	overflow:hidden;
	color:#fff;
	font-size:10px;
        line-height:15px;
}

.productlist ul .pro_name  a:hover{
	text-decoration:underline;
	color:#F00;
}

.pro_mprice{
	float:left;
	color:#fff;
	font-size:12px;
	width:100px;
	display:block;
}
.pro_price{
	float:left;
	color:#f00;
	font-size:12px;
	font-weight:bold;
}

.o_radio{
	clear:both;
	color:#fff;
	font-weight:bold;
	display:none;
}
.o_radio label{
	font-size:12px;


}
.productlist  .pro_buy{
	clear:both;
	width:120px;
	height:21px;
	margin:0px auto;
	display:none;
}

.view_size{
	margin-bottom:15px;
}


/*********************************new_products*************************************************/
#new_products_list{
	text-align:center;
	height:340px;
        overflow:hidden;
}
#new_products_list  .productlist {
	clear:both;
	width:160px;
	height:170px;
	text-align:center;
	margin:0px 0px 0px 25px!important;
	margin:0px 0px 0px 12px;
}

#new_products_list .productlist ul .pro_img a .imgclass {
	width:160px;
	height:105px;
	border:0px;
}

#new_products_list .productlist ul .pro_name a{
	display:block;
	height:30px;
	overflow:hidden;
	color:#fff;
	font-size:10px;
        line-height:15px;
}

#new_products_list .productlist ul .pro_name  a:hover{
	text-decoration:underline;
	color:#F00;
}

#new_products_list .pro_mprice{
	float:left;
	color:#fff;
	font-size:12px;
	width:100px;
	display:block;
}
#new_products_list .pro_price{
	float:left;
	color:#f00;
	font-size:12px;
	font-weight:bold;
}

#new_products_list .o_radio{
	clear:both;
	color:#fff;
	font-weight:bold;
	display:none;
}
#new_products_list .o_radio label{
	font-size:12px;


}
#new_products_list .productlist  .pro_buy{
	clear:both;
	width:120px;
	height:21px;
	margin:0px auto;
	display:none;
}

#new_products_list .view_size{
	margin-bottom:15px;
}


/*********************************about*************************************************/
#about{
	clear:both;
	margin-bottom:10px;
}

#about_content {
	clear:both;
	font-size:11px;
	width:518px;
	height:auto!important;
	height:200px;
	max-height:200px;
	overflow:auto;
	border:1px solid #C21519;
}
#about_content h1{
	font-size:20px;
	text-indent:20px;
	
}
#about_content .content {
	padding:5px 10px;
	text-align:justify;
	color:#fff;
}
#about_content .title {
	height:0px;
}

#Description pre{
	white-space: pre-wrap;     
	white-space: -moz-pre-wrap; 
	white-space: -pre-wrap;      
	white-space: -o-pre-wrap;    
	word-wrap: break-word;
	font-family:Arial, Helvetica, sans-serif;
}

/*********************************path*************************************************/
#path,#path h1 {
    height:30px;
	line-height:30px;
	color:#666;
	text-transform:capitalize;
	font-size:11px;
	text-indent:10px;
	font-weight:bold;
	margin:0px 0px 20px 0px;
	background:url(image/navbar.gif) bottom  left no-repeat;
}
#path a{
	color:#fff;
	text-decoration:underline;
}
#path a:hover{
	color:#f00;
	text-decoration:none;
}

/*********************************matser*************************************************/
#matser{
	text-align:justify;
	color:#fff;
	padding-top:10px;
}
#matser .productlist .pro_mprice{
	display:none;
}
#matser .productlist .pro_price{
	display:none;
}



.pagestitle{
	color:#Fff;
	font-weight:bold;
	padding:10px 0px;
	text-align:left
}
.pagestop{
	clear:both;
	text-align:center;
	text-decoration:underline;
}
.pagestop a{
    margin:0px 5px;
	display:inline-block;
	width:25px;
	height:20px;
	line-height:20px;
	font-size:9px;
	text-align:center;
	background:#F60;
}
.pagestop a:hover{
	color:#0F0;
	text-decoration:none;
}
.pagesfoot{
	clear:both;
	text-align:center;
}
.pagesfoot a{
    margin:0px 5px;
	display:inline-block;
	width:25px;
	height:20px;
	line-height:20px;
	font-size:9px;
	text-align:center;
	background:#F60;
}
.pagesfoot a:hover{
	color:#0F0;
	text-decoration:none;
}
.pagestop .current{
	background:#FC9;
	color:#F00;
}
.pagesfoot .current{
	background:#FC9;
	color:#F00;
}


/*********************************product*************************************************/
#product {
	clear:both;
	margin-top:10px;

}
#product .pro_image {
	float: left;
}
.pic_big_img {
	width:250px;
	margin:0;
	text-align:center;
}
#productImage{
	width:250px;
	height:170px;
    line-height:230px;
    vertical-align:middle; 
    max-width:400px; 
    max-height:230px;
	position:relative;
    margin:0;
	padding:1px;
	cursor:crosshair;

}
.pro_image span{
	clear:both;
	text-transform:uppercase;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	width:250px;
}
#enlarger{
	margin-left:150px;
	cursor:pointer;
}

.pic_small_images img {
	width:55px;
	height:55px;
	border:0px;
	margin:0px 4px;
	border:2px solid #fff;
	cursor:pointer;
}
.pic_small_images li {
	display:inline;
}


#product #pro_con{
	float:left;
	color:#fff;
	width:250px;
	margin-left:20px!important;
        margin-left:10px;
}
 #pro_con .pname h1{
	 color:#fff;
	 font-weight:bold;
	 font-size:15px;
 }
#product #pro_con ul li .pro_span {
	width: 85px;
	color:#CCC;
}
#product #pro_con ul li .pro_price_m{
	color:#fff;
}

#product #pro_con ul li .pro_price_c {
	color:#f00;
}

#product #pro_con ul li span {
	float: left;
	display: block;
}

#product #pro_con ul li {
	height:25px;
        clear:both;
}
#product #pro_con .pname{
	height:50px;
}


.pro_cur_c label{
      color:#390;
}

#cart_qty{
	color:#fff;
	font-weight:bold;
}
.tocart{
	margin-top:20px;
}
div.zoomdiv {
     z-index:100; 
     position:absolute;
     top:0px;
     left:0px;
     width:200px;
     height:200px;
     background:#ffffff;
     border:2px groove #CCCCCC;
     display:none;
     text-align:center; 
      overflow:hidden;
}

/*********************************rollBox*************************************************/
.rollBox {
 width:250px;
 height:60px;
 border-top:1px solid #fff;
 padding-top:10px;
}
.rollBox .LeftBotton {
 height:60px;
 width:22px;
 background:url(image/leftscroll_btn.gif) center no-repeat;
 float:left;
 cursor:pointer;
}
.rollBox .LeftBotton:hover {
 background:url(image/leftscroll_hover_btn.gif) center no-repeat;
}
.rollBox .RightBotton {
 height:60px;
 width:22px;
 background:url(image/rightscroll_btn.gif) center no-repeat;
 float:left;
 cursor:pointer;
}
.rollBox .RightBotton:hover {
 background:url(image/rightscroll_hover_btn.gif) center no-repeat;
}
.rollBox .Cont {
 width:206px;
 overflow:hidden;
 float:left;
}
.rollBox .ScrCont {
 width:2000px;
}

.rollBox .Cont a:hover {
 color:#f00;
 text-decoration:underline;
}
.rollBox #pic_small_images, .rollBox #List2 {
 float:left;
}



/*********************************news*************************************************/
#matser .newslist{
	clear:both;
}
#matser .newslist ul li{
	float:left;
}
#matser .newslist ul li.newstype{
	width:150px;
	color:#999;
}
#matser .newslist ul li.newsname{
	width:270px;
}
#matser .newslist ul li.newstime{
	color:#f00;
	font-size:12px;
}

#news .title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
        text-transform:capitalize;
	color:#fff;
}

#news .master {
	padding:10px;
	color:#999;
        font-weight:normal;
        font-size:12px;
}
#news .master h1{
	color:#999;
}
#news .time {
	text-align: right;
	padding-right:30px;
	color:#FC0;
}

/*********************************footer_items*******************************************/
#footer_items{
	clear:both;
	width:960px;
	height:112px;
	margin:10px auto;
	background:url(image/footer_items_bg.gif) center no-repeat;
}

#footer_items h4{
	color:#fff;
	font-weight:bold;
	font-size:12px;
    background:none;
    text-indent:0px;
	margin-top:10px;
}
#footer_items li a{
	font-size:10px;
	color:#eee;
	text-indent:5px;
}
#footer_items li a:hover{
	color:#F00;
	text-decoration:none;
}


#about_us{
	float:left;
	width:115px;
	height:100px;
	padding-left:15px;
}

#customer_info{
	float:left;
	width:145px;
	height:100px;
}

/*-----guide------*/
#Shopping_Guide{
	float:left;
	width:170px;
	height:100px;

}


/*-----payments_guide------*/
#payments_guide{
	float:left;
	width:120px;
	height:100px;

}


/*-----Delivery------*/
#Delivery{
	float:left;
	width:105px;
	height:100px;

}

/*-----After Sale Service------*/
#After_Sale_Service{
	float:left;
	width:180px;
	height:100px;

}


/*-----After Sale Service------*/
#Special_Terms{
	float:left;
	width:110px;
	height:100px;
}

/*********************************footer*************************************************/
#footer {
	clear:both;
	color:#fff;
}
#dlink ul{
	text-align:center;
}
#dlink ul li{
	display:inline;
	margin:0px 5px;
}
#dlink ul li a{
	color:#fff;
}
#dlink ul li a:hover{
	color:#FC0;
	text-decoration:none;
}
#dfoot {
	clear:both;
	text-align:center;
	font-size:11px;
	color:#fff;
	height:26px;
	line-height:26px;
	background:url(image/dfootbg.gif) top repeat-x;
}
#dfoot a{
	color:#fff;
	font-weight:bold;
}
#dfoot a:hover{
	color:#F00;
}


/*********************************buycart*************************************************/
.buycart{
	background:#303030;
	border:3px outset #666;
	margin-bottom:10px;
}
.currencies{
	color:#fff;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
.table_cart{
	background:#000;
}
.table_top{
	background:#C00;
}
.table_row{
	font-size:10px;
}
.table_row input{
	color:#F30;
	border:1px groove #F30;
	cursor:pointer;	
}
#btnCon{
	background:url(image/continue_shopping.gif) center no-repeat;
	border:0px;
	width:223px;
	height:33px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-align:right;
	padding-right:15px;
    cursor:pointer;
	margin:20px auto;
}
#btnCon:hover{
	color:#0F0;
}
.order_num{
	color:#F00;
	font-size:12px;
}
.order_num input{
	text-align:center;
	background:#fff;
	border:none;
}
.enroll_tb{
	background:#000;
	border:none;
}

.delivery{
	background:#C00;
	font-weight:bold;
	text-align:center;
	font-size:18px;
	color:#fff;
}
#btnCheckOut{
	background:url(image/checkout.gif) center no-repeat;
	border:0px;
	height:23px;
	font-weight:bold;
	width:108px;
	cursor:pointer;
	margin-bottom:20px;
}

#subtotal{
	color:#FF0;
	text-align:right;
}
.rdobtn{
	color:#FF0;
}
