@charset "utf-8";
/* CSS Document */

header {
	position: relative;
	background-color: #10151c;
	background-image: url("../img/shadow_header.0d7df5bda3bb.png");
	background-position: top center;
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1b273b;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.75);
	z-index: 10000;
	top: 0;
}

header img {
	margin: 0;
	padding: 0;
}

/* ----- Hledání ---- */

/* ~~ Hledání ~~ */


input[type=search].searchinput { 	
	color: #b8b8b8;
	font-family: 'Roboto Slab', serif;
	border: 1px solid #223047;
	border-radius: 2px 0px 0px 2px;
	-moz-border-radius: 2px 0px 0px 2px;
	-webkit-border-radius: 2px 0px 0px 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: rgba(24,33,48,.5);
	padding: 11.5px;
	position:relative;
	overflow: hidden;
	width: 210px;
	height: 44px;
	display: block;
	float: left;
}

button.searchbtn {
	box-sizing: border-box;
	height: 44px;
	border: 1px solid #223047;
	border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
	-webkit-border-radius: 0px 2px 2px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #172130;
	cursor: pointer;
	color: #ffffff;
	font-family: 'Roboto Slab', serif;
	position: relative;
	overflow: hidden;
	display: block;
	margin-left: -2px;
}

.lupa {
	padding: 20px 12px;
	display: block;
	background-image: url("../img/lupa.21d59a63c296.png");
	background-position: center center;
	background-repeat: no-repeat;
}

button.searchbtn:hover {
	background-color: #1c3051;
}

/* ----- Uživatel ----- */

.log {
	position: relative;
	font-family: 'Roboto Slab', serif;
	color: #afc1da;
	padding-top: 15px;
}

.log a {
	color: #afc1da;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ----- Přihlášení ----- */

.loginContainer {
    position: relative;
    float: left;
	border-right: 1px solid #233047;
}

.loginButton { 
    position: relative;
    z-index: 30;
    cursor: pointer;
	
}

.loginButton span {
    color: #AFC1DA; 
}

.loginButton:hover {
}

.loginBox {
    position: absolute;
    display: none;
    z-index: 29;
}

.loginButton.active {
	margin-top: -10px;
	height: 25px;
	display: block;
	background-color: #f5f5f5;
	padding-top: 10px;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
}

.loginButton.active span {
	color: #0044A4;
}

.loginButton.active em {
}

.loginForm {
    width: 280px;
    border-radius: 0 2px 2px 2px;
    -moz-border-radius: 0 2px 2px 2px;
	-webkit-border-radius: 0 2px 2px 2px;
    background-color: #f5f5f5;
    padding: 10px;
}

.loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset.body {
    padding: 10px;
    margin:0;
}

.loginForm .checkbox {
    width: auto;
    margin-right: 10px;
	margin-top: -2px;
    float:left;
    padding:0;
    border:0;
}

.loginForm label {
    color: #161b22;
    margin: 12px 0 0 0;
    display: block;
    float: left;
}

.loginForm .body fieldset label {
    display: block;
    margin:0 0 6px 0;
}

.loginForm input {
    width: 92%;
    padding: 8px 8px;
}

.loginForm .login {
    width: auto;
    float: left;
	cursor: pointer;
	margin-right: 15px;
	font-size: 1em;
	font-family: 'Roboto Slab',serif;
}

.loginForm span {
    text-align: left;
    display: block;
    padding: 7px 0 4px 0;
}

.loginForm span a {
    color: #003b8f;
}

.logout {
    width: 160px;
    border-radius: 0 2px 2px 2px;
    -moz-border-radius: 0 2px 2px 2px;
	-webkit-border-radius: 0 2px 2px 2px;
    background-color: #f5f5f5;
    padding: 10px;
	padding-left: 0;
}

.logout a, .logout a:visited {
	display: block;
    color: #003b8f;
}

.logout a span, .logout a:visited span {
	display: block;
	float: left;
    padding: 8px;
	background-image: url("../img/login.abd830605202.png");
	background-repeat: no-repeat;
	margin-right: 10px;
}

.logout a.objednavky span, .logout a.objednavky:visited span {
	background-position: center 0;
}

.logout a.faktury span, .logout a.faktury:visited span {
	background-position: center -16px;
}

.logout a.udaje span, .logout a.udaje:visited span {
	background-position: center -32px;
}



/* ----- Nákupní košík ----- */

.basket {
	text-align: right;	
}

a.basket_ico span {
	display: block;
	float: right;
	padding: 11px;
	margin-left: 5px;
	background-image: url("../img/basket.114d94959ef9.png");
	background-repeat: no-repeat;
	background-position: center 0;
}

a:hover.basket_ico span {
	background-position: center -24px;
}

/* ----- Hlavní navigace ----- */

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}

