body {
	background-color: #f3f3f3;
	color: #5f5f5f;
	font: 12px/16px Arial, Tahoma, Verdana;
	text-align: center;
}
a {
	color: #5f5f5f;
	text-decoration: none;
}
	a:hover {
		color: #5f5f5f;
	}
input {
	font: 11px Arial, Tahoma, Verdana;
	color: #5f5f5f;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.center {
	margin: 0 auto;
	width: 1120px;
	text-align: left;
}
#header {
	background: url(/images/bg-header.png) repeat;
	border-top: 5px solid #601d10;
	height: 111px;
	text-align: center;
}
	.logo {
		float: left;
		width: 265px;
		height: 73px;
		background: url(/images/logo.png) left top no-repeat;
		text-indent: -9999px;
		margin-top: 27px;
	}
		.logo:hover {
			background-position: 0 -73px;
		}
	.search-container {
		float: right;
		width: 455px;
		height: 38px;
		background: url(/images/bg-search.png) top no-repeat;
		text-align: center;
	}
		.search-container ul {
			margin: -5px auto 0 auto;
			padding-right: 38px;
		}
			.search-container ul li {
				margin-left: 10px;
				display: inline;
			}
				.search-container ul li a {
					color: #ffffff;
					font: 9px Tahoma, Arial, Verdana;
				}
					.search-container ul li a:hover,
					.search-container ul li a.active {
						color: #e4662b;
					}
		.search-input {
			width: 325px;
			padding: 5px 10px 5px 10px;
			background: url(/images/bg-search-input.png) left top no-repeat;
			border: none;
		}
		.search-submit {
			width: 23px;
			height: 22px;
			background: url(/images/bg-search-submit.png) left top no-repeat;
			text-indent: -9999px;
			border: none;
		}
		.ad-01 {
			float: right;
			width: 468px;
			height: 60px;
			margin-top: 6px;
			/*background: url(/images/oglas.png) left top no-repeat;*/
			/*text-indent: -9999px;*/
		}
#header-bar {
	background-color: #e4662b;
	border-bottom: 5px solid #f1c7b4;
	border-top: 1px solid #f5976c;
	height: 14px;
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
	text-align: center;
	font: 11px Tahoma, Arial, Verdana;
	color: #ffffff;
}
	#header-bar a {
		color: #ffffff;
	}
		#header-bar a:hover {
			color: #af290e;
		}
	.login-info {
		float: left;
		background-color: #e98555;
		padding: 4px 8px 4px 8px;
		margin: -4px 10px 0 0;
	}
	.greeting {
		float: left;
		font-weight: bold;
	}
	#header-bar .date {
		float: right;
	}
	.login {
		float: left;
		margin: -4px 10px 0 0;
	}
		.login-input {
			border: none;
			padding: 3px;
			height: expression('11px');
			line-height: 11px;
		}
		
.column {
	float: left;
	width: 300px;
}
	.mid {
		margin: 0 20px 0 20px;
	}
	.box {
		float: left;
		width: 284px;
		border: 1px solid #cdcdcd;
		padding: 7px;
		background-color: #e5e5e5;
		margin-bottom: 20px;
		position: relative;
	}
		.tabs {
			float: left;
			margin: -7px 0 0 -7px;
			width: 298px;
			display: inline;
			background-color: #ffffff;
			cursor:pointer;
		}
			.tabs li {
				float: left;
			}
				.tabs li a {
					float: left;
					width: 99px;
					text-align: center;
					border-right: 1px solid #cdcdcd;
					border-bottom: 1px solid #cdcdcd;
					border-top: 1px solid #ffffff;
					padding: 5px 0 6px 0;
					background-color: #fbfbfb;
					font: 11px Tahoma, Arial, Verdana;
					font-weight: bold;
					color: #929292;
				}
					.tabs li a.last {
						border-right: none;
						width: 98px;
					}
					.tabs li a.active {
						border-bottom-color: #e5e5e5;
						border-top: none;
						padding-top: 6px;
						background-color: #e5e5e5;
						color: #5f5f5f;
					}
					.tabs li a.activelast {
						border-right: none;
						width: 98px;
						border-bottom-color: #e5e5e5;
						border-top: none;
						padding-top: 6px;
						background-color: #e5e5e5;
						color: #5f5f5f;
					}
					.tabs li a:hover {
						background-color: #f3f3f3;
					}
					.tabs li a.active:hover {
						background-color: #e5e5e5;
					}
					.tabs li a.empty {
						background-color: #ffffff;
						text-indent: -9999px;
						border-bottom: 1px solid #cdcdcd;
						border-right: none;
						cursor: default;
					}
					.tabs li a.emptylast {
						background-color: #ffffff;
						text-indent: -9999px;
						border-bottom: 1px solid #cdcdcd;
						border-right: none;
						cursor: default;
						width: 98px;
					}

