/* W Solutions (c) 2008 */
* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Tahoma;
}
body, html {
	background-color: #f4f6e1;
	font-family: Tahoma;
	font-size: 12px; 
	margin: 0;
	padding	: 0;
	color: #261b17;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #d82727;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #d82727;
	text-decoration: underline;
}

fieldset {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
}
.box_left fieldset, .box_right fieldset {
	margin-left: 17px;
	margin-right: 17px;
}
fieldset dl {
	padding: 0;
	color: #1f2022;
	min-height:10px;
}

fieldset dl:hover {
	color: #b21212;
}
hr {
	border: 1px solid #7c8081;
	margin-top: 3px;
	margin-bottom: 5px;
}

fieldset dt {
	float: left;	
	width: 30%;
	text-align: left;
	display: block;
	font-weight: bold;
}
fieldset.objednavka dt {
	width: 20%;
	text-align:center;
}
fieldset dl span {
	font-size: 10px;
	font-weight: normal;
}
p {
	margin-bottom: 8px;
}
.box_left fieldset dt, .box_right fieldset dt {
	width: 40%;
}
fieldset dd {
	margin-left: 31%;
	vertical-align: top;
	margin-bottom: 3px;
	font-weight: bold;
	text-align: left;
}
fieldset.objednavka dd {
	margin-left: 21%;
}

input, textarea, select {
	border: 1px solid #d8d8d8;
	padding: 3px;
	width: 115px;
}
input.captcha {
		width: 40px;
		vertical-align:20px; 
		margin-right: 15px;
}
input.produktov {
	width: 15px;
	vertical-align: middle;
}
textarea.text {
	width: 300px;
	height: 120px;
}
.box_left fieldset dl dd select, .box_right fieldset dl dd input {
	width: 90px;
}
input.radio {
	width: 15px;
	height: 15px;
	padding: 5px;
	border: none;
	vertical-align: middle;
}
input.submit {
	background-color: #7c8081;
	background-image: url('./images/input_submit.png');
	background-repeat: repeat-x;
	height: 28px;
	color: #ffffff;
	border: 1px solid #7a7976;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
}
input.submit:hover {
	background-position: 0 100%;
}
input.file {
	width: 190px;
}

input#input_search {
	width: 128px !important;
	height: 19px !important;
	width: 133px;
	height: 24px;
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	background-image: url('./images/input_search.png');
	color: #616767;
	float: left;
	border: none;
}

input#input_search_submit {
	width: 75px;
	height: 24px;
	background-image: url('./images/button_search.png');
	cursor: pointer;
	color: #FFFFFF;
	display: inline;
	border: none;
	padding: 0;
}

input#input_search_submit:hover {
	background-position: left 24px;
}
input.kupit {
	width: 126px;
	height: 31px;
	background-color: #7c8081;
	background-image: url('./images/input_kupit.png');
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: -1px -1px #464840;
	font-size: 13px;
	cursor: pointer;
	margin-top: 10px;
}
.box_left input.kupit {
	margin-top: 5px;
}
input.kupit:hover {
	background-position: left 29px;
}

h2 {
	margin-left: 20px;
	font-size: 17px;
}

h2, h2 a:link, h2 a:hover, h2 a:active, h2 a:visited, h3 a:link, h3 a:hover, h3 a:active, h3 a:visited {
	text-align: left;
	color: #7c8081;
	text-shadow: 1px 1px #ffffff;
	margin-bottom: 5px;
}

h2 span {
	font-style: italic;
	color: #261b17;
}

h3 {
	text-align: left;
	font-size: 14px;
	margin-bottom: 3px;
}
h3.sub {
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: -5px;
}
h3.kod {
	margin-left: 20px;
}

h3 span {
	float: right;
	color: #d82727;
}

#header {
	width: 980px;
	height: 196px;
	height: 176px !important;
	margin: 0 auto 0;
	padding-top: 20px;
	background-image: url('./images/header_bg.png');
	background-repeat: no-repeat;
}

#header h1 a {
	width: 320px;
	height: 75px;
	display: block;
	text-indent: -50000px;
	float: left;
}

