@charset "utf-8";
/* CSS Document */

			body, html {
				width: 100%;
				height: 100%;
			}

			body {
				padding-top: 0px;
			}
			
			body,table,tr,td{
				color: #777777;
				font-family: 'Source Sans Pro', sans-serif;
				font-size: 16px;
				font-weight: normal;
				margin: 0;
				padding: 0;
				line-height:20px;
			}
			
			.page {
				position: absolute;
				bottom: 0px;
				left: 50%;
				margin-left: -300px;
				width: 510px;
			}
			
			.page .inner {
				padding: 25px;
			}

			.ls-layer div {
				width: 250px;
				height: 100px;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				box-shadow: 0px 5px 10px -5px black;
				-moz-box-shadow: 0px 5px 10px -5px black;
				-webkit-box-shadow: 0px 5px 10px -5px black;
				background: white;
				line-height: 100px;
				font-size: 18px;
				color: #000;
				text-align: center;
			}
.clear{clear:both;}

h1{
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	margin:0px;
	text-transform:uppercase;
}

h4{
    color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin:0px;
}

hr {
	border:0px;
	background:url(/images/seperator.jpg) repeat-x;
	width:100%;
	height:2px;
	margin-top:0px;
	margin-bottom:10px;}

img {border:0px;}

a:link, a:active, a:visited{
	color:#a09f9f;
}

a:hover {
	color:#63C3E6;
	text-decoration:none;
}
/*LAYOUT*/

/*TOP*/
.lang_bar {font-size:12px; margin-bottom:15px;}
.lang_bar a {padding-left:10px; text-decoration:none;}
a.sel {color:#68b71d;}
.top {
	background-image:url(images/top_bg.png); 
	background-repeat:repeat-x; 
	height:131px;
	}
.top .top_content {
	margin:auto; 
	width:990px; 
	height:131px;
	}
.top .top_content .left {
	width:11px; 
	height:131px; 
	background-image:url(/images/top_bg_left.png); 
	float:left;
	}
.top .top_content .right {
	width:11px; 
	height:131px; 
	background-image:url(/images/top_bg_right.png); 
	float:left;
	}
.top .top_content .center {
	width:968px; 
	height:131px; 
	float:left; 
	background-image:url(/images/top_bg_center.png);
	}

/*/////HEADER BOTTOM - flash*/

/*CONTENT*/
#content_layout{
	width:940px;
	min-height:300px;
	margin:auto;
	margin-top:20px;
}

.top_location{
	padding-bottom:14px;
	color:#68542b;
	font-size:12px;
	float:left;
}

.top_location a{
	margin-bottom:20px;
	height:13px;
	font-size:11px;
	background:url(/images/icon_location_arrow.jpg) no-repeat;
	background-position:right;
	padding-right:10px;
	margin-left:8px;
}
.top_location span{
	margin-bottom:20px;
	height:13px;
	font-size:11px;
	padding-left:10px;
	display:inline;
}

.top_location a:link, .top_location a:active, .top_location a:visited{
	text-decoration:underline;
	color:#797979;
}

.top_location a:hover{
	text-decoration:none;
	color:#68543b;
}

/*stil za izpis st. strani*/
.page_style {
	clear:both;
	font-size:12px;
	float:right;
	height:20px;
	padding-right:3px;
}

.page_style div {float:left;}
.page_style .num a{
	width:27px;
	font-weight:bold;
	height:22px;
	text-align:center;
	padding-top:5px;
	margin:-1px 1px;
	display:block;
	text-decoration:none;
	background-image:url(/images/num_number.png);
}
.page_style .num a:hover{
	color:#000;
	text-decoration:none;
}

.page_style .num_zamik {}
.page_style .num_sel {
	width:27px;
	height:22px;
	text-align:center;
	padding-top:5px;
	margin:-1px 1px;
	display:block;
	color:#63C3E6;
	font-weight:bold;
	background-image:url(/images/num_number_sel.png);
}
.page_style .num_sel a{
	color:#000;
	text-decoration:none;
}

.page_style img{
	margin:0px 2px
}
/*stil za izpis st. strani*/
.sort{
	padding-top:0px;
	font-size:12px;
	float:left;
	width:382px;
	font-weight:bold;
}

.sort a.down{
	margin-right:13px;
	background:url(/images/pages_arrow_d.jpg) right no-repeat;
	padding-right:30px;
}

.sort a.down:link, .sort a.down:active, .sort a.down:visited{
	color:#5e5e5e;
	text-decoration:none;
}

.sort a.down:hover{
	color:#5e5e5e;
	text-decoration:none;
}

.sort a.down_sel:link, .sort a.down_sel:active, .sort a.down_sel:visited, .sort a.down_sel:hover{
	margin-right:13px;
	text-decoration:none;
	color:#5e5e5e;
	background:url(/images/pages_arrow_d.jpg) right no-repeat;
	padding-right:30px;
	font-weight:bold;
}

.sort a.up{
	margin-right:13px;
	background:url(/images/pages_arrow_u.jpg) right no-repeat;
	padding-right:30px;
}

.sort a.up:link, .sort a.up:active, .sort a.up:visited{
	color:#5e5e5e;
	text-decoration:none;
}

.sort a.up:hover{
	color:#5e5e5e;
	text-decoration:none;
}

.sort a.up_sel:link, .sort a.up_sel:active, .sort a.up_sel:visited, .sort a.up_sel:hover{
	margin-right:13px;
	text-decoration:none;
	color:#5e5e5e;
	font-weight:bold;
	background:url(/images/pages_arrow_u.jpg) right no-repeat;
	padding-right:30px;
}
/*///////////////////////*/
/*/////CONTENT*/

