@charset "utf-8";
/* CSS Document */

.results h2 {
	font-family:"FuturaLight";
	font-size: 30px;
	color: #838383;
	text-transform: none;
}
.results h2 span{
	color: #2f2f2f;
}

/* Results */
#list_results {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
}
#list_results li{
	clear:both;
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px solid #dcdcdc;
	overflow: hidden;
}
#list_results li a.left, div.empty_img {
	display: block;
	width: 61px;
	height: 57px;
	float:left;
	clear: none !important;
}
#list_results li .right {
	float:left;
	display:block;
	margin-left: 20px;
	width: 819px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#list_results li .right h3 a{
	font-size: 19px !important;
	color: #e20026 !important;
}
#list_results li .right .link{
	color: #181818;
	margin-top: 10px;
	display:block;
}
#list_results li .right p {
	margin-top: 10px;
}

#list_results li .right p strong {
	color: #000;
}

.list_section {
	margin: 30px 0;
}
.list_section h3 {
	font-family:"FuturaLight";
	font-size: 18px;
	color: #e20026 !important;
	text-transform: none;
	margin-bottom: 10px;
}
.list_section h3 span{
	color: #838383;
}
.list_section ul{
	margin: 20px 0;
}
.list_section li {
	overflow: hidden;
	margin-top: 20px;
}
.list_section li:first-child {
	margin-top: 0px;
}
.list_section li a{
	display:block;
	width: 248px;
	height: 65px;
	padding: 8px 15px;
	border:1px solid #dcdcdc;
	float: left;
	margin-left: 29px;
}
.list_section li a:first-child{
	margin-left: 0px;
}
.list_section li a img{
	float: left;
}
.list_section li a span{
	display:block;
	width: auto;
	float: left;
	margin: 18px 20px 0 15px;
}
.list_section li a span h4{
	font-size: 14px;
	font-family: "FuturaMedium";
}
.list_section li a span p{
	color: #838383;
}
.list_section li a .price{
	float: right;
	line-height: 65px;
	color:#181818 ;
}
.list_section li a .price_offer {
	margin: 20px 0 0 15px;
	float: right;
	color: #181818 ;
}
.list_section li a .price_offer strike {
	float: right;
	font-size: 9px;
	color:#838383 ;
}
.lists li.show{
	border: 0;
	margin: 20px 0 0;
}
.lists li.show a{
	border: 1px solid #dcdcdc;
	background-color: #f6f6f6;
	font-size: 18px;
	font-family: "FuturaLight";
	color: #ee1b2e;
	display:block;
	width: 858px !important;
	height: inherit !important;
	padding: 10px 20px !important;
	text-align:center;
}


.s_results{
	float:right;
	display:block;
	font-family:"FuturaLight";
	font-size: 30px;
	color: #838383;
	text-transform: none;
}