* { 
	margin: 0; 
	padding: 0; 
}
body { 
	background: #442948; 
}
a { outline: none}
img { border: none}

#container {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 560px;
	text-align: left;
	font-size: 12px;
}
a { color: #fff; font-family: Arial; }

/* Rezultate */
.winner p,
.top10 p {
	font-size: 24px;
	color: #eed3cd;
	text-align: left;
	margin-bottom: 5px;
} 
.top10 p {
	font-size:30px
}
.topten { margin-top: 25px; }
.topten p {
	font-size: 18px;
	color: #ffffff;
	text-align: left;
	margin-bottom: 5px;
} 
.topten p a { border-bottom: 1px solid white}
.topten p a:hover { border-bottom: 1px solid #462a49}

.jokes { background: #e1aa9b url(../img/box-bott.gif) no-repeat left bottom; width: 459px; margin-top: 25px; position: relative;}
.jokes .wrap { background: url(../img/box-top.gif) no-repeat left top; text-align: left }
.jokes p { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #462a49; padding: 30px; line-height: 1.6 }
.jokes .comm { 
	background: url(../img/box-right.gif);
	width: 31px;
	height: 62px;
	position: absolute;
	right: -30px;
	top: 70px;
}

.nextjoke { text-align: left; font-size: 18px; background:url(../img/refresh.gif) no-repeat left center; padding: 6px 0 6px 37px; margin-top: 10px; margin-bottom: 40px }
.nextjoke a { color: #eed3cd; }

.note { font-size: 12px; color: #e1aa9b; text-align: left}

.iepure { 
	position:absolute;
	left: 430px;
	top: 150px;
}

/* Scrollable */
.scrollable {
	position: relative;
	height: 350px;
	width: 459px;
	overflow: hidden
}
.scrollable .items {
	height: 350px;
	position: absolute;
	left: 0; top: 0;
}
.scrollable .items div {
	height: 350px;
	width: 459px;
}
.inapoi {
	position: absolute;
	font-size: 18px;
	color: #ffffff;
	right: 0; top: 0;
}
.inapoi a { border-bottom: 1px solid white}
.inapoi a:hover { border-bottom: 1px solid #462a49}

.list table { width: 100%; margin-top: 20px; }
.list table td { padding: 10px 0 20px 0}