@charset "utf-8";
/* CSS Document */

.contactus_form_field{
	font-size:16px;
	background-color:#FFF;
	/*height:14px;*/
	width:250px;
	border:1px solid #AAA;
}
.contactus_form_field_3line{
	/*font-size:11px;*/
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	height:40px;
	width:250px;
	border:1px solid #AAA;
	overflow:auto;
}
.contactus_form_field_message{
	/*font-size:11px;*/
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	height:125px;
	width:100%;
	border:1px solid #AAA;
}
.contactus_form_red_remark{
	color:#F00;
	font-size:12px;
}
.contactus_form_btn{
	font-size:12px;
	background-color:#FF0000;
	color:#FFFFFF;
	width:80px;
	height:20px;
	font-weight:bold;
	border:solid #600 1px;
	cursor:pointer;
}
.contactus_pull_donw{
	background-color:#E4EBF2;
	/*font-size:11px;*/
	color:#000000;
}
.news_table_title{
	font-size:15px;
	font-weight:bold;
	background-color:#AAA;
	color:#000;
}
.news_table_content{
	border-bottom:1px dashed #666;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	color:#600;
}
.news_table_content_over{
	border-bottom:1px dashed #666;
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}
#page_no{
	text-align:right;
	width:875px;
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
}
#page_no span{
	display: inline-block;
}
#page_no a{
	color:#F00;
	padding:2px 8px;
	display:inline-block;
	text-decoration:none;
}
#page_no span{
	padding: 2px 8px;
}
#page_no a:hover{
	color:#FFF;
	background-color:#F00;
}
#product_content{
	position:absolute;
	left:35px;
	top:70px;
	width:880px;
	height:430px;
	z-index:999;
}
#product_side_bar{
	height:400px;
	display:block;
	float:left;
	width:180px;
	padding-top:15px;
	background-color:#FFF;
}
#product_side_bar a{
	display:block;
	background-color:#FFF;
	padding:3px 0px;
	width:100%;
	text-indent:8px;
	text-decoration:none;
	color:#F00;
}
#product_side_bar a:hover{
	color:#FFF;
	background-color:#F00;
}
#product_content_area_full{
	padding-bottom:30px;
}
#product_content_area_full a{
	float:left;
	background-image:url(../images/product_cat.png);
	width:210px;
	height:150px;
	margin:0px 2px;
	text-align:center;
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
	border:1px #FFF solid;
}
#product_content_area_full a img{
	display:block;
	border:1px #CCC solid;
	margin-top:15px;
	width:170px;
	height:100px;
	margin-left:18px;
	margin-right:18px;
}
#product_content_area_full a:hover{
	color:#000;
}
#product_content_area_full a:hover img{
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
}
#product_content_area_list{
	margin-bottom:30px;
}

.product_content_area_list_item{
	width:435px;
	height:250px;
	float:left;
	margin:5px 5px 5px 0px;
	background-image:url(../images/product_list_bg.png);
}


#product_content_area{
	width:680px;
	height:350px;
	float:right;
}
#product_content_area a{
	float:left;
	margin:0px 4px 25px 4px;
	width:125px;
	height:150px;
	text-align:center;
	background-color:#FFFFFF;
	color:#FF0000;
	text-decoration:none;
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	border:1px #FFF solid;
}
#product_content_area a:hover{
	filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
	border:1px #FFF solid;
	background-color:#FF0000;
	color:#FFFFFF;
}
#product_content_area a img{
	width:125px;
	height:125px;
	border:0px;
	margin-bottom:2px;
}
#product_content_area_details{
	width:680px;
	height:350px;
	float:right;
}
.product_details_title{
	background-color:#FF0000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	height:25px;
}
/*.product_details_content{
	background-color:#E6E6E6;
	vertical-align:top;
	padding-left:5px;
}
.product_details_content div#product_details{
	margin-top:5px;
}*/

	
.product_details_thumb_title{
	background-color:#AAA;
	color:#FFF;
	font-weight:bold;
	height:15px;
	padding-left:5px;
}

.product_details_thumb{
	height:88px;
	vertical-align:top;
}
.product_details_thumb a img{
	display:compact;
	border:0px;
	border:1px solid #CCC;
	padding:4px;
	margin:0px 3px 3px 0px;
	background-color:#FFF;
}
.product_details_thumb a:hover img{
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
	border:1px #F00 solid;
}
.product_details_large_photo img{
	padding:4px;
	border:1px solid #CCC;
	background-color:#FFF;
}
.product_details_content_container{
	width:475px;
	height:300px;
}

