/*
***********************************************************

Title:			main.css
Website:		www.cimerman-nekretnine.hr
Browser(s): 	All (except IE)

Author: 		www.designeus.hr
Created: 		26.10.2008.

***********************************************************
*/

/* -----------
    CSS RESET
   ----------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul, li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
* {outline:none;}

/* -------------------------- */

form { display: inline; }

strong { font-weight: bold }
em { font-style: italic }

* a { position:relative } /* Gets links displaying over a PNG background */
a, #button, .smallbutton { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

/* ------------
    TYPOGRAPHY
   ------------ */

body { 
	font-family: "Tahoma", Arial, Helvetica, sans-serif normal;
	color: #fff
	}
	
b { font-weight:bold }
	
a, a:visited { 
	color: #f8e8b5;
	text-decoration:none;
	}
	
a:hover { text-decoration:underline }

h2 { font: 26px/26px "Myriad Pro", "Tahoma", Arial, Helvetica, sans-serif; }

#header #contact-data p, #header #site-language { 
	font: 12px/12px "Tahoma", Arial, Helvetica, sans-serif; 
	color: #fff; 
	}
	
#header #contact-data p a, #header #contact-data p a:visited { color:#fff; text-decoration:none }

#header #contact-data p a:hover { text-decoration:underline }

#header #site-language a, #header #site-language a:visited { font-size:11px; color:#66827a; text-decoration:none; }

#header #site-language a.active,
#header #site-language a.active:visited,
#header #site-language a.active:hover { color:#fff; }

#header #site-language a:hover { color:#d2bf70 }

#navigation ul li a, #navigation ul li a:visited { 
	font: 12px/12px "Tahoma", Arial, Helvetica, sans-serif;
	color: #f8e8b5;
	text-decoration:none;
	letter-spacing:1px;
	}

#navigation ul li a:hover { color:#fff }

#content p.special_offer { 
	font-size:15px;
	text-align:center;
	}
	
#specials #album a.frame, #specials #album a.frame:visited { 
	color:#004a33; 
	font-size:15px;
	}
	
h1 { 
	font: 22px/12px "Myriad Pro", "Tahoma", Arial, Helvetica, sans-serif normal;
	color: #9aa88e;
	}
	
	.region h1{ text-align:center }
	.most-popular h1 { padding-left:20px }
	#search-results h1 { font: 13px/17px "Tahoma", Arial, Helvetica, sans-serif; font-weight:bold; color:#f8e8b5; margin-bottom:2px }
	#search-results h2 { font: 15px/21px "Tahoma", Arial, Helvetica, sans-serif; font-weight:normal; margin:78px 0 4px; }
	.searchform h1, .static h1 { margin-bottom:17px; }
	
