body {
	background-color: #fff;
	color: #000;
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif, Tahoma, Arial, Helvetica;
	font-size: 16px;
	line-height: 150%;
}

input, textarea, select {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif, Tahoma, Arial, Helvetica;
	padding: 4px;
}

form {
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 16px;
}

br {
	margin: 0px;
	padding: 0px;
}

.td {
	display: table-cell;
	vertical-align: middle;
}

a img {
	border: 0px;
}

a {
	color: #de371d;
	text-decoration: underline;
}

a:hover {
	color: #de371d;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	color: #de371d;
    margin-top: 2px;
    margin-bottom: 5px;
    font-weight: normal;
}

h1 {
	font-size: 18px;
    margin-bottom: 15px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

hr {
	color: #c3e1f6;
	height: 1px;
	border-width: 0px;
	background-color: #c3e1f6;
}



.clear {
	clear: both;
}

.form {	padding: 10px;
	background-color: #ecf2f7;
}

.small {
	font-size: 12px;
	font-weight: normal;
}


#head {
    position: fixed;
	top: 0px;
	left: 0px;
    width: 100%;
    height: 50px;
	background-color: #222;
	color: #fff;
}

#head a.logo {	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 12px 10px;
}

#head-buttons {	float: right;
}

#head-buttons ul {	margin: 0px;
	padding: 0px;
	list-style: none;
}

#head-buttons ul li {
    background: url("/images/head-btn-bg.png") repeat-y left top;
	float: left;
}

#head-buttons ul li a {
	display: block;
	width: 50px;
	height: 50px;
}

#head-buttons ul li a.kos {
    background: url("/images/head-btn-kos.png") no-repeat center;
}

#head-buttons ul li a.menu {
    background: url("/images/head-btn-menu.png") no-repeat center;
}

#head-buttons ul li a.search {
    background: url("/images/head-btn-search.png") no-repeat center;
}



#content {
	margin: 50px 0px 0px 0px;
}

.obsah {	padding: 10px;
}

.note {
	color: #666;
}


#copyright {
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	color: #666;
}

#copyright a {
	color: #666;
	text-decoration: none;
}

#copyright a:hover {
	color: #000;
	text-decoration: underline;
}

ul.list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px #c3e1f6 solid;
	width: 100%;
}

ul.list li {
	clear: both;
	border-top: 1px #c3e1f6 solid;
}

ul.list li:nth-child(even) {	background: #fff;
}

ul.list li:nth-child(odd) {	background: #fff;
}

ul.list li a, ul.list li.label {
	display: block;
	aline-height: 40px;
	text-decoration: none;
	color: #000;
}

ul.list li a, ul.list li.label {	padding: 10px 10px;
}

ul.list li a {
	padding: 10px 0px;
	margin: 0px 10px;
}

ul.list li.bold {
	background-color: #e4f7ff;
	color: #000;
	font-weight: bold;
}

ul.list li.back a {
    background: url("/images/list-arrow-left.png") no-repeat left center;
    padding-left: 25px;
}

ul.list li.next a {
    background: url("/images/list-arrow-right.png") no-repeat right center;
}

ul.list li.down a {
    background: url("/images/list-arrow-down.png") no-repeat right center;
}

ul.list li.product-list a.detail, ul.list li.product-list div.kos {	display: block;
	_height: 90px;
	min-height: 90px;
	margin: 0px 5px;
	padding: 8px 0px;
	line-height: 150%;
}

ul.list li.product-list div.kos a.img {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	float: left;
}

ul.list li.product-list a.detail img {
	margin: 5px 0px 5px 0px;
	float: left;
}

ul.list li.product-list div.data {	margin-left: 90px;
}

ul.list li.product-list div.data h2 {
	display: block;
	overflow: hidden;
	color: #000;
    margin: 0px;
    font-weight: normal;
}

ul.list li.product-list div.data span.vl {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	color: #666;
}

ul.list li.product-list div.data div.mn {
	display: block;
	margin-top: 10px;
}

ul.list li.product-list div.data span.mn span {
	color: #666;
}

