/* global */
	html,body {
		height: 100%;
		}
    body{
		background:#666565;
        font:11px Arial, Helvetica, Sans-Serif;
		color:#333;
		line-height:140%;
		margin:0;
		padding:0;
		text-align:center;
        }

#b_billboard {
     background: url("img/bg_container_plain.gif") repeat-y scroll 0 0 #FFFFFF;
}

 .skippy-links {
    position:absolute;
    top:-999em;
 }

    /* headings */
        h1{
			font-size:20px;
			font-weight:normal;
            }
		h2, h3, h4, h5, h6{
			font-weight:normal;
			margin:1em 0;
			}
        h2{font-size:18px;}
        h3{font-size:16px;}
        h4{font-size:14px;}
		.item h2, .item h3, .items h2, .items h3{font-family:Georgia, "Times New Roman", Times, serif;}
		.item h2.title, .items h2.title{font-family:Arial, Helvetica, Sans-Serif;}
		h2.alt{margin-bottom:0;}
		#layout3 h2.alt{
			color:#fff;
			float:left;
			display:inline;
			margin-top:-24px;
			margin-left:80px;
			font:normal 15px Arial, Helvetica, sans-serif;
			}
    /* // headings */

    /* image replacement */
        .graphic, #header h1, #header button, .ititle,
		#nav1, #nav2, #nav3, #nav4, #nav5, #nav6, #nav43,#nav56, #nav100,
		ul.picker, #most li, .ilink, #horoscope li a{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
			text-align:left;
            }
    /* // image replacement */

    /* clearfix */

		.fixed:after, #content:after, .item:after, .items:after, .items li:after,
		.article .frame:after, .article_frame:after, .articleBodyFrame:after{
			content:".";
			display:block;
			height:0;
			clear:both;
			visibility:hidden;
			}
		.fixed, #content, .item, .items, .items li,
		.article .frame, .article_frame, .articleBodyFrame{display:block;}
		.articleBodyFrame{clear:both;}
		/*  \*/
		.fixed, #content, .item, .items, .items li,
		.article .frame, .article_frame, .articleBodyFrame{min-height:1%;}
		* html .fixed, * html #content, * html .item, * html .items, * html .items li,
		* html .article .frame, * html .article_frame, * html .articleBodyFrame{height:1%;}

    /* // clearfix */

	/* HTML Tags */
        a{
			text-decoration:none;
			/*color:#bd0000;*/
			color:#f00;
            }
		a.alt{color:#fff;background:#f00;padding:0 5px;}
        a:hover{
			color:#999;
            }
		table, input, textarea, select, li{
			font:100% Arial, Helvetica, Sans-Serif;
			line-height:140%;
			color:#333;
			}
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		blockquote{
			}
		img{
			border:none;
			}
		img.left{float:left;margin-right:5px;}
		img.right{float:right;margin-left:5px;}
		hr{
			display:none;
			}
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{
			padding:2px 5px;
			}
		th{
			text-align:left;
			}
		li{
			display:list-item;
			}
		fieldset{
			margin:0;
			padding:0;
			border:none;
			}
		legend{
			display:none;
			}
		dl, dd, dt{margin:0;padding:0;}
		dt{margin-top:.5em;}

	/* // HTML Tags */

		form ol{
			margin:1em 0;
			padding:0;
			}
		form li{
			list-style:none;
			margin:.5em 20px;
			padding:0;
			}
		label{
			clear:both;
			float:left;
			width:100px;
			text-align:right;
			margin-right:5px;
			}
		form p.alt{
			margin-left:125px;
			}
		form .radio, form .checkbox{vertical-align:middle;}
		form .submit{
			clear:both;
			margin:.5em 20px .5em 125px;
			}
		button{
			border:none;
			padding:0;
			height:27px;
			line-height:27px;
			text-align:center;
			width:80px;
			background:url(img/bg_button.gif) repeat-x;
			color:#fff;
			font-weight:bold;
			font-size:11px;
			cursor:pointer;
			}

/* // global */

/* page setup */

	#container, #footer{
		margin:0 auto;
		width:992px;
		text-align:left;
		position:relative;
		}
	#container{
		background:url(img/bg_container.gif) repeat-y;
		min-height:100%;
		background-color:#fff;
		}
	* html #container{
		height:100%;
		}
	#header{
		height:168px;
		position:relative;
		background:url(img/bg_header.gif) no-repeat 0 0;
		}
	#content{
		background:url(img/bg_content.gif) no-repeat 0 0;
		padding-bottom:100px;
		margin-left:8px;
		position:relative;
		}
	#main{
		float:left;
		display:inline;
		margin-left:12px;
		width:468px;
		}
	#secondary{
		float:left;
		display:inline;
		margin-left:12px;
		width:300px;
		}
	#extra{
		float:left;
		display:inline;
		margin-left:12px;
		width:160px;
		padding-top:4px;
		}
	#footer{
		z-index:10;
		height:80px;
		margin-top:-80px;
		background:#666565 url(img/bg_footer.gif) repeat-x;
		color:#fff;
		}

	/* layout 1 (default) // */

	/* layout 2 */

		#layout2 #container{background:url(img/bg_container2.gif) repeat-y;background-color:#fff;}
		#layout2 #content{background:url(img/bg_content2.gif) no-repeat 0 0;}
		#layout2 #main{
			width:535px;
			}
		#layout2 #secondary{
			width:234px;
			margin-left:11px;
			}

	/* // layout 2 */

	/* layout 3 */

		#layout3 #container{background:url(img/bg_container3.gif) repeat-y;background-color:#fff;}
		#layout3 #content{background:url(img/bg_content3.gif) no-repeat 0 0;}
		#layout3 #main{
			width:780px;
			}
		#layout3 #secondary{display:none;}

	/* // layout 3 */

    /* layout 4 */
        #layout4 #container{background:url(img/bg_container_article.gif) repeat-y; background-color:#fff;}
        #layout4 #content{background:url(img/bg_content_article.gif) no-repeat 0 0; */}
        #layout4 #main{
            width:640px;
			margin-right: 1px;
            }
        #layout4 #secondary {
            width:300px;
            margin-left:11px;
            }
        #layout4 .article .body {
	       width: 617px;
        }

        #layout4 .item2 .body {
	       width: 490px;
        }

        #layout4 #articleCommentForm {
	       margin-right: 120px;
        }

        #layout4 .article .intro {
	       background: url(img/bg_articleIntro.gif) repeat-y scroll 107px 0px;
        }

        #layout4 .article h1,
        #layout4 .article .preamble,
        #layout4 .article .summary {
	       width: 470px;
        }

/* //page setup */

/* main nav */

	ul#nav, ul#nav ul, ul#nav li{
		margin:0;
		padding:0;
		list-style:none;
		}
	ul#nav{
		float:left;
		display:inline;
		margin-left:16px;
		height:25px;
		position:relative;
		}
	ul#nav li{
		float:left;
		display:inline;
		margin-top:3px;
		height:22px;
		line-height:22px;
		text-transform:uppercase;
		}

	ul#nav li a{
		float:left;
		color:#333;
		display:inline;
		height:22px;
		background-repeat:no-repeat;
		}

	#nav1{width:56px;background-image:url(img/menu.png);}
	#nav2{width:53px;background:url(img/menu.png) -56px 0;}
	#nav3{width:73px;background:url(img/menu.png) -109px 0;}
	#nav4{width:61px;background:url(img/menu.png) -182px 0;}
	#nav5{width:67px;background:url(img/menu.png) -243px 0;}
	#nav6{width:114px;background:url(img/menu.png) -310px 0;}
	#nav43{width:85px;background:url(img/menu.png) -424px 0;}
        #nav56{width:85px;background:url(img/menu.png) -585px 0;}
	#nav100{width:76px;background:url(img/menu.png) -509px 0;}

	li.sfHover a#nav1, a#nav1:hover {background:url(img/menu.png) 0 -22px;}
	li.sfHover a#nav2, a#nav2:hover  {background:url(img/menu.png) -56px -22px;}
	li.sfHover a#nav3, a#nav3:hover  {background:url(img/menu.png) -109px -22px;}
	li.sfHover a#nav4, a#nav4:hover  {background:url(img/menu.png) -182px -22px;}
	li.sfHover a#nav5, a#nav5:hover  {background:url(img/menu.png) -243px -22px;}
	li.sfHover a#nav6, a#nav6:hover {background:url(img/menu.png) -310px -22px;}
	li.sfHover a#nav43, a#nav43:hover {background:url(img/menu.png) -424px -22px;}
        li.sfHover a#nav56, a#nav56:hover {background:url(img/menu.png) -585px -22px; background-repeat: no-repeat}
	li.sfHover a#nav100, a#nav100:hover {background:url(img/menu.png) -509px -22px;}

	/* Sub nav. */

	ul#nav li ul{
		position:absolute;
		top:25px;
		left:0;
		width:800px;
		height:24px;
		background:url(img/bg_subnav.gif) no-repeat 0 0;
		padding-left:1px;
		display:none;
		}

	ul#nav li ul li{
		margin-top:0;
		height:24px;
		line-height:24px;
		background:url(img/bg_subnav.gif) no-repeat 100% 0;
		padding-right:1px;
		font-size:10px;
		}

	ul#nav li ul li a{
		float:left;
		height:24px;
		line-height:24px;
		padding:0 7px 0 8px;
		}

	ul#nav li ul li a:hover, ul#nav li ul li.current a{
		background:url(img/bg_subnava.gif) repeat-x 0 0;
		}
	ul#nav li ul li.current a{
		font-weight:bold;
		}

