/*****************************************
*
* CSS document Pixsell agency
* Copyright http://www.trikoder.com
*
******************************************/

/* GLOBAL DEFINITION -------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(../images/bg_body.gif) center;
	color: #FFF;
	font: 11px Arial, Helvetica, sans-serif;
}

ul {
	list-style: none;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #f7f7f7;
	border: 1px solid #d8d8d8;
	vertical-align: middle;
	padding: 2px;
}

option {
	padding: 0 5px 0 3px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #FF9900;
}

a.orange {
	text-decoration: none;
	color: #FF9900;
}

a.orange:hover {
	color: #FFF;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

.relative {
	position: relative;
}

div.content_inside h2 {
	margin: 15px 0;
}

.tekst p {
	padding: 0 0 15px 0;
	clear: both;
	display: inline;
	float: left;
	width: 650px;
}

div.tekst h2 {
	margin: 15px 0;
	display: inline;
	float: left;
	clear: both;
	width: 650px;
}

div.tekst h1 {
	margin: 15px 0;
	display: inline;
	float: left;
	clear: both;
	width: 650px;
}

/* CONTAINERS --------------------------------------------------------------------------------------- */

div.header {
	height: 121px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
	margin-left:-13px;
}

div.header_center {
	width: 1100px;
	height: 121px;
	margin: 0 auto;
	background-image: url(../images/bg_header_center.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div.content {
	padding: 10px 0;
	background: url(../images/bg_content.gif) center;
	border-bottom: 1px solid #6d6d6d;
}

div.content_center {
	width: 1100px;
	margin: 0 auto;
}

div.footer {
	width: 1100px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

div.footer_banners {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
}

div.footer_banners img {
	vertical-align: top;
	margin-right: 10px;
}

div.banner_right {
	width: 160px;
	height: 600px;
	border: 3px solid #CECECE;
	float: right;
}

div.login_box {
	float: right;
	width: 235px;
	height: 60px;
	margin: 30px -10px 0 0;
	background: url(../images/bg_login.png) right no-repeat;
}

div.login_fields {
	float: right;
	width: 280px;
	height: 20px;
	margin: 40px 10px 0 0;
	padding: 15px 10px 5px 10px;
	background: url(../images/bg_login_fields.gif) right no-repeat;
	font-size: 10px;
}

div.login_fields_en {
	float: right;
	width: 280px;
	height: 20px;
	margin: 40px 10px 0 0;
	padding: 15px 10px 5px 10px;
	background: url(../images/en_bg_login_fields.gif) right no-repeat;
	font-size: 10px;
}

div.login_fields input,
div.login_fields_en input {
	width: 115px;
	background: url(../images/bg_login_input.gif) no-repeat;
	color: #FFF;
}

div.login_fields input.gumb,
div.login_fields_en input.gumb,
input.gumb {
	width: 22px;
	height: 19px;
	background: url(../images/button_login_now.gif) no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	cursor: hand;
}

div.login_fields img {
	vertical-align: bottom;
}

div.navigation {
	width: 915px;
	height: 35px;
	padding-left: 5px;
	background: url(../images/bg_nav.gif) no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

div.sidebar_left {
	float: left;
	width: 230px;
	position: relative;
}

div.content_main {
	float: right;
	width: 680px;
}

div.search_box {
	height: 25px;
	background: url(../images/bg_search.gif) no-repeat;
	margin-bottom: 10px;
	position: relative;
	z-index: 50;
}

div.search_dropdown {
	width: 230px;
	height: 105px;
	position: absolute;
	z-index: 10;
	top: 25px;
	background: url(../images/bg_search_drop.gif) no-repeat;
}

div.search_box div.search_dropdown input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 5px;
	background: none;
}

div.search_box_arrow {
	position: absolute;
	top: 3px;
	right: -6px;
	width: 6px;
	height: 19px;
	background: url(../images/search_arrow.gif) no-repeat;
}

div.search_box input {
	margin: 4px;
	width: 190px;
	height: 13px;
	border: 0;
	background-color: #FFF;
	color: #8c8c8c;
}

div.specials {
	background: url(../images/bg_sidebar.gif) repeat-y;
	padding: 0 5px 5px 5px;
}

div.specials a {
	display: block;
}

div.specials img {
	margin: 5px 5px 0 5px;
}

div.specials.tags {
	background: url(../images/bg_sidebar.gif) repeat-y;
	padding: 3px 8px 3px 8px;
	margin-bottom: -3px;
}

div.specials.tags a {
	display: block;
	padding: 3px 5px;
	margin-bottom: 3px;
	color: #FFF;
	background-color: #999999;
	font-weight: bold;
	position: relative;
}

div.specials.tags a.first {
	display: block;
	padding: 3px 5px;
	margin-bottom: 3px;
	color: #FFF;
	background-color: #646464;
	font-weight: bold;
}

div.specials.tags a:hover,
div.specials.tags a.selected {
	color: #FFF;
	background: #F78B1F url(../images/arrow_gallery.gif) no-repeat 203px center;
}

div.carousel {
	float: right;
	position: relative;
	width: 670px;
	height: 465px;
	padding: 5px;
	margin-right: 15px;
	background: url(../images/bg_carousel.gif) no-repeat;
}

div.register_container {
	float: right;
	position: relative;
	width: 670px;
	height: 552px;
	padding: 5px;
	background: url(../images/bg_register.gif) no-repeat;
	margin-right: 15px;
}

div.home_caption_bg {
	position: absolute;
	width: 670px;
	height: 70px;
	background-color: #000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	left: 5px;
	bottom: 4px;
	z-index: 1;
}

div.home_caption {
	position: absolute;
	width: 640px;
	height: 40px;
	left: 20px;
	bottom: 5px;
	z-index: 2;
	font-size: 13px;
	font-weight: bold;
}

div.sidebar_title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

div.inside_content {
	float: right;
	position: relative;
	width: 680px;
	margin-right: 15px;
}

div.inside_title_green {
	background: url(../images/titlebar_green.gif) no-repeat;
	width: 660px;
	height: 19px;
	padding: 6px 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

div.inside_title_orange {
	background: url(../images/titlebar_orange.gif) no-repeat;
	width: 660px;
	height: 19px;
	padding: 6px 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

div.inside_title_blue {
	background: url(../images/titlebar_blue.gif) no-repeat;
	width: 660px;
	height: 19px;
	padding: 6px 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

div.inside_title_pink {
	background: url(../images/titlebar_yellow.gif) no-repeat !important;
	width: 660px;
	height: 19px;
	padding: 6px 10px 0 10px !important;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF !important;
	float: left;
	margin-left: 10px;
	display: inline;
	position: relative;

}

div.paging {
	font-weight: bold;
	height: 20px;
	padding-top: 10px;
}

div.paging a {
	margin: 0 2px;
	padding: 0 4px;
}

div.paging a.active,
div.paging a.current {
	background-color: #1F1F1F;
	border: 1px solid #6D6D6D;
}

div.blue div.paging {
	font-weight: bold;
	height: 20px;
	padding-top: 10px;
}

div.blue div.paging a {
	margin: 0 2px;
	padding: 0 4px;
	color: #000;
}

div.blue div.paging a:hover {
	margin: 0 2px;
	padding: 0 4px;
	color: #FF9900;
}

div.blue div.paging a.active {
	background-color: #DCDCDC;
	border: 1px solid #6D6D6D;
}

div.content_inside {
	width: 670px;
	min-height: 515px;
	padding: 0 5px;
	background-color: #FFF;
	overflow: hidden;
}

div.galleries {
	width: 675px;
	background: #FFF url(../images/inside_content_bott.gif) no-repeat bottom left;
	padding-left: 5px;
	margin-bottom: -5px;
	overflow: hidden;
}

div.gallery {
	float: left;
	display: inline;
	position: relative;
	background-color: #cecece;
	width: 210px;
	height: 259px;
	margin: 0 5px 5px 0;
	padding: 5px;
}

div.thumb {
	float: left;
	display: inline;
	background-color: #cecece;
	width: 210px;
	height: 209px;
	margin: 0 5px 5px 0;
	padding: 5px;
}

div.gallery.last {
	margin: 0 5px 0 0;
}

div.photo_number {
	float: right;
	color: #FFF;
}

div.gallery_date {
	background-color: #646464;
	margin-bottom: 1px;
	height: 16px;
	padding: 3px 5px 0 5px;
	overflow: hidden;
	position: relative;
}

a.quick_cart {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 19px;
	background: url(../images/bg_quick_cart.gif) top left no-repeat;
}

a.quick_cart:hover {
	background-position: bottom;
}

div.gallery_desc {
	background-color: #535353;
	height: 28px;
	padding: 3px 5px;
}

div.logged_user {
	float: right;
	width: 310px;
	height: 60px;
	margin: 30px -10px 0 0;
	background: url(../images/bg_logged_in.png) right no-repeat;
}

div.exclusive {
	position: absolute;
	width: 220px;
	top: 0;
	left: 0;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	padding: 3px 0;
	background-color: #CE181F;
	font-weight: bold;
}

div.en_exclusive {
	position: absolute;
	width: 69px;
	height: 69px;
	top: 0;
	right: 0;
	background: url(../images/en_exclusive_flag.gif) no-repeat;
}

div.rss {
	float: right;
	display: inline;
	margin: 33px 165px 0 5px;
}

div.carousel_paging {
	width: 118px;
	height: 40px;
	background: url(../images/bg_carousel_paging.gif) no-repeat;
	position: absolute;
	bottom: 20px;
	right: 15px;
	z-index: 100;
}

div.register {
	padding: 10px;
}

div.register input {
	width: 285px;
	height: 12px;
}

div.register select {
	width: 291px;
}

div.register input.register_gumb {
	width: 97px;
	height: 16px;
	float: right;
	background: url(../images/button_register.gif) no-repeat;
	border: 0;
	cursor: pointer;
	cursor: hand;
}

div.register input.register_gumb_en {
	width: 97px;
	height: 16px;
	float: right;
	background: url(../images/en_button_reg.gif) no-repeat;
	border: 0;
	cursor: pointer;
	cursor: hand;
}

div.register table {
	width: 100%;
	margin-top: 20px;
}

div.register table td {
	border: none;
	margin: 0;
	padding: 0 0 2px 0;
}

div.register_errors {
	color: #FFF;
	background-color: #CD171E;
	padding: 10px;
	position: absolute;
	right: 20px;
	top: 50px;
	width: 180px;
}

div.register_confirm {
	width: 426px;
	height: 16px;
	padding: 7px;
	background: url(../images/bg_confirm_register.gif) no-repeat;
	position: absolute;
	left: 15px;
	bottom: 15px;
}

div.register_confirm input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/bg_confirm_register.gif) no-repeat;
	vertical-align: text-bottom;
}

div.info_box {
	background-color: #CE171E;
	margin-top: 15px;
	padding: 10px;
}

div.banner_holder {
	position: relative;
	z-index: 0;
	width: 220px;
	height: 85px;
	overflow: hidden;
}

div.banner_bg {
	position: absolute;
	z-index: 0;
	width: 210px;
	height: 35px;
	background-color: #000;
	opacity:0.7;
	filter:alpha(opacity=70);
	bottom: 0px;
	left: 5px;
}

div.banner_text {
	position: absolute;
	z-index: 0;
	padding: 3px;
	width: 204px;
	height: 29px;
	bottom: 0;
	left: 5px;
	font-weight: bold;
}

div.rss_info {
	clear: both;
	padding: 10px;
	margin: 15px 5px 15px 5px;
	background-color: #F4F4F4;
	font-weight: bold;
}

div.newsletter_info {
	background: url(../images/bg_newsletter_info.gif) bottom no-repeat;
	height: 70px;
	padding: 10px 10px 10px 110px;;
	color: #000000;
	margin-bottom: 10px;
}

div.newsletter_info a {
	color: #000;
	text-decoration: underline;
}

div.rss_info a {
	color: #0060AE;
}

div.rss_info a:hover {
	color:#FF9900;
}

div.banners_bottom {
	margin: 10px auto 0 auto;
	width:1105px;
}

div.banners_bottom div.banner {
float: left;
}
	
/* ELEMENTS ------------------------------------------------------------------------------------------ */

a.hrv {
	display: block;
	width: 56px;
	height: 32px;
	margin-top: 3px;
	margin-bottom: 5px;
	background: url(../images/button_hr.png) bottom no-repeat;
}

a.eng {
	margin-top: -13px;
	margin-bottom: 5px;
	display: block;
	width: 56px;
	height: 32px;
	background: url(../images/button_en.png) bottom no-repeat;
}

a.hrv.selected,
a.eng.selected,
a.hrv:hover,
a.eng:hover {
	background-position: top;
}

a.login {
	float: left;
	margin: 22px 0 0 15px;
	width: 44px;
	height: 16px;
	background: url(../images/button_login.gif) top no-repeat;
}

a.reg {
	float: left;
	margin: 22px 0 0 10px;
	width: 92px;
	height: 16px;
	margin-bottom: 5px;
	background: url(../images/button_reg.gif) top no-repeat;
}

a.reg_en {
	float: left;
	margin: 22px 0 0 10px;
	width: 92px;
	height: 16px;
	margin-bottom: 5px;
	background: url(../images/en_button_reg.gif) top no-repeat;
}

a.new_pass {
	float: left;
	margin: 22px 0 0 10px;
	width: 92px;
	height: 16px;
	margin-bottom: 5px;
	background: url(../images/button_new_pass.gif) top no-repeat;
}

a.new_pass_en {
	float: left;
	margin: 22px 0 0 10px;
	width: 92px;
	height: 16px;
	margin-bottom: 5px;
	background: url(../images/en_button_new_pass.gif) top no-repeat;
}

a.search_submit {
	float: right;
	background: url(../images/bg_button_search.gif) top no-repeat;
	width: 25px;
	height: 25px;
}


a.scroll_left {
	float: left;
	background: url(../images/button_scroll_left.gif) top no-repeat;
	width: 16px;
	height: 16px;
}

a.scroll_right {
	float: left;
	background: url(../images/button_scroll_right.gif) top no-repeat;
	width: 16px;
	height: 16px;
}

a.carousel_left {
	float: left;
	display: inline;
	width: 15px;
	height: 12px;
	background: url(../images/button_carousel_left.gif) 0 0 no-repeat;
	margin: 14px 15px 0 22px;
	overflow: hidden;
}

a.carousel_right {
	float: left;
	display: inline;
	width: 15px;
	height: 12px;
	background: url(../images/button_carousel_right.gif) 0 0 no-repeat;
	margin: 14px 0 0 15px;
	overflow: hidden;
}

a.carousel_play {
	float: left;
	display: inline;
	width: 15px;
	height: 12px;
	background: url(../images/button_carousel_play.gif) 0 0 no-repeat;
	margin: 14px 0 0 0;
	overflow: hidden;
}

a.carousel_pause {
	float: left;
	display: inline;
	width: 15px;
	height: 12px;
	background: url(../images/button_carousel_pause.gif) 0 0 no-repeat;
	margin: 14px 0 0 0;
	overflow: hidden;
}

a.carousel_left:hover,
a.carousel_right:hover,
a.carousel_play:hover,
a.carousel_pause:hover {
	background-position: 0px -12px;
}

a.login:hover,
a.reg:hover,
a.reg_en:hover,
a.new_pass:hover,
a.new_pass_en:hover,
a.search_submit:hover,
a.scroll_right:hover,
a.scroll_left:hover {
	background-position: bottom;
}

div.sidebar_title span {
	display: block;
	float: left;
	padding: 0 5px;
}

table.image_info {
	margin-top: 1px;
}

table.image_info td {
	padding: 10px;
	background-color: #3A3A3A;
	border-bottom: 1px solid #1F1F1F;
}

table.cart {
	width: 100%;
}

table.cart th {
	background-color: #535353;
	padding: 10px;
}

table.cart td {
	background-color: #646464;
	padding: 10px;
	text-align: center;
}

table.cart input.check {
	width: 15px;
	height: 15px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 1px solid #646464;
}

div.lista table {
	width: 670px;
	border: 0;
}

div.lista table td {
	padding: 5px;
}

div.lista table td.header {
	padding: 5px;
	background: #dcdcdc;
	font-weight: bold;
}

div.lista table td.lista_even {
	padding: 5px;
	background: #f6f6f6;
}

div.lista table td.lista_odd {
	padding: 5px;
	background: #f0f0f0;
}

table.filter td {
	padding: 5px;
}

input.filter_submit {
	background-color: #007EC6;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}

input.button_nastavi {
	float: left;
	width: 156px;
	height: 22px;
	background: url(../images/button_nastavi.gif) no-repeat;
	border: none;
	padding: 0;
	margin-right: 10px;
	display: inline;
	cursor: pointer;
	cursor: hand;
}

input.button_nastavi_en {
	float: left;
	width: 156px;
	height: 22px;
	background: url(../images/en_button_nastavi.gif) no-repeat;
	border: none;
	padding: 0;
	margin-right: 10px;
	display: inline;
	cursor: pointer;
	cursor: hand;
}

input.button_dovrsi {
	float: left;
	width: 156px;
	height: 22px;
	background: url(../images/button_dovrsi.gif) no-repeat;
	border: none;
	padding: 0;
	cursor: pointer;
	cursor: hand;
}

input.button_dovrsi_en {
	float: left;
	width: 156px;
	height: 22px;
	background: url(../images/en_button_dovrsi.gif) no-repeat;
	border: none;
	padding: 0;
	cursor: pointer;
	cursor: hand;
}

input.button_promjene {
	float: right;
	width: 141px;
	height: 22px;
	background: url(../images/button_promjene.gif) no-repeat;
	border: none;
	padding: 0;
	cursor: pointer;
	cursor: hand;
}

input.button_promjene_en {
	float: right;
	width: 141px;
	height: 22px;
	background: url(../images/en_button_promjene.gif) no-repeat;
	border: none;
	padding: 0;
	cursor: pointer;
	cursor: hand;
}

input.button_unos {
	float: right;
	width: 156px;
	height: 22px;
	background: url(../images/button_unos.gif) no-repeat;
	border: none;
	padding: 0;
	cursor: pointer;
	cursor: hand;
}

input.button_unos_en {
	float: right;
	width: 156px;
	height: 22px;
	background: url(../images/en_button_unos.gif) no-repeat;
	border: none;
	padding: 0;
	cursor: pointer;
	cursor: hand;
}


/* LISTS --------------------------------------------------------------------------------------------- */

ul.rss_list {
	padding: 10px 0 0 0;
	font-weight: bold;
	list-style: none;
}

ul.rss_list li {
	padding-bottom: 5px;
	padding-left: 20px;
	background: url(../images/rss_small.gif) no-repeat;
}

ul.rss_list a {
	color: #333333;
}

ul.rss_list a:hover {
	color: #FF9900;
}
/* MODIFICATORS -------------------------------------------------------------------------------------- */

input.button_hide {
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	display: inline;
}

.clear {
	clear: both;
	height:0;
	margin:0;
	/* IE6 height fix */
	font-size: 1px;
	line-height: 0;
}

.clear_both {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.rmarg_5px {
	margin-right: 5px !important;
}

.bpad_10px {
	padding-bottom: 10px;
}

.tpad_15px {
	padding-top: 15px !important;
}

.bmarg_10px {
	margin-bottom: 10px !important;
}

.tmarg_10px {
	margin-top: 10px !important;
}

.rmarg_10px {
	margin-right: 10px !important;
}

.lmarg_10px {
	margin-left: 10px !important;
}

.nomarg {
	margin: 0px !important;
}

/* TOOLTIP -------------------------------------------------------------------------------------- */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #666666;
	padding: 5px;
	opacity: 0.9;
	width: 250px;
}
#tooltip h3, #tooltip div { margin: 0; }

/* JQUERY NAVIGATION ----------------------------------------------------------------------------- */

li.nav_lvl1,
li.nav_lvl2,
li.nav_lvl3,
li.nav_lvl4,
li.nav_lvl5{
	background:  url(../images/nav_separator.gif) right no-repeat;
}

.nav li.nav_lvl1 a {
	color: #b7b6b6;
	font-size: 12px;
}

.nav li.nav_lvl2 a {
	color: #f68b1e;
	font-size: 12px;
}

.nav li.nav_lvl3 a {
	color: #7fb539;
	font-size: 12px;
}

.nav li.nav_lvl4 a {
	color: #0095d9;
	font-size: 12px;
}

.nav li.nav_lvl5 a {
	color: #edc500;
	font-size: 12px;
}

.nav li.nav_lvl1 a:hover,
.nav li.nav_lvl2 a:hover,
.nav li.nav_lvl3 a:hover,
.nav li.nav_lvl4 a:hover,
.nav li.nav_lvl5 a:hover {
	color: #FFF;
}

.nav {
  z-index: 89;
  position: relative;
}
.nav li {
  float: left;
  position: relative;
}
.nav li a {
  display: block;
  padding: 10px 20px;
  font-size: 11px;
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
}

#nav-one li ul a {
	font-size: 11px;
}

#nav-one li:hover ul.ul_lvl2 a, 
#nav-one li.sfHover ul.ul_lvl2 a {
  background:  url(../images/bg_subnav.gif) repeat-x;
  color: #f68b1e;
  padding: 7px 20px;
}

#nav-one li:hover ul.ul_lvl3 a, 
#nav-one li.sfHover ul.ul_lvl3 a {
  background:  url(../images/bg_subnav.gif) repeat-x;
  color: #7fb539;
  padding: 7px 20px;
}

#nav-one li.nav_lvl2:hover ul a:hover, 
#nav-one li.nav_lvl2.sfHover ul.ul_lvl2 a:hover {
  background:  url(../images/bg_subnav_orange.gif) repeat-x;
  color: #FFF;
}

#nav-one li.nav_lvl3:hover ul a:hover, 
#nav-one li.nav_lvl3.sfHover ul.ul_lvl3 a:hover {
  background:  url(../images/bg_subnav_orange.gif) repeat-x;
  color: #FFF;
}