#main-menu {
	float: left;
	width: 282px;
	border: 1px solid #cdcdcd;
}
	#main-menu li {
		float: left;
	}
		#main-menu li a {
			float: left;
			width: 260px;
			padding: 6px 10px 6px 10px;
			border: 1px solid #ffffff;
			border-bottom-color: #cdcdcd;
			background-color: #f5f5f5;
			font: 11px Tahoma, Arial, Verdana;
		}
			#main-menu li a:hover,
			#main-menu li a.active {
				background: url(/images/bg-arrow.png) right no-repeat;
				background-position: 260px 8px;
				background-color: #ffffff;
			}
			#main-menu li a.active {
				font-weight: bold;
			}
			#main-menu li a.blog {
				font-weight: bold;
				color: #e4662b;
			}
			#main-menu li a.subactive {
				background-color: #ffffff;
			}
			#main-menu li a.subactive {
				font-weight: bold;
			}
			#main-menu li a.last {
				border-bottom: none;
			}

#links {
	float: left;
	width: 282px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
}
	#links li {
		float: left;
	}
		#links li a {
			float: left;
			width: 268px;
			padding: 7px;
			border-bottom: 1px solid #cdcdcd;
			font: 11px Tahoma, Arial, Verdana;
		}
			#links li a.last {
				border-bottom: none;
			}
			#links li a:hover {
				background-color: #f5f5f5;
			}
			#links li a span {
				display: block;
				font-weight: bold;
				font-size: 12px;
			}
#news,
#weather,
#chat,
#cinema,
#lottery2,
#poll, 
#charts {
	float: left;
	width: 268px;
	margin-top: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	padding: 7px;
}
	#chat p,
	#cinema p,
	#poll p,
	#charts p {
		padding-bottom: 10px;
	}
	#chat a,
	#cinema a,
	#poll a,
	#charts a {
		color: #e4662b;
		font-weight: bold;
	}
		#chat a:hover,
		#cinema a:hover,
		#poll a:hover,
		#charts a:hover {
			color: #af290e;
		}
	#news h2,
	#chat h2 {
		font-size: 17px;
		line-height: 19px;
		padding: 0 0 7px 0;
	}
		#news h2 a:hover {
			color: #3f3f3f;
		}
	#news .link {
		float: left;
		font-weight: bold;
		color: #e4662b;
		margin-top: 5px;
	}
	#news .category {
		font-size: 9px;
		letter-spacing: 2px;
		color: #e4662b;
	}
		#news .category:hover,
		#news .link:hover {
			color: #af290e;
		}
#fvideo {
	float: left;
	width: 282px;
	height: 220px;
	margin-top: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px/14px Tahoma, Arial, Verdana;
}
	#fvideo ul li a {
		float: left;
		width: 268px;
		padding: 7px;
		height:41px;
		border-bottom: 1px solid #cdcdcd;
	}
		#fvideo ul li a:hover {
			background-color: #f5f5f5;
		}
			#fvideo ul li a.last {
				border: none;
			}
			#fvideo img {
				float: left;
				margin-right: 7px;
			}
			#fvideo span.title {
				font-weight: bold;
				display: block;
			}
			#fvideo span.date {
				color: #929292;
				display: block;
			}
			#fvideo span.comments {
				color: #e4662b;
				display: block;
	}
#babeotw {
	float: left;
	width: 268px;
	margin-top: 7px;
	padding: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px/14px Tahoma, Arial, Verdana;
}
#babeotw h4, #gameotw h4, #newest h4 {
	font-size:11px;
	font-weight:bolder;
	margin-bottom:5px;
}
#gameotw {
	float: left;
	width: 268px;
	margin-top: 7px;
	padding: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px/14px Tahoma, Arial, Verdana;
}
#newest {
	float: left;
	width: 268px;
	margin-top: 7px;
	padding: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;


	background-color: #ffffff;
	font: 11px/14px Tahoma, Arial, Verdana;
}

#maillist {
	float: left;
	width: 268px;
	margin-top: 7px;
	padding: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px/14px Tahoma, Arial, Verdana;
}

#maillist a {
		color: #e4662b;
	}
		#maillist a:hover {
			color: #af290e;
		}

#gameotw a {
		color: #e4662b;
	}
		#gameotw a:hover {
			color: #af290e;
		}
#imageotw {
	float: left;
	width: 268px;
	margin-top: 7px;
	padding: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px/14px Tahoma, Arial, Verdana;
}

#tvreminder {
	float: left;
	width: 268px;
	margin-top: 7px;
	padding: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px Tahoma, Arial, Verdana;
}

#tvreminder a {
		color: #e4662b;
	}
		#tvreminder a:hover {
			color: #af290e;
		}

#lotreminder {
	float: left;
	width: 268px;
	margin-top: 7px;
	padding: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px Tahoma, Arial, Verdana;
}

#lotreminder a {
		color: #e4662b;
	}
		#lotreminder a:hover {
			color: #af290e;
		}

