﻿/*====================================================================
Title : style.css
Author : Seymour 
URL : 
Description : For all pages
Created : 2009-09-16
Modified : 
====================================================================*/
@import url(global.css);

/****** index pages******/

#container{
	position:relative;
	background-color:#fff;
	width:970px;
	height:auto;
	background:#333333 url(../images/bg_main.gif) repeat-y;
	margin:0 auto;
	text-align:left;
	padding:0 4px;
}
#header{
	padding:0px;
	width:970px;
	height:110px;
	background:#333333 url(../images/bg_header.gif) repeat-x;
}
#logo{
	width:240px;
	height:91px;
	margin:10px 0 0 10px;
	float:left;
}
#header_nav{
	width:675px;
	height:110px;
	float:right;
}
#header_nav_sub{
	float:right;
	margin:8px 13px 0 0;
	width:445px;
}
#header_nav_sub li{
	float:left;
	margin-left:18px;
	padding-left:18px;
}
.nav_member{
	background:transparent url(../images/icon_member.gif) left no-repeat;
}
.nav_order{
	background:transparent url(../images/icon_order.gif) left no-repeat;
}
.nav_shopping{
	background:transparent url(../images/icon_shopping.gif) left no-repeat;
}
.nav_signin{
	background:transparent url(../images/icon_sign.gif) left no-repeat;
}
#selected_topnav a{
	color:#990000;	
}
#header_nav_main{
	float:right;
	width:621px;
	*width:621px;
	_width:641px;
	margin:43px 25px 0 0;
	*margin:43px 25px 0 0;
	_margin:43px 12px 0 0;
}
#header_nav_main li{
	float:left;
	margin:0 0 0 20px;
	height:38px;
	padding-bottom:5px;
}
#header_nav_main a{
	float:left;
	height:20px;
}
#header_nav_main .home{
	background:url(../images/home.png) left top no-repeat;	
	width:68px;
}
#header_nav_main .home:hover,
#selected_main .home{
	background:url(../images/home_act.png) left top no-repeat;	
}
#header_nav_main .abt{
	background:url(../images/abt.png) left top no-repeat;	
	width:116px;
}
#header_nav_main .abt:hover,
#selected_main .abt{
	background:url(../images/abt_act.png) left top no-repeat;
}
#header_nav_main .pdt{
	background:url(../images/pdt.png) left top no-repeat;	
	width:121px;
}
#header_nav_main .pdt:hover,
#selected_main .pdt{
	background:url(../images/pdt_act.png) left top no-repeat;	
}
#header_nav_main .att{
	background:url(../images/att.png) left top no-repeat;	
	width:104px;
}
#header_nav_main .att:hover,
#selected_main .att{
	background:url(../images/att_act.png) left top no-repeat;	
}
#header_nav_main .ct{
	background:url(../images/ct.png) left top no-repeat;	
	width:112px;
}
#header_nav_main .ct:hover,
#selected_main .ct{
	background:url(../images/ct_act.png) left top no-repeat;	
}