ul.list li.product-list div.data span.cena {	display: block;
	margin-top: 6px;
	color: #cc0304;
}


ul.list li.product-count {	background-color: #f6fdff;
}

ul.list li.product-count a, ul.list li.product-list div.data a.btn, ul.list li.product-count input[type='submit'] {	display: inline-block;
	margin: 10px 0px 10px 10px;
	padding: 5px 14px;
	-moz-border-radius: 8px;
	-webkit-border-bottom: 8px;
	border-radius: 8px;
	background-color: #3fbbd3;
	border: 1px #3fbbd3 solid;
	color: #fff;
	text-align: center;
}

ul.list li.product-count input[type='submit'], ul.list li.product-count input[type='submit']:focus {
	background-color: #e24f2a;
	border: 1px #e24f2a solid;
}

ul.list li.product-count input[type='submit'].blue, ul.list li.product-count input[type='submit'].blue:focus {
	background-color: #3fbbd3;
	border: 1px #3fbbd3 solid;
}

ul.list li.product-list div.data a.btn {	float: right;
	margin: 0px 20px 0px 0px;
}

ul.list li.product-count span {	margin-left: 10px;
	color: #3fbbd3;
}


#pdetail div.img {	text-align: center;
	margin: 20px 0px;
}

#pdetail div.gal {	margin: 0px 5px;
}

#pdetail div.gal ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#pdetail div.gal ul li {
	float: left;
	display: block;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	margin: 10px 5px;
}

#pdetail div.gal ul li a {    display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 80px;
	height: 80px;
	padding: 5px;
	border: 1px #c3e1f6 solid;
}


#pdetail div.dostupnost, #pdetail div.dostupnost_skladem {	margin: 10px 0px 20px 0px;
	text-align: center;
	acolor: #666;
}

#pdetail div.dostupnost_skladem {
	color: #8ab82e;
}


ul.pvl {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px #c3e1f6 solid;
	width: 100%;
	background-color: #fff7e5;
}

ul.pvl li {
	clear: both;
	border-top: 1px #c3e1f6 solid;
	padding: 10px 10px;
}

ul.pvl li div.label1 {
	float: left;
	width: 140px;
}

ul.pvl li div.label1 span {	color: #666;
	font-size: 14px;
}

ul.pvl li div.label2 {
	float: left;
	width: 140px;
	font-weight: bold;
	color: #e24f2a;
	text-align: center;
}

#pdetail ul li input[type='submit'] {
	display: inline-block;
	margin: 0px;
	padding: 6px 20px;
	-moz-border-radius: 8px;
	-webkit-border-bottom: 8px;
	border-radius: 8px;
	background-color: #e24f2a;
	border: 1px #e24f2a solid;
	color: #fff;
	text-align: center;
}

input[type='number'] {	font-weight: normal;
	padding: 4px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bbb;
	-moz-box-shadow: 2px 2px 6px #ddd inset;
	-webkit-box-shadow: 2px 2px 6px #ddd inset;
	box-shadow: 2px 2px 4px #ddd inset;
	margin: 0px 0px 2px 0px;
	background-color: #fafafa;
	width: 70px;
}

.dp {	padding: 6px 10px;
}

.dp input[type='radio'] {	margin: 0px;
	margin-top: 2px;
	padding: 0px;
	float: left;
}

.dp label {
	display: block;
	margin-left: 30px;
}

.error {
	padding: 10px;
	color: #fff;
	background-color: #de371d;
}


ul.list li input.form, ul.list li select.form, ul.list li input.psc, ul.list li textarea.form {
	font-weight: normal;
	padding: 4px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bbb;
	-moz-box-shadow: 2px 2px 6px #ddd inset;
	-webkit-box-shadow: 2px 2px 6px #ddd inset;
	box-shadow: 2px 2px 4px #ddd inset;
	margin: 0px 0px 2px 0px;
	background-color: #fafafa;
	width: 95%;
}

