/*  -----------------------------------------------------

=Reset CSS

- - - - - - - - - - - - - - - - - - - - - - - - - - - */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, embed {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
}

* {font-size:100.01%}

/* remember to define focus styles! */
:focus {
	outline: none;
}
body {
	font: 12px/1.6em Arial, Helvetica, sans-serif;

}
ol {
	list-style-position: inside;
}
ul {
	list-style: none;
}
li {
	padding-left: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

a:link {
	color: #c62408;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #c62408;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

a:active {
	outline: none;
}

/*  -----------------------------------------------------

=Body

- - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	text-align: center;
	background-color: #e5e5e5;
}
	h2 {
		color: #c62408;
		font-size: 24px;
		line-height: 24px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
	h3 {
		font-weight: bold;
		font-size: 14px;
		line-height: 14px;
		color: #96969a;
		margin-bottom: 10px;
	}

h2 a:link, h2 a:visited {
	text-decoration: none;
	}
h2 a:hover{
	text-decoration: none;
	color: #000;
	}



/*  -----------------------------------------------------

=Container

- - - - - - - - - - - - - - - - - - - - - - - - - - - */

.container {
	margin: auto;
	text-align: left;
	width: 1000px;
}

.containerIK {
	margin: auto;
	text-align: left;
	width: 1000px;
	background-image: url(../img/lp-bg.gif);
	background-repeat: repeat-y;
}


/*  -----------------------------------------------------

=Header

- - - - - - - - - - - - - - - - - - - - - - - - - - - */

.header {
	width: 1000px;
	height: 81px;
	background-image: url(../img/headbg.gif);
	background-repeat: no-repeat;	
}
.logo {
	width: 161px;
	height: 48px;
	margin-left: 55px;
	margin-top: 28px;	
	float: left;
	margin-right: 21px;
	
}

/*  -----------------------------------------------------

=Topmenu

- - - - - - - - - - - - - - - - - - - - - - - - - - - */
.topmenu {
	width: 400px;
	height: 28px;
	float: left;
	margin-left: 112px;
	margin-top: 37px;
}

.topmenu ul {
 

}

.topmenu ul li { 
	display: inline;
}

.topmenu ul li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	height: 28px;
	line-height: 28px;
	color: #c2c2c2;
	text-decoration: none;
	float: left;
	border-right: 1px solid #e6e2df;
	font-weight: bold;	
}

.topmenu ul li a:visited {
	color: #c2c2c2;
	text-decoration: none;
}

.topmenu ul li a:hover {
	color: #c62408;
}

/*  -----------------------------------------------------

=Search

- - - - - - - - - - - - - - - - - - - - - - - - - - - */
.search {
	width: 240px;
	height: 30px;
	margin-left: 6px;
	margin-top: 37px;
	float: left;
}

.searchfield {
	margin: 0;
	width: 139px;
	background: none;
	border: 0;
	height: 20px;
	float: left;
	margin-top: 6px;
	margin-left: 6px;
	color: #c62408;
	font-weight: bold;
	font-family:Tahoma, Geneva, sans-serif;
	margin-right: 10px;
}

input.searchbutton {
	background-image: url(../img/searchbg.gif);
	background-repeat: no-repeat;
	background-color:#000;
	display: block;
	width: 71px;
	height: 28px;
	border: 0;
	outline: none;
}

input.searchbutton:hover {
	background-position: 0 -28px;	
		outline: none;
}

input.searchbutton:active {
	background-position: 0 -56px;	
		outline: none;
}

input.pretrazibutton {
	background-image: url(../img/searchbg3.gif);
	background-repeat: no-repeat;
	background-color:#000;
	display: block;
	width: 71px;
	height: 28px;
	border: 0;
	outline: none;
}
input.pretrazibutton:hover {
	background-position: 0 -28px;	
		outline: none;
}

input.pretrazibutton:active {
	background-position: 0 -56px;	
		outline: none;
}

input.filtrirajbutton {
	background-image: url(../img/searchbg4.gif);
	background-repeat: no-repeat;
	background-color:#000;
	width: 71px;
	height: 28px;
	border: 0;
	outline: none;
	position:relative;
	top:0;
}
input.filtrirajbutton:hover {
	background-position: 0 -28px;	
		outline: none;
}

input.filtrirajbutton:active {
	background-position: 0 -56px;	
		outline: none;
}






/****************************
 SPECIJALI
 
 ***************************/
 
.featured {
	background-image:url(../img/bgall.gif);
	background-repeat: repeat-y;
	padding: 0 20px 0 20px;
	margin: auto;
	overflow: hidden;
	position: relative;

}

.featured ul li {
	padding: 0;
}
 
div.featured div.featured-posts {
	left: 40px!important;
	top: 143px!important;
	border: 1px solid #c5c5c5;
	background: url(../img/sample/box-bg.png) no-repeat;
	padding: 0 20px!important;
	overflow: hidden;
	position: absolute!important;
	z-index: 100!important;
	height:214px;
	width: 260px;
}
.featured2 { height:190px !important;}

.bgall { 	
	background-image:url(../img/bgall.gif);
	background-repeat: repeat-y;
	padding: 0 ;
	margin: auto;
	overflow: hidden;
	position: relative;}

/********************************************************************************/			
a.prev,
a.next {
	position: absolute!important;
	z-index: 200!important;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 33px;
	width: 34px;
	text-indent: -9999px;
	top: 234px!important;

}

.prev {
	background: url(../img/left.png) no-repeat;
	left: 25px!important;
}

.prev:hover {
	background-position: 0 -33px;
}

.next {
	background: url(../img/right.png) no-repeat;
	left: 325px!important;

}

.next:hover {
	background-position: 0 -33px;
}
/***********************************************************************************/
div.featured,
div.featured div.featured-imgs ul li {
	height: 380px;
	width: 960px;
}

div.featured div.featured-imgs {
	z-index: 1!important;
}






	div.featured div.featured-posts strong {
		float: left;
		font-weight: bold;
		font-size: 14px;
		line-height: 14px;
		color: #96969a;
		margin-bottom: 10px;
	}
		
		
	
	div.featured div.featured-posts ul li {
		width: 240px;
		height: 214px;
		margin-right: 20px;
	}

	
	div.featured div.featured-posts ul li p {
		line-height: 14px;
	}
	
.mdole {
	margin-top: 360px;
		width: 302px;
	height: 20px;
	background-image:url(../img/mdolebg.gif);

	position: absolute;
	float: left;
	z-index:400;
	margin-left: 20px;
	background-repeat: no-repeat;	
	}
	
.floatleft { float:left;}

.floatright { float:right;}

.clear { clear:both;}
.clearleft { clear:left;}
.clearright { clear:right;}

/*******************
MAINMENU
*******************/

.mainmenu {
	width: 302px;
	height: 142px;
	background-image:url(../img/bgmeni1.gif);
	position: absolute;
	float: left;
	z-index:300;
	margin-left: 20px;
	background-repeat: no-repeat;	
}
	
.mainmenu ul,
.mainmenu2 ul {
	margin-top: 12px;
	margin-left: 17px;
}	
.mainmenu ul li,
.mainmenu2 ul li {
	list-style: none;
	margin-bottom: 6px;
}
	
.mainmenu ul li a,
.mainmenu2 ul li a {

	display:block;
	width: 255px;
	height: 30px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c62408;
	text-decoration: none;
	padding-left: 10px;
}

.mainmenu ul li a:visited,
.mainmenu2 ul li a:visited {
	color: #c62408;
	text-decoration: none;
}
	
.mainmenu ul li a:hover,
.mainmenu2 ul li a:hover {
	color: #F00;
}

.mainmenu li a:active {

}

.mainmenu ul li a img,
.mainmenu2 ul li a img {
	margin-bottom: 1px;
}

.mainmenu2 {
    background-image: url("../img/bgmeni3.gif");
    background-repeat: no-repeat;
    float: left;
    height: 190px;
    margin-left: 11px;
    position: absolute;
    width: 320px;
    z-index: 300;
	padding:24px 0 0 13px;
}


/*************************************

*************************************/

.sub {
	width: 1000px;
	height: 40px;
	background-image: url(../img/subbg.gif);
	background-repeat: no-repeat;
}


.sub1 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #c62408;
	margin-left: 360px;
	margin-top: 11px;
}