.product_details_content_container {  /* Mozilla ignores crazy MS image filters, so it will skip the following */
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/product_details_bg.png');*/
}
.product_details_content_container[class] {
	background: url(../images/product_details_bg.gif);
}
#product_details_content{
	margin:10px 0px 0px 20px;
	
}
#product_details_content h1{
	font-size:16px;
	color:#FF0000;
	margin-bottom:0.4em;
}
#product_details_content div#content{
	height:245px;
	overflow:auto;
	line-height:1.5em;
}
.product_details_content_color_title{
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	background-color:#F00;
	padding:3px 10px;
}
.product_details_content_color_title marquee{
	width:70%;
}
.product_details_content_back{
	font-weight:bold;
	width:100%;
}
.product_details_content_back a{
	color:#F00;
	display:block;
	text-decoration:none;
	width:65px;
	text-align:center;
	float:right;
	margin-right:0px;
	position:relative;
	z-index:500;
}
.product_details_content_back a:hover{
	background-color:#F00;
	color:#FFF;
}
#product_details_add_icon_container{
	border:1px #F00 solid;
	width:876px;
	margin-top:5px;
}
.product_details_content_color_photo{
	padding:5px 10px;
	padding-bottom:10px;
	background-position:right bottom;
}
.product_details_content_color_photo {  /* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/product_details_color_bg.png');
}
.product_details_content_color_photo[class] {
	background: url(../images/product_details_color_bg.png);
}
.product_details_content_color_photo a{
	position:relative;
	z-index:999;
}
.product_details_content_color_photo a img{
	margin-right:10px;
	border:1px #CCC solid;
}
.product_details_content_color_photo a:hover img{
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
	border:1px #F00 solid;
}
	
#news_back_btn{
	text-align:right;
	border-top:1px #000 solid;
	padding-top:2px;
}
#news_back_btn a{
	text-decoration:none;
	display:block;
	padding:0px 5px;
	width:50px;
	float:right;
}
#news_back_btn a:hover{
	background-color:#F00;
	color:#FFF;
}
#index_login_panel{
	position:absolute;
	left:685px;
	top:209px;
	text-align:left;
	width:160px;
	display:none;
	z-index:999;
}
.index_login_panel_field{
	width:150px;
	height:12px;
	font-size:11px;
	border:0px solid #FFF;
	display:inline-block;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	padding-top:0px;
}
.index_login_panel_btn{
	width:59px;
	height:20px;
	background-image:url(../images/btn_login.png);
	border:0px solid #F00;
	cursor:pointer;
	font-size:11px;
	color:#FFF;
	margin:0px;
	display:compact;
	float:right;
}
.profile_title{
	color:#F00;
	font-size: 15px;
}
.product_btn{
	color:#FFFFFF;
	border:1px #C00 solid;
	background-color:#F00;
	font-size:10px;
	margin-top:5px;
	cursor:pointer;
	margin-right:5px;
}
#product_cat_list{
	/*margin-top:-7px;
	margin-left:0px;
	position:absolute;
	left:-40px;
	*/
	margin-left:5px;
}
#product_cat_list a{
	background-repeat:no-repeat;
	font-size:18px;
	display:block;
	width:300px;
	height:30px;
	padding-top:2px;
	text-indent:50px;
	margin:0px 0px 1px 3px;
	color:#839DB9;
	text-decoration:none;
	cursor:pointer;
}
#product_cat_list a:hover{
	margin-left:0px;
	width:303px;
	color:#F00;
}
.product_cat_list_btn{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/product_btn.png");
}
.product_cat_list_btn[class] {
	background:transparent url(../images/product_btn.png);
}
	
.product_list_photo a{
	position:relative;
	z-index:999;
}
.product_list_link{
	width:145px;
}
.product_list_link a{
	font-weight:bold;
	display:block;
	width:136px;
	padding:1px;
	text-decoration:none;
	padding-right:5px;
	overflow:visible;
	position:relative;
	z-index:999;
}
.product_list_link a:hover{
	color:#FFFFFF;
	background-color:#F00;
}
.product_list_link_add{
	padding-top:5px;
}
.product_list_link_add a{
	padding:0px 3px 1px 3px;
	background-color:#FF0000;
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	position:relative;
	z-index:999;
}
.product_list_link_add a:hover{
	background-color:#A00;
	color:#FFF;
}
#product_list_whole_bg{
	background-image:url(../images/product_list_whole_bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}
.product_list_item_bg {  /* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/product_list_bg.png');
}
.product_list_item_bg[class] {
	background: url(../images/product_list_bg.png);
}