#mylinks {
	float: left;
	width: 268px;
	margin-top: 7px;
	padding: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px Tahoma, Arial, Verdana;
}

#mylinks a {
		color: #e4662b;
	}
		#mylinks a:hover {
			color: #af290e;
		}

.reminderlist {
		width: 100%;
		color: #424242;
	}
		.reminderlist tr {
			border: 1px solid #e9e9e9;
			background-color: #ffffff;
		}
			.reminderlist tr:hover {
				background-color: #fafafa;
			}
			.reminderlist tr td {
				line-height:22px;
				padding-left: 5px;
			}
			.reminderlist .alt {
				background-color: #fdfdfd;
			}

#tvnow {
	float: left;
	width: 282px;
	margin-top: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px Tahoma, Arial, Verdana;
}
	#tvnow ul li a {
		float: left;
		width: 268px;
		border-bottom: 1px solid #cdcdcd;
		padding: 7px;
	}
		#tvnow ul li a:hover {
			background-color: #f5f5f5;
		}
		#tvnow ul li a.last {
			border-bottom: none;
		}
		#tvnow ul li a span.channel {
			float: left;
			width: 70px;
		}
		#tvnow ul li a span.time {
			float: left;
			font-weight: bold;
			width: 40px;
		}
		
#forum {
	float: left;
	width: 282px;
	margin-top: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px Tahoma, Arial, Verdana;
}
	#forum ul li a {
		float: left;
		width: 268px;
		border-bottom: 1px solid #cdcdcd;
		padding: 7px;
	}
		#forum ul li a:hover {
			background-color: #f5f5f5;
		}
		#forum ul li a.last {
			border-bottom: none;
		}
		#forum ul li a span.topic {
			float: left;
			width: 190px;
		}
		#forum ul li a span.username {
			float: left;
			font-weight: bold;
			text-align:right;
			width: 70px;
		}
		
	#cinema input,
	#poll .poll-submit {
		font-size: 12px;
		color: #333333;
	}
	#poll .poll-submit {
		margin-top: 3px;
	}
	#cinema select {
		margin-right: 3px;
		width: 98px;
	}
	#cinema .movie-list {
		float: left;
		width: 134px;
	}
		#cinema .movie-list ul {
			font-size: 11px;
			line-height: 13px;
			padding: 3px 0 10px 0;
		}
			#cinema .movie-list ul li {
				padding-bottom: 3px;
			}
	#poll ul {
		margin: 5px 0 5px 0;
	}
	#poll a {
		font-weight: normal;
		font-size: 11px;
	}
	#poll .answer {
		float: left;
		padding-top: 5px;
		width: 230px;
	}
	#poll .result {
		float: right;
		padding-top: 5px;
		text-align: right;
		width: 35px;
	}
	#poll .graph {
		background-color: #E4EBEE;
		float: left;
		height: 7px;
		margin-top: 2px;
		width: 268px;
	}
	#poll .graph-full {


		background-color: #B6C5CB;
		height: 7px;
		line-height: 7px;
		font-size: 1px;
	}
	#charts ul li a {
		font-weight: normal;
	}
#newest2 {
	float: left;
	width: 268px;
	margin-top: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	padding: 7px;
}
	#newest2 ul,
	#charts ul {
		margin-top: 7px;
		font: 11px Tahoma, Arial, Verdana;
		padding-left: 7px;
	}
	#charts ul {
		margin: 5px 0 5px 0;
	}
		#newest2 ul li,
		#charts ul li {
			padding: 0 0 0 10px;
			background: url(/images/ul-dot.png) left no-repeat;
			background-position: 0 5px;
		}
#lottery2 h2 {
	padding-bottom: 5px;
}
#lottery2 table,
#weather table {
	border: 1px solid #cdcdcd;
	width: 100%;
	font-size: 10px;
}
	#lottery2 table tr td {
		background-color: #ffffff;
		padding: 3px;
	}
	#lottery2 table tr th {
		color: #E4662B;
		padding: 3px;
		font: 10px Tahoma, Arial, Verdana;
		background-color: #ffffff;
	}
#weather table tr td {
	background-color: #f5f5f5;
	text-align: center;
	height: 60px;
	vertical-align: middle;
}
#weather table tr.icons td {
	background-color: transparent;
	height: 40px;
}
#weather table tr.days td {
	font-weight: bold;
	height: 12px;
}
	#weather table tr td span.pm {
		display: block;
		font-size: 20px;
		font-weight: bold;
		padding: 4px 0 0 3px;
	}
	#weather table tr td span.am {
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #999999;
		padding: 4px 0 0 3px;
	}
	
