img {
	border: 0;
	}

*, body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	}

pre, pre *,
code, code * {
	font-family: Courier new, monospace;
	}

pre, pre * {
	white-space: pre;
	display: block;
	}

body { background: #EDEDED; text-align: left; }

small { font-size: 12px; color: #777; }

ul {
	padding: 0 0 6px 26px;
	list-style: none;
}
ol {
	padding: 0 0 6px 26px;
	list-style: decimal;
}
ul li {
		padding: 6px 0 4px 14px;
		background: url('/_static/img/arrow.gif') 0 11px no-repeat;
	}
ol li {
		padding: 6px 0 4px 0;
	}

div.cursor_default { cursor: default; }

.black { color: #222; }
.grey { color: #777; }

.clear { clear: both; }

.fl { float: left; }
.fr { float: right; }
.fn { float: none; }

.mtr { margin: 0 0 0 auto; }

.tac { text-align: center; }
.tar { text-align: right; }
.tal { text-align: left; }

.vat { vertical-align: top; }
.vab { vertical-align: bottom; }

img.icon { vertical-align: -3px; margin: 0 3px 0 0; }
img.ricon { vertical-align: -3px; margin: 0 0 0 3px; }

.bool {
	vertical-align: -3px;
	}

table.pretty {
	border: 1px solid #ccc;
	border-bottom: none;
	}

table.pretty td {
	font-size: 12px;
	padding: 3px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	table.pretty .head td {
		background: #ddd;
		border-right: none;
		}
	table.pretty td.r {
		border-right: none;
		}
	table.pretty td.grey {
		color: #666;
		}

.even { background: #fff; }
.odd { background: #eee; }

table.pools {
	border: none;
	}

table.pools td {
	font-size: 12px;
	padding: 3px;
	vertical-align: top;
	}
	table.pools .head td {
		background: #004276;
		color:#fff;
		font-weight: bold;
		}
	table.pools td.r {
		}
	table.pools td.grey {
		color: #666;
		}

.even { background: #fff; }
.odd { background: #eee; }

table.planes {
	border: none;
	}

table.planes td {
	font-size: 11px;
	padding: 3px;
	vertical-align: top;
	}
	table.planes .head td {
		background: #004276;
		color:#fff;
		font-weight: bold;
		}
	table.planes td.r {
		}
	table.planes td.grey {
		color: #666;
		}

.even { background: #fff; }
.odd { background: #eee; }

table.noborder { border: 0; }

.hand { cursor: pointer; }

input.button {
	font-size: 11px;
	padding: 0 3px;
	margin: 3px 0;
	}

h1, h2, h3, h4, h5, h6, a { color: #004276; text-align: left; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

a { font-size: 13px; }

h1 { font-size: 20px; font-weight: bold; }

a.report {
	font-size: 11px;
	background: url(/_static/img/icon_report.gif) 0 2px no-repeat;
	padding: 0 0 0 15px;
	text-decoration: underline;
	}

div.spacer {
	display: block;
	border-top: 1px solid #eee;
	margin: 3px 0;
	}

div.space {
	display: inline;
	color: #fff;
	font-size: 12px;
	margin: 0 7px;
	}


.cbox {
	}

#contents > .cbox {
	width: 650px;
	margin-bottom: 7px;
	}

#blocks > .cbox,
#contents.full > .cbox {
	width: auto;
	margin-bottom: 7px;
	}

	.cbox .header {
		height: 31px;
		background: url(/_static/img/bx_tile.gif) top left repeat-x;
		}

		.cbox .header .left {
			float: left;
		}

		.cbox .header .title {
			float: left;
			font: 16px Arial;
			line-height: 19px;
			font-weight: bold;
			color: #222;
			padding: 6px 0 0 16px;
			background: url(/_static/img/p_def.gif) 5px 9px no-repeat;
			white-space: nowrap;
			overflow: hidden;
			xwidth: 250px; /* check IE, FF3 is ok */
		}

		.cbox .header .right,
		.cbox .header .options {
			float: right;
		}

		.cbox .header .options a {
			display: block;
			float: left;
			margin: 9px 0 0 6px;
			font-size: 11px;
			}

		.cbox .header .options .last {
			margin-right: 14px;
			}

		.cbox .header .left, .cbox .header .right {
			width: 6px;
			height: 31px;
			background: url(/_static/img/bx_corners.gif) top left no-repeat;
		}

		.cbox .header .right {
			background-position: -6px 0;
		}
		.cbox .sbtheader, .cbox .sbtheader .right {
			font-size: 1px;
			height: 11px;
			background: #FAA52B url(/_static/img/sbt-portal.gif) top left no-repeat;
			text-align: right;
		}
		.cbox .sbtheader .right {
			float: none;
			width: 11px;
			margin: 0 0 0 auto;
			background-position: top right;
			}

	.cbox .contents {
		border: 0;
		border-left: 1px solid #D2D2D2;
		border-right: 1px solid #D2D2D2;
		background: #fff;
		}

		.cbox .contents .left, .cbox .contents .left .right {
			height: 5px;
			background: #fff url(/_static/img/bx_edge.gif) top left no-repeat;
			font-size: 1px;
			text-align: right;
		}

		.cbox .contents .left .right {
			width: 5px;
			margin: 0 0 0 auto;
			background-position: 0 -5px;
			}


		.cbox .contents .body {
			font-size: 13px;
			padding: 4px 10px;
		}

			.cbox .settings {
				background: #888b90;
				padding: 5px;
				font-size: 12px;
				line-height: 18px;
			}

		.cbox .sbt .body {
			padding-top: 10px;
		}

	.cbox .bottom, .cbox .bottom .right {
		height: 6px;
		font-size: 1px;
		line-height: 1px;
		background: url(/_static/img/bx_bottom.gif) top left no-repeat;
	}

	.cbox .bottom .right {
		width: 6px;
		float: right;
		background-position: top right;
	}

	.cbox .top, .cbox .top .right {
		height: 6px;
		font-size: 1px;
		line-height: 1px;
		background: url(/_static/img/bx_top.gif) top left no-repeat;
	}

	.cbox .top .right {
		width: 6px;
		float: right;
		background-position: top right;
	}

#l_blocks, #r_blocks {
	float: left;
	display: block;
	list-style: none;
	padding: 0 0 10px 0;
}

	#l_blocks { width: 657px; }
	#r_blocks { width: 300px; }

		#left1_blocks, #left2_blocks, #right_blocks {
			width: 328px;
			float: left;
			padding: 0 0 10px 0;
		}

		#l_blocks .cbox, #r_blocks .cbox {
			width: 321px;
			margin: 0 7px 7px 0;
			float: left;
		}

			#l_blocks .mblock_wide, #r_blocks .mblock_wide {
				width: 649px;
			}

			#r_blocks .cbox {
				margin: 0 0 7px 0;
			}

#contents {
	float: left;
	width: 656px;
	}

#contents.full {
	float: none;
	display: block;
	width: auto;
	}

#blocks {
	float: right;
	width: 322px;
	}


.mblock {
	float: left;
	margin: 0;
	}

	.mblock .header { cursor: move; }
	.mblock .header a { cursor: pointer; }


	#contents .mblock {
		width: 321px;
		margin: 0 7px 7px 0;
	}

	#blocks .mblock {
		width: auto;
		margin: 0 0 7px 0;
	}

