/* Leader board */
#im_leader {position: absolute; top: 108px; left: 166px; width: 745px; height: 100px;}

/* Skyscraper */
#im_skyscraper {position: absolute; top: 300px; left: 790px; width: 120px; height: 600px;}

/* Square 150 */
#im_square150 {position: absolute; top: 551px; left: 8px; width: 150px; height: 150px;}

/* Square 300 */
#im_square300 {position: absolute; top: 240px; left: 604px; width: 300px; height: 300px;}

/* ********** basic definitions ********** */
body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
a { color: #0059bc; }
a:hover { color: #ad3901; }

/* ********** heads ********** */
h2 { color: #104077; }
h3 { color: #104077;}

/* ********** web layout ********** */
#frame { position: relative; }
#head { height: 41px; line-height: 41px; }
#navigation { height: 45px; line-height: 42px; }
#menu { width: 150px; }
#content { width: 745px; }
#custom { width: 820px; margin-left: 8px; }
#foot { }

/* ********** head ********** */
#head { background: #808080 url(../images/head.png) repeat-x; }
#head h1 { position: absolute; top: 0px; left: 80px; font-style: italic; }
#head span { position: absolute; top: 0px; left: 0px; background: url(../images/corner.png) no-repeat top left; width: 80px; height: 99px; }
#head div {
	position: absolute;
	top: 0px;
	left: 400px;
	color: #dddddd;
	font-size: 8pt;
	font-weight: bold;
}
#head div a { color: #b1d4ea;}

/* ********** infopanel ********** */
#infopanel a { text-decoration: none; }

/* ********** navigation ********** */
#navigation { background: #b1d4ea url(../images/navigation.png) repeat-x; margin-bottom: 24px; padding-left: 80px; }
#navigation li { background: url(../images/separator.png) no-repeat top left; padding-left: 16px; float: left; }
#navigation li:first-child { background: none; padding-left: 4px; }
#navigation li a { font-weight: bold; font-variant: small-caps; text-decoration: none; }

/* ********** menu ********** */
#menu { position: absolute; top: 112px; left: 8px; }
#menu a { text-decoration: none; }
#menu h3 { text-align: center; }
#menu ul { margin: 0 4px; }
#menu ul li { font-size: 10pt; font-weight: bold; text-decoration: none; }

/* ********** side ********** */
#side { position: absolute; top: 108px; left: 753px; }

/* ********** content ********** */
#content { position: absolute; top: 220px; left: 166px; }

/* ********** foot ********** */
#foot { text-align: center; display: block; clear: both; }

/* ********** blocks ********** */
.box { border: 1px solid #808080; background: #b1d4ea url(../images/bottom.png) repeat-x bottom; padding-bottom: 12px; margin-bottom: 0.6em; }
.box h3 { color: #000000; border-top: 1px solid #606060; border-bottom: 1px solid #606060; background: #808080 url(../images/middle.png) repeat-x; font-size: 8pt; height: 14px; line-height: 14px; padding: 0px 6px; }
.box h3:first-child { border-bottom: 1px solid #404040; background: #808080 url(../images/top.png) repeat-x; font-size: 10pt; height: 20px; line-height: 20px; }
.box .content { padding: 8px; }

/* ********** table ********** */
table * { padding: 0; margin: 0; }
table#list p { font-size: 8pt; }
table#list{
	width: 617px;
	border: 1px solid #606060;
}

table#list a { text-decoration: none; }
table#list h4 { text-align: left; }
table#list p { text-align: left; }

.even { background-color: #b1d4ea; }
.odd { background-color: #d1e6f3; }

table#list tr th{
	border-top: 1px solid #606060;
	border-bottom: 1px solid #606060;
	background: #808080 url(../images/middle.png) repeat-x;
	font-size: 8pt;
	height: 14px;
	line-height: 14px;
	padding: 0px 6px;
}
table#list tr th[colspan] { text-align: center; }

table#list tr td{
	border: 1px solid #808080;
	text-align: center;
	padding: 1px 4px;
}

.url{
	color: #008000;
	font-size: 8pt;
	text-align: left;
}

.eshop{
	background: url(../images/eshop.png) no-repeat center right;
	padding-right: 18px;
}

#paging{
	font-size: 8pt;
	position: relative;
	padding: 8px;
}

#paging li{
	display: inline;
}

.etarget
{
  width: 616px;
}
.etarget .description strong{
  font-weight: normal;
}
.etarget .title{
  font-weight: bold;
}
.etarget .selfpromo{
  display: none;
}


.rate
{
background: url(../images/stars.png) left top;
text-align: left;
list-style:none;
position: relative;
width: 80px;
height: 16px;
}

.rate li { float: left; }

.rate li a
{
display:block;
text-indent: -9000px;
width: 16px;
height: 16px;
position: absolute;
z-index: 20;
}




.rate li a:hover { background: url(../images/stars.png) left center; z-index: 2; left: 0px; }

.rate a.star-1 { left: 0px; }
.rate a.star-2 { left: 16px; }
.rate a.star-3 { left: 32px; }
.rate a.star-4 { left: 48px; }
.rate a.star-5 { left: 64px; }
.rate a.star-1:hover { width: 16px; }
.rate a.star-2:hover { width: 32px; }
.rate a.star-3:hover { width: 48px; }
.rate a.star-4:hover { width: 64px; }
.rate a.star-5:hover { width: 80px; }

.rate li.stars
{
background: url(../images/stars.png) left bottom;
display: block;
text-indent: -9000px;
position: absolute;
height: 16px;
z-index: 1;
}