

/** BOX **/
.latest-offer								{ position:relative; display:block; padding:5px; }
.latest-offer .banner						{ position:absolute; top:-9px; right:-9px; width:100px; }
.latest-offer .banner img					{ width:100%; max-width:102px; max-height:102px; }
.latest-offer .image						{ display:block; height:200px; }
.latest-offer .latest-offer-text			{ display:block; padding:10px; }
.latest-offer .title						{ display:block; text-transform:uppercase; font-size:; }
.latest-offer .text							{ display:block; margin:10px 0px 0px 0px; }

.latest-offer								{ background:#FFFFFF; }
.latest-offer:hover							{ background:#EFEFEF; }
.latest-offer .title						{ color:#28B6E4; }
.latest-offer .text							{ color:#777777; }