/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,textarea,select,option,p,blockquote,th,td {margin:0;padding:0;background:none; border: none;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
select { background: #fff; }
	/* TABLES */
		tr {
			padding: 5px;
		}
		th {
			text-align: left;
			font-size: 17px;
			padding: 10px;
		}
		td {
			font-size: 12px;
			padding: 10px;
		}
/* ---------------- GENERAL ------------------ */
	/* LINKS */
	a:link {color: #06235d; text-decoration: none;}
	a:visited {color: #06235d; text-decoration: none;}
	a:hover {color: #ed1b2f; text-decoration: none;}
	a:active {color: #06235d; text-decoration: none;}
	/* BODY */
		body {
			font-family: Arial, Helvetica, sans-serif;
			text-align: center;
			background: url(../images/background_loop.jpg) repeat-x #fff;
		}
	/* HEADINGS */
		h1 { font-size: 36px; }
		h2 { font-size: 16px; margin: 13px 0 6px 0; }
		h3 { font-size: 14px; margin: 10px 0 5px 0; }
		h4 { font-size: 20px; }
		h5 { font-size: 16px; }
		h6 { font-size: 12px; }
	/* GENERAL */
		p, #content {
			font-size: 12px;
		}
		b, strong {
			font-weight: bold;
		}
		.left_float {
			float: left;
		}
		.right_float {
			float: right;
		}
		.clear {
			clear: both;
			height: 0;
			font-size: 0;
		}
		hr {
			height: 1px;
			background: #CCCCCC;
			padding: 0;
			margin: 10px 0;
			border: none;
		}
		.alignleft {
			float: left;
		}
		.alignright {
		}
		/* Additional */
		.grad_1 {
			background: #000000; /* for non-css3 browsers */
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#000000'); /* for IE */
			background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#000000)); /* for webkit browsers */
			background: -moz-linear-gradient(top,  #FFFFFF,  #000000); /* for firefox 3.6+ */
		}
		.shadow {
			-moz-box-shadow: 2px 2px 2px #CCCCCC;
			-webkit-box-shadow: 2px 2px 2px #CCCCCC;
			box-shadow: 2px 2px 2px #CCCCCC;
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC')"; /* For IE 8 */
			filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC'); /* For IE 5.5 - 7 */
		}
/* ---------------- LAYOUT ------------------ */
	/* WRAPPER */
		#wrapper {
			width: 100%;
			margin: 0 auto;
			back	ground: #999;
			overflow: hidden;
		}
	/* HEADER */
	#header {
		width: 962px;
		margin: 0 auto;
	}
	/* CONTAINER */
	#container {
		text-align: left;
		width: 940px;
		padding: 10px;
		margin: 0 auto;
		background: #fff;
		overflow: hidden;
		-moz-box-shadow: 0px 0px 4px #000;
		-webkit-box-shadow: 0px 0px 4px #999;
		box-shadow: 0px 0px 10px #999;
		border: solid 1px #ccc;
		border-top: none;
		margin-bottom: 10px;
	}
	/* CONTENT WIDTH */
	#content {
		width: 940px;
		float: left;
	}
	/* CONTENT WIDTH WITH SIDEBAR */
	.sidebar #content {
		width: 476px;
		float: left;
		margin: 0 7px;
	}
	.sidebar2 #content {
		width: 708px;
		float: left;
		margin: 0 0 0 7px;
	}
	.sidebar3 #content {
		width: 708px;
		float: left;
		margin: 0 7px 0 0;
	}
	/* ONLY SIDEBAR WIDTH!!!! */
	ul#sidebar {
		width: 260px;
	}
	/* FOOTER */
	#footer {
		width: 100%;
		margin: 0 auto;
		background: #092761;
		overflow: hidden;
		color: #fff;
	}
	#slider {
		width: 940px;
		height: 250px;
		margin-bottom: 10px;
	}
