﻿.results {
	float: right;
	width: 100%;
	height: auto;
	margin-top: 10px;
	border: 0px solid red;
}
.results .item {
	float: right;
	width: 222px;
	height: 301px;
	padding: 0 8px;
	margin: 0 8px 30px 8px;

	background-image: url(../../images/bg.gif);
	background-repeat: repeat;
	/*cursor: pointer;*/

	border: 1px solid #e5e5e5;
}
.results .right {
	margin-right: 0;
	margin-left: 9px;
}
.results .left {
	margin-left: 0;
}
.results .item .title {
	float: right;
	width: 100%;
	height: 24px;
	margin: 5px 0;
	overflow: hidden;

	font-size: 16px;
	font-weight: bold;
	color: #656565;
	line-height: 24px;
	border: 0px solid blue;
}
.results .item .img {
	float: right;
}
.results .item .desc {
	float: right;
	width: 100%;
	height: 66px;
	margin: 20px 0 12px 0;
	overflow: hidden;

	font-size: 13px;
	font-weight: normal;
	color: #656565;
	text-align: right;
	line-height: normal;
	border: 0px solid red;
}
.results .item .desc p {
	margin: 0;
}
.results .item .more {
	float: left;
	width: auto;
	height: 10px;
	margin-left: 5px;
	padding-left: 14px;

	background-image: url(../../images/lnk_arr2.gif);
	background-position: 0 60%;

	font-size: 11px;
	font-weight: normal;
	color: #8a1946;
	line-height: 10px;
}