/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; outline: none; }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* LAYOUT */
/* ----------------------------------------- */

br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
.piro_overlay { position: absolute; z-index: 10; }
body { background: #f8f8f4 url(../img/background.jpg) repeat-x; text-align: center; font-family: Tahoma, Verdana, Arial, sans-serif; display: none}
body.js_on { display:block}
.wrapper { width: 818px; margin: 0 auto; text-align: left; }

#header { display: block; width: 818px; height: 160px; background: url(../img/header.jpg) no-repeat; overflow: hidden; position: relative; }

#header a { display: block; width: 270px; height: 90px; margin-top: 40px; float: left; position: relative; z-index: 222; }
#header #cont1 { position: absolute; top: 22px; left: 222px; z-index: 1;}
#navigation { width: 818px; height: 44px; margin-top:-1px; }
	#navigation ul { float: left; margin-top: 2px; }
		#navigation ul li { float: left;}
			#navigation ul li a { float: left; display: block; width: 131px; height: 40px; font-size: 14px; color: #e67000; text-decoration: none; line-height: 40px; text-align: center; font-style: italic;}
			#navigation ul li a:hover, #navigation ul li.current a { background: url(../img/nav.jpg) no-repeat; color: #fff;}
	#navigation form#paieska { float: right; overflow: hidden; margin-top: 8px; }
		form#paieska label { font-size: 10px; color: #000; }
		form#paieska input#search { border: 1px solid #bbb49b; background: url(../img/search_bg.jpg) repeat-x; width: 146px; height: 16px; font-size: 11px; padding: 5px 2px 0; }
		form#paieska input#submit { width: 26px; height: 24px; background: url(../img/search_butt.jpg) no-repeat bottom; border: none; cursor: pointer; }
		
#sidebar { width: 261px; float: left; margin-top: 30px;}
	#side_top { display: block; width: 261px; height: 7px; background: url(../img/sidebar_top.png) no-repeat; }
	#side_cont { display: block; width: 261px; background: url(../img/sidebar_bg.jpg) repeat-y; overflow: hidden; }
		#side_cont h1 { display: block; margin: 5px 0 6px 9px; font-size: 17px; color: #ff9100; font-weight: bold; }
		.cufon-active h1{}
		.cufon-loading h1 {visibility:hidden !important}
		

#side_cont ul { width: 245px; margin: 0 auto; border: 1px solid #dadada; background: #f5f5f5; }
            #side_cont ul li { width: 243px; margin: 0 auto;  }
            #side_cont ul li a { font-size: 10px; display: block; height: 28px; color: #5a553f; text-decoration: none; font-weight: bold; padding-left: 10px; background: url(../img/cat_first.jpg) no-repeat; line-height: 25px; }
            #side_cont ul  a:hover  { text-decoration: underline; }
            #side_cont ul  li.current a  { text-decoration: underline; }
                #side_cont ul li ul { border: none; background: none; margin: 0 0 -2px 0; width: auto;}
                        #side_cont ul li ul li { width: 243px; margin: 0 auto; }
                        #side_cont ul li ul li a { padding-left: 23px; display: block;  background: url(../img/cat_sec.jpg) no-repeat; line-height: 25px; font-weight: normal; color: #000; line-height: 24px; }
                            #side_cont ul li ul li ul li {  width: 243px; margin: 0 auto;   }
                            #side_cont ul li ul li ul li a { height: 26px; padding-left: 35px; background: url(../img/cat_third.jpg) no-repeat; line-height: 25px; }						
	#side_bott { display: block; width: 261px; height: 7px; background: url(../img/sidebar_bott.png) no-repeat; }
#sidebar #banner {
	width: 260px;
	height: 128px;
	overflow: hidden;
	position: relative;
	margin: 10px 0px;
}

#sidebar #banner a {	text-decoration: none;}

#sidebar #banner a img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#sidebar #banner a img.img {
	z-index: 2;
	top: 19px;
	left: 19px;
}
#sidebar #banner a span {
	position: absolute;
	z-index: 2;

}
#sidebar #banner a span.title {
	font-size: 14px;
	color: #f27d00;
	font-weight: bold;
	top: 20px;
	left: 110px;

}
#sidebar #banner a span.name {
	color: #d47004;
	text-transform: uppercase;
	font-size: 13px;

	top: 45px;
	left: 100px;
	text-align:center;
	font-weight: bold;
}
#sidebar #banner a span.just {
	font-size: 13px;
	color: #ed5900;
	font-weight: bold;
	top: 85px;
	left: 130px;
}
#sidebar #banner a span.no {
	font-size: 13px;
	color: #ed5900;
	top: 79px;
	left: 157px;
}
#sidebar #banner a span.yes {
	font-size: 13px;
	color: #ed5900;
	font-weight: bold;
	top: 90px;
	left: 155px;
}
#sidebar #banner a span.lt {
	font-size: 18px;
	color: #ed5900;
	top: 82px;
	left: 215px;
}
	