#nav-one li:hover ul.ul_lvl2 a.spec, 
#nav-one li.sfHover ul.ul_lvl2 a.spec {
  background:  url(../images/bg_subnav_spec.gif) repeat-x;
  color: #FFF;
  padding: 7px 20px;
}

#nav-one li.nav_lvl2:hover ul a.spec:hover, 
#nav-one li.nav_lvl2.sfHover ul.ul_lvl2 a.spec:hover {
  background:  url(../images/bg_subnav_specon.gif) repeat-x;
  color: #f68b1e;
}

#nav-one li:hover ul.ul_lvl2 a.green, 
#nav-one li.sfHover ul.ul_lvl2 a.green {
	color: #7FB539;
}

#nav-one li:hover ul.ul_lvl2 a.green:hover, 
#nav-one li.sfHover ul.ul_lvl2 a.green:hover {
	color: #FFF;
}

#nav-one li:hover ul.ul_lvl3 a.orange, 
#nav-one li.sfHover ul.ul_lvl3 a.orange {
	color: #F68B1E;
}

#nav-one li:hover ul.ul_lvl3 a.orange:hover, 
#nav-one li.sfHover ul.ul_lvl3 a.orange:hover {
	color: #FFF;
}

/*#nav-one li.nav:hover ul a:hover, 
#nav-one li.nav.sfHover ul a:hover {
  background: #999999;
  color: #000;
}*/

