/* CSS Document */
#recomendation{
	width:1080px;
	height:150px;
	margin:auto;
	margin-top:25px;	
}
#recomendation #top{
	display:table;
	font-size:18px;
	color:white;
	height:50px;
	width:1080px;
	background:#001A2C;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}
#recomendation #top span{
	display:table-cell;
	text-align:left;
	font-family:'hlvl', Helvetica, Verdana, Sans-Serif;
	font-weight:lighter;
	vertical-align:middle;
	width:830px;
	font-size:25px;
	padding-left:10px;
}
#recomendation #top a{
	display:table-cell;	
	vertical-align:middle;	
	text-decoration:none;
	width:240px;
	font-size:23px;
	color:white;
}
#reco-more{
	display:none !important;
}
#recomendation #recos ul{
	width:1080px;
}
#recomendation #recos li{
	background:#005590;
	display:table-cell;
	height:100px;
	border-left:1px solid rgba(255,255,255,0.25);
	border-right:1px solid rgba(0,38,64,0.25);
}
#recomendation #recos li:hover{
	background:#0079B8;
}
#recomendation #recos li:first-child{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
}
#recomendation #recos li:last-child{
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
#recomendation #recos li a{
	font-family:'bebas', Helvetica, Verdana, Sans-Serif;
	font-size:27px;
	color:white;
	text-decoration:none;
}
#fullsearchbox{
	margin-top:25px;
	font-family:'hlvl', Helvetica, Verdana, sans-serif;
	border:none;
	background: url(../_imgs/searchbox.png) no-repeat left center white;
	width:1080px;
	padding-left:45px;
	padding-right:15px;
	height:40px;
	-webkit-border-radius:20px;
	border-radius:20px;
	font-size:20px;
	color:#575757;
}
.noresults{
	width:900px;
	font-size:30px;
	color:#555;
	margin:50px auto;
}
#preload-offers{
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	height:50px;
	background:url(../_imgs/preloader.gif) no-repeat center;
	display:none;
}
#promo{
	margin-top:25px;
	margin-bottom:25px;
}