@charset "utf-8";
/* CSS Document */

#specialOffers {
	overflow:hidden;
}

#specialOffers .offer  {
	width:550px;
	overflow:hidden;
	margin-bottom:10px;
}

#specialOffers .offer .image {
	width:100px;
	float:left;
}

#specialOffers .offer .info {
	float:left;
	width:430px;
}

#specialOffers .offer .info a {
	font-size:12px;
	color:#0670ce;
}

#specialOffers .offer .info a.title {
	font-size:14px;
}


