/*
CSS reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
	text-align:left;
}
html, body {
	line-height: 1;
}
/*
* html fieldset {
	position: relative;
	margin-top:1em;
    padding-top:.75em;
}

* html legend {
	position: absolute;
	top: -.5em;
	left: .5em;
}
*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
New css style
*/
html, body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	/*background:#f9f8f3;*/
	/*background:grey;*/
	background:#F9F8F3;	
	font-family:Arial;
	font-size:12px;
	color:#151515;
	text-align:left;
	}
a {
	text-decoration:none;
	color: #000099;
	}
a:hover {
	text-decoration:underline;
	}
.clr, .article_seperator, .posttools, .postinfo {
	clear:both;
		font-size:1px;
	margin:-1px 0 0;
	overflow:hidden;
	}
/*
* html .clr, * html .article_seperator, * html .posttools, * html .postinfo {
	clear:both;
	font-size:1px;
	margin:-1px 0 0;
	overflow:hidden;
	}
	*/
.wrap {
	margin:0 auto;
	padding:0px 40px;
	/*width:880px;*/
	width:930px;
	align: center;
	background: #f9f8f3;
}
.baner {
	float:left;
	width:800px;
	margin-top:15px;
}
.menu {
	text-align:left;
	width:800px;
	margin-top:20px;
	margin-bottom:20px;
	/*margin-left:45px;*/
}
.menu ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.menu ul li {
	display:inline;
}
.menu ul li a {
	font-size:13px;
	font-weight:bold;
	color:#151515;
	padding: 7px 11px;
	display:block;
	float:left;
	background: url(../img/menu-saparator.png) no-repeat right 7px;
}
.menu ul li a.no-left {
	padding-left:0px;
}
.menu ul li a.no-right {
	background:none;
}
.menu ul li span {
	color:#ffae00;
}
.wrap-header {
	float:left;
	width:800px;
	margin-bottom:15px;
}
.logo {
	float:left;
}
.breadcrumb {
	float:left;
	margin-left:90px;
	font-size:22px;
	font-weight:bold;
	margin-top:21px;
}
label.required {
	background:transparent url(../img/zvezdica.png) no-repeat scroll 0 2px;
	color: #000000;
	padding-left:8px;
	width:50%;
	}

/* pretraga */
.search {
	margin-bottom:10px;
	background-color:#dbd8d2;
	padding:10px;
	float:left;
	width:780px;
}
.submit {
	padding:0px;
	margin:0px;
	font-size:12px;
	} 
#fieldset-pretraga  ol, #fieldset-pracenje  ol{
	padding:0px;
	margin:0px;
	}
#fieldset-pretraga  ol li, #fieldset-pracenje  ol li{
	padding:0px;
	margin:0px;
	float:left;	
	}
#fieldset-pretraga #kategorija_id, #fieldset-pracenje #kategorija_id {
	margin:0px 7px;

	width:200px;
	}
#fieldset-pretraga #lokacija_id, #fieldset-pracenje #lokacija_id {
	margin:0px 7px;

	width:220px;
	}
#fieldset-pretraga #q, #fieldset-pracenje #q {
	background:#ffffff none repeat scroll 0 0;
	border-color:#999999 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:1px;
	display:block;
	font-family:"Lucida grande",Arial,Verdana,sans-serif;
	margin:0;
	width:225px;
	padding:3px 0;
	}
#fieldset-podkategorije {
	background-color:#DBD8D2;
	margin:5px 5px;
	padding:5px 7px;
	/*border : 1px solid #f1efe8;*/
}
#oglasForma #fieldset-podkategorije {
	background-color:#DBD8D2;
	margin:5px 0px;
	padding:5px 7px;
	/*border : 1px solid #f1efe8;*/
}
 