/*FOOTER*/
.footer_layout{
	height:30px; 
	margin:auto; 
	margin-top:20px;
	width:984px;
	font-size:10px;
	text-align:center;
	line-height:1em;
}
.footer_layout a{
	font-weight:bold;
	text-decoration:none;
	
}
.footer_layout a:hover{
	color:#000;
}
.footer_layout span{
	padding-right:35px;
	}
.footer_menu {width:239px; float:left; border-right:1px solid #cacaca; }
.footer_menu span{padding-bottom:5px; font-size:12px; display:block; float:left; min-width:100px; line-height:16px;}
.footer_menu a{text-decoration:none; color:#000;}
.footer_menu a:hover{color:#000;}

.content_conteiner {padding-top:20px; background-color:#FFF; padding-left:10px; padding-right:10px; margin:auto;}
.content_conteiner a{color:#0066b3;}


.filter_layout .title {color:#ED1C24;}


.prod_layout{
	width:241px; 
	height:245px;
	float:left;
	margin-top:10px;
}
.prod_layout a{
	text-decoration:none;}

.prod_pic{
	height:196px; 
	width:238px; 
	border-top:1px solid #cacaca; 
	border-left:1px solid #cacaca; 
	background-repeat:no-repeat;
	background-position:center 15px;
}

.prod_title{
	width:150px; 
	height:29px; 
	float:left; 
	border:1px solid #ed1c24;
	font-size:12px;
	color:#4A545B;
	padding:7px;
	line-height:13px;
}

.prod_price{
	width:59px; 
	height:25px; 
	padding:7px;
	padding-top:11px;
	float:left;
	color:#FFF;
	font-weight:bold;
	border:1px solid #ed1c24; 
	background-color:#ed1c24;
}
.prod_title_over{
	width:150px; 
	height:29px; 
	float:left; 
	border:1px solid #0066b3;
	font-size:12px;
	color:#4A545B;
	padding:7px;
	line-height:13px;
}

.prod_price_over{
	width:59px; 
	height:25px; 
	padding:7px;
	padding-top:11px;
	float:left;
	color:#FFF;
	font-weight:bold;
	border:1px solid #0066b3; 
	background-color:#0066b3;
}

.prod_price_discount_1{
	width:68px;
	float:left;
	padding-top:5px;
	text-align:center;
	color:#ff9100;
	font-size:14px;
	font-weight:bold;
	margin-left:4px;
}
.prod_price_discount_2{
	width:68px;
	float:left;
	padding-top:5px;
	text-align:center;
	color:#fb352d;
	font-size:14px;
	font-weight:bold;
	margin-left:4px;
}

.akcija_do_30{
	background:url(/images/disc_under_30.png) no-repeat;
	width:55px;
	height:70px;
	color:#FFF;
	font-size:18px;
	text-align:center;
	position:absolute;
	padding-top:20px;
	padding-left:35px;
	top:0px;
	right:0px;
}

.akcija_nad_30{
	background:url(/images/disc_over_30.png) no-repeat;
	width:55px;
	height:70px;
	color:#FFF;
	font-size:18px;
	text-align:center;
	position:absolute;
	padding-top:20px;
	padding-left:35px;
	top:0px;
	right:0px;
}

.art_related_title{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#4A545B;
	height:26px;
	padding:5px 15px;
}

/*strani*/
.art_pages{
	float:right;
	width:352px;
	padding:8px 15px;
	height:20px;
}


.related_item {
	width:220px; 
	float:left; 
	height:280px;
	padding-left:1px;
	padding-right:1px;
	color:#000;
	position:relative;
	margin-right:19px;
	}

/*////////*/
/*thumb*/
.related_item a.thumb1 {
	background-position:center;
	background-repeat:no-repeat;
	width:222px;
	height:190px;
	padding-top:40px;
	display:block;
	vertical-align:center;
	text-align:center; 
	overflow:hidden; 
	background-image:url(/images/image_bg.jpg);
}
.related_item .price_container{
	width:222px;
	height:40px;
	display:block;
	text-align:center;
	padding-top:8px;
	padding-left:0px;
}
.related_item .price_container a{
	text-decoration:none;
	color:#63c3e6;
	font-size:14px;
}
.related_item .price_container span{
	color:#000;
	font-size:10px;
}
.related_item .c2 {display:inline-block;
color:#000;
}

.footer_menu_bottom a{
	color: #777;
	display: block;
	float: left;
	font-size: 14px;
	margin-right: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.footer_menu_bottom a:hover{
	color:#9ccdea;
	text-decoration:none;
}

.stamp_orange{ width:49px; height:43px; font-size:18px; color:#FFF; position:absolute; top:-10px; right:-5px;  background-image:url(images/discount_1.png); padding-top:18px; padding-left:10px;}
.best_deal{ width:136px; height:134px; font-size:18px; color:#FFF; position:absolute; top:-2px; right:-10px; background-image:url(images/best_deal_si.png);}
.stamp_red{width:49px; height:43px; font-size:18px; color:#FFF; position:absolute; top:-10px; right:-5px;  background-image:url(images/discount_2.png); padding-top:18px; padding-left:10px;}
.top_header {width:980px; margin:auto; height:97px;}

a.podpis {float:none; margin:0px !important; display:inline-block; text-transform:capitalize;}

a.logo_link{
	display:inline-block;
	width:132px;
	height:101px;
	background:url(/images/logo.png) top center;
}

a.logo_link:hover{
	background:url(/images/logo.png) bottom center;
}