/* ---------------- HEADER ------------------ */
	/* LOGO */
		#logo {
			float: left;
			margin: 30px 0 10px 0;
		}
		#logo2 {
			float: right;
			margin-top: 55px;
		}
		#logo_footer {
			text-align: center;
			color: #fff;
			font-size: 12px;
			padding: 20px;
		}
	/* NAVIGATION */
		#navigation_container {
			/* navigation left or right */
			background: url(../images/nav_bg.jpg) #fff repeat-x top;
			border: solid 1px #cdced0;
			-moz-border-radius: 5px 5px 0 0;
			border-radius: 5px 5px 0 0;
		}
		ul#main_navigation { 
			position: relative;
			z-index: 300;
		}
		ul#main_navigation li { 
			position: relative;
			float: left; 
			display: inline;
			background: url(../images/nav_separator.png) right center no-repeat;
		}
		ul#main_navigation li:last-child { 
			position: relative;
			float: left; 
			display: inline;
			background:none;
			
		}
		/* NAVIGATION LINKS */
		ul#main_navigation li a { 
			font-weight: bold;
			padding: 12px 13px;
			display: block;
			text-transform: uppercase;
			font-size: 12px;
		}
		ul#main_navigation li.current-menu-item a {
			color: #ed1b2f;
		}

/* ---------------- SIDEBAR ------------------ */
	ul#sidebar {
		width: 225px;
		float: left;
		display: inline;
	}
	/* SIDEBAR WIDGET MARGIN & TITLE */
	ul#sidebar li.widget {
		background: #c9d5e2;
		font-size: 18px;
		margin-bottom: 10px;
		font-size: 0px;
	}
	.widget_title_wrapper {
		background: #fff;
	}
	.widget_title {
		background: #12326d url(../images/widget_bg.jpg) repeat-x top;
		font-weight: bold;
		font-size: 12px;
		color: #fff;
		text-transform: uppercase;
		padding: 5px;
		border: solid 1px #16356f;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
	.widget_title2 {
		background: #8f1015 url(../images/widget_bg2.jpg) repeat-x top;
		font-weight: bold;
		font-size: 12px;
		color: #fff;
		text-transform: uppercase;
		padding: 5px;
		border: solid 1px #8f1015;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
	.form_button {
		background: #4e4e4e url(../images/button_inactive.jpg) 0 -5px repeat-x;
		font-weight: bold;
		font-size: 12px;
		color: #fff;
		text-transform: uppercase;
		padding: 2px 5px;
		border: solid 1px #4e4e4e;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.form_button.active {
		background: #8f1015 url(../images/widget_bg2.jpg) 0 -5px repeat-x;
		border: solid 1px #8f1015;
		cursor: pointer;
	}
	.widget_padding {
		padding: 5px;
	}
	.widget_padding2 {
		padding: 5px;
		background: #c4c3c5;
	}
	.activity_title li {
		background: url(../images/arrow.jpg) no-repeat center left;
		padding-left: 20px;
		font-size: 13px;
		margin-top: 5px;
	}
	.custom_text_desc {
		font-size: 11px;
		line-height: 11px;
		color: #333;
		padding-bottom: 3px;
	}
	a.custom_widget_image, a.custom_widget_image img {
		font-size: 0px;
		line-height: 0;
		padding: 0;
		margin: 0;
	}
	.search_tabs_wrapper {
		position: relative;
		height: 20px;
	}
	.search_tabs {
		position: absolute;
		bottom: -1px;
	}
	.search_tabs li {
		padding: 3px 4px;
		font-size: 10px;
		text-transform: uppercase;
		background: #ebebeb;
		float: left;
		margin-right: 4px;
		border: solid 1px #a7a6a6;
		font-weight: bold;
		cursor: pointer;
		-moz-box-shadow: 0px -2px 2px #a6a6a6;
		-webkit-box-shadow: 0px -2px 2px #a6a6a6;
		box-shadow: 0px -2px 2px #a6a6a6;
	}
	.search_tabs li.active {
		border-bottom: solid 1px #ebebeb;
	}
	.search_content li {
		padding: 10px;
		font-size: 11px;
		text-transform: uppercase;
		background: #ebebeb;
		border: solid 1px #a7a6a6;
		font-weight: bold;
		-moz-box-shadow: 0px 0px 4px #999;
		-webkit-box-shadow: 0px 0px 4px #999;
		box-shadow: 0px 0px 4px #999;
		display: none;
	}
	.search_content li.active {
		display: block;
	}
	.search_select {
		width: 145px;
	}
	#datepicker {
		background: #fff;
		width: 145px;
	}
	.search_content table tr, .search_content table td, .search_content table {
		padding: 0;
		margin: 0;
	}
	div.search_select {
		border: solid 1px #8e8e8e;
		font-size: 12px;
		background: #fff;
	}
	table td.search_desc {
		padding-top: 2px;
	}
/* ---------------- FOOTER ------------------ */
	/* LOGO */
	

/* ---------------- POST ------------------ */
	/* POST INFO */
		/* POST INFO LIST */
		ul#post_info li {
		}
	/* SHARE */
		/* SHARE LIST */
		#share ul li {
			float: right;
		}
	/* AUTHOR */
		/* AUTHOR IMAGE */
		#about img {
			float: left;
		}
		/* AUTHOR TITLE */
		#about h4 {
		}
			/* AUTHOR TITLE LINK */
			#about h4 a {
			}
		/* AUTHOR INFO */
		#about p {
		}
