@charset "utf-8";
/* --------------------- start redefine  --------------------- */
html{
	margin:0;
	border:0;
	overflow-y:scroll;
}
body,td,th,input,textarea,select,ul,li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{
	background:url(../images/bg.jpg) repeat-x #f5f5f5;
	margin:0 auto;
	padding:0;
/*	background:#E5ECF3;
*/	background:#666;
	font-size:70%;
}
h1 {
	font-size:13px;
	margin:0;
	line-height:200%;
}
h2 {
	font-size:13px;
	margin:0;
	line-height:200%;
}
h3{
	font-size:13px;
	margin:0;
	line-height:200%;
}
h4{
	font-size:13px;
	margin:0;
	line-height:200%;
}
p {
	margin:7px;
	padding: 0;
	line-height:130%;
}
a:link, a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

fieldset {
	border: solid 1px #ccc;
	padding:5px;
}
legend {
	padding:10px 5px 5px 5px;
	font-size:normal;
	font-weight:bold;
}
form {
	margin:0;
	padding:0;
}
td{
	padding:3px;	
}

/* --------------------- end redefine  --------------------- */

/* --------------------- start frame  --------------------- */

#sidebar1{
	float:left;
	width:204px;
	margin-right:10px;
	padding-bottom:30px;
	background:#fff;
}
#container { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:988px;
	zoom: 1;
	background:#fff;
	padding:6px;
	padding-top:0;
} 
#logo{
	padding-top:5px;
	float:left;
	background:url(../images/logo.jpg);
}
#banner{
	height:100px;
	color:#fff;
}
#summary{
	border-top: 3px solid #354C7B;
	float:right;
	width:250px;
	background:#f4f4f4;
	margin-top:10px;
}
.banner_left {
	float:left;	
	width:730px;
}
.logo {
	float:left;	
	padding-top:10px;
}
.led {
	background:url(../images/led.jpg);
	height:300px;
	width:100%;
}
.banner {
	float:right;	
	color:#000;
	font-size:11px;
	width:400px;
	margin-top:8px;  
}
.b_time {
	font-size:18px;
	color:#f00;	
	font-weight:bold;
}
.txt {
	color:#000;	
	font-size:12px;	
}
.b_title{
	font-size:18px;
	font-weight:bold;
	color:#f00;	
}
#user_summary{
	padding:3px 7px;
}
#cart_summary{
	padding:3px 7px;
}
#user_summary,
#cart_summary,
#user_summary a,
#cart_summary a
 {
	font-size:11px;
	line-height:200%;
	color:#000;
}

#right_container {
	float:right;
	padding:1px;
	width:770px;
	padding-bottom:30px;
	background:#fff;
} 

#footer { 
	border-top: 3px solid #354C7B;
	height:90px;
	line-height:24px;
	padding:10px;
	text-align:center;
	margin-top:10px;
	background:#f4f4f4;
} 
#footer_top{
	height:3px;
	margin-bottom:2px;
	margin-top:10px;
	background:354C7B;
}
#footer_bottom{
	height:3px;
	background:354C7B;
	margin-top:10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}

