@charset "utf-8";
/* CSS Document */

.mainL01{
	padding-top:0px;
}

img.default{
	border:none;
}

.imageholder img.default{
	border:1px solid #d8d8d8;
}

.image_float_left{
	margin-bottom:10px;
	margin-top:5px;
}

.lab_textarea{
	padding:10px;
	background-color:#e7e6e6;
	border:1px solid #d8d8d8;
	margin-bottom:10px;
	margin-top:10px;
}


.lab_small_item{
	width:185px;
	border-left:8px solid #dcdbdb;
	border-right:8px solid #dcdbdb;
	border-top:1px solid #dcdbdb;
	border-bottom:1px solid #dcdbdb;
	background-color:#FFFFFF;
	float:left;
	margin-right:5px;
	margin-bottom:15px;
}
* html .lab_small_item{
	display:inline;
}
.lab_small_item.nosummary{
	/*float:none;*/
}
.lab_small_item .picture{
	width:70px;
	height:55px;
	overflow:hidden;
	float:left;
}
.lab_small_item.nosummary .picture img{
	width:70px;
	height:55px;
}
.lab_small_item .text{
	width:105px;
	margin-left:5px;
	margin-right:5px;
	padding-top:2px;
	padding-left:0px;
	float:left;
}
#content_area .lab_small_item .text a{
	color:#5c5c5c;
	font-size:14px;
	line-height:16px;
}



.lab_newsitem{
	background-image:url(/siteconfigs/lab/images/newsitem_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:10px;
	margin-bottom:10px;
}
.lab_newsitem .picture{
	float:right;
}
.lab_newsitem .picture img{
	border:1px solid #d8d8d8;
}
.lab_newsitem .lab_news_date{
	font-size:10px;
	color:#999999;
}
.lab_newsitem .title{
	font-size:15px;
	color:#5896ba;
}
.lab_newsitem .text{
	color:#606060;
}