/* ---------------- SHORTCODES ------------------ */
	/* COLUMNS 1/2 */
		.oneHalf, .oneHalfLast {
			width: 48%;
			float: left;
			display: inline;
		}
		.oneHalf {
			margin-right: 4%;
		}
	/* COLUMNS 1/3 */
		.oneThird, .oneThirdLast {
			width: 30%;
			float: left;
			display: inline;
		}
		.twoThird, twoThirdLast {
			width: 65%;
			float: left;
			display: block;
			display: inline;
		}
		.oneThird, .twoThird {
			margin-right: 5%;
		}
	/* COLUMNS 1/4 */
		.oneFourth, .oneFourthLast {
			width: 25%;
			float: left;
			display: inline;
		}
		.threeFourth, .threeFourthLast {
			width: 70%;
			float: left;
			display: inline;
		}
		.oneFourth, .threeFourth {
			margin-right: 5%;
		}
	/* IMAGES */
		p img {
			display: block;
		}
	/* PULL QUOTE */
		.pullQuoteLeft, .pullQuoteRight {
			width: 200px;
			padding: 5px 10px;
			margin: 3px 0;
			display: inline;
			font-size: 14px;
			line-height: 1.3;
			color: #5a80a7;
			float: left;
			border-left: dotted 1px #5a80a7;
		}
		.pullQuoteRight {
			float: right;
			border-left: none;
			border-right: dotted 1px #5a80a7;
			text-align: right;
		}
	/* DROP CAP */
		p span.dropCap {
			float: left;
			display: inline;
			font-size: 40px;
			line-height: 30px;
			margin: 8px 8px 0 0;
			color: #5a80a7;
		}
	/* BUTTON */
	.button {
		display: inline-block;
		font-size: 11px;
		font-weight: bold;
		background: url(../images/read_more_button.png) right center no-repeat;
		padding-right: 15px;
	}
	/* HIDDEN CONTENT */
	#content .hiddenContent .hidden_content_pad_mar {
		display: none;
	}
	#content .visibleContent .hidden_content_pad_mar {
		display: block;
	}
	#content .hidden_content_pad_mar {
		border: solid 1px #5a80a7;
		margin-bottom: 10px;
	}
	#content .hidden_content_content {
		padding: 10px;
	}
	#content .hiddenContent .hiddenContent_head {
		padding: 6px 8px 7px 10px;
		background: #5a80a7;
		display: block;
		font-size: 16px;
		cursor: pointer;
		color: #fff;
	}
	#content .slide_status_icon{
		width: 16px;
		height: 16px;
		background: url(../images/arrow_slide.png) top no-repeat;
		display: inline-block;
		float: right;
		margin-left: 5px;
		margin-top: 1px;
	}
	#content .visibleContent .slide_status_icon{
		background: url(../images/arrow_slide.png) bottom no-repeat;
	}
	/* TABS */
	#content .j_tab_content li {
		display: none;
	}
	#content .j_tab_content li.active {
		display: block;
	}
	#content .tab_list_wrapper {
		height: 30px;
		position: relative;
	}
		#content ol.tab_list {
			position: absolute;
			bottom: -1px;
		}
			#content ol.tab_list li {
				float: left;
				display: inline-block;
				padding: 6px 8px 7px 8px;
				margin: 0;
				list-style: none;
				cursor: pointer;
				color: #fff;
				background: #5a80a7;
				border: solid 1px #5a80a7;
				border-bottom: none;
			}
			#content ol.tab_list li.active {
				color: #5a80a7;
				background: url(../images/nav_bg.jpg) white repeat-x top;
			}
	#content ol.tab_content {
		border: solid 1px #5a80a7;
	}
		#content ol.tab_content li {
			display: none;
			margin: 0;
			list-style: none;
			padding: 10px;
		}
	/* LISTS */
	.bullet_list ol {
		padding: 5px 0 5px 20px;
	}
	.bullet_list li {
		list-style: disc;
		margin-left: 15px;
	}
	.number_list li {
		list-style: decimal;
		margin-left: 20px;
	}
	.letter_list li {
		list-style: lower-latin;
		margin-left: 20px;
	}
	.check_list li {
		list-style: disc;
		margin-left: 15px;
	}
	.arrow_list li {
		list-style: disc;
		margin-left: 15px;
	}
	.box_list li {
		list-style: square;
		margin-left: 15px;
	}



