@charset "utf-8";
/* CSS Document */

/*
 * Project: First
 * 
 * 
 * 
*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

/* --------------------------------------------------------------------------------------------- common */

a {
    text-decoration: none;
}

a img {
    border: none;
}

li {
	list-style-type: none;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* --------------------------------------------------------------------------------------------- body */

body {
	background: #bfd8e5;
	font-family: Arial, Helvetica, sans-serif;
}

/* --------------------------------------------------------------------------------------------- wrapper */

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

/* --------------------------------------------------------------------------------------------- wrapper */

#header {
	width: 940px;
	margin: 0 auto;
	position: relative;
	height: 245px;
}

#header .contact_details {
	width: 172px;
	position: absolute;
	top: 21px;
	left: 0px;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #3085ae;
}

#header .contact_details li {
	padding-left: 12px;
	background: url(../images/site/bck/bullet_01.png) 0px 6px no-repeat;
}

#header .contact_details a {
	color: #3085ae;
}

#header .contact_details span {
	font-size: 10px;
}

#header .contact_details a:hover {
	text-decoration: underline;
}

#header h1 {
	position: absolute;
	top: 78px;
	left: 0px;
}

#header .lang_home {
	position: absolute;
	top: 0px;
	right: 3px;
	font-size: 11px;
	margin-right: 3px;
	color: #3085ae;
}

#header .lang_home a {
	color: #3085ae;
	padding-top: 5px;
	display: block;
	float: left;
}

#header .lang_home a.english {
	width: 40px;
}

#header .lang_home a.croatian {
	width: 46px;
	text-align: center;
}

#header .lang_home a.home {
	width: 36px;
	text-align: right;
}

#header .lang_home a:hover {
	border-top: 5px solid #f3f3f3;
	padding-top: 0px;
	font-weight: bold;
}

#header .lang_home span {
	padding: 4px 4px 0px 4px;
	float: left;
}

#header .navigation {
	position: absolute;
	right: 0px;
	top: 26px;
	width: 765px;
	height: 219px;
	background: #fff url(../images/site/header/header_01_bck.jpg) 6px 61px no-repeat;
	background: #fff;
}

#header .slideshow {
	position: absolute;
	left: 181px;
	top: 87px;
}

#header .navigation li {
	height: 52px;
	float: left;
}

#header .navigation li a {
	display: block;
	height: 52px;
	background: url(../images/site/header/navigation_en.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

#header .navigation li.about a {
	width: 116px;
	background-position: 0px 0px;
}

#header .navigation li.about a:hover {
	background-position: 0px -52px;
}

#header .navigation li.croatia a {
	width: 112px;
	background-position: -116px 0px;
}

#header .navigation li.croatia a:hover {
	background-position: -116px -52px;
}

#header .navigation li.buying a {
	width: 114px;
	background-position: -228px 0px;
}

#header .navigation li.buying a:hover {
	background-position: -228px -52px;
}

#header .navigation li.advisory a {
	width: 114px;
	background-position: -342px 0px;
}

#header .navigation li.advisory a:hover {
	background-position: -342px -52px;
}

#header .navigation li.news a {
	width: 93px;
	background-position: -456px 0px;
}

#header .navigation li.news a:hover {
	background-position: -456px -52px;
}

#header .navigation li.sellers a {
	width: 100px;
	background-position: -549px 0px;
}

#header .navigation li.sellers a:hover {
	background-position: -549px -52px;
}

#header .navigation li.contact a {
	width: 116px;
	background-position: -649px 0px;
}

#header .navigation li.contact a:hover {
	background-position: -649px -52px;
}

/* --------------------------------------------------------------------------------------------- content */

#content {
	margin: 0px 30px 0px 0px;
}

/* --------------------------------------------------------------------------------------------- primary */

#primary {
	width: 652px;
/*	background: #fff;*/
/*	padding-top: 16px;*/
}

.body_index #primary {
	width: 462px;
/*	padding-top: 40px;*/
}

#secondary {
	display: none;
}

.body_index #secondary {
	width: 478px;
	display: block;
}

h2 {
	background: url(../images/site/bck/titles_bck.png) 0px 12px repeat-x;
	margin-bottom: 6px;
}

h2.dotted {
	background: url(../images/site/bck/border_01.png) 0px 12px repeat-x;
}

h2 span {
	background: #fff;
	padding-right: 14px;
}

.image_wrapper {
	width: 212px;
	height: 156px;
	position: relative;
}

.image_wrapper.small {
	height: 105px;
}

