img {border:none;}
/**
@author Vertazzar
@date 14.4.2010
@type css file for minisluts.net
*/

a {color:#BD53B6;text-decoration:none;outline-style:none;}
a:link {color:#BD53B6;text-decoration:none;}
a:visited {color:#BD53B6;text-decoration:none;}
a:hover {text-decoration:underline;}
a:focus {outline-style:none;}
a:active {outline-style:none;}
body{background:none repeat scroll 0 0 #FFDFE7;
color:#5E5E5E;
font:13px/18px Arial,Helvetica,sans-serif;
margin:0;
padding:0;}
div, p, ul, h2, h3, img{padding:0px; margin:0px;}
ul{list-style-type:none;}
.clear-sve{clear:both;}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
.ovalna .hidden {text-align:center;margin:auto;}
 .leftaj ul li span:hover {background:#A2122F;}  .leftaj ul li span.active {background:#A2122F;}.leftaj ul {margin:10px;}
 .leftaj ul li {display:inline;font-size:17px;font-weight:700;margin-bottom:11px;
margin-right:10px;}
.leftaj {margin:auto;
text-align:center; }.rightaj {margin-bottom:20px;
margin-top:20px;}
.ovalna{margin:15px auto 0;width:800px;-webkit-border-radius:6px;-moz-border-radius:6px; }
.leftaj ul li span {cursor:pointer;color:white;padding:4px;background:#DF1B48;-webkit-border-radius:6px;-moz-border-radius:6px;margin-bottom:4px;}
.hidden {display:none;}
#rightaj_akcija {max-height:430px;}
.hidden img {max-height:250px;
max-width:550px;}
/* ----------- My Form ----------- */
.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}
.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
}
	/* ----------- basic ----------- */
	#basic{
		border:solid 2px #DEDEDE;
	}
	#basic h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#basic input{
		float:left;
		width:200px;
		margin:2px 0 30px 10px;
	}
	#basic button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}


	/* ----------- stylized ----------- */
	#stylized{
		border:solid 2px #b7ddf2;
		background:#ebf4fb;-moz-border-radius:6px;-webkit-border-radius:6px;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 20px 10px;
	}
	#stylized button{ 
		clear:both; 
		margin-left:150px;
		width:125px;
 
 
		text-align:center;
		line-height:31px;
 
		font-weight:bold;
	}
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
 
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/images/small/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(/images/small/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(/images/small/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(/images/small/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(/images/small/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'black-vert'
-------------------------------------- */
.cluetip-black-vert {
  background-color: transparent;
}
.cluetip-black-vert #cluetip-outer {
  border: 1px 1px 1px solid #333;
  position: relative;
  background:url('/images/small/trans85black.png') repeat transparent;color:#eeeeee;
}

.cluetip-black-vert h3#cluetip-title {
background-color:black;
color:#EEEEEE;
font-family:verdana;
font-size:12px;
font-weight:bold;
margin:0;
padding:2px 5px;
}

.cluetip-black-vert #cluetip-inner {
  padding: 6px;
  display: inline-block;width:96%;
}
.cluetip-black-vert div#cluetip-close { 
  text-align: right;
margin:2px;
  color:#eeeeee;
}
.cluetip-black-vert div#cluetip-close a {color:white;}
/* black-vert arrows */
 
  
.clue-right-black-vert .cluetip-arrows {
 
background:url("/images/small/tipsy.gif") no-repeat scroll 6px 50% transparent;
}
.clue-left-black-vert .cluetip-arrows {
background-position:right center;
background-image: url(/images/small/tipsy.gif);
background-repeat: no-repeat;
  left: 97.6%;

}
.clue-top-black-vert .cluetip-arrows {
background-image: url(/images/small/tipsy.gif);
background-position: bottom center;
background-repeat: no-repeat;
  top: 100%;
  left: 50%;

  height: 11px;
  width: 12px;  
}  
.clue-bottom-black-vert .cluetip-arrows {
background-image: url(/images/small/tipsy.gif);
background-position: top center;
background-repeat: no-repeat;
  

  height: 11px;
  width: 12px;
}