#fieldset-meta {
	background-color:#DBD8D2;
	/*margin:5px 0;
	padding:5px 7px;*/
	margin:0;
	padding: 0px 7px;
	border : 1px solid #f1efe8;
	/*height: 59px;*/
}
#oglasForma #fieldset-meta {
	padding:0;
}
#fieldset-slikeGroup {
	background-color:#DBD8D2;
	/*margin:5px 0;*/
	/*margin: 5px;*/
	/*padding:5px 7px;*/
	border:1px solid #c8c8c8;
	margin:0 0 10px;
	padding:5px 15px 15px;
		
	/*padding: 5px;*/
	/*border : 1px solid #f1efe8;*/
	clear: both;
	width: 234px;
}
* html #fieldset-slikeGroup { 
	padding-top: 20px;
}

#fieldset-podkategorije select,
#fieldset-meta select {
	font-family:"Lucida grande",Arial,Verdana,sans-serif;
	margin:2px 0 0;
	padding:1px;
	border:1px solid #d5d5d5d;
}

* html #fieldset-podkategorije select { 
	padding: 0;
	margin: 0;
}

#fieldset-pretraga select, #fieldset-pracenje select {
	border-color:#999999 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:1px;
	font-family:"Lucida grande",Arial,Verdana,sans-serif;
	margin:2px 0 0;
	padding:2px;
	}
/* Pretraga - podgategorije */
#fieldset-podkategorije ol {
	padding:0px;
	margin:0px;
	}

#fieldset-podkategorije ol li {
	padding:0px;
	padding-right:12px;
	margin:0px;
	float:left;	
	}
#fieldset-meta ol {
	padding:0px;
	margin:0px;
	}
#fieldset-meta ol li {
	padding:0 14px 7px 0;
	margin:0px;
	float:left;
	}
.content {
	width:800px;
	float:left;
	vertical-align:top;
	}
.list-options {
	/*margin-right:10px;*/
	margin-top:20px;
	}
.list-options ul {
	padding:0px;
	margin:0px;
	list-style:none;
	}
.list-options ul li.left {
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#151515;
	padding: 4px 8px;
	display:block;
	
}

.list-options ul li.right {
	float:right;
}
.list-options ul li a {
	font-size:12px;
	font-weight:bold;
	color:#151515;
	padding: 4px 8px;
	display:block;
	background: url(../img/menu-saparator.png) no-repeat right 4px;
}
.list-options ul li a.no-right {
	background:none;
	padding: 4px 0px 4px 8px;
}
/*
.ads {
	border-top: 1px solid #dfdfdf;
	padding:17px 0px;
	width: 800px;
	}
*/
.ads {
	border-top: 1px solid #dfdfdf;
	padding:17px 0px;
	/*display:table; table-layout:fixed;*/
	}
.ad {
	/*width: 670px;*/
	/*float: left;*/
	/*display:table-cell;*/
	/*float: left;*/
}
.ad ul {
	padding:0px 7px;
	margin:0px;
	list-style:none;
	}
.ad ul li {
	float:left;
	color:#151515;
	}
.ad .odd {
	background-color:#fdfdfb;
	display:block;
	clear:both;
	padding:6px 0px;
	border-bottom:1px solid #dbd9cf;
	}
.ad .even {
	padding:7px 0px;
	border-bottom:1px solid #dbd9cf;
	}
.ad .tabela {
	background-color:#dbd8d2;
	padding:7px 0;
	}
.ad .tabela .date {
	font-size:12px;
	width:110px;
	color:#000000;
	font-weight:bold;
	}
.ad .tabela .image {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	}
.ad .tabela .title {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	}
.ad .tabela .price {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	padding-left: 5px;
	}
.ad .tabela .category {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	}
.ads .date {
	font-size:12px;
	color:#75725c;
	}
.ads .image {
	padding:0px 10px;
	}
.ads .title {
	font-size:13px;
	font-weight:bold;
	}
.ads .price {
	font-size:13px;
	color:#8b0303;
	font-weight:bold;
	float:right;
	padding-left: 5px;
	}
.ads .category {
	font-size:13px;
	color:#8b0303;
	font-weight:bold;
	float:right;
	text-align: right;
	width: 120px;
	}
