*{
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
}

body{
	margin:0px;
	padding:0px;
	background-color: #DADADA;
}

form{
	margin:0px;
	padding:0px;
	display:inline;
}

a{
	color: #6F6F6F;
}

a.important{
	color:#B2454A;
}

b, span.bold{
	font-weight: bold;
}

h1, .box1 .boxInner h3, .box2 .boxInner h3{
	font-size:16px;
	margin-top:0px;
	ccolor:#B2454A;
	color: #AC363B;
}

h1{
	color:#212121;
	border-bottom: 1px solid #212121;
	margin-bottom: 25px;
}

h1 span{
	color:#212121;
	font-size:16px;
}

h2, .box1 .boxInner h3{
	color:#22669E;
}

h4{
	margin:2px;
}

div.hr{
	margin:8px 0px 8px 0px;
	background-color:#21659D;
	height:1px;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
}

a img{
	border:none;
}

p.paragraph:first-letter{
	font-family: Times New Roman, Sans Serif;
	color:#B2454A;
	font-size: 120%;
	font-weight:bold;
}
.floated_image{
	float:left;
	margin-right:20px;
}


/* ERROR, WARNING, HELP */
.error{
	border:1px solid red; 
	margin:5px 0px 5px 0px;
}

.error h2{
	background-color: red;
	color:#FFFFFF;
	margin:0px;
	padding:2px 5px 2px 35px;
}

.error div{
	background-image:url(../images/boxinfo2_bg.jpg);
	background-repeat: repeat-x;
	padding:8px;
	color:red;
	margin:0px;
}

.warning{
	border:1px solid #B2454A; 
	margin:5px 0px 5px 0px;
}

.warning h2{
	background-color: #B2454A;
	color:#FFFFFF;
	margin:0px;
	padding:2px 5px 2px 30px;
	background-position: 10px 50%;
}

.warning div{
	background-image:url(../images/boxinfo2_bg.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	padding:8px;
	color:#B2454A;
	margin:0px;
}

.notice{
	border:1px solid #21659D; 
	margin:5px 0px 5px 0px;
}

.notice h2{
	background-color: #21659D;
	color:#FFFFFF;
	margin:0px;
	padding:2px 5px 2px 30px;
	background-position: 10px 50%;
}

.notice div{
	background-image:url(../images/boxinfo1_bg.jpg);
	background-repeat: repeat-x;
	padding:8px;
	color:#21659D;
	background-color:#FFFFFF;
	margin:0px;
}

.info{
	ddisplay:block;
	color:#6F6F6F;
	font-style: italic;
	font-weight:normal;
	bbackground-image: url(../images/icons/info.gif);
	bbackground-repeat: no-repeat;
	bheight: 16px;
	bmargin:10px 0px 10px 0px;
	bpadding-left:20px;
}

.info a{
	display:inline;
	border:none;
	text-decoration:underline;
}

.info a:hover{
	background-color: transparent;
}

/* COLUMNS */
#main{
	width:986px;
	text-align:left;
	margin:auto;
}
#top_links{
	float:right;
	ttext-align:right;
	padding-right:10px;
}

#footer{
	background-color:#212121;
	border-top:1px solid #DADADA;
	padding:5px;
	text-align:center;
}

#footer, #footer a{
	text-decoration:none;
	ccolor:#22669E;
	color:#dadada;
	font-size:10px;
	ffont-weight:bold;
}


#header{
	mmargin-top:2px;
	text-align:center;
	wwidth:980px;
	height:80px;
	bbackground-image:url(../images/header.gif);
	background-image:url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	overflow:hidden;
}

#header .home{
	float:left;
	hheight:52px;
	wwidth:210px;
	text-decoration:none;
	mmargin-top:5px;
}

#holder{
	mmargin-top:1px;
	background-color: #F9F9F9;
}

#leftColumn{
	float:left;
	bbackground-color:yellow;
	width:200px;
	margin:0px;
	padding:0px 5px 5px 5px;
	
	
	bborder:1px solid red;
}
#middleColumn, #middleColumnExtended{
	float:left;
	bbackground-color:red;
	color:black;
	width:613px;
	mmargin-left:10px;
	mmargin-top:24px;
	padding: 0px 5px 5px 5px;
}
#middleColumnExtended{
	width:762px;
}
#rightColumn{
	float:left;
	bbackground-color:blue;
	width:138px;
	wwidth:163px;
	color:black;
	text-align:center;
	mmargin-left:10px;
	padding-left:5px;
	padding-right:5px;
}