#c_warning {
	position:absolute;
	top:0;
	left:0;
	padding:200px 0 ;
	height:500px;
	width:100%;
	text-align:center;
	background:#ffe;
	color:#FF0000;
}
.warning_title {
	font-weight:bold;
	font-size:20px;
	line-height:50px;
}
.warning_content {
	font-size:16px;
}
.submit {
	background:repeat-x url(../images/btn_bg.jpg)  #fff;
	border:1px solid #CE9C15;
	line-height:15px;
	font-size:11px;
}
.input_txt{
	width:250px;	
}
.pt {
	float:left;

}
.pt ul{
	padding:0;
	margin:0;
}
.pt ul li{
	float:left;
	list-style:none;
	display:inline;
}
.pt ul li a {
	background:#eee;
	text-decoration:none;
	text-align:center;
	display:block;
	border:1px solid #888;
	margin-right:3px;
}
.pt ul li a:hover {
	background:#7BDDF2;
	color:#fff;
}
.pt .current_page {
	display:block;
	background:#F7E624;
	text-decoration:none;
	color:#000;
}
.p_prev{
	float:left;
	padding-right:3px;
}
.p_prev a,
.p_next a{
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
.p_next {
	float:right;
}
#p_info{
	margin:10px auto;
}
#p_info .page_info{
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	color:#f00;
}
#p_info .pt ul{
	margin:0 auto;
}
#p_info .p_results{
	text-align:center;
}
#p_info .pt ul li a{
	padding:5px;
}
#p_info .p_prev a,
#p_info .p_next a{
	font-size:13px;
	width:66px;
	height:24px;
	border:1px #D69A2C solid;
	display:block;
}
#p_info .p_prev a{
	background:url(../images/btn_prev.jpg) #F6E823;
	line-height:24px;
	padding-left:10px;
	text-align:left;
}
#p_info .p_next a{
	background:url(../images/btn_next.jpg) #F6E823;
	line-height:24px;
	padding-right:10px;
	float:right;
	text-align:right;
}


#line,#path {
	line-height:23px;
	font-size:11px;
	margin-bottom:5px;
/*	background:url(../images/line.gif);
*/
}
td {font-size:11px;}
.clear{
	clear:both;
}
#looking_str a{
	line-height:35px;
	font-size:17px;
	font-weight:bold;
}
.content {
	font-size:12px;
	line-height:130%;
}
.content li{
	padding: 3px 0;
	line-height:130%;
}
ul.track_list li{
list-style:none;
float: left;
width:160px;

}
.td_default{
	background:#f5f5f5;
}
.td_over {
	background:#CCF1FB;
	color:#f00;
}
.page_info{
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	color:#f00;
	margin-left:20px;
}
#afffilate{
	margin-bottom:10px;
}
.order_number{
	color:#f00;
}
.total_price{
	color:#f00;
}
.warning{
	background-color:#FFFF99;
	color:#f00;
}

.payment_space{
	height:150px;
}
.promotion_container{
	margin:10px 0 ;	
	border-bottom:1px dashed #09C;	
}
.promotion_block{
	border-top:1px dashed #09C;	
	padding:10px 0;
}
.promotion_block h3{
}
.left_days{
	color:#f00;
	font-size:13px;
	font-weight:bold;
}
.left_days_div{
	font-size:11px;
	line-height:150%;
	text-align:right;
}
.end_date{
	font-size:13px;
	color:#000;
}
.start_date{
	font-size:11px;
	color:#666;
}
.promotion_content{
	padding-top:10px;
	line-height:150%;
	font-size:14px;
}

.noscript{
	text-align:center;
	font-size:36px;
	position:absolute;
	top:0;
	width:990px;
	height:50px;
	line-height:50px;
}

#site_nav_head ul{
	background: url(../images/nav_content_title_bg.jpg);
	height:25px;
	width:20%;
	border:1px solid #eee;
	width:936px;
	padding:0 0 0 50px;
	margin:0;
}
#site_nav_head ul li{
	float:left;
	width:170px;
	background: url(../images/arrow.jpg) no-repeat 5px 10px;
	list-style-type:none;
	padding-left:15px;
	line-height:25px;
	font-weight:bold;
}
#site_nav_content{
	width:938px;
	padding:0 0 0 50px;
	background: url(../images/nav_content_bg.jpg) repeat-x;
}
#site_nav_content ul{
	margin:10px 0;
	padding:0;
	float:left;
	width:185px;
}
#site_nav_content li{
	line-height:150%;
	padding-left:15px;
	background: url(../images/arrow.jpg) no-repeat 5px 8px;
	color:#999;
	list-style-type:none;
}
#we_accept{
	line-height:50px;
	background: url(../images/nav_content_bottom.jpg) no-repeat top;
	text-align:center;
}	

th{
	background: url(../images/table_title_bg.jpg) repeat-x;
	line-height:15px;
}

.content_block h3{
	border:none;
	border-bottom: 1px solid #eee;
	margin:10px 0;
}