nav ul {
	background-image: url("../img/bg_nav.810dc07776c2.png"); 
	background-repeat: repeat-x;
	background-position: bottom;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	border-bottom: 5px solid #c89a23;
	list-style: none;
	position: relative;
	display: inline-table;
	margin-bottom: 20px;
	width: 100%;
	height: 50px;
	font-family: 'Roboto Slab', serif;
	color: #8297c9;
	z-index: 200;
}

	nav ul:after {
		content: ""; 
		clear: both; 
		display: block;
	}

	nav ul li {
		float: left;
		padding-bottom: 0;
		background-image: url("../img/linka_nav.229dacd663a5.png");
		background-position: top right;
		background-repeat: no-repeat;
		margin: 0;
		list-style: none;
	}
		nav ul li:hover {
			background-color: #0044a4;
		}
			nav ul li:hover a, nav ul li:hover a:visited {
				color: #fff;
				text-decoration: none;
			}
			
		nav ul li a, nav ul li a:visited {
			display: block; 
			padding: 18px 22px 14px 22px;
			color: #8297c9;
			text-shadow: 0px -1px 0px rgba(0, 22, 52, 1);
			text-decoration: none;
		}
		
		nav ul li a.active {
			display: block; 
			padding: 18px 22px 14px 22px;
			color: #10151c;
			background-color: #ca9b24;
			text-shadow: 0px 1px 0px rgba(236, 188, 65, 1);
			text-decoration: none;
		}
		
			nav ul li:hover a.active, nav ul li:hover a.active:visited {
				color: #fff;
				background-color: #0044a4;
				text-shadow: 0px -1px 0px rgba(0, 22, 52, 1);
			}
			
			nav ul li:hover a.active:hover {
				color: #fff;
			}
			
		nav ul li a:hover.active {
			color: #10151c;
		}
			
	nav ul ul {
		background-color: #0044a4;
		padding: 0;
		position: absolute;
		border-bottom: 0; 
		border-radius: 0px 0px 2px 2px;
		-moz-border-radius: 0px 0px 2px 2px;
		-webkit-border-radius: 0px 0px 2px 2px;
		top: 100%;
		width: 220px;
		margin-top: -5px;
	}
		nav ul ul li {
			float: none;
			padding-bottom: 0;
			background-color: #0044a4;
			border-bottom: 1px solid #033985; 
			position: relative;
			background-image: url("../img/sipka_nav.672499f7ffc4.png");
			background-position: center right;
			background-repeat: no-repeat;
			margin: 0;
			list-style: none;
		}
			nav ul ul li a {
				padding: 16px 25px 14px 25px;
				color: #ffffff;
			}	
				nav ul ul li a:hover {
					background: #033985;
					background-image: url("../img/sipka_nav_h.72e18cf5c0c9.png");
					background-position: center right;
					background-repeat: no-repeat;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}


/* ----- Drobková navigace ----- */

.breadcrumb {
	position: relative;
	margin-bottom: 20px;
	color: #bdc9da;
}

.breadcrumb span.separator {
	padding-left: 5px;
	padding-right: 5px;
}

.breadcrumb a, .breadcrumb a:visited {
	text-decoration: underline;
	color: #97ade3;
}

.breadcrumb a:hover, .breadcrumb a:active {
	text-decoration: none;
	color: #bdc9da;
}