#footer {
	text-align: center;
	background-color: #e5e5e5;
	border-top: 1px solid #e1e1e1;
	padding: 25px 0 25px 0;
}
	#footer div {
		text-align: center;
	}
	#footer div ul {
		font: 10px Tahoma, Arial, Verdana;
	}
		#footer div ul li {
			display: inline;
		}
			#footer div ul li a {
				color: #5f5f5f;
				border-right: 1px solid #929292;
				padding: 0 10px 0 10px;
			}
				#footer div ul li a:hover {
					color: #3f3f3f;
				}
				#footer div ul li a.last {
					border: none;
				}
	#footer .legal {
		padding: 7px 0 0 0;
		color: #929292;
		font: 10px Tahoma, Arial, Verdana;
	}

/* --- content --- */
	
.content {
	float: left;
	width: 604px;
	border: 1px solid #cdcdcd;
	margin: 0 0 20px 20px;
	padding: 7px;
	background-color: #ffffff;
	position: relative;
}
	.content .item {
		float: left;
		padding: 15px 10px 15px 10px;
		width: 584px;
	}
	hr {
		float: left;
		width: 618px;
		height: 6px;
		margin: 0 -7px 0 -7px;
		background-color: #f6f6f6;
		border: none;
		border-bottom: 1px solid #dddddd;
		border-top: 1px solid #dddddd;
	}
	.slip,
	.slip-kino-slo,
	.slip-kino-usa {
		position: absolute;
		top: 5px;
		left: 5px;
		width: 119px;
		height: 120px;
		background: url(/images/bg-slip.png) left top no-repeat;
		text-indent: -9999px;
	}
	.content table {
		width: 100%;
		color: #424242;
	}
		.content table tr {
			border: 1px solid #e9e9e9;
			border-top: none;
			background-color: #ffffff;
		}
			.content table tr:hover {
				background-color: #fafafa;
			}
			.content table tr td, 
			.content table tr th {
				line-height:15px;
				padding: 5px;
			}
			.content table tr.header {
				background-color: #e4662b;
				color: #ffffff;
				border-color: #e4662b;
				border-bottom: none;
				font: 9px Tahoma, Arial, Verdana;
			}
			.content table .alt {
				background-color: #fdfdfd;
			}
		.content ul {
			list-style: square;
			color: #5f5f5f;
			padding: 10px 0 0 30px;
		}
		.content a {
			color: #e4662b;
		}
			.content a:hover {
				text-decoration: underline;
			}
		.content h2 {
			font-size: 17px;
		}
		.content p {
			padding-top: 10px;
		}

/* --- featured --- */
/*
#featured {
	float: left;
	width: 604px;
	border: 1px solid #cdcdcd;
	margin: 0 0 20px 20px;
	padding: 7px;
	background-color: #ffffff;
	position: relative;
}
	#featured .item {
		float: left;
		padding: 15px;
	}
		#featured .item p {
			margin-top: 10px;
		}
	#featured .item h2 {
		font-size: 17px;
		line-height: 19px;
		margin: 0 0 7px 0;
	}
	#featured .item h2 a {
		color: #424242;
	}
		#featured .item h2 a:hover {
			color: #000000;
		}
*/


#featured {
	float: left;
	width: 604px;
	border: 1px solid #cdcdcd;
	margin: 0 0 20px 20px;
	padding: 7px;
	background-color: #e5e5e5;
	position: relative;
}
	#featured .fade {
		width:588px;
		border: 1px solid #cdcdcd;
		background-color: #ffffff;
		float: left;
		padding: 7px;
	}
		#featured .fade p.first {
			margin-top: 0;
		}
	#featured .item-img {
		float: left;
		margin-right: 7px;
	}
	#featured .single-item-img {
		float: right;
		margin-left: 7px;
	}
	#featured .fade h2 a {
		color: #424242;
	}
		#featured .fade h2 a:hover {
			color: #000000;
			text-decoration: none;
		}
/* --- novice --- */
	
#novice {
	float: left;
	width: 604px;
	border: 1px solid #cdcdcd;
	margin: 0 0 20px 20px;
	padding: 7px;
	background-color: #ffffff;
	position: relative;
}
	#novice .item {
		float: left;
		padding: 15px;
	}
		#novice .item p.first {
			margin-top: 0;
		}
	#novice .item-img {
		float: left;
		margin-right: 15px;
	}
	#novice .single-item-img {
		float: right;
		margin-left: 15px;
	}
	#novice .item h2 a {
		color: #424242;
	}
		#novice .item h2 a:hover {
			color: #000000;
			text-decoration: none;
		}
			
		#novicevsebina ul {
			list-style:disc;
			list-style-position:inside;
			margin-left:15px;
		}
			
/* --- kino --- */
	
.kino-list {
	float: left;
	width: 279px;
	padding: 7px;
}
	.kino-list ol {
		list-style: decimal;
		padding: 10px 0 0 25px;
	}
	.slip-kino-slo {
		top: 11px;
		left: 12px;
		background: url(/images/bg-slip-kino-slo.png) left top no-repeat;
		cursor: default;
	}
	.slip-kino-usa {
		top: 11px;
		left: 321px;
		background: url(/images/bg-slip-kino-usa.png) left top no-repeat;
		cursor: default;
	}