ul.list li input.form:focus, ul.list li select.form:focus, ul.list li input.psc:focus, ul.list li textarea.form:focus {	outline: 0px;
	border: 1px solid #45adf3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ul.list li input.psc::-webkit-outer-spin-button,
ul.list li input.psc::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

ul.list li input.psc {	width: 40%;
}

.radio {	aline-height: 40px;
}

.radio label {	display: block;
	margin-left: 25px;
}

.radio input {	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	float: left;
}

#kbox1, #kbox2 {	display: none;
}


#detail-foto {	margin: 20px 0px;
	text-align: center;
}

#detail-foto img {	max-width: 100%;
	_width: 100%;
	height: auto;
}



ul.list li.db-count {
	background-color: #f6fdff;
}

ul.list li.db-count ul {	margin: 0px;
	padding: 0px;
	list-style: none;
	margin: 10px 7px;
	float: left;
}

ul.list li.db-count ul li {
	border: 0px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}


ul.list li.db-count ul li a {
	display: inline-block;
	margin: 0px;
	margin-right: 2px;
	padding: 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-bottom: 4px;
	border-radius: 4px;
	background-color: #3fbbd3;
	color: #fff;
	text-align: center;
}

ul.list li.db-count ul li a.active {
	background-color: #e24f2a;
}

ul.list li.db-count ul li span {
	color: #3fbbd3;
}

span.bold {
	font-weight: bold;
}


#search {	display: none;
	padding: 15px 10px;
	background-color: #f2f2f2;
	line-height: 40px;
}

#search.show, .show {
	display: block;
}

.hide {
	display: none;
}


#search input[type='search'] {
	font-weight: normal;
	padding: 4px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bbb;
	-moz-box-shadow: 2px 2px 6px #ddd inset;
	-webkit-box-shadow: 2px 2px 6px #ddd inset;
	box-shadow: 2px 2px 4px #ddd inset;
	margin: 0px 0px 2px 0px;
	background-color: #fafafa;
	width: 80%;
	display: inline-block;
}

#search input[type='submit'] {	float: right;
	display: inline-block;
	margin-left: 0px;
	padding: 5px 10px;
	-moz-border-radius: 6px;
	-webkit-border-bottom: 6px;
	border-radius: 6px;
	background: #3fbbd3 url("/images/head-btn-search.png") no-repeat center;
	border: 1px solid #3fbbd3;
	color: #fff;
	text-align: center;
	width: 40px;
	height: 32px;
}


.autocomplete-suggestions {	width: 500px;
	border: 1px solid #999;
	background: #fff;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	line-height: 30px;
}

.autocomplete-suggestion {	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-selected {	background: #f0f0f0;
}

.autocomplete-suggestions strong {	font-weight: normal;
	color: #3399ff;
}


#slider {	margin: 0px auto 0px auto;
}

#slider ul {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	list-style: none;
}

#slider ul li {
	margin: 0px;
	padding: 0px;
	dispay: block;
	width: 260px;
	height: 320px;
	overflow: hidden;
	text-align: center;
}

#slider ul li a {	display: block;
	width: 260px;
	height: 300px;
	color: #000;
	text-decoration: none;
}

#slider ul li a span.img {
	margin: 0px auto;
	width: 260px;
	height: 220px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#slider ul li a span.img img {	max-width: 220px;
	_width: 220px;
	height: auto;
	max-height: 220px;
	_height: 220px;
}

#slider ul li a span.popis {
	display: block;
	height: 50px;
	overflow: hidden;
	margin-top: 5px;
}

#slider ul li a span.cena {
	color: #de371d;
}


#prevBtn, #nextBtn {
	display: block;
	width: 20px;
	height: 300px;
	margin-top: 10px;
}

#prevBtn {	float: left;
	margin-left: 5px;
}

#nextBtn {
	float: right;
	margin-right: 5px;
}

#prevBtn a, #nextBtn a {
	display: block;
	width: 100%;
	height: 100%;
}

#prevBtn a {
    background: url("/images/list-arrow-left.png") no-repeat center;
}

#nextBtn a {
    background: url("/images/list-arrow-right.png") no-repeat center;
}

ul.list li.label.radio a {
	display: inline;
	text-decoration: underline;
	color: #de371d;
	margin: 0px;
}