.button, a.button, a.button:visited { font-size:12px; color:#f8e8b5; text-transform:uppercase; }

.most-popular a.button, .most-popular a.button:visited, #search-results a.button { font-size:11px; }

.button:hover, .hover a.button,
a.button:hover { text-decoration:none; color:#fff; }

#offer ul li { font-size:14px; line-height:16px; }

#breadcrumbs, #breadcrumbs h1 { color: #fff; font-family:"Tahoma",Arial,Helvetica,sans-serif normal; font-size:14px; line-height:14px; }

.pagination { text-align:center; font-size:14px; }

#breadcrumbs a, #breadcrumbs a:visited,
.pagination a, .pagination a:visited, .pagination a.disabled, .pagination a.disabled:hover { color:#73958a; }

#breadcrumbs a:hover, #breadcrumbs .active,
.pagination a:hover, .pagination a.current, 
.region .categories ul li a:hover { color:#fff; text-decoration:none; }

.region .categories ul li a { font-size:14px; line-height:16px; }

.most-popular .item p { color:#F8E8B5; font-size: 11px; }

.most-popular .item p.description { color:#fff; font-size:11px;	line-height:15px; font-weight:normal}

#pagetools a { font-size:11px; }

#pagetools select { font-size:11px; color:#333; }

#search-results table { font-size:13px; line-height:18px; text-align: center}

#search-results th { text-align:center; }

#search-results table td.description { text-align:left }
#search-results table td.thumbnail { text-align:center }

#search-results table td.price { font-weight:bold; }

#item-details table { font-size:12px; line-height:18px; }

#item-details table th { color: #B2BFA7 }
	#item-details table th.price, #item-details table td.price { font-weight:bold; font-size: 12px; line-height:18px; }

#item-details table p { margin-bottom:4px; }

.static { font:13px/21px "Tahoma", Arial, Helvetica, sans-serif; }
.static p { margin-bottom: 10px; }
.static h2, .static h3 { font:15px/21px "Tahoma", Arial, Helvetica, sans-serif; font-weight:bold; margin:18px 0 4px; }
.static h2 { color:#fff; }
.static h3 { color:#B2BFA7; }
.static ul { margin:0 0 10px 16px; }
.static ul li { list-style:circle }

#footer p {
	text-align:center;
	font-size:12px;
	line-height:20px;
	color: #b2bfa7;
	}
	

/* --------------
	 BASIC LAYOUT
	-------------- */
	

* { margin: 0; }

html { overflow-y:scroll }

html, body { height: 100%; }

body { 
	background:url(img/body-bg.png) repeat-x top center #004a33;	
	}
							  

#container	{ 
	width:920px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -61px; /* the bottom margin is the negative value of the footer's height */
	}
	

#header { 
	width:100%; height:83px; 
	padding-top:10px;
	}

#navigation {
	width:100%; height:32px;
	margin-top:0px;
	}
	

#content {
	width:100%;
	margin-top: 10px;
	}
	

/* --------
	 HEADER
	-------- */
	

#header h1#title a {
	width:454px; height:65px;
	background:url(img/logo.png) no-repeat left top;
	float:left; margin-left:13px;
	display:block;
	text-indent:-9999px
	}
	

#header #contact-data {
	width:360px;
	height: 58px;
	padding: 12px 0 0 44px;
	background:url(img/contact-data-bg.png) no-repeat left top;
	float:left;
	margin:16px 0 0 18px;
	}
	
	#header #contact-data p { float:left; }
		
		#header #contact-data p.address {
			background:url(img/icon-address.png) no-repeat 1px -1px;
			padding-left:16px; margin-right:51px;
			}
			
		#header #contact-data p.email {
			background:url(img/icon-email.png) no-repeat left 2px;
			padding-left:16px; margin-right:28px;
			}
			
		#header #contact-data p.phone {
			background:url(img/icon-phone.png) no-repeat left top;
			padding-left:16px;
			}
			
		#header #contact-data .clear { height:6px; }
		

#header #site-language { float:right; margin:30px 0 0; font-size:11px; }

#header #site-language ul li { margin-bottom:6px; }
			
	

/* ------------
	NAVIGATION
   ------------ */
	

#navigation { }
	#navigation ul li { float:left; }
	
	#navigation ul li:hover { color:#fff }
	
	#navigation ul li a,
	#navigation ul li a:visited { display:block; padding: 19px 22px 20px; margin-right:57px; }
	.lang_en #navigation ul li a, .lang_en #navigation ul li a:visited { margin-right:53px; }
		
	#navigation ul li a.last,
	#navigation ul li a.last:visited {	margin-right:0;	}
				
	#navigation.admin ul li a,
	#navigation.admin ul li a:visited { margin-right:14px; padding:19px 20px 20px; }
	
	#navigation.admin ul li a.last,
	#navigation.admin ul li a.last:visited { margin-right:0; }
				
		#navigation ul li a.last-link-on,
		#navigation ul li a.last-link-off {
			margin-right:0;
			}
			
		
	#navigation ul li a.active,
	#navigation ul li a.active:visited,
	#navigation ul li a.last-active,
	#navigation ul li a.last-active:visited {
		background:url(img/menu-item-active-bg.png) no-repeat top right;
		color:#fff;
		}
		