.content_block{
	padding:5px 5px 25px 5px;
	background:url(../images/pro_nav_bg.jpg) repeat-x bottom #fff;
}
#content_container{
	background:repeat-x url(../images/products_bg.jpg);
	padding:10px;
}
#content_container.special {
	background:none;
}
.index_notice{
	font-size:14px;
	text-align:center;
}
.module_content{
	padding:10px;
}
.content_txt{
	font-size:13px;
	line-height:180%;
}
.content_txt li {
	line-height:180%;
}

/* --------------------- end frame  --------------------- */

/* --------------------- start nav  --------------------- */
/* CSS Document */

#nav{
	height:31px;
	background:url(../images/nav-bg.gif) #354C7B;
	margin-bottom:5px;
}
#nav ul {
	padding-left:3px ;
	margin:0;
	padding-top:3px;
}
#nav ul li {
	display: inline;
	line-height:28px;
}
#nav ul li a
{
	height:28px;
	margin-right:2px;
	display:block;
	float:left;
	padding-left:6px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	vertical-align:bottom;
	font-size:12px;
}
#nav ul li a span
{
	display:block;
	float:left;
	padding:3px 9px 0 3px;
	line-height:22px;
	height:24px;
	cursor:pointer;
}
#nav ul li a.current,
#nav ul li a.current:hover {
	font-size:13px;
	background:url(../images/nav_selected.gif) #fff;
}
#nav ul li a.current span {
	color:#000;
}
#nav ul li a:hover {
	color:#000;
	background:url(../images/nav_selected.gif) #fff;
}

#info{
	background:#333;
}
#info ul {
	padding-right:10px ;
}
#info ul li {
	display: inline;
	line-height:28px;
}
#info ul li a
{
	margin-right:3px;
	display:block;
	float:left;
	padding-left:6px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	vertical-align:bottom;
	font-size:12px;
}
#info ul li a span
{
	display:block;
	float:left;
	padding:3px 9px 0 3px;
	line-height:22px;
	height:24px;
	cursor:pointer;
}
#info ul li a.current,
#info ul li a.current:hover {
	font-size:13px;
	background:#fff;
}
#info ul li a.current span {
	color:#000;
}
#info ul li a:hover {
	color:#000;
	background:#fff;
}



/* --------------------- end nav  --------------------- */

/* --------------------- start products  --------------------- */

/* CSS Document */
.products{
	padding-top:3px;
	margin-bottom:10px;
	background:#999;
}
.sorry{
	padding:20px;
	height:200px;
}
.cell {
	width:180px;
	float:left;
	margin:8px 0pt 8px 9px;
}
.cell_img{
}
.cell_content div{
	background:#eee;
	padding:3px;
}
.cell div {
}
div.cell_pro{
	padding:0;
	color:#f00;
}
.cell_retail_price{
	color:#f99;
	font-weight:bold;
	text-decoration:line-through;
	height:13px;
}
.cell_diameter {
	font-weight:bold;	
}
.cell_our_price{
	color:#f00;
	font-size:normal;
	font-weight:bold;
}

.cell_add_to_cart input{
	width:95px;
}
.cell_name{
	font-size:x-small;
}
.cell_name{
	clear:both;
}
.cell_size {
}

#morepic {
	float:left;
	width:200px;
}
#morepic ul {
	padding:0;
	margin:0;
}
#morepic ul li{
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	height:128px;
}
#morepic ul li a {
	padding:0;
	margin:0;
}
#morepic ul li a img{
	padding:0;
	margin:0;
	border-left:1px #fff solid;
	border-bottom:1px #fff solid;
	display:inline;
}

ul.details_links {
	margin-left:60px;
}
ul.details_links li{
	float:left;
	list-style:none;
	margin-right:60px;
	font-size:13px;
}
#probody h3 {
	margin: 10px 0;
}
.product_size_name{
	float:left;
	padding-left:7px;
}
.product_size_txt {
	margin-left:115px;
}
.cell div.size_str{
	color:#f00;
	font-weight:bold;
	background:none;
	padding-bottom:0;
	line-height:100%;
}