/* news: okvir okoli slik, videa,... */

.image-box {
	text-align: center;
	margin: 0 0 7px 0;
	}
	.image-box .top, .image-box .bottom {
		text-align: right;
		height: 8px;
		font-size: 1px;
		background: #fff url(/_static/img/ib.gif) top left no-repeat;
		}
	.image-box .mtr {
		height: 8px;
		width: 8px;
		font-size: 1px;
		background: #fff url(/_static/img/ib.gif) top right no-repeat;
		}

	.image-box .bottom {
		background-position: bottom left;
		}
	.image-box .bottom .mtr {
		background-position: bottom right;
		}

	.image-box .body {
		background: #fff;
		border:0;
		border-left: 1px solid #DCDCDC;
		border-right: 1px solid #DCDCDC;
		padding: 0 10px;
		}
	.cbox .contents .image-box .body {
		padding: 0 10px;
		}
	.cbox .contents #image.image-box .body {
		padding: 4px 10px;
		}
	.cbox .contents #share.image-box .body {
		padding: 0;
		}
	.cbox .contents #share.image-box .body a {
		font-weight: normal;
		text-decoration: underline;
		}
	.cbox .contents #share.image-box .body img {
		vertical-align: -4px;
		margin: 0 2px 0 3px;
		}
	.image-box .image {
		font-size: 2px;
		padding: 0 0 8px 0;
		background: #fff url(/_static/img/ib_shadow.gif) bottom left repeat-x;
		}
	.image-box .subtitle {
		margin: 8px 0 0 0;
		color: #4A4A4A;
		font: 11px Arial;
		}

.image-box .date {
	color: #666;
	font-size: 11px;
	}
.image-box * {
	font-size: 11px;
	}
.image-box a {
	font-weight: bold;
	}

.image-box .related {
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	}
.image-box .relatedfirst {
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	}

/* paginator */

.rpagin {
	padding: 10px 0 10px 0;
}

	.rpagin a, .rpagin span {
		float: left;
		display: block;
		height: 22px;
		line-height: 22px;
		font-size: 14px;
		color: #017798;
		margin: 0 2px 0 2px;
		color: #ffffff;
		text-decoration: none !important;
	}

		.rpagin a {
			background: url('http://img.rtvslo.si/_static/images/rtvslo_paginator2.gif') top left no-repeat;
			padding: 0 6px 0 6px;
		}

			.rpagin a:hover { text-decoration: none; }

			.rpagin .a {
				background: #EDEDED;
				color: #000000;
			}

		.rpagin .prev, .rpagin .next {
			width: 25px;
			text-decoration: none;
			padding: 0px;
			background-color: transparent;
		}

			.rpagin .prev { background: url('http://img.rtvslo.si/_static/images/rtvslo_paginator.gif') 0 0 no-repeat; }
			.rpagin .next { background: url('http://img.rtvslo.si/_static/images/rtvslo_paginator.gif') -25px 0 no-repeat; }

/** player paginator **/

.ppagin {
	padding: 10px 0;
}

	.ppagin .middle a, .ppagin .middle b {
		display: block;
		float: left;
		background: url('http://img.rtvslo.si/_static/img/play/plr_pgb.gif') top left no-repeat;
		height: 15px;
		cursor: pointer;
	}

		.ppagin .middle a {
			padding: 0 0 0 5px;
			margin: 0 5px 0 0;
		}

		.ppagin .middle b {
			background-position: top right;
			line-height: 15px;
			font-size: 10px;
			color: #ffffff;
			text-decoration: none;
			padding: 0 5px 0 0;
		}

			.ppagin .middle a:hover, .ppagin .middle .a {
				background-position: bottom left;
			}

				.ppagin .middle a:hover b, .ppagin .middle .a b {
					background-position: bottom right;
				}

		.ppagin .mid2 {
			margin: 10px 0 10px 0;
		}

		.ppagin .mid2 a {
			margin-bottom: 5px;
		}

		.ppagin .mid2 span {
			display: block;
			float: left;
		}

.bound {
	text-align: left;
	width: 978px;
	margin: 0 auto;
	}

#top {
	height: 26px;
	background: #3F5E8A url(/_static/img/mmc_h.gif) top left repeat-x;
}

#top .bound, #top .bound a {
	font: 11px Arial;
	text-decoration: none;
	color: #fff;
	}

#top .fl, #top .fr {
	margin: 5px 0 0 0;
}

#top .bound a.rtvslo {
	float: left;
	margin: -2px 20px 0 0;
	background: url(/_static/img/logo_mini.png) -60px 0 no-repeat;
	display: block;
	height: 17px;
	width: 31px;
	}

#top a.icon {
	margin: 0 0 0 10px;
	padding: 0 0 0 23px;
	background: url(/_static/img/rtvportal_topicons2.gif) 0 0 no-repeat;
	}
	#top a.logout { background-position: 0 -42px; }
	#top a.pm { background-position: 0 -56px; }
	#top a.pmur { background-position: 0 -98px; color: #fff600; }
	#top a.profile { background-position: 0 -14px; }
	#top a.home { background-position: 0 -28px; }

	#top a.register { background-position: 0 -70px; }
	#top a.login { background-position: 0 -84px; }

	#top a.userlink {
		font-weight: bold;
		}
	#top a.userlink:hover {
		text-decoration: underline;
		}