.kino-form {
	float: left;
	width: 590px;
	padding: 7px;
}
	
/* --- musicchart --- */
	
#musicchart h2 {
	padding: 0 0 10px 0;
}
#musicchart .vote {
	color: #e4662b;
	font: 9px Tahoma, Arial, Verdana;
}
	#musicchart .vote:hover {
		color: #a14215;
		text-decoration: underline;
	}
	
/* --- horoskop --- */

#horoskop .container {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
#horoskop .item {
	float: left;
	width: 273px;
	padding: 7px;
}
	#horoskop .item.right {
		padding-left: 37px;
	}
	#horoskop .item img {
		margin: 0 0 0 15px;
	}
	#horoskop .item p {
		padding-top: 5px;
	}
	
#horoskop .item2 {
		float: left;
		padding: 15px 10px 15px 10px;
		width: 584px;
	}
/* --- kvizi --- */

#kvizi form {
	padding-top: 10px;
}
#kvizi input {
	font-size: 12px;
	color: #333333;
}
#kvizi .item table {
	margin-top: 15px;
}

/* --- nagradna igra --- */

#nagradna-igra .item table {
	width: 280px;
	margin-top: 10px;
}
/* --- pravni nasveti --- */

#pravni-nasveti input,
#pravni-nasveti select {
	font: 12px Arial, Tahoma, Verdana;
	color: #333333;
}
#pravni-nasveti select {
	padding: 2px 1px 2px 1px;
}
#pravni-nasveti .date {
	color: #999999;
}

/* --- vozni redi --- */

#vozni-redi table tr td.footer {
	font-size: 11px;
	color: #999999;
}
#vozni-redi input {
	float: left;
	font-size: 12px;
	color: #333333;
}
#vozni-redi .calendar {
	float: left;
	background: url(/images/ico-calendar.png) top left no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	margin: 2px 0 0 5px;
}
	
/* --- zaposlitev --- */

#zaposlitev p.first {
	padding: 0;
}
	
/* --- igre --- */

#igre table tr td {
	vertical-align: middle;
}
#igre h2 {
	padding-bottom: 15px;
}

.form_message {
	color: #e4662b;
	font-weight: bold;
}

.boxadd {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.tableTopTr {
	border-top: 1px solid #e9e9e9;
}

#main-menu li a.submenu {
	background-color:#FEE8CD;
	padding-left:20px;
	width: 250px;
}

#main-menu li a.submenuactive {
	background: url(/images/bg-arrow.png) right no-repeat;
	background-position: 260px 8px;
	background-color:#FEE8CD;
	padding-left:20px;
	width: 250px;
}

.requiredField {
	background-color:#E9E9E9;
}

.requiredField2 {
	background-color:#FFD9B3;
}

.errorField {
	color: #e4662b;
	font-weight:bold;
}

.registration {
		color: #424242;
		width:100%;
	}
		.registration tr {
			border: 1px solid #e9e9e9;
			background-color: #ffffff;
		}
			.registration tr:hover {
				background-color: #fafafa;
			}
			.registration tr td, 
			.registration tr th {
				line-height:15px;
				padding: 4px;
			}
			.registration tr.header {
				background-color: #e4662b;
				color: #ffffff;
				border-color: #e4662b;
				border-bottom: none;
				font: 9px Tahoma, Arial, Verdana;
			}
			.registration .alt {
				background-color: #fdfdfd;
			}
			
.registration2 {
		color: #424242;
		width:100%;
	}
		.registration2 tr {
			border: 1px solid #e9e9e9;
			background-color: #ffffff;
		}
			.registration2 tr:hover {
				background-color: #fafafa;
			}
			.registration2 tr td, 
			.registration2 tr th {
				line-height:15px;
				padding: 1px;
			}
			.registration2 tr.header {
				background-color: #e4662b;
				color: #ffffff;
				border-color: #e4662b;
				border-bottom: none;
				font: 9px Tahoma, Arial, Verdana;
			}
			.registration2 .alt {
				background-color: #fdfdfd;
			}
			
.content2 {
	float: left;
	width: 604px;
	border: 1px solid #cdcdcd;
	margin: 0 0 20px 20px;
	padding: 7px;
	background-color: #ffffff;
	position: relative;
}
	.content2 .item {
		float: left;
		padding: 15px 10px 15px 10px;
		width: 584px;
	}
	hr {
		float: left;
		width: 618px;
		height: 6px;
		margin: 0 -7px 0 -7px;
		background-color: #f6f6f6;
		border: none;
		border-bottom: 1px solid #dddddd;
		border-top: 1px solid #dddddd;
	}
	
		.content2 ul {
			list-style: square;
			color: #5f5f5f;
			padding: 10px 0 0 30px;
		}
		.content2 a {
			color: #e4662b;
		}
			.content2 a:hover {
				text-decoration: underline;
			}
		.content2 h2 {
			font-size: 17px;
		}
		.content2 p {
			padding-top: 10px;
		}
