/* clear */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Freesans, Helvetica, sans-serif;
	font-size: 1em;
	outline: none;
}
/* elements */

body {
	background: #3b3b3b url(images/body_back.gif) repeat-x;
}
form {
	display: inline;
}
a {
	color: #000;
}
a:hover {
	color: #bb2856;
}
a img {
	border: 0;
}
.printonly {
	display: none;
}
.end {
	clear: both;
}
/* common layers */

.inner {
	width: 950px;
	background:#fbfbf3;
	margin: 0 auto;
	overflow: auto;
}
.inner2 {
	width: 604px;
	padding-right: 56px;
	margin: 0 auto;
	overflow: auto;
}
/* header */

#header {
	width:950px;
	height:187px;
	margin: 0 auto;
	overflow: auto;
	position:relative;

}
#header .links {
	color:#9b8b74;
	padding-top:3px;
	font-size:11px;
	font-family:Tahoma, verdana, sans-serif;
	text-decoration:none;
}
#header .links:hover {
	color:#bb2856;
}
#header .logo {
	width:180px;
	height: 100px;
	background: #fbfbf3;
	float:left;
	position:relative;
}
#header h1 {
	float: left;
}
#header #menu {
	width:420px;
	position:relative;
	height:22px;
	float:left;
	margin-top:80px;
	margin-left:40px;
}
#menu ul li {
	float: left;
	list-style-type: none;
}
#menu ul li a {
	border-top:1px solid #ebe5d1;
	background: #ffffff url(images/passive_back.gif) no-repeat;
	display: block;
	float: left;
	color: #9b8b74;
	font-size: .7em;
	font-weight:bold;
	text-decoration: none;
	height:18px;
	padding:3px 15px 0px 15px;
	margin-right:2px;
}
#menu ul li a:hover {
	color: #9b8b74;
	background: #d6ceba url(images/over_back.gif) no-repeat;
}
#menu ul li .active {
	border-top:1px solid #ebe5d1;
	border-left:1px solid #ebe5d1;
	background: #ffffff url(images/active_back.gif) repeat-x;
	display: block;
	float: left;
	color: #fff;
	font-size: .7em;
	font-weight:bold;
	text-decoration: none;
	height:19px;
	padding:3px 15px 0px 15px;
	margin-right:2px;
}
#menu ul li .active:hover {
	border-top:1px solid #ebe5d1;
	border-left:1px solid #ebe5d1;
	background: #ffffff url(images/active_back.gif) repeat-x;
	display: block;
	float: left;
	color: #fff;
	font-size: .7em;
	font-weight:bold;
	text-decoration: none;
	height:19px;
	padding:3px 15px 0px 15px;
	margin-right:2px;
}
#header #loginerr {
	width:205px;
	height:20px;
	float:right;
	font-size:10px;
	position:relative;
	padding-top:10px;
	text-align:center;
}
#header #loginbox {
	width:194px;
	height:94px;
	background:url("images/loginbox.gif") no-repeat;
	float:right;
	font-size:10px;
	position:relative;
	padding:5px;
}
/*
#loginbox #top {
		position:relative; 
	width:195px;
	height:55px;
	float:left;
}*/
#loginbox #top #left {
	width:87px;
	float:left;
	margin:0px;
}
#loginbox #top #right {
	width:105px;
	float:left;
	margin:0px;
}
#loginbox #left h2 {
	font-family:georgia, garamond, serif;
	font-size:18px;
	color:#7b7c7e;
	font-weight:normal;
}
#loginbox .reg {
	float:left;
	width:180px;
	margin:0;
}
#loginbox .register {
	font-family:georgia, garamond, serif;
	color:#bb2856;
	margin-left:2px;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}
#loginbox #left .remember {
	margin-top:9px;
	margin-left:5px;
	font-family:Tahoma, verdana, sans-serif;
	font-size:9px;
	color:#3b3b3b;
}
#loginbox .last {
	margin-left:3px;
}
#loginbox .forget {
	font-family: Tahoma, verdana, sans-serif;
	color:#3b3b3b;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	margin-top:1px;
	float:left;
}
#loginbox button {
	background:#fff;
	font-family: Tahoma, verdana, sans-serif;
	color:#000;
	font-size:13px;
	border:none;
	width:80px;
	height:14px;
	font-weight:bold;
	margin:0px;
	cursor:hand;
	float:left;
	padding:0px;
}
#loginbox #right input {
	width:94px;
	border:1px solid #e5e6e8;
	margin-bottom:2px;
	margin-top:2px;
	padding:3px;
}
#loginbox .logpic {
	margin-right:5px;
	width:68px;
	height:84px;
	float:left;
}
#login {
	font-size:12px;
	font-family: Tahoma, verdana, sans-serif;
	margin-left:20px;
	position:relative;
	float:left;
}
#login h2 {
	font-family:georgia, garamond, serif;
	font-size:16px;
	color:#b6a061;
}
#header #searchline {
	width: 700px;
	height: 28px;
	position:relative;
	float:left;
	color:#fff;
	font-family:georgia, garamond, serif;
	font-size:16px;
	padding-top:8px;
}
#searchline button {
	background:none;
	color:white;
	border:none;
	font-family: Tahoma, verdana, sans-serif;
	font-size:15px;
	font-weight:bold;
	cursor:hand;
}
#searchline input {
	font-size:12px;
	background-color:#c8bea3;
	border:1px solid #fff;
}
#searchline select {
	font-size:11px;
	font-family: verdana, sans-serif;
	background-color:#c8bea3;
	border:1px solid #fff;
}
#header #breadcrumbs {
	width: 700px;
	color: #fff;
	margin: 0 auto;
	font-size: .7em;
	margin-top:3px;
	padding-top:8px;
	height:20px;
	position:relative;
	float:left;
}
#header #breadcrumbs a {
	color: #db9ba3;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #c00;
}
/* contents */

#contents {
	margin: 0 auto;
	/*	border-top:5px solid #fff;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff; */
	background-color:#fbfbf3;
	min-height:500px;
	padding-top:20px;
}
/* left menu */

#smallmenus {
	width: 180px;
	float: left;
	text-align:right;
}
.smallmenu {
	background: #fbfbf3;
}
.smallmenu ul {
	padding: 0;
	font-weight:normal;
}
.smallmenu ul li {
	list-style-type: none;
	margin: 0;
	text-align:right;
	display: inline;
}
.smallmenu ul li a {
	border-bottom:1px solid #d1c8af;
	text-decoration: none;
	padding: 5px 15px 5px 0px;
	margin-left:16px;
	color: #b6a061;
	font-size: .8em;
	font-family:georgia, garamond, serif;
	font-weight: none;
	display: block;
}
.smallmenu ul li a:hover {
	color:#bb2856;
	background:#f5f0d9;
	display: block;
	margin-left:16px;
}
.special {
	color:#ffffff !important;
	background-image: url('images/special.gif') !important;
	border-bottom:1px solid #fbfbf3 !important;
}
.special:hover {
	color:#bb2856 !important;
	margin-left:16px !important;
}
.activer {
	color:#ffffff !important;
	background-image: url('images/button_over.gif');
	margin:0px !important;
}
.activer:hover {
	color:#ffffff !important;
	background-image: url('images/button_over.gif') !important;
	margin:0px !important;/*color:#bb2856 !important;*/
	}

/* ideas */

#ideas {
	width:740px;
	float:left;
	position:relative;
	margin-left:20px;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:12px;
	margin-bottom:10px;
}
#ideas #left {
	width:570px;
	float:left;
	position:relative;
}
#ideas #left2 {
	width:410px;
	float:left;
	position:relative;
}
#ideas #right {
	width:160px;
	float:left;
	position:relative;
}
#ideas #right2 {
	width:325px;
	float:left;
	position:relative;
	margin-top:5px;
}
#ideas .naslov {
	float:left;
	width:440px;
}
#ideas h1 {
	font-family:georgia, garamond, serif;
	font-size:17px;
	color:#9f8e76;
	font-weight:normal;
}
#ideas #left .oglas_slike {
	float:left;
	width:569px;
	height:442px;
}
#ideas #left .ispod {
	background:#efece4;
	height:20px;
	width:405px;
	top:-3px;
	position:Relative;
	padding-left:5px;
	font-size:10px;
	font-family:Tahoma;
}
#ideas #left2 IMG {
	vertical-align:bottom;
}
#ideas #left2 .neprimjereno {
	float:left;
	width:195px;
	text-align:right;
}
#ideas #left2 .opis_title {
	float:left;
	width:404px;
	font-size:13px;
	padding:3px;
	color:#9d8c74;
	background:#efece5;
	font-family:georgia, garamond, serif;
}
#ideas #left2 .titl {
	font-size:15px;
	color:#bb2856;
	font-family:georgia, garamond, serif;
	border:none;
	width:360px;
	background:#efece5;
}
#ideas #left2 .stats {
	float:left;
	margin-top:10px;
	color:#000;
	font-size:11px;
	width:405px;
	text-align:right;
}
#ideas #left2 .opis {
	float:left;
	position:relative;
	border:5px solid #efece5;
	margin-bottom:5px;
	padding:5px;
	width:390px;
}
#ideas #left2 .komentar {
	float:left;
	position:relative;
	background:#efece4;
	width:410px;
}
#ideas #left2 h2 {
	font-size:14px;
	color:#bb2856;
	margin:2px;
	font-family:Tahoma, Verdana, sans-serif;
	font-weight:normal;
}
#ideas #left2 textarea {
	border:3px solid #d58a9d;
	margin:5px;
	width:393px;
	height:50px;
	overflow:auto;
}
#ideas #left2 button {
	float:right;
	margin-right:6px;
	margin-bottom:5px;
	margin-top:3px;
	background:#fff;
	border:0px;
	height:20px;
	color:#bb2856;
	cursor:hand;
}
#ideas #right2 TH {
	text-align:left;
	color:#9f8e76;
	font-weight:normal;
	font-size:11px;
	padding-left:5px;
}
#ideas #right2 TD {
	font-size:11px;
}
#ideas #right2 .ostali_albumi {
	width:300px;
	position:relative;
	float:left;
	margin-top:10px;
}
#ideas #right2 .two {
	position:relative;
	width:130px;
	height:130px;
	float:left;
	margin-right:10px;
	margin-left:6px;

}
#ideas #right2 .album {
	position:relative;
	float:left;
	width:120px;
	height:90px;
	background:#efece4;
	padding:5px;
}
#ideas #right2 .naziv {

	margin-top:2px;
	color:#9d8c74;
	font-size:13px;
	font-family:georgia, garamond, serif;
	text-decoration:none;
}
#ideas .ocjena {
	background:#d6ceba;
	float:right;
	width:300px;
	height:60px;
}
#ideas_thumbs {
	width: 140px;
	height: 55px;
	overflow: auto;
	padding: 0;
	background: #eae3cf;
}
#ideas_thumbs img {
	margin: 0 1px 0 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0;
	width: 70px;
	height: 51px;
}
#ideas_thumbs .scroller_a {
	display: block;
	float: left;
	width: 13px;
	height: 55px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}
#ideas_thumbs .lefta {
	background: #fff url("images/left_arrow.png") no-repeat left top;
}
#ideas_thumbs .righta {
	background: #fff url("images/right_arrow.png") no-repeat left top;
}
#ideas_thumbs_holder {
	height: 53px;
	width: 112px;
	overflow: hidden;
	float: left;
	margin: 1px 0;
	padding: 0;
	background: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#ideas_thumbs_scroller {
	white-space: nowrap;
}

#ideas_thumbs1 {
	width: 140px;
	height: 55px;
	overflow: auto;
	padding: 0;
	background: #eae3cf;
}
#ideas_thumbs1 img {
	margin: 0 1px 0 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0;
	width: 70px;
	height: 51px;
}
#ideas_thumbs1 .scroller_a {
	display: block;
	float: left;
	width: 13px;
	height: 55px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}
#ideas_thumbs1 .lefta {
	background: #fff url("images/left_arrow.png") no-repeat left top;
}
#ideas_thumbs1 .righta {
	background: #fff url("images/right_arrow.png") no-repeat left top;
}
#ideas_thumbs_holder1 {
	height: 53px;
	width: 112px;
	overflow: hidden;
	float: left;
	margin: 1px 0;
	padding: 0;
	background: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#ideas_thumbs_scroller1 {
	white-space: nowrap;
}
/* album */