/* -----------------
	 STATIC CONTENT
	---------------- */
	
	.static { margin:0 auto; width:880px; }
	.static .hgk-logo { padding-right: 14px }
	
	.static .fees { 
		border-left: 1px solid #7C9974; 
		border-top:1px solid #7C9974;
		margin:0 auto; 
		width:600px;
		}
	.static .fees th { background-color: #003124; font-weight:bold; text-align:center; text-transform: uppercase; }
	.static .fees td, .static .fees th { border-bottom: 1px solid #7C9974; border-right:1px solid #7C9974; padding:4px; }
	.static .fees td.fee-class { 
		background-color: #003a28;	
		padding:0px 4px; 
		text-align:center; 
		text-transform: uppercase; 
		}
	.static .fee-amount { text-align:center; width:150px; }
		

/* ---------------
	 SPECIAL OFFER
	--------------- */
	

#specials {
	width:796px; height: 466px;
	margin:0px auto 17px;
	}
	
	#specials a.previous, #specials a.next { 
		width:32px;
		height:483px;
		display:block;
		background: url(img/specials-next-prev.png) no-repeat;
		}
	
	#specials a.previous {
		float:left;
		background-position:left 50%;
		margin-right:30px;
		}
		
	#specials a.previous:hover {
		background-position:-64px 50%;
		}
				
	#specials a.next {
		float:right;
		background-position:-32px 50%;
		}
		
	#specials a.next:hover {
		background-position:-96px 50%;
		}
		
	#specials #album {
		width:694px;
		float: left;
		position:relative;
		}
		
		#specials #album img {
			margin: auto;
			position:absolute;
			top:35px; left:35px;
			width: 600px;
			height: 400px;
			}
			
			#specials #album #description-bg {
				position:absolute;
				top:426px; left:32px;
				width:630px; height:25px;
				background:url(img/specials-title-bg.png) repeat;
				}
			
			#specials #album a.frame, #specials #album a.frame:visited {
				background:url(img/specials-frame.png) no-repeat top left;
				display:block;
				position:absolute;
				top: 0; left: 0;
				width:664px; height:54px;
				padding: 414px 0 0;
				text-align:center;				
				}

/* ----------------
	OFFER & SEARCH
   ---------------- */
	

#offer {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 50px;

}

#search { }
	

#offer, #search { width:410px; float:left; }
		
	#offer h1 { width:408px; }
	#offer h1, #search h1 {	padding-bottom:5px;	border-bottom:1px solid #7d906d; margin-bottom: 17px; }
		
	#offer ul, #offer li {
		list-style-type: circle;
		margin-left:30px;
		}
		
		#offer ul li { padding-bottom:4px; }
		

.button, a.button, a.button:visited {
	width:152px;
	text-align:center;
	display:block;
	background-color:#0c3626;
	border:1px solid #063011;
	padding:5px 12px;
	margin:14px 0 0 10px;
	}
	

.button:hover, .hover a.button,
a.button:hover {
	background-color:#0d2a1f;
	}
	
	

/* -------
	OFFER
   ------- */
	

#breadcrumbs { 
	width:910px; height:27px;
	margin-left:10px;
	}
	
	#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs .active {
		background-color:#002c1e;
		display:block;
		float:left;
		}
		
	#breadcrumbs a, #breadcrumbs a:visited { padding:6px 13px 7px; }
		
	#breadcrumbs .active { cursor:default; padding:5px 13px; }
		
		
	#breadcrumbs span {
		width:13px; height:27px;
		display:block;
		float:left;
		}
		
	#breadcrumbs span.mid {	background:url(img/breadcrumb-arrow-mid.png) no-repeat;	}
		
	#breadcrumbs span.end {	background:url(img/breadcrumb-arrow-end.png) no-repeat;	}	
	
	#breadcrumbs span.active { width:auto; height:17px; }
		 