.image_wrapper img.thumb {
	position: absolute;
	border: 6px solid #bfd8e5;
	top: 0px;
	left: 9px;
}

.image_wrapper .more {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 99px;
	height: 29px;
	background: url(../images/site/content/explore_more_en.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

/* --------------------------------------------------------------------------------------------- info */

.info {
	margin: 12px;
	padding: 2px 0px;
	text-align: center;
	border: 1px solid #bfd8e5;
	font-size: 13px;
	color: #636363;
}

/* --------------------------------------------------------------------------------------------- article_text */

.article_text {
	font-size: 11px;
	line-height: 17px;
	color: #767676;
}

.article_text p {
	margin: 10px 0px;
}

.article_text a {
	color: #767676;
	text-decoration: underline;
}

.article_text table {
	border: 1px solid #5cb6e1;
	border-spacing: 0px 3px;
	cursor: pointer;
	width: 100%;
}

.article_text tr {
	margin: 2px 0px;
}

.article_text td {
	text-align: center;
	border-right: 1px solid #5cb6e1;
	padding: 2px 0px 2px 5px;
}

.article_text tr:hover {
	background-color: #dae8ef;
}

.article_text td:hover {
	background-color: #bfd8e5;
}

.article_text img {
	padding: 0px 4px 4px 0px;
	background-color: #e8e8e8;
	margin: 6px;
}

.article_text ol,
.article_text ul {
	margin: 10px 0px;
	color: #5997b4;
}

.article_text ul li {
	margin-left: 20px;
	padding-left: 10px;
	background: url(../images/site/bck/bullet_02.png) 0px 5px no-repeat;
}

.article_text ol li {
	margin-left: 30px;
	list-style-type: decimal;
}

/* --------------------------------------------------------------------------------------------- article */

.article {
	padding: 10px 0px 20px 0px;
	background: #fff;
	overflow: hidden;
}

.article .articles {
	float: right;
	margin: 0px 10px 0px 26px;
	border-bottom: 1px dotted #cfcfcf;
	padding-bottom: 6px;
	
}

.article .articles h3 {
	font-size: 12px;
	color: #8cb7cb;
	margin-left: 17px;
}

.article .articles ul {
	border-left: 1px dotted #cfcfcf;
	padding: 4px 0px 8px 8px;
}

.article .articles ul li {
	min-width: 130px;
	font-size: 12px;
	line-height: 17px;
	color: #767676;
	padding-left: 10px;
	background: #fff url(../images/site/bck/bullet_02.png) 0px 5px no-repeat;
}

.article .articles ul li a {
	color: #767676;
}

.article .articles ul li.active a {
	color: #73a1b6;
}

.article .articles ul li a:hover {
	text-decoration: underline;
}

.article h2 {
	font-size: 16px;
	color: #a2a2a2;
	margin-bottom: 14px;
	margin-left: 10px;
	overflow: hidden;
	background: #fff;
	/*
	width: 356px;
	float: left;
	*/
}

.article h2 img {
	float: left;
	margin: 4px 8px 0px 0px
}

.article .article_text {
	margin: 0px 24px 0px 30px;
	text-align: justify;
	color: #636363;
}

.article .gallery {
	margin-left: 24px;
	width: 595px;
	margin-top: 20px;
	float: left;
}

.article .gallery h3 {
	margin-left: 4px;
}

.article .gallery ul {
	margin: 10px 0px 10px 0px;
	overflow: hidden;
}

.article .gallery li {
	width: 172px;
	height: 118px;
	background: url(../images/site/bck/img_border_152x98.png) 0px 0px no-repeat;
	float: left;
	margin: 0px 0px 6px 21px;
}

.article .gallery li img {
	padding: 10px;
}

.article .atts {
	width: 595px;
	margin-left: 24px;
}

.article .atts h3 {
	margin-left: 4px;
}

.article .atts ul {
	margin-left: 40px;
	margin-bottom: 14px;
}

.article .atts li {
	font-size: 11px;
	line-height: 18px;
	color: #707070;
}

.article .atts li a {
	color: #707070;
}

.article .atts li a:hover {
	text-decoration: underline;
}

.article .more_features {
	float: right;
	margin-right: 30px;
	display: none;
}

.article .more_features ul {
	margin-top: 12px;
}

.article .more_features ul li {
	float: left;
	height: 37px;
}

.article .more_features ul li a {
	display: block;
	height: 37px;
	background: url(../images/site/content/more_features.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

.article .more_features ul li.print {
	padding: 4px 29px 4px 14px;
	border-right: 1px dotted #b0a24d;
}

.article .more_features ul li.print a {
	width: 26px;
}

.article .more_features ul li.email {
	padding: 4px 6px 4px 7px;
	border-right: 1px dotted #b0a24d;
}

.article .more_features ul li.email a {
	width: 89px;
	background-position: -26px 0px;
}

.article .more_features ul li.bookmark {
	padding: 4px 0px 4px 18px;
}

.article .more_features ul li.bookmark a {
	width: 54px;
	background-position: -115px 0px;
}

/* --------------------------------------------------------------------------------------------- blog */

.blog .article_text {
	border-bottom: 1px dotted #a2c5d6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.blog .article_text .posted {
	text-align: right;
}

/* --------------------------------------------------------------------------------------------- contact */

.contact_form {
	padding: 0px 24px 0px 24px; 
}

.contact_form fieldset {
	border: 0px;
}

.contact_form .enter_required {
	margin-bottom: 12px;
	padding: 2px 0px;
	text-align: center;
	border: 1px solid #458baf;
	font-size: 13px;
	color:#636363;
}

.contact_form .form_textfield,
.contact_form .form_textarea,
.contact_form .form_buying,
.contact_form .form_checkbox {
	margin-bottom: 8px;
	overflow: hidden;
}

.contact_form .form_buying {
	margin-left: 98px;
}

.contact_form .form_textfield label,
.contact_form .form_textarea label,
.contact_form .form_checkbox label {
	display: block;
	float: left;
	width: 180px;
	font-size: 12px;
	color: #5a98b5;
	line-height: 27px;
	text-align: right;
	margin-right: 10px;
}

.contact_form .form_buying label {
	float: left;
	font-size: 12px;
	color: #5a98b5;
	line-height: 27px;
	margin-right: 10px;
}

.contact_form .form_textfield input {
	width: 238px;/*250*/
	height: 21px;/*27*/
	padding: 6px 6px 0px 6px;
	font-size: 12px;
	color: #767676;
	background: url(../images/site/bck/contact_bck.png) right top no-repeat;
	border: 0px;
	font-family: Arial, sans-serif;
	float: left;
}

.contact_form .form_textarea textarea {
	width: 238px;/*250*/
	height: 128px;/*140*/
	padding: 6px;
	font-size: 12px;
	color: #767676;
	background: url(../images/site/bck/contact_bck.png) 0px -27px no-repeat;
	border: 0px;
	font-family: Arial, sans-serif;
	float: left;
}

.contact_form .form_buying input {
	margin: 4px 0px 0px 10px;
}

.contact_form .form_submit .submit {
	display: block;
	width: 175px;
	height: 34px;
	background: url(../images/site/bck/contact_bck.png) 0px -167px no-repeat;
	border: 0px;
	cursor: pointer;
	margin-left: 265px;
}

/* --------------------------------------------------------------------------------------------- property_of_the_month */

.property_of_the_month {
	padding: 40px 6px 0px 13px;
	min-height: 224px;
	background: #fff;
}

.property_of_the_month h2 {
	margin-left: 9px;
}

.property_of_the_month .image_wrapper {
	float: left;
	margin-right: 14px;
}

.property_of_the_month h3 {
	font-size: 18px;
	color: #5997b4;
	font-weight: normal;
	width: 210px;
	float: left;
}

.property_of_the_month h3 a {
	color: #5997b4;
}

.property_of_the_month .keys {
	font-size: 11px;
	line-height: 17px;
	color: #5997b4;
	margin-bottom: 2px;
}

.property_of_the_month .features {
	font-size: 11px;
	line-height: 17px;
	color: #767676;
	float: left;
	width: 210px;
}

.property_of_the_month .features img {
	margin: 0px 3px 1px 3px;
}


/* --------------------------------------------------------------------------------------------- communities */

.communities {
	padding: 10px 0px 0px 14px;
	clear: left;
}

.communities p {
	font-size: 11px;
	line-height: 42px;
	color: #727272;
	float: left;
	margin-right: 8px;
}

.communities ul li {
	float: left;
}

.communities ul li.facebook {
	padding-right: 23px;
	background: url(../images/site/bck/bullet_05.png) 53px 17px no-repeat;
}

.communities ul li a {
	display: block;
	width: 46px;
	height: 52px;
	background: url(../images/site/content/communities.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

.communities ul li.twitter a {
	width: 40px;
	background-position: -46px 0px;
}

/* --------------------------------------------------------------------------------------------- explore_more */

.explore_more {
	border-top: 13px solid #bfd8e5;
	padding: 10px 10px 0px 10px;
	min-height: 220px;
	background: #fff;
	overflow: hidden;
	padding-bottom: 12px;
}

.currency_converter {
	display: none;
}

.body_index .currency_converter {
	width: 208px;
	border: 0px;
	margin: 0px;
	padding: 26px 6px 10px 24px;
	float: left;
	border-top: 1px dotted #bfd8e5;
}

.currency_converter h3 {
	margin-bottom: 8px;
}

.currency_converter fieldset {
	border: 0px;
	height: 42px;
/*
	overflow: hidden;
	smeta za dropdown
*/
}

.currency_converter fieldset.second {
	height: 32px;
}

.currency_converter fieldset label {
	display: none;
}

.currency_converter fieldset input {
	width: 118px;
	width: 104px;
	height: 27px;
	height: 22px;
	padding: 5px 7px 0px 7px;
	font-size: 11px;
	color: #3487b2;
	background: url(../images/site/bck/currency_converter_blue_bck.png) 0px 0px no-repeat;
	border: 0px;
	font-family: Arial, sans-serif;
	float: left;
	margin-right: 10px;
}

.body_index .currency_converter fieldset input {
	background: url(../images/site/bck/currency_converter_bck.png) 0px 0px no-repeat;
}

/* --------------------------------------------------------------------------------------------- featured_properties */

.featured_properties {
	background: #fff;
	width: 282px;
}

.body_index .featured_properties {
	background: #fff;
	width: 470px;
	padding-bottom: 10px;
}

.featured_properties h2 {
	line-height: 1%;
	margin: 12px 0px 12px 12px;
	float: left;
	width: 260px;
}

.body_index .featured_properties h2 {
	width: 450px;
}

.featured_properties h2 img {
	line-height: 20px;
	background: #fff;
	padding-right: 8px;
}

.featured_properties ul {
	margin-left: 10px;
	padding-left: 20px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px dotted #a2c5d6;
	width: 244px;
}

.body_index .featured_properties ul {
	margin-left: 3px;
	padding-left: 0px;
	border-bottom: 0px;
	width: auto;
}

.featured_properties ul li {
	float: left;
	width: 220px;
	margin-bottom: 20px;
}

.featured_properties ul li.odd {
	margin-right: 26px;
}

.featured_properties .image_wrapper.small {
}

.featured_properties ul h3 {
	font-size: 18px;
	color: #5997b4;
	font-weight: normal;
	width: 210px;
	float: left;
	margin: 0px 0px -6px 8px;
}

.featured_properties ul h3 a {
	color: #5997b4;
}

.featured_properties .keys {
	font-size: 11px;
	line-height: 17px;
	color: #5997b4;
	margin-bottom: 2px;
	margin: 0px 0px 0px 8px;
}

/* --------------------------------------------------------------------------------------------- alert_currency */

.alert_and_currency {
	background: #fff;
	width: 450px;
	padding: 0px 10px;
	display: none;
}

/* --------------------------------------------------------------------------------------------- first_alert */

.first_alert {
	display: none;
	padding: 26px 0px 0px 10px;
	position: relative;
	width: 420px;
	float: left;
}

.body_index .first_alert {
	width: auto;
	float: none;
}

.first_alert h2 {
	line-height: 1%;
	background: none;
}

.first_alert .note {
	font-size: 11px;
	line-height: 15px;
	color: #727272;
	width: 134px;
	width: 220px;
}

.first_alert fieldset {
	width: 218px;
	padding-left: 80px;
	border: 0px;
	position: absolute;
	right: 10px;
	top: 26px;
	background: url(../images/site/bck/border_02.png) 0px 11px repeat-x;
	overflow: hidden;
}

.body_index .first_alert fieldset {
	padding-left: 110px;
}

.first_alert fieldset .form_textfield {
	float: left;
	margin-right: 5px;
	width: 180px;
}

.first_alert label {
	display: none;
}

.first_alert label.error {
	padding-top: 22px;
	font-size:11px;
	line-height:15px;
	color:#727272;
}

.first_alert input {
	width: 180px;
	width: 166px;
	height: 27px;
	height: 22px;
	padding: 5px 7px 0px 7px;
	font-size: 11px;
	color: #3487b2;
	background: url(../images/site/bck/first_alert_bck.png) -33px 0px no-repeat;
	border: 0px;
	font-family: Arial, sans-serif;
}

.first_alert fieldset .form_submit {
}

.first_alert fieldset .form_submit .submit {
	border: 0px;
	width: 33px;
	height: 27px;
	background: url(../images/site/bck/first_alert_bck.png) 0px 0px no-repeat;
	cursor: pointer;
}

#secondary .first_alert {
	width: 212px;
	padding: 26px 0px 10px 0px;
	float: left;
	border-top: 1px dotted #bfd8e5;
}

#secondary .first_alert fieldset {
	margin-top: 4px;
	width: 212px;
	padding-left: 0px;
	position: static;
	overflow: hidden;
	background: none;
	margin-top: 6px;
}

#secondary .first_alert fieldset .form_textfield input {
	width: 174px;
	width: 160px;
	height: 27px;
	height: 22px;
	padding: 5px 7px 0px 7px;
	font-size: 11px;
	color: #3487b2;
	background: url(../images/site/bck/first_alert_white_bck.png) -33px 0px no-repeat;
	border: 0px;
	font-family: Arial, sans-serif;
}

#secondary .first_alert fieldset .form_textfield {
	width: 174px;
}

#secondary .first_alert fieldset .form_submit .submit {
	border: 0px;
	width: 33px;
	height: 27px;
	background: url(../images/site/bck/first_alert_white_bck.png) 0px 0px no-repeat;
	cursor: pointer;
}

/* --------------------------------------------------------------------------------------------- property_detail */

.property_detail {
	overflow: hidden;
	padding: 10px 0px 14px 4px;
	position: relative;
	background: #fff url(../images/site/bck/titles_bck.png) 0px 19px repeat-x;
}

.property_detail h2 {
	font-size: 16px;
	color: #a2a2a2;
	margin-bottom: 14px;
	width: 356px;
	overflow: hidden;
	background: #fff;
	float: left;
}

.property_detail h2 img {
	float: left;
	margin: 4px 8px 0px 0px
}

.property_detail .details {
	width: 258px;
	float: right;
	margin: -32px 20px 90px 0px;
	margin: 0px 20px 90px 0px;
	line-height: 17px;
}

.property_detail .details .code {
	font-size: 12px;
	overflow: hidden;
	margin-left: -10px;
}

.property_detail .details .code span {
	display: block;
	background: #fff url(../images/site/bck/bullet_02.png) 10px 5px no-repeat;
	padding-left: 20px;
	float: left;
	padding-right: 6px;
}

.property_detail .details .title,
.property_detail .details .location,
.property_detail .details .position,
.property_detail .details .price {
	color: #5a98b5;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/site/bck/bullet_02.png) 0px 5px no-repeat;
	padding-left: 10px;
}

.property_detail .details .code,
.property_detail .details .location {
	margin-bottom: 20px;
}

.property_detail .details .position span {
	font-weight: normal;
}

.property_detail .title_image {
	display: block;
	width: 358px;
	height: 262px;
	background: url(../images/site/bck/img_border_338x242.png) 0px 0px no-repeat;
	float: left;
}

.property_detail .title_image a {
	display: block;
	width: 358px;
	height: 262px;
	position: relative;
}

.property_detail .title_image img.image {
	position: absolute;
	top: 10px;
	left: 10px;
}

.property_detail .title_image img.more {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.property_detail .gallery {
	width: 358px;
	margin-top: 20px;
	float: left;
}

.property_detail .gallery h3 {
	margin-left: 4px;
}

.property_detail .gallery li {
	width: 172px;
	height: 118px;
	background: url(../images/site/bck/img_border_152x98.png) 0px 0px no-repeat;
	float: left;
	margin-bottom: 6px;
}

.property_detail .gallery li.even {
	float: right;
}

.property_detail .gallery li img {
	padding: 10px;
}

.property_detail .atts {
	width: 358px;
	margin-top: 20px;
}

.property_detail .atts h3 {
	margin-left: 4px;
}

.property_detail .atts ul {
	margin-left: 40px;
	margin-bottom: 14px;
}

.property_detail .atts li {
	font-size: 11px;
	line-height: 18px;
	color: #707070;
}

.property_detail .atts li a {
	color: #707070;
}

.property_detail .atts li a:hover {
	text-decoration: underline;
}

.property_detail .enquire {
	margin-left: 4px;
}

.property_detail .more_features {
	position: absolute;
	bottom: 12px;
	right: 34px;
	overflow: hidden;
}

.property_detail .more_features ul {
	margin-top: 12px;
}

.property_detail .more_features ul li {
	float: left;
	height: 37px;
}

.property_detail .more_features ul li a {
	display: block;
	height: 37px;
	background: url(../images/site/content/more_features.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

.property_detail .more_features ul li.print {
	padding: 4px 29px 4px 14px;
	border-right: 1px dotted #b0a24d;
}

.property_detail .more_features ul li.print a {
	width: 26px;
}

.property_detail .more_features ul li.email {
	padding: 4px 6px 4px 7px;
	border-right: 1px dotted #b0a24d;
}

.property_detail .more_features ul li.email a {
	width: 89px;
	background-position: -26px 0px;
}

.property_detail .more_features ul li.bookmark {
	padding: 4px 0px 4px 18px;
}

.property_detail .more_features ul li.bookmark a {
	width: 54px;
	background-position: -115px 0px;
}

/* --------------------------------------------------------------------------------------------- property_of_the_month */

.property_of_the_month {
	padding: 40px 6px 0px 13px;
	min-height: 224px;
	background: #fff;
}

.property_of_the_month h2 {
	margin-left: 9px;
}

.property_of_the_month .image_wrapper {
	float: left;
	margin-right: 14px;
}

.property_of_the_month h3 {
	font-size: 18px;
	color: #5997b4;
	font-weight: normal;
	width: 210px;
	float: left;
}

.property_of_the_month h3 a {
	color: #5997b4;
}

.property_of_the_month .keys {
	font-size: 11px;
	line-height: 17px;
	color: #5997b4;
	margin-bottom: 2px;
}

.property_of_the_month .text {
	font-size: 11px;
	line-height: 17px;
	color: #767676;
}

/* --------------------------------------------------------------------------------------------- search_box */

.search_box {
	width: 291px;
	background: url(../images/site/bck/search_box_small_bottom_bck.png) right bottom no-repeat;
	padding-bottom: 3px;
	margin: 4px 0px 10px -7px;
}

.search_box form {
	width: 236px;/*291*/
	padding-left: 55px;
	padding-bottom: 10px;
	background: url(../images/site/bck/search_box_small_bck.png) 0px 0px no-repeat;
}

.body_index .search_box {
	width: 479px;
	background: url(../images/site/bck/search_box_bottom_bck.png) right bottom no-repeat;
	padding-bottom: 3px;
	margin: 4px 0px 10px -7px;
}

.body_index .search_box form {
	width: 439px;/*479*/
	padding-left: 40px;
	padding-bottom: 10px;
	background: url(../images/site/bck/search_box_bck.png) 0px 0px no-repeat;
	overflow: hidden;
}

.search_box h2 {
	padding-top: 11px;
	background: none;
	line-height: 1%;
	margin-bottom: 0px;
}

.body_index .search_box h2 {
	margin-left: 10px;
}

.search_box p.note {
	font-size: 11px;
	color: #868686;
}

.body_index .search_box p.note {
	margin-left: 10px;
}

.search_box fieldset {
	border: 0px;
	margin-top: 10px;
}

.body_index .search_box fieldset {
	margin-top: 15px;
	float: left;
}

.body_index .search_box form fieldset {
	width: 190px;
}

.search_box fieldset .form_hidden {
}

.search_box fieldset .form_select {
	float: left;
	width: 181px;
	border-bottom: 1px dotted #dbdbdb;
	padding: 8px 0px 4px 0px;
}

.search_box fieldset .form_submit {
	float: left;
	width: 181px;
	padding: 12px 0px 4px 0px;
}

.search_box fieldset .form_submit .submit {
	display: block;
	width: 175px;
	height: 34px;
	background: url(../images/site/content/search_button.jpg) 0px 0px no-repeat;
	border: 0px;
	cursor: pointer;
}

.search_box label {
	font-size: 11px;
	font-weight: bold;
	color: #5a98b5;
	display: block;
	margin-bottom: 4px;
}

.search_box select {
	width: 180px;
	font-size: 11px;
	color: #868686;
	display: block;
	margin-bottom: 7px;
}

/* --------------------------------------------------------------------------------------------- search_map */

.search_map {
	border: 1px solid blue;
	width: 218px;
	height: 217px;
	position: relative;
	float: left;
	border: 6px solid #bfd8e5;
}

.croatia_map #croatia_map {
	border: 0px;
}

.croatia_map map {
	border: 0px;
}

.search_map .link {
	position: relative;
}

.search_map .region {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 218px;
	height: 217px;
}

.search_map .region img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.search_map .region .title {
	position: relative;
	font-size: 15px;
	color: #69a4bd;
	padding: 3px;
	cursor: default;
	text-align: center;
}

.search_map .region ul.areas {
	position: absolute;
	top: 0px;
	left: 0px;
}

.search_map .region ul.areas li {
	position: absolute;
}

.search_map .region ul.areas li {
	width: 13px;
	height: 13px;
	background: url(../images/site/bck/bullet_07.png) 0px 0px no-repeat;
	text-indent: -10000px;
	cursor: pointer;
}

.search_map .region .close {
	position: absolute;
	top: 4px;
	right: 4px;
	background: url(../images/site/content/back_small.png) 0px 0px no-repeat;
	width: 17px;
	height: 15px;
	text-indent: -10000px;
	cursor: pointer;
}

.map_note {
	font-size: 13px;
	line-height: normal;
	color: #868686;
	text-align: center;
	width: 230px;
	float: right;
	margin: 10px 18px 4px 0px;
}

/* --------------------------------------------------------------------------------------------- search_results */

.search_results {
	width: 632px;
	margin-left: 8px;
}

.search_results > li {
	overflow: hidden;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #a2c5d6;
}

.search_results > li .thumb {
	display: block;
	width: 152px;
	height: 98px;
	padding: 10px;
	background: url(../images/site/bck/thumb_152_98.png) 0px 0px no-repeat;
	font-size: 12px;
	float: left;
	margin-right: 8px;
}

.search_results > li h3 {
	width: 610px;
	height: 18px;
	padding: 0px 11px;
	background: url(../images/site/bck/search_title_bck.png) 0px 0px no-repeat;
	font-size: 12px;
	line-height: 18px;
	color: #5a98b5;
	font-weight: normal;
	margin-bottom: 4px;
}

.search_results > li h3 strong {
	background: url(../images/site/bck/bullet_02.png) 0px 4px no-repeat;
	padding-left: 8px;
	margin-left: 3px;
}

.search_results > li h3 a {
	color: #5a98b5;
}

.search_results > li h3 a:hover {
	text-decoration: underline;
}

.search_results > li .details {
	overflow: hidden;
	margin: 10px 0px;
}

.search_results > li .details li {
	float: left;
	width: 200px;
	font-size: 12px;
	line-height: 17px;
	color: #5a98b5;
}

.search_results > li .features {
	font-size: 11px;
	line-height: 17px;
	color: #767676;
}

.search_results > li .features img {
	margin: 0px 3px 1px 3px;
}

.search_results > li .article_text {
	font-size: 12px;
	color: #494949;
	margin: 0px;
	clear: both;
}

.search_results > li .article_text .more {
	display: block;
	width: 83px;
	height: 17px;
	background: url(../images/site/content/explore_more_small_en.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	float: left;
	margin-right: 6px;
}

/* --------------------------------------------------------------------------------------------- visit_blog */

.visit_blog {
	margin-top: 0px;
	padding-top: 10px;
	border-top: 1px dotted #a2c5d6;
	height: 97px;
	width: 207px;
}

#secondary .visit_blog {
	border-top: 0px;
	margin: 26px 0px 0px 37px;
	height: 97px;
	padding-bottom: 20px;
}

.visit_blog h3 {
	line-height: 1%;
	cursor: pointer;
}

.visit_blog a {
	display: block;
	width: 114px;
	height: 25px;
	background: url(../images/site/content/visit_our_blog_en.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	position: relative;
	margin-top: -5px;
}

/* --------------------------------------------------------------------------------------------- first_intelligence */

.first_intelligence {
	float: right;
	padding-left: 11px;
	border-left: 1px dotted #a2c5d6;
	width: 212px;
}

.first_intelligence img.thumb {
}

.first_intelligence h3 {
	margin-top: -11px;
}

/* --------------------------------------------------------------------------------------------- first_intelligence */

.whats_it_worth {
	width: 207px;
}

.whats_it_worth h3 {
	margin-top: -11px;
}

/* --------------------------------------------------------------------------------------------- who_is_first */

.who_is_first {
	border-top: 13px solid #bfd8e5;
	padding: 10px 10px 0px 10px;
	min-height: 220px;
	background: #fff url(../images/site/bck/who_is_first_bck.png) left bottom repeat-x;
}

.who_is_first .text {
	font-size: 15px;
	line-height: 27px;
	color: #5a98b5;
}

.who_is_first .scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 442px;
	height:180px;
}

.who_is_first .scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
	padding-bottom: 10px;
}

.who_is_first .scrollable .items li {
	float:left;
	background: url(../images/site/bck/scroll_item_bck.png) left bottom no-repeat;
	width: 221px;
	height: 180px;
	cursor: pointer;
}

.who_is_first .scrollable .items li > div {
	width: 140px;/*221*/
	height: 130px;/*180*/
	margin-left: 1px;
	padding: 50px 4px 0px 76px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.who_is_first .scrollable .items li > div .article_text {
	color: #7d7d7d;
}

.who_is_first .scrollable .items li > div .more {
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/site/bck/bullet_04.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	margin-top: 3px;
}

.who_is_first .scrollable .active {
}

.who_is_first .scrollable {
	float:left;
}

.who_is_first .scroll_navigation {
	clear: both;
	padding-top: 14px;
	position: relative;
	left: 50%;
	float: left;
}

.who_is_first .scroll_navigation > .inner {
	float: left;
	position:relative;
	left:-50%;
	background: url(../images/site/bck/scroll_bck.png) left bottom no-repeat;
	padding: 0px 0px 0px 6px;
}

.who_is_first .scroll_navigation > .inner > .inner_inner {
	background: url(../images/site/bck/scroll_bck.png) right bottom no-repeat;
	padding: 0px 6px 3px 0px;
}

.who_is_first a.browse {
	background: #000;
	display:block;
	width:26px;
	height:26px;
	float:left;
	cursor:pointer;
	font-size:1px;
	background: url(../images/site/bck/scroll_navigation_bck.png);
}

.who_is_first a.right {
	background-position: 0 -8px;
	clear:right;
	margin-right: 0px;
	margin-left: 3px;
}

.who_is_first a.left {
	background-position: 0px -34px;
	margin-right: 3px;
}

.who_is_first a.disabled {
	/*visibility:hidden !important;*/
	opacity: 0.5;
} 	

.who_is_first .navi {
	padding: 0px 6px;
	float: left; 
}

.who_is_first .navi a {
	width:8px;
	height:8px;
	float:left;
	background: url(../images/site/bck/scroll_navigation_bck.png) -8px -0px no-repeat;
	display:block;
	margin: 9px 3px 0px 3px;
}

.who_is_first .navi a:hover {
	background-position: 0px 0px;
}

.who_is_first .navi a.active {
	background-position: 0 -0px;     
}

/* --------------------------------------------------------------------------------------------- footer */

#footer {
	clear: both;
	height: 55px;
	position: relative;
	width: 941px;
	margin: 0px auto;
	padding-top: 20px;
}

#footer .menu {
	height: 38px;/*48*/
	background: #fff;
	padding: 10px 6px 0px 6px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#footer .menu li {
	float: left;
	padding: 0px 2px 0px 9px;
	background: url(../images/site/bck/bullet_06.png) 1px 9px no-repeat;
}

#footer .menu li.terms {
	padding-left: 2px;
	background: none;
}

