/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-x: hidden;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2;
}
body {
	/*overflow-x: hidden;*/
	margin: 0; padding:0;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2;
}


a:link {color: #000000;text-decoration: none}     /* unvisited link */
a:visited {color: #000000;text-decoration: none}  /* visited link */
a:hover {color: #000000 ;text-decoration: underline;}   /* mouse over link */
a:active {color: #000000;text-decoration: none}   /* selected link */


p {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal
}


.phi {
	text-indent: -25px;
	padding-left: 30px;
	margin: 0px;
}

.phi2 {
	text-indent: -30px;
	padding-left: 30px;
	margin: 0px;
}

.telo {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding: 10px;
}

.crveno {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff0000;
}

.najtrazenije {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cc5500;
	font-weight: bold;
	text-align: left;
}

.slika-gore-levo {float:left; margin: 2px 7px 5px 0;}

a img { border: none ; }

div.telo {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}



/*LIVE SEARCH*/
.live_rez ul {
	display: none;
	position: absolute;
	width: 405px;
    background-color: #ffffff;
    margin-top: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: none;
	border: 1px solid #ababab;
	box-shadow: 3px 3px 3px #d7d7d7;
	font-size: 16px;
}

.live_rez ul li a {
    text-decoration: none;
    color: black;
    padding: 4px 11px;
    display:block;
}

.live_rez ul li a:visited {
    color: black;
}

.live_rez ul li a:hover, .menu_simple ul li .current {
    color: black;
    background-color: #dddddd;
}

.livefindsele{
	font-weight: bold;
	background-color: #dddddd;
}
/*live search*/


/*HOR MENI*/
.hor_meni {
    width: 970px;
	margin:0 auto;
    /*background-color: #3344aa;*/
    background-color: #aaaaaf;
	font-family: 'PT Sans', Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #616161;
	font-size: 14px;
}

.hor_meni ul {
    width:970px;
    margin: 0; padding: 0;
    float: left;
}

.hor_meni ul li {
    display: inline;
}

.hor_meni ul li a {
    float: left; text-decoration: none;
    color: white;
    padding: 2px 11px;
    background-color:  #aaaaaf;
}

.hor_meni ul li a:visited {
    color: white;
}

.hor_meni ul li a:hover, .hor_meni ul li .current {
    color: white;
    background-color: #888899;
}

/*VERT MENI*/
.vert_meni ul {
    margin: 0;
    padding: 0;
    width:100px;
    list-style-type: none;
}

.vert_meni ul li a {
    text-decoration: none;
    color: white;
    padding: 5px 11px;
    background-color: #eeeeff;
    display:block;
}

.vert_meni ul li a:visited {
    color: white;
}

.vert_meni ul li a:hover, .vert_meni ul li .current {
    color: white;
    background-color: #5FD367;
}