.list_price_div,
.save_price_div {
	font-weight:bold;
	font-size:15px;
	color:#666;
	line-height:20px;
	color:#f33;
	padding:0 5px;
}
.specail_price_div {
	font-size:15px;
	background-color:#F00;
	color:#fff;
	line-height:30px;
}
.list_price,
.specail_price{
	font-weight:bold;
	font-size:18px;
}

.save_price{
	font-weight:normal;
	font-size:13px;
}
.list_price {
	text-decoration:line-through;	
	font-weight:normal;
}
.specail_price_txt,
.specail_price {
	font-weight:bold;
}
.specail_price_txt,
.list_price_txt{
	margin-right:60px;
}
.list_price_txt{
	margin-right:120px;
}
.big_pic{
	float:left;
	width:481px;
	height:640px;
	text-align:center;
}
.list_button{
	border:1px ridge  #FFCC99;
	background:#fff;
	width:80px;
	color:#FCA000;
}
.products_title{
	background:#666;
	padding:5px 10px 0 10px;
	height:20px;
	color:#fff;
}
.products_title_top{
}
.products_title .pt{
	width:auto;
}
.products_title .pt ul li a {
	background:#eee;
	text-decoration:none;
	width:25px;
	text-align:center;
	display:block;
	border:1px solid #888;
}


.products_title .p_results{
	float:left;
}
.products_title .p_links{
}
.products_title .p_prev a,
.products_title .p_next a{
	font-size:11px;
	padding:0 3px;
	background:#F7E624;
	color:#fff;
	border:1px solid #D59D22;
}
.products_title .p_results,
.products_title .p_links li{
	color:#fff;
	font-size:11px;
	float:left;
	display:block;
}
.content_container{
	background:repeat-x url(../images/products_bg.jpg)  #333;
	
}
.product{
	padding:5px;
}
.product h1,
.product h2,
.product h3{
	padding:0;
	color:#111;
	font-family:Tahoma, Geneva, sans-serif;
}
.product h1 {
	border-bottom:1px solid #ddd;
	font-size:18px;
}
.product h2 {
	font-size:13px;
}
.product h3 {
	font-size:12px;
}
.add2cart{
	background:repeat-x url(../images/add2cart.jpg)  #fff;
	color:#000;
	width:159px;
	border:0;
	height:36px;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
	margin-top:10px;
}
#cart_window{
	position:absolute;
	left:50px;
	top:100px;
	display:none;
	background:no-repeat url(../images/add2cart.gif);
	width:278px;
	height:103px;
}
#cart_window_head{
	line-height:32px;
	font-size:10px;
	font-weight:bold;
	padding-left:28px;
	float:left;
}
#cart_window_content{
	font-size:11px;
	font-weight: bold;
	color:#999;
	padding-left:10px;
	line-height:35px;
}
#cart_txt{
	color:#f00;
}
#cart_window_button ul{
	padding:0;
	margin:0;
}
#cart_window_button ul li{
	float:left;
	padding:0 10px;
	list-style-type:none;
}
#cart_window_button ul li a{
	float:left;
	background:repeat-x url(../images/btn_bg.jpg)  #fff;
	border:1px solid #CE9C15;
	font-size:10px;
	padding:2px 5px;
	color:#000;
	text-decoration:none;
}
#close_window{
	float:right;
	padding:10px 10px 0 0 ;
}

#add2cart_form{
	margin-top:15px;
	border:1px solid #666;
	padding:5px;
	background:#f5f5f5;
	text-align:center;	
	font-size:13px;
	line-height:20px;
}
#add2cart_form input {
}
#loading{
	font-size:14px;
	padding:5px;
	font-weight:bold;
	color:#333;
	background:#fff;
	position:relative;
	top:-340px;
	width:100px;
	left:190px;
}