/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(/images/small/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(/images/small/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(/images/small/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(/images/small/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(/images/small/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(/images/small/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(/images/small/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(/images/small/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(/images/small/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(/images/small/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(/images/small/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(/images/small/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

/*----TOP PANEL----*/
#topPan{background:url("/images/banner.png") repeat-x scroll 0 0 transparent;
color:#FFFFFF;
height:158px;
margin:0 auto;
padding:0;
position:relative;}
#topPan img.logo{width:245px; height:37px; position:absolute; top:33px; left:43px;}
#topPan img.book{width:158px; height:99px; position:absolute; top:20px; right:46px;}

#topPan p{font-size:16px; padding:70px 0 0 43px;}

#topContactPan{height:51px;
position:absolute;
right:140px;
top:43px;
width:259px;}
#topContactPan p.callus{background:#0C71A4; color:#fff; width:64px; height:14px; line-height:14px; font-size:14px; font-weight:bold; text-transform:uppercase; padding:0px;}
#topContactPan p.no{font-size:26px; padding:4px 0 0;}

#topMenuPan{bottom:9px;
height:16px;
left:50px;
position:absolute;
width:790px;}
#topMenuLeftPan{width:69px; height:16px; float:left; background:url(/images/menu-leftbg.gif) 0 0 no-repeat;}
#topMenuMiddlePan{float:left;height:16px;}

#topMenuMiddlePan ul{height:16px;}
#topMenuMiddlePan ul li{width:120px; height:16px; border-right:1px solid #E5E5E5; float:left;}
#topMenuMiddlePan ul li a{width:120px; height:16px; display:block; background:#fff; color:#4A4A4A; font:10px/16px "Trebuchet MS",Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; text-align:center; text-transform:uppercase;}
#topMenuMiddlePan ul li a:hover{background:#fff; color:#0574AF; text-decoration:none;}
#topMenuMiddlePan ul li.home{background:#fff; color:#0574AF; text-decoration:none; font:10px/16px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-transform:uppercase;}
#topMenuMiddlePan ul li.contact{width:150px; border-right:1px solid #fff;}
#topMenuMiddlePan ul li.contact a{width:150px; height:16px; display:block; background:#fff; color:#4A4A4A; font:10px/16px "Trebuchet MS",Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; text-align:center; text-transform:uppercase;}
#topMenuMiddlePan ul li.contact a:hover{background:#fff; color:#0574AF; text-decoration:none;}

#topMenuRightPan{width:70px; height:16px; float:left; background:url(/images/menu-rightbg.gif) 0 0 no-repeat;}
/*----/TOP PANEL----*/
/*----BODY PANEL----*/
#bodyPan{margin:0 auto;
 
position:relative;
width:900px;}
/*----BODY LEFT PANEL----*/
#bodyLeftPan{ -moz-border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px;  
background:none repeat scroll 0 0 white;
border:1px solid #FFC2CE;
float:left;min-height:936px;
margin-right:0px;
padding:12px 10px 0;
width:539px;}
#bodyLeftPan h2{      color:#00111A; font:font:19px/19px Georgia,"Times New Roman",Times,serif;;}
#bodyLeftPan h2 span{background:#fff; color:#FD708B;}

#bodyLeftPan h3{  height:30px;   color:gray; font:17px/17px Georgia, "Times New Roman", Times, serif;}
#bodyLeftPan h3 span{background:#fff; color:#FD708B;}

#bodyLeftPan p{padding:7px 0 0;}
#bodyLeftPan p span{background:#fff; color:#FD708B; font-weight:bold;}

#bodyLeftPan ul{width:410px; margin:10px 0 0;}
#bodyLeftPan ul li{width:410px; height:20px;}
#bodyLeftPan ul li a{width:390px; height:20px; background:url(/images/button.gif) 0 6px no-repeat #fff; color:#1A1A1A; text-decoration:underline; padding:0 0 0 20px;}
#bodyLeftPan ul li a:hover{width:390px; height:20px; background:url(/images/button-hover.gif) 0 6px no-repeat #fff; color:#676363; text-decoration:underline;}

#bodyLeftPan p.more{background:#F3F3F3; color:#003D5C; width:410px; height:11px; margin:25px 0; padding:0px; line-height:11px; font-size:11px; }
#bodyLeftPan p.more a{display:block; width:44px; height:11px; background:#fff; color:#003D5C; text-decoration:none; margin:0 0 0 246px; line-height:11px; text-align:center; padding:0px; text-transform:uppercase;}
#bodyLeftPan p.more a:hover{display:block; width:44px; height:11px; background:#E0DEDE; color:#003D5C; text-decoration:none;}

#bodyLeftNextPan{width:410px; clear:both; padding:10px 0 0;}
#bodyLeftPan p.next{background:#F3F3F3; color:#003D5C; width:410px; height:11px; padding:0px; line-height:11px; font-size:11px; clear:both; }
#bodyLeftPan p.next a{display:block; width:44px; height:11px; background:#fff; color:#003D5C; text-decoration:none; margin:0 0 0 246px; line-height:11px; text-align:center; padding:0px; text-transform:uppercase;}
#bodyLeftPan p.next a:hover{display:block; width:44px; height:11px; background:#E0DEDE; color:#003D5C; text-decoration:none;}

#bookcatagories{width:410px; position:relative; margin:0 auto; padding:5px 0 0;}
#namePan{width:156px; float:left; background:url(/images/name-dot.gif) 100% 85% no-repeat #fff; color:#4F4F4F; font-size:14px; text-transform:uppercase;}
#nameonePan{width:156px; float:left;}
#nameonePan ul{width:156px;}
#nameonePan ul li{width:140px; height:20px; background:url(/images/arrow.gif) 0 6px no-repeat #fff; color:#03537D; padding:0 0 0 10px;}

#pricePan{width:106px; float:left; background:url(/images/price-dot.gif) 100% 85% no-repeat #fff; color:#4F4F4F; font-size:14px; text-transform:uppercase;}
#priceonePan{width:143px; float:left;}
#priceonePan ul{width:143px;}
#priceonePan ul li{width:133px; height:20px; background:url(/images/price-border.gif) 100% 50% no-repeat #fff; color:#00111A; line-height:20px; font-size:12px; font-weight:bold; padding:0 0 0 10px;}

#discountPan{width:126px; float:left; background:url(/images/discount-dot.gif) 100% 85% no-repeat #fff; color:#4F4F4F; font-size:14px; text-transform:uppercase; padding:0 0 0 12px;}
#discountonePan{width:110px; float:left;}
#discountonePan ul{width:110px;}
#discountonePan ul li{width:100px; height:20px; background:url(/images/dicount-border.gif) 100% 50% no-repeat #fff; color:#00111A; font-size:12px; font-weight:bold; padding:0 0 0 10px;}

/*----/BODY LEFT PANEL----*/
/*----BODY RIGHT PANEL----*/
#bodyRightPan{background:none repeat scroll 0 0 white;
border:none;
color:#1A1A1A; 
float:left;
padding:0 0 28px; -moz-border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0; 
width:328px;}
#bodyRightPan h2{ color:#00111A;
display:block;
font-size:24px;
margin:10px 8px 16px 0;
padding:0 0 0 10px;}
#bodyRightPan h2 span{  color:#FD708B;}

#bodyRightPan h3{width:195px; height:35px; display:block; border:1px solid #DADADA; background:#fff; color:#00111A; font:24px/34px Georgia, "Times New Roman", Times, serif; margin:6px 8px 0; padding:0 0 0 20px;}
#bodyRightPan h3 span{background:#fff; color:#FD708B;}

#bodyRightPan ul{ }
#bodyRightPan ul li{ }
#bodyRightPan ul li a{ }
#bodyRightPan ul li a:hover{ }

#bodyRightPan p{padding:0px 29px 0px 29px;}
#bodyRightPan p.boldtext{padding:10px 29px 0px; font-size:14px; background:#F3F3F3; color:#1A1A1A; font-weight:bold;}

#bodyRightPan p.more{background:#fff; color:#003D5C; width:175px; height:11px; margin:10px 29px 10px; padding:0px; line-height:11px; }
#bodyRightPan p.more a{display:block; width:44px; height:11px; background:#F3F3F3; color:#003D5C; text-decoration:none; margin:0 0 0 97px; font-size:11px; line-height:11px; text-align:center; text-transform:uppercase;}
#bodyRightPan p.more a:hover{display:block; width:44px; height:11px; background:#E0DEDE; color:#003D5C; text-decoration:none;}
/*----/BODY RIGHT PANEL----*/
/*----/BODY PANEL----*/
/*----FOOTER PANEL----*/
#footermainPan{ 
background:none repeat scroll 0 0 #FF3F6B;
border-bottom:4px solid #FD708B;
clear:both;font-size:11px;
color:LightPink;
margin-left:20px;
margin-right:20px;
 
padding:12px 0 0;}
html .ovalna  {
 
background:none repeat scroll 0 0 #FF406C;
border:1px solid #FD708B;}
#footerPan{font-family:verdana,arial;
margin:0 40px;
position:relative;}

#footerPan ul.we{float:none;
margin:0 auto;
padding-bottom:10px;
position:relative;
text-align:center;}

#footerPan ul.affi{margin:0 60px 0 auto;
padding-bottom:10px;
position:relative;
float:right;}
#footerPan li{float:none;display:inline; }
#footerPan ul li a{padding:0 10px 0;color:white;   text-decoration:none;}
#footerPan ul li a:hover{text-decoration:underline;}

.sdf {background:white;padding:4px;-moz-border-radius:6px;-webkit-border-radius:6px;}

 

#footerPanhtml{width:60px; height:13px; display:block; position:absolute; top:26px; left:260px;}
#footerPanhtml a{width:48px; height:11px; display:block; background:url(/images/blue-arrow.gif) 85% 60% no-repeat #fff; color:#4F4F4F; border:1px solid #DEDEDE; line-height:11px; font-size:11px; font-weight:bold; text-decoration:none; padding:1px 0 0 10px;}
#footerPanhtml a:hover{background:url(/images/gray-arrow.gif) 85% 60% no-repeat #fff; color:#4F4F4F;}

#footerPancss{width:50px; height:13px; display:block; position:absolute; top:26px; left:320px;}
#footerPancss a{width:40px; height:11px; display:block; background:url(/images/blue-arrow.gif) 35px 3px no-repeat #fff; color:#4F4F4F; border:1px solid #DEDEDE; line-height:11px; font-size:11px; font-weight:bold; text-decoration:none; padding:1px 0 0 10px; text-transform:uppercase;}
#footerPancss a:hover{background:url(/images/gray-arrow.gif) 35px 3px no-repeat #fff; color:#4F4F4F;}
#bodyPan .file_upload {width:400px;}
#form_upload_vise label {padding-top:5px;}
#slikahold {text-align:center;margin-left:9px;}
.a75px75px{height:93px;
 
width:93px;}
.randz {float:left;position:relative;
height:93px;margin:3px;
width:93px;}
#mm {margin:15px;}
.litegr {
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
background:none repeat scroll 0 0 #EEEEEE;
color:gray;
font-weight:bold;
padding:5px;
}

.darkgr {
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
background:none repeat scroll 0 0 gray;
color:#EEEEEE;
font-weight:bold;
padding:5px;
}.headerska {
border-bottom:2px solid #CCCCCC;
font-family:arial;
} #a table {
width:100%;
}.bdp {
border-bottom:1px solid #CCCCCC;
font-family:Verdana,tahoma,arial;
font-size:12px;background:white;
}.procitajpm {
border-left:1px solid #CCCCCC;
width:420px;
}.odkoga  {
border-left:1px solid #CCCCCC;
font-size:11px;
width:130px;
}.bdp .vrijeme {
border-left:1px solid #CCCCCC;
color:gray;
font-size:11px;
width:180px;
}
 .bdp .obrisi {
border-left:1px solid #CCCCCC;
text-align:center;
width:105px;
}
.profil_stranica .a75px75px{height:91px;
width:91px;}
.profil_stranica .randz{height:91px;
width:91px;}
.sizeba {
background:none repeat scroll 0 0 transparent;
padding:6px;
}
.float-right {float:right;}
.float-left {float:left;}
.nick-pm{float:right;margin-right:10px;}
.vrijeme-pma{ 
color:gray;
font-size:11px;
margin-left:10px;
margin-top:5px;}
.pm{border-bottom:2px solid #CCCCCC;
border-left:1px solid #CCCCCC;
margin-bottom:7px;background:white;
margin-top:5px;
padding-bottom:6px;}
.tekst {padding:7px 7px 0;word-wrap:break-word;}
.kontrole {font-size:10px;}
.cit_vijest_komt{margin-bottom:10px;width:350px;height:100px;}.kvot {
background:none repeat scroll 0 0 #FAFAFA;margin-bottom:5px;
border:1px dashed #CCCCCC;
color:#333333;font-size:11px;font-family:verdana,arial;
padding:7px;
}.odcit {font-size:10px;
color:#222222;
font-weight:bold;
margin-bottom:4px;
}

/* fejsboks */
#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
 
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
 
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;  background:url("/images/bkg-stopper.png") repeat scroll 0 0  transparent;
  left: 0px;
  height:100%;
  width:100%;
}
#nemajavascripta {  position: fixed;
  top: 0px;
  background:url("/images/bkg-stopper.png") repeat scroll 0 0  transparent;
  height:100%;
  width:100%;}