/* //main nav */

/* header */

	#header h1{
		margin-left:16px;
		width:243px;
		height:119px;
		}
	#header h1 a{
		width:227px;
		height:90px;
		display:block;
		background:url(img/bg_logo.gif) no-repeat 0 0;
		margin-top:24px;
		}
	.en #header h1 a {
		background:url(img/bg_logo_en.gif) no-repeat 0 0;
		}

	#header form, #header p{margin:0;}
	#header form{
		}
	#header fieldset{
		float:left;
		display:inline;
		}
	#header form p{
		float:left;
		display:inline;
		line-height:24px;
		margin-left:5px;
	}
	#header label{display:none;}
	#header label.alt{
		float:left;
		clear:none;
		text-align:left;
		display:inline;
		line-height:24px;
		margin-left:3px;
		width:auto;
		}
	#header input{
		float:left;
		display:inline;
		height:14px;
		margin-top:6px;
		}
	#header input.field{
		width:140px;
		margin-top:4px;
		border:1px solid #ccc;
		}
	#header button{
		border:none;
		width:47px;
		height:18px;
		cursor:pointer;
		}
	#searchForm{
		float:right;
		display:inline;
		width:auto;
		background:url(img/bg_search.gif) no-repeat 0 0;
		height:25px;
		padding-left:30px;
		padding-right:8px;
		}
	#header form#searchForm{margin-right:8px;}
	#searchForm button{
		margin-top:5px;
		background:url(img/btn_search.gif) no-repeat 0 0;
		}
	#searchForm button:hover{
		background:url(img/btn_search.gif) no-repeat 0 -18px;
		}
	#loginForm{
		float:left;
		display:inline;
		position:absolute;
		right:8px;
		top:144px;
		background:url(img/bg_login.gif) no-repeat 0 0;
		height:24px;
		padding-left:30px;
		padding-right:8px;
		}
	p#loginForm{
		float:left;
		height:24px;
		line-height:24px;
		}
	#header #loginForm input.field{width:90px;}
	#loginForm button{
		margin-top:4px;
		background:url(img/btn_login.gif) no-repeat 0 0;
		}
	#loginForm button:hover{
		background:url(img/btn_login.gif) no-repeat 0 -18px;
		}
	strong.formError {
		font-size: 8px;
		color: #f00;
	}
	#lang{
		float:right;
		background:url(img/bg_lang.gif) no-repeat 0 0;
		height:25px;
		line-height:26px;
		color:#fff;
		padding:0 10px 0 25px;
		}
	p#lang a{color:#fff;}
	p#lang a:hover{text-decoration:underline;}

/* // header */

