/* CSS Document */

#leftpanel{
	position: absolute;
	left: 159px;
	top: 11px;
	width: 660px;
	height: 409px;
	overflow: auto;
	z-index:50;
	padding: 20px 20px 30px 10px;
}
.press_item{
	position: relative;
	padding-left: 163px;
	padding-bottom: 30px;
}
.details{
	position: relative;
}
.item_image{
	position: absolute;
	left: -163px;
	top: 0px;
	width: 143px;
	text-align: right;
	
}
h1{
	font-size: 10px;
	color: #e37222;
	text-transform:uppercase;
	margin: 22px 0 0 0;
}
p{
	font-size: 11px;
	line-height: 16px;
	color: #4e4e50;
}
a{
	color: #4e4e50;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}