#iner-nema-js {margin:120px;text-align:center;background:white;border:10px solid #EEEEEE;opacity:1;padding:85px;color:black;font-size:29px;font-weight:bold;}
#iner-nema-js b {color:#0075FF;}
.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
/**/
#form_upload_vise input {width:230px;}
#loader-vertazzar {background:none repeat scroll 0 0 black;
border-color:#45A8DF;
border-style:none none solid solid;
border-width:0 0 2px 2px;
color:white;
font-size:20px;
padding:10px 25px;
position:fixed;
right:0;
top:0;}
#topContactPan a { -moz-border-radius:6px;-webkit-border-radius:6px;
background-color:#BD53B6;
color:white;
font-weight:bold;
padding:3px 5px;
text-decoration:none;
}
#topContactPan a:hover {background-color:black;}
#upozorenje {background:none repeat scroll 0 0 #F7CBCA;
border:1px solid #CC0000;
color:#CC0000;
font-weight:bold;
margin-bottom:10px;
padding:4px;
text-align:center;}
.block {display:block;}
h2.center {margin-top:6px;margin-bottom:6px;}
.red {color:red;}
.green {color:green;}
.dlikeicon{display:block;width:19px;height:19px;background-image:url('/images/sucks.png');}
.likeicon{display:block;width:19px;height:19px;background-image:url('/images/kewl.png');}
.aliked b {float:left;display:block;margin-left:10px;margin-bottom:10px;}
.aliked {margin:auto;
text-align:center;
width:100px;}
a.like {font-size:17px;color:green;font-weight:bold;}
a.dislike {font-size:17px;color:red;font-weight:bold;}
#guesser a {background:#BD53B6;font-weight:bold;margin:2px;padding:3px;color:white;}
#guesser a:hover {text-decoration:none;background:black;}
textarea { /*-moz-border-radius:4px;-webkit-border-radius:4px;*/
background:url("/images/gray_lines_echo.png") no-repeat scroll -713px -121px #FFFFFF;
border-color:#B0B0B0 #CCCCCC #CCCCCC;
border-right:1px solid #CCCCCC;
border-style:solid;
border-width:1px;
color:#333333;

font:12px/1.3em Helvetica,Arial,sans-serif;
 
margin:0 0 4px;
padding:3px;}

