
#Content_Left > div.box , #Content_Right > div.box {
	width:100%;
	padding-bottom:10px;
	clear:both;
}
#Content_Left > div.box > .thumbnail_box {
	float:none;
	clear:both;
	padding:5px 15px 5px 5px;
	border-bottom:#CCCCCC 1px solid;
	width:580px;
	height:100px;
}

/* ############################################################### */

.thumbnail_box > .image {
	background: url(../images/bg_image_border_grey.gif) top left no-repeat;
	width:130px;
	height:100px;
	float:left;
}
.thumbnail_box > .nodisplay {
	display:none;
}
.thumbnail_box > .image > a > img {
	width:120px;
	height:90px;
	border:0px;
	padding:5px 5px 5px 5px;
}
.thumbnail_box > .image > .text {
	padding:5px 5px 5px 5px;
	overflow:hidden;
	width:400px;
	height:90px;
}
.thumbnail_box > .image > .text > a {
	font-size:12px;
	text-decoration:none;
	width:400px;
	height:90px;
	display:block;
	font-weight:bold;
}
.thumbnail_box > .title {
	color:#ff6e02; 
	font-size:14px; 
	width:400px;
	line-height:20px;
	text-align:left;
	overflow:hidden; 
	whiteSpace : nowrap;
	height:25px;
	float:left;
	padding-left:5px;
	font-weight:bold;
	font-size:12px;
}
.thumbnail_box > .desc {
	color:#999999; 
	font-size:12px; 
	width:400px;
	overflow:hidden; 
	height:25px;
	padding:0 0 0 5px;
	float:left;
	display:inline-block;
}
.thumbnail_box > .info1 {
	width:50px;
	float:left;
	font-size:10px;
	color:#666666;
	text-align:left;
	padding-left:10px;
	padding-bottom:5px;
}
.thumbnail_box > .info2 {
	width:50px;
	float:left;
	font-size:10px;
	color:#666666;
	text-align:left;
	padding:0 0 5px 5px;
}

