/* CSS Document */

#leftpanel{
	position: absolute;
	left: 159px;
	top: 76px;
	width: 660px;
	height: 344px;
	overflow: auto;
	z-index:50;
	padding: 20px 20px 30px 10px;
}
.press_item{
	position: relative;
	padding-bottom: 30px;
	font-size: 11px;
	line-height: 16px;
	color: #4e4e50;
	clear:left;
}
.details{
	position: relative;
	overflow:auto;
	zoom:1;
}
h1{
	font-size: 10px;
	color: #e37222;
	text-transform: uppercase;
	line-height: 16px;
	padding-left:163px;
}
.item_image{
	width: 143px;
	min-height:20px;
	_height:20px;
	text-align: right;
	float:left;
}
div.text{
	float:left;
	display:inline;
	margin-left:20px;
	width:450px;
}
a{
	color: #4e4e50;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
