/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow: -moz-scrollbars-vertical; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #F4AB5B; color: #fff; text-shadow: none; }
::selection { background: #F4AB5B; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: gretzki
	   ========================================================================== */

	body{
		background:#fcefdf;
		font: normal 100%/1.5 Calibri, Arial, sans-serif;
	}
	   
   #container{
	width:760px;
	margin:0 auto;
	position: relative;

   }
	.lang{
		
	margin:10px 0 0 10px
	}
	.lang a{
	
		background:#fdfcdc;
		color:#403a42;
		
		
		font-size:0.75em;
		
		text-decoration:none;
		text-transform:uppercase;
		padding:3px 12px;
		-webkit-border-radius: 4px;
		border-radius:  4px;
		margin:0 2px;
		/**/
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	.lang a:hover{
		background:#403a42;
		color:#fff;
		
	}
   header{
	background:url(../img/header.png) no-repeat;
	width:760px;
	height:360px;
	display:block;
	/*border-bottom:2px solid #403a42;*/
	position:absolute;
   }
   header a img{
	position:absolute;
	left:532px;
	top:-5px; 
   }
   
   header .menu{
	position:absolute;
	list-style:none;
	top:195px;
	left:-10px;

   }
   
   header .menu li{
		float:left;
   }
   header .menu li a{
		display:block;
		background:#403a42;
		padding:5px 12px;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		font-size:0.75em;
		margin-right:8px;
		-webkit-border-radius: 4px;
		border-radius: 4px;

		/**/
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		
   }
   header .menu li a:hover{
		background:#E9AA5C;
		color:#403a42;
   }
   

#main{
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(../img/main_bg.png) repeat-y;
	overflow:hidden;
	position:absolute;
	top:245px;
}
#nakup{	
	width:400px;
	float:right;
	margin-top:10px;
	margin-bottom:20px;
	position:relative;
}
#content{	
	width:550px;
	float:left;
	margin-bottom:20px;
	position:relative;
}

.violet{background:url(../img/content_bg.png) repeat-x;}
.green{background:url(../img/content_bg2.png) repeat-x;
}
.orange{background:url(../img/content_bg3.png) repeat-x;
}
#content h1,  #content p{
	padding:10px 15px 0 15px;
	margin:0;
}
#content h4{
	padding:0px 15px 0 15px;
	margin:0;

}
#content h1{
	color:#E9AA5C;
}
#content h4{
	color:#403a42;
}
#content p{
	font-size:0.875em;
	text-align:justify;
}


#content ul li, #content ul li a{

	color:#403a42;
	text-decoration:none;
}



#content a{

	color:#E9AA5C;
}
#content a:hover{
	color:#403a42;
}


/***********SIDEBAR*************/
#sidebar{
	width:210px;
	float:left;

}
#sidebar h4{
	margin:15px 0 5px 10px;
}
#sidebar .products{
	list-style:none;
	font-size:11px;
	padding:0;
	margin:0 0 0 5px;
}
#sidebar .products li{
	margin-bottom:3px;
}
#sidebar .products li a{
	color:#403a42;
	font-size:1.25em;
	padding:3px 5px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
/**/
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;

}
#sidebar .products li a:hover{
	background:#403a42;
	color:#fff;
}
#sidebar .shopping_cart{
	margin:10px 0 0 10px;

}
#sidebar .shopping_cart ul{
	width:190px;
	list-style:none;

	padding:0;
	margin:0;
}
.shopping_cart ul li{
		line-height:13px;
		margin-bottom:8px;
		font-size:0.8125em;
}
.shopping_cart ul li a{
	float:right;
	line-height:18px;
}
.remove{
	background:url(../img/remove.png) no-repeat;
	
	display:block;
	width:14px;
	height:14px;
}
 .remove:hover{
	background-position:0 -14px;
}

/*dodaj v košarico*/
.add_to{
	clear:both;
	margin:10px 0 0 10px;
	font-size:0.8em;
}
.buy{
		display:block;
		margin-top:5px;
		margin-bottom:15px;
	border:1px solid #fff;
	background:#403a42;
	color:#fff;
	font-size:0.75em;
	text-transform:uppercase;
	padding:4px 8px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
		/**/
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;

	
}
.buy:hover{
	background:#E9AA5C;
		color:#403a42;
}
footer{
	clear: both;
	width:760px;
	margin-bottom:0;
	background:#403a42;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	
}
footer p{
	color:#fff;
	text-align:center;
	font-size:0.9em;
	padding:5px;
	margin-top:0;
	margin-bottom:0;
	}

/***********TABLES**************/

		
table{width:95%;margin:10px 0 10px 10px;text-align:left;border-collapse: collapse; border-spacing: 0;

}
	thead, tbody{margin:0;padding:0;}
	thead{background:#403a42;color:#fff;

	}

	th, td{padding:7px 10px;font-size:0.9em;border-bottom:1px dotted #ddd;text-align:left;}
	thead th{font-size:0.9em;padding:3px 10px;border-bottom:1px solid #ddd; background:#222; color:#fff;}
	tbody tr.last th,
	tbody tr.last td{border-bottom:0;}
	
	tbody tr:hover{background:#dfdfdf;}


	/*********************/
.note_small {
	font-size:0.5em;
}
	
.figure span img{

	margin:0 15px;
}
.figure p{
		color:#777;
}
.figure p cite{
	color:#403a42;
}

.image_left{
	float:left;
	padding:15px 10px 10px 0;
}
.image_right{
	float:right;
	padding:15px 0 10px 10px;
}
/*****FORMs*******/
form {
		margin:20px 0 20px 15px }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; 
		-webkit-border-radius: 4px;
		border-radius:  4px;
	}
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 50px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/**************KONTAKT*************/
#contact{
	margin:10px 0 0 15px;
}
#contact strong, #contact span{

	display:block;
}
.logo_small{

	position:absolute;
	left:340px;
	top:70px;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