/* portal header defaults, lowfi */

	#site {
		margin: 7px 0 7px 0;
	}

	#site .head {
		background: #5B84BE;
		height: 78px;
		font: 11px Arial;
	}
	#site .head .fl, #site .head .fr {
		background-position: top left;
		width: 6px;
		height: 78px;
		}

	#site .head .fr {
		background-position: top right;
	}

.gumb_line {
	width: 320px;
	padding: 0 0 5px 0;
}

	.gumb_ac {
		display: block;
		width: 171px;
		height: 23px;
		background: url('/_static/images/rtvportal_addcontent.gif') top left no-repeat;
		float: left;
	}

	.gumb_bs {
		display: block;
		width: 146px;
		height: 23px;
		background: url('/_static/images/rtvportal_backsettings.gif') top left no-repeat;
		float: left;
		margin: 0 0 0 3px;
	}

.leadnews {
}

	.leadnews .options a {
		font-size: 11px;
		float: left;
		text-decoration: none;
	}

	.leadnews .title div {
		float: left;
	}

		.leadnews .title .d2 {
			padding: 0 0 0 10px;
			width: 420px;
			height: 20px;
		}

			.leadnews .title .d2 b {
				font-weight: normal;
				display: block;
				float: left;
				height: 20px;
				line-height: 20px;
			}

				.leadnews .title .d2 .b1 {
					background: url('/_static/images/rtvportal_leadn_oneliner.gif') top left no-repeat;
					width: 10px;
				}

				.leadnews .title .d2 .b2 {
					background: url('/_static/images/rtvportal_leadn_oneliner.gif') top right no-repeat;
					padding: 0 10px 0 0;
				}

					.leadnews .title .d2 .b2 a {
						font-weight: bold;
						font-size: 11px;
						text-decoration: none;
					}

	.cbox .highlights {
	}

		.cbox .highlights .htop {
			background: url('/_static/images/rtvportal_leadn_hightop.gif') top left no-repeat;
			width: 322px;
			height: 3px;
			font-size: 1px;
		}

		.cbox .highlights .hcontent {
			background: #f2f2f2;
			width: 294px;
			font-size: 11px;
			padding: 4px 14px 1px 14px;
		}

			.cbox .highlights .hcontent li {
				list-style: none;
				background: url('/_static/images/rtvportal_leadn_lstyle.gif') 0 4px no-repeat;
				padding: 0 0 3px 12px;
			}

		.cbox .highlights .hbottom {
			background: url('/_static/images/rtvportal_leadn_highbot.gif') top left no-repeat;
			width: 322px;
			height: 3px;
			font-size: 1px;
		}

/** spored **/
.tvguide {
}

	.tvguide .line {
		padding: 5px;
		font-size: 11px;
		line-height: 16px;
	}

		.tvguide b {
			font-weight: normal;
			display: block;
			float: left;
		}

			.tvguide .b1 { width: 30px; text-align: center; padding: 2px 0 0 0; }
			.tvguide .b2 { width: 250px; }

		.tvguide .ldash {
			border-bottom: 1px dotted #cccccc;
		}

		.tvguide .when {
			color: #838384;
			font-weight: bold;
			padding: 5px 0 0 0;
		}

/** add content **/
#add_blocks {
	width: 790px;
	background: #b4b5b9;
	padding: 0 0 10px 0;
}

#add_blocks .title {
	padding: 10px 0 0 10px;
	}

#add_blocks .button {
	padding: 14px 0 0 0;
}

#add_blocks .spacer {
	border-top: 1px solid #cccccc;
	margin: 3px 0;
}

#reset_blocks {
	width: 400px;
}

#remove_blocks {
	width: 300px;
}

.ablo {
	background: url('/_static/images/rtvportal_addcontentbutton.gif') 0 -24px no-repeat;
	display: block;
	float: left;
	width: 150px;
	height: 24px;
	padding: 0 0 0 35px;
	font-size: 12px;
	line-height: 24px;
	cursor: pointer;
	margin: 10px 0 0 10px;
	color: #eee;
}

	.ablosel {
		color: #000;
		background: url('/_static/images/rtvportal_addcontentbutton.gif') top left no-repeat;
	}

	#add_blocks .save {
		outline: none;
		display: block;
		background: url('/_static/images/rtvportal_addcontentsave.gif') top left no-repeat;
		width: 60px;
		height: 19px;
		margin: 0 10px 0 0;
	}

/** add to block **/
.plushref {
	background: url('/_static/img/plus.gif') bottom left no-repeat;
	display: block;
	width: 9px;
	height: 9px;
	margin: 4px 4px 0 0;
	float: left;
}

.plusmore {
	padding: 4px 0 2px 16px;
}

.settings input {
	margin: 0 5px 0 0;
}

	.settings h4 {
		padding: 5px 0 0 0;
	}

	.settings .button {
		margin: 10px 0 0 0;
	}

	.settings .plushref {
		padding: 6px 3px 0 0;
	}

/** newsfooter **/
.newsfootertitle {
	padding: 11px 0 0 5px;
	float: left;
}

	.newsfootertitle b {
		font-weight: normal;
		display: block;
		float: left;
		height: 24px;
		width: 241px;
	}

		.newsfootertitle .last {
			width: 210px;
		}

		.newsfootertitle a {
			display: block;
			float: left;
			height: 24px;
			padding: 0 0 0 16px;
			color: #ffffff;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			line-height: 20px;
			background-position: top left;
			background-repeat: no-repeat;
			cursor: pointer;
		}

			.newsfootertitle p {
				padding: 0px;
				margin: 0px;
				float: left;
			}

			.newsfootertitle span {
				display: block;
				height: 24px;
				width: 16px;
				float: left;
				background-position: top right;
				background-repeat: no-repeat;
			}

			.newsfootertitle a, .newsfootertitle span {
				background-image: url('/_static/img/rtvportal_bottomnewstabs.gif');
			}

.newsfootercontents {
}

	.newsfootercontents li {
		background: none;
		list-style: none;
		float: left;
		width: 231px;
		padding: 0 10px 0 0;
	}

		.newsfootercontents b {
			display: block;
			float: left;
			width: 140px;
		}

			.newsfootercontents .im {
				width: 65px;
			}

		.newsfootercontents .last {
			width: 219px;
		}

		.newsfootercontents .line {
			background: url('/_static/img/arrow.gif') 0 8px no-repeat;
			padding: 3px 0 3px 14px;
		}

			.newsfootercontents .line a {
				font-weight: bold;
			}