#selected_main{
	color:#990000;
	background: url(../images/main_arrow.gif) center bottom no-repeat;
}
#selected_main a{
	color:#990000;
}
#mine_content{
    width:970px;
	clear:both;
}
#mine_toppart{
	width:100%;
	height:250px;
	background:#000000 url(../images/hp_pic1.jpg) left no-repeat;
}
#toppart_right{
	width:600px;
	float:right;
}
.toppart_title{
	font-size:21px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:35px;
	margin-bottom:15px;
	line-height:30px;
}
.toppart_p{
	color:#CCCCCC;
	width:580px;
	margin-bottom:20px;
}
.toppart_b{
	width:600px;
	text-align:center;
}
#bottompart{
	width:970px;
	height:180px;
	background-color:#191919;
}
ul#bottompart li{
	float:left;
}
.bottompart_B{
	width:322px;
	height:180px;
}
.bottompart_S{
	width:2px;
	height:160px;
	margin:10px 0;
	background-color:#000000;
}
.bottompart_L{
	background:#191919 url(../images/item1.png) 14px 45px no-repeat;
}
.bottompart_M{
	background:#191919 url(../images/item2.png) 14px 43px no-repeat;
}
.bottompart_R{
	background:#191919 url(../images/item3.png) 14px 40px no-repeat;
}
.bottompart_title{
	font-size:16px;
	color:#CCCCCC;
	font-weight:bold;
	margin-left:16px;
	height:40px;
	line-height:40px;
}
.bottompart_content{
	width:172px;
	margin-left:137px;
	font-size:12px;
	color:#999999;
}
p.bottompart_content{
	line-height:17px;
}
.button_details{
	text-align:right;
	margin-right:18px;
	font-weight:bold;
}
#footer{
	width:970px;
	height:110px;
	text-align:center;
	clear:both;
}
#footer ul{
	width:490px;
	height:16px;
	line-height:16px;
	margin:20px auto;
}
#footer ul li{
	float:left;
	margin-left:23px;
	font-size:13px;
	font-weight:bold;
}
#footer ul li#nomargin{
	margin-left:0px;
}
.copyright{
	width:970px;
	color:#666666;
	clear:both;
}

/************* product *************/

#product_content{
	width:970px;
	min-height:400px;
	_height:400px;
	color:#CCCCCC;
	background:#000000 url(../images/bg_man.jpg) top right no-repeat;
}
#product_content_L{
	width:610px;
	float:left;
	margin:20px 0 0 20px;
	_margin:20px 0 0 10px;
	background:#000000;
}
.product_nav{
	width:610px;
	height:36px;
}
.product_nav li{
	float:left;
	font-size:14px;
}
.product_nav li a{
	color:#cccccc;
	font-size:14px;
	text-align:center;
	line-height:36px;
	height:36px;
	text-decoration:none;
	float:left;
	margin-right:22px;
	width:136px;
}
li.selected a,
.product_nav li a:hover{
	color:#990000;
	background:transparent url(../images/product_nav1.gif) no-repeat;
}
.product_nav li.tag_4 a{
	margin-right:0px;
}
.product_navpart{
	width:590px;
	min-height:320px;
	_height:320px;
	padding:10px;
	background:transparent url(../images/product_bg.gif) repeat-x;
}
.product_navpart_new{
	width:625px;
	min-height:360px;
	_height:360px;
	padding:10px;
	margin-left:20px;
	background:transparent url(../images/product_bg.gif) repeat-x;
}
.product_navpart_scroll{
	width:590px;
	min-height:360px;
	*min-height:inherit;
	_min-height:inherit;
	height:auto;
	*height:390px;
	_height:390px;
	overflow:inherit;
	*overflow:auto;
	_overflow:auto;
	padding:10px;
	background:transparent url(../images/product_bg.gif) repeat-x;
}
.product_navpart_scroll br,
.product_navpart_new br,
.product_navpart br{
	line-height:12px;
	height:12px;
}
#product_detail{
	width:930px;
	height:auto;
	color:#CCCCCC;
	background:#000000;
	padding:20px;
}
#product_detail_L{
	width:700px;
	height:auto;
	float:left;
}
#product_detail_R{
	width:210px;
	min-height:458px;
	_height:458px;
	float:right;
}
#product_detail_t{
	width:700px;
	height:20px;
	background:#000000 url(../images/product_d_t_bg.gif) no-repeat;
}
#product_detail_b{
	width:700px;
	min-height:390px;
	_height:390px;
	background:#000000 url(../images/product_d_b_bg.gif) repeat-x;
	text-align:left;
}
#product_detail_r_t{
	width:210px;
	min-height:40px;
	_height:40px;
	padding:10px 0 30px  0;
	background:#280000 url(../images/product_r_t_bg.gif) no-repeat;
}
#product_detail_r_t dt{
	line-height:1px;
	height:1px;
}
#product_detail_r_b{
	width:210px;
	min-height:365px;
	_height:365px;
	text-align:center;
	padding-top:10px;
	background:#000000 url(../images/product_r_b_bg.gif) repeat-x;
}
#product_content_left{
	width:240px;
	height:140px;
	padding:20px 0 0 160px;
	background:url(../images/bottle.jpg) 40px 5px no-repeat;
	float:left;
}
#product_content_right{
	width:299px;
	height:140px;
	float:right;
	padding:20px 0 0 0;
}
.product_detail_or{
	line-height:30px;
	height:30px;
}
.product_detail_space{
	width:700px;
}
.product_oc_button{
	width:680px;
	padding:10px 0 10px 20px;
}
.extend{
	background:transparent url(../images/close.gif) left  no-repeat;
	padding-left:20px;
}
.product_oc_button_1{
	width:680px;
	padding:10px 0 10px 20px;
}
.product_oc_button_1 .extend{
	background:transparent url(../images/open.gif) left  no-repeat;
}
.col_17{
	width:155px;
	text-align:center;
	line-height:25px;
	height:25px;
}
.col_18{
	width:100px;
	text-align:right;
	line-height:25px;
	height:25px;
}
.product_navpart_scroll h2,
.product_navpart_new h2,
.product_navpart h2{
	font-size:24px;
	font-weight:normal;
	float:left;
	width:460px;
	line-height:30px;
}
.proHead{
	border-bottom:1px solid #222222;
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-bottom:20px;
	_margin-bottom:10px;
}
.proHead dd{
	float:right;
	width:92px;
}
.proContent{
	height:250px;
	float:left;
}
.proContent dt{
	font-size:14px;
}
.proContent dd{
	margin:2px 0px 2px 0px;
	padding-left:20px;
}
.operation{
	text-align:center;
}
.operation_new{
	text-align:right;
}
.product_navpart_scroll desc,
.product_navpart_new .desc,
.product_navpart .desc{
	border-bottom:1px solid #222222;
	padding-bottom:10px;
	margin-bottom:10px;
}

