@charset "utf-8";
/** CSS Document Designed ©Copyright Serge.L. 2008 **/

.sec_container {
	background:#FFFFFF;
	margin-bottom:10px;
	border:1px solid #999999;
	padding:3px;
}

.sub_container {
	background:#EEEEEE;
	border:1px solid #FFFFFF;
	padding:5px;
}

.images {
	float:left;
}
.images_pad {
	padding:1px;
	background-color:#EEEEEE;
}

#sec_container2 {
	background:#FFFFFF;
	margin-bottom:10px;
	border:1px solid #999999;
	padding:3px;
	height:1%;
}

.item {
	height:400px;
	/*width:305px;*/
	background:#EEEEEE;
	border:1px solid #FFFFFF;
	padding:5px;
	float:left;
}

.desc {
	width:200px;
	height:35px;
	overflow:hidden;
}
.desc2 {
	width:300px;
	height:38px;
	overflow:hidden;
}
.clear {
	clear:both;
	height:1px;
}

.scroller{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding:10px;
	background-color:#FFFFFF;
	overflow:auto;
	width:auto;
	height:200px;
}
/****/