/* Kategorije */

.kategorije {
	border-top:1px solid #D0CFC8;
	/*margin-bottom:60px;*/
	/*margin-top:20px;*/
	padding-left:0px;
	padding-top:12px;
	/*width:750px;*/
	width: 800px;
	background:#f9f8f3;
	}
.kategorije  dl {
	float:left;
	margin:5px 30px 5px 0px;
	}
.kategorije  dl  dt a {
	font-size:13px;
	font-weight:bold;
	color:#1D1D1D;
	padding-bottom:4px;
	display:block;
	}
.kategorije  dl  dd a {
	color:#1D1D1D;
	display:block;
	font-size:11px;
	padding:2px 0;
	}
/* Unos oglasa */
#fieldset-vlasnik,
#fieldset-oglas {
	border:1px solid #c8c8c8;
	margin:0 0 10px;
	padding:5px 15px 25px;
	position:relative;
	float:left;
	/*background:#FFFFFF none repeat scroll 0 0;*/
	background:#DBD8D2 none repeat scroll 0 0;
	z-index:10;
	}
#fieldset-vlasnik ol,
#fieldset-oglas ol {
	margin:0px;
	padding:0px;
	}
#fieldset-vlasnik {
	/*width:210px;*/
	width:234px;
	clear: right;
	margin-bottom: 10px;
}
#fieldset-oglas  {
	margin-right:4px;
	padding-bottom:22px;
	width:490px;
}
* html #fieldset-oglas { 
	width:450px;
	padding-top: 20px;
}

* html #fieldset-vlasnik { 
	padding-top: 20px;
}

#fieldset-vlasnik li {
	padding-bottom:5px;
	clear:both;
	}
	
#fieldset-vlasnik label.emailTelLabel {
	background:transparent url(../img/zvezdice.png) no-repeat scroll 0 2px;
	color: #000000;
	padding-left:12px;
	width:50%;
}

#fieldset-vlasnik label {
	font-size:11px;
	font-weight:normal;
	width:60px;
	line-height:11px;
	height:11px;
	/*color:#252525;*/
	display:block;
	padding-left:7px;
	}
#fieldset-vlasnik input {
	width:205px;
	padding:0;
	margin:0;
	/*background:#f2f2f2 none repeat scroll 0 0;*/
	background:#ffffff none repeat scroll 0 0;
	border-color:#999999 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:1px;
	display:block;
	font-family:"Lucida grande",Arial,Verdana,sans-serif;
	padding:2px;
	}
#fieldset-vlasnik legend,
#fieldset-oglas legend,
#fieldset-slikeGroup legend,
#fieldset-deklaracija legend {
	color:#3c3c3c;
	/*display:block;*/
	font-size:13px;
	font-weight:bold;
	/*padding:2px 5px;*/
	text-transform:uppercase;
	/*background: transparent;*/
	}
* html #fieldset-vlasnik legend,
* html #fieldset-oglas legend,
* html #fieldset-slikeGroup legend  {
	
	/*position:relative;*/
	position:absolute;
	top:3px;
	float:left;
	z-index:100;
	}
#fieldset-kontrole {
	clear:both;
	margin:0 0 10px;
	padding:5px 15px 0;
	position:relative;
	text-align:center;
	}
#fieldset-oglas .optional {
	display:block;
	padding-top:8px;
	width:100%;
	}
#fieldset-oglas #kategorija_id,
#fieldset-oglas #lokacija_id {
	border-color:#999999 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:1px;
	font-family:"Lucida grande",Arial,Verdana,sans-serif;
	padding:2px;
	margin:2px 0 0;
	width:100%;
	}
#fieldset-oglas ol dd {
	margin-bottom:6px;
	margin-left:5px;
	margin-top:4px;
	text-align:left;
	}
#fieldset-oglas .required {
	display:block;
	padding-top:8px;
	padding-bottom:2px;
	width:100%;
	}