#footer .menu a {
	font-size: 11px;
	color: #c4b07f;
	padding: 0px 2px;
}

#footer .menu a:hover {
	color: #fff;
	background-color: #c4b07f;
}

#footer a.ea {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 237px;
	height: 55px;
	background: url(../images/site/content/ea_footer.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}


















/* --------------------------------------------------------------------------------------------- stylish-select */

:focus {
	outline: none;
}

.js ul.newList {
	left:-9999px;
}

ul.newList {
	width: 181px;
	background: #fff;
	position: absolute;
	border: 1px solid #bfd8e5;
	top: 22px;
	left: 0;
	overflow: auto;
	z-index: 9999;
}

.currency_converter ul.newList {
	width: 79px;
}

.newListSelected {
	width: 181px;
	height: 28px;
	float: left;
	background: url(/template/images/site/bck/select_bck.png) 0px 0px no-repeat;
	font-size: 11px;
	color: #868686;
}

.currency_converter .newListSelected {
	width: 79px;
	background: url(/template/images/site/bck/select_small_bck.png) 0px 0px no-repeat;
}

.newListSelected span {
	display: block;
	width: 181px;
}

ul.newList li {
	padding: 3px 8px;
}

.selectedTxt {
	overflow: hidden;
	height: 28px;
	line-height: 26px;
	padding: 0px 26px 0px 6px;
	cursor: pointer;
}

.hiLite {
	background: #bfd8e5 !important;
	color: #000 !important;
}

.newListHover {
	background: #ecf7ff !important;
	cursor: pointer;
}

.newListSelHover,
.newListSelFocus {
	background-position: 0 -28px;
	cursor:default;
}

.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}