/** random quote **/
.randomquote {
	font-size: 12px;
}

	.randomquote .author {
		font-size: 11px;
		color: #c0c0c0;
		padding: 0 0 8px 0;
	}

	.randomquote .acontent {
		padding: 0 0 8px 0;
		line-height: 16px;
	}

	.randomquote .rqwhere {
		border-top: 1px dotted #c0c0c0;
		padding: 8px 0 0 0;
	}

		.randomquote .rqwhere a {
			font-size: 11px;
		}

/** one column menu */

#block_arrowlist ul {
	list-style: none;
	padding: 0;
	}

#block_arrowlist li {
	background: url(/_static/img/arrow.gif) 0 5px no-repeat;
	padding: 0 0 2px 10px;
	margin: 0 3px 0 3px;
	line-height: 16px;
	}

#block_arrowlist li.p1 { padding-left: 25px; background-position: 15px 50%; }
#block_arrowlist li.p2 { padding-left: 40px; background-position: 30px 50%; }
#block_arrowlist li.p3 { padding-left: 55px; background-position: 45px 50%; }
#block_arrowlist li.p4 { padding-left: 70px; background-position: 60px 50%; }

#block_arrowlist li.p0a { font-weight: bold; }
#block_arrowlist li.p1a { padding-left: 25px; background-position: 15px 50%; font-weight: bold; }
#block_arrowlist li.p2a { padding-left: 40px; background-position: 30px 50%; font-weight: bold; }
#block_arrowlist li.p3a { padding-left: 55px; background-position: 45px 50%; font-weight: bold; }
#block_arrowlist li.p4a { padding-left: 70px; background-position: 60px 50%; font-weight: bold; }

#block_arrowlist li.pi { background: none; }

/** two column menu */

#menu_columns ul {
	padding: 0;
	float: left;
	list-style: none;
}

#menu_columns li {
	float: left;
	width: 133px;
	background: url(/_static/img/arrow.gif) 0 5px no-repeat;
	padding: 0 0 2px 10px;
	margin: 0 3px 0 3px;
	}

#menu_columns3 ul {
	padding: 0;
	float: left;
	list-style: none;
}

#menu_columns3 li {
	float: left;
	width: 83px;
	background: url(/_static/img/arrow.gif) 0 5px no-repeat;
	padding: 0 0 2px 10px;
	margin: 0 3px 0 3px;
	}

.osebne, .osebne .kazalo { text-align: center; }
.osebne a { margin: 0 1px 0 1px; font-size: 12px; }

.osebne .wider a { margin: 0 1px 0 2px; }

.osebne .search { margin: 5px 0 5px 0; font-size: 12px; }
.osebne .search .input { width: 130px; margin: 0 5px 0 0; }

.osebne .oddaja { float: left; width: 95px; text-align: left; margin: 0 0 0 3px; }
.osebne .oddaja a { font-size: 11px; }

.trips .trip { float: left; width: 144px; text-align: left; margin: 0 0 0 3px; }
.trips .trip a { font-size: 11px; }

.provider_mojsplet .body * { font-size: 12px; }

/** some header css */

#site .head .logo {
	outline: none;
	margin: 0 0 0 25px;
	float: left;
	display: block;
	height: 78px;
	width: 220px;
	background: url(/_static/images/rtvslo_mmc_logo.png) 50% 50% no-repeat;
	text-indent: -9999px;
}

#site .head .logo_mmc {
	outline: none;
	margin: 0 0 0 25px;
	float: left;
	display: block;
	height: 78px;
	width: 220px;
	background: url(/_static/images/MMCinfo-logo.png) 50% 50% no-repeat;
	text-indent: -9999px;
}

#site .head .logo_play {
	outline: none;
	margin: 0 0 0 25px;
	float: left;
	display: block;
	height: 78px;
	width: 220px;
	background: url(/_static/images/rtvslo_mmc_logo.png) 50% 50% no-repeat;
	text-indent: -9999px;
}

#site .head .logo_volitve {
	outline: none;
	margin: 0 0 0 25px;
	float: left;
	display: block;
	height: 78px;
	width: 220px;
	background: url(/_static/images/logo_volitve2010.png) 50% 50% no-repeat;
	text-indent: -9999px;
}

#site .head .logo_volitve2011 {
	outline: none;
	margin: 0 85px 0 0;
	float: left;
	display: block;
	height: 78px;
	width: 160px;
	background: url(/_static/images/logo_volitve2011.png) 50% 50% no-repeat;
	text-indent: -9999px;
}

#site .head .search {
	float: left;
	margin: 20px -59px 0 120px;
	}

#site .head .search .options {
	margin: 5px 0 0 0;
	width: 190px;
	text-align: center;
	color: #ffffff;
	}
#site .head .search .box {
	border: 1px solid #B9C0CA;
	width: 190px;
	height: 20px;
	}

#site .head .search .imgbutton {
	vertical-align: -5px;
	margin: 0 0 0 10px;
	}

#site .head .info {
	float: right;
	height: 49px;
	width: 304px;
	}
#site .head .info .date {
	text-align: right;
	margin: 10px 2px 0 0;
	height: 48px;
	color: #ffffff;
	}
#site .head .info .date img {
	padding-left: 10px;
	}

#sitedate { 
	display: inline-block;
	padding-bottom: 15px;
	vertical-align: middle;
	*display: inline;
}

a.h_ico {
	display: inline-block;
	background: url('/_static/img/_head/header_icons.png') top left no-repeat;
	height: 20px;
	width: 20px;
}

a.h_ico.fb { background-position: 0 -20px; }
a.h_ico.tw { background-position: 0 -40px; }
a.h_ico.mobile { background-position: 0 -60px; }
a.h_ico.screen { background-position: 0 -80px; }
a.h_ico.narocanje { background-position: 0 -100px; }