#cart_content{
	width:970px;
	min-height:468px;
	_height:468px;
	color:#CCCCCC;
}
#cart_detail_R{
	width:300px;
	min-height:458px;
	_height:458px;
	float:right;
	margin:20px 20px 10px 20px;
	_margin:20px 10px 10px 10px;
}
#cart_detail_r_t{
	width:280px;
	height:30px;
	padding:10px 10px 0 10px;
	background:#000000 url(../images/cartt.jpg) no-repeat;
}	
#cart_detail_r_b{
	width:280px;
	min-height:365px;
	_height:365px;
	text-align:center;
	padding-top:10px;
	background:#000000 url(../images/product_r_b_bg.gif) repeat-x;
	padding:10px 10px;
}
#cart_detail_r_t .listHead{
	float:left;
	width:150px;
	margin:0px !important;
	padding-bottom:10px;
}
#cart_detail_r_t .button{
	float:right;
	width:120px;
	border-bottom:1px solid #3E1A1A;	
	padding-bottom:6px;
	text-align:right;
}
.cart{
	margin-bottom:10px;
	border-bottom:1px solid #3E1A1A;
}
.cart dd{
	text-align:left;
}
.cart .price{
	float:right;
}
.cart dt{
	height:10px;
}
.cart .font15_b b{
	color:#cbcbcb;
}
.product_detail_1_1{
	width:648px;
	border:#cccccc 1px solid;
	margin:0 20px;
	color:#cccccc;
	padding:5px;
	background:#000000 url(../images/products_detail_bg.gif) top repeat-x;
}
.product_detail_1_1 dt{
	height:0px;
	line-height:0px;
}
.p_detail_title{
	font-size:14px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	border-bottom:#cccccc 3px solid;
}
dt.h_b2{
	border-bottom:#cccccc 2px solid;
}
dt.h_b1{
	border-bottom:#cccccc 1px solid;
}
.col_19{
	width:318px;
	padding-right:5px;
	border-right:#cccccc 1px solid;
	float:left;
}
.col_20{
	width:318px;
	padding-left:5px;
	float:right;
}
.col_21{
	width:265px;
	height:30px;
	padding-left:3px;
	text-align:right;
	line-height:30px;
}
.col_22{
	width:47px;
	height:30px;
	padding-right:3px;
	text-align:right;
	line-height:30px;
}
.col_23{
	width:204px;
	height:30px;
	padding-left:3px;
	line-height:30px;
}
.col_24{
	width:30px;
	height:30px;
	text-align:right;
	line-height:30px;
}
.col_25{
	width:313px;
	height:60px;
	line-height:60px;
	padding-left:5px;
}
.p_dtail_warm{
	width:658px;
	margin:0 auto;
}
.p_detail_bun{
	height:31px;	
}
.p_detail_bun li{
	float:left;
	text-align:center;
	height:21px;
	line-height:21px;
	margin-right:5px;
}
.p_detail_bun li a{
	font-size:12px;
	font-weight:bold;
	display:block;
}
.bun_1 a{
	width:87px;	
	color:#222222;
	background:transparent url(../images/bun1_1.gif) no-repeat;
}
.bun_5 a{
	width:117px;
	color:#222222;	
	background:transparent url(../images/bun2_1.gif) no-repeat;
}
.bun_6 a,
.bun_4 a,
.bun_3 a,
.bun_2 a{
	width:97px;	
	color:#222222;
	background:transparent url(../images/bun3_1.gif) no-repeat;
}
.bun_6 a:hover,
.bun_5 a:hover,
.bun_4 a:hover,
.bun_3 a:hover,
.bun_2 a:hover,
.bun_1 a:hover{
	color:#222222;
	text-decoration:underline;
}
.bunselected1 a{
	color:#FFFFFF;
	background:transparent url(../images/bun1_2.gif) no-repeat;
}
.bunselected5 a{
	color:#FFFFFF;
	background:transparent url(../images/bun2_2.gif) no-repeat;
}
.bunselected6 a,
.bunselected4 a,
.bunselected3 a,
.bunselected2 a{
	color:#FFFFFF;
	background:transparent url(../images/bun3_2.gif) no-repeat;
}
.product_bun_2{
	width:660px;
	min-height:360px;
	_height:360px;
	padding:10px 0;
	margin-left:20px;
}