/* content */

           .frontFeatured {
                margin-top: 5px;
                position: relative;
                width: 468px;
                height: 200px;
                display: block;
            }
            .frontFeatured .image {

                position: absolute;
                left: 0px;
                top: 0px;
            }
            .frontFeatured .overlay {
                margin: 0;
                position: absolute;
                bottom: 0px;
                left: 0px;
                filter:alpha(opacity=70);
                opacity: 0.7;
                background: #000;
                width: 468px;
                height: 60px;
                display: block;
            }
            .frontFeatured h3 {
                position: absolute;
                bottom: 0px;
                left: 0px;
                margin: 0px;
                font-family: Verdana;
                font-size: 18px;
                line-height: 25px;
                font-weight: bold;
                padding: 7px 5px 7px 10px;
            }
            .frontFeatured h3 a {
                color: #fff;
                display: block;
                height: 50px;
                overflow: hidden;
                width: 458px;
            }
            .frontFeatured .overlayDown {
                position: absolute;
                bottom: 0px;
                left: 0px;
                height: 20px;
                width: 468px;
                display: block;
            }
            .frontFeatured .overlayDown span {
                font-weight: bold;
                color: #fff;
                padding-left: 10px;
            }
            .frontFeatured .overlayNadnaslov {
                position: absolute;
                bottom: 60px;
                left: 0px;
                padding: 0 20px 0 10px;
                background: url(img/overlayNadnaslov.gif) no-repeat center right;
                font-weight: bold;
                font-size: 14px;
                color: #fff;
                height: 20px;
                line-height: 20px;
            }

	#intro{
		margin:0;
		position:absolute;
		top:0;
		left:0;
		height:26px;
		background:url(img/bg_intro1.gif) no-repeat 0 0;
		padding-left:74px;
		}
	#intro span{
		float:left;
		height:26px;
		line-height:22px;
		color:#fff;
		background:url(img/bg_intro2.gif) no-repeat 100% 0;
		font-size:10px;
		padding:0 32px 0 8px;
		}


	/* titles */

		.title{
			margin:4px 0;
			height:30px;
			font-family:Arial, Helvetica, sans-serif;
			color:#fff;
			font-size:12px;
			font-weight:bold;
			}
		.title span{
			float:left;
			margin-top:4px;
			height:22px;
			line-height:20px;
			text-transform:uppercase;
			padding-left:12px;
			padding-right:24px;
			min-width:30px;
			}

		.title1{background:url(img/bg_title1.gif) repeat-x;}
		.title1 span{background:url(img/bg_title1_2.gif) no-repeat 100% 0;}
		.title2{background:url(img/bg_title2.gif) repeat-x;}
		.title2 span{background:url(img/bg_title2_2.gif) no-repeat 100% 0;}
		.title3{background:url(img/bg_title3.gif) repeat-x;}
		.title3 span{background:url(img/bg_title3_2.gif) no-repeat 100% 0;}
		.title4{background:url(img/bg_title4.gif) repeat-x;}
		.title4 span{background:url(img/bg_title4_2.gif) no-repeat 100% 0;color:#666;}
		.title5{background:url(img/bg_title5.gif) repeat-x;}

		.title a{color:#fff;}
		.title4 a{color:#666;}

		h2.arhiva em{display:none;}
		h2.arhiva span{
			background:url(img/ititle_arhiva.gif) no-repeat 0 0;
			height:24px;
			line-height:24px;
			padding-left:70px;
			}

	/* ititles (image titles) */

		.ititle{
			margin:4px 0;
			height:32px;
			}
		.ititle span{
			display:block;
			margin-top:4px;
			height:28px;
			width:140px;
			}

		#extra .ititle span{
			width:100px;
		}

		.ititle1{background:url(img/bg_title1.gif) repeat-x;}
		.ititle2{background:url(img/bg_ititle2.gif) repeat-x;}
		.ititle3{background:url(img/bg_ititle3.gif) repeat-x;}
		.ititle4{background:url(img/bg_ititle4.gif) repeat-x;margin-bottom:0;}
		.ititle5{background:url(img/bg_ititle5.gif) repeat-x;margin-bottom:0;}
		.ititle6{background:url(img/bg_ititle6.gif) repeat-x;margin-bottom:5px;margin-top:20px;}
		.ititle7{background:url(img/bg_ititle7.gif) repeat-x;}


/*

.sprite-ititle_arhiva { background-position: 0 -86px; }
.sprite-ititle_english { background-position: 0 -314px; }
.sprite-ititle_latest { background-position: 0 -580px; }
.sprite-ititle_otherStories { background-position: 0 -770px; }
.sprite-ititle_printEdition { background-position: 0 -922px; }

*/
		.latestNews{background:url(img/ititle_latest.gif) no-repeat 0 0;}
		.otherStories{background:url(img/ititle_otherStories.gif) no-repeat 0 0;}
		.printEdition{background:url(img/ititle_printEdition.gif) no-repeat 0 0;}
		.english{background:url(img/ititle_english.gif) no-repeat 0 0;}
		.vijesti{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -1188px;}
		.najnovije{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -694px;}
		.najnovije_vijesti{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -732px;}
		.vrijeme{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -1226px;}
		.komentari{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -1264px;}
		.dan{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -238px;}
		.dionice{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -276px;}
		.tiskano{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -1112px;}
		.foto{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -352px;}
		.izbor{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -542px;}
		.partneri{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -808px;}
		.rubrika{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -1036px;}
		.horoskop{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -428px;}
		.horoskop2{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -466px;}
		.astroloski{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -162px;}
		.tjedni_horoskop{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -1150px;}
		.autor{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -200px;}
		.arhiva2{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -124px;}
		.najcitanije{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -656px;}
		.pretplata{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -884px;}
		.pravne{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -846px;}
		.error404{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -10px;}
		.marketing{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -618px;}
		.siteinfo{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -1074px;}
		.godisnji_horoskop{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -390px;}
		.registracija{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -998px;}
		.profil{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -960px;}
		.impressum{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -504px;}
		.archive{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -48px;}
		.topteme{background:url(img/button-sprites.png?3) no-repeat 0 0; background-position: 0 -1302px;}

		.subtitle{
			font-size:15px;
			text-transform:uppercase;
			color:#069;
			padding-left:8px;
			}
		h4.subtitle{
			font-size:12px;
			color:#f00;
			}
		.full .subtitle, .col h4.subtitle{padding-left:0;}
		#layout3 .col h3.subtitle{padding-left:0;padding-bottom:.5em;border-bottom:1px solid #dadada;}
		#layout3 .first h3.subtitle{padding-left:16px;}
		#registration .first h3.subtitle, #registration .col h3.subtitle{padding-left:8px;}

	/* // titles */

	/* items */

		.item h3, .items h3{position:relative;margin:0;}
		.item h3 a, .items h3 a{
			display:block;
			padding:6px 8px;
			padding-bottom:16px;
			background:url(img/bg_line1.gif) no-repeat 8px 100%;
			}
		.item p.image, .items p.image{margin:0;}
		.item .body p, .items .body p{margin:.2em 8px;}
		.item .body p a, .items .body p a{font-family:Georgia, "Times New Roman", Times, serif;font-style:italic;}

		.itemNajnovije {
			color:#069;
			border-bottom:1px solid #ECECEC;
			padding:0.5em 0 0.5em 0;
			}
		.itemNajnovije .image {
			float: left;
			width: 80px;
			}
		.itemNajnovije h3 a {
			background: none;
			color:#069;
			font-size: 14px;
			padding-bottom:6px;
			}
		.itemNajnovije .body {float: left; width: 455px;}
		.itemNajnovije p.najnovijeText {float: left; color: #555;}

		#layout2 #main .item1{
			border-bottom:1px solid #ececec;
			padding-bottom:.5em;
			}

		.item1 h3 a, .items h3 a, .col .item h3 a{color:#069;}

		.item1 .image{
			float:left;
			width:233px;
			}
		.item1 .body{
			float:left;
			width:235px;
			}
		#layout2 .item1 .image{
			width:300px;
			}

		.item2 .image{
			float:left;
			width:150px;
			}
		.item2 .body{
			float:left;
			width:318px;
			}
		#layout2 .item2 .body{
			width:385px;
			}
		.col .item .image{
			float:left;
			width:106px;
			}
		.col .item .body{
			float:left;
			width:157px;
			}
		.col .item h3{font-size:14px;}


		.item2 h3{font-size:14px;}

		#layout2 #secondary .item{
			border-top:1px solid #dadada;
			padding:8px 0;
			}
		#layout2 #secondary .item h3 a{
			display:block;
			padding:4px 8px;
			background:none;
			font-size:13px;
			color:#069;
			}
		#layout2 #secondary .item h3 a:hover{
			color:#f00;
			background:none;
			}

		ul.items, ul.items li, ul.items ul,
		ul.items2, ul.items2 li, ul.items2 ul{
			margin:0;
			padding:0;
			list-style:none;
			}

		#main ul.items, #secondary ul.items{
			margin:.5em 0;
			}
		#layout2 #main ul.items{
			border-bottom:1px solid #ececec;
			padding-bottom:.5em;
			}

		#main ul.items li{
			float:left;
			display:inline;
			width:150px;
			margin-left:9px;
			}
		#layout2 #main ul.items li{
			width:173px;
			margin-left:8px;
			}
		#main ul.items li.odd{
			width:309px;
			}
		/* smanjeno sa 310 > 309 */
		#main ul.items li.odd p.image{
			width:309px;
			height:150px;
			overflow:hidden;
			}
		#layout2 #main ul.items li.odd, #layout2 #main ul.items li.odd p.image{
			width:354px;
			height:auto;
			}

		#layout3 #main ul.items li{
			width:152px;
			margin-left:5px;
			margin-bottom:1em;
			}
		#layout3 #main ul.author li{
			width:189px;
			margin-left:8px;
			}
		#layout3 .items h3 a:hover{
			background-color:#fff;
			color:#f00;
			}
		#layout3 #main ul.author li.odd{
			width:386px;
			background:url(img/bg_author.gif) no-repeat 100% 0;
			}
		#layout3 #main ul.author li.odd p.image{
			float:left;
			display:inline;
			width:146px;
			height:auto;
			}
		#layout3 #main ul.author li.odd p.image img{margin-left:8px;}
		#layout3 #main ul.author li.odd .body{
			float:left;
			display:inline;
			width:240px;
			padding-top:120px;
			}
		#layout3 #main ul.author li.odd .body h3{
			float:left;
			color:#069;
			font-size:18px;
			}
		#layout3 #main ul.author li.odd .body p{
			float:right;
			color:#999;
			margin-top:.5em;
			}

		#main ul.items li p.info{
			margin:0;
			padding:7px 8px 3px 8px;
			color:#888;
			text-transform:uppercase;
			background:#e7e7e7 url(img/bg_info1.gif) repeat-x;
			font-size:10px;
			}
		#main ul.items li h3{
			font-size:14px;
			}
		#main ul.items li.first, #secondary ul.items li.first,
		#layout2 #main ul.items li.first, #layout3 #main ul.items li.first{
			clear:both;
			margin-left:0;
			}

		#main .item .preamble, #main .items .preamble{
			font-size:10px;
			text-transform:uppercase;
			line-height:120%;
			margin:0 0 -2px 0;
			padding:4px 8px 0 8px;
			}

		#secondary ul.items li{
			float:left;
			display:inline;
			width:94px;
			margin-left:9px;
			}
		#secondary ul.items li h3{
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
			background-image:none;
			}
		#secondary ul.items li h3 a{background-image:none;}

		#layout2 #secondary ul.items li{
			float:none;
			display:block;
			width:100%;
			margin:0 0 4px 0;
			}
		#layout2 #secondary ul.items li .image{
			float:left;
			display:inline;
			width:80px;
			}
		#layout2 #secondary ul.items li .body{
			float:left;
			display:inline;
			width:154px;
			}

		#secondary ul.items li.even, #secondary ul.items li.odd,
		#layout2 #secondary ul.items li.even, #layout2 #secondary ul.items li.odd{
			float:left;
			display:inline;
			width:100%;
			margin:0;
			}
		#secondary ul.items li.even{background:#68a3bf;}
		#secondary ul.items li.odd{background:#003854;}
		#secondary ul.items li.even .body, #secondary ul.items li.even .image,
		#secondary ul.items li.odd .body, #secondary ul.items li.odd .image{
			float:left;
			display:inline;
			}
		#secondary ul.items li.even .image, #secondary ul.items li.odd .image{width:80px;}
		#secondary ul.items li.even .body, #secondary ul.items li.odd .body{width:220px;}

		#secondary .items li.even h3, #secondary .items li.odd h3{margin-bottom:0;}
		#secondary .items li.even h3 a{color:#073f5b;padding-top:2px;padding-bottom:0;}
		#secondary .items li.even h3 a:hover{background:none;color:#fff;}
		#secondary .items li.odd h3 a{color:#9cc;padding-top:2px;padding-bottom:0}
		#secondary .items li.odd h3 a:hover{background:none;color:#fff;}

		#secondary ul.items li.odd .image{margin-left:220px;}
		#secondary ul.items li.odd .body{margin-left:-300px;}
		#layout2 #secondary ul.items li.odd .image{margin-left:154px;}
		#layout2 #secondary ul.items li.odd .body{margin-left:-234px;}

		#secondary .item .date, #secondary .item .preamble,
		#secondary .items .date, #secondary .items .preamble{
			font-size:10px;
			text-transform:uppercase;
			margin:0 0 -4px 0;
			padding:2px 8px;
			}
		#secondary .item .date{color:#999;}

		#secondary .items .odd .date, #secondary .items .even .date,
		#secondary .items .odd .preamble, #secondary .items .even .preamble{
			color:#c7d6dd;
			}

		.item h3 a:hover, .item1 h3 a:hover, .item2 h3 a:hover, .items h3 a:hover{
			background-color:#f00;
			color:#fff;
			}
		#secondary .items h3 a:hover{background-color:#68a3bf;}

		.item p.info, .items p.topinfo{
			float:right;
			position:relative;
			z-index:10;
			margin:-24px 0 0 0;
			padding:0 8px;
			color:#888;
			text-transform:uppercase;
			font-size:10px;
			}

		.item .body strong.author, ul.items .body strong.author,
		.item .body strong.author a, ul.items .body strong.author a{
			font:italic 11px Georgia, "Times New Roman", Times, serif;
			color:#069;
			}

	/* image arrows */

		p.image{position:relative;}
		p.image span{position:absolute;}
		* html p.image span{display:none;}
		.item p.image span, .items p.image span{
			width:16px;
			height:16px;
			}

		.author p.image span,
		#secondary ul.items li.odd p.image span,
		#secondary ul.items li.even p.image span{
			display:none;
			}

		#main .item1 p.image span,
		#main .item2 p.image span,
		.itemNajnovije p.image span,
		.col .item p.image span{
			top:8px;right:0;
			background:url(img/arrow_1.png) no-repeat 0 0;
			}
		#main .item1 p.image span.over,
		#main .item2 p.image span.over,
		.itemNajnovije p.image span.over,
		.col .item p.image span.over {
			background:url(img/arrow_1.png) no-repeat 0 -16px;
			}
		#main .items p.image span{
			bottom:0;left:8px;
			background:url(img/arrow_2.png) no-repeat 0 0;
			}
		#main .items p.image span.over{
			background:url(img/arrow_2.png) no-repeat 0 -16px;
			}
		#secondary ul.items p.image span{
			bottom:0;left:8px;
			background:url(img/arrow_4.png) no-repeat 0 0;
			}
		#secondary ul.items p.image span.over{
			background:url(img/arrow_4.png) no-repeat 0 -16px;
			}
		#layout2 #secondary ul.items p.image span{
			left:auto;bottom:auto;top:8px;right:0;
			background:url(img/arrow_3.png) no-repeat 0 0;
			}
		#layout2 #secondary ul.items p.image span.over{
			background:url(img/arrow_3.png) no-repeat 0 -16px;
			}

		#main .item p.over, #main .items p.over, .itemNajnovije p.over {
			background:#f00;
			color:#fff;
			}
		#secondary .items p.over{background:#68a3bf;color:#fff;}


	/* // image arrows */


	/* // items */

	/* lists */

		ul.list1, ul.list1 li,
		ul.list2, ul.list2 li,
		ul.list3, ul.list3 li,
		ul.list4, ul.list4 li,
		ul.days, ul.days li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.list1{border-top:1px solid #fff; font-size:12px;}
		ul.list4{border-bottom:5px solid #dadada;padding-bottom:.5em;margin-bottom:1em;}
		ul.list1 li{
			border-bottom:1px solid #fff;
			background:#fff url(img/bg_dot1.gif) no-repeat 8px 8px;
			}
		ul.list2 li{
			border-bottom:1px solid #dadada;
			background:#fff url(img/bg_dot1.gif) no-repeat 8px 8px;
			padding:4px 8px 4px 20px;
			}
		ul.list3 li, ul.list4 li{
			border-top:1px solid #dadada;
			background:#fff url(img/bg_dot1.gif) no-repeat 8px 8px;
			}
		* html ul.list4 li{border-bottom:1px solid #fff;}
		ul.list3 li.first, ul.list4 li.first{border-top:none;}
		ul.list1 li:hover{
			background:#f00 url(img/bg_dot2.gif) no-repeat 8px 8px;
			}
		ul.list4 li:hover{background:#68a3bf url(img/bg_dot3.gif) no-repeat 8px 8px;}

		ul.list1 a, ul.list3 a, ul.list4 a{
			display:block;
			padding:3px 8px 3px 20px;
			color:#069;
			}

		ul.list1 li:hover a, ul.list1 a:hover, ul.list4 li:hover a, ul.list4 a:hover{color:#fff;}
		* html ul.list1 a:hover, * html ul.list4 a:hover{color:#069;}
		#main ul.list1{border-top:1px solid #dadada;}
		#main ul.list1 li{border-bottom:1px solid #dadada;}

		ul.list3 li a:hover{background-color:transparent;color:#305d74;}
		#main ul.items ul.list3 li, #layout2 #main ul.items ul.list3 li{clear:both;margin:0;width:100%;}

		ul.list2 p{margin:0;}
		ul.list2 h3{margin:0;font-size:11px;}
		ul.list2 p.preamble{
			font-size:10px;
			text-transform:uppercase;
			position:relative;
			z-index:10;
			}
		ul.list2 a{color:#069;}
		ul.list2 a:hover{color:#f00;}

		ul.list3 a span, ul.list4 a span{color:#f00;text-transform:uppercase;}
		ul.list4 a{color:#555;}

		ul.days{margin:.5em 0;}
		ul.days li{
			float:left;
			display:inline;
			line-height:110%;
			padding:0 5px;
			border-left:1px solid #999;
			}
		ul.days li.first{
			padding-left:0;
			border:none;
			margin-left:8px;
			}
		ul.days li a{
			text-transform:uppercase;
			color:#999;
			}
		ul.days li a:hover{text-decoration:underline;}
		ul.days li.active a{color:#069;}

		#most, #most li{
			margin:0;
			padding:0;
			list-style:none;
			}
		#most{
			height:32px;
			background:url(img/bg_most.gif) repeat-x;
			}
		#most li{
			float:left;
			display:inline;
			height:32px;
			}
		#most li a{
			display:block;
			height:32px;
			background-repeat:no-repeat;
			background-position:0 0;
			}
		#most li.selected a, #most li a:hover{
			background-position:0 -32px;
			}

		#most #one a{
			width: 85px;
			background-repeat:no-repeat;
			background-position:0 0;
			background-image:url(img/bg_popular.gif);
		}
		#most #one a:hover,#most #one.selected a  {background-position:0 -32px;}

		#most #two a {
			width: 121px;
			background-repeat:no-repeat;
			background-position:-179px 0;
			background-image:url(img/bg_popular.gif);
		}
		#most #two a:hover, #most #two.selected a  {background-position:-179px -32px;}

		#most #three a{
			width: 94px;
			background-repeat:no-repeat;
			background-position:-85px 0;
			background-image:url(img/bg_popular.gif);
		}
		#most #three a:hover, #most #three.selected a {background-position:-85px -32px;}

		#most li.danas a{width:54px;background-image:url(img/prognoza_danas.gif);}
		#most li.sutra a{width:54px;background-image:url(img/prognoza_sutra.gif);}
		#most li.preko a{width:86px;background-image:url(img/prognoza_preko.gif);}
		#most li.bio a{width:178px;background-image:url(img/prognoza_bio.gif);}

		#most2{display:none;}

		#secondary ol{
			margin:0 0 .5em 0;
			padding:0;
			border-top:1px solid #dadada;
			}
		#secondary ol li{
			font:bold 15px Georgia, "Times New Roman", Times, serif;
			color:#ffc602;
			padding:3px 8px 5px 30px;
			text-indent: -22px;
			margin:0;
			border-bottom:1px solid #dadada;
			list-style-position:inside;
			}
		#secondary ol li a{
			color:#069;
			font:11px Arial, Helvetica, sans-serif;
			}

	/* // lists */

	/* cols */

	.cols{border-top:1px solid #dadada;}
	div.alt{border-top:none;}
	#layout3 .cols{
		padding-bottom:1em;
		margin-bottom:1em;
		border-top:none;
		border-bottom:5px solid #e7e7e7;}
	.col{
		float:left;
		display:inline;
		width:263px;
		margin-left:9px;
		}
	.cols .first{margin-left:0;}
	.cols2{
		border-bottom:1px solid #dadada;
		background:url(img/bg_vline.gif) no-repeat 266px 0;
		}
	.cols2 .col{
		margin-left:0;
		width:268px;
		}
	.cols2 .first{width:267px;}

	#layout3 .col{
		width:382px;
		margin-left:16px;
		}
	#layout3 .first{margin-left:0;}
	#layout3 .col .text{margin-right:16px;}
	#layout3 .first .text{margin-right:0;margin-left:16px;}
	.full{
		clear:both;
		padding:.5em 0;
		margin:0 12px;
		}


	/* // cols */

	/* article */

		.article{
			margin:1em 0;
			border-top:5px solid #666;
			}
		.article .info, .article .author{
			margin:0;
			font-size:11px;
			color:#777;
			padding:5px 8px;
			}
		.article .info{float:left;}
		.article .author{
			border-bottom:1px solid #b9b8bb;
			text-align:right;
			}
		.article .intro{
			margin:0;
			font-size:12px;
			border-bottom:1px solid #dadada;
			padding:12px;
			background:url(img/bg_articleIntro.gif) repeat-y 0 0;
			}
		.article .intro a{
			color:#069;
			}
		.article .intro a:hover{
			text-decoration:underline;
			}
		.article .intro ul{
			float:right;
			background:#f1f1f1;
			padding:1em 0;
			margin:0;
			width:125px;
			}
		.article .intro li{
			list-style:none;
			margin:.25em 12px;
			padding:2px 0 2px 25px;
			}
		.article .intro li.send{background:url(img/ico_send.gif) no-repeat 0 0;}
		.article .intro li.print{background:url(img/ico_print.gif) no-repeat 0 0;}
		.article .intro li.larger{background:url(img/ico_larger.gif) no-repeat 0 0;}
		.article .intro li.smaller{background:url(img/ico_smaller.gif) no-repeat 0 0;}
		.article .intro li.sharefb{background:url(img/ico_fb.gif) no-repeat 0 0;}
		.article .intro li.pdf{background:url(img/ico_pdf.gif) no-repeat 0 0;}

		.article h1, .article_frame_h1,
		.article_frame_h2, .article .articleBodyFrame h2 {
			display:block;
			font:20px Georgia, "Times New Roman", Times, serif;
			color:#069;
			line-height:120%;
			}
		.article h2{
			font-size:120%;
			font-weight: bold;
			color: #333;
			}
		.article .intro h1{
			margin:.1em 0 .5em 0;
			line-height:110%;
			}
		.article h3, .article_frame_h3, .article_frame .article_frame_h2, .article .frame .heading{
			display:block;
			font:15px Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			color:#069;
			font-weight:normal;
			padding:5px 0;
			}
		.article h4, .article_frame_h4{
			display:block;
			font-size:15px;
			}
		.article .preamble{
			text-transform:uppercase;
			color:#f00;
			margin:.25em 0;
			}
        .article .summary{
            margin:0;
            font-size:13px;
            line-height:150%;
            padding-top:.5em;
            background:url(img/bg_line1.gif) no-repeat 0 0;
            }
		.article h1, .article .preamble, .article .summary{
			width:362px;
			}
		.article .body{
			margin:0 12px;
			padding:1em 0 0 0;
			width:511px;
			overflow:hidden;
			font-size:13px;
			color:#333;
			line-height:150%;
			}

		.article .body p{
			margin-top:0;
			}

		.article .body .image{
			float:left;
			margin:.25em 10px .5em 0;
			background:#e7e7e7;
			padding:5px;
			}
		.article .body .image span{margin-top:5px;display:block;clear:both;}

		.article .body span.right{
			float:right;
			margin:.5em 0 .5em 10px ;
			}

		.article .frame, .article_frame, .articleBodyFrame{
			display:block;
			background:#d1e3ec;
			margin:1em 0;
			padding:12px;
			}
		.article_frame p{margin:0;}

		.article blockquote{
			float:left;
			width:33%;
			margin:.5em 8px .5em 0;
			font:italic 14px Georgia, "Times New Roman", Times, serif;
			color:#555;
			background:url(img/bg_quote1.gif) no-repeat 0 0;
			padding-top:30px;
			}
		.article blockquote p{
			margin:0;
			background:url(img/bg_quote2.gif) no-repeat 100% 100%;
			padding-bottom:15px;
			}
		.article .body a{
			text-decoration:underline;
			}

	/* // article */

	/* front printed box */

	    #frontPrinted {
			height: 205px;
	  	}

	   	#frontPrinted .naslovnica {
	   		float: left;
	   		margin: 4px;
	   		width: 134px;
	   	}

	   	#frontPrinted .naslovnica p.info {
			color:#FFFFFF;
			font-size:10px;
			height:16px;
			line-height:16px;
			margin:0;
			text-align:center;
			background: #d90000;
			border: 1px solid #d96640;
			width: 132px;
	  	}

	  	#frontPrinted .prvaVijest {
	    	float:left;
	    	height: 205px;
	    	overflow: hidden;
	    }

	    #frontPrinted ul.items li {
			margin-left:0px;
			width:150px;
			height: 205px;
	  	}

	  	#frontPrinted ul.items li h3 {
	  	    font-family:Georgia,"Times New Roman",Times,serif;
	  		font-size: 15px;
	  	}

		#secondary #printedSlider .naslovnica {
			background:#666666 url(img/bg_printed_blank.gif) no-repeat scroll 0 0;
			height:213px;
			margin-bottom:0.5em;
			position:relative;
		}

		#secondary #printedSlider .items .naslovnica img {
			left:16px;
			margin:0;
			position:absolute;
			top:15px;
		}

		/* front printed box */

		#secondary #printedSlider .items .naslovnica p.infotxt {
				left:151px;
				position:absolute;
				top:5px;
				width:124px;
				height: 165px;
				color: #f00;
				padding: 30px 5px;
				margin: 0 auto;
				font-family:Georgia,"Times New Roman",Times,serif;
				font-size: 16px;
				font-weight: bold;
				line-height: 140%;
				text-align:center;
		}


		#secondary #printedSlider .items .naslovnica .details {
				position:absolute;
				top: 183px;
				bottom:6px;
				background-color:#F00;
				color:#FFFFFF;
				font-size:10px;
				height:16px;
				left:151px;
				line-height:16px;
				margin:0;
				overflow:hidden;
				text-align:center;
				width:134px;
				z-index:1;
				border-top: 1px solid #000;
		}


		#secondary #printedSlider .items h3 a {
			background: none;
			display:block;
			padding:6px 8px 16px;
			font-family:Georgia,"Times New Roman",Times,serif;
			font-size: 14px;
		}

		#secondary #printedSlider .items h3 a:hover{
			color:#fff;
			background: #f00;
		}

		#secondary #printedSlider .items p.over{
			color:#fff;
			background:#f00;
		}

		#secondary #printedSlider .items p.image span.over{
			background:url(img/arrow_2.png) no-repeat 0 -16px;
		}

		#secondary #printedSlider ul.items li {
			display:inline;
			float:left;
			margin: 0;
			width:300px;
			height: 213px;
		}


	/* printed edition (tiskano izdanje) & photo gallery */

		#secondary #printed{
			position:relative;
			height:230px;
			background:#666 url(img/bg_printed.gif) no-repeat 0 0;
			margin-bottom:.5em;
			}
		#secondary #printed .image{
			margin:0;
			position:absolute;
			top:23px;
			left:16px;
			}
		#secondary #printed .body{
			position:absolute;
			top:28px;
			left:151px;
			width:134px;
			}
		#secondary #printed .body img{
			margin-left:5px;
			}
		#secondary #printed .preamble, #secondary #printed .date{
			margin:0 5px;
			height:20px;
			line-height:20px;
			color:#66a0b2;
			font-size:10px;
			overflow:hidden;
			}
		#secondary #printed .preamble{
			text-transform:uppercase;
			}
		#secondary #printed .date{
			color:#999;
			text-align:right;
			}
		#secondary #printed .details{
			margin:0;
			font-size:10px;
			position:absolute;
			bottom:6px;
			left:151px;
			width:134px;
			height:16px;
			line-height:16px;
			overflow:hidden;
			color:#fff;
			text-align:center;
			z-index:1;
			}
		#secondary #printed h3{
			margin:0;
			font:12px Georgia, "Times New Roman", Times, serif;
			color:#003854;
			height:65px;
			position:relative;
			}
		#secondary #printed h3 a{
			display:block;
			padding:0 5px;
			height:60px;
			overflow:hidden;
			color:#003854;
			}
		#secondary #printed h3 a:hover{
			position:absolute;
			top:0;
			left:0;
			background:#fff;
			height:auto;
			width:124px;
			z-index:10;
			}
		#layout2 #secondary #printed{
			height:auto;
			min-height:290px;
			padding-bottom:.25em;
			background:#666 url(img/bg_printed2.gif) no-repeat 0 0;
			text-align:center;
			color:#fff;
			}
		#layout2 #secondary #printed .image{
			position:static;
			padding-top:27px;
			}
		#layout2 #secondary #printed .info{
			color:#fff;
			text-align:center;
			margin:0;
			height:16px;
			line-height:16px;
			font-size:10px;
			}
		#layout2 #secondary #printed .links{color:#f00;}
		#layout2 #secondary #printed .links a{color:#fff;margin:0 5px;}
		#layout2 #secondary #printed .links a:hover{text-decoration:underline;}

		#main #gallery{
			background:#666;
			padding:12px 0;
			position:relative;
			margin-bottom:.5em;
			}

		#main #gallery ul.thumbs li {
			width: 80px;
			margin-left: 11px;
		}

		#main #gallery ul.thumbs li.first {
			margin-left: 11px;
		}

		ul.thumbs, ul.thumbs li,
		ul.picker, ul.picker li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.picker{
			position:absolute;
			left:142px;
			top:-18px;
			height:20px;
			width:50%;
			}
		ul.picker li{
			float:left;
			display:inline;
			width:8px;
			height:8px;
			line-height:8px;
			margin-left:8px;
			z-index:10;
			}
		ul.picker li a{
			display:block;
			width:8px;
			height:8px;
			background:#c9c9c9;
			}
		ul.picker li a:hover{background:#aaa;}
		ul.picker li.active a{background:#f00;}

		ul.thumbs li{
			float:left;
			display:inline;
			width:94px;
			margin-bottom:8px;
			margin-left:9px;
			}
		ul.thumbs li.first{
			margin-left:0;
			}
		ul.thumbs li a{
			display:block;
			padding:5px 0 10px 0;
			}
		ul.thumbs li.active a, ul.thumbs li a:hover{
			background:#000 url(img/bg_gallery.gif) no-repeat 50% 100%;
			}

		#gallery .text{
			clear:both;
			margin:0 16px;
			color:#fff;
			font:12px Georgia, "Times New Roman", Times, serif;
		 	}

	/* // printed edition (tiskano izdanje) & photo gallery */

	/* stock */

		#stock{
			background:#666;
			position:relative;
			margin-bottom:.5em;
			padding:8px 0;
			}
		#stock p{
			margin:.5em 8px;
			color:#ccc;
			font:11px Georgia, "Times New Roman", Times, serif;
			}
		#stock table{
			float:left;
			width:138px;
			color:#fff;
			margin:.5em 0 .5em 8px;
			}
		#stock th, #stock td{padding:3px 0;}
		#stock tr.odd th, #stock tr.odd td{background:url(img/bg_stock.gif) repeat-x;}
		#stock th{text-align:left;font-weight:normal;}
		#stock td{color:#a0b6c0;}
		#stock a{color:#fff;}

	/* // stock */

	/* horoscope */

		#horoscope, #horoscope li,
		.horoscope, .horoscope li{
			margin:0;
			padding:0;
			list-style:none;
			}
		#horoscope{
			background:#fff;
			padding:20px 33px;
			}
		#layout2 #horoscope{padding:12px 0;}
		#horoscope li, #horoscope li a{
			float:left;
			display:inline;
			width:78px;
			height:78px;
			}
		#horoscope li{position:relative;}
		#horoscope li.first{clear:both;}
		#horoscope li a{
			background-repeat:no-repeat;
			background-position:-12px -12px;
			}
		#horoscope li a:hover{
			position:absolute;
			z-index:100;
			top:-12px;
			left:-12px;
			height:102px;
			width:102px;
			background-position:0 0;
			}
		* html #horoscope li a:hover{
			top:0;
			left:0;
			height:78px;
			width:78px;
			background-repeat:no-repeat;
			background-position:-12px -12px;
			}
		#horoscope1{background-image:url(img/h_ovan.png);}
		#horoscope2{background-image:url(img/h_bik.png);}
		#horoscope3{background-image:url(img/h_blizanci.png);}
		#horoscope4{background-image:url(img/h_rak.png);}
		#horoscope5{background-image:url(img/h_lav.png);}
		#horoscope6{background-image:url(img/h_djevica.png);}
		#horoscope7{background-image:url(img/h_vaga.png);}
		#horoscope8{background-image:url(img/h_skorpion.png);}
		#horoscope9{background-image:url(img/h_jarac.png);}
		#horoscope10{background-image:url(img/h_strijelac.png);}
		#horoscope11{background-image:url(img/h_vodenjak.png);}
		#horoscope12{background-image:url(img/h_ribe.png);}


		.horoscope{margin:.5em 0;}
		.horoscope li{
			border-bottom:5px solid #e7e7e7;
			margin-bottom:.5em;
			}
		.horoscope li p.image{
			float:left;
			display:inline;
			width:120px;
			text-align:center;
			color:#069;
			margin:.25em 0;
			padding:0;
			font:italic 20px Georgia, "Times New Roman", Times, serif;
			}
		.horoscope li p.image img{display:block;margin-top:.25em;}
		.horoscope li .body{
			float:left;
			display:inline;
			width:403px;
			margin:0;
			padding:0;
			}
		 .horoscope li .body p{margin:.5em 0;}
		 .horoscope li .body p.date, .horoscope li .body p.link{
		 	text-align:right;
			font-size:11px;
			}
		 .horoscope li .body p.date{
			border-bottom:1px solid #e7e7e7;
			color:#069;
			}

	/* // horoscope */

	/* dan na stranici */

		#dayCateg, #dayCateg li{
			margin:0;
			padding:0;
			list-style:none;
			}
		#dayCateg{
			text-align:center;
			background:#ffc602 url(img/bg_dayCateg.gif) repeat-x;
			padding:15px 0 12px 0;
			}
		#dayCateg li{
			display:inline;
			padding:0 4px 0 6px;
			border-left:1px solid #eddfae;
			color:#069;
			line-height:100%;
			text-transform:uppercase;
			}
		#dayCateg li.first{border-left:none;}
		#dayCateg li a{color:#fff;}
		#dayCateg li a:hover{color:#68a3bf;}

		h2.day{
			font-size:12px;
			color:#069;
			padding-left:8px;
			float:left;
			margin-top:-2.5em;
			position:relative;
			z-index:100;
			}
		h2.day span{text-transform:uppercase;}

		#dayForm{
			padding:0 8px;
			}
		#dayForm select{
			min-width:50px;
			vertical-align:middle;
			}
		#dayForm button{
			vertical-align:middle;
			}
		#layout2 #dayForm{
			text-align:right;
			}
		#layout2 #dayForm{
			margin:1em 0;
			}
		#layout2 #dayForm p{
			display:inline;
			margin-right:3px;
			}


	/* // dan na stranici */

	/* image link */

	.ilink{
		margin:.5em 0;
		height:32px;
		background:url(img/bg_ilink.gif) repeat-x;
		}
	.ilink a{
		float:left;
		height:32px;
		margin-left:16px;
		}
	.ilink a.arhiva{width:57px;background:url(img/ilink_arhiva.gif) no-repeat 0 0;}

	/* // image link */

	/* pagination */

		.pagination, .pagination li{
			margin:0;
			padding:0;
			list-style:none;
			}
		.pagination{
			text-align:center;
			}
		.pagination li{
			display:inline;
			padding:0 4px 0 6px;
			border-left:1px solid #069;
			color:#069;
			line-height:100%;
			}
		.pagination li.first{border-left:none;}
		.pagination li a{color:#999;}
		.pagination li span{font-weight:bold;}
		.pagination li a:hover{text-decoration:underline;}

	/* // pagination */

	/* arhiva izdanja */

		h3.issue{
			font:16px Arial, Helvetica, sans-serif;
			color:#9cc;
			text-transform:uppercase;
			border-bottom:1px solid #e7e7e7;
			padding:.25em 8px;
			}
		h3.issue strong{
			font-weight:normal;
			color:#069;
			}
		.issueYear{
			float:right;
			margin-top:-3.25em;
			margin-right:8px;
			}
		.issueYear p, .issueYear ul{
			margin:0;
			padding:0;
			float:left;
			display:inline;
			margin-left:5px;
			color:#069;
			line-height:100%;
			}
		.issueYear li{
			float:left;
			display:inline;
			list-style:none;
			padding:0 5px;
			color:#069;
			border-left:1px solid #069;
			line-height:100%;
			}
		.issueYear li.first{border:none;}
		.issueYear li a{color:#999;}
		.issueYear li a:hover{text-decoration:underline;}

		.issues, .issues li{
			margin:0;
			padding:0;
			list-style:none;
			}
		.issues{
			margin:.5em 0 .5em 5px;
			}
		.issues li{
			float:left;
			display:inline;
			width:144px;
			margin-left:8px;
			margin-bottom:.5em;
			text-align:center;
			}
		.issues li img{
			display:block;
			margin-bottom:5px;
			padding:5px;
			background:url(img/bg_issues.gif) no-repeat 0 0;
			}
		.issues li a{
			color:#069;
			}

	/* // arhiva izdanja  */

	/* registration  */

		#registration{
			background:url(img/bg_registration.gif) no-repeat 0 0;
			position:relative;
			}
		* html #registration{}

		#registration .col{
			width:370px;
			border-left:1px solid #dadada;
			border-right:1px solid #dadada;
			background:#fff;
			margin-top:25px;
			margin-right:0;
			}
		#registration .first{
			padding-top:250px;
			border:none;
			background:none;
			margin-left:8px;
			}
		#registration h3.step1, #registration h3.step2{
			position:absolute;
			top:0;
			left:400px;
			height:25px;
			line-height:25px;
			width:125px;
			margin:0;
			text-align:center;
			font-size:12px;
			}
		#registration h3.step2{left:525px;}

		#registration h3.selected{
			color:#fff;
			background:url(img/bg_registrationSel.gif) no-repeat 0 0;
			}

		#registration form{
			margin-top:0;
			padding-top:1em;
			border-top:5px solid #f00;
			}

		#registration form h3{
			border-bottom:1px solid #dadada;
			padding-bottom:.5em;
			margin:0;
			}
		#registration form fieldset.alt label, #registration form p.alt label{
			clear:both;
			display:block;
			float:none;
			width:100%;
			text-align:left;
			margin-right:5px;
			}
		#registration form p.alt{
			margin-left:125px;
			}
		#registration form label span{
			font:bold 13px Georgia, "Times New Roman", Times, serif;
			color:#069;
			}
		#registration form li.selected, #registration li.selected label span{color:#f00;}

	/* // registration  */

	/* marketing & impressum */

		.market dt{
			font:14px Georgia, "Times New Roman", Times, serif;
			color:#003854;
			}
		.market dd{
			padding-bottom:1em;
			border-bottom:1px solid #dadada;
			}
		.market dl a{
			font:italic 11px Georgia, "Times New Roman", Times, serif;
			color:#9cc;
			}
		.market ul, .market li{
			margin:0;
			padding:0;
			list-style:none;
			}
		.market ul{
			margin:1em 0;
			padding-bottom:1em;
			border-bottom:1px solid #dadada;
			}
		.market li{padding-left:25px;background:url(img/ico_pdf2.gif) no-repeat 0 50%;}
		.market li a{color:#555;}
		.market li a:hover{color:#f00;}

		div.impressum{background:none;}
		.impressum ul, #impressum li{
			margin:0;
			padding:0;
			list-style:none;
			}
		.impressum ul.menu{
			padding:20px 8px 8px 8px;
			background:#e6e5e5 url(img/bg_imprMenu.gif) no-repeat 0 100%;
			}
		.impressum ul.menu li{
			display:inline;
			text-transform:uppercase;
			border-left:1px solid #fff;
			padding:0 5px 0 7px;
			font-size:12px;
			}
		.impressum ul.menu li.first{
			border-left:none;
			padding-left:0;
			}
		.impressum ul.menu li a{color:#555;}
		.impressum ul.menu li.selected a, .impressum li a:hover{color:#003854;}

		.impressum .full{
			margin:0 0 1em 0;
			background:#fff url(img/bg_imprFull.gif) no-repeat 0 100%;
			padding-bottom:1em;
			}
		.impressum .cols{

			}
		#layout3 .impressum .col{
			width:366px;
			margin-left:16px;
			}
		.impressum h3.subtitle, .impressum .col h3.subtitle{
			color:#f00;
			margin:.5em 16px;
			padding:0;
			font:16px Arial, Helvetica, sans-serif;
			}
		#layout3 .impressum .col h3.subtitle{margin:.5em 0;padding:0;}
		#layout3 .impressum h3.subtitle{border:none;}
		#layout3 .impressum .first h3{padding-left:0;}
		.impressum .full h3{text-align:center;}
		.impressum .full address{
			font-style:normal;
			float:left;
			display:inline;
			width:244px;
			padding-bottom:1em;
			}
		.impressum .full address.one{margin-left:24px;}
		.impressum .full address.two{text-align:center;}
		.impressum .full address.three{text-align:right;}

		.impressum table{
			clear:both;
			width:748px;
			margin:1em 0 1em 16px;
			}
		.impressum dl{
			margin:1em 0;
			}
		.impressum dt, .impressum th{
			text-transform:uppercase;
			font:12px Arial, Helvetica, sans-serif;
			color:#9cc;
			}
		.impressum dd{
			margin-bottom:1em;
			}
		.impressum .col, .impressum .col li, .impressum td{
			margin:.25em 0;
			font:13px Georgia, "Times New Roman", Times, serif;
			color:#003854;
			}
		.impressum .col .alt, .impressum .col .alt li{
			font:11px Arial, Helvetica, sans-serif;
			color:#555;
			}
		.impressum .col a{
			font:italic 11px Georgia, "Times New Roman", Times, serif;
			color:#999;
			}
		.impressum dl a:hover{color:#f00;}


	/* // marketing & impressum */

	.backTop{
		height:22px;
		line-height:22px;
		padding:0 12px;
		background:url(img/bg_backTop.gif) repeat-x;
		}
	.backTop a{
		float:right;
		display:inline;
		height:22px;
		line-height:22px;
		color:#069;
		padding:0 8px 0 22px;
		background:#fff url(img/ico_top.gif) no-repeat 3px 50%;
		}
	.floater{
		float:right;
		display:inline;
		margin:-27px 8px 0 0;
		font:italic 14px Georgia, "Times New Roman", Times, serif;
		color:#999;
		position:relative;
		z-index:100;
		}
	h2.latest{
		font-size:12px;
		color:#069;
		padding-left:8px;
		position:relative;
		z-index:100;
		}
	h2.latest span{text-transform:uppercase;}

/* // content */

/* ads */

	#main .ad{background:#e7e7e7;text-align:center;padding:4px 0;}
	#adTop{
		position:absolute;
		margin:0;
		top:24px;
		left:248px;
		width:728px;
		height:90px;
		}

/* // ads */

/* footer */

	#footer a{color:#fff;}
	#footer a:hover{color:#fff;text-decoration:underline;}
	#footer h3{
		margin:0;
		position:relative;
		top:0;
		left:20px;
		background:url(img/bg_ncl.gif) no-repeat 0 0;
		text-transform:uppercase;
		font-size:12px;
		width:800px;
		}
	#footer h3 a{
		display:block;
		width:53px;
		height:56px;
		}
	#footer h3 a span{
		position:absolute;
		left:70px;
		top:25px;
		width:500px;
		cursor:pointer;
		}
	#footer ul, #footer li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#footer ul{
		position:absolute;
		top:44px;
		}
	#footer li{
		float:left;
		display:inline;
		padding:0 5px;
		border-left:1px solid #fff;
		line-height:100%;
		color:#fff;
		}
	#footer li.first{
		padding-left:0;
		border:none;
		}
	#footer li.current a{
		color:#f30000;
		}
	#footer ul.sites{
		left:90px;
		text-transform:uppercase;
		}
	#footer ul.links{
		right:20px;
		}