#fieldset-oglas #naslov {
	/*background:#f2f2f2 none repeat scroll 0 0;*/
	background:#ffffff none repeat scroll 0 0;
	border-color:#999999 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:1px;
	display:block;
	font-family:Arial,Verdana,sans-serif;
	font-size: 12px;
	margin:0;;
	padding:2px;
	width:99%;
	height: 16px;
	}
#fieldset-oglas #tekst {
	margin:2px 0 0;
	padding:0px;
	width:100%;
	}
#fieldset-oglas #cena {
	/*background:#f2f2f2 none repeat scroll 0 0;*/
	background:#ffffff none repeat scroll 0 0;
	border-color:#999999 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:1px;
	/*display:block;*/
	font-family:"Lucida grande",Arial,Verdana,sans-serif;
	margin:0;
	margin-top:3px;
	padding:2px;
	width:120px;
	height: 17px;
	}
#fieldset-oglas #valuta_id {
	margin:0;
	margin-top:3px;
	margin-left:3px;
		
	/*margin: 3px;*/
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}	
.hint,
.description {
	display:none;
	}
	
/* Oglas */
div.oglas span {
	font-weight: bold;
}
div.oglas li {
	margin-bottom: 5px;
}

#dialog {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
	z-index: 2;
	display: none;
	text-align: center;
}

.ui-widget-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	/*width: 100% !important;
	height: 100% !important;*/
	
	filter: alpha(opacity=55); 
	-moz-opacity: .55; 
	background-color:#000; 	
}

.preview-dialog {
	background-color: #eeeeee;
	margin:0 auto;
}

#imagePreview {
	/*margin: auto;
	text-align: center;
	*/
	/*height: 480px;*/
}

#imagePreview img {
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin:auto;
	
}

[disabled] {
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}

div.frontPageButton {
background:#fe8741 none repeat scroll 0 0;
border-color:#cccccc;
border-style:solid;
border-width:0 1px 1px 0;
color:black;
/*display:block;*/
height:50px;
padding:0.5em 10px;
text-decoration:none
}
div.frontPageButton a{
/*background-color:#ff6601;*/
border-color:#cccccc;
border-style:solid;
color:black;
/*display:block;*/
font-size:22px;
text-decoration:none
}

div.frontPageButton:hover {
	text-decoration:none;
	background-color: #eaeaea;
	color: black;
}

a.frontPageButton {
background:#fe8741 none repeat scroll 0 0;
border-color:#cccccc;
border-style:solid;
border-width:0 1px 1px 0;
color:black;
/*display:block;*/
height:50px;
padding:0.5em 10px;
text-decoration:none;
font-size:22px;
}
a.frontPageButton:hover {
	text-decoration:none;
	background-color: #eaeaea;
	color: black;
}

div.frontButtonContainer {
	float:right;
	text-align: center;
	margin-top:5px;	
	margin-left:0;
	/*width: 567px;*/
}

#pun_naslov {
	color: black;
}

.pretraga_meta_podaci {
	
	float: left;
	background-color: #DBD8D2;
	padding:2px 7px;
	margin: 0;
	/*border : 1px solid #f1efe8;*/
		
}

.pretraga_meta_podaci li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
		
}

a.prijavi_oglas {
	color: red;
}
a.prijavi_oglas:hover {
	color: red;
}

div.errorMessage {
	color: red;
}
	
div.oglas li.title {
	font-size:22px;
}

#desnaKolona {
	float: left;
}

div.oglas_element {
	/*width: 250px;
	float: left;*/
	font-size:15px;
	margin-bottom: 5px;
}


.ads div.title {
	font-size:22px;
	color:#000000;
	margin-bottom: 30px;
	font-weight: normal;
}

.ads div.oglas-tekst {
	font-size:15px;
	/*
	margin-bottom: 15px;
	margin-top: 15px;
	*/
	padding: 15px;
	border : 1px solid #000000;
	overflow: auto;
	float: left;
	background-color: #ebf1fd;
	height: 100%;
	width: 500px;
	margin-left: 15px;
	
}