input[type=text], input[type=password], input[type=file] {/*-moz-border-radius:2px;-webkit-border-radius:2px;*/
background:url("/images/gray_lines_echo.png") no-repeat scroll -713px -121px #FFFFFF;
border-color:#B0B0B0 #CCCCCC #CCCCCC;
border-right:1px solid #CCCCCC;
border-style:solid;
border-width:1px;
color:#333333;
cursor:text;
font:12px/1.3em Helvetica,Arial,sans-serif;
margin:0 4px 4px 0;
padding:3px;
}
html .marg {display:block;
font-weight:bold;
line-height:1.1em;
margin:0.67em 0;
word-wrap:break-word;}
#ostavi_komentar_forma_handler h3 {font-size:17px;}
#banner-bkg { 
background:url("/images/mages/custom-theme/images/ui-bg_gloss-wave_75_ef1d52_500x100.png") repeat-x scroll 50% 90% #EF1D52;
float:left;
width:100%;
}
#banner-width {
margin:0 auto;
 position:relative;
width:940px;
}
#banner {
float:left;
width:940px;
}
#banner-logo {
float:left;
width:220px;
z-index:70;
}
h1#logo {
background:url("/images/newlogosrs.png") no-repeat scroll 0 0 transparent;
display:block;
height:54px;
margin:10px 0 0;
padding-top:10px;
text-indent:-9999em;
width:228px;
}
#member-podrucije {
-moz-border-radius:0 0 6px 6px;
/*background:none repeat scroll 0 0 #FF406C;*/
padding:7px;
position:absolute;
right:110px;-webkit-border-top-right-radius:0px;-webkit-border-top-left-radius:0px;-webkit-border-bottom-right-radius:6px;-webkit-border-bottom-left-radius:6px;
}
#lista-gore-profil li {
display:inline;
}
#user-meni a {
/*-moz-box-shadow:2px 1px 10px black;*/