#album {
	width:750px;
	float:left;
	position:relative;
	margin-left:20px;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:12px;
}
#album #left {
	width:410px;
	float:left;
	position:relative;
}
#album #left .oglas_slike {
	float:left;
	position:relative;
}
#album #left .ispod {
	background:#efece4;
	height:20px;
	width:405px;
	top:-3px;
	position:Relative;
	padding-left:5px;
	font-size:10px;
	font-family:Tahoma;
}
#album #left IMG {
	vertical-align:bottom;
}
#album #left .neprimjereno {
	float:right;
	margin-top:10px;
	width:410px;
	text-align:right;
}
#album #left .opis_title {
	float:left;
	width:100px;
	margin-top:10px;
	color:#9d8c74;
}
#album #left .stats {
	float:right;
	margin-top:10px;
	color:#000;
	font-size:11px;
	width:310px;
	text-align:right;
}
#album #left .opis {
	float:left;
	position:relative;
	border:1px solid #c8bea3;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	width:398px;
}
#album #left .komentar {
	float:left;
	position:relative;
	background:#efece4;
	width:410px;
}
#album #left h2 {
	font-size:14px;
	color:#bb2856;
	margin:2px;
	font-family:Tahoma, Verdana, sans-serif;
	font-weight:normal;
}
#album #left textarea {
	border:3px solid #d58a9d;
	margin:5px;
	width:393px;
	height:50px;
	overflow:auto;
}
#album #left button {
	float:right;
	margin-right:6px;
	margin-bottom:5px;
	margin-top:3px;
	background:#fff;
	border:0px;
	height:20px;
	color:#bb2856;
	cursor:hand;
}
#komentari {
	float:left;
	position:relative;
	width:410px;
}
#komentari .wh {
	float:left;
	position:relative;
	width:408px;
	background:#fff;
	min-height:100px;
	border:1px solid #fff;
}
#komentari .si {
	float:left;
	position:relative;
	width:408px;
	background:#efece4;
	min-height:100px;
	border:1px solid #efece4;
}
#komentari .upic {
	float:left;
	width:84px;
	background:#fff;
	text-align:center;
	min-height:100px;
	position:relative;
}
#komentari .com {
	float:left;
	position:relative;
	width:305px;
}
#komentari .pos {
	color:#9d8c74;
	float:left;
	width:408px;
	position:relative;
	padding:3px;
}
#komentari .tkt {
	padding:7px;
	min-height:65px;
	position:relative;
}
#komentari .info {
	padding:7px;
	width:270px;
	position:relative;
}
#komentari .lgn {
	float:left;
	font-family:georgia, garamond, serif;
	font-size:14px;
	color:#bb2856;
	padding-left:4px;
	position:relative;
	text-decoration:none;
}
#komentari .time {
	float:left;
	padding-left:7px;
	padding-top:1px;
	position:relative;
}
#komentari .del {
	float:right;
	position:relative;
}
#komentari .komentar {
	float:left;
	position:relative;
	background:#efece4;
	width:410px;
}
#komentari h2 {
	font-size:14px;
	color:#bb2856;
	margin:2px;
	font-family:Tahoma, Verdana, sans-serif;
	font-weight:normal;
}
#komentari textarea {
	border:3px solid #d58a9d;
	margin:5px;
	width:400px;
	height:50px;
	overflow:auto;
}
#komentari button {
	float:right;
	margin-right:6px;
	margin-bottom:5px;
	margin-top:3px;
	background:#fff;
	border:0px;
	height:20px;
	color:#bb2856;
	cursor:hand;
}
#komentariu {
	float:left;
	position:relative;
	width:408px;
	font-size:12px;
}
#komentariu .wh {
	float:left;
	position:relative;
	width:408px;
	background:#fff;
	min-height:100px;
	border:1px solid #fff;
}
#komentariu .si {
	float:left;
	position:relative;
	width:408px;
	background:#efece4;
	min-height:100px;
	border:1px solid #efece4;
}
#komentariu .upic {
	float:left;
	width:84px;
	background:#fff;
	text-align:center;
	min-height:100px;
	position:relative;
}
#komentariu .com {
	float:left;
	position:relative;
	width:280px;
}
#komentariu .pos {
	color:#9d8c74;
	float:left;
	width:375px;
	padding:3px;
	position:relative;
}
#komentariu .tkt {
	padding:7px;
	min-height:65px;
	position:relative;
}
#komentariu .info {
	padding:7px;
	width:220px;
	position:relative;
}
#komentariu .lgn {
	float:left;
	font-family:georgia, garamond, serif;
	font-size:14px;
	color:#bb2856;
	padding-left:4px;
	position:relative;
	text-decoration:none;
}
#komentariu .time {
	float:left;
	padding-left:7px;
	padding-top:1px;
	position:relative;
}
#komentariu .del {
	float:right;
	position:relative;
}
#album #right {
	width:300px;
	float:left;
	position:relative;
	margin-left:20px;
	overflow:hidden;
}
#album #right .naslov {
	float:left;
	width:300px;
	height:100px;
}
#album #right .picture {
	float:left;
	width:100px;
	height:100px;
}
#album #right h1 {
	font-family:georgia, garamond, serif;
	font-size:17px;
	color:#9f8e76;
	font-weight:normal;
}
#album #right .ocjena {
	background:#d6ceba;
	float:left;
	width:300px;
	height:60px;
}
#album #right .lijevo {
	float:left;
	width:200px;
	height:100px;
	margin-top:10px;
	margin-left:10px;
	font-size:11px;
}
#album #right .desno {
	float:left;
	width:80px;
	height:100px;
}
#album #right .detalji {
	float:left;
	margin-top:10px;
	position:relative;
	width:300px;
}
#album #right TH {
	text-align:left;
	color:#9f8e76;
	font-weight:normal;
	font-size:11px;
}
#album #right TD {
	font-size:11px;
}
#album #right .ostali_albumi {
	width:298px;
	position:relative;
	float:left;
}
#album #right .two {
	position:relative;
	width:130px;
	height:130px;
	float:left;
	margin-right:10px;
	margin-left:6px;
}
#album #right .album {
	position:relative;
	float:left;
	width:120px;
	height:90px;
	background:#efece4;
	padding:5px;
}
#album #right .naziv {
	margin-top:2px;
	color:#9d8c74;
	font-size:13px;
	font-family:georgia, garamond, serif;
	text-decoration:none;
}
/* main contents */

#maincontents {
	margin-left:20px;
	width: 750px;
	float: left;
	font-size: .8em;
	overflow: auto;
}
#maincontents .maincontents {
	background: #fafafa;
	width: 750px;
	float: left;
	margin-bottom: 10px;
}
#maincontents .maincontents h2 {
	background: #c00001;
	/*background: transparent url("images/menu_active.png") repeat-x left top;*/
	color: #fff;
	font-family:Trebuchet MS;
	text-transform: uppercase;
	font-size:12px;
	padding: 3px 10px;
}
#maincontents .half {
	width: 295px;
	float: left;
}
#maincontents .left {
	margin-right: 10px;
}
#maincontents .right {
	margin-right: 0;
}
#maincontents .upper {
	height: 350px;
}
#maincontents .lower {
	height: 130px;
}
#maincontents .desno {
	float:right;
}
#maincontents p {
	padding: 10px 10px 5px 10px;
	font-size: .85em;
}
#maincontents p.em {
	font-weight: bold;
	color: #c00;
}
#maincontents em {
	color: #c00;
	font-style: normal;
}
#maincontents .section {
	border-bottom: 1px solid #ccc;
	overflow: auto;
	width: 100%;
	clear: both;
	padding-bottom: 10px;
}
#maincontents .section1 {
	border-bottom: 1px solid #ccc;
	overflow: auto;
	width: 100%;
	clear: both;
	padding: 10px 0;
}
#maincontents .section2 {
	overflow: auto;
	width: 100%;
	clear: both;
}
#maincontents .section3 {
	overflow: auto;
	width: 100%;
	clear: both;
	padding-bottom: 10px;
}
#maincontents .section4 {
	overflow: auto;
	width: 100%;
	clear: both;
	padding: 10px 0;
}
#maincontents .submit {
	text-align: right;
}
#maincontents .inputline {
	width: 290px;
	padding: 4px 0 0 10px;
	float: left;
	overflow: auto;
}
#maincontents .lonely {
	width: 580px;
	margin-top: 10px;
}
#maincontents .firstbox {
	width: 295px;
}
#maincontents .secondbox {
	padding-left: 0;
	width: 295px;
}
#maincontents .inputline label {
	width: 105px;
	float: left;
	font-size: .85em;
}
#maincontents .req {
	color: #c00;
	font-weight: bold;
}
#maincontents .inputline input {
	width: 156px;
	float: left;
	border: 1px solid #ccc;
	padding: 2px 2px 3px 2px;
	font-size: .8em;
	color: #666;
}
#maincontents .inputline select {
	width: 162px;
	float: left;
	border: 1px solid #ccc;
	color: #666;
	font-size: .8em;
	padding: 1px 0 2px 2px;
}
#maincontents .inputline p {
	clear: both;
	font-size: .8em;
	padding: 0 0 0 105px;
}
#maincontents .inputline a {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin-left: 5px;
	background: transparent url("images/i.gif") no-repeat center center;
}
#maincontents .inputbox a {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin-left: 5px;
	background: transparent url("images/i.gif") no-repeat center center;
}
#maincontents .inputbox {
	width: 190px;
	padding: 10px 10px 0 10px;
	float: left;
	overflow: auto;
}
#maincontents .inputbox2 {
	width: 132px;
	padding: 0 0 0 10px;
	float: left;
	overflow: auto;
	height: 44px;
}
#maincontents .inputbox2wide {
	width: 274px;
	padding: 0 0 0 10px;
	float: left;
	overflow: auto;
	height: 44px;
}
#maincontents .inputbox2wide_m {
	width: 132px;
	padding: 0 0 0 10px;
	float: left;
	overflow: auto;
	height: 44px;
}
#maincontents .ajaxbox {
	background: #efefef;
}
#maincontents .readonlydiv {
	padding: 0 10px 10px 10px;
}
#maincontents .readonlydiv input {
	font-size: .8em;
	color: #999;
	border: 1px solid #ccc;
	background: #efefef;
	padding: 0 2px;
	width: 125px;
}
#maincontents #Kw, #maincontents #Ks {
	width: 40px;
}
#maincontents .inputbox3 {
	width: 274px;
	padding: 16px 0 0 10px;
	float: left;
	overflow: auto;
	text-align:right;/*	height: 29px;*/
		}