#content { width: 539px; float: right; margin-top: 30px; overflow: hidden;}

	#content_top { display: block; width: 539px; height: 7px; background: url(../img/content_top.png) no-repeat; }
	#content_cont { display: block; width: 527px; background: url(../img/content_bg.jpg) repeat-y; overflow: hidden; padding: 0 6px; }
		#content_cont h1 { display: block; margin: 5px 0 6px 3px; font-size: 17px; color: #ff9100; font-weight: bold;}
		#content_cont .item2, #content_cont .item_more, #content_cont .news { background: #f5f5f5; border: 1px solid #dadada; padding: 8px; margin: 2px 0 3px; display: block; height: 100%; }	
		
			#content_cont .item_more .item_images { float: left; width: 223px; }
				#content_cont .item_more .item_images img.thumb { margin: 0 2px; }
			#content_cont .item_more .item_info { float: left; margin-left: 8px; display: inline; }
				#content_cont .item_more a.buy { display: block; text-align: right; color: #ff9100; font-size: 11px; margin: 10px 5px 10px 0; cursor: pointer; text-decoration: none; }
				#content_cont .item_more a.buy:hover { text-decoration: underline; }
				
			#content_cont .news p { font-size: 11px; color: #000; margin-bottom: 12px; }
				#content_cont .news p a { color: #f27600; text-decoration: none; }
					#content_cont .news p a:hover { text-decoration: underline; }
			
			#content_cont .item2 .item_images { float: left; width: 155px; }
			#content_cont .item2 .item_info { float: right; margin-left: 8px; display: inline; width: 320px; }
					.item_info h2 { font-size: 11px; font-weight: bold; margin-bottom: 10px; }
						.item_info h2 a { text-decoration: none; color: #000; }
							.item_info h2 a:hover { text-decoration: underline; }
				.item_info p { font-size: 11px; color: #000; }
				.item_info .price { float: left; margin-top: 5px; }
				.item_info a.buy { float: left; color: #ff9100; font-size: 11px; margin: 10px 0 0 88px; cursor: pointer; }
				.item_info a.buy:hover { text-decoration: underline; }
				
			.more_info { font-size: 11px; font-weight: bold; float: right; text-align: center; }
			.more_info div { float: right;}
			.more_info .more_top p { float: left; width: 85px; height: 15px; margin: 0 1px 2px; background: #bfb9a1; color: #000; }
				.more_info .more_top p.more_1 { background: none; }
			.more_info .more_line p { float: left; width: 85px; height: 15px; margin: 0 1px 2px; background: #e0e0e0; color: #f27600; }
			.more_info .more_line p.more_1 { width: auto; color: #000; }
			
			.news form label { display: block;  width: 100px; text-align: right; font-weight: bold; float: left; margin: 3px 4px 0 0; }
			.news form input { border: 1px solid #bbb49b; background: url(../img/search_bg.jpg) repeat-x; width: 146px; height: 18px; font-size: 11px; padding: 3px 2px 0; }
			.news form textarea { border: 1px solid #bbb49b; background: #dddddd url(../img/search_bg.jpg) repeat-x; width: 355px; height: 123px; font-size: 11px; padding: 3px 2px 0; }
			.news form p.buttons { text-align: right; padding-right: 43px; }
				.news form input.butt { background: #fff; border: 1px solid #dddddd; color: #f27600; width: 80px; height: 25px; font-weight: bold; padding: 0; }
				
				
	#content_bott { display: block; width: 539px; height: 7px; background: url(../img/content_bott.png) no-repeat; }
	
#footer { display: block; width: 818px; height: 75px; background: url(../img/footer.png) no-repeat; margin-top: 20px;  font-size: 11px; line-height: 20px; text-align: center; }
	#footer a { color: #ff9100; text-decoration: none; }
	#footer a:hover { text-decoration: underline; }
	#footer p.footer { font-size: 11px; line-height: 20px; text-align: center; }
	#footer #foot_line p.left { float: left; font-size: 10px; margin-top: 20px; padding-bottom: 5px; }
	#footer #foot_line p.right { float: right; font-size: 12px; margin-top: 20px; overflow: hidden; }
	#footer #foot_line p.right a img { margin-bottom: -4px; }
	
/* GALERIJA */

	#gallery {
		margin: 0 auto;
	}
	#gallery ul li {
		float: left;
		width: 160px;
		height: 180px;
		overflow: hidden;
		background: #ebebeb;
		border: 1px solid #cacaca;
		margin: 0 5px 5px 0;
		display: inline;
	}
	#gallery ul li a {
		display: block;
		width: 150px;
		height: 150px;
		overflow: hidden;
		margin: 5px auto 0;
	}
	
	#gallery ul li a img {
		width: 150px;
		min-height: 150px;
	}
	
	#fader {
		width: 282px;
		float: left;
		overflow: hidden;
		margin-right: 5px;
	}
	
	#fader ul {
		width: 282px;
		height: 392px;
		overflow: hidden;
	}
	
	#fader ul li img {
		width: 282px;
		min-height: 392px;
	}
	
	

	
	#side_cont ul li ul { display: none; }
#side_cont ul li.active > ul { display: block; }

