body{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #666666;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

h1{
	color: #666666;
}
h2{
	color: #666666;
}
h3{
	color: #666666;
}
h4{
	color: #666666;
}
h5{
	color: #666666;
}
h6{
	color: #666666;
}
a:link, a:active, a:visited{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.cleaner {
	line-height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}
/***********************PAGE*************************************************/
#wrap{
	width: 848px;
	margin: 0 auto;
	margin-top:30px;
}
#previewbox {
	z-index:5;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background: white;	

	
	/*opacity:0.50; /* firefox, opera, safari, chrome */
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; /* IE 8 */
    /*filter:alpha(opacity=50); /* IE 4, 5, 6 and 7 */
    /*zoom:1 /* so the element "hasLayout"  or, to trigger "hasLayout" set a width or height */	
}

#preview {		
	background-color:#eaeaea; 
	text-align:center; 	
	width:400px; 
	color:tomato; 
	margin:0 auto; 
	padding:20px; 
	margin-top:-15px;	
	
}
/***********************LANG*************************************************/
#lang{
	width: 848px;
	height: 17px;
	text-align: right;
	color: #666666;
}
a.lang:link, a.lang:active, a.lang:visited{
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.lang:hover{
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.nlang:link, a.nlang:active, a.nlang:visited{
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.nlang:hover{
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
/**********************MENU*************************************************/
#menu{
	width: 848px;
	height: 105px;
	background-color: #CCCCCC;
}
.td_logo img{
	padding: 0px;
	margin: 0px;
	border: none;
}
.td_menu_1{
	background-color: #999999;
	text-align: center;
	vertical-align: middle;
}
.td_menu_2{
	background-color: #666666;
	text-align: center;
	vertical-align: middle;
}
.td_menu_3{
	background-color: #373636;
	text-align: center;
	vertical-align: middle;
}
.td_menu_4{
	background-color: #3F3F3F;
	text-align: center;
	vertical-align: middle;
}
.td_menu_5{
	background-color: #333333;
	text-align: center;
	vertical-align: middle;
}
.td_menu_6{
	background-color: #1C1C1C;
	text-align: center;
	vertical-align: middle;
}
.td_search{
	background-color: #CCCCCC;
	vertical-align: middle;
	padding: 0px 0px 0px 5px;
}
#search{
	width: 85px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #666666;
	overflow: hidden;
	background-color: #FFFF00;
}
.input_search{
	float: left;
	width: 63px;
	height: 17px;
	font-size: 9px;
	border: none;
	line-height: 17px;
}
.botun_search{
	float: left;
	width: 16px;
	height: 17px;
	background-color: #FFFF00;
	border: none;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	line-height: 17px;
}
a.active:link, a.active:active, a.active:visited{
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #FFFF00;
	text-decoration: none;
}
a.active:hover{
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
a.nactive:link, a.nactive:active, a.nactive:visited{
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
a.nactive:hover{
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #FFFF00;
	text-decoration: none;
}
/***********************MAIN*******************************/
#main{
	width: 846px;
	border-right:  1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
/***********************SUBLINK*****************************/
.sublink{
	width: 840px;
	text-align: right;
	padding: 3px 6px 0px 0px;
}
a.sub:link, a.sub:active, a.sub:visited{
	font-size: 9px;
	font-weight: normal;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
a.sub:hover{
	font-size: 9px;
	font-weight: normal;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
/***********************O NAMA*****************************/
.sublink2{
	width: 840px;
	text-align: left;
	padding: 3px 0px 0px 6px;
	border-bottom: 1px solid #999999;
}
a.sub2:link, a.sub2:active, a.sub2:visited{
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
a.sub2:hover{
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
a.nsub2:link, a.nsub2:active, a.nsub2:visited{
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
a.nsub2:hover{
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
.head_pic_holder{
	width: 836px;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	border-bottom: 1px solid #999999;
}
.head_pic{
	width: 836px;
}
.head_pic img{
	border: none;
	padding: 0px;
	margin: 0px;
}
.head_str{
	width: 836px;
	overflow: hidden;
	padding: 0px;
	margin: -30px 0px 0px 0px;
}
.head_str_left{
	float: left;
	width: 418px;
}
.head_str_left img{
	border: none;
	padding: 0px;
	margin: 0px;
}
.head_str_right{
	float: right;
	width: 418px;
	text-align: right;
}
.head_str_right img{
	border: none;
	padding: 0px;
	margin: 0px;
}
.text{
	width: 451px;
	padding: 10px 80px 7px 315px;
	text-align: justify;
}
/*********************PRIJAVA**********************************/
.sublink3{
	width: 840px;
	padding: 15px 0px 2px 6px;
	border-bottom: 1px solid #999999;
}
.sublink3 h5{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.prijava{
	width: 250px;
	padding: 70px 318px 10px 278px;
}
.prijava form{
	border: none;
	padding: 0px;
	margin: 0px;
}
.input_prijavi{
	width: 145px;
	height: 14px;
	border: 2px solid #999999;
}
.botun_sivi{
	width: 72px;
	font-size: 11px;
	font-weight: bold;
	border: none;
	background-color: #999999;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
.botun_crni{
	width: 72px;
	font-size: 13px;
	font-weight: normal;
	border: none;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
.botun_zuti{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: none;
	background-color: #FFFF00;
	color: #333333;
	cursor: pointer;
}
a.lost:link, a.lost:active, a.lost:visited{
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #666666;
	text-decoration: underline;
}
a.lost:hover{
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #666666;
	text-decoration: underline;
}
/**********************REGISTRACIJA****************************/
.sublink4{
	width: 834px;
	padding: 10px 4px 10px 8px;
	border-bottom: 1px solid #999999;
}
.sublink4 p{
	padding: 0px;
	margin: 0px;
}
.registracija{
	width: 500px;
	padding: 45px 68px 10px 178px;
}
.registracija form{
	border: none;
	padding: 0px;
	margin: 0px;
}
/**********************KONTAKT*********************************/
.kontakt{
	width: 529px;
	padding: 0px 0px 0px 317px;
	background-color: #CCCCCC;
}
.kontakt_desno{
	width: 499px;
	padding: 10px 10px 2px 20px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	line-height: 20px;
	
}
.kontakt_desno2{
	width: 499px;
	padding: 10px 10px 15px 20px;
	background-color: #FFFFFF;
	line-height: 20px;
}
.kontakt_desno2 form{
	border: none;
	padding: 0px;
	margin: 0px;
}
.kontakt_naslov{
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.sublink5{
	width: 523px;
	text-align: right;
	padding: 3px 6px 8px 0px;
	border-bottom: 1px solid #999999;
	background-color: #FFFFFF;
}
.text_prijavi{
	width: 145px;
	border: 2px solid #999999;
}
.input_file{
	border: 2px solid #999999;
}
/*********************KOSARICA**********************************/
.kosarica{
	width: 846px;
}
.kosarica form{
	padding: 0px;
	margin: 0px;
	border: none;
}
.select_kosarica{
	width: 40px;
	border: 1px solid #999999;
}
.td_border{
	border-right: 1px solid #999999;
}
.td_color{
	background-color: #999999;
}
.td_color_n{
	background-color: #999999;
	text-align: right;
	padding: 0px 10px 0px 0px;
}
.td_color_n a:link, .td_color_n a:active, .td_color_n a:visited{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.td_color_n a:hover{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
#tcompay_submit
{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	background-color:#999999;
	border:0px;
}
.td_white{
	padding-left: 0px;
	color: #333333;
	border-bottom: 1px solid #999999;
}
.td_white_n{
	color: #333333;
	border-bottom: 1px solid #999999;
}
.td_white input{
	background-color: #FFFFFF;
	border: none;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	color: #333333;
}
.td_ukupno{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-right: 10px;
	border-bottom: 1px solid #999999;
}
.napomena{
	padding: 20px 10px 60px 10px;
	font-size: 11px;
	border-right: 1px solid #999999;
}
.napomena p{
	padding: 0px;
	margin: 0px;
}
.napomena_slika{
	padding: 20px 0px 20px 50px;
	margin: 0px;
}
.napomena_slika img{
	border: none;
	margin: 0px;
	padding: 0px;
}
/**********************TORBE***********************************/
.torbe{
	width: 846px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
.sublink2{
	width: 840px;
	text-align: left;
	padding: 3px 0px 0px 6px;
}
.torbe table{
	border-top:  1px solid #999999;
	padding: 0px;
	margin: 0px;
}
.torbe table td{
	border-bottom:  1px solid #999999;
}
.torbe table td img{
	border: none;
	margin: 0px;
	padding: 0px;
}
.torbe_lijevo{
	float: left;
	width: 490px;
	height: 490px;
}
.torbe_lijevo img{
	border: none;
	padding: 0px;
	margin: 0px;
}
.torbe_desno{
	float: left;
	width: 275px;
	padding: 20px 40px 15px 40px;
	border-left: 1px solid #999999;
}
.torbe_desno table{
	border: none;
}
.torbe_desno table td{
	border: none;
}
.torbe_desno table td div img{
	border: 2px;
}
.zuta
{
	width: 84px;
	float: left;
	margin: 2px 2px 0px 0px; 
}
.siva
{
	width: 84px;
	float: left;
	margin: 2px 2px 0px 0px; 
}
.zuta img {border: none;}
.siva img {border: 2px solid #999999;}
.boje{
	padding: 0px 0px 0px 0px;
}
.boje table{
	border: none;
}
.boje table td{
	border: none;
}
.trislike img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a.kupiti:link, a.kupiti:active, a.kupiti:visited{
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #CCCC00;
	text-decoration: none;
}
a.kupiti:hover{
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #CCCC00;
	text-decoration: none;
}
.recommend{
}
recommend table{
	border: none;
}
.recommend table td{
	border: none;
}
.recommend table td div img{
	border: none;
	padding: 0px;
	margin: 0px;
}
/***********************HOME***********************************/
.home{
	width: auto;
	text-align: center;
}
.home img{
	border: none;
	padding: 0px;
	margin: 0px;
}
/**********************FOOTER**********************************/
#footer{
	width: 848px;
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	line-height: 24px;	
}
#footer a:link, #footer a:active, #footer a:visited{
	font-size: 9px;
	font-weight: normal;
	line-height: 24px;
	color: #666666;
	text-decoration: none;
}
#footer a:hover{
	font-size: 9px;
	font-weight: normal;
	line-height: 24px;
	color: #666666;
	text-decoration: none;
}

/*******************NAKNADNI DODACI***********************/
.sublink6{
	padding: 0px 0px 0px 10px;
}
.pretraga{
	width: 826px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}
.pretraga table{
	border: none;
}
.pretraga table td{
	border: none;
}
.pretraga table td div img{
	border: 2px;
}
.td_slikap .siva img {border: 2px solid #999999;}

.td_tekstp{
	text-align: justify;
}
.td_tekstp p{
	padding: 0px;
	margin: 0px;
}
.td_tekstp a:link, .td_tekstp a:active, .td_tekstp a:visited{
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
.td_tekstp a:hover{
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}

.kupovina{
	background-color: #FFFFFF;
	border: none;
	color: #CCCC00;
	font-weight: bold;
	cursor: pointer;
	padding: 0px 6px 0px 0px;
	margin: 0px;
}

#dodaj{
	margin: 0px;
	padding: 0px;
}

#forma{
	width: 845px;
	padding: 0px;
	margin-top: 5px;
	

}

.main_f{
	padding-left: 0px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main_f1{
	width: 845px;
	border-right:  1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

#main_f2{
	width: 845px;
	border-right:  1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-top: 5px;
}

/* ARTIKLI.PHP */

.loading  {
	position:absolute;
	top:0px;
	left:0px;
 	background-image: url(../images/news_loading_bg.png);
	background-repeat:repeat;
	
}
#tabArtikli {
	border-right:none; 
	border-bottom:none;		
	border-top:1px solid #ccc; 
	border-left:1px solid #ccc;	
	padding:0;
	}


#tabArtikli td {
	vertical-align: middle;
	text-align:center;
	border-right:1px solid #ccc; 
	border-bottom:1px solid #ccc;
	border-top:none; 
	border-left:none;
	padding:0;	
}
  #tabArtikli td.small {
  	background-color:#f7f7f7;
  }
 #tabArtikli td.small img {
 	width:25%;
	height:25%;	
 } 
 
 .artikli_scroll {
 	position:relative;
	overflow:hidden;
 	height: 350px;
	overflow:auto;
 } 
 
 .slobodni_artikli { 	
 	color: green;
 }
 .zauzeti_artikli { 	 	
 	color:tomato;
 }
#tabArtikli td img {border:none;}

/*menu*/
.cat {
	color:#999;	
}
.cat_selected {
	color:black;
}


#nav{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nav li ul{ 
	padding: 0px;
	margin: 0px;
	list-style: none;
}



#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 150px;
	left: -9999px;
	background-color: #F96A15;
}
#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}
ul li ul li {
	background-color: #F96A15;
	width: 121px;
	text-align:left;
}
ul li ul li:hover, ul li ul li.sfhover {
}
#nav li li {
	padding: 0;
	text-align: left;
}

#nav li li a:link, #nav li li a:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding:5px;
	line-height: 14px;
	text-align:left;
}
#nav li li a:hover {
	text-decoration: none;
	color: #ffcc00;
	margin-left:5px;
}

#vezani_artikli img {
	border:0;
}
