@charset "utf-8";
/* CSS Document */
.main_image {
    width: 650px;
    height: 300px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; 
    color: #fff;
}
.main_image h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
	color: #DCE0BD;
}
.main_image p {
	font-size: 1em;
	line-height: 1.2em;
	padding: 10px;
	margin: 0;
	color: #DCE0BD;
}
.block small {
	font-size: .8em;
	color: #515151;
}
.main_image .block small {
	margin-left: 10px;
	color: #DCE0BD;
}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 100%;
    display: none; 
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse { 
	background: #1A1A1A;
	height: 20px;
	width: 60px;
	position: absolute;
	top: -20px;
	right: 5px;
	color: #5E993D;
	font-size: 0.7em;
	line-height: 20px;
	padding-left: 5px;
}
.image_thumb {
	float: left;
	width: 250px;
	background: #DCE0BD;
	border-left: 1px solid #1a1a1a;
}
.image_thumb img {
	margin: 5px 5px 5px 0px;
	border: 1px solid #333;
	float: left;
}
.image_thumb ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}
.image_thumb ul li{
	color: #333;
	margin: 0;
	padding: 0px 5px;
	background: #DCE0BD url(../images/menu-ul-li-bg.jpg) repeat-x;
	width: 245px;
	float: left;
	border-top: 1px solid #92A76D;
	height: 49px;
}
.image_thumb ul li.hover {
	background: #D1D5B4 url(../images/menu-ul-li-hover-bg.jpg) repeat-x;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #BFA78B url(../images/menu-ul-li-hover-bg.jpg) repeat-x;
	cursor: default;
	color: #DCE0BD;
}
html .image_thumb ul li h2 {
	font-size: 0.8em;
	margin: 5px 0 0px;
	padding: 0;
	color: #233E17;
}
.image_thumb ul li .block {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 175px;
}
.image_thumb ul li p{display: none;}