.region { 
	width:296px;
	float:left;
	margin:27px 0 0 10px;
	}
	
	.region .categories {
		height:440px; /* SREDITI DA SU STUPCI UVIJEK ISTE VISINE */
		background-color:#00422e;
		border-top: 1px solid #4d7356;
		margin-top:10px; padding:14px;
		}
		
		.region .categories img {
			border: 1px solid #658161 }
			
		.region .categories ul { margin-top:14px }
		
			.region .categories ul li a {
				display:block;
				padding:10px 15px;
				border-bottom:1px solid #48725b;
				}
				
				.region .categories ul li a:hover { background-color:#003a28 }
			
			.region .categories ul li a.last { border:none }
			

.most-popular {
	margin:30px 10px 0 10px;
	width:906px;
	}
	
	.most-popular .items-container {
		background-color: #00422e;
		border-top: 1px solid #4d7356;
		margin-top:10px; padding:10px 7px;
		}
		
		.most-popular .item {
			width:152px; height:auto;
			margin-left:7px; padding:10px 9px 40px;
			float:left;
			position:relative;
			}
			
		.most-popular .item:hover { background-color:#004f37; }	
			
			.most-popular .item p {
				padding:7px 0 0;
				min-height:26px;
				}
				
			.most-popular .item p.description { height:auto }
							
			.most-popular .item img { border: 1px solid #658161; height:100px; width:150px; }
			
		.most-popular a.button {
			width:138px; height:auto;
			padding: 2px 6px;
			position: absolute;
			bottom:10px; left:0;
			}
			

/* --------------
	OFFER - LIST
   -------------- */
	

#pagetools { margin:0 0 10px 10px; }

#pagetools a {
	padding-left:18px;
	margin-right:14px;
	}
	
	#pagetools a.print { background:url(img/icon-print.png) no-repeat top left;	} 
	#pagetools a.email-page { background:url(img/icon-email-page.png) no-repeat 2px 3px; } 
	#pagetools a.ground-plan { background:url(img/icon-ground-plan.png) no-repeat 2px top; } 
	

#search-results {
	margin-top:24px;
	}
	
	#search-results img { border: 1px solid #658161; height:100px; width:150px; }
	
	#search-results table { margin-left:10px; width:910px; }
	
	#search-results table th { border-bottom:1px solid #4d7456; }
	
	#search-results table td {
		padding:8px 0;
		border-bottom:1px solid #0f3429;
		position:relative;
		}
		
		#search-results table td.thumbnail { vertical-align:top; width: 170px }
		
			.lang_hr .sold {	background:transparent url(img/mark-item-sold-hr.png) no-repeat left top; }
			.lang_hr .leased { background:transparent url(img/mark-item-leased-hr.png) no-repeat left top; }
			.lang_en .sold {	background:transparent url(img/mark-item-sold-en.png) no-repeat left top; }
			.lang_en .leased { background:transparent url(img/mark-item-leased-en.png) no-repeat left top; }
			.sold, .leased {
				height:100px;
				position:absolute;
				width:150px;
				}
			#search-results .sold, #search-results .leased { margin:1px 0 0 10px; }
			.most-popular .sold, .most-popular .leased { margin:1px 0 0 1px }
			
		#search-results table td.description { width: 430px; }
		
		#admin #search-results table td.description { padding-left:10px; width: 560px; }
		
	#search-results a.button {
			width:140px; height:auto;
			margin:12px 0 0;
			padding: 2px 8px;
			}
			

.pagination {
	width:auto; height:27px; margin:30px auto 0 auto;
	}
	
	.pagination a, .pagination a:visited, .pagination a.disabled, .pagination a.current {
		display:inline;
		padding:5px 13px;
		margin-right:-1px;
		}
		
	.pagination a, .pagination a:visited {
		background-color:#002c1e;
		}
		
		.pagination a.disabled { background-color:#01412d; cursor:default; }
		.pagination a.current { background-color:#004A33; cursor:default; }
		
		
		

/* -----------------
	OFFER - DETAILS
   ----------------- */
	
#visual {
	float:left;
	margin:24px 10px 0;
	width:600px;
	}

#item-details {
	/*float:left;*/
	margin:24px 0;
	}
	
	#item-details table th {
		background-color:transparent;
		padding:6px;
		border-bottom:1px solid #4d7557;
		width:74px;
		}
	#item-details table td {
		padding:6px 12px;
		background-color:#00442f;
		border-bottom:1px solid #4d7557;
		}
		
	#item-details .price-kn { color: #99af9f; font-size:10px; line-height: 14px; }
	