.ads div.oglas-section {
	margin-top: 15px;
}

a.oglas-link {
	font-weight: bold;
	/*color: black;*/
}

div.oglas_element2column {
	width: 300px;
	float: left;
	font-size:15px;
	margin-bottom: 5px;
	vertical-align: middle;
}

table.oglasi-links {
	width: 640px;
}

table.oglasi-links td {
	vertical-align: middle;
	padding: 3px;
	align: left;
}

table.oglasi-links td.oglas-icon {
	width: 24px;
}

table.oglasi-links td.oglas-icon-text {
	/*width: 150px;*/
}

div.meta-wrap {
	/*border : 1px solid #f1efe8;*/
	height:51px;
	padding: 5px;
	text-align: top;
}
div.meta-wrap #fieldset-meta {
	border: 0;
	padding: 0px;
	margin:0;
	text-align: top;
}

ul.errors {
	/*color: #000099;*/
	color: #ff0000;
	font-weight: bold;
	margin: 0;
}

#fieldset-slikeGroup ol dd {
	margin : 0;
}

#fieldset-slikeGroup ol li input {
	margin: 0;
	padding: 0;
	width: 200px;
	display: block;
}

#fieldset-kontrole input {
	/*border: 1px solid black;*/
	/*background-color: #417ca5;*/
	color: #ffffff;
	/*
	width: 100px;
	height: 30px;
	*/
	font-weight: bold;
}

#paginator-first, #paginator-middle, #paginator-last {
	font-weight: bold;
	float: left;
}

#paginator-first {
	width: 150px;
	float: left;
}
#paginator-last {
	float: left;
	width: 150px;
	text-align: right;
}

#paginator-middle {
	float: left;
	text-align: center;
	width: 500px;
}

#paginator-wrap {
	width: 800px;
	text-align: center;
	margin: 0px auto;
}

table.spisak {
	padding: 7px 0;
	vertical-align: top;
	width: 100%;
	
}

table.spisak thead {
	background-color:#DBD8D2;
	height: 12px;
	padding: 0 7px;
}

table.spisak thead th{
	background-color:#DBD8D2;
	padding: 7px 7px;
}

table.spisak .slika, table.spisak .kategorija,
table.spisak .cena, table.spisak .naslov,
table.spisak .datum {
	vertical-align: top;
	padding: 7px 7px;
	font-weight: bold;
	
}
table.spisak .datum {
	width: 60px;
	color: #75725C;
	font-weight: normal;
}

table.spisak .slika {
	width: 36px;
	padding: 7px 0px 7px 0px;
}

table.spisak .kategorija {
	width: 150px;
	text-align: right;
	color: #8B0303;
}

table.spisak .cena {
	width: 150px;
	text-align: right;
	color: #8B0303;
}

table.spisak .naslov a{
	color: #000099;
}

tr.parni {
	/*background-color: #E9EAEF;*/
	background-color: #f0ece6;
	padding:7px 0px;
	border-bottom:1px solid #dbd9cf;
	vertical-align: middle;
}

tr.neparni {
	background-color:#fdfdfb;
	padding:6px 0px;
	border-bottom:1px solid #dbd9cf;
	vertical-align: top;
}

table.spisak thead th.datum,table.spisak thead th.cena,
table.spisak thead th.kategorija {
	color: #000000;
	font-weight: bold;
}

div.oglas_element-lokacija {
	font-size:12px;
	margin-bottom: 10px;
	text-align: right;
	display: block;
	padding-top: 7px;
	/*clear: both;*/
}

div.oglas-linkovi-lista, div.oglas-linkovi-sledeci {
	font-size:12px;
	margin-bottom: 15px;
	text-align: left;
	display: block;
	float: left;
	padding: 7px 11px 7px 0px;
	background: url(../img/menu-saparator.png) no-repeat right 7px;
	font-weight: bold;
}