background:none repeat scroll 0 0 transparent;
color:#FFCFDA;
font-family:arial;
font-size:13px;
font-weight:bold;
margin-left:7px;
padding:3px 5px;-moz-border-radius:6px;-webkit-border-radius:6px;
}
#user-meni a:hover { 
 background:none repeat scroll 0 0 white;
color:#FF4570;
text-decoration:none;}
#navigacija ul {
margin:auto;
padding:0;
}
#navigacija li {
color:white;
float:left;
font-family:Verdana;
font-size:12px;
font-weight:bold;
height:21px;
list-style:none outside none;
margin-left:5px;
}
#navigacija a {
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-webkit-border-bottom-left-radius:6px;
-webkit-border-bottom-right-radius:6px;
 
color:white;
font-family:Arial,sans-serif;
font-size:13px;
font-weight:700;
padding:5px 13px;
}
#navigacija a:hover {background:none repeat scroll 0 0 white;
color:#F02D5E;
text-decoration:none;-moz-border-radius:6px;-webkit-border-radius:6px;
}
.avidi #komentar_tekst {float:left;
height:70px;
margin-bottom:10px;
width:490px;}
.pocetna-str #komentar_tekst {
width:100%;
}
.qstats { 
padding-left:15px;
width:650px;}
html .marg3 {display:block;
font-weight:bold;
margin:1em 0;}
#budiprvicomm{margin-top:15px;}
#register-formular input[type=text] {font-size:17px;
width:280px;}
#register-formular input[type=password] {font-size:17px;
width:280px;}
#disclamer {/*font-size:11px;color:PowderBlue; padding-bottom:7px;text-align:center;*/}
.copyright {border-top:1px solid #FD708B;padding-top:5px;}
.randz .af {position:absolute;-moz-border-radius:6px;-webkit-border-radius:6px;bottom:0;right:22px;color:green;background:black;padding:2px;}
.randz .afg {position:absolute;-moz-border-radius:6px;-webkit-border-radius:6px;bottom:0;right:1px;color:red;background:black;padding:2px;}
.pointer {cursor:pointer;}
#guesser h3 {color:gray;
font:17px/17px Georgia,"Times New Roman",Times,serif;}
/* IRONY */
.navi-left {position:fixed;color:gray;right:0;border:1px solid black;bottom:400px;background:none repeat scroll 0 0 #A2122F;padding:10px 5px 10px 10px;}
.navi-right {position:fixed;left:0;color:gray;border:1px solid black;bottom:400px;background:none repeat scroll 0 0 #A2122F;padding:10px 10px 10px 5px;}
.navi-right a, .navi-left a {font-family:tahoma;
font-size:20px;color:white;
font-weight:bold;}
.navi-right a {background-image:url("/images/pdalje.png");
display:block;
height:32px;
text-indent:-9999em;
width:32px;}
.navi-left a {background-image:url("/images/dalje.png");
display:block;
height:32px;
text-indent:-9999em;
width:32px;}
#navigacija { 
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;-webkit-border-top-right-radius:6px;-webkit-border-top-left-radius:6px;
background:url("/images/mages/custom-theme/images/ui-bg_glass_45_e86989_1x400.png") repeat-x scroll 20% 55% #EF1D52;
margin-top:45px;
padding:7px 5px 5px;}
#navigacija-pg{margin-top:10px;}
#statistic{margin-top:7px;}
#statistic span { color:#A2122F;font-weight:bold;}
html #user-meni a.ima {color:yellow;}
.nasta img {height:35px;
width:35px;}
.latestcomm { padding:15px 10px;}
.nasta{float:left;
padding-right:7px;}
.latestcomm .pm {float:left;
min-height:50px;
}
#mompower {background:white;z-index:20000;position:absolute;display:none;text-align:center;height:100%;width:100%;}
#momalerter {color:white;background:black;position:fixed;bottom:0;right:0;font-size:20px;z-index:25000;padding:7px;border:2px solid white;}
.pocetna-str .latestcomm .pm {width:260px;}
.profil-str .latestcomm .pm {width:650px;}
#stylized h3, #stylized h2, #stylized h1  {color:black;
font-family:Verdana;}
.status_n_1{border-bottom:1px solid #CCCCCC;
margin-bottom:4px;
padding-bottom:2px;}
#uspjeh {background:none repeat scroll 0 0 #BBFFAF;
border:1px solid #137F00;
color:#137F00;
font-weight:bold;
margin-bottom:10px;
padding:4px;
text-align:center;}