/* // footer */

/* FancyBox popup */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('img/fancybox/fancy_progress.png?1') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('img/fancybox/fancy_closebox.png?1') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px;
}

a#fancy_right {
	right: 0px;
}

span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('img/fancybox/fancy_left.png?1') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('img/fancybox/fancy_right.png?1') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px;
}

a#fancy_right:hover span {
	right: 20px;
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('img/fancybox/fancy_shadow_n.png?1') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('img/fancybox/fancy_shadow_ne.png?1') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('img/fancybox/fancy_shadow_e.png?1') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('img/fancybox/fancy_shadow_se.png?1') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('img/fancybox/fancy_shadow_s.png?1') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('img/fancybox/fancy_shadow_sw.png?1') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('img/fancybox/fancy_shadow_w.png?1') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('img/fancybox/fancy_shadow_nw.png?1') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('img/fancybox/fancy_title_left.png?1') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('img/fancybox/fancy_title_main.png?1') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('img/fancybox/fancy_title_right.png?1') repeat-x;
}

/* // FancyBox popup */

#subscriptionModel label {
    text-align: left;
    float: none;
}

/* // Editors choice navigation */

#editorsChoicePrevious {background-image:url(img/btn01_left.gif);}
#editorsChoiceNext {background-image:url(img/btn01_right.gif);}
#editorsChoicePrevious, #editorsChoiceNext {
	height:17px;
	width:17px;
	display:block;
	float: left;
	overflow: hidden;
	background-position:0 0;
	background-repeat:no-repeat;
	text-align:left;
	text-indent:-8000px;
	margin-right:3px;
	padding:0;
	outline:none;
}