.sub2 {
	width: 50px;
	height: 30px;
	background-image: url(../img/subbg2.gif);
	background-repeat: no-repeat;
	margin-left: 59px;
	margin-top: 30px;
}

.subcontainer {
	background-image: url(../img/bgall-sub.gif);
	background-repeat: repeat-y;
	height: 267px;

}

.podrska {
	width: 260px;
	margin-left: 63px;
	padding-top: 13px;
	padding-bottom: 15px;
	/*float: left;*/

}

.podrska ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.podrska ul li a {
	color: #c62408;
	background-image: url(../img/pli.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 14px;
	text-decoration: none;
}

.podrska ul li a:visited {
	color: #c62408;
	text-decoration: none;
}

.podrska ul li a:hover {
	background-image: url(../img/pli2.gif);
	background-repeat: no-repeat;
	background-position: 0px;
		padding-left: 14px;
}

/*******************************
	HP VESTI
********************************/

.vesti-hp {
	width: 620px;
	height: 242px;
	float: left;
	margin-left: 37px;
	margin-top: 25px;

}

.dno {
	width: 1000px;
	height: 22px;
	background-image: url(../img/bgall-dno.gif);
	background-repeat: no-repeat;
}

.dno_white {
	width: 1000px;
	height: 22px;
	background-image: url(../img/bgall-dno-white.gif);
	background-repeat: no-repeat;
}

/******************************
	FOOTER
*******************************/

.footer {
	color: #ababab;
	font-size: 11px;
	background-color: #E5E5E5;
}

/***********************************************************************
INDEX KATEGORIJE
***********************************************************************/
.subcontainerIK {
	background-image: url(../img/lp-bg.gif);
	background-repeat: repeat-y;

}

.levipanel {
	width: 341px;
	background-image: url(../img/lp-senka.gif);
	background-repeat: no-repeat;
	background-position: 0 -90px;
	float:left;


	
}

.lpdno {
	width: 1000px;
	height: 22px;
	background-image: url(../img/lp-dno.gif);
	background-repeat: no-repeat;
	clear:both;
}

.lpheader {
	width: 1000px;
	height: 81px;
	background-image: url(../img/lp-headbg.gif);
	background-repeat: no-repeat;	
}

.lpmeni {
	width: 285px;
	margin-left: 42px;
	padding-left: 13px;
	padding-top: 38px;
	padding-bottom: 25px;
	background-color: #FFF;
	background-image: url(../img/linija.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/****************************************************************
Desni panel
******************************************************************/

.desnipanel {
	float: left;
	width: 641px;
}

.box1 {
	width: 286px;
	height: 214px;
	margin-top: 19px;
	float: left;
	background-image: url(../img/bg-box1.gif);
	background-repeat: no-repeat;
	padding: 10px;
	margin-bottom: 19px;
	
}

.box1-slika {
	
	 width: 124px; float: left; margin-top: 29px;
	 clear:both;

}

.box1-tekst {
	width: 150px; 
	float: left; 
	margin-top: 10px; 
	margin-left: 10px; 	
	font-size: 13px;
	color: #666666;	
	line-height: 16px;

}
.box2 {
	width: 294px;
	height: 214px;
	margin-top: 19px;
	margin-left: 20px;
	float: left;
	background-image: url(../img/bg-box2.gif);
	background-repeat: no-repeat;
	padding: 10px;
}


.box2 img {
	clear: both;
	float: left;
}

.pon {
	float: right;
	width: 143px;
	height: 62px;
	background-color: #FFf;
	border: 1px solid #ececec;
	margin-top: -18px;
	margin-right: 1px;
	font-size: 10px;
	color: #666666;
	line-height: 11px;
}

.pon:hover {
	border: 1px solid #dddddd;
}


.pon2 {
	float: right;
	width: 143px;
	height: 62px;
	background-color: #FFF;
	border: 1px solid #ececec;
	margin-top: 10px;
	margin-right: 1px;
	font-size: 10px;
	color: #666666;
	line-height: 11px;
}

.pon2:hover {
	border: 1px solid #dddddd;
}

.ponNaslov {
	font-size: 11px;
	color: #96969a;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	
}

.ponNaslov a:link {
	color: #96969a;	
}

.ponNaslov a:visited {
	color: #96969a;	
}

.ponNaslov a:hover {
	color: #c72e0a;
	text-decoration: none;
}

.ponNaslov2 {
	font-size: 11px;
	color: #96969a;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	
}


.ponNaslov2 a:link,
.ponNaslov2 a:visited {
	color: #96969a;	
}


.ponNaslov2 a:hover {
	color: #3e8a1c;
	text-decoration: none;
}




.ponCena {
	border-top: 1px solid #ececec;
	font-size: 14px;
	color: #c72e0a;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 2px;
	padding-top: 3px;
	}

.ponCena2 {
	border-top: 1px solid #ececec;
	font-size: 14px;
	color: #3e8a1c;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 2px;
	padding-top: 3px;
	}

.boxNaslov {
	font-size: 13px;
	font-weight: bold;
	color: #c62408;
	text-align: left;
	float: left;

}

.boxLinkovi {
	margin-top: 15px;
	margin-left: 30px;
	width: 80px;
	

}

.boxLinkovi a:link {
	font-size: 13px;
	font-weight: bold;
	color: #c62408;
	padding-left: 16px;
}

.boxLinkovi a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #c62408;
	padding-left: 16px;
}

.boxLinkovi li {
	background-image: url(../img/strelica.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	line-height: 21px;
}

/***** frend****/
.boxLinkovi-frend {
	margin-top: 15px;
	margin-left: 30px;
	width: 80px;
	

}

.load {
	margin: 0px;
}


.boxLinkovi-frend a:link {
	font-size: 13px;
	font-weight: bold;
	color: #c62408;
	padding-left: 16px;
}

.boxLinkovi-frend a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #c62408;
	padding-left: 16px;
}

.boxLinkovi-frend li {
	background-image: url(../img/strelica2.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	line-height: 21px;
}

/********************************/



.box-tel {
	clear: both;
	background-image: url(../img/bg-pk-dno.gif);
	width: 632px;
	height: 190px;
	padding: 4px;
	margin-bottom: 19px;
}

.box-telLevi {

	width: 366px;
	height: 186px;
	float: left;
	border-right: 1px solid #ececec;
	margin-left: 6px;
}

.box-telLevi p {
	clear: both;
	font-size: 12px;


}

.box-telLevi img {
	margin-left: 38px;
	margin-top: -2px;
}



.frend-baner {
	margin-left: 6px;
}


.box-telDesni {
	width: 249px;
	height: 186px;
	float: left;
	border-left: 1px solid #ffffff;
	padding-left: 6px;
	font-size: 11px;
	color: #666666;
}

.box-telDesni p {
	padding-left: 16px;
		padding-right: 5px;
		line-height: 14px;
}


.box-telNaslov {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #96969a;
	margin-top: 6px;
	padding-left: 16px;
	padding-right: 5px;
	background-image: url(../img/strelica.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	line-height: 15px;
}

.box-telDesni .boxNaslov {
	margin-bottom: 6px;}



.box-telNaslov a:link {
	color: #96969a;
}

.box-telNaslov a:visited {
	color: #96969a;
}



.box-telNaslov a:hover {
	color: #c62408;
	text-decoration: none;
}





	
/********************************************
STORY
********************************************/

.spanel {
	width: 641px;
	height: 40px;
	background-image: url(../img/bg-spanel.gif);
	background-repeat: no-repeat;	
}

h1 {
	color: #c62408;
	font-size: 19px;
	margin-left: 23px;
	padding-top: 10px;
	float: left;
}

.story {
	width: 609px;
	font-size: 12px;
	color: #636363;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 25px;
	margin-bottom: 20px;
	text-align: justify;
}

.story strong {
	color: #666;
	font-weight: bold;}
	
.story img {
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 7px;
	}	
	

.story ul {
	margin: 10px;
	margin-left: 20px;
	}
	
.story ul li {
	padding-left: 16px;
	background-image: url(../img/disk-b.gif);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	}

.print-font {
	width: 83px;
	height: 25px;
	float: right;
	padding-top: 10px;
}

.print-font img {
	float: left;
}

.font {
width: 51px;
height: 20px;
padding-top: 1px;
float: left;
margin-left: 2px;
text-align: center;
}




	#textchanger {color:#22b1e1; width: 51px; margin-left: 2px; padding-left: 2px; margin-top: -1px;  height: 20px; line-height: 20px; background: url(../img/font-bg.png) no-repeat; }
	.maloa:link,.maloa:visited  {font-size: 10px;}
	.maloa:hover { color:#000; text-decoration:none;}
	.velikoa:link,.velikoa:visited  {font-size: 13px;}
	.velikoa:hover { color:#000; text-decoration:none;}
	.reset:link,.reset:visited  {font-size: 1.0em;}
	.reset:hover { color:#000; text-decoration:none;}
	
	
	#textchanger ul { margin: 0; padding:0;	} 
	#textchanger ul li { margin: 0; padding:0; border: none; display: inline; cursor:pointer;  float: left;}
	#increase a { display: block; border: none; width:20px; height:20px; overflow: hidden;}
	#decrease a { display: block; border: none; width:20px; height:20px; overflow: hidden;}

.breadcrumb {

        width: 622px;
        height: 40px;
        background-image: url(../img/bg-spanel.gif);
        background-repeat: no-repeat;
        margin-bottom: 15px;
        line-height: 40px;
        font-size: 12px;
        color: #96969a;
        font-weight: bold;
        padding-left: 19px;

}

.breadcrumb a:link, .breadcrumb a:visited {

        text-decoration: none;
        color: #c2c2c2;
        padding-left: 3px;
        padding-right: 3px;

}

 
.breadcrumb a:hover {

        text-decoration: none;
        color: #c62408;

}

.font:hover {
	background-image: url(../img/font-bg.png);
	background-repeat: no-repeat;
	background-position: 0 -20px;
}

.print:link,.print:visited {
	display:block;
	width: 20px;
	height: 20px;
	background-image: url(../img/print.png);
	background-repeat: no-repeat;
	float: left;
}

.print:hover{
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 -20px;
}
.story-naslovi {
	width: 577px;
	font-size: 12px;
	color: #636363;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 25px;
	margin-bottom: 20px;
	text-align: justify;
}

.story-naslovi a:link,.story-naslovi a:visited{
	color: #636363;
}

.story-naslovi a:hover {
	color: #C62408;
	text-decoration: none;	
}

.story-naslovi p a:link, .story-naslovi p a:visited {
	margin-left: 5px;
	color: #C62408;

}

.story-naslovi p a:hover{
	color: #C62408;
	text-decoration: underline;
}

.story-naslovi h4  {
	background-image: url(../img/disk-b.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 10px;
	}
	
.story-naslovi span, .story-naslovi p {
	padding-left: 11px;
	padding-bottom: 20px;
}

.story-naslovi h4 a:link, .story-naslovi h4 a:visited {
/*	color: #C62408;*/
color: #96969a;
}

.story-naslovi h4 a:hover {
/*	color: #C62408;*/
color: #C62408;
}

.nav-naslovi {
	text-align: center;}


/***************podkategorije***************/

.podkategorije {
	width: 577px;
	font-size: 12px;
	color: #636363;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 25px;
	margin-bottom: 20px;
	text-align: justify;
}



.podkategorije h5 {
	font-size: 16px;
	color: #c62408;
	font-weight: bold;
	margin-bottom: 5px;
}

.podkategorije p {
	padding-top: 10px;
}

.podkategorije p.senka {
	background-image: url(../img/senka-cat.gif);
	background-repeat: no-repeat;
	background-position: center top;

}

p.lista {
	background-image: url(../img/senka-cat.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	
}


.podkategorije ul {
	width: 550px;
	overflow: hidden;
	margin-left: 55px;
	margin-top: 15px;
	margin-bottom: 35px;
} 

.podkategorije ul li {
	/*width: 210px;
	padding-left: 18px;
	float: left;*/
	background-image: url(../img/disk-c.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 18px;
	padding-right: 15px;
	text-align: left;
}


.podkategorije ul.kolona li {
	width: 410px;
	clear: both;
	margin-left: 30px;

}

.podkategorije strong {
	color: #666;
	font-weight: bold;}
	
.podkategorije img {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	}	
	


/********************tabele*****************/

table
{

	font-size: 12px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 10px;

}


table th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	background: #f4c2c2;
	font-weight: bold;
}
table td
{
	padding: 8px;
	background: #f2f2f2;
	border-top: 1px solid #fff;
	color: #c62406;

}

table tbody tr:hover td
{
	background: #fbebeb;
}

table caption {
		color: #c62406;
	font-weight: bold;
	padding-left: 8px;
	margin: 0;
	padding-top: 10px;

}



/************tabela telefoni***********/

table.telefoni
{

	font-size: 12px;

	width: 550px;
	text-align: center;
	margin: 0;
	padding: 0;


}


table.telefoni td
{
	padding: 0px;
	background: none;
	border: 0;
	color: #666;
	text-align: center;
	font-weight: bold;

}

table.telefoni img {
	border: 1px solid #ececec;
	margin-left: 13px;
	margin-top: 5px;
	margin-bottom: 0;
}

table.telefoni img:hover {
	border: 1px solid #dddddd;
}


table.telefoni tbody tr:hover td
{
	background: none;
}



/*********sitemap************/

.sitemap {padding-left: 20px;
padding-top: 10px;
padding-bottom: 20px;}

.sitemap ul { margin-left: 20px;}

.sitemap ul li {
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
}
 
.sitemap ul li ul {

}

.sitemap ul li ul li {
		font-size: 12px;
		font-weight: bold;
		margin-top: 0;
}

.sitemap ul li ul li a:link, .sitemap ul li ul li a:visited {
		font-size: 12px;
		font-weight: bold;

}


.sitemap ul li ul li ul li {
		font-size: 12px;
		color: #929296;
}

.sitemap ul li ul li ul li a:link, 
.sitemap ul li ul li ul li a:visited {
		font-size: 12px;
		color: #929296;
}

.sitemap ul li ul li ul li ul li{
		font-size: 12px;
		color: ##929296;
		font-weight: normal;
}

.sitemap ul li ul li ul li ul li a:link, 
.sitemap ul li ul li ul li ul li a:visited {
		font-size: 12px;
		font-weight: normal;
		color: #929296;
}

.sitemap ul li ul li ul li ul li ul li {
		list-style: disc;
		margin-left: 8px;

}

/****frend***/

.frend-boja {
	color: #50ae22;
}

/**********korisnicke***********/


.cimage {
	margin-left: -8px;
}

.sreklam {
	clear:both;
	margin-top: 7px;
	float: left;
	width: 189px;
	margin-left: -10px;
}

.sreklam img {
	margin: 0;
	padding: 0;
}


.reklamacije {
	float: left;
	margin-top: 5px;
	width: 175px;
	height: 91px;
	color: #666;

	line-height: 15px;
}



.boxLinkovi2 {
	margin-top: 45px;
	margin-left: 0px;
	width: 180px;

}

.boxLinkovi2 a:link {
	font-size: 12px;
	font-weight: bold;
	color: #c62408;
	padding-left: 16px;
}

.boxLinkovi2 a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #c62408;
	padding-left: 16px;
}

.boxLinkovi2 li {
	background-image: url(../img/strelica.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	
	line-height: 21px;
}

.slikaadsl {
	margin-top: 12px;
	margin-left: -2px;
}

.posjetite {
	padding-top: 3px;
	clear: both;
	color: #666;
	width: 294px;
	height: 201px;
	background-image: url(../image/1285/express3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

.listapos {
	

	margin-top: 30px;
}

.listapos ul {
	
	margin-left: 20px;
	margin-top: 20px;
}


.listapos ul li {
	background-image: url(../img/disk-c.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 16px;
	padding-left: 15px;
	margin-bottom: 5px;
	color: #666;
}


.prijavas {
	font-size: 16px;
	font-weight: bold;
	color: #c62408;
	
}

.express {


	margin: 0;
	padding: 0;
	margin-right: -8px;


}

.express img {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 12px;
}

.puni {
	font-size: 13px;
	color: #c62408;
	font-weight: bold;
}

.puni a:link,
.puni a:visited {
	font-weight: normal;
}




.listapos2 {
	margin-top: 20px;

	width: 303px;
	height: 144px;
	background-image: url(../image/1286/express3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
	
}

.listapos2 ul {
	
	margin-left: 10px;
	padding-top: 10px;
}


.listapos2 ul li {
	background-image: url(../img/disk-c.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 16px;
	padding-left: 15px;
	margin-bottom: 5px;
	color: #666;
}

.ccenter {
	clear: both;
	padding-top: 25px;
	width: 290px;
	color: #666;
	line-height: 15px;
	
}



.listapos3 {
	margin-top: 10px;
	width: 303px;
	height: 144px;

	
}

.vpn {
	
	background-image: url(../image/1291/tgroup.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
	width: 295px;
	height: 204px;
	clear: both;
	color: #666;
}

.listapos3 ul {
	
	margin-left: 10px;
	padding-top: 10px;
}


.listapos3 ul li {
	background-image: url(../img/disk-c.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 16px;
	padding-left: 15px;
	margin-bottom: 5px;
	color: #666;
}


.listapos3 ul li a {
	font-weight: bold;

}

.tp {
	width: 352px;
	height: 162px;
	background-image: url(../image/1292/tp.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

.listapos4 ul {
	
	margin-left: 0px;
	padding-top: 55px;
}


.listapos4 ul li {
	background-image: url(../img/disk-c.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 16px;
	padding-left: 15px;
	margin-bottom: 5px;
	color: #666;
}


.listapos4 ul li a {
	font-weight: bold;

}
.bbr {
	width: 426px;
	height: 223px;
	background-image: url(../image/1363/bbr.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
}


.mojton {
	margin: 0;
	padding: 0;
	margin-left: -48px;
	margin-top: 32px;
}


.slikes {
/*	border: 1px solid #ececec;*/
}

/**********trejleri***********/

#trejleri h1 {
	margin-left:15px
}

#trejleri .desnipanel {
	width:639px;
}

#trejleri .jqTransformSelectWrapper ul {
	height:auto !important;
	width:223px !important;
	}
#trejleri .jqTransformSelectWrapper ul a {
	width:216px !important;
}
#trejleri .jqTransformSelectWrapper {
	width:225px!important;
}
#mediaspace {
width:410px;
height:315px;
margin:0 auto;
background-color:#000;
}
 
#mediaspace embed { 
	
	}
.categorySelect { 
	margin-left:15px;
	padding:10px 0;
	}
.categorySelect { float:right;}

.player, .trejlerDesc { background:#f9f9f9;
	border: 1px solid #ececec;
	padding:20px;
	text-align:center;
	width:583px;
	margin-left:15px;
	clear:both;
	}
.trejlerDesc { border-top:none; display:inline-block; }
#trejleri .trejlerDesc h1 {
	float:left;
	margin:0;
}
.trejlerDesc .text { 
	width:100%;
	color:#79797b;
	clear:left;
	text-align:justify;
	margin-top:15px;
	float:left;
	}
.trailerList { 
	width:640px;
	margin:10px 0 30px 0;
	display:inline-block;
}
.trailerList li {

	width:300px;
	color:#79797b;
	float:left;
	}
.thumbnail-item a {color:#79797b !important;}
.thumbnail-item a:hover { color:#C62408!important;}


#paginator { 
	width:100%;
	text-align:center;
	display:block;
	clear:both
	}
.paginator {
	padding:0 7px;
	display:inline-block;
	background-color: #efefef;
	font-size:14px;
}
.current {padding:0 7px;
	display:inline-block;
	color:#FFFFFF !important;
	background:#C62408;
	}
	
	
/********** tv vodic ***********/

.controll { margin-left:340px;
	margin-top:0px;
}

.vodicbaner {
	width:350px; 
	height:140px;
	clear:left;
	margin-top:10px;
	background-color:#dadada;
	}

.controll h1 {
	margin-bottom:10px;
	margin-left:0;
	padding-top:0;
}
.chanelSelect { 
    border: 1px solid #EFEFEF;
    margin-top: 10px;
    padding: 0 0px 10px;
    width: 256px;
}
.chanelSelect  h2 {
	font-size:14px;
	color:#000;
	top:0;
	background:#efefef;
	margin-top:0;
	padding:0px 10px;
}
.chanelSelect  div {
	padding:0 10px;
}

.programSheme {
	display:block; clear:both;
}

.contentSelector {
	background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #DFDFDF;
    float: left;
    height: 29px;
    margin-left: 15px;
    padding: 2px 0 0 5px;
    width: 534px;
}
.datepicker {
}
.selectform {
	display:inline-block;
	float:left;
}
.katmenu{ float:right; 
	clear:both;
	height:33px;
	display:inline-block;
	width:100%;
}

.katmenu ul {
	width:444px;
	float:right
}
.katmenu li {
	display:inline-block;
	margin-right:-2px;
}

.katmenu li a {
	color:#FFFFFF;
	text-decoration:none;
}

.katmenu .sve {
	background:url(../img/katSve_bg.png) bottom repeat-x;
	width:107px;
	height:32px;
	display:block;
	text-align:center;
	line-height:35px;
}

.katmenu .sve:hover,
.actsve {
	background-position: top !important;
	}

.katmenu .film {
	background:url(../img/katFilm_bg.png) bottom repeat-x;
	width:107px;
	height:32px;
	display:block;
	text-align:center;
	line-height:35px;
}
.katmenu .film:hover,
.actfilm {
	background-position:top !important;
	
}

.katmenu .serije {
	background:url(../img/katSerije_bg.png) bottom repeat-x;
	width:106px;
	height:32px;
	display:block;
	text-align:center;
	line-height:35px;
}
.katmenu .serije:hover, .actserije {
	background-position:top !important;
	}

.katmenu .sport {
	background:url(../img/katSport_bg.png) bottom repeat-x;
	width:106px;
	height:32px;
	display:block;
	text-align:center;
	line-height:35px;
}
.katmenu .sport:hover,
.actsport
{
	background-position:top !important;
	}

.active { height:33px !important;}
.floatRight { float:right !important;}

.video_detail {
	color: #636363;
    font-size: 12px;
    margin-bottom: 20px;
	padding:25px 20px 20px 20px;
    text-align: justify;
}

.pozicioniranje {
	position:relative;
}

.tv {
    border-right: 1px solid #dfdfdf;
    clear: left;
    display: block;
    float: left;
    left: 15px;
    padding: 0 0 0 7px !important;
    position: absolute;
    width: 113px!important;
	background:#ebebeb;
	text-align:center !important;
	
}

.banner, .banner2 {
	z-index:100;
}

.film { background:#d7e5f2;}
.sport { background:#e9f4cf;}
.serije { background:#f3e4ec;}

.tablecell_border { 
	border-right:1px solid #fff;
	text-align:center;
	font-weight:bold;
}

.width200 {
	width:200px;
}

/*SOCIAL MEDIA ICONS*/
.icons_social_media{
    /*float: left;*/
    height: 22px;
    margin-left: 63px;
    /*padding-top: 230px;*/
    /*position: absolute;*/
	padding-top: 10px;
    width: 260px;
}
.icons_social_media .icon_fb{
	background:url(../img/icon_fb.jpg) left bottom no-repeat;
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 7px;
}
.icons_social_media .icon_fb:hover{
	background:url(../img/icon_fb_hover.jpg) left bottom no-repeat;
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 7px;
}
.icons_social_media .icon_yt{
	background:url(../img/icon_yt.jpg) left no-repeat;
	display: block;
	width: 45px;
	height: 22px;
	float: left;
}
.icons_social_media .icon_yt:hover{
	background:url(../img/icon_yt_hover.jpg) left no-repeat;
	display: block;
	width: 45px;
	height: 22px;
	float: left;
}
.clearboth{
	clear: both;
}
.fl_left{
	float: left;
}