#maincontents .inputbox2 input.checkbox {
	width: auto !important;
	font-size: .5em !important;
}
#Metalik {
	display: inline !important;
}
#AddData {
	clear: both;
	text-align: right;
	padding: 0 10px;
}
#maincontents .searchbox {
	width: 125px;
	padding: 7px 0 0 15px;
	float: left;
	overflow: auto;
	height: 38px;
}
#maincontents .napomena {
	padding: 0;
	/* border: 1px solid #c00; */
			/* width: 355px; */
			/* float: right; */
			float: left;
	margin: 17px 10px 5px 0;
}
#maincontents .inputcheckbox {
	clear: both;
	margin: 5px 10px;
}
#maincontents .inputcheckbox input {
	margin: 10px;
	float: left;
}
#maincontents .inputcheckbox label {
	font-size: .85em;
}
#maincontents .inputcheckbox span {
	color: #c00;
	font-weight: bold;
}
#maincontents .inputbox label {
	display: block;
	font-size: .85em;
}
#maincontents .inputbox2 label {
	display: block;
	font-size: .85em;
	padding: 0 0 2px 0;
}
#maincontents .inputbox2 b, #maincontents .inputbox2 span {
	font-size: .85em;
}
#maincontents .inputbox2wide label {
	display: block;
	font-size: .85em;
	padding: 0 0 2px 0;
}
#maincontents .inputbox2wide_m label {
	display: block;
	font-size: .85em;
	padding: 0 0 2px 0;
}
#maincontents .inputbox3 label {
	font-size: .85em;
	margin-right: 10px;
}
#maincontents .inputbox label.special {
	color: #c00;
}
#maincontents .req2 .inputbox label {
	color: #c00;
	font-weight: bold;
}
#maincontents .inputbox input {
	width: 184px;
	border: 1px solid #ccc;
	padding: 2px 2px 3px 2px;
	font-size: .8em;
	color: #666;
}
#maincontents .inputbox2 input {
	width: 120px;
	border: 1px solid #ccc;
	padding: 2px 2px 3px 2px;
	font-size: .8em;
	color: #666;
}
#maincontents .inputbox2 select {
	width: 120px;
	border: 1px solid #ccc;
	padding: 2px 2px 1px 2px;
	font-size: .8em;
	color: #666;
}
#maincontents .inputbox2wide select.smd {
	width: 58px;
	border: 1px solid #ccc;
	padding: 2px 2px 1px 2px;
	font-size: .8em;
	color: #666;
	margin-right: 6px;
}
#maincontents .inputbox2wide_m select.smd {
	width: 58px;
	border: 1px solid #ccc;
	padding: 2px 2px 1px 2px;
	font-size: .8em;
	color: #666;
	margin-right: 6px;
}
#maincontents .inputbox2wide select.sy {
	width: 120px;
	border: 1px solid #ccc;
	padding: 2px 2px 1px 2px;
	font-size: .8em;
	color: #666;
	margin-left: 6px;
}
#maincontents .inputbox3 select {
	width: 80px;
	border: 1px solid #ccc;
	padding: 2px 2px 1px 2px;
	font-size: .8em;
	color: #666;
	margin: 0 5px;
	display: inline;
}
#maincontents .searchbox label {
	display: block;
	font-size: .85em;
	padding: 0 0 2px 0;
	color: #333;
}
#maincontents .searchbox select {
	width: 123px;
	border: 1px solid #ccc;
	padding: 2px 2px 3px 2px;
	font-size: .8em;
	color: #666;
}
#maincontents .searchbox input {
	width: 116px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: .85em;
	color: #666;
}
html>/* ie hack */body #maincontents .searchbox input {
	padding: 3px 2px;
}
#maincontents .searchbox a {
	font-size: .85em;
	color: #c00;
}
#maincontents .searchbox a:hover {
	color: #D0B669;
}
#maincontents .searchbox button {
	width: 122px;
	margin: 0;
	padding: 2px 0;
}
.podaci_change {
	float: right;
	display: block;
	width: 250px;
}
#specialcontents {
	width: 190px;
	float: right;
}
.specialcontents {
	background: #FFF9F0;
	margin-bottom: 2px;
}
#specialcontents .specialcontents h4 {
	font-size: 11px;
	color: #db4100;
	text-decoration: underline;
	padding: 3px 5px 0 0;
}
#specialcontents .specialcontents p {
	font-size: 11px;
	padding: 0 5px 5px 5px;
}
.specialcontents.tip1 {
	border: 1px solid #ccc;
	margin-bottom: 8px;
}
.specialcontents a img {
	float: left;
	margin: 3px 12px 3px 3px;
}
.specialcontents.tip1 a img {
	border: 1px solid #ccc;
}
.specialcontents.tip2 a img {
	border: 1px solid #fff;
}
.plainbox {
	margin-top: 10px;
	border: 1px solid #ccc;
}
#maincontents .error {
	background: #c00;
	color: #fff;
	margin: 0 10px;
	padding: 0;
	font-weight: bold;
}
#maincontents .error ul {
	padding: 0 0 10px 57px;
}
#maincontents button {
	background: #D0B669;
	padding: 3px 20px;
	border: 0;
	color: #fff;
	font-weight: bold;
	font-size: .85em;
	cursor: pointer;
}
.banner_zone_3 {
	margin-top:30px;
	padding-left:10px;
}
/*
		.banner_zone_3 {
			border: 1px solid #ccc;
			background: #fafafa;
			padding: 11px;
			width: 580px;
			float: left;
			margin-bottom: 10px;
			line-height: 0;
			font-size: 0; }
		.banner_zone_4 {
			border: 1px solid #ccc;
			background: #fafafa;
			padding: 7px 7px 7px 6px;
			width: 120px;
			float: left;
			margin-top: 2px;
			margin-bottom: 10px;
			line-height: 0;
			font-size: 0; }
}*/
#arrow {
	float:right;
	width:200px;
}
#arrow a {
	width:20px;
	height:18px;
	float:right;
	background:#d6ceba;
	color:#bb2856;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	text-decoration:none;
}
#arrow a:hover {
	background:#9d8c74;
	color:#fff;
	text-decoration:none;
}
/* korisnik */
		#user {
	float:left;
	position:relative;
	margin:5px;
}
#user .user_back {
	width:74px;
	height:90px;
	padding:5px;
	background:#efece4;
	text-align:center;
}
#user .user_name a {
	font-family:georgia, garamond, serif;
	font-size:14px;
	font-weight:normal;
	padding-left:7px;
	color:#bb2856;
	text-decoration:none;
}
#user .user_name a:hover {
	color:#333;
}
#korisnik {
	overflow: auto;
	width: 910px;
	position:relative;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
}
#korisnik #left {
	width:484px;
	position:relative;
	float:left;
}
#korisnik #right {
	margin-left:16px;
	width:410px;
	position:relative;
	float:left;
	overflow:hidden;
}
#korisnik #left .slika {
	width:120px;
	height:120px;
	position:relative;
	float:left;
	background:#efece4;
	padding:10px;
}
#korisnik #left .title {
	width:200px;
	height:140px;
	position:relative;
	float:left;
	margin-left:10px;
}
#korisnik #left .login {
	font-family:georgia, garamond, serif;
	font-size:17px;
	font-weight:normal;
	color:#bb2856;
}
#korisnik #left .sivo {
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
	color:#9f8e76;
}
#korisnik #left .crno {
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
	color:#000;
	float:left;
	padding-top:10px;
}
#korisnik #left .box {
	width:157px;
	position:relative;
	float:left;
}
#korisnik #left .boxes {
	width:157px;
	position:relative;
	float:left;
	background:#efece4;
	border-bottom:1px solid #fff;
	height:20px;
	padding-top:3px;
	padding-left:5px;
}
#korisnik #left .prijatelji {
	border:1px solid #9f8e76;
	width:453px;
	position:relative;
	float:left;
	margin-top:20px;
	height:180px;
	padding:10px
}
#korisnik h2 {
	color:#9d8c74;
	font-size:17px;
	font-family:georgia, garamond, serif;
	font-weight:normal;
	margin-bottom:10px;
}
#korisnik #left .albumi {
	border:1px solid #9f8e76;
	width:453px;
	position:relative;
	float:left;
	margin-top:20px;
	padding:10px

}
#korisnik #left .two {
	position:relative;
	width:120px;
	height:160px;
	float:left;
	margin-left:10px;
	margin-right:20px;
}
#korisnik #left .album {

	position:relative;
	float:left;
	width:120px;
	height:90px;
	background:#efece4;
	padding:5px;
}
#korisnik #left .naziv {
	margin-top:2px;
	color:#9d8c74;
	font-size:13px;
	font-family:georgia, garamond, serif;
	text-decoration:none;
}
#korisnik #right TABLE {
	background:#f4eedf;
}
#korisnik #right TH {
	width:100px;
	font-size:12px;
	font-family:Tahoma, arial, sans-serif;
	font-weight:normal;
	color:#9f8e76;
	text-align:left;
	padding-left:10px;
	height:20px;
}
#korisnik #right TD {
	color:#000;
	font-size:12px;
	font-family:Tahoma, arial, sans-serif;
	font-weight:normal;
}
#korisnik #right .komentar {
	float:left;
	margin-top:15px;
	background:#efece4;
	width:410px;
}
#korisnik #right H3 {
	font-size:14px;
	font-family:Tahoma, arial, sans-serif;
	color:#bb2856;
	font-weight:normal;
	padding:3px;
	margin-left:2px;
}
#korisnik #right TEXTAREA {
	width:389px;
	border:2px solid #dd93aa;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	overflow:auto;
	height:50px;
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
	padding:3px;
}
#korisnik #right .sendkomentar {
	float:right;
	font-size:12px;
	background:#fff;
	color:#bb2856;
	border:1px solid #fff;
	margin:3px;
	cursor:hand;
}
#korisnik #right .sivo {
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
	color:#9f8e76;
	padding-left:20px;
}
#korisnik #right .komentari {
	font-size:12px;
	float:left;
}
#korisnik #right .prva {
	background:#efece4;
	width:410px;
	position:relative;
	float:left;
}
#korisnik #right .druga {
	background:#fff;
	width:410px;
	position:relative;
	float:left;
}
#korisnik #left .siva {
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
	color:#9f8e76;
	float:left;
}
#korisnik #left .crna {
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
	color:#000;
	float:left;
	padding-left:7px;
}
#korisnik #left .sivo {
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
	color:#9f8e76;
	padding-left:2px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
#korisnik #left .sivo2 {
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
	color:#9f8e76;
	padding-left:2px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
#korisnik #left .komentari {
	font-size:12px;
}
#korisnik #left .prva {
	background:#efece4;
	width:475px;
	position:relative;
	float:left;
}
#korisnik #left .druga {
	background:#fff;
	width:475px;
	position:relative;
	float:left;
}
#pozovi {
	background:#efece4;
	width:910px;
	margin-top:10px;
	float:left;
	font-size:12px;
}
#pozovi TEXTAREA {
	width:690px;
	height:230px;
	border:none;
	padding:10px;
	background:#bb2856;
	color:#fff;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
#pozovi LABEL {
	margin:10px;
	border:none;
	background:#efece4;
	color:#000;
	width:75px;
	float:left;
}
#pozovi .input {
	background:#fff;
	border: none;
	padding:2px;
	width:620px;
	margin-top:10px;
	border:1px solid #bb2856;
}
#pozovi .line {
	float:left;
	height:25px;
}
#pozovi .erase {
	background:#efece4;
	border: none;
	padding:2px;
	margin:10px;
	cursor:pointer;
}
#pozovi .button {
	background:#9f8e76;
	border:none;
	color:#fff;
	padding:3px;
	margin:1px;
	width:100px;
	cursor:pointer;
}
#add a {
	width:18px;
	height:18px;
	float:right;
	background:#fff;
	color:#bb2856;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	float:left;
	margin-top:10px;
	margin-right:3px;
}
#add a:hover {
	background:#9d8c74;
	color:#fff;
	text-decoration:none;
}
#pozovi .tekst {
	color:#9d8c74;
	margin-top:10px;
}
.pozovip {
	float:left;
	margin:10px;
	background:#9f8e76;
	border:none;
	color:#fff;
	padding:3px;
	font-size:12px;
	margin-top:10px;
	width:100px;
	cursor:pointer;
}
/* register */

		#register {
	overflow: auto;
	width: 910px;
	position:relative;
	margin-top:10px;
	font-family:Tahoma, Verdana, arial, sans-serif;
	font-size:12px;
	margin-bottom:20px;
	margin-left:20px;

}
#register p {
	line-height:20px;
}
#register .left {
	float:left;
	width:500px;
}
#register .right {
	width:400px;
	float:right;
}
#register h1 {
	color:#bb2856;
	font-size:20px;
	font-family:georgia, garamond, serif;
	font-weight:normal;
	margin-bottom:10px;
}
#register .regimg {
	float:left;
	width:210px;
	padding-top:5px;
}
#register .desno {
	float:left;
	width:190px;
}
#register .bottom {
	float:left;
	width:398px;
	border:1px solid #9d8c74;
	margin-top:10px;
	margin-bottom:10px;
}
#register h2 {
	color:#9d8c74;
	font-size:17px;
	font-family:georgia, garamond, serif;
	font-weight:normal;
	margin-bottom:10px;
}
#register h3 {
	color:#bb2856;
	font-size:15px;
	font-family:Tahoma, Verdana, arial, sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}