#item-details i { font-size:11px; font-style:normal; margin-left:3px; }
		
#showgallery, #showmap { 
	background:url(img/visual-map-gallery-switch.png) no-repeat left -4px;
	color:#fff;
	display:inline-block;
	font:14px/16px "Myriad Pro", "Tahoma", Arial, Helvetica, sans-serif;
	height:19px;
	margin-top:20px;
	padding:12px 20px 10px;
	text-transform:uppercase;
	width:164px;
	}
	
#showgallery { margin-left:65px; text-align:right; }
#showmap { background-position:right -4px; }

#showgallery.selected, #showmap.selected { color:#498371; }
#showgallery.selected, #showgallery.selected:hover { background-position:left -84px; }
#showmap.selected, #showmap.selected:hover { background-position:right -84px; }
		
#showgallery:hover { background-position: left -44px; }
#showmap:hover { background-position: right -44px; }

#showgallery:hover, #showmap:hover { color:#F8E8B5; cursor:pointer;	text-decoration:none; }
#showgallery.selected:hover, #showmap.selected:hover { color:#498371; text-decoration:none; cursor:default }

/* -------------
	 SEARCHFORM
	------------ */
		
.searchform { margin:0 auto; width:880px; }

.searchform #form, #form.quicksearch { margin-top:10px; }

.searchform table { border:none }

.searchform table tr { height:26px; }
.quicksearch table tr { height:28px; }

.searchform table td, .quicksearch table td { color: #B2BFA7; font-weight:bold; font-size:13px; font-weight:bold; }

.searchform label, .quicksearch label { float:left; text-align:right; width:95px; padding-right:10px; font-size:13px; color:#fff; font-weight:normal; }

.searchform select, .searchform input, .quicksearch select, .quicksearch input { border:1px solid #002F21; padding:1px; }

.searchform .od { width: 410px }

.searchform .do { width: 641px }

		.searchform .od input, .searchform .do input { 
			background-color: #fff;
			background-image: url(img/search-input-od-do.png); 
			background-repeat: no-repeat; 
			padding-left: 25px;
			}
		
		.lang_en .od input, .lang_en .searchform .do input { background-color: #fff;	background-image: url(img/search-input-od-do-en.png); background-repeat: no-repeat; padding-left: 35px; }
		
		.searchform .od input { background-position:left bottom }
		.searchform .do input { background-position:left -44px }
		
		.searchform .od input.filledOut { background-color: #B2BFA7; background-position:left -22px }
		.searchform .do input.filledOut { background-color: #B2BFA7; background-position:left top }


.searchform .button, .quicksearch .button { height:22px; width:auto; padding:0 8px 4px; cursor:pointer; margin-left:105px; text-transform:uppercase; }


.hover { background-color: #003a28; cursor: pointer; }
/*.filledOut { background-color: #B2BFA7; }*/
.filledOut option { background-color: white; }

.searchform .criteria-bar {
	background-color:#003223;
	background-image:none;
	border:1px solid #005c40;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	color:#fff;
	font:12px/12px "Tahoma", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:10px;
	padding:10px;
	width:98%;
	}
	
	
/* ----- O NAMA ----- */
.basic-info { margin-bottom:15px; text-align:left; }
.name { font-weight:bold; font-style:italic }

/* --------
	 FOOTER
	-------- */
	

#footer { 
	width:100%; height:40px;
	background-color:#003b29;
	border-top:1px solid #7c9974;
/*	margin-top:30px;*/
	padding-top:20px;
	}
	

#footer p { margin:0 auto; padding: 0 116px 0 0; position:relative; width:800px;	}

a.designeus {
	text-indent:-9999px;
	display:block;
	width:100px; height:29px;
	background:url(img/logo-designeus.png) no-repeat 0 0;
	position:absolute;
	top:-7px; right:200px;
	}

a.designeus:hover { background-position:0 -29px; }
	

.push { height:80px; } /* .push must be the same height as .footer - u ovom slucaju mora biti veci, iz nekog nepoznatog razloga :) */

/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/


/* -------
	ADMIN
   ------- */
   
#admin #content {
	background-color:#003727;
	border-radius:8px; -moz-border-radius:6px; -webkit-border-radius:8px;
	margin:10px auto 0;
	padding:8px;
	position:relative;
	width:780px;
	}
	
		#admin.login #content {	width:390px; }
		#admin.list #content { width:600px; }
		#admin.users #content { width:500px; }
		#admin.obavijest #content { width:404px; }
	
#admin #content h1 {
	color:#eae9e3;
	font:18px/23px "Myriad Pro", Tahoma, Verdana, Arial; 
	font-weight:normal;
	height:22px;
	overflow:hidden;
	text-transform:uppercase;
	padding:2px 0 5px 9px;
	width:510px;
	}
	
#admin #content h2 {
	color: color:#eae9e3;
	font:15px/20px "Myriad Pro", Tahoma, Verdana, Arial; 
	font-weight:normal;
	}
	

#admin #tabs {
	position:absolute;
	top:10px; right:0;
	width:264px;
	}
	
		#admin #tabs a {
			color:#9eb6af;
			display:block;
			float:left;
			font:15px/15px "Myriad Pro", Tahoma, Verdana, Arial;
			text-transform:uppercase;
			height:12px;
			padding:10px 15px 16px;
			}
			
		#admin #tabs a:hover { text-decoration: none; color:#fff; }
			
				#admin #tabs a.on {
					background-color:#004932;
					border-top-left-radius:6px; border-top-right-radius:6px; -moz-border-radius:6px 6px 0 0; -webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;
					color:#fff;
					}
					