.nav ul {
  width: 10px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
	top: 34px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  padding-right: 20px;
  width: 140px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}

.zip_progress_container {
	float:left;
	margin-left:20px;
	display:none;
	width:126px;
	height:22px;
}

input.download_all {
	background: url(../images/download_all.gif) no-repeat;
	cursor: pointer;
	width: 123px;
	height: 22px;
	border: 0 none;
	float: left;
	margin-right: 10px;
}

a.click_here_hr {
	width: 225px;
	height: 22px;
	display: block;
	background: url(../images/click_here_hr.gif) no-repeat;
}

a.click_here {
	width: 192px;
	height: 22px;
	display: block;
	background: url(../images/click_here.gif) no-repeat;
}

ul.popis_fotografa {
	padding-top: 3px;
}

ul.popis_fotografa li {
	float: left;
	display: inline;
	width: 105px;
	margin: 2px 0;
	font-size: 11px;
	padding-left: 5px;
}

ul.popis_fotografa li a,
ul.popis_fotografa li a:visited {
	color: #000000;
}

ul.popis_fotografa li a:hover {
	color: #EB0079;
}

div.fotograf_detail {
	color: #000000;
	padding: 0 5px;
}

div.fotograf_detail_scroll {
	height: 605px;
	overflow-y: scroll;
	padding: 5px;
	background-color: #cecece;
}