/*
#site .head .info .opener,
#site .head .info .closer {
	float: right;
	outline: none;
	display: block;
	width: 158px;
	height: 23px;
	margin: 0 5px 0 0;
	text-indent: -9999px;
	}

#site .head .info .opener { background: url('/_static/img/aktualne.png') top right no-repeat; }
#site .head .info .closer { background: url('/_static/img/aktualne_open.png') top right no-repeat; }
*/
/* kazalo */
#kazalo {
	width: 100%;
	background: #4d617b;
	padding: 20px 0 20px 0;
}

	#kazalo .boxtop {
		width: 977px;
		text-align: left;
	}

		#kazalo .boxtop .left {
			float: left;
			background: url('/_static/images/rtvportal_kazalo.gif') top left no-repeat;
			width: 1%;
			height: 36px;
		}

		#kazalo .boxtop .right {
			float: left;
			background: url('/_static/images/rtvportal_kazalo.gif') top right no-repeat;
			height: 36px;
			width: 99%;
			line-height: 31px;
			font-weight: bold;
		}

		#kazalo .boxtop .content {
			float: left;
			background: #ffffff;
			padding: 0;
			border-left: 1px solid #d4d9df;
			border-right: 1px solid #d4d9df;
		}

			#kazalo .boxtop .content li {
				list-style: none;
				background: none;
				float: left;
				/*width: 33%;*/
				width: 320px;
				border-right: 1px solid #d1d1d1;
				font-size: 11px;
				line-height: 16px;
				padding: 0 0 10px 0;
			}

				#kazalo .boxtop .content .nb {
					border: 0px;
					width: 333px;
				}

					#kazalo .boxtop .content .nb span {
						padding-right: 0px;
					}

				#kazalo .boxtop .content h4 {
					padding: 10px 0 10px 0;
					margin: 0px;
					font-size: 18px;
					color: #acacac;
				}

				#kazalo .boxtop .content a {
					font-size: 11px;
					color: #004276;
					text-decoration: none;
				}

			#kazalo .boxtop .content span {
				display: block;
				padding: 0 10px 0 10px;
			}

		#kazalo .boxtop .bleft {
			float: left;
			background: url('/_static/images/rtvportal_kazalo.gif') left -36px no-repeat;
			width: 1%;
			height: 7px;
		}

		#kazalo .boxtop .bright {
			float: left;
			background: url('/_static/images/rtvportal_kazalo.gif') right -36px no-repeat;
			height: 7px;
			width: 99%;
		}

#site .head .prijava2 {
	float: right;
	height: 18px;
}

#prijava_star {
	display: block;
	float: left;
	width: 24px;
	height: 18px;
	padding: 0;
	margin: 0 8px 0 -4px;
}

#prijava {
	height: 24px;
	float: right;
//	padding: 0 30px 0 0;
	padding: 0;
}

#prijava.loged {
//	padding: 0 45px 0 0;
	padding: 0;
}

#prijava table {
	border: 0px;
	//margin-left: -1px;
}

#prijava .mh {
	height: 18px;
	overflow: hidden;
	max-width: 113px;
	white-space: nowrap;
}

#prijava td {
	color: #4a4a4a;
	padding: 0 3px 0 3px;
	line-height: 18px;
	font-size: 11px;
}

#prijava .body {
	display: inline-block;
}

#prijava .body span{
	color: #333;
	margin: 2px 5px 0 0px;
	float: left;
}

#prijava .body span.pm{
	margin: 2px 0 0 0;
	color: #0076A3;
}

#prijava .body a {
	font-size: 11px;
	color: #333;
	margin: 0px 5px 0 0;
	font-weight: bolder;
}

#prijava .body a.zs {
	background: url("/_static/img/zs_icons.gif") 0 0 no-repeat;
	padding: 0 0 0 16px;
	margin: 0;
}

#prijava .body a.zs_on {
	background: url("/_static/img/zs_icons.gif") 0 -14px no-repeat;
	padding: 0 0 0 16px;
	margin: 0;
}

#prijava img {
	padding-top: 2px;
}

.provider_av .av-live,
.block_ava_last .av-live,
.block_videonovice .av-live,
.provider_spored .av-live {
	float: left;
	width: 99px;
	}
	.provider_av tr,
	.block_ava_last tr,
	.block_videonovice tr
	{
		vertical-align: top;
	}
	.provider_av .av-live a,
	.block_ava_last .av-live a, 
	.block_videonovice .av-live a, 
	.provider_spored .av-live a {
		display: block;
		margin: 0 0 2px 0;
		}
	.provider_av .av-live img ,
	.block_ava_last .av-live img,
	.block_videonovice .av-live img,
	.provider_spored .av-live img {
		margin: 0 3px 0 0;
		}

	.provider_av .videonews ,
	.block_ava_last .videonews,
	.block_videonovice .videonews
	{
		margin: 5px 0 0 0;
	}

	.provider_av .next, .provider_av .prev ,
	.block_ava_last .next, .block_ava_last .prev,
	.block_videonovice .next, .block_videonovice .prev
	{
		outline: none;
		display: block;
		background: url(/_static/img/av_prevnext.gif) top left no-repeat;
		height: 29px;
		width: 11px;
		margin: 11px 0 0 0;
		}

	.provider_av .next ,
	.block_ava_last .next,
	.block_videonovice .next {
		background-position: top right;
		}

	.provider_av .rating ,
	.block_videonovice .rating {
		margin: 3px 0;
		}

	.provider_av .fl ,
	.block_ava_last .fl,
	.block_videonovice .fl {
		width: 60px;
		}

	.block_videonovice .fl .thumb {
		padding-bottom: 10px;
		}

	.provider_av .fr,
	.block_ava_last .fr,
	.block_videonovice .fr {
		width: 200px;
		}

	.provider_av .fr a,
	.block_ava_last .fr a,
	.block_videonovice .fr a {
		display: block; font-size: 12px; font-weight: bold;
	}

	.provider_av .av-item ,
	.block_ava_last .av-item,
	.block_videonovice .av-item {
		padding: 0 5px;
		margin: 3px 0;
		}

	.provider_av .hide,
	.block_ava_last .hide,
	.block_videonovice .hide {
		display: none;
		}

.bbuttonedit, .bbuttonrm {
	background: url('http://img.rtvslo.si/_static/img/rtvmainblock_buttons.gif') top left no-repeat;
	display: block;
	height: 13px;
}

	.bbuttonedit {
		width: 50px;
	}

	.bbuttonrm {
		width: 14px;
		background-position: top right;
	}

.rssbutton {
	background: url('/_static/images/rtvportal_leadn_rss.gif') top left no-repeat;
	width: 25px;
	height: 13px;
}

.arhivbutton {
	background: url('/_static/img/rtvportal_arhivbutton.gif') top left no-repeat;
	width: 37px;
	height: 13px;
}