#admin #data-form {
	background-color:#004932;
	border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;
	font: 13px/13px Tahoma, Verdana, Arial;
	margin-top:5px;
	padding:14px 10px 10px;
	}
	
		#admin #data-form .fancyopt label {
	display: block;
	padding:6px 0 0;
	text-transform:uppercase;
	width:85px;
	}
	
		#admin.list #data-form label { padding-right:4px; text-align:right; width:auto }
			
		#admin #data-form .fancyopt a {
			background:url(img/admin-form-button-bg.png) repeat-x center top;
			border-left:1px solid #797979;
			border-right:1px solid #ddd;
			color:#000;
			display:block;
			float:left;
			margin-bottom:12px; /* OSIGURAVA PROSTOR IZMEDJU REDOVA GUMBA */
			padding:5px 7px 7px;
			text-align:center;
			}
			
				#admin #data-form a:hover { background-position:center bottom; text-decoration:none }
			
				#admin #data-form a.selected { background:url(img/admin-form-button-selected-bg.png) repeat-x center top; border:none; cursor:default; }

				#admin #data-form a.last { border-right:none }
				
#admin #namjena a { width:320px; }
#admin #vrsta a { width:118px; }
#admin #lokacija a { width:208px; }

#admin.users #data-form a { 
	background-repeat: no-repeat;
	background-position: center top;
	border:none;
	display:block;
	height:30px;
	margin:0;
	padding:0;
	width:24px;
	}
	
#admin.users #data-form a.changePwd { background: url(img/admin-user-edit.png) }
#admin.users #data-form a.changePwd:hover { background-position:center bottom }

#admin.users #data-form a.deleteUser { background: url(img/admin-user-delete.png) }
#admin.users #data-form a.deleteUser:hover { background-position:center bottom }