a#editorsChoicePrevious:hover, a#editorsChoiceNext:hover {
	background-position:0 -17px;
}

/* Remove */

.frontNews h3 a {
	background: none;
}

/* --------------
GoHome AdsHome
copyright Pravi Klik d.o.o.
------------------
 */

#gohome_ads {
	font:11px "Trebuchet MS", serif;
	color: #666666;
	background-color: #fff;
	font-weight: normal;
	border: 3px solid #9c1019;
}

#gohome_ads img{
	border: 0;
}

#gohome_ads a:link,
#gohome_ads a:visited,
#gohome_ads a:hover,
#gohome_ads a:active{
	font-family:"Trebuchet MS", serif;
	color: #9c1019;
	text-decoration: underline;
	font-weight: normal;
	font-size: 100%;
}

#gohome_ads a:hover{
	text-decoration: none;
	font-weight: normal;
}

.gohome_go{
	font-weight: bold;
}

.gohome_adshome{
	vertical-align: super;
	color: #ccc;
	font-family:"Trebuchet MS", serif;
	font-weight: normal;
}

#gohome_ads ul, #gohome_ads ul li{
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	text-align: left;
	font-weight: normal;
	white-space: normal;
	font-family:"Trebuchet MS", serif;
}

#gohome_ads ul{
	float: left;
	margin: 5px 0 6px 1px;
	font-weight: normal;
}