.spacer10 {
	height:10px;
	display:block;
}

.content3 {
	float: left;
	width: 604px;
	border: 1px solid #cdcdcd;
	margin: 0 0 20px 20px;
	padding: 7px;
	background-color: #ffffff;
	position: relative;
}
	.content3 .item {
		float: left;
		padding: 15px 10px 15px 10px;
		width: 574px;
	}
	.content3 table {
	}

		.content3 ul {
			list-style: square;
			color: #5f5f5f;
			padding: 10px 0 0 30px;
		}
		.content3 a {
			color: #e4662b;
		}
			.content3 a:hover {
				text-decoration: underline;
			}
		.content3 h2 {
			font-size: 17px;
		}
		.content3 p {
			padding-top: 10px;
			text-align:justify;
		}
		.content3 h5 {
			font-size: 17px;
		}
		.content3 h5 a:hover {
			color: #000000;
			text-decoration:none;
		}
		
.content4 {
	float: left;
	width: 604px;
	border: 1px solid #cdcdcd;
	margin: 0 0 20px 20px;
	padding: 7px;
	background-color: #ffffff;
	position: relative;
}
	.content4 .item {
		float: left;
		padding: 15px 10px 15px 10px;
		width: 574px;
	}
	.content4 table {
	}
		.content4 a {
			color: #e4662b;
		}
			.content4 a:hover {
				text-decoration: underline;
			}
		.content4 h2 {
			font-size: 17px;
		}
		.content4 p {
			padding-top: 10px;
			text-align:justify;
		}
#mvnews {
	height:220px;
	float: left;
	width: 282px;
	margin-top: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px/14px Tahoma, Arial, Verdana;
}

	#mvnews ul li a {
		float: left;
		width: 268px;
		padding: 7px;
		height:41px;
		border-bottom: 1px solid #cdcdcd;
	}
	
		#mvnews ul li a:hover {
			background-color: #f5f5f5;
		}
			#mvnews ul li a.last {
				border: none;
			}
			#mvnews img {
				float: left;
				margin-right: 7px;
			}
			#mvnews span.title {
				font-weight: bold;
				display: block;
			}
			#mvnews span.date {
				color: #929292;
				display: block;
			}
			#mvnews span.comments {
				color: #e4662b;
				display: block;
			}

#excnews {
	/*height:220px;*/
	float: left;
	width: 282px;
	margin-top: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px/14px Tahoma, Arial, Verdana;
}

	#excnews ul li a {
		float: left;
		width: 268px;
		padding: 7px;
		height:41px;
		border-bottom: 1px solid #cdcdcd;
	}
	
		#excnews ul li a:hover {
			background-color: #f5f5f5;
		}
			#excnews ul li a.last {
				border: none;
			}
			#excnews img {
				float: left;
				margin-right: 7px;
			}
			#excnews span.title {
				font-weight: bold;
				display: block;
			}
			#excnews span.date {
				color: #929292;
				display: block;
			}
			#excnews span.comments {
				color: #e4662b;
				display: block;
			}

#mboxmore {
	padding-top:1px;
	padding-left:8px;
	padding-bottom:3px;
	float: left;
	width: 274px;
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px/14px Tahoma, Arial, Verdana;
}
	#mboxmore a {
		color: #e4662b;
		font-weight:bold;
	}
		#mboxmore a:hover {
			color: #af290e;
		}

.newsmore {
	position:absolute;
	bottom:7px;
	padding-left:8px;
	right:7px;
	font: 11px/14px Tahoma, Arial, Verdana;
}
	.newsmore a {
		color: #e4662b;
		font-weight:bold;
	}
		.newsmore a:hover {
			color: #af290e;
		}

	
#mboxmorelottery {
	padding-top:1px;
	padding-left:8px;
	padding-bottom:3px;
	float: left;
	width: 274px;
	
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px/14px Tahoma, Arial, Verdana;
}
	#mboxmorelottery a {
		color: #e4662b;
		font-weight:bold;
	}
		#mboxmorelottery a:hover {
			color: #af290e;
		}

#mboxmore2 {
	padding-top:1px;
	padding-left:8px;
	padding-bottom:3px;
	margin-left:-7px;
	margin-bottom:-7px;
	margin-top:7px;
	float: left;
	width: 274px;
	border-top: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px/14px Tahoma, Arial, Verdana;
}
	#mboxmore2 a {
		color: #e4662b;
		font-weight:bold;
	}
		#mboxmore2 a:hover {
			color: #af290e;
		}
		