#admin #hr, #admin #en { width:375px; }
	
	#admin #hr { float: left; margin-right:10px; }
	#admin #en { float: right }
	
		#admin #hr label, #admin #en label { width:110px }
		
		#admin #login label { width:300px; }
	
	#admin input, #admin textarea {
		background:white url(img/admin-form-input-bg.png) repeat-x center top;
		border:1px solid #002319; 
		font:13px/16px Tahoma, Verdana, Arial;
		margin:3px 0 8px;
		padding:3px 4px 4px;
		width:360px; 
		}
	
	#admin.ponuda_slike input.id { width:50px; }
		
			/* #admin #data-form input { height:16px; } */
			#admin #data-form textarea { height:70px; }
			
	#admin #kvadratura, #admin #sobnost, #admin #kat, #admin #kat-en { float:left; width:110px; }
	#admin #zk-status { float:left; width:237px; }

			#admin #kvadratura, #admin #sobnost, #admin #kat-en { margin-right:15px; }
			#admin #kat, #admin #kvart { margin-right:0 }
	
					#admin #kvadratura input, #admin #sobnost input, #admin #kat input, #admin #zk-status input, #admin #kat-en input { width:99%; }
					
#admin .narrow, #admin .narrow-last { display:inline-block; width:238px; }

	#admin .narrow {  margin-right:15px; }

#admin .narrow a, #admin .narrow-last a { width:104px; margin-top:3px; }

#admin table.users-list { 
	border-right:1px solid #003d2a; 
	border-top:1px solid #003d2a;
	padding:2px; 
	width:100%; 
	}
#admin table.users-list th { color: #9eb6af; height:34px }
#admin table.users-list th, #admin table.users-list td { border-left:1px solid #003d2a; border-bottom:1px solid #003d2a; padding-left: 5px;}
#admin table.users-list td.action { height:34px; padding-left:6px; width:30px; }
#admin table.users-list td.ordnmbr, #admin table.users-list th.ordnmbr { padding:0 10px 0 0; text-align:right; width:20px; }

#admin table.new_user { margin:0 auto; width:96% }

#admin.users #new_user { border-top:1px dashed #456F62; margin-top:20px; padding-top:12px; width:100% }

#admin input#button, #admin a#button {
	background-color:#003d2a;
	background-repeat: no-repeat;
	background-position: 80px -30px;
	border:1px solid #003727; -moz-border-radius:4px; -webkit-border-radius:4px;
	color:#9eb6af;
	cursor:pointer;
	font-size: 14px;
	font-weight:bold;
	height:32px;
	text-align:left;
	text-transform:uppercase;
	padding-left:14px;
	width:120px;
	}
	
		#admin input#button.save { 
			background-image: url(img/admin-form-submit-button-bg.png); 
			margin:10px 4px 10px 254px; /* 'margin:0 auto' iz nekog razloga ne centrira gumb!!! */ 
			}
			
		#admin a.delete { background:#003d2a url(img/admin-form-delete-button-bg.png) no-repeat 80px -30px; border:1px solid #003727; -moz-border-radius:4px; -webkit-border-radius:4px; color:#9eb6af; cursor:pointer; display:inline-block; font-size: 14px; font-weight:bold; padding:9px 45px 9px 17px; text-align:left; text-transform:uppercase; padding-left:14px; }
		#admin #data-form a.delete:hover { background-color: #003727; background-position:80px top; color:#fff; }
			
			#admin.users input#button.save { 
			background-image: url(img/admin-form-submit-button-bg.png); 
			margin:0;
			}
			
		#admin input#button.login { 
			background-image: url(img/admin-form-login-button-bg.png); 
			margin:10px 115px;
			padding-left:22px;
			}
			
		#admin input#button.search { 
			background-image: url(img/admin-form-search-button-bg.png); 
			margin:20px 235px 0;
			padding-left:24px;
			}
	
#admin input#button:hover { background-color: #003727; background-position:80px top; color:#fff; }

/* ----- PHOTO & MAP -----*/

#map {
	clear: both;
	width: 600px;
	height: 435px;
	border: none;
	color: black;
}