div.fotograf_detail img.avatar {
	margin: 10px 0;
}

div.fotograf_detail p {
	margin-bottom: 10px;
}

div.fotograf_detail a,
div.fotograf_detail a:visited {
	color: #000000;
}

div.fotograf_detail a:hover {
	color: #EB0079;
}

ul.fotografi_slike {
	margin-left: -5px;
}

ul.fotografi_slike li {
	float: left;
	width: 220px !important;
	height: 205px !important;
	line-height: 205px !important;
	background-color: #CECECE;
	margin-left: 5px;
	margin-bottom: 5px;
	display: inline;
	text-align: center;
}

ul.fotografi_slike li img {
	vertical-align: middle;
}

/* NAPREDNA PRETRAGA */
#frm_adv_search {
	color: #000000;
	padding-left: 5px;
}

#frm_adv_search .filter_container {
	float: left;
	margin: 0 40px 10px 10px;
	height: 110px;
	padding: 10px 10px 20px 10px;
	display: inline;
}
#frm_adv_search .filter_caption {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	display: block;
}

#frm_adv_search br {
	clear: left;
}

#frm_adv_search .left_mtop,
#frm_adv_search input {
	float: left;
	margin-top: 2px;
	display: inline;
}

#frm_adv_search input {

}

#frm_adv_search .left_mtop {
	margin-left: 5px;
	display: inline;
}

