/********************************************** Styles ***************************************************/

#Offers .listItem
{
	position: relative;
	padding-bottom: 10px;
}

#Offers #counter
{
	position: relative;
}

#Offers #counter .entry
{
	position: absolute;
	height: 70px;
	width: 80px;
	background-image: url(/media/counter.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding-top: 16px;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
}

#Offers .listItem  #counter .entry
{
	top: -80px;
	left: 65px;
}

#Offers .itemBig  #counter .entry
{
	top: -250px;
	left: 380px;
}

#Offers .itemSmall  #counter .entry
{
	top: -196px;
	left: 145px;
}

#Offers .detail  #counter .entry
{
	top: -80px;
	left: 10px;
}

/********************************************** QuickSearch ***************************************************/

#QuickSearch tr.logo
{
	width: 206px;
	height: 77px;
}

#QuickSearch div.logo
{
	width: 206px;
	height: 77px;
	background-image: url(/media/quicksuche.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