.orangeLink a {
	color: #e4662b;
}
.orangeLink a:hover {
	color: #af290e;
}
		
	/*
#lottery {
	float: left;
	width: 282px;
	height: 220px;
	margin-top: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px/14px Tahoma, Arial, Verdana;
}
	
	#lottery ul li a {
		float: left;
		width: 268px;
		padding: 7px;
		height:41px;
		border-bottom: 1px solid #cdcdcd;
	}
		#lottery ul li a:hover {
			background-color: #f5f5f5;
		}
			#lottery ul li a.last {
				border: none;
			}
			#lottery span.title {
				font-weight: bold;
				display: inline;
			}
			#lottery span.results {
				color: #929292;
				display: inline;
			}
	
	#lottery a {
		color: #e4662b;
		font-weight:bold;
	}
		#lottery a:hover {
			color: #af290e;
		}
		*/	
		
#lottery {
	float: left;
	width: 282px;
	margin-top: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px Tahoma, Arial, Verdana;
}
	#lottery ul li a {
		float: left;
		width: 268px;
		border-bottom: 1px solid #cdcdcd;
		padding: 7px;
	}
		#lottery ul li a:hover {
			background-color: #f5f5f5;
		}
		#lottery ul li a.last {
			border-bottom: none;
		}
		#lottery ul li a span.type {
			color: #e4662b;
			font-weight: bold;
		}
		#lottery ul li a span.info {
			font-weight: bold;
		}
		#lottery ul li a span.results {
			margin-top:5px;
			display:block;
		}
		#lottery ul li a table.res {
			width:auto;
			border: 1px solid #cdcdcd;
		}
		#lottery ul li a table.res tr td {
			border-right: 1px solid #cdcdcd;
			border-bottom: 1px solid #cdcdcd;
			width: 16px;
			height: 16px;
			text-align:center;
			vertical-align:middle;
		}
		#lottery ul li a table.res tr td.add {
			background-color:#E6E6E6;
		}
		
#newsarchive {
	float: left;
	/*width: 542px;*/
	margin-top: 7px;
	/*border: 1px solid #cdcdcd;*/
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px/14px Tahoma, Arial, Verdana;
}

	#newsarchive ul li a {
		float: left;
		width: 558px;
		padding: 7px;
		height:41px;
		border-bottom: 1px solid #cdcdcd;
		border-left: 1px solid #cdcdcd;
		border-right: 1px solid #cdcdcd;
		/*border-top: 1px solid #cdcdcd;*/
		text-decoration: none;
		color: #5F5F5F;
	}
	
		#newsarchive ul li a:hover {
			background-color: #f5f5f5;
			color: #5F5F5F;
		}
			#newsarchive ul li a.last {
				border: none;
			}
			#newsarchive img {
				float: left;
				margin-right: 7px;
			}
			#newsarchive span.title {
				font-weight: bold;
				display: block;
			}
			#newsarchive span.date {
				color: #929292;
				display: block;
			}
			#newsarchive span.comments {
				color: #e4662b;
				display: block;
			}
			
#relatednews {
	float: left;
	/*width: 542px;*/
	margin-top: 7px;
	/*border: 1px solid #cdcdcd;*/
	/*background: url(/images/bg-box.png) top repeat-x;*/
	background-color: #ffffff;
	font: 11px/14px Tahoma, Arial, Verdana;
}

	#relatednews ul li a {
		float: left;
		width: 558px;
		padding: 7px;
		height:41px;
		border-bottom: 1px solid #cdcdcd;
		border-left: 1px solid #cdcdcd;
		border-right: 1px solid #cdcdcd;
		/*border-top: 1px solid #cdcdcd;*/
		text-decoration: none;
		color: #5F5F5F;
	}
	
		#relatednews ul li a:hover {
			background-color: #f5f5f5;
			color: #5F5F5F;
		}
			#relatednews ul li a.last {
				border: none;
			}
			#relatednews img {
				float: left;
				margin-right: 7px;
			}
			#relatednews span.title {
				font-weight: bold;
				display: block;
			}
			#relatednews span.date {
				color: #929292;
				display: block;
			}
			#relatednews span.comments {
				color: #e4662b;
				display: block;
			}
			
#community {
	float: left;
	width: 282px;
	margin-top: 7px;
	border: 1px solid #cdcdcd;
	background: url(/images/bg-box.png) top repeat-x;
	background-color: #ffffff;
	font: 11px Tahoma, Arial, Verdana;
}
	#community ul li a {
		float: left;
		width: 268px;
		border-bottom: 1px solid #cdcdcd;
		padding: 7px;
	}
		#community ul li a:hover {
			background-color: #f5f5f5;
		}
		#community ul li a.last {
			border-bottom: none;
		}
		#community ul li a span.icon {
			float: left;
			width: 32px;
		}
		#community ul li a span.title {
			float: left;
			font-weight: bold;
			margin-top:5px;
		}
		

.weatheracc  {
	width: 267px;
	border: 1px solid #CDCDCD;
	border-top: 0px;
}
.weatheracc div {
	background-color: #F3F3F3;
}