ul.order_menu{
	margin:0;
	padding:5px;
	border:1px solid #9EBCFA;
	border-top:none;
	height:28px;
}
.order_menu li {
	float:left;
	display:block;
	padding:0 3px ;
	font-size:13px;
	height:23px;
}
.order_menu li a{
	line-height:23px;
	padding:3px;
	display:block;
}
.order_menu li a.selected {
	background:url(../images/nav_selected.gif) #B1BFDD;
	color:#000;
	text-decoration:none;
}
.product_comments {
	font-size:13px;
	font-weight:bold;
	color:#f00;
	line-height:200%;
}
.product_sale{
	font-size:13px;
	font-weight:bold;
	color:#354C7B;
	line-height:200%;
	background:#f5f5f5;
	padding:5px;
}
.watch_movement_extend p {
	padding-left:20px;
	line-height:120%;
}
.category_content {
	padding: 5px;
	font-size: 10px;
	line-height: 150%;
}
.item_number {
	font-size:14px;
	font-weight:bold;
}
.product_content {
	font-size:13px;
	padding:10px;
	margin:0;
}

.details_right {
	float:right;	
	width:295px;
}
.related_products {
	margin-top:20px;
	padding-bottom:10px;
	background:#999;
	border:1px solid #eee;	
}
.related_products h3 {
	padding:0 5px;
	background:#666;
	color:#fff;	
}
.details_tips {
	float:right;
	width:295px;	
	font-size:13px;
	border:1px solid #eee;	
	margin-top:10px;
}
.details_tips p {
	padding:5px 5px;	
	line-height:150%;
}

.product_details{
	float:left;
	width: 650px;	
}
.prices {
	border:1px solid #ddd;	
	background:#f5f5f5;
}
.prices p{
	padding:0 5px;
}
.details_bottom {
	padding:5px;	
}
.related_products h3{
	font-size:11px;	
}
.related_cell {
	float:left;
	width:135px;
	margin-left:8px;
	margin-top:8px;
}
.cell_content div{
	background:#eee;	
}
/* --------------------- end products  --------------------- */

/* --------------------- start user  --------------------- */

/* CSS Document */

td.left{
	width:15em;
	line-height:150%;
	vertical-align:top;
}
#reg_form td{
	border-top:1px solid #f5f5f5;
}

.signin{
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

.order_block{
	border:1px solid #ccc;
	background:#eee;
	margin-top:10px;
}
#continue_account{
margin-left:200px;
font-size:13px;
}
.show_button a{
	display:block;
	padding:5px 0;
	text-decoration:none;
}
ul.payment_notcie{
	padding:0;
	margin:5px 30px;
}
.payment_notcie li{
	padding:3px 0 ;
	line-height:15px;
	font-size:11px;
}
.hidden{
	display:none;
}
.order_status_1 , .order_status_4 {
	display:table;
}
.order_status{
	Color:#f00;
}
.show_hidden_txt{
	display:block;
}
.order_details_hidden{
	display:none;
}
.order_details_show{
	display:;
}

.order_status_color_0{
	color: #999;
}
.order_status_color_1{
	color: #11cc11;
}
.order_status_color_2{
	color: #999;
}
.order_status_color_4{
	color: #fc0;
}
.order_status_color_5{
	color: #f00;
}
.order_status_color_6{
	color: #00f;
}
.order_status_color_7{
	color: #11cc11;
}
.order_payment_status_0,
.order_payment_status_3,
.order_payment_status_4{
	color:#f00;
}
.order_payment_status_1,
.order_payment_status_2{
	color:#0c0;
}
		'0' => 'Unpaid',
		'1' => 'Pending',
		'2' => 'Paid',
		'3' => 'Failed',
		'4' => 'Not Completed',




/* --------------------- end user  --------------------- */

/* --------------------- start menu  --------------------- */



/* CSS Document */

.menu_title{
	width:233px;
	display:inline;
	border-top:1px solid #ccc;
}
.title_text{
	background: repeat-x url(../images/title_bg.jpg)  #eee;
	height:26px;
	line-height:25px;
	font-weight:bold;
	padding:0 3px;
}
.title_right{
}