#gohome_ads ul li{
	background: url(http://static.nacional.hr/banners/gohome/tocka.gif) no-repeat 0px 6px;
	padding: 0 0 3px 8px;
	font-weight: normal;
	font-family:"Trebuchet MS", serif;
}

.gohome_header{
	padding: 3px;
	margin: 0;
	text-align: center;
	font-weight: normal;
	text-align: left;
	background-color: #9c1019;
}

.gohome_footer{
	clear: both;
	margin: 0;
	font-weight: normal;
	padding-bottom: 3px;
	background-color: #9c1019;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
}

.gohome_footer img{
	padding:0;
}

#gohome_ads .gohome_footer a:link,
#gohome_ads .gohome_footer a:visited,
#gohome_ads .gohome_footer a:hover,
#gohome_ads .gohome_footer a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	font-family:"Trebuchet MS", serif;
}

/*Comments*/
#articleComments div.comment {
	clear:both;
	margin-top:1.5em;
}
#articleComments .commentInfo {
    float:left;
    width:100px;
    text-align:right;
    margin:0;
    padding-top:40px;
    font-size:11px;
    background: url(img/commentBubble.png) no-repeat;
    background-position:top right;
}

div.comment div {
    margin-left:120px;
}
#articleComments p.commentHeader{
    padding-top:5px; margin-top:0;
}
#articleComments p.commentHeader strong{
    color:#006997;
}
#articleComments .commentBody{
    margin-bottom:0;
    min-height:35px;
    height:auto !important;
    height:35px;
}