.p_detail_bun_2{
	height:60px;	
}
.p_detail_bun_2 li{
	float:left;
	width:180px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin-right:40px;
}
.p_detail_bun_2 li a{
	font-size:15px;
	color:#222222;
	display:block;
	font-weight:bold;
	background:transparent url(../images/bun_b1.gif) no-repeat;
}
.p_detail_bun_2 li a:hover{
	color:#222222;
	text-decoration:underline;
}
li.tagselected a{
	color:#FFFFFF;
	background:transparent url(../images/bun_b2.gif) no-repeat;
}
.tabContent_new{
	clear:both;
	min-height:200px;
	_height:200px;
	
}
.product_bun_col dd{
	width:205px;
	height:25px;
	line-height:25px;
}
.product_bun_col dt{
	clear:both;
	height:1px;
	line-height:1px;
	border-bottom:#191919 2px solid;
	margin:10px 0;
}
/************* about us *************/

#product_aboutus{
	width:970px;
	min-height:468px;
	_height:468px;
	color:#CCCCCC;
	background:#000000 url(../images/bg_twomen.jpg) top right no-repeat;
}
.whyfightermins_link a{
	text-decoration:underline;
}
.whyfightermins_link a:hover{
	text-decoration:none;
}

/************* Terms of Use *************/