#register #left {
	width:484px;
	position:relative;
	float:left;
	padding-top:20px;
}
#register #right {
	margin-left:16px;
	width:410px;
	position:relative;
	float:left;
}
#register #left TH {
	font-weight:normal;
	text-align:left;
	height:25px;
}
#register #left INPUT {
	border:1px solid #bb2856;
	padding-top:3px;
	height:17px;
	width:176px;
}
#register #left SELECT {
	border:1px solid #bb2856;
	height:23px;
	width:178px;
}
#register #left .smd1 {
	width:45px;
}
#register #left .smd2 {
	width:45px;
}
#register #left .smd3 {
	width:80px;
}
#register #right SPAN {
	width:380px;
	position:relative;
	float:left;
}
#register #right TEXTAREA {
	position:relative;
	float:right;
	padding:5px;
	border:1px solid #e4b8ad;
	height:100px;
	overflow:auto;
	width:398px;
	margin-top:5px;
	margin-bottom:15px;
}
#register #right .stil {
	border:1px solid #9d8c74;
	padding:10px;
	position:relative;
	float:left;
	margin-top:10px;
	width:388px;
}
#register #right .inputcheck {
	width:120px;
	position:relative;
	float:left;
	height:20px;
}
.buttone {
	float:right;
	width:150px;
	font-size:12px;
	margin-right:10px;
	height:23px;
	background:#c8bea3;
	border-top:1px solid #b8ab86;
	border-left:1px solid #b8ab86;
	border-bottom:1px solid #c8bea3;
	border-right:1px solid #c8bea3;
	cursor:hand;
}
/* mojzilla */

		#mojzilla_topmenu {
	overflow: auto;
	width: 910px;
	height:146px;
	position:relative;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
}
#mojzilla_topmenu #picture {
	width: 80px;
	height:100px;
	padding:2px;
	background:#efece4;
	position:relative;
	float:left;
}
#mojzilla_topmenu #podaci {
	width: 230px;
	height:100px;
	padding:2px;
	position:relative;
	float:left;
}
#mojzilla_topmenu #podaci #user {
	width:230px;
	margin-left:30px;
	font-family:georgia, garamond, serif;
	font-size:17px;
	font-weight:normal;
	color:#9f8e76;
	position:relative;
	float:left;
}
#mojzilla_topmenu #podaci .name {
	font-family:georgia, garamond, serif;
	font-size:18px;
	color:#bb2856;
}
#mojzilla_topmenu #podaci #aktivnost {
	width:190px;
	margin-left:30px;
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#bb2856;
	position:relative;
	float:left;
}
#mojzilla_topmenu #podaci #pogodnosti {
	width:230px;
	margin-left:30px;
	margin-top:5px;
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#9f8e76;
	position:relative;
	float:left;
}
#mojzilla_topmenu #report {
	width:190px;
	height:102px;
	float:left;
	position:relative;
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#9f8e76;
}
#mojzilla_topmenu #report a {
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#9f8e76;
	text-decoration:none;
}
#mojzilla_topmenu #report a:hover {
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}
#mojzilla_topmenu #friends {
	position:relative;
	float:right;
	width:225px;
	height:93px;
	background: url("images/mojzilla_friends.jpg") no-repeat;
	color:#fff;
	padding-left:7px;
	padding-top:5px;
	padding-bottom:5px;
}
#mojzilla_topmenu #friends .title {
	font-family:georgia, garamond, serif;
	font-weight:bold;
	text-decoration:none;
}
#mojzilla_topmenu #friends a {
	color:#bb2856;
	text-decoration:none;
}
#mojzilla_topmenu #friends a:hover {
	color:#6a5b46;
	text-decoration:none;
}
#mojzilla_topmenu #friends .text {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
}
#mojzilla_topmenu #menu {
	position:relative;
	margin-top:20px;
	width:910px;
	height:22px;
	background:#efece4;
	float:left;
	overflow:hidden;
}
#mojzilla_topmenu #menu ul li {
	float: left;
	list-style-type: none;
}
#mojzilla_topmenu #menu ul li a {
	font-family:georgia, garamond, serif;
	border-left:1px solid #fff;
	display: block;
	float: left;
	color: #000;
	font-size: .8em;
	font-weight:normal;
	text-decoration: none;
	height:18px;
	padding:3px 15px 0px 15px;
	background:none;
}
#mojzilla_topmenu #menu ul li a:hover {
	color: #bb2856;
}
#mojzilla_topmenu #menu ul li .active {
	font-family:georgia, garamond, serif;
	background: #bb2856;
	display: block;
	float: left;
	color: #fff;
	font-size: .8em;
	font-weight:normal;
	text-decoration: none;
	padding:3px 15px 0px 15px;
	position:relative;
}
#mojzilla_topmenu #menu ul li .active:hover {
	color:#fff;
}
#mojzilla {
	overflow: auto;
	width: 910px;
	position:relative;
	margin-left:20px;
	margin-right:20px;
}
#mojzilla #submenu {
	position:relative;
	width:909px;
	height:21px;
	background:#bb2856;
	float:left;
	border-left:1px solid #fff;
}
#mojzilla #submenu ul li {
	float: left;
	list-style-type: none;
	color:#fff;
}
#mojzilla #submenu ul li a {
	font-family:Tahoma, arial, sans-serif;
	display: block;
	float: left;
	color: #fff;
	font-size: .8em;
	font-weight:normal;
	text-decoration: none;
	height:18px;
	padding:3px 15px 0px 15px;
	background:none;
}
#mojzilla #submenu ul li a:hover {
	color: #e4b8ad;
}
#mojzilla #submenu ul li .active {
	font-family:Tahoma, arial, sans-serif;
	background: #bb2856;
	display: block;
	float: left;
	color: #e4b8ad;
	font-size: .8em;
	font-weight:bold;
	text-decoration: none;
	padding:3px 15px 0px 15px;
	position:relative;
}
#mojzilla #submenu ul li .active:hover {
	color:#e4b8ad;
}
#mojzilla #albums {
	position:relative;
	width:905px;
	float:left;
	margin-top:10px;
}
#mojzilla #albums TABLE {
	width:910px;
}
#mojzilla #albums TH {
	font-family:Tahoma, arial, sans-serif;
	color: #bb2856;
	font-size:12px;
	padding:2px;
	font-weight:normal;
}
#mojzilla #albums TD {
	font-family:Tahoma, arial, sans-serif;
	color: #000;
	font-size:11px;
	vertical-align:top;
	padding-top:10px;
	text-align:center;
	font-weight:normal;
}
#mojzilla #albums h1 {
	font-family:georgia, garamond, serif;
	font-size:16px;
	color:#9f8e76;
	text-align:left;
	padding:5px;
}
#mojzilla #albums TD a {
	color:#000;
}
#mojzilla #albums TD a:hover {
	color:#bb2856;
}
#mojzilla #albums .naslov {
	vertical-align:top;
	padding-top:10px;
	/*	padding-left:10px; */
			text-align:left;
	font-family:georgia, garamond, serif;
	color: #9f8e76;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
#mojzilla #albums .naslovtd {
	text-align:left;
	padding-left:10px;
}
#mojzilla #albums .login {
	vertical-align:top;
	padding-top:10px;
	padding-left:10px;
	text-align:center;
	font-family:georgia, garamond, serif;
	color: #ad1735;
	font-size:15px;
	font-weight:bold;
}
#mojzilla .uredi {
	float:right;
	width:97px;
	height:18px;
	background:#c8bea3;
	padding-top:3px;
	border-top:1px solid #b8ab86;
	border-left:1px solid #b8ab86;
	border-bottom:1px solid #c8bea3;
	border-right:1px solid #c8bea3;
}
#mojzilla .uredi a {
	text-decoration:none;
}
#mojzilla .uredi a:hover {
	color:#bb2856;
	text-decoration:none;
}
#mojzilla #dodajalbum {
	margin-top:20px;
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
}
#mojzilla #dodajalbum h2 {
	color:#9d8c74;
	font-size:17px;
	font-family:georgia, garamond, serif;
	font-weight:normal;
}
#dodajalbum .inputs {
	width:605px;
	height:200px;
	padding-top:20px;
	position:relative;
	float:left;
}
#dodajalbum .inputs2 {
	width:605px;
	height:150px;
	padding-top:20px;
	position:relative;
	float:left;
}
#dodajalbum .left {
	width:605px;
	height:100px;
	padding-top:20px;
	position:relative;
	float:left;
}
#dodajalbum .right2 {
	width:300px;
	height:120px;
	padding-top:20px;
	position:relative;
	float:left;
}
#dodajalbum .right {
	width:300px;
	height:250px;
	padding-top:20px;
	position:relative;
	float:left;
}
#dodajalbum label {
	color:#000;
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
	font-weight:normal;
}
#dodajalbum input {
	border:1px solid #e4b8ad;
	margin:2px;
	height:18px;
}
#dodajalbum select {
	border: 1px solid #e4b8ad;
	height:24px;
	margin-bottom:2px;
}
#dodajalbum textarea {
	width:570px;
	height:75px;
	border:1px solid #e4b8ad;
}
#dodajalbum .tekst {
	font-family:Verdana, arial, sans-serif;
	font-size:12px;
}
#dodajalbum .albumtopline {
	width: 300px;
	overflow: auto;
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:20px;
}
#dodajalbum .albumtopline div {
	float: left;
	width: 100px;
	font-size: .85em;
	text-align: center;
	padding: 0 0 21px 0;
	font-weight: bold;
}
#dodajalbum .albumtopline div.otfirston {
	background: transparent url("images/firstredline.png") no-repeat center bottom;
	color: #bb2856;
}
#dodajalbum .albumtopline div.otfirstoff {
	background: transparent url("images/halfredline.png") no-repeat center bottom;
	color: #9d8c74;
}
#dodajalbum .albumtopline div.oton {
	background: transparent url("images/actualredline.png") no-repeat center bottom;
	color: #bb2856;
}
#dodajalbum .albumtopline div.otok {
	background: transparent url("images/redline.png") no-repeat center bottom;
	color: #9d8c74;
}
#dodajalbum .albumtopline div.otoff {
	background: transparent url("images/grayline.png") no-repeat center bottom;
	color: #9d8c74;
}
#dodajalbum .albumtopline div.otlaston {
	background: transparent url("images/lastredline.png") no-repeat center bottom;
	color: #bb2856;
}
#dodajalbum .albumtopline div.otlastoff {
	background: transparent url("images/halfgrayline.png") no-repeat center bottom;
	color: #9d8c74;
}
#dodajalbum #stil {
	border:1px solid #9d8c74;
	margin-top:20px;
	position:relative;
	width:868px;
	float:left;
	padding:20px;
}
#dodajalbum #stil h2 {
	color:#9d8c74;
	font-size:17px;
	font-family:georgia, garamond, serif;
	font-weight:normal;
	margin-bottom:10px;
}
#stil .inputcheck {
	float:left;
	width:170px;
}
#dodajalbum #materijali {
	border:1px solid #9d8c74;
	margin-top:20px;
	position:relative;
	width:240px;
	float:left;
	padding:20px;
}
#dodajalbum #materijali h2 {
	color:#9d8c74;
	font-size:17px;
	font-family:georgia, garamond, serif;
	font-weight:normal;
	margin-bottom:10px;
}
#materijali .inputcheck {
	float:left;
	width:120px;
}
#dodajalbum #obloge {
	border:1px solid #9d8c74;
	margin-top:20px;
	margin-left:20px;
	position:relative;
	width:220px;
	float:left;
	padding:20px;
}
#dodajalbum #obloge h2 {
	color:#9d8c74;
	font-size:17px;
	font-family:georgia, garamond, serif;
	font-weight:normal;
	margin-bottom:10px;
}
#obloge .inputcheck {
	float:left;
	width:110px;
}
#dodajalbum #boje {
	border:1px solid #9d8c74;
	margin-top:20px;
	margin-left:20px;
	position:relative;
	width:284px;
	float:left;
	padding:20px;
}
#dodajalbum #boje h2 {
	color:#9d8c74;
	font-size:17px;
	font-family:georgia, garamond, serif;
	font-weight:normal;
	margin-bottom:10px;
}
#boje .inputcheck {
	float:left;
	width:93px;
}
#dodajalbum #dots {
	width:910px;
	position:relative;
	float:left;
	background-image:url(images/dot.gif);
	margin-top:10px;
}
#dodajalbum button {
	float:right;
	width:150px;
	font-size:12px;
	height:23px;
	margin-top:10px;
	margin-bottom:10px;
	background:#c8bea3;
	border-top:1px solid #b8ab86;
	border-left:1px solid #b8ab86;
	border-bottom:1px solid #c8bea3;
	border-right:1px solid #c8bea3;
	cursor:hand;
}
#dodajalbum .slikainput {
	border:1px solid #7f9db9;
	background:#ebebe4;
	position:relative;
	height:22px;
	vertical-align:middle;
}
#dodajalbum #slike {
	width:910px;
	position:relative;
	float:left;
}
#slike .area {
	width:318px;
	height:83px;
	border:none;
}
#slike .naslov {
	width:160px;
	border:1px solid #7f9db9;
	height:15px;
}
#slike TH {
	color:#bb2856;
	font-family:Tahoma, Verdana, sans-serif;
	font-weight:normal;
}
#slike .opispadd {
	padding:5px;
}
#slike .opislink {
	color:#bb2856;
	font-family:Tahoma, Verdana, sans-serif;
	font-weight:normal;
	padding-left:10px;
}
#slike .opis {
	border:1px solid #bb2856;
	width:320px;
	height:85px;
	margin-left:10px;
}
#slike .npr {
	color:#adacac;
	font-size:11px;
	font-family:Tahoma;
	margin-left:10px;
	padding:2px;
}
#slike .podatci {
	border:1px solid #bb2856;
	width:430px;
	padding:10px;
	position:relative;
	float:left;
}
#slike .uredi_podatke {
	font-weight:bold;
	text-decoration:none;
}
#slike .table {
	position:relative;
	width:430px;
	padding-top:10px;
}
#slike .table TH {
	background:#efece4;
	text-align:right;
	padding-right:10px;
}
#slike .prikaz_slike {
	position:relative;
	float:left;
	width:435px;
	margin-left:20px;
	text-align:center;
	background:#efece4;
}
#slike #title {
	width:435px;
}
#title INPUT {
	border:none;
	background:none;
	width:400px;
	padding-top:6px;
	color:#bb2856;
	font-weight:bold;
}
#title TEXTAREA {
	color:#666;
	font-size:11px;
	font-family:Tahoma;
	padding:4px;
	width:392px;
	height:50px;
	overflow:auto;
	border:none;
}
#greska {
	font-family:Tahoma, Verdana, sans-serif;
	border:3px dashed #bb2856;
	padding-left:30px;
	padding-top:30px;
	padding-bottom:10px;
	color:#bb2856;
	font-weight:bold;
	font-size:13px;
}
#novaporuka {
	background:#efece4;
	position:relative;
	float:left;
	width:869px;
	margin-left:1px;
	margin-top:10px;
	padding:20px;
}
#novaporuka .forma {
	margin:20px;
}
#novaporuka p {
	margin-bottom:7px;
	font-size:12px;
}
#novaporuka label {
	display:block;
	width:100px;
	float:left;
}
#novaporuka input {
	float:left;
	padding:2px;
	border:1px solid #BB2856;
	background:#fff;
	width:763px;
}
#novaporuka textarea {
	width:854px;
	height:200px;
	padding:7px;
	margin-top:10px;
	border:1px solid #bb2856;
}
#novaporuka button {
	background:#c8bea3;
	padding:3px;
	border:none;
	width:70px;
}
#prijatelji {
	float:left;
	position:relative;
	margin:5px;
}
#prijatelji .thumb {
	width:74px;
	height:90px;
	padding:5px;
	background:#efece4;
	text-align:center;
}
#prijatelji .thumb img {
	text-align:center;
	vertical-align:bottom;
}
#prijatelji .naziv {
	font-family:georgia, garamond, serif;
	color:#bb2856;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}