div.oglas-linkovi-sledeci {
	/*margin-left: 15px;*/
	background: none;
	padding-left: 11px;
}

#loadingDiv {
	/*position: absolute;*/
	/*top: 0;
	left: 0;*/
	width: 484px;
	height: 100px;
	/*z-index:5000;*/
	/*background-color: red;*/
	display: block;
	text-align: center;
	/*vertical-align: middle;
	display:table-cell;*/
	border: 1px solid #F1EFE8;
}

#loadingMessage {
	width: 300px;
	height: 50px;
	margin: auto;
	top: 50%;
	text-align: center;
	vertical-align:middle;
}

#loadingDivMail {
	width: 520px;
	height: 320px;
	display: block;
	text-align: center;
	border: 1px solid #F1EFE8;
}

#loadingMessageMail {
	width: 520px;
	height: 320px;
	margin: auto;
	top: 50%;
	text-align: center;
	vertical-align:middle;
}

#loadingDivPretraga {
	/*position: absolute;*/
	/*top: 0;
	left: 0;*/
	/*width: 780px;*/
	/*height: 110px;*/
	/*z-index:5000;*/
	/*background-color: red;*/
	display: block;
	text-align: center;
	/*vertical-align: middle;
	display:table-cell;*/
	/*border: 1px solid #F1EFE8;
	margin: 5px 0;
	padding: 5px 7px;*/
}

#loadingMessagePretraga {
	/*text-align: center;*/
	margin-top: 10px;
	margin-left: 235px;
	vertical-align:middle;
	height: 15px;
}
#loadingMessagePretraga img {
	display: none;
}

#loadingDivMail img {
	top:50%;
	margin-top: 25%;
	vertical-align:middle;
}

#emailForm, #prijavaForm, #friendLinkForm {
	display: none;
	/*border: 1px solid black;*/
	margin-top: 20px;
	padding: 10px;
	padding-left: 0;
	width: 520px;
	/*background: #e9eaef none repeat scroll 0 0;*/
	
}

#emailForm table, #prijavaForm table, #friendLinkForm table {
	border-spacing: 15px;
}

#emailForm .align-right, #prijavaForm .align-right, #friendLinkForm .align-right {
	text-align: right;
	line-height: 40px;
	padding-right: 5px;
}

#emailForm input, #prijavaForm input, #friendLinkForm input {
	width:205px;
	padding:0;
	margin:0;
	background:#f2f2f2 none repeat scroll 0 0;
	border-color:#999999 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:1px;
	/*display:block;*/
	font-family:"Lucida grande",Arial,Verdana,sans-serif;
	padding:2px;
}

#emailForm #submit, #prijavaForm #prijavaSubmit, #friendLinkForm #submit {
	/*border: 1px solid black;
	background-color: #417ca5;
	color: #ffffff;*/
	width: 100px;
	/*height: 30px;*/
	font-weight: bold;
	background: 0;
	border: 0;
}

#emailForm .tableElement, #prijavaForm .tableElement, #friendLinkForm .tableElement {
	/*padding: 2px;
	margin-top: 5px;*/
}

#emailForm td, #prijavaForm td, #friendLinkForm td {
	/*vertical-align: top;*/
	text-align: right;
}

#emailForm .align-left, #prijavaForm .align-left, #friendLinkForm .align-left {
	text-align: left;
	padding-left: 5px;
	margin-top:0px;
}

#emailForm .tableElementTop td, #prijavaForm .tableElementTop td, #friendLinkForm .tableElementTop td {
	padding: 2px;
	margin-top: 5px;
	vertical-align: top;
}

#emailForm .align-center, #prijavaForm .align-center, #friendLinkForm .align-center {
	text-align: center;
}

.oglas-info {
	width: 200px;
	background-color: #ebf1fd;
	/*
	float: left;
	*/
	padding: 15px;
	border: 1px solid black;
}