#frm_adv_search label {
	float: left;
	display: inline;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

#frm_adv_search .ds_left {
	width: 115px;
	float: left;
}

#frm_adv_search .ds_right {
	width: 160px;
	float: left;
}

#frm_adv_search input.date-pick {
	width: 67px;
	background: #F7F7F7 none repeat scroll 0 0;
	border: 1px solid #D8D8D8;
}

#frm_adv_search .cols {
	float: left;
	padding-right: 20px;
}

#frm_adv_search input.pretrazi_adv {
	width: 60px;
	height: 25px;
	cursor: pointer;
	display: inline;
	background-color: #F78B1F;
	color: #ffffff;
	margin-top: 10px;
	margin-left: 526px;
}

#frm_adv_search input.pretrazi_adv:hover {
	color: #000000;
	background-color: #ffffff;
}

input.iefix {
	background: none;
	border: 0 none;
	padding: 0 !important;
	height: 16px;
	width: 16px;
}

div.photof_gallery {
	height: 615px;
	width: 670px;
	background-color: #000000;
	position: relative;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider, #slider li { 
	width: 220px;
	height: 400px;
	overflow: hidden; 
}

#slider {
	position: relative;
	float: left;
	display: inline;
	height: 470px;
	background: url(../images/portfolio_sidebar.gif);
	width: 220px;
	height: 465px;
	padding: 5px;
}