#prijatelji .posalji {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:12px;
	color:#9f8e76;
	text-decoration:none;
	font-size:11px;
}
#mojzilla .svi a {
	color:#bb2856;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	width:150px;
	float:left;
	margin-top:10px;
}
#mojzilla .svi a:hover {
	color:#000;
}
#mojzilla .abeceda {
	float:left;
	width:755px;
	margin-top:10px;
}
#mojzilla .abeceda a {
	color:#bb2856;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:12px;
	text-decoration:none;
}
#mojzilla .abeceda a:hover {
	text-decoration:underline;
	color:#000;
}
#footer {
	background-image:url('images/menu_back.gif');
}
#footer .inners {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	height:230px;
	position:relative;
	padding-left:20px;
}
#footer h2 {
	color:#fff;
	font-size:13px;
	margin-bottom:7px;
}
#footer .fdivs {
	float:left;
	border:1px solid #dc7784;
	background:#cd5b77;
	width:166px;
	height:156px;
	margin-top:15px;
	margin-right:5px;
	padding:7px;
	color:#fff;
	position:relative;
}
#footer .fdivl {
	float:left;
	border:1px solid #dc7784;
	background:#cd5b77;
	width:166px;
	height:156px;
	margin-top:15px;
	padding:7px;
	color:#fff;
}
#footer .fdivs a {
	color:#e4b8ad;
	text-decoration:none;
	font-size:11px;
}
#footer .fdivs a:hover {
	color:#fff;
	text-decoration:none;
	font-size:11px;
}
#footer .footer_copyright {
	margin-top: 5px;
	margin-left:10px;
	color: #fff;
	float:left;
	font-size:11px;
}
/* unos oglasa */

	.oglas1dropdown {
	clear: both;
	padding: 5px 15px;
	height: 36px;
}
.oglas1dropdown label {
	display: block;
	font-size: .85em;
	width: 200px;
	padding: 2px 0;
}
.oglas1dropdown select {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px 2px 1px 2px;
	font-size: .8em;
	color: #666;
}
.oglas1dropdown select.smallselect {
	width: 95px;
	margin-right: 5px;
}
.oglas2dropdown {
	float: left;
	padding: 5px 0 5px 15px;
	height: 85px;
}
.oglas2dropdown label {
	display: block;
	font-size: .85em;
	width: 180px;
	padding: 2px 0;
}
.oglas2dropdown select {
	width: 180px;
	border: 1px solid #ccc;
	padding: 2px 2px 1px 2px;
	font-size: .8em;
	color: #666;
}
.oglas2bigdropdown {
	clear: both;
	padding: 5px 0 5px 15px;
	height: 150px;
}
.oglas2bigdropdown label {
	display: block;
	font-size: .85em;
	width: 400px;
	padding: 2px 0;
}
.oglas2bigdropdown select {
	width: 570px;
	border: 1px solid #ccc;
	padding: 2px 2px 1px 2px;
	font-size: .8em;
	color: #666;
}
.oglasxback {
	float: left;
	display: block;
	padding: 0 0 0 2px;
}
.poglas2 {
	margin: 0 5px;
	font-size: .9em;
}
.poglas3 {
	font-size: .9em;
}
.normalul {
	list-style-type: disc;
	font-size: .85em;
	padding: 0 30px;
}
.section1 h3 {
	color: #c00;
	padding: 0 0 10px 10px;
	font-size: 1.2em;
	font-weight: bold;
}
.section1 h3 input {
	width: 400px;
}
.section .inputcheck {
	width: 132px;
	padding: 0 0 0 10px;
	float: left;
	overflow: auto;
}
.section .inputcheck label {
	font-size: .85em;
}
.section .inputcheck2 {
	width: 500px;
	padding: 0 0 0 10px;
	float: left;
	overflow: auto;
}
.section .inputcheck2 label {
	font-size: .85em;
}
.section1 .inputcheck {
	width: 132px;
	padding: 0 0 0 10px;
	float: left;
	overflow: auto;
}
.section1 .inputcheck label {
	font-size: .85em;
}
.section1 .inputtextarea {
	padding: 0 0 0 10px;
}
.section1 .inputtextarea label {
	display: block;
	font-size: .85em;
	padding: 0 0 3px 0;
}
.section1 .inputtextarea label b {
	color: #d0b669;
}
.section1 .inputtextarea textarea {
	width: 565px;
	height: 120px;
	padding: 5px;
	font-size: .85em;
}
.checkboxes {
	width: 180px;
	float: left;
	padding-left: 10px;
}
.checkboxes h5 {
	color: #d0b669;
	font-size: .85em;
	margin: 0;
	padding: 0;
}
#maincontents .section1 .checkboxes p {
	padding: 6px 0 0 2px;
	margin: 0;
	font-size: .85em;
}
#maincontents .section1 .checkboxes p label {
	padding: 0 0 0 2px;
}
.warning {
	border: 1px solid #c00;
	margin: 5px 0;
	padding: 5px;
	color: #c00;
	width: 592px;
}
.message {
	border: 1px solid #ccc;
	margin: 5px 0;
	padding: 5px;
	width: 592px;
	background: #efefef;
}
/* autocomplete */

ul.autocompleter-choices {
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #eee;
	background-color:		white;
	border-right-color:		#ddd;
	border-bottom-color:	#ddd;
	text-align:				left;
	font-size: 				.7em;
	z-index:				50;
	width: 					250px;
}
ul.autocompleter-choices li {
	position:				relative;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	margin-top:				-2px;
	cursor:					pointer;
	font-weight:			normal;
	font-size:				1em;
	line-height:			1.5em;
}
ul.autocompleter-choices li.autocompleter-selected {
	background-color:		#444;
	color:					#fff;
}
ul.autocompleter-choices span.autocompleter-queried {
	font-weight:			bold;
}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color:					#9FCFFF;
}
/* upload slika */

.upload_slika {
	width: 550px;
	margin: 10px;
	border: 1px solid #fff;
	border-collapse: collapse;
}
.upload_slika td {
	font-size: .85em;
	padding: 2px;
	border: 1px solid #fff;
}
.upload_slika th {
	font-size: .85em;
	padding: 2px;
	border: 1px solid #fff;
}
/* plb */

.pregled_podaci {
	width: 330px;
	float: left;
}
.pregled_slike {
	width: 240px;
	padding: 0 10px;
	float: right;
}
.pregled_podaci table {
	width: 300px;
	margin-left: 10px;
	border-collapse: collapse;
}
.pregled_podaci table td {
	font-size: .85em;
	padding: 1px 3px;
	border: 1px solid #fff;
	background: #efefef;
}
.pregled_linkovi_back {
	width: 250px;
	float: right;
	text-align: left;
}
.pregled_linkovi_back a {
	font-size: .85em;
	display: block;
	padding: 6px 2px 12px 36px;
}
#plb1 {
	background: transparent url("images/pregled_oglasa_tel_button.gif") no-repeat left top;
}
#plb2 {
	background: transparent url("images/pregled_oglasa_edit_button.gif") no-repeat left top;
}
#plb3 {
	background: transparent url("images/pregled_oglasa_car_button.gif") no-repeat left top;
}
.ph4 {
	padding: 10px 10px 0 10px;
}
.myads_linkbox {
	width: 600px;
	overflow: auto;
	clear: both;
}
.myads_pages {
	width: 180px;
	float: left;
	font-size: .85em !important;
}
.myads, .pitads {
	width: 580px;
	margin: 10px;
	clear: both;
}
#reporttable.myads {
	border-collapse: separate;
	width: 800px;
	margin: 10px 0 10px 1px;
}
#reporttable.myads td {
	border: 1px solid #eee !important;
	padding: 5px;
}
#reporttable.myads .odd td {
	border: 1px solid #fff !important;
}
#reporttable.myads td.leftd {
	text-align: left !important;
}
#reporttable.myads td.centd {
	text-align: center !important;
}
#reporttable.myads td.same {
	width: 100px !important;
}
#reporttable.myads .reporthead td {
	font-weight: bold;
	background: #ccc;
}
#reporttable.myads .reporthead2 td {
	font-weight: bold;
	background: #ddd;
}
.myads td, .pitads td {
	text-align: center;
	font-size: .85em;
 border: 1px solid $fff;
}
td.myads_pic, .pitads_pic {
	width: 90px;
	padding: 4px;
}
td.myads_naslov {
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}
td.myads_naslov a {
	font-weight: bold;
	color: #c00;
	font-size: 1.15em;
}
.myads_edit {
	width: 80px;
}
.myads_id {
	width: 80px;
}
.myads_kill {
	text-align: right;
	width: 80px;
}
#widecontents p.listads_found {
	font-weight: bold;
	font-size: 1.2em;
	color: #c00;
}
.listads_pages {
	float:right;
	width:700px;
	text-align:right;
	padding-right:15px;
}
.listads_pages a {
	padding: 1px 3px;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	background: #f5f0d9;
	color: #333;
	font-family:georgia, garamond, serif;
	color:#3b3b3b;
}
.listads_pages strong, .listads_pages a:hover {
	padding: 1px 3px;
	background: #fff;
	font-family:georgia, garamond, serif;
	color: #333;
	font-weight: normal;
	font-size: 13px;
}
.listads {
	width: 802px;
	clear: both;
}
.listads th, .pitads th {
	text-align: right;
	padding: 10px;
	font-size: .85em;
	background: #efefef;
}
th.rth {
	text-align: left;
	padding: 10px;
	font-size: .85em;
	background: #efefef;
}
.noorder {
	background: #efefef url("images/noorder.gif") no-repeat 0px 4px;
	padding-left: 12px;
}
.orderdn {
	background: #efefef url("images/orderdn.gif") no-repeat 0px 4px;
	padding-left: 12px;
}
.orderup {
	background: #efefef url("images/orderup.gif") no-repeat 0px 4px;
	padding-left: 12px;
}
.listads td, .pitads.td {
	text-align: center;
	font-size: .85em;
 border: 1px solid $fff;
	padding: 5px;
	vertical-align: top;
}
.odd td {
	background: #efefef;
}
.nodd td {
	background: #fff;
}
td.listads_pic {
	width: 90px;
	font-size: 0;
	line-height: 0;
}
td.listads_pic img {
	width: 90px;
	height: 68px;
	padding: 3px;
}
td.listads_naslov {
	text-align: left;
}
td.listads_naslov a {
	font-weight: bold;
	color: #c00;
	font-size: 1.15em;
}
td.listads_kilometri {
	padding: 10px 10px 0 20px;
	font-size: .9em;
	font-weight: bold;
	text-align: right;
}
td.listads_proizvodnja {
	padding: 10px 10px 0 20px;
	font-size: .9em;
	font-weight: bold;
	text-align: right;
}
td.listads_cijena {
	padding: 10px 10px 0 20px;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
}
td.listads_kilometri span.id {
	display: block;
	font-weight: normal;
	padding-top: 10px;
	font-size: .95em;
}
/* 1 oglas!!! */