#footer {
	padding: 20px 0 0 0;
	line-height: 16px;
	color: #ffffff;
	font-size: 11px;
}

	#footer a {
		color: #ffffff;
		font-size: 11px;
	}

#staticlist td, #staticlist div, #staticlist p {
	font-size: 13px;
}

	#staticlist a {
		text-decoration: underline;
	}

.linksmore {
	width: 321px;
	height: 24px;
	background: url('/_static/img/rtvportal_submainmenu_bg.gif') top left no-repeat;
	margin: 0 0 6px 0;
	padding: 0 0 0 10px;
}

	.linksmore a {
		display: block;
		float: left;
		text-decoration: none;
		height: 24px;
		padding: 0 18px 0 24px;
		font-size: 11px;
		line-height: 24px;
		background-position: 8px center;
		background-repeat: no-repeat;
	}

		.linksmore .ra { background-image: url('/_static/img/rtvportal_submainmenu_radio.gif'); }
		.linksmore .tv { background-image: url('/_static/img/rtvportal_submainmenu_tv.gif'); }
		.linksmore .en { background-image: url('/_static/img/rtvportal_submainmenu_eng.gif'); }
		.linksmore .ka { background-image: url('/_static/img/rtvportal_submainmenu_kaz.gif'); }
		.linksmore .mo { background-image: url('/_static/img/rtvportal_submainmenu_mob.gif'); }

.mainlinks {
	width: 321px;
	margin: 0 0 6px 0;
}

.mainlinks .ra,
.mainlinks .tv {
	display: block;
	text-indent: -9999px;
	width: 159px;
	height: 28px;
}
.mainlinks .ra {
	background-image: url('/_static/img/rtvportal_RASLO.png');
	float: right;
}
.mainlinks .tv {
	float: left;
	background-image: url('/_static/img/rtvportal_TVSLO.png');
}

.alertbox, .alertbox2 {
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

	.alertbox .buttons, #add_blocks .buttons {
		display: inline-block;
		text-align: left;
		margin: 0 auto;
		padding: 10px 0 6px 0;
	}

		#add_blocks .buttons {
			padding-top: 20px;
		}

	.alertbox a, #add_blocks .buttons a {
		display: block;
		height: 19px;
		float: left;
	}

		.alertbox .potrdi, #add_blocks .buttons .potrdi {
			background: url(/_static/img/rtvportal_lbb_potrdi.gif) top left no-repeat;
			width: 67px;
			margin: 0 5px 0 0;
		}

		.alertbox .preklici, #add_blocks .buttons .preklici {
			background: url(/_static/img/rtvportal_lbb_preklici.gif) top left no-repeat;
			width: 75px;
		}

ul li.nobg { background: none; }

.oxbanner { margin: 0 0 8px 0; }

.contents .oxbanner { margin: 0; }

.provider_rtvaktualno_menu2 img {
	margin: 0 1px 0 0;
}


.avi {
	background: url(/_static/img/av_bullets.gif) 0 0 no-repeat;
	height: 9px;
	background-position: 0 -18px;
	font-size: 1px;
	line-height: 1px;
}

.vlive		{ background-position: 0 0; }
.vlast		{ background-position: 0 -9px; }
.vrecommend	{ background-position: 0 -18px; }
.vnews		{ background-position: 0 -27px; }
.vsport		{ background-position: 0 -36px; }
.vkultura	{ background-position: 0 -45px; }
.vzabava	{ background-position: 0 -54px; }
.vture		{ background-position: 0 -63px; }
.vpodcast	{ background-position: 0 -72px; }
.vmp3		{ background-position: 0 -81px; }
.vmp4		{ background-position: 0 -90px; }
.vinformativne  { background-position: 0 -99px; }
.vsportne	{ background-position: 0 -108px; }
.vizobrazevalne { background-position: 0 -117px; }
.vkulturne	{ background-position: 0 -126px; }
.vrazvedrilne	{ background-position: 0 -135px; }
.vverske	{ background-position: 0 -144px; }
.votroske	{ background-position: 0 -153px; }

.conankete, .conankete table, .conankete td {
	font-size: 13px;
}

.provider_sport_videotedna .body, .provider_sport_videotedna .body a {
	font-size: 11px;
	line-height: 16px;
}

.dnevnikphoto {
	width: 626px !important;
}

.dnevnikphoto .body .subtitle, .dnevnikphoto .body .subtitle strong {
	font-size: 12px;
	line-height: 18px;
}

.bg0 { background-color : #ffffff; }
.bg1 { background-color : #E7E7E7; }
.bg2 { background-color : #D7D7D7; }
.bg3 { background-color : #F2F2F2; }
.bg4 { background-color : #FFFFFF; }
.fw { width: 626px !important; }
.fw1 { width: 958px !important; }
#staticlist p { margin-bottom: 10px; }

#block_static table {
	font-size: 12px;
}

/* preslikave / weather, moved from content.css */

#article-left {
	width: 310px;
	*width: 308px;
	float: left;
	display: block;
	padding: 0 10px 0 0;
}

	#article-left h2 {
		font-size: 16px;
		padding: 10px 0 5px 0;
	}

#article-right {
	width: 306px;
	float: left;
	display: block;
}

#staticlist .image-box .mtr {
	font-size: 1px;
	line-height: 1px;
}

#staticlist .image-box img, #staticlist .image-box .image {
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
}

#staticlist .image-box .subtitle {
	font-size: 11px;
	line-height: 16px;
	display: block;
	float: none;
	clear: both;
}

.embedp, .embedp table, .embedp table td, .embedp strong {
	font-size: 13px;
	line-height: 18px;
}

.browold {
	height: 80px;
}

.browold dt {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 210px;
}

	.browold .dtz1 {
		width: 70px;
	}

.cbox .contents .forecast { padding: 0;}

/** news block */


#sectionmore .fl {
	width: 300px;
	margin-right: 20px;
	}

#sectionmore .lead {
	float: left;
	width: 145px;
	}

#sectionmore .lead_text {
	width: 145px;
	float: right;
	}

#sectionmore .title {
	display: block;
	font: 15px Arial;
	font-weight: bold;
	color: #004276;
	margin-bottom: 5px;
	}
#sectionmore small {
	display: block;
	color: #888;
	font: 11px Arial;
	margin: 0 0 3px 0;
	}
#sectionmore .text {
	font: 12px Arial;
	}