#admin .smallbutton { 
	background:#0c3626;
	border:1px solid #063011;
	color:#f8e8b5;
	cursor:pointer;
	display:inline;
	font-size:12px;
	height:23px;
	margin:0;
	padding:2px 12px 4px;
	width:auto; min-width:80px;
	}
	
#admin .smallbutton:hover { background-color:#0d2a1f; color:#fff; text-decoration:none; }

#admin label.map-photo { 
	float:left;
	padding-top:9px;
	text-transform:none;
	width:120px;
	}
	
#admin .photos { margin:3px 0 12px; }

#admin .photos td { padding-right:10px; }

#admin .photos td.thumbnail { width:165px; }

#admin .photos input { margin:0; width:auto; }

.upload_btns { position:relative; }
#admin .photos input#btnCancel { left:87px; position:absolute; top:0; }

#admin .uploaded { 
	float:left; 
	height:130px; 
	margin:0 10px 10px 0;
	}
	
	#admin .uploaded img { height:95px; margin-bottom:8px; width:142px; }
	
/* ----- WARNING & INFO -----*/

.announcement {
	background:#fcf1c4 url(img/announce-bg.png) no-repeat 24px 9px;
	border:1px solid #3e3202;
	border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:9px;
	color:#000;
	font: 17px/22px "Myriad Pro", "Tahoma", Arial, Helvetica, sans-serif;
	margin:6px auto 14px;
	padding:11px 20px 11px 68px;
	}
	
/*.announcement { background-image:url(img/announce-bg.png); width:600px }*/

.infobar, .warning {
	background-image:none;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	color:#fff;
	font:12px/12px "Tahoma", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0 auto 10px;
	padding:5px 10px;
	width:92%;
	}

.infobar { background-color:#003223; border:1px solid #005c40; }
.warning { background-color:#c00; border:1px solid #700; }

#ssp.infobar { margin-top:20px; padding:20px; text-align:center; }
#ssp.infobar a { font-weight:bold; }

.sold-leased-text { font-size:12px; font-weight:bold; margin:10px 0 0 10px; text-transform:uppercase; }

/* ----- LABELS ----- */

#admin .notpublished {
	background-color:white;
	color:red;
	font-size:9px;
	margin-left:5px;
	padding: 2px 3px;
	text-transform:uppercase;
}

#admin .tag-sold {
	background-color:white;
	color:blue;
	font-size:9px;
	margin-left:5px;
	padding: 2px 3px;
	text-transform:uppercase;
}

/* ----- OFFER CATEGORY PICTURES ----- */

#admin.ponuda_slike #content { width: 860px }

#admin.ponuda_slike #data-form h2 { margin-bottom: 4px; text-align:center; }

#admin.ponuda_slike .region { margin:0 0 16px; width:280px; }

/* ---------------
	FLOATS & CLEARS
   --------------- */

.alignleft { float:left }
.alignright { float:right }
.clear { clear:both; }
.centered { text-align:center }

.edittable th { text-align: right; }
.edittable td { width: 550px; padding: 1px 0; }
.edittable td input, .edittable td select, .edittable td textarea { width: 100%; }
.edittable td textarea { height: 75px; }

.edittable td.radio table { width: 100%; }
.edittable td.radio label { display: block; width: 100%; height: 100%; text-align: center; cursor: pointer; }
.edittable td.radio label.selected { background-color: green; }
.edittable td.radio input { display:none; }

img.thumb { width: 150px; }
img.ponuda { width: 268px; }
img.big { width: 600px; }

.printOnly { display: none; }


/* ----- GREETINGS CARD ----- */
#greeting { margin:15px auto 40px; text-align:center; }
#photo { margin:0 auto; position:relative; width:692px; }
#photo img.zrinjevac { border:1px solid #d2bf70; margin-bottom:15px; }
#photo div { background:rgba(0,0,0,0.5); color:#fff; font-size:10px; left:2px; padding:2px 0 4px 4px; position:absolute; text-align:left; top:1px; width:686px; }
#photo div a {  }