#maincontents .oglas {
	background: #fff;
	width: 604px;
	float: left;
	margin-bottom: 10px;
	position: relative;
}
.oglas_slike {
	width: 240px;
	float: left;
}
.oglas_podaci {
	width: 353px;
	padding: 0;
	float: right;
}
.oglas_podaci h2 {
	color: #c00;
	font-size: 1.4em;
}
.oglas_tabs {
	background: #fff url("images/tab_bottom.gif") repeat-x left bottom;
	width: 100%;
	overflow: auto;
}
.oglas_tabs a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: .85em;
	padding: 5px 14px;
	margin: 0;
	margin-right: 4px;
}
.oglas_tabs span {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: .85em;
	padding: 5px 14px;
	margin: 0;
	margin-right: 4px;
	border: 0;
	border-bottom: 1px solid #ccc;
	border-top: 2px solid #fff;
	background: #efefef;
	color: #999; /* later */
}
.oglas_tabs a.on {
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #fff;
	padding-top: 6px;
	padding-bottom: 6px
}
.oglas_tabs a.on:hover {
	color: #000; /* later */
}
.oglas_tabs a.off {
	border: 0;
	border-bottom: 1px solid #ccc;
	border-top: 2px solid #fff;
	background: #efefef;
	color: #999; /* later */
}
.oglas_tabs a.off:hover {
	color: #999; /* later */
}
.oglas_details {
	padding: 9px;
	border: 1px solid #ccc;
	border-top: 0;
}
.oglas_finance {
	padding: 9px;
	border: 1px solid #ccc;
	border-top: 0;
	font-weight:normal;
	font-size:11px;
}
#oglas_details .kredit {
	font-weight:normal;
}
.submit_fin {
	border:1px solid #CFCFCF;
	margin-left:55px;
	margin-top:10px;
}
.biraj {
	width:143px;
	height:18px;
	border:1px solid #ccc;
}
.reza {
	width:143px;
	height:18px;
	background-color:#f4f4f4;
	border:0px;
}
.klik {
	width:143px;
	height:18px;
	background-color:#D0B669;
	border:none;
	color:#fff;
}
.krediti_naslov {
	color:#D0B669;
	font-weight:bold;
font-size:26px !iportant;
}
.izaberi {
	width:80px;
	text-align:right;
}
#oglas_cijena {
	background: #efefef;
	padding: 3px 0 3px 10px;
	border: 0;
	margin: 10px 0;
}
#oglas_cijena strong {
	font-size: 1.4em;
}
#oglas_cijena span {
	font-weight: bold;
	color: #999;
	padding-left: 4px;
	padding-right: 3px;
	vertical-align: 0;
}
.oglas_details table th {
	text-align: left;
	font-size: .85em;
	width: 100px;
	color: #D0B669;
}
.oglas_details span.idoglasaspan {
	float: right;
	color: #D0B669;
}
.oglas_details span.idoglasaspan b {
	color: #000;
}
.oglas_details table td {
	text-align: left;
	font-size: .85em;
	font-weight: bold;
}
.oglas_details h3 {
	color: #c00;
	font-size: .9em;
	margin: 0;
	padding: 4px;
}
.oglas_details h4 {
	color: #000;
	background: #efefef;
	font-size: .85em;
	margin: 8px 0;
	padding: 4px;
}
#maincontents .oglas_details p {
	padding: 0;
	margin: 4px;
}
.oglas_top_links {
	width: 240px;
	overflow: auto;
	display: inline;
}
.oglas_top_links a {
	display: block;
	float: left;
	background: #efefef;
	width: 49px;
	margin-right: 1px;
	color: #666;
	padding: 5px 0px 5px 30px;
	text-decoration: none;
	font-size: .85em;
	text-align: left;
	position: relative;
	border-bottom: 5px solid #fff;
}
.oglas_top_links #otl_send {
	background: #efefef url("images/icon_posalji.gif") no-repeat 5px 4px;
	width: 59px;
}
.oglas_top_links #otl_park {
	background: #efefef url("images/icon_zastava.gif") no-repeat 4px 4px;
	width: 49px;
}
.oglas_top_links #otl_prnt {
	background: #efefef url("images/icon_ispisi.gif") no-repeat 5px 4px;
	width: 39px;
	margin-right: 0;
}
.oglas_top_links a:hover {
	background-color: #ddd !important;
	color: #c00;
}
.oglas_top_links_logged {
	width: 100%;
	overflow: auto;
	margin-bottom: 5px;
}
.oglas_top_links_logged a {
	display: block;
	float: left;
	background: #efefef;
	width: 69px;
	margin-right: 1px;
	color: #666;
	padding: 5px 0px 5px 30px;
	text-decoration: none;
	font-size: .85em;
	text-align: left;
}
#otl_back {
	background: #efefef url("images/icon_natrag.gif") no-repeat 0 3px;
}
#otl_ured {
	background: #efefef url("images/icon_uredi_oglas.gif") no-repeat 3px 3px;
}
#otl_slik {
	background: #efefef url("images/icon_uredi_slike.gif") no-repeat 3px 3px;
}
#otl_deak {
	background: #efefef url("images/icon_deaktiviraj.gif") no-repeat 3px 2px;
}
#otl_kill {
	background: #efefef url("images/icon_izbrisi_oglas.gif") no-repeat 3px 3px;
}
#otl_prin {
	background: #efefef url("images/icon_ispisi.gif") no-repeat 6px 4px;
	padding-left: 35px;
	margin-right: 0;
}
.oglas_top_links_logged a:hover {
	background-color: #ddd !important;
	color: #c00;
}
.oglas_slike h2 {
	color: #c00;
	font-size: .9em;
	margin: 0;
	padding: 10px 0 4px 0;
}
.oglas_slike table {
	background: #efefef;
	width: 100%;
}
.oglas_slike table td {
	padding: 5px 0;
	/*border-bottom: 1px solid #fff;*/
	text-align: left;
	font-size: .85em;
	font-weight: bold;
	vertical-align: top;
}
.oglas_slike table th {
	vertical-align: top;
	text-align: left;
	font-size: .85em;
	width: 100px;
	color: #D0B669;
}
.oglas_slike input {
	width: 150px;
}
.oglas_slike textarea {
	width: 152px;
	height: 100px;
}
#maincontents .oglas_slike p {
	padding: 0;
	margin: 4px 0;
}
#maincontents .izbor {
	background: #fff;
	width: 604px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
#maincontents .izbor td {
	padding: 2px;
}
.top_ponuda {
	display: block;
	float: left;
	width: 125px;
	padding: 10px 10px 0 10px;
	text-decoration: none;
	text-align: center;
	font-size: .8em;
	color: #D0B669;
	font-weight: bold;
}
.top_ponuda img {
	padding: 5px;
	border: 1px solid #ccc;
	width: 85px;
	height: 55px;
}
.killreq .req {
	color: #333 !important;
	font-weight: normal !important;
}
.killreq .inputbox2 {
	width: 125px !important;
	padding: 7px 0 0 15px !important;
	height: 38px !important;
}
.killreq .inputboxGrad {
	width: 125px !important;
	padding: 7px 0 0 15px !important;
	height: 38px !important;
}
.disabled {
	color: #fff;
	background: #c00;
	font-size: .85em;
	padding: 10px;
	margin-bottom: 10px;
}
.disabled a {
	color: #fff;
}
.disabled a:hover {
	color: #000;
}
.logotip {
	border: 1px solid #d7d7d7;
	padding: 5px;
	margin: 5px 0;
	text-align: center;
	clear: both;
	font-size: 0;
}
.recommend {
	padding: 5px 0 !important;
	color: #c00;
	clear: both;
	text-align: center;
}
#albums_thumbs {
	width: 240px;
	height: 55px;
	overflow: auto;
	padding: 0;
	background: #eae3cf;
}
#albums_thumbs img {
	margin: 0 1px 0 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0;
	width: 70px;
	height: 51px;
}
#albums_thumbs .scroller_a {
	display: block;
	float: left;
	width: 13px;
	height: 55px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}
#albums_thumbs .lefta {
	background: #fff url("images/left_arrow.png") no-repeat left top;
}
#albums_thumbs .righta {
	background: #fff url("images/right_arrow.png") no-repeat left top;
}
#albums_thumbs_holder {
	height: 53px;
	width: 212px;
	overflow: hidden;
	float: left;
	margin: 1px 0;
	padding: 0;
	background: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#albums_thumbs_scroller {
	white-space: nowrap;
}
.oglas_kontakt {
	clear: both;
	background: #efefef;
	padding: 10px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}
.oglas_kontakt h2 {
	margin: 0 !important;
	padding: 0 0 5px 0 !important;
	font-size: .85em;
}
div.cponuda {
	padding: 5px 10px;
}
.cponuda a {
	font-weight: normal;
	font-size: .85em;
	display: block;
	background: transparent url("images/cponuda.png") no-repeat left top;
	padding: 1px 0 0 20px;
}
#tp_scroller {
	height: 110px;
	overflow: hidden;
	padding: 0;
	background: #eae3cf;
	border: 1px solid #EAE3CF;
}
#tp_scroller .tp_scroller_a {
	display: block;
	float: left;
	width: 16px;
	height: 110px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}