.k7,.j6,.lv,.jj,.kZ,.k3,.i0,.j2,.jf,.lr,.ka,.lb{height:12px;width:13px}

.k7{background:no-repeat url(/images/emoticons/1/s1.png) 0 -120px}
.j6{background:no-repeat url(/images/emoticons/1/s1.png) 0 -84px}
.lv{background:no-repeat url(/images/emoticons/1/s1.png) 0 -36px}
.jj{background:no-repeat url(/images/emoticons/1/s1.png) 0 -96px}
.kZ{background:no-repeat url(/images/emoticons/1/s1.png) 0 0}
.k3{background:no-repeat url(/images/emoticons/1/s1.png) 0 -60px}
.i0{background:no-repeat url(/images/emoticons/1/s1.png) 0 -24px}
.j2{background:no-repeat url(/images/emoticons/1/s1.png) 0 -72px}
.jf{background:no-repeat url(/images/emoticons/1/s1.png) 0 -108px}
.lr{background:no-repeat url(/images/emoticons/1/s1.png) 0 -48px}
.ka{background:no-repeat url(/images/emoticons/1/s1.png) 0 -132px}
.lb{background:no-repeat url(/images/emoticons/1/s1.png) 0 -12px}
.online-useri div {display:inline;}
.online-useri {display:inline;color:white;}
input[disabled] {background:#EEEEEE;}
input[type=button],  button, input[type=submit] {background:url("/images/grad.png") repeat-x scroll left bottom #FFFFFF;
border-color:#DEDEDE #BBBBBB #BFBFBF #DEDEDE;
border-style:solid;
border-width:1px;
color:#464646;
cursor:pointer;
 
font-family:Helvetica,Tahoma,Arial,sans-serif;
font-size:11px;
font-weight:700;
line-height:15px;
margin:0 6px 0 0;
padding:4px 10px;
text-decoration:none;
text-shadow:1px 1px 0 #FFFFFF;}
input[type=button]:hover, button:hover, input[type=submit]:hover, input[type=button]:focus,button:focus, input[type=submit]:focus {
 background:url("/images/grad.png") repeat-x scroll left bottom #FFFFFF;
border-color:#FF416D;
border-style:solid;
border-width:1px;
color:#464646;
cursor:pointer;

font-family:Helvetica,Tahoma,Arial,sans-serif;
font-size:11px;
font-weight:700;
line-height:15px;
margin:0 6px 0 0;
padding:4px 10px;
text-decoration:none;
text-shadow:1px 1px 0 #FFFFFF;
}
 
#slikahold img {max-width:625px;height:auto;}
.pocetna-str #slikahold img {max-width:525px;height:auto;}
.recX {top:1px;right:2px;position:absolute;z-index:40;height:12px;width:12px;text-indent:-5000em;display:block;background:url("/images/foobar.gif") no-repeat scroll 0 0 transparent;}

.button img {display:inline;
vertical-align:bottom;margin-right:3px;}
.styled-button {background:url("/images/grad.png") repeat-x scroll left bottom #FFFFFF;
border-color:#DEDEDE #BBBBBB #BFBFBF #DEDEDE;
border-style:solid;
border-width:1px;
color:#464646;
cursor:pointer;
display:block;
float:left;
font-family:Helvetica,Tahoma,Arial,sans-serif;
font-size:11px;
font-weight:700;
line-height:15px;
margin:0 6px 0 0;
padding:4px 10px;
text-decoration:none;
text-shadow:1px 1px 0 #FFFFFF;}
.styled-button:hover, .styled-button:active, .styled-button-active, .styled-button:focus {  background:url("/images/grad.png") repeat-x scroll left bottom #FFFFFF;
border-color:#FF416D;
border-style:solid;
border-width:1px;
color:#464646;
cursor:pointer;
display:block;
float:left;
font-family:Helvetica,Tahoma,Arial,sans-serif;
font-size:11px;
font-weight:700;
line-height:15px;
margin:0 6px 0 0;
padding:4px 10px;
text-decoration:none;
text-shadow:1px 1px 0 #FFFFFF;}
 
.styled-button img { height:16px;
margin:0 2px -1px 0 !important;
width:16px;}
body .styled-button[disabled] { /*background:#EEEEEE;*/
opacity:0.5;}
body .styled-button[disabled] img {   background:url("/images/ico/bullet_black.png") no-repeat scroll center center transparent;}
body .styled-button[disabled]:hover, body .styled-button[disabled]:active, body .styled-button[disabled]:focus {border-color:#DEDEDE #BBBBBB #BFBFBF #DEDEDE;
border-style:solid;
border-width:1px;}

.uis a.aktivno {
background:none repeat scroll 0 0 #FF1D53;
color:white;
text-decoration:none;
}

.uis a:hover {
background:none repeat scroll 0 0 #FF1D53;
color:white;
text-decoration:none;
}

.uis a {
background:none repeat scroll 0 0 white;
border:1px solid #EEEEEE;
font-weight:bold;
padding:4px;
}

#navig-p {
color:gray;
margin:10px auto 20px;
text-align:center;
}
.checkbox {vertical-align:sub;}
a.tag-name-select { -moz-border-radius:4px 4px 4px 4px;
background:none repeat scroll 0 0 #FF981F;
color:white;margin-left:2px;
font-weight:bold;
display:inline-block;
margin-bottom:4px;
padding:2px 4px;}
a.tag-name-select:hover {text-decoration:none;background-color:#FF591F;}
a.tag-name-selected {background:#FF8AA7; -moz-border-radius:4px 4px 4px 4px;
 margin-left:2px;display:inline-block;
margin-bottom:4px;
color:white;
font-weight:bold;
padding:2px 4px; }

a.tag-name-selected:hover {text-decoration:none;background-color:#FF3F6B;}
a.tag-name-new-select {color:white;
display:inline-block;
margin-bottom:4px;
margin-left:4px;
padding:3px 6px;
text-decoration:none;}

.bread-forum {margin-bottom:10px;font-size:16px;font-weight:bold;}

/* EDITOR */

/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * {
	margin:0px; padding:0px;
	outline:none;
}
.markItUp a:link,
.markItUp a:visited {
	color:#000;
	text-decoration:none;
}
.usingeditor .markItUp  {
	width:700px;
	margin:5px 0 5px 0;
}
.markItUpContainer  {
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.usingeditor .markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	padding:5px;
	width:690px;
	height:320px;
	clear:both; display:block;
	line-height:18px;
	overflow:auto;
}
.markItUpPreviewFrame	{
	overflow:auto;
	background-color:#FFF;
	width:99.9%;
	height:300px;
	margin:5px 0;
}
.markItUpFooter {
	width:100%;
}
.markItUpResizeHandle {
	overflow:hidden;
	width:22px; height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/js/markitup/skins/simple/images/handle.png);
	cursor:n-resize;
}
/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul li	{
	list-style:none;
	float:left;
	position:relative;
}
.markItUpHeader ul li:hover > ul{
	display:block;
}
.markItUpHeader ul .markItUpDropMenu {
	background:transparent url(/js/markitup/skins/simple/images/menu.png) no-repeat 115% 50%;
	margin-right:5px;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display:none;
	position:absolute;
	top:18px; left:0px;	
	background:#FFF;
	border:1px solid #000;
}
.markItUpHeader ul ul li {
	float:none;
	border-bottom:1px solid #000;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background:#FFF url(/js/markitup/skins/simple/images/submenu.png) no-repeat 100% 50%;
}
.markItUpHeader ul .markItUpSeparator {
	margin:0 10px;
	width:1px;
	height:16px;
	overflow:hidden;
	background-color:#CCC;
}
.markItUpHeader ul ul .markItUpSeparator {
	width:auto; height:1px;
	margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position:absolute;
	top:-1px; left:150px; 
}
.markItUpHeader ul ul ul li {
	float:none;
}
.markItUpHeader ul a {
	display:block;
	width:16px; height:16px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	padding:3px;
	margin:0px;
}
.markItUpHeader ul ul a {
	display:block;
	padding-left:0px;
	text-indent:0;
	width:120px; 
	padding:5px 5px 5px 25px;
	background-position:2px 50%;
}
.markItUpHeader ul ul a:hover  {
	color:#FFF;
	background-color:#000;
}
/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp .markItUpButton1 a	{
	background-image:url(/js/markitup/bbcode/bold.png);
}
.markItUp .markItUpButton2 a	{
	background-image:url(/js/markitup/bbcode/italic.png);
}
.markItUp .markItUpButton3 a	{
	background-image:url(/js/markitup/bbcode/underline.png);
}

.markItUp .markItUpButton4 a	{
	background-image:url(/js/markitup/bbcode/picture.png);
}
.markItUp .markItUpButton5 a	{
	background-image:url(/js/markitup/bbcode/link.png);
}

.markItUp .markItUpButton6 a	{
	background-image:url(/js/markitup/bbcode/fonts.png);
}
.markItUp .markItUpButton7 a	{
	background-image:url(/js/markitup/bbcode/list-bullet.png);
}
.markItUp .markItUpButton8 a	{
	background-image:url(/js/markitup/bbcode/list-numeric.png);
}
.markItUp .markItUpButton9 a	{
	background-image:url(/js/markitup/bbcode/list-item.png);
}

.markItUp .markItUpButton10 a	{
	background-image:url(/js/markitup/bbcode/quotes.png);
}
.markItUp .markItUpButton11 a	{
	background-image:url(/js/markitup/bbcode/code.png);
}
	
.markItUp .clean a {
	background-image:url(/js/markitup/bbcode/clean.png);
}
.markItUp .preview a {
	background-image:url(/js/markitup/bbcode/preview.png);
}
.me .ytvidButton a {background-image:url(/js/markitup/bbcode/youtube16.png);}
/* */



.bbcode_code_body {background-color:#EEEEEE;
font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
margin-bottom:10px;
max-height:600px;
overflow:auto;
padding:5px;
width:auto;}

.bbcode_code_head {font-weight:bold;text-transform:uppercase;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
margin-bottom:4px;}
.bbcode_img {max-width:800px;height:auto;}
.yourface {float:left;
padding:0;background:white;} #showav, #notags, #cbox, #selected_terms {margin-left:36px;}
#comment-buttonsubmit {display:block;
float:left;
margin-left:10px;
margin-top:50px;}
#komentar_tekst_advanced {float:left;
height:70px;
width:500px;}
#comment-author {float:left;
margin-right:10px;}input.error {color:red;border-color:red;}
 label.error { font-size:0px;color:red;visibility:hidden;overflow:hidden;width:1px;height:1px;display:none;} 
.rating-like {background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #CCCCCC;
display:inline-block;
margin-bottom:2px;
margin-right:5px;
padding:1px;
width:80%;}

.rating-green { border:3px solid green;
display:inline-block;}

.rating-red {border:3px solid red;
display:inline-block;}
.main-rating-hold {display:inline-block;
font-size:12px;
font-weight:700;
margin-bottom:0;
margin-top:1px;
text-align:left;
width:300px;}

#marketing728
{
	width: 728px; 
	height: 90px; 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.advertise {
background:none repeat scroll 0 0 #FAFAFA;
color:#666666;
margin-bottom:10px;
padding:5px;
text-align:center;
}

.procitajpm {
border-left:1px solid #CCCCCC;
width:420px;
}

.tiny-time {
color:gray;
font-size:10px;
}
 
.sizeba {
background:none repeat scroll 0 0 transparent;
overflow:hidden;
padding:6px;
}

#actiongraph .firstrow {
border-top:1px solid #CCCCCC;
}
 
.bdp {
border-bottom:1px solid #CCCCCC;
font-family:Verdana,tahoma,arial;
font-size:12px;
}
.rofl {
background:none repeat scroll 0 0 #F7FBFD;
}

.msgholder {
border-top:1px solid #DDDDDD;
margin:0 0 8px;
overflow:hidden;
padding:8px 0 0;
}

.msgavatar {
float:left;
height:54px;
margin-right:10px;
position:relative;
width:51px;
}

.shadow-box-clip {
background:none repeat scroll 0 0 white;
border:1px solid #CCCCCC;
padding:1px;
}

.msgauthor {
color:#333333;
font-size:13px;
font-weight:bold;
}

.msgtime {
color:#777777;
font-size:11px;
margin-bottom:4px;
}

.rofl .delporuku  {opacity:1 !important;}
.stanje {
width:11px;
}
 
.stanje {
text-align:center;
}
.bold-1 {font-weight:bold;}
.ui-state-error li {font-size:11px;}
.ui-state-error ul {list-style-type:disc;padding-left:20px;}
.error {border-color:red;}
table {
border-collapse:collapse;
}