/* 
	project: internet sharing template
   	author: luka cvrk (www.solucija.com) 
								*/
   
body { padding: 0; margin: 0; font: 0.7em Tahoma, Arial, sans-serif; line-height: 1.6em; background: #fff; color: #454545; }

/* links */
a { color: #003B6E; background: inherit; }
a:hover { color: #9EC068; background: inherit; }
.sortiranje {
	font: bolder 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #FFF;
	text-decoration: none;
}
.sortiranje:hover {
	color: #2C71AE;
}
.sortiranje1 {
	font: bold 0.9em Verdana, 'Trebuchet MS', Sans-serif;
	color: #2C71AE;
	border: none;
	text-decoration: none;
}
.sortiranje1:hover {
	color: #FFF;
}
.sortiranje2 {
	font: bold 0.9em Verdana, 'Trebuchet MS', Sans-serif;
	color: #2C71AE;
	border: none;
	text-decoration: none;
}
/* headings */
h1 { font: bold 2.5em "Arial", Sans-Serif; margin: 0; letter-spacing: -1px; }
h2 { font: bold 2em Arial, Sans-Serif; margin: 0; padding: 0; }
h1 a, h2 a { color: #2b2b2b; background: #fff; text-decoration: none; }
h1 a:hover, h2 a:hover { color: #2b2b2b; background: #FFF; }
.title { color: #808080; background: #fff; }

/* lists and form elements */
ul { margin: 0; padding : 0; list-style : none; }
form { margin: 0; }
select.kategorije {
	width: 130px;
	height: 25px;
	border: none;
	background: #fff url(images/input.gif) no-repeat;
	color: #1E67A8;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
input.search {
	width: 279px;
	border: none;
	background: #fff url(images/input.gif) no-repeat;
	color: #1E67A8;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
input.login {
	width: 100px;
	color: #1E67A8;
}
input.login1 {
	width: 200px;
	color: #1E67A8;
}
input.kolicina {
	width: 20px;
	color: #1E67A8;
	font: normal 0.9em Verdana, 'Trebuchet MS', Sans-serif;
	text-align:right;
}

input.button { padding: 3px; }
input.plavodugme{
	width: 57px;
	height: 19px;
	color: #fff;
	border: none;
	text-decoration: none;
	background-color: #488EB2;
	background-image: url(images/bluebtn.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	font: 0.9em Tahoma, Arial, sans-serif;
}
input.plavodugme:hover{ background: #488EB2 url(images/hoverbtn.gif) no-repeat; color: #fff; }
input.zelenodugme{
	width: 84px;
	height: 27px;
	color: #fff;
	border: none;
	text-decoration: none;
	background-color: #488EB2;
	background-image: url(images/greenbtn1.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	font: 0.9em Tahoma, Arial, sans-serif;
}
input.zelenodugme:hover{ background: #488EB2 url(images/hoverbtn1.gif) no-repeat; color: #fff; }
input.korpa{
	width: 33px;
	height: 31px;
	color: #fff;
	border: none;
	text-decoration: none;
	background-color: #488EB2;
	background-image: url(images/basket.jpg);
	background-repeat: no-repeat;
	background-position:center;
	font: 0.9em Tahoma, Arial, sans-serif;
}
input.brisi{
	width: 33px;
	height: 32px;
	color: #fff;
	border: none;
	text-decoration: none;
	background-color: #FFF;
	background-image: url(images/brisi.jpg);
	background-repeat: no-repeat;
	background-position:center;
	font: 0.9em Tahoma, Arial, sans-serif;
}
input.brisi1{
	width: 33px;
	height: 32px;
	color: #fff;
	border: none;
	text-decoration: none;
	background-color: #E4E4E4;
	background-image: url(images/brisi1.jpg);
	background-repeat: no-repeat;
	background-position:center;
	font: 0.9em Tahoma, Arial, sans-serif;
}
input.brisi:hover{
	background-color: #9EC068;
	background-image: url(images/brisi2.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
input.brisi1:hover{
	background-color: #9EC068;
	background-image: url(images/brisi2.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
/* content holder */
#content { margin: 10px auto; width: 960px; }

/* header */
#header { height: 75px; }
#logo { padding: 15px 0 0 8px; }
#logo p { margin: 0; padding: 0 0 0 10px; color: #808080; background: #fff; }
#top_info {
	float: right;
	width: 200px;
	text-align: right;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

/* horizontal tabbed menu */	
#tabs { background: #fff url(images/bigbox.gif) no-repeat top left; color: #000;  height: 64px; text-align: center; padding: 0 0 0 210px; }
#tabs li { display: inline; height: 45px; }
#tabs li a { float: left; background: #fff url(images/barbg.gif) no-repeat; color: #808080; padding: 7px 0; width: 82px; text-align: center; font-weight: bold; text-decoration: none; }
#tabs li a:hover { background: #fff url(images/barcurrent.gif) no-repeat; color: #000; }	
#tabs li a.current { background: #fff url(images/barcurrent.gif) no-repeat; color: #2C71AE; }	
.key { text-decoration: underline; }

/* search form */
#search { 
	float: left;
	clear: both;
	color: #000;
	background: #fff url(images/searchbg.gif) no-repeat;
	padding: 14px 0 20px 5px;
	width: 500px;
	margin: 5px 0 0 0;
}
	#search p { padding: 0; margin: 0; }


/* grey subheader */
.gboxtop {
	clear: both;
	height: 1pt;
	color: #000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.gbox { background: #dedede url(images/gbox.gif) no-repeat bottom left; color: #444; padding: 1px 13px 7px 13px; margin: 0 0 20px 0; }
.gbox p { padding: 7px 0; margin: 0;}


/* left side */
.leftadmin {
	float: left;
	width: 745px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left {
	float: left;
	width: 545px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
	.left_articles {
		margin: 0 20px 15px 10px;
		padding: 10px 0 0 0;
		text-align: justify;
		border-bottom: 1px dotted #ccc;
		color: #000;
		background: #fff;
	}
	
	.calendar { height: 50px; float: left; background: #fff url(images/calendar.gif) no-repeat; width: 50px; padding: 5px 0 0 9px;  color: #808080;}
	.calendar p { padding: 0; margin: 0; }
	.description { padding: 0 0 2px 0; margin: 0 10px 5px 0; border-bottom: 1px dotted #ccc; }
	.poruke {font-size: 12px;}
		
	.thumbnail { float: left; margin: 0 18px 8px 0; border: 1px solid #dedede; }


/* bottom thirds */
.thirds {
	float: left;
	width: 203px;
	background: #eee;
	color: #5d5d5d;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 40px;
}
	.smallboxtop { height: 14px; background: #fff url(images/smallboxtop.gif) no-repeat; color: #000; }
	.smallbox {
	color: #444;
	background-color: #fff;
	background-image: url(images/smallbox.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	.smallbox p { padding: 0; margin: 0; }

.pretekst {
	font: 1.2em Tahoma, Arial, sans-serif;
}
/* right side */
#lijeva {
	float: left;
	width: 200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#lijevaprazna {
	float: left;
	width: 250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#lijeva h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#lijeva .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#lijeva ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#lijeva ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#lijeva ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}
#lijeva ul.korpa {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#lijeva ul.korpa li {
	border-bottom: 1px solid #EFF0F1;
	font-weight: bolder;
	background: none	
	
	margin: 0 2px;	
}
#lijeva ul.korpa a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}





/* right side */
#right {
	float: right;
	width: 200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
	.boxtop { height: 19px; background: #fff url(images/boxtop.gif) no-repeat; color: #000; }
	.box { background: #fff url(images/box.gif) no-repeat bottom left; color: #5b5b5b; padding: 0 10px 15px 10px; margin: 0 0 10px 0; }
	.box p { padding: 0; margin: 0;}
	.image { float: left; margin: 0 9px 3px 0; }


/* misc */
.buttons {
	text-align: right;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 0;
}
.left_articles .buttons {
	float: right;
	height: 20px;
}
.bluebtn {
	width: 100px;
	color: #fff;
	text-decoration: none;
	background-color: #488EB2;
	background-image: url(images/bluebtn.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
}
.bluebtnst {
	width: 100px;
	color: #fff;
	text-decoration: none;
	background-color: #488EB2;
	background-image: url(images/bluebtn.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
}
.bluebtn1 {
	width: 100px;
	color: #fff;
	text-decoration: none;
	background-color: #488EB2;
	background-image: url(images/bluebtn1.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.bluebtn1_en {
	width: 100px;
	color: #fff;
	text-decoration: none;
	background-color: #488EB2;
	background-image: url(images/bluebtn1.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
.greenbtn {
	background: #488EB2 url(images/greenbtn.gif) no-repeat;
	color: #fff;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 14px;
}
.bluebtnb {
	width: 100px;
	color: #fff;
	text-decoration: none;
	background-color: #488EB2;
	background-image: url(images/bluebtn.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
}
.bluebtn_en {
	width: 100px;
	color: #fff;
	text-decoration: none;
	background-color: #488EB2;
	background-image: url(images/bluebtn.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
}
.greenbtn_en {
	background: #488EB2 url(images/greenbtn.gif) no-repeat;
	color: #fff;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
}
.greenbtn_korpa {
	background: #488EB2 url(images/greenbtn.gif) no-repeat;
	color: #fff;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.greenbtnp {
	background: #488EB2 url(images/greenbtn.gif) no-repeat;
	color: #fff;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
}
.nazad {
	width: 100px;
	color: #fff;
	text-decoration: none;
	background-color: #488EB2;
	background-image: url(images/bluebtn.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}
.kupipl {
	width: 100px;
	color: #fff;
	text-decoration: none;
	background-color: #488EB2;
	background-image: url(images/bluebtn.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}
.kupipl_en {
	width: 100px;
	color: #fff;
	text-decoration: none;
	background-color: #488EB2;
	background-image: url(images/bluebtn.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.kupizl {
	width: 100px;
	text-decoration: none;
	background: #488EB2 url(images/greenbtn.gif) no-repeat;
	color: #fff;
	padding-top: 1px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}
.bluebtnb:hover, .greenbtnp:hover { background: #488EB2 url(images/hoverbtn1.gif) no-repeat; color: #fff; }
.bluebtn1:hover,.bluebtnst:hover, .bluebtn1_en:hover { background: #488EB2 url(images/hoverbtn1.gif) no-repeat; color: #fff; }
.kupipl:hover, .kupizl:hover, .kupipl_en:hover { background: #488EB2 url(images/hoverbtn.gif) no-repeat; color: #fff; }
.nazad:hover { background: #488EB2 url(images/hoverbtn.gif) no-repeat; color: #fff; }
.bluebtn_en:hover, .greenbtn_en:hover { background: #488EB2 url(images/hoverbtn.gif) no-repeat; color: #fff; }
.bluebtn:hover, .greenbtn:hover { background: #488EB2 url(images/hoverbtn.gif) no-repeat; color: #fff; }
.bluebtn_korpa:hover, .greenbtn_korpa:hover { background: #488EB2 url(images/hoverbtn.gif) no-repeat; color: #fff; }

/* footer  */
.footer { clear: both; text-align: center; line-height: 1.8em; padding: 10px 0 10px 0; border-top: 1px solid #ccc; }
tr{ }
.red:hover { background-color: #9EC068; color:#FFF; } 
td { }
.pr_akc { color: #F00; font-weight:bolder; }
.polje { background-color: #FFF; }
.polje:hover { background-color: #FFF; }
.polje1 { background-color: #E4E4E4; }
.polje1:hover { background-color: #E4E4E4; }
.greska { color:#F00; }