#termsofuse_content{
	width:954px;
	min-height:404px;
	_height:404px;
	color:#CCCCCC;
	padding:16px 0 0 16px;
	background:#000000 url(../images/bg_twomen.jpg) top right no-repeat;
	float:left;
}
#termsofuse_content_t{
	width:594px;
	height:54px;
	line-height:45px;
	padding-left:16px;	
	background:#000000 url(../images/contact_content_t.gif) no-repeat;
}
#termsofuse_content_b{
	width:578px;
	min-height:350px;
	_height:350px;
	color:#bbbbbb;
	padding:0 16px;
	background:#000000 url(../images/contact_content_b.gif) repeat-x;
}

/************* contact *************/

#contact_content{
	width:954px;
	min-height:404px;
	_height:404px;
	color:#CCCCCC;
	padding:16px 0 0 16px;
	background:#000000 url(../images/bg_women2.jpg) top right no-repeat;
	float:left;
}
#contact_content_t{
	width:594px;
	height:54px;
	font-size:21px;
	line-height:45px;
	padding-left:16px;
	background:#000000 url(../images/contact_content_t.gif) no-repeat;
}
#contact_content_b{
	width:610px;
	height:350px;
	color:#bbbbbb;
	background:#000000 url(../images/contact_content_b.gif) repeat-x;
}
#contact_content_b dt{
	height:1px;
	line-height:1px;
}
.col_1{
	width:115px;
	text-align:right;
	height:25px;
	line-height:20px;
	margin-right:8px;
}
.col_2{
	width:180px;
}
.col_2 select{
	background-color:#FFFFFF;
}
.col_3{
	width:88px;
	text-align:right;
	height:25px;
	line-height:25px;
	margin-right:8px;
}
.col_4{
	width:120px;
}
.col_5{
	color:#777777;
	width:50px;
	margin-left:6px;
	height:25px;
	line-height:25px;
	font-size:11px;

}
.col_6{
	color:#777777;
	width:450px;
	font-size:11px;
	height:12px;
	line-height:12px;

}
.col_7{
	width:450px;
}
.col_7 textarea{
	background-color:#FFFFFF;
}
.col_7 span{
	color:#FFFFFF;
}
.col_8{
	width:450px;
	text-align:center;
}


/************* registion and signin *************/

#registion_b{
	width:610px;
	min-height:350px;
	_height:350px;
	color:#bbbbbb;
	background:#000000 url(../images/contact_content_b.gif) repeat-x;
}
#registion_b_L{
	float:left;
	width:414px;
	*width:399px;
}
#registion_b_R{
	float:right;
	width:160px;
	*width:175px;
	_width:175px;
	height:250px;
	*height:235px;
	_height:235px;
	padding:0px 15px 0 10px;
	*padding:0px 15px 0 10px;
	_padding:0px 15px 0 10px;
}
#registion_b_R strong{
	display:block;
	margin:15px 0 10px 0;
}
#registion_b_R span{
	font-size:11px;
}
#registion_b_L_T{
	width:414px;
	_width:399px;
	min-height:310px;
	_height:290px;
	border-right:#333333 1px dashed;
}

#register_button{
	height:43px;
	padding-top:10px;
	text-align:center;
}
.col_9{
	width:130px;
}
.col_10{
	width:260px;
}
.col_11{
	width:90px;
}
.col_12{
	width:400px;
	text-align:center;
}
#signin_b_L{
	float:left;
	width:340px;
	height:160px;
}
#signin_b_R{
	float:right;
	width:190px;
	height:160px;
	padding:0 40px 0 20px;
}
#signin_b_R p{
	line-height:16px;
	margin-bottom:5px;
}
#signin_b_L_b{
	width:324px;
	height:180px;
	padding-left:16px;
}
#signin_b_R p a{
	text-decoration:underline;
}
#signin_b_R p a:hover{
	text-decoration:none;
}
.col_13{
	width:200px;
}
.col_14{
	width:215px;
}
.col_15{
	width:125px;
	line-height:30px;
	height:30px;
}
.col_15 a{
	text-decoration:underline;
}
.col_15 a:hover{
	text-decoration:none;
}
.col_16{
	width:80px;
}
.skip_button{
	width:324px;
	text-align:right;
}

