@charset "utf-8";
/* CSS Document */
.w100{
	width:100%;
}
.w70{
	width:70%;
}

.stat-red{
	color:#F00;	
}
.stat-normal{
	color:#09F;
}


.borderdotted{
	border: 1px dotted #FC3;	
}

#content_show{
	width:100%;
	margin-top:10px;
	border: 1px dotted #FC3;
	position:relative;
	
}
#content_show_w70{
	width:480px;
	margin-top:10px;
	border: 1px dotted #F00;
	position:relative;
	
}

#content_news{
	position:relative;
	overflow:hidden;
	height:auto;
	padding-left:10px;
}


#content_news ul{
	margin:0;
	padding:10px;
	list-style-type:none;
	

}
#content_news ul li{

	background:#ffffff url(../images/icons/picUL.gif) left no-repeat;
	margin:5px;
	padding-left:20px;
	border-bottom: 1px dotted #CCC;
	
}

#readmore{
	position:absolute;
	right:20px; 
	bottom:10px; 
}


/***********style show news all  ********/

#content_shownews{
	position:relative;
	padding-left:10px;
	padding-bottom:10px;
	
}

#content_Publish{
	border-top: 1px dotted #CCC;
	padding-left:10px;
	padding-top:10px;
	font-size: 11px;	
	
}

/********** style page products  **************/
#prod_img{
	float:left;
	position:relative;
	margin-top:2px;
	border: 1px dotted #F60;	
}

#prod_cont{
	
	position:relative;
	overflow:hidden;
	padding-left:15px;
}
#prod_cont img{
	border:none;
}

#prod_cont ul{
	margin:0;
	padding:10px;
	list-style-type:none;
	

}
#prod_cont ul li{

	background:#ffffff url(../images/icons/picUL.gif) left no-repeat;
	margin:5px;
	padding-left:20px;
	border-bottom: 1px dotted #CCC;
	
}

/*reserve detail*/
#reserve_detail{
	width:100%;
	position:relative;
	overflow:hidden;
	padding-left:15px;
}
#reserve_detail ul{
	margin:0;
	padding:10px;
	list-style-type:none;
	

}
#reserve_detail ul li{

	background:#ffffff url(../images/icons/picUL.gif) left no-repeat;
	margin:5px;
	padding-left:20px;
	border-bottom: 1px dotted #CCC;
	
}













#column_A{
	float:left;
	position:relative;
	margin-top:10px;
	height:50px;
	width:49%;
	border: 1px dotted #F60;	
}

#column_B{
	float:right;
	position:relative;
	margin-top:10px;
	height:50px;
	width:49%;
	border: 1px dotted #6CF;	
}