#articleComments hr{
    display:block; margin-right:1em;color:#eee; border-color:#eee
}

#message {
    margin:1em;
    padding:1em;
    border:1px solid gray;
    background-color:#EEEEEE;border:1px solid #CCCCCC;padding:12px;text-align:center; clear:both; margin-top:15px;
}

.commentInfoLine {
background:transparent url(img/bg_backTop.gif) repeat-x scroll 0 55%;
height:35px;
line-height:35px;
padding:0 12px;
}

.commentInfoLine span {
background:#FFFFFF url(img/commentBubble.png) no-repeat scroll 10px 50%;
display:inline;
float:left;
height:35px;
line-height:35px;
padding:0 10px 0 50px;
}

#articleCommentForm {
    margin-left:120px;
    margin-right: 2em;
}
#articleCommentForm label{
float:none;
}

#articleCommentForm textarea {
margin-top:1em;
}

/* Registracija */
input#captcha-input {margin-left:105px;}
ul.errors {margin-left:45px;}
ul.errors li {color:red}

/* Search */

div.search ul.pagination{margin-top: 15px;}

.facets ul#facetOrder.list4 li {background:#FFFFFF;}
.facets ul#facetOrder.list4 li:hover {background:#68a3bf;}

.facets ul#facetOrder.list4 li.selected,
.facets ul#facetOrder.list4 li.selected:hover {background:#68a3bf;}
.facets ul#facetOrder.list4 li.selected a {color:#FFF;font-size:11px;}