/************* Order  Payment *************/

.order_seemore{
	text-align:right;
	margin-right:30px;
	height:20px;
	line-height:20px;
	width:580px;
}
.col_26{
	width:350px;
	text-align:right;
	height:20px;
	line-height:20px;
	margin-right:8px;
}
.col_27{
	margin-right:10px;
}
.col_28{
	width:45px;
	height:19px;
	*height:17px;
	_height:17px;
	line-height:20px;
	padding-top:1px;
	*padding-top:3px;
	_padding-top:3px;
}

.col_29{
	width:160px;
	text-align:right;
	height:25px;
	line-height:25px;
	margin-right:25px;
}
.col_30{
	width:300px;
	height:25px;
	line-height:25px;
}
#payment_lb{
	width:954px;
	min-height:453px;
	_height:453px;
	color:#CCCCCC;
	padding:16px 0 0 16px;
	background:#000000 url(../images/bg_women2.jpg) top right no-repeat;
	float:left;
}
.paybyitem{
	width:550px;
	margin:0px 10px;
	padding:5px 10px;
	margin-bottom:15px;
	float:left;
}
.paybyitem_1{
	width:550px;
	margin:0px 10px;
	padding:0 10px;
	margin-bottom:5px;
	float:left;
}
.paybyitem_1 a{
	color:#990000;
	text-decoration:underline;
}
.paybyitem_1 a:hover{
	color:#990000;
	text-decoration:none;
}
.col_31{
	width:135px;
	text-align:right;
	height:25px;
	line-height:20px;
	margin-right:8px;
}
/************* space font line*************/
.space{
	clear:both;
	line-height:1px;
	height:1px;
}
.space_1{
	margin-bottom:15px;
}
.space_2{
	height:8px;
}
.space_3{
	margin-right:3px;
}
.space_4{
	margin-bottom:5px;
}
.space_5{
	margin-top:5px;
}
.space_6{
	margin-top:8px;
}
.space_7{
	margin-left:10px;
}
.space_8{
	margin-top:15px;
}
.space_9{
	margin-bottom:25px;
}
.space_10{
	margin-bottom:30px;
}
.space_11{
	margin-bottom:10px;
}
.space_12{
	margin-right:40px;
}
.space_13{
	margin-bottom:50px;
}
.space_14{
	margin-right:10px;
}
.line_1{
	height:10px;
	width:100%;
	clear:both;
	background-color:#191919;
}
.line_2{
	height:1px;
	line-height:1px;
	clear:both;
	border-bottom:#333333 1px solid;
	margin:0 15px;
}
.line_3{
	height:1px;
	line-height:1px;
	clear:both;
	border-bottom:#333333 1px dashed;
	margin:0 15px;
}
.font11{
	font-size:11px;
}
.font11_b{
	font-size:11px;
	font-weight:bold;
}
.font11_f{
	font-size:11px;
	color:#cc0000;
}
.font12_b{
	font-size:12px;
	font-weight:bold;
}
.font12_bc{
	font-size:12px;
	color:#fff;
}
.font13{
	font-size:13px;
}
.font13_b{
	font-size:13px;
	font-weight:bold;
}
.font13_bc{
	font-size:13px;
	color:#990000;
	font-weight:bold;
}
.font13_bcc{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}
.font13_bbb{
	font-size:13px;
	color:#bbbbbb;
	font-weight:bold;
}
.font14{
	font-size:14px;
}
.font14_b{
	font-size:14px;
	font-weight:bold;
}
.font15_b{
	font-size:15px;
	font-weight:bold;
}
.font15_bc{
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}
.font14_bf{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.font18_b{
	font-size:18px;
	font-weight:bold;
}
.font21{
	font-size:21px;
	line-height:45px;
    height:45px;
}
.fontcolor{
	color:#FFFFFF;
}
/****member page******/
.info{
	background:#222222;
	width:550px;
	margin:0px 10px;
	padding:5px 10px;
	margin-bottom:15px;
	float:left;
}
.info dt{
	font-size:13px;
	font-weight:bold;
	float:left;
	line-height:30px;
}
.info dd{
	float:right;
	font-size:11px;
}

/*******css for Advanced Formula**********/
.tabtitle li{
	float:left;
	font-size:13px;
	font-weight:bold;
	border-right:1px solid #333;
	padding-right:4px;
	margin:7px 10px 0px 0px;
	padding-right:10px;
}
.tabtitle a:hover{
	color:#990000;
}
.tabtitle li.selected{
	background:#222;
	padding:4px 10px;
	border-right:0px;
	line-height:20px;
	margin:0px 5px 0px 0px;
}
.tabtitle li.selected a{
	color:#900;
}
.updateBtn{
	border-right:0px !important;
	padding-left:2px;
}
.tabContent{
	clear:both;
	overflow-y:auto;
}
.basic dt{
	clear:both;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
.basic dd{
	width:195px;
	overflow:hidden;
	white-space:nowrap;
	color:#bbb;
}
.basic .line{
	border-bottom:1px dotted #333;
	width:100%;
	clear:both;
	margin:15px 0px;
	font-size:0px;
}
.crumbs{
	text-align:right;
	color:#FFCC00;
	font-size:15px;
	font-weight:bold;
	margin:20px 10px;
	clear:both;
}
.crumbs b{
	color:#c9c9c9;
}

.tabLeft{
	float:left;
	width:285px;
	border-right:1px dotted #333;
	padding-right:10px;
}
.tabRight{
	float:right;
	width:285px;
}
.tabRight_new{
	float:left;
	width:285px;
	margin-left:10px;
}
.tabRight_new dt,
.tabLeft dt,
.tabRight dt{
	clear:both;
}
.tabRight_new dd,
.tabLeft dd,
.tabRight dd{
	float:left;
}
.colTitle1{
	font-weight:bold;
	font-size:12px;
	width:200px;
	padding-left:5px;
	padding-bottom:3px;
}
.colTitle2{
	font-weight:bold;
	font-size:12px;
	text-align:center;
}
.tabRight_new dd.col1,
.tabLeft dd.col1,
.tabRight dd.col1{
	width:140px;
	border-bottom:2px solid #333;
	margin-left:10px;
	line-height:22px;
	padding:3px 4px 4px 0px !important;
	margin:0px !important;
	color:#bbb;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.tabRight_new dd.col2,
.tabLeft dd.col2,
.tabRight dd.col2{
	width:140px;
	border-bottom:2px solid #333;
	line-height:22px;
	padding:3px 0px 4px 0px !important;
	*padding:2px 0px 3px 0px !important;
	margin:0px !important;
}
.tabRight_new dd.col2 select,
.tabLeft dd.col2 select,
.tabRight dd.col2 select{
	margin-right:10px;
	width:70px;
}
.tabRight_new .line,
.tabLeft .line,
.tabRight .line{
	border-bottom:2px solid #333;
}
.innerTab{
	float:left;
	margin:10px 0px;
}
.innerTab dd{
	float:left;
	line-height:30px;
}
.innerTab .line{
	border-bottom:1px dashed #333;
}
.innerTab .col1{
	width:480px;
}
.innerTab .col2 select{
   width:70px;
   margin-top:5px;
}
/*******css for Customised Fit**********/
.concerns{
	margin-bottom:15px;
	float:left;
}
.concerns dd{
	width:195px;
	overflow:hidden;
}
/*******css for for my formula**********/
.formula thead{
	background:#222222;
	font-weight:bold;
}
.formula th{
	padding:3px 10px;
}
.formula td{
	padding:5px 10px;
	border-bottom:1px solid #222;
}
.price{
	color:#FFCC00;
}
/*******css for for shopping cart**********/
.shoppingTitle{
	height:30px;
	margin:10px;
}
.shoppingTitle h2{
	float:left;
	font-size:21px;
}
.shoppingTitle span{
	float:right;
	margin-top:10px;
	font-size:11px;
}
.listHead{
	font-size:14px;
	border-bottom:1px solid #3E1A1A;
	font-weight:bold;
	margin:5px;
	width:180px;
	padding:0px 5px 5px 5px;
}
/*******css for for  payment**********/
.verisign{
	min-height:115px;
	_height:115px;
}
.payment{
	margin:0px 10px 10px 20px;
	_margin:0px 10px 10px 30px;
}
.payment p{
	margin:0px;
	line-height:20px;
}
.payment ol li{
	line-height:16px;
}
.description{
	clear:both;	
}
.payment li.col{
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}
.payment li.col a{
	text-decoration:underline;
}
/*******css for for button**********/
.btns_update{
	border:0px;
	background:transparent url(../images/btns_update.jpg) left top no-repeat;
	width:50px;
	height:16px;
	cursor:pointer;
}
.btns_view{
	border:0px;
	background:transparent url(../images/btns_view.jpg) left top no-repeat;
	width:40px;
	height:16px;
	cursor:pointer;
}
.btns_delete{
	border:0px;
	background:transparent url(../images/btns_delete.jpg) left top no-repeat;
	width:45px;
	height:16px;
	cursor:pointer;
}
.btn_ship{
	border:0px;
	background:transparent url(../images/ship.gif) left top no-repeat;
	width:170px;
	height:30px;
	cursor:pointer;
}
.btn_place{
	border:0px;
	background:transparent url(../images/placeOrder.gif) left top no-repeat;
	width:192px;
	height:30px;
	cursor:pointer;
}
.btn_shop{
	border:0px;
	background:transparent url(../images/btn_shop.gif) left top no-repeat;
	width:100px;
	height:22px;
	cursor:pointer;	
}
.checkout{
	border:0px;
	background:transparent url(../images/proceedtocheckout.gif) left top no-repeat;
	width:170px;
	height:30px;
	cursor:pointer;	
}
.addToCart{
	border:0px;
	background:transparent url(../images/addtoshoppingcart.gif) left top no-repeat;
	width:170px;
	height:30px;
	cursor:pointer;	
}
.btnsl_update{
	border:0px;
	background:transparent url(../images/btnsl_update.jpg) left top no-repeat;
	width:116px;
	height:16px;
	cursor:pointer;	
}
/********tag******/
/**the state of the style**/
.divhidden{
	display:none;
}
.divshow{
	display:block
}


/*********error information**********/
.error{
	background:#000;
	border:1px solid #900;
	position:absolute;
	top:100px;
	left:120px;
	width:350px;
	padding:5px;
	min-height:100px;
	_height:100px;
}
.error .close{
	background:url(../images/ico_close.jpg) left top no-repeat;
	width:12px;
	height:12px;
	float:right;
	cursor:pointer;
}
.erContent{
	color:#900;
	font-size:13px;
	font-weight:bold;
	clear:both;
	line-height:20px;
}
.page{
	float:right;
	margin-right:10px;
}
.page a{
	text-decoration:underline;
}
.page a:hover{
	color:#900;
}


/*********athletes page**********/
#athletes{
	width:930px;
	float:left;
	margin:20px 20px 0 20px;
	_margin:20px 10px 0 10px;
	background:#000000;
}
#athletes .product_nav{
	width:930px;
}
#athletes .product_navpart{
	width:910px;
	min-height:480px;
	_height:480px;
}
.athl_p{
	width:550px;
	padding-left:360px;
	min-height:480px;
	_height:480px;
	background:url(../images/athletes1.jpg) left top no-repeat;
}
.athl_p h2{
	font-size:24px;
	font-weight:bold;
	line-height:60px;
	height:60px;
	width:100%;
	clear:both;
}
.athl_p h3{
	font-size:18px;
	font-weight:bold;
	line-height:60px;
	height:60px;
	width:100%;
	clear:both;
}