.oglas-tekst {
	font-size:15px;
	/*
	margin-bottom: 15px;
	margin-top: 15px;
	*/
	padding: 15px;
	border : 1px solid #000000;
	background-color: #ebf1fd;
	/*width: 500px;*/
	/*margin-left: 15px;*/
	
}

.oglas-white-column {
	width:15px;
}

#oglasLinkovi {
	border-top: 1px solid #dfdfdf;
	padding-top: 10px;
}

div.help-tekst p {
	display: block;
	margin: 1em 0;
}

div.help-list {
	margin-left: 15px;
	font-size: 15px;
}

#fieldset-deklaracija {
	background-color:#DBD8D2;
	/*margin:5px 0;*/
	/*margin: 5px;*/
	/*padding:5px 7px;*/
	border:1px solid #c8c8c8;
	margin:0 0 10px;
	/*margin-bottom:3px;*/
	padding:10px 15px 15px;
		
	/*padding: 5px;*/
	/*border : 1px solid #f1efe8;*/
	clear: both;
	width: 234px;
	line-height: 1.5em;
}
#fieldset-deklaracija legend{
	line-height: 1em;
}

#deklaracija_popup {
	display: none;
	background-color: white;
}

#deklaracija-tekst {
	padding: 30px;
	padding-top: 20px;
	text-align: center;
}

#deklaracija-download {
	text-align: center;
}

#deklaracija-tekst a, #deklaracija-download a {
	color:#000099;
}

.cena-valuta {
	float: left;
}

div.meta-wrap-unos {
	/*border : 1px solid #f1efe8;*/
	/*height:75px;*/
	/*padding: 1px;*/
	margin:5px 0;
	padding:5px 7px;
	
	
}

div.meta-wrap-unos #fieldset-meta {
	border: 0;
}
div.meta-wrap-unos #fieldset-metaelse {
	border: 0;
}

#fieldset-metaelse ol {
	padding:0px;
	margin:0px;
	}
#fieldset-metaelse ol li {
	padding:0 14px 7px 0;
	margin:0px;
	float:left;
	}
.teaser {
	color: gray;
	font-weight: normal;
	padding-top: 5px;
}

table.oglas_element td{
	font-size:15px;
	/*padding-bottom: 5px;*/
	/*background-color: #f5f1eb;*/
	padding: 1px 5px 1px 5px;	
}

#roundedData {
	background-color: #f0ece6;
	width: 250px;
}
.current-page {
	color: #8B0303; 
}

.failed {
	color: red;
}

.loginSuccess {
	color: green;
}
table.spisak td {
	border-bottom:1px solid #DBD9CF;
}
                 
table.spisak td.kategorija a {
	color: #8B0303;
}

#iliTekst {
	background:transparent url(../img/zvezdice.png) no-repeat scroll 0 2px;
	color: #000000;
	/*font-weight: bold;*/
	/*padding-top: 5px;*/
	margin-top: 5px;
	padding-left: 12px;
	/*padding-bottom: 10px;*/
}

#razmak_lozinka_email {
	display:block;
	height: 15px;
}

#roundedText {
	padding: 5px;
	margin-right: 10px;
	background-color: #f0ece6;
	vertical-align: top;
}

div.message_nema_oglasa {
	font-size:15px;
	color: #000099;
	text-align:center;
}

div.message_oglas_obrisan {
	font-size:15px;
	color: #000099;
	text-align:center;
	margin-bottom: 30px;
}

div.pagination {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#emailFormStatusMessage {
	font-size:15px;
	color: #000099;
	text-align:center;
	margin-top: 30px;
}

#loadingInfoText {
	text-align: center;
}

#firstPageBottomLink {
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}

#zaboravljenaLozinkaDiv {
	margin-top: 15px;
	margin-bottom: 15px;
}

* html .meta-wrap-unos li {
	display: none;
}

* html #fieldset-metaelse li, * html #fieldset-meta li {
	display: inline;
}

* html #fieldset-meta ol li {
	clear: none;
	display: inline;
}