.menu {
	width:204px;
	background:url(../images/menu_bg.jpg) repeat-x top #fff;
}
.menu ul {
	list-style-type:none;
	padding:5px 0 8px 3px ;
	margin:0;
	list-style-position:outside;
}
.menu ul.level_2 {
	padding:0 0 0 6px;	
}
.menu ul li{
	font-weight:bold;
	list-style-type:hebrew;
	border-top:1px solid #ccc;
	display:block;
	font-size:9px;
	font-family:Tahoma, Geneva, sans-serif;
}
.menu ul.level_0 li{
	padding-bottom:5px;
}
.menu ul.level_1 li{
	font-weight:normal;
	border:0;
	padding:0;
}
.menu ul.level_2 li{
	font-weight:normal;
	border:0;
	padding:0;
}
.menu ul li a, 
.menu ul li a:link, 
.menu ul li a:visited {
	color:#333;
	text-decoration:none;
	line-height:150%;
}
.menu ul li a:hover,
.menu ul.level_1 li a:hover {
	color:#FF9933;
}
.menu ul li a.current,
.menu ul li a.current:link, 
.menu ul li a.current:visited, 
.menu ul li a.current:hover {
	font-weight:bold;
	font-size:14px;
	color:#FF9933;
}
.menu ul.level_0 li a,
.menu ul.level_0 li a:visited
{
	font-size:14px;
}
.menu ul.level_1 li a,
.menu ul.level_1 li a:visited{
	font-size:12px;
}
.menu ul.level_1 li a.current,
.menu ul.level_1 li a.current:link, 
.menu ul.level_1 li a.current:visited, 
.menu ul.level_1 li a.current:hover {
	font-size:14px;
}
.menu ul.level_2 li a,
.menu ul.level_2 li a:visited{
	font-size:11px;
}
.menu ul.level_2 li a.current,
.menu ul.level_2 li a.current:link, 
.menu ul.level_2 li a.current:visited, 
.menu ul.level_2 li a.current:hover {
	font-size:11px;
}
.menu li a.hot_brand,
.menu li a.hot_brand:link, 
.menu li a.hot_brand:visited, 
.menu li a.hot_brand:hover {
	color:#000;
	line-height:200%;
}
.menu li a.hot_brand b {
	font-size:14px;
	font-weight:bold;
}

#range {/*border-bottom:3px solid #C4B6AA; */
	padding:5px;
}
#range legend {
	color:#99BB00;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
}
#range ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#range ul li {
	margin:0;
	padding:2px;
	list-style-type:none;
	float:left;
}
#range ul li a {
	display:block;
	text-decoration:none;
	color:#7D2F2D;
	text-align:center;
	padding:0;
	border:2px solid #eee;
	padding:3px;
	word-break:keep-all;/*width:50px;  set width to fix the breakline between </li>   <li> in ie */
}
#range ul li a:hover {
	background:#fff;
	border:2px solid #ccc;
	color:#FF9933;
}
a#all_range {
	font-size:13px;
	margin-left:22px;
	line-height:30px;
	font-weight:bold;
	
}
#range ul li a.no_img {
	font-size:13px;
	line-height:14px;
	display:list-item;
}
#range ul li.current a, 
#range ul li.current a:hover, 
a#all_range.current {
	background:#99BB00;
	color:#fff;
	border:2px solid #99BB00;
}
#more_series ul {
	margin:0 10px;
	padding:0 10px;
}
#more_series ul li {
	margin:0;
	padding:2px 10px 2px 2px;
	float:left;
	list-style:none;
}
#more_series ul li a {
	float:left;
	font-weight:bold;
}
#more_series ul li a:hover span {
	padding:3px;
	background:#ccc;
}
#more_series ul li a span.current {
	padding:3px;
	background:#99BB00;
	color:#fff;
	width:100%;
	text-decoration:none;
}

.user_menu{
	line-height:30px;
	height:300px;
}
.hidden_sub{
	display:none;
}
.show_sub{
	display:inherit;
}


.hot ul {
	list-style-type:none;
	padding:8px 0 8px 8px ;
	margin:0;
	list-style-position:outside;
}
.hot ul li a{
	margin-right:4px;
}
/* --------------------- end menu  --------------------- */