#sectionmore div.space {
	display: block;
	border-top: 1px dotted #C0C0C0;
	margin: 5px 0 5px 0;
	}

#sectionbody .info, #sectionmore .info {
	margin: 10px 0 0 0;
	height: 27px;
	}

#sectionbody .info .comments, #sectionmore .info .comments {
	float: left;
	background: #999 url(/_static/img/lead_comments.gif) bottom right no-repeat;
	padding: 0 5px 6px 5px;
	margin: 0 6px 0 0;
	}

.info .comments a, .info .comments a:hover {
	color: #fff;
	font: 11px Arial;
	line-height: 12px;
	}

/* rating */
.rp0,.rp1,.rp2,.rp3,.rp4,.rp5 {
	background: transparent url(http://img.rtvslo.si/_static/img/rating.gif) top left;
	height: 11px;
	width: 60px;
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
}

.rp0 div, .rp1 div, .rp2 div, .rp3 div, .rp4 div, .rp5 div {
	background: transparent url(http://img.rtvslo.si/_static/img/rating.gif) 60px 0;
	height: 11px;
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
}

.rp0 .full { display: none; }
.rp1 .full { width: 12px; }
.rp2 .full { width: 24px; }
.rp3 .full { width: 36px; }
.rp4 .full { width: 48px; }
.rp5 .full, .rp5 .half { width: 60px; }

.rp0 .half { width: 6px; }
.rp1 .half { width: 18px; }
.rp2 .half { width: 30px; }
.rp3 .half { width: 42px; }
.rp4 .half { width: 54px; }

.error {
	background: #fc7 url(/_static/icons/error.gif) 5px 50% no-repeat;
	border: 1px solid #f77;
	margin: 0 0 10px 0;
	padding: 7px 5px 5px 30px;
	color: #900;
	font-weight: bold;
	font-size: 14px;
}

.poll_vote, .poll_archive {
	float: left;
	cursor: pointer;
	background: url(/_static/img/vote.gif) top left no-repeat;
	display: block;
	text-indent: -9999px;
	width: 62px;
	height: 21px;
	border: 0;
	}

.poll_archive {
	float: right;
	background-image: url(/_static/img/archive.gif);
	}

#blocks .list_item, #main_blocks .list_item {
	width: 280px;
}

/* news top list */

.news-top-list .item,
.news-top-list .first_item {
	width: 145px;
	float: left;
	margin: none;
	}

.news-top-list .item {
	margin: 0 0 15px 15px;
	}

.news-top-list .item h3,
.news-top-list .first_item h3 {
	padding: 0 0 0 15px;
	font: 11px Arial;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: url('/_static/img/news/tops8.gif') 0 -72px no-repeat;
}
.news-top-list h3.p_tureavanture { background-position: 0px 0px; }
.news-top-list h3.p_sport { background-position: 0px -54px; }
.news-top-list h3.p_kultura { background-position: 0px -36px; }
.news-top-list h3.p_zabava { background-position: 0px -18px; }

/* news: info pri lead novici */
.news-top-list #sectionlist .info {
	float: left;
	margin: 3px 0;
	}

.news-top-list #sectionlist .info .comments {
	float: left;
	background: none;
	}

.news-top-list #sectionlist .info .comments a {
	background: url(/_static/img/sicon_comment.gif) 0 2px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 6px 0 3px;
	color: #aaa;
	font: 11px Arial;
	line-height: 11px;
	}

.news-top-list #sectionlist .info .av {
	float: left;
	display: block;
	width: 15px;
	height: 11px;
	background: #fff url(/_static/img/sicon_av.gif) top left no-repeat;
	margin: 0 6px 0 0;
}

.news-top-list #sectionlist .info .foto {
	float: left;
	display: block;
	height: 11px;
	width: 11px;
	background: #fff url(/_static/img/sicon_foto.gif) top left no-repeat;
	margin: 0 6px 0 0;
}

.news-top-list #sectionlist .news {
	padding: 3px;
	margin: 3px 0 0 0;
	background: #f2f2f2;
	}

.news-top-list #sectionlist .news a {
	font-weight: bold;
	text-decoration: none;
	}

.news-top-list #sectionlist .news .lead {
	font-size: 12px;
	margin: 10px 0 0 0;
	}


#fb_likebox .cbox { width: 321px; }
#fb_likebox iframe { background-color: #fff; }

#fb_likebox, #twitter {
	margin-bottom: 7px;
}

/* okolje */
#mp_sp #sectionbody .title { color: #5c451a; }
#mp_sp #sectionmore .title { color: #5c451a; }
#mp_sp h1, #mp_sp h2, #mp_sp h3, #mp_sp h4, #mp_sp h5, #mp_sp h6, #mp_sp a  { color: #5c451a; }
#mp_sp .info .comments a, #mp_sp .info .comments a:hover { color: #fff; }
#mp_sp #footer a { color: #fff; }
#mp_sp .newscomments .com .ds1 .pnv { color: #5c451a; }

#mp_sp #l_blocks a, #mp_sp #r_blocks a { color: #004276; }
#mp_sp #r_blocks h1, #mp_sp #r_blocks h2, #mp_sp #r_blocks h3, #mp_sp #r_blocks h4,#mp_sp #r_blocks h5, #mp_sp #r_blocks h6 { color: #004276; }
#mp_sp .rpagin a { color: #fff; }
#mp_sp .rpagin .a  { color: #000; }

/* Matevž Lenarčič World Green Flight 2016 */
#mp_ml-wgf2016 #sectionbody .title { color: #5c451a; }
#mp_ml-wgf2016 #sectionmore .title { color: #5c451a; }
#mp_ml-wgf2016 h1, #mp_ml-wgf2016 h2, #mp_ml-wgf2016 h3, #mp_ml-wgf2016 h4, #mp_ml-wgf2016 h5, #mp_ml-wgf2016 h6, #mp_ml-wgf2016 a  { color: #5c451a; }
#mp_ml-wgf2016 .info .comments a, #mp_ml-wgf2016 .info .comments a:hover { color: #fff; }
#mp_ml-wgf2016 #footer a { color: #fff; }
#mp_ml-wgf2016 .newscomments .com .ds1 .pnv { color: #5c451a; }