.columnTop, .columnBottom{
	height:4px;
	overflow: hidden;
}
.columnTop .left{
	float:left;
	background-image:url(../images/corner_tl.gif);
	width: 4px;
	height: 4px;
}
.columnMiddle{
	ppadding:20px;
	padding-top:10px;
}
.columnTop .right{
	float:right;
	background-image:url(../images/corner_tr.gif);
	width: 4px;
	height: 4px;
}
.columnBottom .left{
	float:left;
	background-image:url(../images/corner_bl.gif);
	width: 4px;
	height: 4px;
}
.columnBottom .right{
	float:right;
	background-image:url(../images/corner_br.gif);
	width: 4px;
	height: 4px;
}


#leftColumnContent, #middleColumnContent, #rightColumnContent{
	mmargin:5px;
}
#leftColumnContent{
	padding-left:3px;
}

a.menu{
	display:block;
	padding:3px 3px 3px 20px;
	border-top:1px solid #DBE6EF;
	border-bottom:1px solid #B3CADE;
	background-image:url(../images/icons/house.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	text-decoration:none;
	color:#22669E;
}

a.menu:hover{
	background-color:#E8EFF5;
}

div.left_title{
	position:relative;
	lleft:-2px;
	padding-left:20px;
	padding-bottom:3px;
	border-bottom:1px solid #B3CADE;
	background-image:url(../images/icons/house.gif);
	background-repeat:no-repeat;
	background-position:5px 2px;
	font-weight:bold;
}

/* MENU */
a.mainMenu{
	display:block;
	padding:2px 2px 2px 25px;
	
}
a.subMenu{
	display:block;
	margin-left:10px;
	padding:2px 2px 2px 25px;
}
a.mainMenu:hover, a.subMenu:hover{
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}

/* FORMS */
form div div.left{
	float:left;
	width:200px;
	line-height:25px;
}

form div div.right{
	float:left;
	width:200px;
	line-height:25px;
}

form div div.left .input, form div div.right .input{
	width:200px;
}

form.form{
}

form.form input, form.form textarea, form.form file{
	border:1px solid #DADADA;
}

form.searchForm{
	display:block;
}
form.searchForm select{
	width:185px;
	font-weight:normal;
}

form.searchForm .input{
	font-weight:normal;
	border:1px solid #DADADA;
}

.column1,.column2,.column3{
	float:left;
	line-height:20px;
	margin-bottom:5px;
}

.column1{
	width:150px;
	margin-left:8px;
}

.column2{
	padding-right:5px;
}

.column3{
	font-style:italic;
}

.box2, .box1{
	float:left;
	width:50%;
}

.boxInner{
	margin-bottom:10px;
}

.boxInner h2, .boxInner h2 a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.box2 .boxInner h2, .box1 .boxInner h2{
	background-image:url(../images/box1_bg.jpg);
	padding:2px 2px 2px 5px;
	margin:0px 0px 2px 0px;
	background-color:#BD5E62;
	background-repeat:repeat-x;
	border:none;
	color:#FFFFFF;
	line-height: 100%;
}

.box1 .boxInner h2{
	background-image:url(../images/box2_bg.jpg);
	background-color:#4F85B1;
	background-repeat:repeat-x;
}

.box2 .boxInner .info, .box1 .boxInner .info{
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-image:url(../images/boxinfo2_bg.jpg);
	border:1px solid #AC363B;
	height:107px;
	margin-top:2px;
	overflow:hidden;
	color:#000000;
	font-style: normal;
}

.box1 .boxInner .info{
	background-image:url(../images/boxinfo1_bg.jpg);
	border:1px solid #21659D;
}

.box2 .boxInner .info .image, .box1 .boxInner .info .image{
	float:left;
	border:1px solid #AC363B;
	margin:2px 10px 2px 2px;
	background-color:#FFFFFF;
	overflow:hidden;
}

.box1 .boxInner .info .image{
	border:1px solid #21659D;
}

.box1 .boxInner .info .image a, .box2 .boxInner .info .image a{
	display:block;
	width:130px;
	height: 98px;
	text-align: center;
}

.box2 .boxInner .info .image a img, .box1 .boxInner .info .image a img{
	margin:1px;
	border:none;	
}

.box2 h2, .box1 h2{
	font-size:14px;
	margin-top:3px;
	margin-bottom:0px;
	color:#AC363B;
	border:none;
}

.box1 h2{
	color:#21659D;
}

.box2 h3, .box1 h3{
	font-size:12px;
	margin-top:2px;
	margin-bottom:0px;
	border:none;
}

.box2 p, .box1 p{
	margin:3px;
}

/*
.button1, .button2{
	bbackground-color:#6A9CC4;
	bbackground-image:url(../images/button_blue_bg.jpg);
	bbackground-repeat:repeat-x;
	bborder:1px solid #21659D;
	bcolor:#FFFFFF;
	btext-transform:uppercase;
	bfont-weight:bold;
	bcursor:pointer;
	bfont-size:10px;
}

.button1{
	bbackground-color:#C9767A;
	bbackground-image:url(../images/button_red_bg.jpg);
	bborder:1px solid #AC363B;
}
*/
div.dummy{
	line-height:1px;
	font-size:1px;
	height:1px;
	overflow:hidden;
}

/* seacrh result */
.search_result{
	margin-bottom:8px;
}

.search_result_inner{
	background-image:url(../images/boxinfo1_bg.jpg);
	background-repeat: repeat-x;
	border:1px solid #21659D;
	padding:2px 2px 1px 2px;;
	background-color: #FFFFFF;
}

.search_result_inner h1{
	display:none;
}

div.img{
	float:left;
	width:110px;
	height:83px;
	border:1px solid #21659D;
	padding:1px;
	overflow: hidden;
}

.search_result div.floated{
	float:left;
	width:33%;
	padding-left:10px;
	line-height:150%;
}

div.img a{
	display:block;
	width:110px;
	height: 83px;
	text-align: center;
}

div.img a img{
	border:none;
}

/* result pageing */
div.pageing{
	text-align:center;
	margin-top:10px;
}

div.pageing a{
	color:#000000;
	text-decoration:none;
}

div.pageing a img{
	border:none;
}

div.pageing a:hover{
	text-decoration:underline;
}

div.pageing span{
	font-weight:bold;
	color:#CACACA;
}

/*layout boxes*/
.layoutBox{
	background-color: #DADADA;
}

.layoutBox .layoutTitle{
	ffloat:left;
	height:16px;
	line-height: 16px;
	color:#FFFFFF;
	font-weight: bold;
	padding-left:25px;
	mmargin: 0px;
	text-align:left;
	margin-top:5px;
}

.layoutBox .layoutTitleEnd{
	float:left;
	height:24px;
	width:13px;
	margin: 0px;
}

.layoutBox .layoutContent{
	cclear:left;
	border:1px solid #B2B2B2;
	padding:5px;
	overflow: hidden;
}

.layoutBlue .layoutTitle{
	bbackground-image: url(../images/blue_header_left.gif);
	bbackground-color: #E9EFF9;
	background-color: #00397B;#21659D;
}

.layoutBlue .layoutTitleEnd{
	bbackground-image: url(../images/blue_header_right.gif);
	background-color: #E9EFF9;
}

.layoutBlue .layoutContent{
	background-color: #E9EFF9;
	bbackground-image:url(../images/boxinfo1_bg.jpg);
	bbackground-repeat: repeat-x;
	bbackground-color: #FFFFFF;
}

.layoutRed .layoutTitle{
	bbackground-image: url(../images/red_header_left.gif);
	background-color: #A90125;#AC363B;
}

.layoutRed .layoutTitleEnd{
	background-image: url(../images/red_header_right.gif);
	background-color: #F9EFF0;
}

.layoutRed .layoutContent{
	background-color: #F9EFF0;
	bbackground-image:url(../images/boxinfo2_bg.jpg);
	bbackground-repeat: repeat-x;
	bbackground-color: #FFFFFF;
}

/*link icons*/
a.icon{
	display:block;
	float:left;
	width:24px;
	height:24px;
	margin-left: 5px;
	margin-top:2px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

a.iconSubmitAd_hr{
	background-image: url(../images/icons/submit_ad_hr.gif);
	width:150px;
}
a.iconSubmitAd_en{
	background-image: url(../images/icons/submit_ad_en.gif);
	width:150px;
}
a.iconHome{
	background-image: url(../images/icons/home_on.gif);
}
a.iconFavorites{
	background-image:url(../images/icons/favorites.gif);
}
a.iconContact{
	background-image: url(../images/icons/contact_on.gif);
}
a.iconGuestbook{
	background-image: url(../images/icons/guestbook_on.gif);
}
a.iconEnglish{
	background-image: url(../images/icons/flag_en_on.gif);
}

a.iconCroatian{
	background-image: url(../images/icons/flag_hr_on.gif);
}

a.iconAd_en{
	background-image: url(../images/icons/ad_en_on.gif);
}

a.iconNoAd_en{
	background-image: url(../images/icons/no_ad_en_on.gif);
}

a.iconAd_hr{
	background-image: url(../images/icons/ad_hr_on.gif);
}
a.iconNoAd_hr{
	background-image: url(../images/icons/no_ad_hr_on.gif);
}

/* box title icons*/
.searchBlue, searchRed, .loginBlue, .loginRed, .questionBlue, .questionRed, .importantBlue, .importantRed, .infoBlue,
.infoRed, .adBlue_hr, .adRed_hr, .adBlue_en, .adRed_en,.portalBlue,.siteAdsBlue,.forumBlue,.advertiserPageBlue,
.adRed14_hr,.adRed14_en, .importantRed14,.importantBlue14,.helpBlue14, .rssFeed, .infoBlue14{
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.searchBlue{
	background-image:url(../images/icons/search_blue_14.gif);	
}
.searchRed{
	background-image:url(../images/icons/search_red.gif);	
}
.loginBlue{
	background-image:url(../images/icons/login_blue_14.gif);	
}
.loginRed{
	background-image:url(../images/icons/login_red.gif);	
}
.questionBlue{
	background-image:url(../images/icons/question_blue_14.gif);	
}
.questionRed{
	background-image:url(../images/icons/question_red.gif);	
}
.importantBlue{
	background-image:url(../images/icons/important_blue.gif);	
}
.importantBlue14{
	background-image:url(../images/icons/important_blue_14.gif);	
}
.importantRed{
	background-image:url(../images/icons/important_red.gif);	
}
.infoBlue{
	background-image:url(../images/icons/info_blue.gif);	
}
.infoRed{
	background-image:url(../images/icons/info_red.gif);	
}
.adBlue_hr{
	background-image:url(../images/icons/ad_hr_blue.gif);	
}
.adRed_hr{
	background-image:url(../images/icons/ad_hr_red.gif);	
}
.adBlue_en{
	background-image:url(../images/icons/ad_en_blue.gif);	
}
.adRed_en{
	background-image:url(../images/icons/ad_en_red.gif);	
}

.siteAdsBlue{
	background-image:url(../images/icons/site_ads_blue_14.gif);	
}
.portalBlue{
	background-image:url(../images/icons/portal_blue_14.gif);	
}
.advertiserPageBlue{
	background-image:url(../images/icons/advertiser_page_blue_14.gif);	
}
.forumBlue{
	background-image:url(../images/icons/forum_blue_14.gif);	
}
.adRed14_hr{
	background-image:url(../images/icons/ad_hr_red_14.gif);	
}
.adRed14_en{
	background-image:url(../images/icons/ad_en_red_14.gif);	
}
.importantRed14{
	background-image:url(../images/icons/important_red_14.gif);	
}
.importantBlue14{
	background-image:url(../images/icons/important_blue_14.gif);	
}
.helpBlue14{
	background-image:url(../images/icons/help_blue_14.gif);	
}
.rssFeed{
	background-image:url(../images/icons/rss-14.png);	
}
.infoBlue14{
	background-image:url(../images/icons/info_blue_14.gif);	
}
/*buttons*/
.button, .form input.button, form input.button{
	ccolor: /*#6F6F6F*/#00397B;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	background-color:#F7F5F1;
	border:1px outset /*#9f9f9f*/#00397B;
}

input.blue{
	/*
	background-color:#B7CAE9;
	border-color: #22669E;
	*/
	ccolor:#22669E;
	cborder:1px solid #22669E;
	
}

input.red{
	/*
	background-color:#AC363B;
	border-color: #AC363B;
	*/
	color:#AC363B;
}

/*
.buttonBlue40{
	background-image:url(../images/button_40_blue.gif);
	width:40px;
}
.buttonWhite40{
	background-image:url(../images/button_40_white.gif);
	width:40px;
}
.buttonBlue60{
	background-image:url(../images/button_60_blue.gif);
	width:60px;
}
.buttonWhite60{
	background-image:url(../images/button_60_white.gif);
	width:60px;
}
.buttonBlue80{
	background-image:url(../images/button_80_blue.gif);
	width:80px;
}
.buttonWhite80{
	background-image:url(../images/button_80_white.gif);
	width:80px;
}
.buttonBlue120{
	background-image:url(../images/button_120_blue.gif);
	width:120px;
}
.buttonWhite120{
	background-image:url(../images/button_120_white.gif);
	width:120px;
}

/*banners*/
a.banner{
	display:block;
	margin-bottom:2px;
}
a.banner img{
	border:1px solid #DADADA;
}

/*small login*/
.smallLogin{}
.smallLogin input{
	border:1px solid #DADADA;
	width:182px;
}
.smallLogin ul{
	margin-top:2px;
	margin-bottom:0px;
}
.smallLogin li, .columnMiddle li{
	list-style-image: url(../images/link_bullet.gif);
	list-style-position: 0px 50%;
	line-height:150%;
}

a.vote_link{
	color:#000000;
	font-size:12px;
}


/*tables*/
table.table{
	width:100%;
	background-color:#DADADA;
}

table.table td{
	background-color: #FFFFFF;
	padding:3px 4px 3px 4px;
	text-align:center;
}

table.table th{
	padding:3px 4px 3px 4px;
	color:#FFFFFF;
	text-align:center;
	background-color:#21659D;
}

table.table td.left, table.table th.left{
	text-align:left;;
}

.menuxx{
	border:1px solid #B2B2B2;
}
.menuxx a{
	display:block;
	padding:1px 5px 1px 5px;
	background-color:#F3F3F3;#E9EFF9;
	color:#21659D;
	text-decoration:none;
	border-bottom:#DADADA 1px solid;
}

.menuxx a:hover{
	background-color:#FFFFFF;
	border-bottom-color: #B2B2B2;
	color: #2B5C85;
}

.banner450Holder{
	padding-top:10px;
	float:right;
	wwidth:450px;
	margin-right:10px;
}

.banner450{
	wwidth:450px;
	height:60px;
	border:1px solid #B2B2B2;
}

.bellowHeader{
	border:1px solid #b2b2b2;
	border-width:1px 0px 1px 0px;
	padding:2px 0px 0px 20px;
	background-color:#FFFFFF; 
	clear:both;
}

.bellowHeader .buttonLinks{
	float:right;
	margin-right:10px;
}

.iframe{
	width:1px;
	height:1px;
	border:none;
}

a.rss{
	line-height:14px;
}

/*news*/
div.short_news{
	float:left;
	width:25%;
	margin-bottom:10px;
}

div.short_news div.news_content{
	width:94%;
	margin:auto;
	text-align: center;
}

div.news_content h2{
	text-align: left;
	margin:0px;
}

div.news_content p{
	text-align: left;
	margin-top:2px;
}

div.news_content a{
	font-weight: bold;
	color: #22669E;
}

div.news_content a img{
	border:1px solid #DADADA;
}

.navbar{
	padding-bottom:8px;
}

.tagLetters{
	border-bottom:1px solid #6F6F6F;
	margin-bottom:10px;
	text-align:center;
	padding-bottom:3px;
	color: #6F6F6F;	
}

.tagLetters span,.tagLetters a {
	color:#000000;
	text-decoration: none;
}

.tagLetters span.selectedLetter, .tagLetters span.selectedLetter a{
	text-transform: uppercase;
	font-weight: bold;
	color:#22669E;
}

/*star rating */	
/*
.unit-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 90px;
	height: 18px;
	position: relative;
	background: url('../images/stars.png') top left repeat-x;	
	overflow:hidden;	
}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	list-style-image:none;

	float: left;
	width:18px;

}
.unit-rating li a{
	display:block;
	width:18px;
	height: 18px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover{
	background: url('../images/stars.png') left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:18px;}
.unit-rating a.r2-unit{left:18px;}
.unit-rating a.r2-unit:hover{width: 36px;}
.unit-rating a.r3-unit{left: 36px;}
.unit-rating a.r3-unit:hover{width: 54px;}
.unit-rating a.r4-unit{left: 54px;}	
.unit-rating a.r4-unit:hover{width: 72px;}
.unit-rating a.r5-unit{left: 72px;}
.unit-rating a.r5-unit:hover{width: 90px;}
.unit-rating li.current-rating{
	background: url('../images/stars.png') left bottom;	
	pposition: relative;
	position: absolute;
	height: 18px;
	display: block;
	text-indent: -9000px;
	z-index: 1000;
}
*/

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url("../images/stars.png") left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:90px;
	height:18px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:18px;
	line-height:18px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}

/*end star rating*/
