#hits {
position: relative;
top:0; left:0;
overflow: hidden;
width:764px;
}

.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: 119px;
	height: 49px;
	float:left;
	padding:25px;
	margin:0px 20px 20px 0;
}

.normalAdTitle {
	position:absolute;
	top:8px;
	left:7px;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 11px;
	width: 157px;
	white-space:nowrap;
	overflow:hidden;
}
.normalAdImage {
	position:absolute;
	top: 27px;
	left:7px;
	border:0;
	width:65px;
	height:65px;
	overflow: hidden; /* needed for preview in wizard */
}
.normalAdPrice {
	position:absolute;
	top:38px;
	left:80px;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}
.normalAdCreatedOn {
	position:absolute;
	top:84px;
	left:80px;
	font-weight: normal;
	font-size: 9px;
    text-transform:uppercase;
}
.normalAdSold {
	position:absolute;
	top:53px;
	left:7px;
	width:65px;
	height:15px;
	text-indent: -5000px;
	background: url(../images/advertisments/sold.png) no-repeat;
	overflow:hidden;
}
body.kids .normalAdSold {
	background: url(../images/advertisments/sold_kids.png) no-repeat;
}
body.fashion .normalAdSold {
	background: url(../images/advertisments/sold_fashion.png) no-repeat;
}

.normalAdCountryCode {
	position:absolute;
	top:84px;
	right:10px;
	font-weight: normal;
	font-size: 9px;
    text-transform:uppercase;
}
.normalAdDetails {
	position:absolute;
	top:59px;
	left:80px;
	color:#b4005e;
	font-weight: bold;
	font-size: 10px;
	white-space: nowrap;
}

.normalAdJustIn {
	position:absolute;
	top:82px;
	left:80px;
	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;
	position:relative;
	text-decoration:none;
	color: #000 !important;
	background:#fff url(../images/advertisments/premiumAd.png) no-repeat;
	width: 745px;
	height: 80px;
	padding: 0px;
	margin:0 0 20px 0px;
}

body.kids .premiumAd {
	background:#fff url(../images/advertisments/premiumAd_kids.png) no-repeat;
}
body.fashion .premiumAd {
	background:#fff url(../images/advertisments/premiumAd_fashion.png) no-repeat;
}
.noStamp {
    background:#fff url(../images/advertisments/premiumAdNoStamp.png) no-repeat !important;
}


.premiumAdImage {
	position:absolute;
	top: 7px;
	left:29px;
	border:0;
	width:65px;
	height:65px;
	overflow: hidden; /* needed for preview in wizard */
}
.premiumAdTitle {
	position:absolute;
	top:7px;
	left:122px;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;
}

.premiumAdDescription {
    font-size:11px;
    font-weight:normal;
    height:30px;
    left:122px;
    line-height:12px;
    overflow:hidden;
    position:absolute;
    top:30px;
    width:500px;
}
.premiumAdDetails{
	position:absolute;
	top:62px;
	left:122px;
	color:#b4005e;
	font-weight: bold;
	font-size: 10px;
}
body.kids .premiumAdDetails, body.fashion .premiumAdDetails {
color:#8560A8;
}

.premiumAdSold {
	position:absolute;
	top:64px;
	left:523px;
	font-weight: bold;
	font-size: 11px;
    text-transform:uppercase;
    color:#b4005e;
}

.premiumAdJustIn {
	position:absolute;
	top:62px;
	left:190px;
	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:64px;
	left:523px;
	font-weight: normal;
	font-size: 9px;
    text-transform:uppercase;
}
.premiumAdCountryCode {
	position:absolute;
	top:64px;
	left:574px;
	font-weight: normal;
	font-size: 9px;
    text-transform:uppercase;
}