div.item_image {
	text-align:center;
	width:240px;
	padding-right:10px;
	float:left;
}

div.item_image img {
	border:3px solid #D9E7B3;
}

div.item_description {
	width:280px;
	height:250px;
	overflow:hidden;
	float:left;
}
div.item_breaker {
	clear:both;
}
div.item_row {
	background-color:#ffffff;
	border:1px solid #FEFEB5;
	background-image:url(../../images/items_bg.jpg);
	background-repeat:repeat-x;
	width:540px;
	height:250px;
}
div.item_row:hover, div.item_row_hover {
	background-color:#ffffff;
	border:1px solid #FFCC00;
	background-image:url(../../images/items_bg.jpg);
	background-repeat:repeat-x;
	width:540px;
	height:250px;
}
div.item_title {
	width:100%;
	height:20px;
	background-color:#D68C00;
	color:inherit;
	clear:both;
	text-align:center;
}
div.item_title_inn {
	background-color:#D68C00;
	font-weight:bold;
	font-size:10px;
	color:inherit;
	float:left;
	padding-left:20px;
	width:380px;
	text-align:left;
}
div.item_read_more {
	background-color:#D68C00;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	color:inherit;
	padding-right:5px;
	cursor:pointer;
	width:135px;
	float:left;
	margin-top:1px;
}
div.item_read_more a {
	color:#000000;
	text-decoration:none;
}
div.item_read_more a:hover {
	color:#FFCC00;
	text-decoration:none;
}
div.item_read_more a img {
	border:none;
}
