.main
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
.main a
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
.main a:hover
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
.mainleft
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	font-weight: bold;
}
.mainleft a
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.mainleft a:hover
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.price
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	font-weight: bold;
}
.cashback
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #FF0000;
	font-weight: bold;
}
.cashback_header
{
	font-family: Verdana;
	font-size: 20px;
	line-height: 21px;
	color: #FF0000;
	font-weight: bold;
}
.description
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
}
.urgent
{
	font-family: Verdana;
	font-size: 16px;
	line-height: 18px;
	color: #FF0000;
}
.navigation
{
	font-family: Verdana;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
}
.navigation a
{
	font-family: Verdana;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	color: #FFFFFF;
}
.navigation a:hover
{
	font-family: Verdana;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	color: #333333;
	}
.base
{
	font-family: Verdana;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
.base a
{
	font-family: Verdana;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
.base a:hover
{
	font-family: Verdana;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.adapt
{
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}
.adapt a
{
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}
.adapt a:hover
{
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
}
.email
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 28px;
	color: #FFFFFF;
}
.email a
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 28px;
	color: #FFFFFF;
}
.email a:hover
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 28px;
	color: #333333;
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: grey;
padding: 5px;
left: 0px;
border: 1px white;
visibility: hidden;
color: white;
font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}

</style>







/* Large boxes (left column) */

.hoverboxlrg
{
	cursor: default;
	list-style: none;
}

.hoverboxlrg a
{
	cursor: default;
}



.hoverboxlrg a .preview
{
	display: none;
}

.hoverboxlrg a .preview_TopRowLeft
{
	display: none;
}



.hoverboxlrg img
{
	border-width: 0px;
	border-color: #ffffff;
	padding: 0px;
	vertical-align: top;
	width: 130px;
	height: 70px;
}

.hoverboxlrg li
{
	border-width: 0px;
	border-color: #666666;
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}









/* Small boxes (right column) */

.hoverboxsml
{
	cursor: default;
	list-style: none;
}

.hoverboxsml a
{
	cursor: default;
}


.hoverboxsml a .preview_RIGHT, .preview_TopRowRight
{
	display: none;
}

.hoverboxsml img
{
	border-width: 0px;
	border-color: #ffffff;
	padding: 0px;
	vertical-align: top;
	width: 100px;
	height: 70px;
}

.hoverboxsml li
{
	border-width: 0px;
	border-color: #666666;
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}






/* Image Hover Positioning */

.hoverboxlrg a:hover .preview
{
	display: block;
	position: absolute;
	top: -154px;
	left: -285px;
	z-index: 1;
}


.hoverboxlrg a:hover .preview_TopRowLeft
{
	display: block;
	position: absolute;
	top: 0px;
	left: -285px;
	z-index: 2;
}


.hoverboxsml a:hover .preview_RIGHT
{
	display: block;
	position: absolute;
	top: -154px;
	left: 0px;
	z-index: 1;
}


.hoverboxsml a:hover .preview_TopRowRight
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}




/* Image Hover Dimensions */

.hoverboxlrg .preview
{
	border-color: #000;
	width: 415px;
	height: 224px;
}

.hoverboxlrg .preview_TopRowLeft
{
	border-color: #000;
	width: 415px;
	height: 224px;
}


.hoverboxsml .preview_RIGHT
{
	border-color: #000;
	width: 320px;
	height: 224px;
}


.hoverboxsml .preview_TopRowRight
{
	border-color: #000;
	width: 320px;
	height: 224px;
}

.cardoonsadvert {
position: absolute;
top: 90px;
left: 800px;
}