ul.homepage_boxes li {
	float: left;
	width: 235px;
	margin-bottom: 10px;
	margin-right: 6px;
}
ul.homepage_boxes h2 {
	font-size: 0;
}
ul.homepage_boxes h2, ul.homepage_boxes h2 a {
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	padding: 5px 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	margin-bottom: 5px;
}
ul.homepage_boxes p {
	font-size: 11px;
	color: #2f2f2f;
	padding: 5px 0;
}
.read_more_button {
	float: right;
	display: block;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/read_more_button.png) right center no-repeat;
	padding-right: 15px;
}

#content h1 {
	font-size: 12px;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
	padding: 5px 0;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	margin-bottom: 5px;
}

h1 span.h1_date {
	float: right;
}


ul#sidebar li.widget_sub_nav {
	background: none;
}
ul#sub_nav li {
	display: none;
}
ul#sub_nav li ul {
	display: none;
	padding: 0;
}
#sub_nav_wrapper {
	padding: 15px;
}
ul#sub_nav li.current-menu-item {
	display: block;
}
ul#sub_nav li.current-menu-item a,ul#sub_nav li.current-menu-parent a {
	display: none;
}
ul#sub_nav li.current-menu-item ul, ul#sub_nav li.current-menu-item ul li, ul#sub_nav li.current-menu-item ul li a, ul#sub_nav li.current-menu-parent ul, ul#sub_nav li.current-menu-parent ul li, ul#sub_nav li.current-menu-parent ul li a, ul#sub_nav li.current-menu-parent {
	display: block;
}
ul#sub_nav li li.current-menu-item a {
	font-weight: bold;
}
	ul#sub_nav li {
		margin-bottom: 1px;
	}
		ul#sub_nav li a {
			display: block;
			background: #ebebeb url(../images/arrow2.jpg) 5px center no-repeat;
			font-size: 12px;
			color: #000000;
			padding: 5px 5px 5px 25px;
		}

ul#sub_nav2 li {
	margin-bottom: 1px;
}
	ul#sub_nav2 li a {
		display: block;
		background: #ebebeb url(../images/arrow2.jpg) 5px center no-repeat;
		font-size: 12px;
		color: #000000;
		padding: 5px 5px 5px 25px;
	}