#slider li img {
	float: left;
	display: inline;
	padding: 5px;
}

span#prevBtn {
	position: absolute;
	left: 20px;
	top: 445px;
	color: #FFFFFF;
}

span#nextBtn {
	position: absolute;
	left: 180px;
	top: 445px;
	color: #FFFFFF;
}

div.front_pic {
	width: 595px;
	height: 446px;
	background-color: #1F1F1F;
	text-align: center;
	float: right;
	position: relative;
	display: inline;
}

div.front_pic img {
	position: relative;
}

div.inside_title_pink div.go_back {
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
}

div.portfolio div.galleries {
	position: relative;
	background: none;
	width: 920px;
	margin-bottom: 0;
	padding-left: 0;
}

div.portfolio div.photof_gallery {
	height: 475px;
	width: 920px;
	background: none;
}

div.portfolio div.front_pic.carousel {
	margin-right: 0;
	padding-right: 0;
	width: 675px;
	height: 465px;
}

div.portfolio_thumbs_naslov {
	color: #FFF;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
}

div.portfolio div.fotograf_slika {
	background: url(../images/bg_sidebar.gif) repeat-y scroll 0 0;
	padding: 0 5px;
	width: 220px;
	overflow: hidden;
}

div.portfolio div.autor_biografija {
	float: right;
	width: 680px;
	display: inline;
	color: #000000;
}

div.portfolio div.autor_biografija p {
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.4em;
}

div.portfolio div.autor_biografija a,
div.portfolio div.autor_biografija a:visited {
	color: #EB0079;
}

div.portfolio div.autor_biografija a:hover {
	color: #000000;
}

#frm_adv_search .filter_container {
	overflow: hidden;
	position: relative;
	float: left;
}

.filter_container br {
	clear: left;
}
.progress{
	display:block;
	line-height:20px;
	}