#mp_ml-wgf2016 #l_blocks a, #mp_ml-wgf2016 #r_blocks a { color: #004276; }
#mp_ml-wgf2016 #r_blocks h1, #mp_ml-wgf2016 #r_blocks h2, #mp_ml-wgf2016 #r_blocks h3, #mp_ml-wgf2016 #r_blocks h4,#mp_ml-wgf2016 #r_blocks h5, #mp_ml-wgf2016 #r_blocks h6 { color: #004276; }
#mp_ml-wgf2016 .rpagin a { color: #fff; }
#mp_ml-wgf2016 .rpagin .a  { color: #000; }

/* blocks */

.space_dotted {
	display: block;
	border-top: 1px dotted #C0C0C0;
	margin: 5px 0 10px 0;
	}

.sectionlistsub {
}

	.sectionlistsub .img {
		margin: 0 0 10px 0;
	}

	.sectionlistsub .data {
        	width: 200px;
 		padding: 0 0 10px 10px;
		float: left;
	}

        .sectionlistsub .title {
                text-decoration: none !important;
		font-size: 12px;
        }

#sectionlist .title {
	display: block;
	}

#sectionlist .listbody {
	float: right;
	width: 560px;
	}

#sectionlist .img {
	float: left;
	width: 60px;
	}

#sectionlist a {
	text-decoration: underline;
	}

/* Right floating block */

.bound_wide {
	text-align: left;
	width: 1195px;
	margin: 0 auto;
	}

#blocks_float {
	display: none;
	position: absolute;
	top: 88px;
	width: 210px;
	margin: 0 0 0 7px;
}

#blocks_float .sectionlistsub .data {
	width: 115px;
}

#blocks_float .cbox {
	width: 210px;
}

#blocks_float.fixed {
	top: 0;
	margin-top: 5px;
	position: fixed;
}

#dashboard.realign,
#site.realign,
.boxtop.realign,
#footer.realign,
#container.realign {
	padding-right: 216px;
}

.flag-scribble {
	float: left;
	display: block;
	height: 10px;
	width: 34px;
	background: url(/_static/img/ZIVO-small.gif) top left no-repeat;
	margin: 0 6px 0 0;
	}

.flag-scribble-big {
	float: left;
	display: block;
	height: 12px;
	width: 34px;
	background: url(/_static/img/ZIVO-big.gif) top left no-repeat;
	margin: 0 6px 0 0;
	}

#lead_news_text .flag-scribble-big {
	margin-top: -4px;
	}


#sporedlist #sporedtitle {
	color: #F75910;
	font-size: 18px;
	text-decoration: underline;
	}

#sporedlist tr.highlighted {
	background-color: #D8F0FF;
	}

#sporedlist td.time {
	color: #528ACA;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	height: 18px;
	width: 40px;
	}

#sporedlist td.entry,
#sporedlist td.entry a {
	color: #4a4a4a;
	font-size: 11px;
	}

#sporedlist td.entry a {
	text-decoration: underline;
	}

#sporedlist td.entry img {
	vertical-align: -3px;
	padding: 0 0 0 1px;
	}

#sporedlist td.entry span.vps {
	color: #005BB5;
	font-size: 11px;
	font-weight: bold;
	vertical-align: -1px;
	padding: 0 0 0 1px;
	}

#sporedlist td.entry span.production {
	font-size: 11px;
	font-weight: bold;
	color: #4a4a4a;
	}

/** Buttons */
 
a.twitter-share-button,
a.twitter-mention-button,
a.twitter-hashtag-button {
  display: inline-block;
  padding: 1px 3px 0 19px;
 
  border: #ccc solid 1px;
  border-radius: 3px;
  background: #f8f8f8 url(//platform.twitter.com/images/bird.png) 2px 3px no-repeat;
  background: url(//platform.twitter.com/images/bird.png) 2px 3px no-repeat,
              -webkit-linear-gradient(#fff, #dedede);
  background: url(//platform.twitter.com/images/bird.png) 2px 3px no-repeat,
              linear-gradient(#fff, #dedede);
  background-size: 16px 13px, auto auto;
 
  /* Text */
  font: bold 11px/17px Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
 
  white-space: nowrap;
}
 
/* Colour Highlight for keyboard navigation */
a.twitter-share-button:focus,
a.twitter-mention-button:focus,
a.twitter-hashtag-button:focus {
  outline: none;
  border-color: #0089cb;
}
 
/** Embedded Tweets */
 
blockquote.twitter-tweet {
  display: inline-block;
  padding: 16px;
  margin: 10px 0;
  max-width: 468px;
 
  border: #ddd 1px solid;
  border-top-color: #eee;
  border-bottom-color: #bbb;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
 
  font: bold 14px/18px Helvetica, Arial, sans-serif;
  color: #000;
}

#contents .cbox .body blockquote.twitter-tweet p,
blockquote.twitter-tweet p {
  font: normal 18px/24px Georgia, "Times New Roman", Palatino, serif;
  margin: 0 5px 10px 0 !important;
}
 
blockquote.twitter-tweet a[href^="https://twitter.com"] {
  display: block;
  text-align: right;
  margin-top: 5px;
  font-weight: normal;
  color: #666;
  font-size: 12px;
}
 
/** Timeline */
 
a.twitter-timeline {
 
  /* Buttonish */
  display: block;
  padding: 6px 12px 6px 35px;
  margin: 10px 0;
 
  border: #ccc solid 1px;
  border-radius: 5px;
  background: #f8f8f8 url(/_static/img/social/ico-twitter.png) 8px 8px no-repeat;
  background-size: 20px;
 
  /* Text */
  font: normal 12px/18px Helvetica, Arial, sans-serif;
  color: #333;
 
  white-space: nowrap;
}
 
a.twitter-timeline:hover,
a.twitter-timeline:focus {
  background-color: #dedede;
}
 
/* Colour Highlight for keyboard navigation */
a.twitter-timeline:focus {
  outline: none;
  border-color: #0089cb;
}

/* Izbor block */
ul.news_izbor {
	padding: 0;
	margin: 0;
	}
	ul.news_izbor > li {
		float: left;
		display: block;
		width: 44%;
		background: none;
		padding: 0;
		margin: 1% 3%;
		}
		ul.news_izbor > li > a.img {
			display: block;
			width: 100%;
			height: 63px;
			overflow: hidden;
			}
			ul.news_izbor > li > a.img > img { width: 100%; }
			ul.news_izbor > li > a.title  { 
				display: block;
				text-align: center;
			}
	ul.news_izbor:after {
		content: ' ';
		display: block;
		clear: both;
	}