table.domestic_table thead td {
	background: #092761;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	font-weight: bold;
}
table.domestic_table tbody td {
	background: #e7eef1;
	color: #000;
	padding: 5px 10px;
	text-align: center;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
}
table.domestic_table tbody tr {
	cursor: pointer;
}
table.domestic_table td.bus_line {
	text-align: left;
}
table.domestic_table td.bus_time {
	width: 55px;
}
table.domestic_table td.bus_tour {
    width: 30px;
}
table.domestic_table td.first_col {
	width: 30px;
}
table.domestic_table td.last_col {
    width: 185px;
}
table.domestic_table .second_tr td {
	background: #c2d4dd;
}
//Date picker size
div.ui-datepicker{
 font-size:10px;
}
div.ui-datepicker{
 font-size:11px !important;
 margin-left:-5px;
}
td.selected_date > a{
	background:#8799af !important;
	color: white !important;
}
td > a.ui-state-active{
background:#8799af !important;
color: white !important;
}
/* POPUP */
#site_cover {
	display: none;
	width: 100%;
	height: 9999px;
	background: url(../images/site_cover.png);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 400;
}
#domestic_result_wrapper, #international_result_wrapper {
	display: none;
	position: fixed;
	z-index: 500;
	padding: 5px;
	background: #fff;
	border: solid 1px #ccc;
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
}
table.domestic_table_popup {
	float: left;
}
table.domestic_table_popup thead td {
	background: #d2232a;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	font-weight: bold;
}
table.domestic_table_popup tbody td {
	background: #e7eef1;
	color: #000;
	padding: 5px 10px;
	text-align: center;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
}
table.domestic_table_popup td.bus_rbr {
	width: 25px;
}
table.domestic_table_popup td.bus_km {
	width: 40px;
}
table.domestic_table_popup tbody td.bus_rbr {
	background: #a2bdca;
	color: #fff;
}
table.domestic_table_popup tbody td.bus_km {
	background: #a2bdca;
	color: #fff;
}
table.domestic_table_popup td.bus_stop_name {
	width: 150px;
	text-align: left;
}
.bus_stop_info_hidden {
	width: 16px;
	height: 16px;
	background: url(../images/info_stop.png) no-repeat;
	position: relative;
	float: right;
	display: inline-block;
}
.bus_stop_info_hidden div {
	display: none;
}
.appended_bus_info {
	position: absolute;
	background: #fff;
	border: solid 2px #ccc;
	padding: 5px;
	width: 200px;
	right: 16px;
	top: 0;
	z-index: 600;
}
.close_popup_but {
	width: 24px;
	height: 24px;
	position: absolute;
	right: -12px;
	top: -12px;
	background: url(../images/close.png) no-repeat;
	cursor: pointer;
}
table.domestic_table_popup td.bus_start {
	/*width: 50px;*/
}
.table.domestic_table {
	float: left;
}
.domestic_table_popup2 {
	position: relative;
	float: left;
	overflow: hidden;
}
.j_int_data_tbl{
    overflow-y:scroll;
}
.table_domestic_table_popup2 {
	position: absolute;
}
.domestic_table_popup_scroller {
	overflow-y: hidden;
	overflow-x: scroll;
}
.domestic_table_popup_scroller div {
	height: 2px;
}
table.domestic_table_popup tbody td.bus_start_wrapper {
	padding: 0;
}
table.domestic_table_popup tbody td.bus_start_wrapper2 td {
	background: #CCDCE1;
}
table.domestic_table_popup tbody td.bus_no_border, table.domestic_table_popup thead td.bus_no_border {
	border-right: none;
}



.ajax_loader {
	background: url(../images/ajax_loader.gif) center no-repeat;
	width: 100px;
	height: 100px;
}
.line_info {
	background: #fff9b2 url(../images/info_icon.png) 5px 5px  no-repeat;
	padding: 5px 5px 5px 25px;
	margin-bottom: 5px;
}

.domestic_table_popup_head_div2 {
	position: absolute;
}
.domestic_table_popup_head_div {
	overflow: hidden;
	position: relative;
	height: 27px;
}

.event_dates > a{
	background: #e89090 !important;
	color: #fff !important;
}


#ui-datepicker-div, .ui-datepicker th {
	font-size: 10px !important;
}