.facets ul.list4 li {background:#FFFFFF url(/style/img/bg_plus2.gif) no-repeat 7px 7px;}
.facets ul.list4 li:hover{background:#68a3bf url(/style/img/bg_plus.gif) no-repeat 7px 7px;}

.facets ul.list4 li.selected,
.facets ul.list4 li.selected:hover {background:#68a3bf url(/style/img/bg_minus.gif) no-repeat 7px 7px;}
.facets ul.list4 li.selected a {color:#FFF;font-size:11px;}

.facets-list{border-bottom:0;margin-bottom:0;padding-bottom:0;}
.facets-button {background:url(img/facetsShowHide.png) no-repeat 0 0; width:234px; height:30px}
.facets-button a {display:block; font-weight: bold; font-family:Verdana; font-size:10px; color:#FFF; padding: 11px 0 5px 125px;}
.facets-show {background-position: 0 -30px}
.facets-hide {background-position: 0 0}

/* Izlozba */
/*.izlozba div { border: 1px solid black;}*/

.izlozba h2 {
	border-bottom: 1px solid #DADADA;
	width: 100%;
	color: #006699;
	font-size: 10px;
	padding-bottom: 2px;
	text-transform:uppercase;
}

#izlozbaCheckout legend, #pretplataCheckout legend {
	color: #006699;
	display: block;
	text-transform:uppercase;
}

#izlozbaCheckout fieldset, #pretplataCheckout fieldset {
	border-width:1px medium medium;
	border-style:solid none none;
	border-color: #DADADA;
}

#izlozbaCheckout fieldset#fieldset-izlozbaSubmit, #pretplataCheckout fieldset#fieldset-izlozbaSubmit {
	border-width: 0px;
}

#izlozbaHeader {margin:20px 0 10px 0; padding-bottom: 17px; border:0; border-bottom: 1px solid #DADADA; width: 780px; display: block; text-align:center;}
#izlozbaHeader h1 {font-family: "Arial Narrow", Arial, serif;  font-weight: bold; font-size: 40px; color: #f00; padding-left: 160px;}
#izlozbaInfo {float: left; display:inline; width: 237px; height: 900px; padding-left: 10px; padding-right: 10px;}
#izlozbaInfo p {text-indent:15px;  font-size: 13px;}
#izlozbaCart {float:left; display:inline; width: 510px; margin-right: 10px; margin-bottom: 10px;}
#izlozbaHeaderCart {float: right; display: inline; width: 110px; height: 27px; padding-top: 30px; margin-right: 50px;}
#izlozbaHeaderCart img {float: left;}
#izlozbaHeaderCart a {
	background: url('img/bg_button.gif');
	display: block;
	width: 80px;
	height: 27px;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
	line-height:27px;
	text-align:center;
	float: left;
}

.izlozbaSlika {float:left; display:inline; width: 250px; margin-right: 10px; margin-bottom: 10px;}
.izlozbaSlika {text-transform: uppercase; font-size: 10px; font-family: Verdana; font-weight: bold; color: #696969;}

.izlozbaSlika span {width: 50%;}
.metaId, .metaName {float:left;}
.metaDate, .metaClient {float: right; text-align: right;}
.metaClient {font-style: italic;}

.addToCart { clear:both; border-color: #DADADA; border-width: 1px 0 1px 0; border-style: solid none;}
.addToCart span {color:#006699; text-transform:none;}

#izlozbaFooter {width: 780px; text-align:center; clear: both;}

.pretplataItem {width:200px; margin-bottom: 15px;}
.pretplataItem span {display: block; font-weight: bold;}
.pretplataItem .metaNaziv {width: 145px; float: left; overflow: hidden;}
.pretplataItem .metaCijena {width: 55px; float: left; text-align: right;}
.pretplataItem .metaOpis {font-weight: normal;}
.pretplataItem a {font-weight: bold;}

.izlozbaCartItem {padding-bottom: 15px; border-bottom:1px solid #DADADA;}

#info {
	margin:2em;
}
#info h1 {
	font-weight:bold;
	text-align:center;
	margin: 2em 0;
}
#info p{
    font-size:12px;
    line-height:160%;
}

ul.dwelle li a {
    color:#68A3BF;
    font-size:11px;
}

		/* Front Topics */

        #frontTopics {
    		margin: 6px 0;
    	}

        #frontTopics h3 {
    		background-color: #666;
    		color: #fff;
    		font-family: Courier,"Times New Roman",Times,serif;
    		font-weight: bold;
    		text-transform: lowercase;
    		margin: 0px 6px;
    		width: 130px;
    		height: 20px;
    	}

		span.izdvojeneTeme { background: url("img/izd_teme.gif") no-repeat; margin: 0px; }

		#frontTopics ul {
    		margin: 0px 6px;
    		list-style-type: none;
    		padding: 0px;
    	}

    	#frontTopics a {
    		display: block;
			background-color: #f00;
    		color: #ffffff;
    		font-size: 15px;
    		font-weight: lighter;
    		font-family: Georgia,"Times New Roman",Times,serif;
    		padding: 3px;
			text-indent: 1px;
    	}

    	#frontTopics a:hover {
    		background-color: #c00;
    	}

    	#frontTopics li {
			display: inline;
    	}