
.wrapper {
	min-height: 100px;
	height: auto;
	max-width: 900px;
	margin: 0px auto 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	background-position: 0px 0px;
	position: relative;

	

}

.inner-wrapper{
	position: relative;
	padding: 0px 50px 30px;





}

.container_top{
	position: relative;
	width: 800px;
	top: 50px;
	min-height: 50px;
	margin-bottom: 20px;
	padding-bottom: 30px;
}


.container {
	position: relative;
	width: 800px;
	min-height: 50px;	
	height: auto;
	overflow: hidden;
	padding: 20px 0 0px;
	
}



.item_container {
	position: relative;
	min-height: 130px;
	height: auto;
	max-width: 380px;
	padding: 0px 0px 10px;
	margin-right: 20px;
	float: left;
	
	/*background-color: pink;*/
}

.item_container_right {
	position: relative;
	min-height: 130px;
	height: auto;
	max-width: 380px;
	margin-right: 0px;
	padding: 0px 0px 10px;
	float: left;
	
	/*background-color: pink;*/
}



.cover{
	position: relative;
	width: 140px;
	height: auto;
	float: left;
	padding-right: 30px;
	padding-top: 5px;
	/*background-color: green;*/



}

.synopsis{
	position: relative;
	width: 205px;
	float: right;
	padding-right:  5px;



}

.hotspot{
	position: relative;
	width: 50px;
	height: 50px;
	float: left;
	padding-right:  5px;



}



.pub_body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.pub_icon {
	float: left;
	height: 100px;
	width: 90px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
	left: 68;
	top: 100;
}


.pub_bodylink {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #0099FF;
	text-decoration: underline;
}


