@charset "utf-8";
/* CSS Document */


body{
	margin:auto;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}

a {
  /* color: #000000; */
  text-decoration: none;
}



#Pageall{
	width: 850px;
	height: 100%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom:1px solid #000;
	margin:auto;
}




/***********************Header**************************/
#header{
	background-color:#000;
	height:23px;
	width: 850px;
	margin:auto;
}
#tab{
	text-align:center;
	vertical-align:middle;
	height:23px;
	float:left;
	position:relative; 
	border:0;
	margin:0;
}
#bg_tab_w{
	background: url(images/tab_white.jpg) no-repeat;width: 68px;height: 23px;
}
#bg_tab_w a{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
#bg_tab_w a:hover{
	color: #1875CD;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
#bg_tab_b{
	background: url(images/tab_blue.jpg) no-repeat;width: 68px;height: 23px;
}
#bg_tab_b a{
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
#bg_tab_b a:hover{
	color: #C3C3C3;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}




/***********************TopMenu**************************/
#top_menu{
	padding-right:20px;
	text-align:right;
	background-image: url(images/tws_03.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:23px;
}
#top_menu a{
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	padding-left:5px;
	padding-right: 5px;
}
#top_menu a:hover{
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	padding-left:5px;
	padding-right: 5px;
}
.search_box{
	width: 130px;
	height: 13px;
	border:1px solid #000;
	margin-bottom: 1px;
}




/********************CLEAR DIV***************************/
.clear{
	clear:both;
}
/********************CLEAR DIV LEFT ***************************/
.clear_left{
	clear: left;
}




/********************Logo***************************/
#logo_tel{
	width:850px;
	height:60px;
	background: url(images/bg_logo.jpg) no-repeat;
}
#logo{
	float:left;
	height: 60px;
	width:300px;
	border:0;
	margin:0;
}
.logo{
	padding-left: 18px;
	padding-top:18px;
}

#tel{
	float:right;
	height:60px;
	width:550px;
	text-align:right;
	border:0;
}
.tel{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right:20px;
	padding-top:10px;
	vertical-align:bottom;
}
.dot{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right:20px;
	vertical-align:top;
}
.regist{
	color: #000;font-family:Arial, Helvetica, sans-serif;font-size: 11px;
}
.regist span{
	color: #1568B6;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right:20px;
	padding-bottom:5px;
}




/*****************************Main Menu******************************/
.menu {
	padding:0 0 0 8px;
	margin:0; 
	list-style:none; 
	height:35px; 
	background:#fff url(images/menu_bg.jpg); 
	position:relative; 
}
.menu li {
	float:left;
}
.menu li a {
	display:block; 
	float:left; 
	height:35px; 
	line-height:35px; 
	color:#000000; 
	text-decoration:none; 
	font-size:13px; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center; 
	padding:0 10px 0 10px; 
	cursor:pointer;
}
.menu li a b {
	float:left; display:block; padding:0 15px 0 5px;
}
.menu li a:hover {
	color:#fff; background:#000 url(images/menu_hover.jpg);
}
.menu li a:hover b {
	background:url(images/menu_hover.jpg) no-repeat right top;
}