.weatheracc p {
	margin-bottom : 5px;
	border: none;
	text-decoration: none;
	font-size: 11px;
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 1px;
}
.weatheracc a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #5F5F5F;
	background-color: ##F5F5F5;
	border-top: 1px solid #CDCDCD;
	border-bottom: 0px;
}
.weatheracc a:hover {
	background-color: white;
}
.weatheracc a.selected {
	color: 5F5F5F;
	background-color: ##F5F5F5;
	border-bottom: 1px solid #CDCDCD;
}

.weatherind  {
	width: 267px;
	border: 1px solid #CDCDCD;
	border-top: 0px;
}
.weatherind div {
	background-color: #F3F3F3;
}

.weatherind p {
	border: none;
	text-decoration: none;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.weatherind a {
	cursor:default;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #5F5F5F;
	background-color: ##F5F5F5;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
}

.rss {
	float:right;
	padding-left:10px;
	margin-top:-8px;
}

.fb {
	margin-right:5px;
	float:right;
}

.fb a {
	color:#424242;
	font-weight:bold;
}

.fb a:hover {
	color:#000000;
}

#comment {
	float: left;
	width: 586px;
	display: inline;
}
			
#comment input {
	float: left;
	width: 214px;
	border: 3px solid #F1C7B4;
	font-size: 11px;
	color: #aeada6;
	padding: 3px;				
}

#comment textarea {
	float: left;
	width: 567px;
	height: 70px;
	margin: 5px 0 5px 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #aeada6;
	border: 3px solid #F1C7B4;
	padding: 5px;
}

#comment .submit {
	background-color: #F5976C;
	color: #4a4a47 !important;
	width: auto !important;
	padding: 1px 5px 1px 5px !important;
	float:right;
	margin-right:3px;
}

.komentar {
	margin-left:15px;
}

#novice .item {
float:left;
padding:15px;
}


#comments {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:#FFFFFF url(/images/bg-box.png) repeat-x scroll center top;
float:left;
font-family:Tahoma,Arial,Verdana;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:14px;
margin-top:7px;
}

#comments ul li a:hover {
background-color:#F5F5F5;
color:#5F5F5F;
}

#comments ul li a {
border-bottom:1px solid #CDCDCD;
border-left:1px solid #CDCDCD;
border-right:1px solid #CDCDCD;
color:#5F5F5F;
float:left;
padding:0px;
padding-bottom:4px;
text-decoration:none;
width:580px;
}

.content4 a:hover {
text-decoration:underline;
}

.content4 a {
color:#E4662B;
}
#comments span.title {
display:block;
font-weight:bold;
margin-left:7px;
}

#comments span.date {
color:#929292;
display:inline;
margin-left:7px;
}
#comments span.name {
color:#5F5F5F;
display:inline;
margin-left:7px;

}
.content ul {
color:#5F5F5F;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:10px 0 0 0px;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;

}
.content .item {
float:left;
padding:15px 10px;
width:574px;
}

.lototable {
		color: #424242;
		width:400px;
	}
		.lototable tr {
			border: 1px solid #e9e9e9;
			background-color: #ffffff;
		}
			.lototable tr:hover {
				background-color: #fafafa;
			}
			.lototable tr td, 
			.lototable tr th {
				line-height:15px;
				padding: 4px;
				width:25%;
			}
			.lototable tr.header {
				background-color: #e4662b;
				color: #ffffff;
				border-color: #e4662b;
				border-bottom: none;
				font: 9px Tahoma, Arial, Verdana;
			}
			.lototable .alt {
				background-color: #fdfdfd;
			}
			
.lotoresults {
	width:auto;
	border: 1px solid #cdcdcd;
}
.lotoresults tr td {
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	width: 24px;
	height: 24px;
	text-align:center;
	vertical-align:middle;
}
.lotoresults tr td.won {
	background-color:#E6E6E6;
	color: #e4662b;
	font-weight:bold;
}
.lotoresults tr td.add {
	background-color:#E6E6E6;
	color: #060;
	font-weight:bold;
}
.lotoresults tr td.bold {
	font-weight:bold;
}
.content2 a {
color:#5F5F5F;	
}
.on {background-color:#FEE8CD; }

.quizPlay li:hover {
	background-image:url(/_images/icons/orangeArrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:30px;
	display:inline;
	cursor:pointer;
}
.novicacitatlevo {
	float:left; color:#E4662B; font-size:13px; font-weight:bold; margin-right:10px; margin-top:10px; margin-bottom:10px; width:250px;
}
.novicacitatdesno {
	float:right; color:#E4662B; font-size:13px; font-weight:bold; margin-left:10px; margin-top:10px; margin-bottom:10px; width:250px;
}
.news_image_embedded_levo {
	float:left;
	margin-right:10px;
}
.news_image_embedded_desno {
	float:right;
	margin-left:10px;
}
.news_image_embedded_comment {
	background-color:#CCC;
	width:216px;
	padding:2px;
	color:#000;
}