#header ul {
	width: 980px;
	height: 54px;
	padding-top: 47px;
	display: block;
	clear: left;
}
#header ul li {
	list-style-type: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 2px 2px #464840;
	float: left;
}
#header ul a:hover {
	background-image: url('./images/menu_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}
#header ul li a:link, #header ul li a:hover, #header ul li a:visited, #header ul li a:active {
	padding-top: 18px;
	color: #FFFFFF;
	height: 36px;
	display: block;
}
#header ul li a#domov, #header ul li a#kontakt {
	width: 145px;
}
#header ul li a#akonakupovat {
	width: 190px;
}
#header ul li a#podmienky, #header ul li a#otazky {
	width: 250px;
}
#header #search {
	float: right;
	margin-right: 50px;
}
#content {
	width: 1000px;
	margin: 0 auto 0;
	padding-top: 20px;
}
#content_left {
	width: 240px;
	height: 100%;
	float: left;
}
#content_right {
	width: 240px;
	height: 100%;
	float: right;
}
#content_center {
	width: 520px;
	height: 100%;
	margin: 0 auto 0;
	padding-top: 30px;
	text-align: center;
}
#footer {
	clear: both;
	margin-top: 15px;
	margin-bottom: 10px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #53494c;
}
#footer span {
	color: #d82727;
}
#footer a:hover {
	text-decoration: none;
	color: #d82727;
}
.box_top_left, .box_top_right {
	width: 220px;
	height: 39px;
	padding-top: 35px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: -1px -1px #464840;
	background-color: #d82727;
}
.box_top_left {
	background-image: url('./images/box_top_left.png');
	padding-left: 20px;
	text-align: left;
}
.box_top_right {
	background-image: url('./images/box_top_right.png');
	padding-right: 20px;
	text-align: right;
}
.box_left, .box_right {
	width: 204px;
	text-align: left;
	background-image: url('./images/box_content.png');
	background-color: #f0f0f0;
}
.box_left {
	margin-left: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box_right {
	margin-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box_bottom_left, .box_bottom_right {
	width: 204px;
	height: 33px;
	background-image: url('./images/box_bottom.png');
}
.box_bottom_left {
	margin-left: 14px;
}
.box_bottom_right {
	margin-left: 24px;
}
ul.menu li a:link, ul.menu li a:active, ul.menu li a:visited, ul.menu li a:hover, ul.subkat li a:link, ul.subkat li a:active, ul.subkat li a:visited, ul.subkat li a:hover {
	color: #53494c;
	text-decoration: none;
	width: 100%;
	display: block;
}
ul.menu li a.unblock {
	display: inline;
}
ul.menu {
	margin-bottom: 5px;
}
ul.menu li {
	color: #53494c;
	font-weight: bold;
	list-style-type: none;
	margin-left: 17px;
	font-size: 14px;
}
ul.menu li h2 {
	color: #53494c;
	font-size: 14px;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.subkat {
	padding-bottom: 15px;
}
ul.subkat li, ul.subkat li:hover {
	min-height: 18px !important;
	min-height: 21px;
	list-style-type: none;
	padding-left: 42px;
	padding-top: 3px;
	background-image: url('./images/box_li.png');
	background-repeat: no-repeat;
	background-position: bottom;
}
ul.subkat li:hover {
	background-image: url('./images/box_li_hover.png');
}
ul.sperky li {
	width: 160px;
	height: 235px;
	color: #53494c;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	list-style-type: none;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 6px;
}
ul.sperky a:link, ul.sperky a:hover, ul.sperky a:active, ul.sperky a:visited {
	color: #53494c;
}
ul.sperky li div.obrazok {
	width: 140px;
	height: 140px;
	margin: 0 auto 0;
	text-align: center;
	background-color: #000000;
}
ul.sperky_center {
	margin-left: 7px;
}
ul.sperky_center li {
	width: 160px;
	float: left;
	padding: 0;
	float: left;
	border: 1px dashed #d8d8d8;
} 
ul.sperky li h3 {
	height: 25px;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
ul.sperky li img {
	margin-bottom: 5px;
}
ul.sperky li a.kosik {
	width: 34px;
	height: 29px;
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: 8px;
	background-image: url('./images/button_kosik.png');
	text-indent: -50000px;
}
ul.sperky li a.kosik:hover {
	background-position: 0 100%;
}
ul.sperky li span.cena {
	display: block;
	margin-top: 7px;
	margin-left: 10px;
	float: left;
}
span.cena span.small {
	font-size: 10px;
	color: #d82727;
}
div.cena span.small {
	font-size: 12px;
	color: #d82727;
}
.box, .boxl {
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	padding: 7px;
	width: 95%;
	margin: 0 auto 0;
	margin-bottom: 10px;
}
.boxl {
	text-align: left;
}
.boxl a {
	color: #b21212;
}
.error {
	width: 90%;
	background-color: #d82727;
	border: 1px solid #b21212;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	margin: 0 auto 0;
	margin-bottom: 10px;
}
.admin-icon {
	float: right;
	margin-left: 5px;
	margin-top: -14px;
}
.admin-icon2 {
	vertical-align: middle;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}
div.paging {
	/* clear: both;*/
	padding-top: 9px;
	padding-bottom: 9px;
}
div.paging a {
	color: #261b17;
}
a.paging {
	margin-left: 2px;
	margin-right: 2px;
}
.clear {
	clear: both;
}
.actual {
	background-color: #FFFFFF;
	border: 1px solid #D72626;	
	/* #d8d8d8; */
	padding: 3px;
	padding-left: 4px;
	padding-right: 4px;
}
ul.detail {
	list-style: none;
	line-height: 20px;
	font-size: 13px;
	margin-top: 100px;
	text-align: left;
	margin-left: 260px;
}
ul.detail li {
	margin-bottom: 7px;
}
select.velkost {
	width: 80px;
	vertical-align: middle;
}
.produkt {
	margin-top: 6px;
	margin-bottom: 20px;
	min-height: 255px;
}
.detimg {
	float: left;
	width: 250px;
	height: 250px;
	text-align: center;
	margin-bottom: 3px;
	text-align: center;
	background-color: #000000;
	border: 2px solid #d8d8d8;
}
.suv {
	text-align: left;
	margin-bottom: 10px;
}
div.cena {
	width: 230px;
	margin-top: 15px;
	color: #7c8081;
	text-shadow: 2px 2px #d8d8d8;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	float: right;
	line-height: 15px;
}
.velkostp {
	float: left;
	position: absolute;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px dashed #7c8081;
	background-color: #d8d8d8;
	padding: 5px;
	opacity: 0.85;
	text-align: left;
}
#tooltip h6, #tooltip div { 
	margin: 0; 
	font-weight: bold; 
	color: #d82727; 
	font-size: 12px;
}
.orderby {
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	margin-left: 7px;
	margin-right: 7px;
	padding: 5px;
	text-align: left;
	margin-bottom: 10px;
	font-size: 11px;
}
.orderby span {
	font-weight: bold;
	color: #d82727;
}
.orderby select {
	vertical-align: middle;
	margin-left: 4px;
}
div.popis {
	text-align: left;
	font-size: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #7c8081;
}
.meniny {
	float: left;
	position: absolute;
	top: 120px;
	color: #53494c;
}
#stats {
	font-weight: bold;
	float: right;
	margin-top: 50px;
	margin-right: -250px;
	text-align: right;
	color: #7c8081;
	text-shadow: 1px 1px #ffffff;
	font-size: 13px;
}
#stats span {
	font-size: 11px;
}
#stats strong, div.popis span {
	color: #d82727;
}
.red {
	color: #d82727;
}
ul.kosik, ul.kosik:hover {
	margin-left: 17px;
	margin-right: 17px;
	list-style-type: none;
}
ul.kosik li {
	line-height: 18px;
}
ul.kosik li.cena {
	font-weight: bold;
	color: #d82727;
	border-bottom: 1px solid #7c8081;
	margin-bottom: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
}
ul.kosik li.cena span {
	font-weight: normal;
	color: #261b17;
}
ul.kosik li.prod a {
	font-weight: bold;
	color: #53494c;
	font-size: 10px;
}
ul.kosik li.spolu {
	font-size: 14px;
	font-weight: bold;
}
input.del {
	cursor: pointer;
	background: none;
	background-image: url('./images/delete.png');
	width: 16px;
	height: 16px;
	border: none;
	text-indent: -50000px;
	margin-right: 4px;
	float: left;
}
input.poc {
	cursor: pointer;
	background: none;
	background-image: url('./images/refresh.png');
	width: 16px;
	height: 16px;
	border: none;
	margin-left: 3px;
	text-indent: -50000px;
	margin-top: 2px;
	vertical-align: text-bottom;
}
ul.objednavka {
	list-style: none;
	border-bottom: 1px solid #7c8081;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
ul.objednavka li {
	display: table-cell;
	line-height: 18px;
}
ul.objednavka li.prod {
	width: 450px;
}
ul.objednavka li.cena {
	width: 70px;
	text-align: right;
}
ul.objednavka li.pocet {
	width: 60px;
}
ul.top {
	border: none;
}
ul.top li {
	font-weight: bold;
	color: #53494c;
}
div.spolu {
	color: #53494c;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}
.myclear {
  clear: both;
}