/*****************************Content******************************/
#content_all{
	width:850px;
	margin-top:10px;
	border:0;
}
#content_left{
	float:left;
	width:200px;
	height:100%;
	border:0;
	margin:0;
}
#content_right{
	float: right;
	width: 640px;
	border: 0px;
	margin: 0px;
}
#border_product{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	width:200px;
}
.p1{
	background:url(images/p_blue.jpg) no-repeat;
	height:21px;
	width: 201px;
}
.p1 {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding: 5px 0px 0px 20px;
	margin:0;
}
.p2{
	background:url(images/p_black.jpg) no-repeat;
	height:27px;
	width: 200px;
}
.p2 {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding: 5px 0 0 20px;
	margin:0;
}
ul.sub_product{
	background-color:#fff;
	list-style:none; 
	width:200px;
	margin: 0px;
	padding:1px 0px 0px 0px;
}
li.list_product{
	border-bottom:1px #999999 dashed;
	background:url(images/list.jpg) right no-repeat;
	margin-top:3px;
	margin-right:5px;
	padding-left:20px;
	padding-bottom:3px;
	line-height: 15px;
}
ul>li.list_product{
	border-bottom:1px #999999 dashed;
	background:url(images/list.jpg) right no-repeat;
	margin-top:3px;
	margin-right:5px;
	padding-left:20px;
	padding-bottom:3px;
	height:14px;
}
li.list_product a, li.list_product2 a{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
}
li.list_product a:hover, li.list_product2 a:hover{
	color:#1568B6;
	font-weight:bold;
}
li.list_product2{
	background:url(images/list.jpg) right no-repeat;
	margin-top:3px;
	margin-right:5px;
	padding-left:20px;
	padding-bottom:3px;
	line-height: 15px;
}
.p3{
	background:url(images/p_orange.jpg) no-repeat;
	height:27px;
	width: 200px;
}
.p3 a {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding: 5px 0 0 20px;
	margin:0;
	text-decoration:none;
}
.p3 a:hover {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding: 5px 0 0 20px;
	margin:0;
	text-decoration:none;
}
.track_img{
	width:180px;
	height:110px;
	padding-top:15px;
	padding-left:20px;
}
.track{
	width:160px;
	margin: 0px;
}
/***************************** Hot Sale ******************************/
#hotsale {
	width: 640px;
	margin-top:10px;
}
.hot{
	float:left;
	background:url(images/bg_hotsale.jpg) no-repeat;
	width:130px;
	height:20px;
}
.hot {
text-align:center;
padding:5px 0px 0px 0px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0;
}
.more{
	float:right;
	width: 75px;
	height: 15px;
	padding: 7px 20px 0 0;
	background:url(images/bg_more.jpg) no-repeat bottom;
}
div>.more{
	float:right;
	width:75px;
	height:15px;
	padding: 7px 20px 0 0;
	margin-top:3px;
	background:url(images/bg_more.jpg) no-repeat bottom;
}
.more a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	padding-left:18px;
	text-decoration:none;
}
.more a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	padding-left:18px;
	text-decoration:none;
}
/***************************** New Arrival ******************************/
#new{
	width: 640px;
	margin-top:30px;
}
.new{
	float:left;
	background:url(images/bg_new.jpg) no-repeat;
	width:130px;
	height:20px;
}
.new {
text-align:center;
padding:5px 0px 0px 0px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0;
}
.new_show{
	margin-top:12px;
	width:630px;
}
.band{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.price{
	color:#065FB1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
/***************************** EDIFICE ******************************/
.all_showwatch{
	width: 640px;
	margin-top:20px;
	border:0;
}
.show_watch{
	width:639px;
}
.tab_showwatch {
	color:#FFF;
	width: 250px;
	background-color: #065FB1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding: 5px 0 0 20px;
	margin:0;
}
.border_watch{
	border: 1px solid #999;
}
/***************************** PopTone ******************************/
table.table_watch{
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
td.td_watch{
	/*border-right: 1px solid #999999;*/
	border: 1px solid #999999;
}
td.td_watch2{
	border-right: 1px solid #999999;
}
td.banner img{
	border:0;
}




/***************************** Footer ******************************/
#footer{
	width:850px;
	padding-top:20px;
	margin:0;
}
.line{
	width: 850px;
	height: 3px;
	margin:0;
	padding-bottom:3px;
}
#logo_footer{
	float:right;
	padding: 15px 15px 0 0;
}
#footer_left{
	float: left;
}
#menu_footer {
	padding: 15px 0 0 20px;
}
#menu_footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration: none;
}
#menu_footer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1568B6;
	text-decoration: none;
}
#copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	padding: 10px 0 20px 20px;
}
#copy b{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#1568B6;
}







