body{
	background-color:#cffffff;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
}

.main{
	width:950px;
	text-align:center;
	margin:0px auto 0px auto;
}

.header{
	display:none;
	}
		
.header_top{
	width:auto;
	height:30px;
	background-color:#FFFFFF;
}
.header_top_left{
	width:290px;
	height:30px;
	float:left;
}
.header_top_right{
	width:170px;
	float:right;
	padding:5px 0px 0px 0px;
}

.header_img{
	width:685px;
	height:240px;
	float:left;
	background-image:url(../image/header_img_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.header_info{
	width:265px;
	height:240px;
	float:right;
	background-image:url(../image/header_info_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.content{
	width:auto;
	text-align:left;
	margin-top:8px;
	background-color:#FFFFFF;
}
.line_top{
	width:950px;
	height:10px;
	background-image:url(../image/line_top_bg.jpg);
}
.line_bottom{
	width:950px;
	height:10px;
	background-image:url(../image/line_bottom_bg.jpg);
}
.content_text{
	width:auto;
	margin:10px 10px 0px 10px;
}

.content_text_center_index{
	width:530px;
	float:left;
	text-align: justify;
}
.content_text_center_index img{border:none;}
.content_text_center_index a{border:none; text-decoration:none;}

.content_text_title{
	width:auto;
	text-align:left;
	font-size:11pt;
	font-weight:bold;
	color:#FF0000;
	margin-bottom:10px;
}

.content_text_menu{
	width:200px;
	float:left;
}
.content_text_center{
	width:400px;
	float:left;
	text-align: justify;
}

.content_text_full{
	width:100%;
	float:left;
	text-align: justify;
	clear:both;
}

.content_text_right{
	width:300px;
	float:left;
}
.content_text_right_index{
	width:400px;
	float:left;
}

.product_uvod{
	background-color:#FF0000;
	color:#FFFFFF;
	padding:5px;
	clear:both;
}
.product_uvod span{
	font-weight:bold;
}

.product_item{
	width:auto;
	margin-top:10px;
	clear:both;
}
.product_item_name{
	width:auto;
	background-color:#CCCCCC;
	
	padding:3px;
	font-weight:bold;
	color:#000000;
}
.product_item_text{
	width:700px;
}

.product_item_text ul{
	margin-top:0px;
}
.product_item_img{
	width:200px;
	float:right;
}
.product_item_img img{
	margin:10px 0px 10px 0px;
	border:2px solid #CCCCCC;
}
.product_item_img img:hover{
	border:2px solid #FF0000;
}

.pata_text{
	display:none;
	}
	
.cb{
	clear:both;
}
.red{
	color:#FF0000;
	font-size:8pt;
	font-weight:bold;
}

/* header menu */
.header_menu{
	width:480px;
	float:left;
	padding:7px 0px 0px 0px;
}
.header_menu a{
	font-size:9pt;
	text-decoration:none;
	color:#000000;
	/*margin:0px 5px 0px 0px;*/
	padding:0px 7px 0px 5px;
	border-right:1px solid #000000;
}
.header_menu a:hover{
	text-decoration:underline;
	color:#FF0000;
}
/* content menu top */
.content_menu_top{
	display:none;
}

.content_menu_top_item_on{
	width:auto;
	height:22px;
	display:block;
	float:left;
	padding:8px 5px 0px 5px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../image/content_menu_top_item_bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	border-right:1px solid #FFFFFF;
}
.content_menu_top_item_off{
	width:auto;
	height:22px;
	display:block;
	float:left;
	padding:8px 5px 0px 5px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border-right:1px solid #FFFFFF;
}

.content_menu_top2{
	display:none;
}
.content_menu_top2 a{
	padding:5px 10px 5px 10px;
	text-decoration:none;
	color:#000000;
}
.content_menu_top2 a:hover{
	text-decoration:underline;
	color:#ffffff;
}

.print_page{
	display:none;
}
.print_page img{
	display:none;
}

.content_menu_top3{
	display:none;
}

/* content menu bottom */
.content_menu_bottom_box{
	display:none;
}
.content_menu_bottom{
	width:auto;
	background-color:#CCCCCC;
	padding:3px 10px 3px 10px;
	text-align:center;
}

.content_menu_bottom a{
	font-size:9pt;
	text-decoration:none;
	color:#000000;
	padding:0px 7px 0px 5px;
	border-right:1px solid #000000;
}
.content_menu_bottom a:hover{
	text-decoration:underline;
	color:#FF0000;
}

.cert_group_box{
	text-align:center; clear:both;
}

.cert_box{
	float:left; width:150px;
}

.cert_box img{
	border:1px solid #999999;
}


#detailwin{
		background-color:#FFFFFF;
		display:none;
		position:absolute;
		top: 0px;
		left: 0px;
		background-position:center;
		background-repeat:no-repeat;
		border:  #FF0000 2px solid;
		cursor:pointer; 		
	}
	
.tipContent{
	display:none;
}