.footer {
	border-top:1px solid #D0CFC8;
	/*margin-bottom:60px;*/
	/*margin-top:20px;*/
	padding-left:0px;
	padding-top:12px;
	/*width:750px;*/
	width: 800px;
	background:#f9f8f3;
	text-align: center;
}

ul.pracenje-tree {
	margin-bottom:30px;
	margin-top:30px;
}

ul.pracenje-tree a {
	text-decoration: none;
	font-weight: bold;
}

div.oglas_detalji_logo {
	float: right;
}
div.oglas_detalji_title {
	color:#000000;
	font-size:22px;
	font-weight:normal;
	margin-bottom:30px;
	float: left;
}

span.oglas-iz-kataloga {
	font-size: 10px;
}

.list-options ul li a.no-right-katalog {
	background:none;
	padding: 0px;
}

.rounded {
	float: left;
}

.pracenjeBlue {
	color: #000099;
	font-weight: bold;
}

.pracenjeRed {
	color: #8B0303;
	font-weight: bold;
}

#resizeOpis {
	margin-top: 15px;
}

.opstina {
	padding-left: 20px;
	margin-left: 20px;
}

#errorWarning {
	color: red;
	margin-top: 30px;
	margin-bottom: 30px;
}

#adsImages {
	float: left;
	/*display: inline;*/
}

#bannersVertical {
	float: right;
	width: 120px;
	display: inline;
	text-align: right;
}

#fullBannerHorizontal {
	display: inline;
	float: left;
	width: 468px;
	height: 60px;
	cursor:pointer;
	/*background-color: orange;*/
}

#halfBannerHorizontal {
	display: inline;
	float: right;
	width: 234px;
	height: 60px;
	/*background-color: orange;*/
}

.verticalBaners {
	width:130px;
	float:right;
}

.banerVertical {
	width: 120px;
	margin-bottom:15px;
	/*margin-top:15px;*/
	float: right;
	top: 0px;
	/*clear: both;*/
}

.banerVerticalSmart {
	width: 114px;
	margin-bottom:15px;
	/*background-color: #ff6501;*/
	background-color: #F0ECE6;
	height: 234px;
	text-align: center;
	vertical-align: middle;
	display:table-cell;
	font-size:14px;
	padding: 3px;
	/*color: white;*/
	color: black;
	/*clear: both;*/
	/*margin-top:15px;*/
	float: right;
}

.banerVerticalSmart td {
	vertical-align: middle; 
	text-align: center;
	
}
.banerVerticalSmart .rata {
	font-size:16px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.banerVerticalSmart .napomena {
	font-size:10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.baner-link {
	cursor: pointer;
}

.vertBandefaultindex {
	margin-top: 85px;
}

.vertBandefaultpretraga{
	margin-top: 165px;
}

.vertBandefaultoglas {
	/*margin-top: 30px;*/
}

.sms-naslov-orange {
	color: #ff6500;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 30px;
}

.sms-tekst {
	font-size: 16px;
	color: #000099;
	margin-bottom: 30px;
}

.sms-tekst a {
	font-weight: bold;
}

div.facebook {
	margin-top: 15px;
}
	
a.facebook {
	/*background: url(/img/FaceBook_16x16.png) no-repeat #F0ECE6;*/
	background: url(/img/FaceBook_16x16.png) no-repeat;
	font-size:12px;
	height: 18px;
	padding-left: 18px;
	
}

.verticalBannerSky {
	margin-top: 30px;
	float:right;
}

.velikaSlova {
	font-size: 14px;
}

a.facebookVelikaSlova {
	/*background: url(/img/FaceBook_16x16.png) no-repeat #F0ECE6;*/
	background: url(/img/FaceBook_16x16.png) no-repeat;
	font-size:14px;
	height: 18px;
	padding-left: 18px;
	
}

.categoriesFirstPageRight, .categoriesFirstPageLeft {
	float: left;
	display: inline;
}

#odabraniMessage {
	font-size: 15px;
}