ul#bus_table li {
	margin-bottom: 5px;
}
#bus_table img {
	padding: 3px;
	border: solid 1px #7983af;
	border-right: none;
	float: left;
}
#bus_table table {
	width: 324px;
}
#bus_table thead {
	background: #042e6f;
	color: #FFF;
}
#bus_table thead th {
	padding: 7px 0 6px 9px;
	font-size: 15px;
	font-weight: bold;
}
#bus_table td, #bus_table th {
	border: solid 1px #7983af;
}
#bus_table tbody {
	color: #504e52;
}
#bus_table tbody td, #bus_table tbody th {
	padding: 4px;
	font-size: 13px !important;
}
#bus_table tbody th {
	width: 70px;
	background: #989fc3;
}
#bus_table tbody td {
	background: #d6d9e9;
}
	
	
	
	
	
#left_info_rent {
	width: 185px;
	height: 100px;
	margin-right: 12px;
	float: left;
}
#content.rentiranje {
	width: 701px;
}
.rentiranje table {
}
.rentiranje td, .rentiranje th {
	border: solid 3px #FFF;
}
.rentiranje tbody th {
	font-size: 14px;
}
.rentiranje tbody td {
	padding: 5px;
	font-size: 11px;
}

.rentiranje tbody td.pad0 {
	padding: 0;
}
table.border_col_none td {
	border: none !important;
}
table.border_col_all td {
	padding: 3px;
	border: none !important;
}
table.border_col_all_2 td {
	border: none !important;
	border-left: solid 3px #FFF !important;
}




.color1 {
	background: #e6eef1;
}
.color2, .rentiranje tbody tr.color2a td {
	background: #dfe9f6;
}
.color3, .rentiranje tbody tr.color3a td {
	background: #c9cce0;
}





.news_separator1 {
	background: url(../images/news_separator1.jpg) no-repeat #ccc;
	height: 5px;
	width: 100%;
	margin: 10px 0;
}
.news_separator2 {
	background: url(../images/news_separator2.jpg) no-repeat #ccc;
	height: 5px;
	width: 100%;
	margin: 10px 0;
}
.adv_hidden {
	text-transform: none;
	display: inline-block;
	font-style: italic;
	background: url(../images/arrow_down.png) no-repeat left center;
	padding-left: 10px;
	margin-top: 5px;
	cursor: pointer;
}
.domestic_adv_hidden {
	display: none;
}

.TenderTable{
        BORDER: #ffffff 0 solid;
		border-spacing: 2px;
		border-collapse:separate;
}

.TenderTableHead {
    background-color: #ebebeb;
	BORDER-RIGHT: #cccccc 0px solid;
	BORDER-TOP: #cccccc 0px solid;
	BORDER-LEFT: #cccccc 0px solid;
	BORDER-BOTTOM: #cccccc 1px solid;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	FONT-FAMILY: Arial, Helvetica;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #333333;
	height : 30;
	line-height: 25px;

}
.TenderTableCell {
	BORDER-TOP: #cccccc 0px solid; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	BORDER-LEFT: #cccccc 0px solid; 
	BORDER-RIGHT: #cccccc 0px solid; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-TOP: 1px; 
	PADDING-BOTTOM: 1px; 
	VERTICAL-ALIGN: top; 
	FONT-FAMILY: Arial, Helvetica;
	FONT-SIZE: 11px; 
	COLOR: #333333; 
	LINE-HEIGHT: 15px; 
 }
 
 /**POPLAVE**/
 .theme {
		}
		
 .latest_news_theme {
			height: 166px;
			margin: 10px 0 0 0;
			position: relative;
			overflow: hidden;
						
		}
		.latest_news_theme ol {
			width: 283px;
			position: absolute;
			top: 50px;
			
		}
		ol#featured_news li .latest_news_theme li {
			width: auto;
			height: auto;
			margin: 0 0 12px 0;
			line-height: 0;
			float: right;
			
			
		}
		.slider_div {
			width: 293px;
			float: right;
			
		}
		.latest_news_theme span {
			 margin: 5px 5px 0 0;
			 display: inline-block;
			 font-size: 12px;
			 color: #FFF;
			 
		}
		.latest_news_theme h4 {
			width: 215px;
			padding-left: 7px;
			font-weight: bold;
			text-align: left;
			font-size: 14px;
			border-left: solid 1px #F00;
			color: #cccccc;
			line-height: 1.1;
			float: right;
		}
		.latest_news_theme h4.bigger {
			width: 233px;
			font-size: 18px;
			color: #FFF;
		}