#tp_scroller .lefta {
	background: transparent url("images/scroll_left.gif") no-repeat 50% 50%;
}
#tp_scroller .righta {
	background: transparent url("images/scroll_right.gif") no-repeat 50% 50%;
}
#tp_scroller_holder {
	height: 110px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
}
#tp_scroller_scroller {
	white-space: nowrap;
	padding-left: 10px;
}
.top_ponuda_scroll {
	display: block;
	float: left;
	width: 102px;
	margin: 10px 10px 0 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	font-size: .8em;
	color: #D0B669;
	font-weight: bold;
}
.top_ponuda_scroll img {
	padding: 5px;
	border: 1px solid #ccc;
	width: 90px;
	height: 58px;
}
.izbor_small {
	float: right;
	padding: 5px 10px;
}
.izbor_small h4 {
	color: #c00;
	font-size: .85em;
	padding: 0 0 2px 0;
}
.izbor h4 {
	color: #c00;
	padding: 0 0 5px 0;
}
#chapa p label {
	width: 127px;
	display: block;
	float: left;
}
label.izaberi {
	font-weight: normal;
	display: block;
	color: #c00;
	font-size: .8em;
	padding: 10px 0 0 0;
}
.pitads td label.izaberi {
	font-weight: normal;
	display: block;
	color: #c00;
	font-size: 1em;
	padding: 0;
}
p.pretragalinks {
	padding: 0;
	margin: 0;
}
.pretragalinks a {
	color: #c00;
	font-weight: bold;
	font-size: 1em;
}
.pretragalinks a:hover {
	color: #333;
}
.paralel {
	border-top: 5px solid #fff;
}
.paralel td {
	font-size: .7em;
	font-weight: bold;
	width: 220px;
	padding: 2px 10px;
	vertical-align: top;
	border-left: 5px solid #fff;
}
.paralel td.nop {
	font-size: .8em;
	width: 240px;
	padding: 0;
	font-weight: normal;
}
.paralel td.d {
	background: #F8F7F2;
}
.paralel td.dpo {
	color: #c00;
	padding: 10px;
}
.paralel th {
	background: #efefef;
	width: 100px;
	font-weight: bold;
	color: #D0B669;
	text-align: right;
	padding: 2px 10px;
	vertical-align: top;
	font-size: .7em;
}
.paralel td h2 {
	color: #c00;
	font-size: 1.2em;
	padding-bottom: 6px;
}
.paralel td span.Dima {
	font-weight: normal;
}
.paralel td span.Dnema {
	font-weight: normal;
	color: #ccc;
}
#last10 h6 {
	color: #c00;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	font-size: .85em;
	padding: 3px;
}
#last10 table td {
	vertical-align: top;
	font-size: .8em;
	padding: 3px;
}
#last10 table td a {
	color: #c00;
	font-weight: bold;
}
#last10 table td a:hover {
	color: #333;
}
#last10 table td input {
	margin-top: 3px;
}
#last10 p {
	margin: 0;
	padding: 5px;
	border-top: 1px dashed #ccc;
	text-align: center;
}
.sendf {
	font-size: 1.1em;
}
.sendf h2 {
	color: #c00;
	margin: 0;
}
.sendf table {
	background: #efefef;
	width: 100%;
	padding: 20px 0;
}
.sendf table td {
	padding: 5px 0;
	/*border-bottom: 1px solid #fff;*/
	text-align: left;
	font-size: .8em;
	font-weight: bold;
	vertical-align: top;
	padding: 2px 5px;
}
.sendf table th {
	vertical-align: top;
	text-align: right;
	font-size: .8em;
	width: 150px;
	padding: 2px 5px;
}
.sendf input {
	width: 200px;
}
.sendf textarea {
	width: 200px;
	height: 100px;
}
a.npon {
	color: #000;
	text-decoration: none;
}
#maincategories {
	width:747px;
	margin-top:10px;
	margin-left:20px;
	position:relative;
	float:left;
	margin-bottom:20px;
}
#maincategories h4 {
	padding-top:20px;
	padding-bottom:5px;
	color:#9f8e76;
	font-size:14px;
}
#slavecategories {
	width:920px;
	margin-top:10px;
	margin-left:20px;
	position:relative;
	float:left;
	font-size:12px;
	overflow:hidden;
}
#naslovici {
	color:#BB2856;
	font-family:georgia, garamond, serif;
	font-size:17px;
}
#categories {
	width:128px;
	color:#9f8e76;
	font-family:georgia, garamond, serif;
	font-size:15px;
	float:left;
	margin-right:8px;
	margin-top:20px;
	border:1px solid #c8bea3;
	padding:5px;
	height:170px;
	position:relative;
}
#categories .thumb {
	width:120px;
	height:90px;
	padding:4px;
	background:#efe7d2;
	text-align:center;
	vertical-align:middle;
}
#maincategories .search {
	float:left;
	position:relative;
	font-size:12px;
	width:420px;
}


#maincategories INPUT {
	border:none;
	background:#d6ceba;
	padding-top:3px;
	margin-bottom:3px;
	
	width:176px;
}
#maincategories SELECT {
	background:#d6ceba;
	border:none;
	margin-bottom:3px;
	height:20px;
	width:178px;
}
#maincategories .dob {
	width:87px;
	height:20px;
}
#maincategories .stil {
	margin-top:7px;
}
#maincategories .inputcheck {
	float:left;
	position:relative;
	width:160px;
}
#maincategories LABEL {
	width: 90px;
	float:left;
	padding-right:5px;
	position:relative;
	text-align:right;
}
#categories .thumb img {
	text-align:center;
	vertical-align:bottom;
	position:relative,
}
#maincategories .button {
	float:left;
	position:relative;
	margin-left:120px;
}
#maincategories .but {
	background:#c8bea3;
	padding:3px;
	border:none;
	cursor:hand;
	color:#bb2856;
}
#maincategories #categories .text {
	font-size:11px;
	color:#000;
	line-height:1.7em;
}
#maincategories h1 {
	color:#9f8e76;
	font-family:georgia, garamond, serif;
	font-size:15px;
}
#maincategories h2 {
	font-family:georgia, garamond, serif;
	font-size:15px;
	color:#9f8e76;
	font-weight:bold;
}
#maincategories .desni {
	float:left;
	position:relative;
	width:285px;
	height:165px;
	border:1px solid #9d8c74;
	padding:10px;
	margin-bottom:20px;
}
#maincategories .lijevo_dole {
	float:left;
	position:relative;
	width:380px;
	height:322px;
	border:1px solid #9d8c74;
	padding:10px;
	margin-bottom:20px;
}
#maincategories .desno_dole {
	float:left;
	position:relative;
	width:285px;
	height:322px;
	border:1px solid #9d8c74;
	padding:10px;
	margin-bottom:20px;
	margin-left:18px;
}
#week_album {
	width:750px;
	position:relative;
}
#week_album .thumb {
	border:5px solid #efece4;
}
#week_album .week_image {
	float:left;
	width:440px;
}
#week_album .week_desc {
	float:left;
	width:300px;
}
#week_album h1 {
	color:#9f8e76;
	font-family:georgia, garamond, serif;
	font-size:15px;
	position:relative;
	text-decoration:none;
}
#week_album h1:hover {
	color:#bb2856;
	font-family:georgia, garamond, serif;
	font-size:15px;
	position:relative;
	text-decoration:none;
}
#week_album .week_dots {
	background-image:url("images/dot.gif");
	background-repeat: repeat-x;
	height:3px;
}
#week_album .gold {
	font-size:11px;
	color:#9f8e76;
	line-height:1.7em;
}
.gold {
	color:#9f8e76;
}
#week_album .text {
	font-size:11px;
	color:#000;
	line-height:1em;
}
#week_album .opis {
	font-size:12px;
	color:#000;
	line-height:1.5em;
}
#dots {
	background-image:url("images/dot.gif");
	background-repeat: repeat-x;
	height:3px;
	width:740px;
	position:relative;
	float:left;
	margin-top:8px;
	margin-bottom:8px;
}
#line {
	background-image:url("images/line.gif");
	background-repeat: repeat-x;
	height:3px;
	width:740px;
	position:relative;
	float:left;
	padding-bottom:8px
}
#showroom {
	width:380px;
	height:222px;
	position:relative;
	float:left;
	padding:15px;
	background-image:url("images/showroom.gif");
}
#showroom h1 {
	color:#fff;
	font-family:georgia, garamond, serif;
	font-size:16px;
	padding-bottom:10px;
}
#showrooms{
	float:left;
	width:120px;
}
#naj_albumi {
	width:750px;
	position:relative;
	float:left;
}
#naj_albumi h1 {
	color:#9f8e76;
	font-family:georgia, garamond, serif;
	font-size:15px;
}
#naj_albumi #naj_album {
	width:120px;
	color:#9f8e76;
	font-family:georgia, garamond, serif;
	font-size:15px;
	float:left;
	margin-right:25px;
	margin-top:10px;
}
#naj_album .title {
	color:#9f8e76;
	font-family:georgia, garamond, serif;
	font-size:15px;
	text-decoration:none;
}
#naj_album .title:hover {
	color:#bb2856;
	font-family:georgia, garamond, serif;
	font-size:15px;
	text-decoration:none;
}
#naj_album .thumb {
	width:120px;
	height:100px;
}
#naj_album .text {
	font-size:11px;
	color:#000;
	line-height:1.7em;
}
#novi_albumi {
	width:750px;
	float:left;
	padding-bottom:20px;
}
#novi_albumi h1 {
	color:#9f8e76;
	font-family:georgia, garamond, serif;
	font-size:15px;
}
#novi_albumi #novi_album {
	width:130px;
	color:#9f8e76;
	font-family:georgia, garamond, serif;
	font-size:15px;
	float:left;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:5px;
}
#novi_album .thumb {
	width:120px;
	height:90px;
	background:#efece4;
	padding:3px;
	text-align:center;
}
#novi_album .title {
	color:#9f8e76;
	font-family:georgia, garamond, serif;
	font-size:15px;
	text-decoration:none;
}
#novi_album .title:hover {
	color:#bb2856;
	font-family:georgia, garamond, serif;
	font-size:15px;
	text-decoration:none;
}
#novi_album .text {
	font-size:11px;
	color:#000;
	line-height:1.7em;
}
#novi_korisnici {
	width:740px;
	float:left;
	padding-bottom:20px;
}
#novi_korisnici h1 {
	color:#9f8e76;
	font-family:georgia, garamond, serif;
	font-size:15px;
}
#novi_korisnici #novi_korisnik {
	width:120px;
	color:#9f8e76;
	font-family:georgia, garamond, serif;
	font-size:15px;
	float:left;
	margin-right:28px;
	margin-top:10px;
}
#novi_korisnik .thumb {
	width:120px;
	height:120px;
	background:#efece4;
	padding:3px;
	text-align:center;
}
#novi_korisnik .text {
	font-size:11px;
	color:#000;
	line-height:1.7em;
}
#banner_1 {
	width:300px;
	height:250px;
	float:left;
	text-align:right;
	border:1px solid #c8bea3;
	margin-left:28px;
}
/* oglasavanje */

/* mojzilla */

#mojzilla_search {
	padding: 5px;
	text-align: right;
	background: #efefef;
}
#mojzilla_search .radio {
	vertical-align: text-bottom;
	margin-left: 5px;
}
#mojzilla_search #Obd {
	padding: 0 5px;
}
#mojzilla_search #Obd b {
	font-size: 1.5em;
}
.mojzilla_po {
	font-size: 1.2em;
	font-weight: bold;
	color: #c00;
}
.disableda, .disableda:hover {
	color: #999 !important;
}
.agent {
	float: left;
	font-size: .85em;
	width: 260px;
	padding: 0 0 0 10px;
}
.agentlinks {
	float: left;
	font-size: .85em;
	width: 240px;
	padding: 0 0 0 10px;
	padding: 0;
}
.agentlinks a {
	color: #c00;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.agentlinks a:hover {
	color: #000;
}
.agenttime {
	text-align: center;
	float: left;
	padding: 0 0 0 10px;
	width: 60px;
	font-size: .85em;
	font-weight: bold;
}
#registerabout {
	padding: 5px;
	background: #F1C4AF;
	font-size: .85em;
}
#registerabout em {
	color: #888;
}
a.erra {
	color: #fff;
}
a.erra:hover {
	color: #ccc;
}
/* autosaloni */

.autosalon {
	width: 562px;
	padding: 10px;
	margin: 10px;
	clear: both;
	background: #fff url("images/autosalonback.png") repeat-x 0 0;
	height: 80px;
	border-bottom: 1px solid #efefef;
}
.autosalon .autosalon_logo {
	float: left;
	width: 120px;
	padding-right: 10px;
}
.autosalon .autosalon_podaci {
	float: left;
	font-size: .85em;
	width: 260px;
}
.autosalon .autosalon_link {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	padding-bottom: 3px;
	color: #c00;
}
.autosalon .autosalon_all {
	float: right;
	width: 150px;
	height: 20px;
	padding: 50px 5px 0 0;
	margin: 0;
	text-align: right;
	line-height: 1em;
}
.autosalon .autosalon_all a {
	font-size: .85em;
	color: #000;
	text-decoration: none;
}
.autosalon .autosalon_all a:hover {
	color: #c00;
}
/* listinglogotip */

