@charset "utf-8";
body{
	margin:0;
	font:12px Tahoma;
	color:#000;
}
body,html{height:80%;}
a{
	color:#0066CC;
	text-decoration: none;
}
a:hover{
	color:#FF6600;
	text-decoration: underline;
}
input,select,textarea{
	float:right;
	border:1px outset #ccc;
	font:14px Tahoma;
	font-weight:600;
}
input:focus{
	background-color:#ffc;
}

.radio{
	border:none;
}
form{
	font-size:11px;
	color: #000;
	padding:0;
	margin:0;
	
}

fieldset{
	border:2px solid #006699;
	width:80%;
	position: relative;
	margin:0 auto;
	background-color:#EEEEEE;
	position: relative;
	
}

legend{
	padding:5px 10px 5px 10px;
	border:1px solid #CCC;
	font-size:13px;
	font-weight:600;
	color:#fff;
	background-color:#006699;
	position: absolute;
    top: -1.0em;
    right: .2em;
}
.textNormal{
	font:11px Tahoma;
	text-align:justify;
	line-height:19px;
	color:#000;
	width:70%;
	margin:0 auto;
	padding:20px;
}
.formTitle{
	border:1px solid #ccc; 
	height:30px; 
	font-weight:600; 
	text-align:center; 
	background-color: #999;	
	color:#fff;
}
.links {padding:0; padding-right:20px; margin:0; list-style:none; height:42px; background:#fff url(../assets/menu_rep.jpg); position:relative;  }
.links li {float:right;}
.links li a { display:block; float:left; height:42px; line-height:42px;  color:#cccccc; text-decoration:none; font-size:11px; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.links li a b {display:block;float:left;  padding:0 16px 0 8px;}
.links li.current a {color:#fff; background:url(../assets/menu_down.jpg);}
.links li.current a b {background:url(../assets/menu_down.jpg) no-repeat right top;}
.links li a:hover {color:#fff; background:#000 url(../assets/menu_over.jpg);}
.links li a:hover b {background:url(../assets/menu_over.jpg) no-repeat right top;}
.links li.current a:hover {color:#fff; background:#000 url(../assets/menu_down.jpg); cursor:default;}
.links li.current a:hover b {background:url(../assets/menu_down.jpg) no-repeat right top;}

.right{
	color: #339966;
	font-size: 11px;
	font-weight:600;
	line-height:18px;
	padding:5px 25px 5px 20px;
	margin:20px;
	margin-right:70px;
	background: url(../assets/right.gif) no-repeat right ;
}
.wrong{
	color: #CC3300;
	font-size: 11px;
	font-weight:600;
	line-height:18px;
	padding:5px 25px 5px 20px;
	margin:20px;
	margin-right:70px;
	background: url(../assets/wrong.gif) no-repeat right ;
}
.right_small{
	color: #339966;
	font-size: 9px;
	display:none;
	padding-right:17px;
	background: url(../assets/right.gif) no-repeat right ;
}
.wrong_small{
	color: #CC3300;
	font-size: 9px;
	display:none;
	padding-right:12px;
	background: url(../assets/wrong.gif) no-repeat right ;
}

#right{
	padding:5px;
	float:right;
	width:200px;
	height:100%;
	voice-family: "\"}\"";
	voice-family: inherit;

}
#left{
	padding:5px;
	float:left;
	width:200px;
	height:100%;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#main{
	float:none;
	margin-right:200px;
	margin-left:200px;
	height:100%;
	padding:20px 20px 10px 20px;
}
#bottom{
	font-size:10px; 
	text-align:center; 
	padding:10px 0 10px 0; 
	border-top:1px solid #999; 
	background:#dedede url(assets/shopstar_down.gif) no-repeat left; 
	color:#333333; 
	clear:both; 
	line-height:15px;	
}
/* Product Box*/
#product_main{
	width:140px; 
	text-align:center;
	float:right;
	line-height:20px; 
	border:1px solid #e2e2e2; 
	margin:15px;
	background:url(../assets/pro_boxbg.jpg) repeat-x top;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;  
}
#product_header{
	background-color:#e2e2e2; 
	border-bottom:1px solid #ccc;
	height:25px;
}
#product_pic{
	width:102px;
	border:1px solid #CCC; 
	padding:2px;
	margin:0 auto;
}
#product_pic img{ 
	display:block;
	border:1px solid #666;
	margin:0 auto;
}
#pro_button img{
	display:block;
	margin:0 auto;
	margin-bottom:2px;
}