#hits {
position: relative;
float:left;
overflow: hidden;
width:771px;
}

.normalAd {
	display:block;
	position:relative;
	text-decoration:none;
	color: #000 !important;
	border:1px solid rgb(173,165,163);
	background:#fff url(../images/advertisments/normalAd.png) no-repeat bottom left;
	width: 133px;
	height: 60px;
	float:left;
	padding:25px;
	margin:0px 7px 7px 0;
	cursor: pointer;
}

.normalAdTitle {
	position:absolute;
	top:8px;
	left:7px;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 11px;
	width: 157px;
	white-space:nowrap;
	overflow:hidden;
}
.normalAd .normalAdTitle a {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-transform:uppercase;
}
.normalAdImage {
	position:absolute;
	top: 27px;
	left:7px;
	border:0;
	width:75px;
	height:75px;
	overflow: hidden; /* needed for preview in wizard */
}
.normalAdPrice {
	position:absolute;
	top:38px;
	left:96px;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}
.normalAdCreatedOn {
	position:absolute;
	top:84px;
	left:96px;
	font-weight: normal;
	font-size: 9px;
    text-transform:uppercase;
}
.normalAdSold {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: .6;
	background-color:#FFFFFF;
	position:absolute;
	top:53px;
	left:7px;
	width:75px;
	height:15px;
	overflow:hidden;
	font-family:Arial;
	font-size: 14px;
	text-align:center;
    text-transform:uppercase;
	color:#8560A9;
}

.normalAdCountryCode {
	position:absolute;
	top:92px;
	right:10px;
	font-weight: normal;
	font-size: 9px;
    text-transform:uppercase;
}
.normalAdDetails {
	position:absolute;
	top:59px;
	left:96px;
	color:#b4005e;
	font-weight: bold;
	font-size: 10px;
	white-space: nowrap;
}

.normalAdJustIn {
	position:absolute;
	top:91px;
	left:96px;
	font-size: 10px;
	white-space: nowrap;
    font-family:georgia,sans-serif;
    font-style:italic;
    color:#fff;
    background:#ADA5A3 none repeat scroll 0 0;
    padding-left: 10px;
    padding-right: 10px;
    text-transform:uppercase;
}


body.kids .normalAdDetails , body.fashion .normalAdDetails {
color:#8560A8;
}

.premiumAd {
	display:block;
	float: left;
	position:relative;
	overflow: hidden;
	text-decoration:none;
	color: #000 !important;
	/* background:#fff url(../images/advertisments/premiumAd.png) no-repeat; */
	background-color: #fff;
	background-image: url(../images/advertisments/premiumAd.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 375px;
	height: 148px;
	border:1px solid rgb(173,165,163);
	padding: 0px;
	margin:0 7px 7px 0px;
	cursor: pointer;
}

/* Clear the first normal ad, if supported. Otherwise in situations with 1 premium ad, the first normal ad is displayed on the same row */
.premiumAd + .normalAd {
    clear: left;
}

.noStamp {
    background-image:none !important;
}


.premiumAdImage {
	position:absolute;
	top: 38px;
	left:10px;
	border:0;
	width:102px;
	height:102px;	
	overflow: hidden; /* needed for preview in wizard */
}
.premiumAdTitle {
	position:absolute;
	top:13px;
	left:13px;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;	
	margin: 0;
}
.premiumAd .premiumAdTitle a {
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.premiumAdDescription {                                             
    font-size:12px;
    font-weight:normal;
    height:70px;
    left:128px;
    line-height:18px;
    overflow:hidden;
    position:absolute;
    top:37px;
    width:195px;
    margin: 0;
}
.premiumAdDetails{
	position:absolute;
	top:110px;
	left:128px;
	color:#b4005e;
	font-weight: bold;
	font-size: 10px;
}
body.kids .premiumAdDetails, body.fashion .premiumAdDetails {
color:#8560A8;
}
.premiumAdSold {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: .6;
	background-color:#FFFFFF;
	position:absolute;
	top:81px;
	left:10px;
	width:102px;
	font-family:Arial;
	font-size: 14px;
	text-align:center;
    text-transform:uppercase;
    color:#b4005e;
}

.premiumAd .premiumAdPrice {
	visibility:visible !important;
	position:absolute;
	display:block;
	bottom:25px;
	left:285px;
	font-weight: bold;
}

.premiumAdJustIn {
	position:absolute;
	top:127px;
	left:128px;
	font-size: 10px;
	white-space: nowrap;
    font-family:georgia,sans-serif;
    font-style:italic;
    color:#fff;
    background:#ADA5A3 none repeat scroll 0 0;
    padding-left: 10px;
    padding-right: 10px;
    text-transform:uppercase;
}

body.kids .premiumAdSold, body.fashion .premiumAdSold {
color:#8560A8;
}

.premiumAdCreatedOn {
	position:absolute;
	top:128px;
	left:285px;
	font-weight: normal;
	font-size: 9px;
    text-transform:uppercase;
}
.premiumAdCountryCode {
	position:absolute;
	top:128px;
	left:353px;
	font-weight: normal;
	font-size: 9px;
    text-transform:uppercase;
}