.listinglogotip {
	float: right;
	margin: 10px 10px 0 10px;
	padding: 2px;
	border: 1px solid #efefef;
	background: #fff;
	font-size: 0;
}
.listingonesalonpaging {
	clear: both;
	height: 33px;
}
.listing_autosalon_podaci {
	float: left;
	font-size: .85em;
	width: 350px;
	padding: 10px 0 0 10px;
}
.listing_autosalon_podaci .autosalon_link {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	padding-bottom: 3px;
	color: #c00;
}
/* tiny search */

#tiny_search {
	border: 1px solid #ccc;
	margin-bottom: 4px;
	width: 133px;
	overflow: hidden;
}
#tiny_search .tiny_searchbox {
	padding: 2px 0 2px 5px;
	float: left;
	width: 60px;
	height: 35px;
}
#tiny_search .tiny_searchbox label {
	font-size: 10px;
	display: block;
}
#tiny_search .tiny_searchbox select {
	font-size: 10px;
	width: 58px;
	border: 1px solid #d7d7d7;
	padding: 1px;
}
#tiny_search .tiny_searchbox input {
	font-size: 10px;
	width: 120px;
}
#tiny_search .tiny_searchbox_bottom button {
	background: #D0B669;
	padding: 3px 10px;
	width: 123px;
	margin: 2px 5px 6px 5px;
	border: 0;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
}
#tiny_search .tiny_searchbox_bottom span {
	font-size: 10px;
	color: #666;
	line-height: 10px;
	display: block;
	text-align: center;
	padding: 0 0 8px 0;
}
#tiny_search .tiny_searchbox_bottom span b {
	color: #c00;
}
#tiny_search .not_so {
	clear: both;
	width: auto;
}
#tiny_search .not_so label {
	width: 122px;
}
#tiny_search .not_so select {
	width: 122px;
}
#tiny_search .not_so div {
	width: 122px;
}
/* toporder */

#toporder .isticanje_oglasa {
	background: #EADEBB url("images/sat.gif") no-repeat 0 64px;
	margin-bottom: 0;
	padding-bottom: 10px;
}
#toporder .isticanje_oglasa .error {
	padding: 15px !important;
	margin: 25px 25px 10px 120px;
}
#toporder .isticanje_oglasa .error a:hover {
	color: #fff;
}
#toporder .pzir {
	clear: both;
	font-weight: bold;
	font-size: .85em;
	padding-top: 10px !important;
}
.toplisting td {
	background: #F9C6A6;
	border-bottom: 1px solid #efefef;
}
.helpdesk {
	background: #FAFAFA url("images/helpdesk.png") no-repeat 0px 25px;
	border: 1px solid #ccc;
	color: #665004;
	font-size: 11px;
	line-height: 12px;
	padding: 8px;
	margin: 0 0 10px 0;
}
.helpdesk h3 {
	font-size: 12px;
	width: 100%;
	padding: 0 0 124px 0;
}
.helpdesk a {
	color: #665004;
	text-decoration: underline;
}
.helpdesk h4 {
	padding-top: 12px;
}
.usplinks {
	padding: 20px 0;
}
.usplinks p {
	padding: 0 0 10px 0;
}
.usplinks p a {
	color: #c00;
	font-weight: bold;
}
/* tekstovi */

#maincontents .maincontents .nicepage * {
	font-size: 12px;
}
#maincontents .maincontents .nicepage {
	padding: 20px;
}
#maincontents .maincontents .nicepage p {
	margin: 0 0 15px 0;
	padding: 0;
}
#maincontents .maincontents .nicepage h1, #maincontents .maincontents .nicepage h1 * {
	font-size: 24px !important;
	margin: 15px 0 !important;
	padding: 0 !important;
}
#maincontents .maincontents .nicepage h2, #maincontents .maincontents .nicepage h2 * {
	font-size: 20px !important;
	margin: 15px 0 !important;
	padding: 0 !important;
}
#maincontents .maincontents .nicepage h3, #maincontents .maincontents .nicepage h3 * {
	font-size: 16px !important;
	margin: 15px 0 !important;
	padding: 0 !important;
}
#maincontents .maincontents .nicepage h4, #maincontents .maincontents .nicepage h4 * {
	font-size: 14px !important;
	margin: 15px 0 !important;
	padding: 0 !important;
}
#maincontents .maincontents .nicepage h5, #maincontents .maincontents .nicepage h5 * {
	font-size: 13px !important;
	margin: 15px 0 !important;
	padding: 0 !important;
}
#maincontents .maincontents .nicepage h6, #maincontents .maincontents .nicepage h6 * {
	font-size: 12px !important;
	margin: 15px 0 !important;
	padding: 0 !important;
}
#maincontents .maincontents .nicepage ul {
	padding: 5px 0 5px 40px;
}
#maincontents .maincontents .nicepage ol {
	padding: 5px 0 5px 40px;
}
#maincontents .maincontents .nicepage ul li {
	margin: 0 0 5px 0;
}
#maincontents .maincontents .nicepage ol li {
	margin: 0 0 5px 0;
}
#maincontents .maincontents .nicepage .prvi {
	margin-top: 0 !important;
}
/* mojzila tptl */

.toplp {
	background: #c00;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	padding: 0 2px 0 3px;
}
a.cal_a img {
	border: 0;
	vertical-align: top;
}
/* star rating */

.ratingblock {
	display:block;
	padding-bottom:8px;
	margin-bottom:8px;
}
.loading {
	height: 15px;
	background: url('images/working.gif') 50% 50% no-repeat;
}
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 15px;
	position: relative;
	background: url('images/starrating.gif') top left repeat-x;
}
.unit-rating li {
	text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;/* */
	}
.unit-rating li a {
	outline: none;
	display:block;
	width:15px;
	height: 15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover {
	background: url('images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit {
	left: 0px;
}
.unit-rating a.r1-unit:hover {
	width:15px;
}
.unit-rating a.r2-unit {
	left:15px;
}
.unit-rating a.r2-unit:hover {
	width: 30px;
}
.unit-rating a.r3-unit {
	left: 30px;
}
.unit-rating a.r3-unit:hover {
	width: 45px;
}
.unit-rating a.r4-unit {
	left: 45px;
}
.unit-rating a.r4-unit:hover {
	width: 60px;
}
.unit-rating a.r5-unit {
	left: 60px;
}
.unit-rating a.r5-unit:hover {
	width: 75px;
}
.unit-rating a.r6-unit {
	left: 75px;
}
.unit-rating a.r6-unit:hover {
	width: 90px;
}
.unit-rating a.r7-unit {
	left: 180px;
}
.unit-rating a.r7-unit:hover {
	width: 210px;
}
.unit-rating a.r8-unit {
	left: 210px;
}
.unit-rating a.r8-unit:hover {
	width: 240px;
}
.unit-rating a.r9-unit {
	left: 240px;
}
.unit-rating a.r9-unit:hover {
	width: 270px;
}
.unit-rating a.r10-unit {
	left: 270px;
}
.unit-rating a.r10-unit:hover {
	width: 300px;
}
.unit-rating li.current-rating {
	background: url('images/starrating.gif') left bottom;
	position: absolute;
	height: 15px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
.unvoted {
	float:left;
	padding-left:10px;
	width:280px;
}
.voted {
	color:#999;
	float:left;
	padding-left:10px;
	width:280px;
}
.thanks {
	color:#36AA3D;
}
.static {
	color:#5D3126;
}
.rat {
	float:right;
	padding:10px;
}
.strl {
	float:left;
	padding:10px;
}
.mid {
	float:left;
	padding-top:10px;
	padding-left:45px;
}
.klikslik {
	text-decoration: none;
	line-height: 1em;
}
.klikslik span {
	display: block;
	background: #eae3cf url("images/icon_povecalo.gif") no-repeat 2px 2px;
	border-top: 2px solid #fff;
	margin-bottom: 5px;
	font-size: .85em;
	padding: 3px 0 3px 30px;
}
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #333;
	cursor: pointer;
	z-index:900;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:1000;
}
#lbCenter {
	border: 1px solid #ccc;
}
#lbBottomContainer {
	border: 1px solid #ccc;
	border-top: 0;
}
.lbLoading {
	background: #fff url("images/loading.gif") no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	z-index:1000;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url("images/prevlabel.gif") no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url("images/nextlabel.gif") no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url("images/closelabel.gif") no-repeat center;
	margin: 5px 0;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
.tabela {
	float:left;
	width:410px;
}
#top10 {
	margin-left:20px;
	width: 750px;
	float: left;
	position:relative;
	font-size: .8em;
	overflow: hidden;
	padding-bottom:20px;
}
#top10 h1 {
	color:#9f8e76;
	font-family:georgia, garamond, serif;
	font-size:30px;
	font-weight:normal;
}
#top10 .sortiranje {
	float:left;
	margin-bottom:10px;
	margin-top:10px;
}
#top10 .box {
	float:left;
	position:relative;
	margin-top:7px;
	margin-bottom:7px;
}
#top10 .right {
	float:left;
	width:76px;
	background:url("images/top10.gif") no-repeat;
	font-family:georgia, garamond, serif;
	font-size:25px;
	color:#fff;
	text-align:right;
	padding-top:10px;
	padding-right:20px;
}
#top10 .left {
	float:left;
	width:597px;
	border:1px solid #c8bea3;
	padding:23px;
}
#top10 .thumb {
	float:left;
	position:relative;
}
#top10 h2 a {
	color:#9f8e76;
	font-family:georgia, garamond, serif;
	font-size:17px;
	font-weight:normal;
	float:left;
	padding-left:60px;
	text-decoration:none;
}
#top10 h2 a:hover {
	font-family:georgia, garamond, serif;
	font-size:17px;
	font-weight:normal;
	float:left;
	text-decoration:none;
	color:#bb2856;
}
#top10 .content {
	margin-top:5px;
	float:left;
	width:400px;
	padding-left:60px;
	color:#9f8e76;
	font-size:11px;
}
#top10 .info {
	float:left;
	width:400px;
	padding-left:60px;
	color:#9f8e76;
	font-size:11px;
	margin-top:5px;
}
#top10 .stats {
	float:left;
	background:#efece4;
	color:#9f8e76;
	margin-left:30px;
	padding-left:30px;
	padding-right:30px;
	margin-top:5px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:11px;
}
.naslovv {
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#bb2856;
	line-height:20px;
}
.pinki {
	color:#BB2856;
}
.album_thumbnail {
	position:relative;
	float:left;
	border:1px solid #bb2856;
	margin:5px;
	margin-bottom:20px;
	background:white;
	width:120px;
	height:90px;
}
.desy_frende {
float:right;
width:180px;
}
#maincategories .seljo{
background:#fff;
border:1px solid;
height:;}

#maincategories .seljo2{
}

#wrap {
	float:left;
	margin-left:25px;
	list-style: none;
}
.jcarousel-container {
    position: relative;
	
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
#wrap ul{
	list-style: none;
}
#wrap li {
	list-style: none;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 75px;
    height: 75px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-skin-tango .jcarousel-container {
	padding-top:15px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 120px;
    height: 430px;
	background: #eae3cf;
	text-align:center;
	
}


.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  120px;
    height: 430px;
}

.jcarousel-skin-tango .jcarousel-item {
    padding-left:5px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 120px;
    height: 13px;
    cursor: pointer;
    background: transparent url(images/next_vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
  	background: transparent url(images/next_vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
 	background: transparent url(images/next_vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
 }

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 13px;
    cursor: pointer;
    background: transparent url(images/prev_vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
	background: transparent url(images/prev_vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
	background: transparent url(images/prev_vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
}
.boziccc{ background: url(/images/lila-ng10viseci-gif.gif); height:119px; width:277px; position:absolute; left:466px; }
<br />
<b>Warning</b>:  include(izacoska_common_files/slimbox.css) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/home/crozilla_com/lilazilla/html/_css.php</b> on line <b>10</b><br />
<br />
<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening 'izacoska_common_files/slimbox.css' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in <b>/home/crozilla_com/lilazilla/html/_css.php</b> on line <b>10</b><br />
