body {
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #6b747c;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
	color: #ff9900;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

p {
	padding: 0;
	margin: 0 0 5px 0;
}

a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

table {
	border-collapse: collapse;
	font-size: 11px;
	color: #fff;
	text-align: left;
}
table td {
	padding: 2px 5px;
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 10px;
	margin: 0;
	border: none;
}
input {
	font-size: 10px;
}

.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
}

.no_border {
	border: none !important;
}

.no_margin {
	margin: 0 !important;
}

.red {
	color: #ff0000 !important;
}

.green {
	color: #00b11d !important;
}

.yellow {
	color: #ffe03c !important;
}

.grey {
	color: #8d8d8d !important;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}

#page {
	position: relative;
	width: 927px;
	padding-top: 185px;
	padding-bottom: 20px;
	margin: 0 auto;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 165px;
	background-image: url(../design/header.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#hp_link {
	position: relative;
	display: block;
	width: 205px;
	height: 165px;
}

#left {
	float: left;
	width: 205px;
}

.cenik_box {
	padding-bottom: 26px;
	background-color: #5e5e5e;
	background-image: url(../design/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #fff;
}
.cenik_box h2 {
	margin: 0;
	padding: 8px 15px 5px 15px;
	font-size: 13px;
	text-align: left;
	background-color: #ff7301;
	border-bottom: 1px solid #9ea7ae;
	color: white;
}

.menu_box {
	padding-bottom: 26px;
	background-color: #5e5e5e;
	background-image: url(../design/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 30px;
}
.menu_box h2 {
	margin: 0;
	padding: 8px 15px 5px 15px;
	font-size: 13px;
	text-align: left;
	background-color: #ff7301;
	border: 1px solid #fff;
	border-bottom: 1px solid #9ea7ae;
	color: white;
}
.menu_box h2 a {
	text-decoration: none;
}
.menu_box h2 a:hover {
	text-decoration: underline;
}
.menu_box ul {
	margin: 0;
	padding: 10px 15px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	list-style: none;
	text-align: left;
}
.menu_box ul li {
	
}
.menu_box ul li a {
	display: block;
	width: 100%;
	color: #fff200;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0 8px 0;
	border-bottom: 1px dashed #9ea7ae;
}
.menu_box ul li a:hover {
	text-decoration: underline;
}
.menu_box ul li a.active {
	color: #fff;
}

.menu_box ul li ul {
	margin: 0;
	padding: 3px 0 0 0;
	border: none;
}
.menu_box ul li ul li {
	
}
.menu_box ul li ul li a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	padding: 3px 10px;
	border: none;
}
.menu_box ul li ul li a.active {
	text-decoration: underline
}

#content {
	position: relative;
	float: right;
	width: 709px;
	padding-top: 50px;
}

#horizontal_menu {
	width: 707px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #fff;
	background-color: #000;
	padding: 10px 0 8px 0;
}
#horizontal_menu a {
	text-decoration: none;
	margin: 0 15px;
}
#horizontal_menu a:hover {
	text-decoration: underline;
}

#content_left {
	float: left;
	width: 500px;
	text-align: left;
}

#akce_box {
	background-color: #2dd400;
	/*background-color: #fff200;*/
	background-image: url(../design/illu_novinky2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #fff;
	padding: 10px 10px 20px 10px;
	margin-bottom: 20px;
	color: #fff;
	line-height: 15px;
}

#content_right {
	float: right;
	width: 195px;
	text-align: left;
}

#form_search {
	border: 1px solid #fff;
	background-color: #5e5e5e;
	text-align: left;
}
#form_search label {
	color: #f3d63c;
}
#form_search input {
	width: 100px;
	margin-right: 5px;
}
#form_search a {
	display: block;
	padding: 5px 10px 0 0;
	text-align: right;
	font-weight: normal;
}
#form_search .button {
	width: 50px;
	height: 15px;
	position: relative;
	top: 1px;
	background: none;
	border: none;
	background-image: url(../design/b_search.jpg);
	background-repeat: no-repeat;
}

#akcni_zbozi {
	border: 1px solid #9ea7ae;
	background-color: #5e5e5e;
	text-align: center;
	padding: 10px 0 0 0;
}

#cenik {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	padding: 10px 0;
}
#akcni_zbozi strong {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffe03c;
	margin-bottom: 10px;
}
#akcni_zbozi img {
	margin-bottom: 5px;
}
#akcni_zbozi a {
	font-weight: normal;
	text-decoration: none;
}
#akcni_zbozi a:hover {
	text-decoration: underline;
}

.footer_akce {
	background-color: #000;
	text-align: left;
	padding: 5px 10px;
}
.footer_akce .more_yellow {
	float: right;
}

.more_yellow {
	display: block;
	background-image: url(../design/arrow_yellow.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 8px;
	color: #ffe03c;
}

.more_white {
	display: block;
	background-image: url(../design/arrow_white.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
.more_white:hover {
	text-decoration: none;
}

#hp_kontakty {
	border: 1px solid #9ea7ae;
	background-color: #161616;
	text-align: left;
	padding: 10px;
}
#hp_kontakty p {
	margin-bottom: 25px;
}

.product_row {
	padding-bottom: 10px;
	margin: 10px;
}
.product_box {
	width: 220px;
	margin: 10px 0;
}
.uzsi_box {
	width: 190px;
}
.product_box h3, .product_box h2 {
	margin: 0;
	height: 30px;
	padding: 8px 15px 5px 15px;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	background-color: #ff7301;
	border: 1px solid #fff;
	border-bottom: 1px solid #9ea7ae;
}
.product_box h3 a, .product_box h2 a {
	text-decoration: none;
}
.product_box h3 a:hover, .product_box h2 a:hover {
	text-decoration: underline;
}

.product_box p {
	width: 100%;
	height: 102px;
	padding-top: 10px;
	background-image: url(../design/product_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0;
}

.product_box p a.img_a {
	display: block;
	position: relative;
}

.product_box p a.img_a img.stitek {
	position: absolute;
}

.product_box .product_footer {
	padding: 5px;
	background-color: #000;
}

.more_white_bg {
	background-image: url(../design/arrow_white.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

#filtr {
	/*background-color: #2471c5;*/
	background-color: #5e5e5e;
	border: 1px solid #fff;
	padding: 5px;
	margin-bottom: 30px;
	color: #fff;
}

#filtr table {
	font-weight: bold;
	color: #fff;
}
#filtr table td {
	padding: 2px 0;
}
#filtr table td.f_name {
	color: #fff200;
	padding-right: 20px;
}
#filtr table td a {
	margin: 0 5px;
	text-decoration: none;
}
#filtr table td a:hover {
	text-decoration: underline;
}

.strankovani {
	padding: 5px 0;
	text-align: center;
}
.strankovani a {
	font-size: 13px;
}
.strankovani a.active {
	color: #fff200;
}

.strankovani .prev {
	float: left;
	background-image: url(../design/arrow_left.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 7px;
}
.strankovani .next {
	float: right;
	background-image: url(../design/arrow_right.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 7px;
}

#path {
	padding-bottom: 10px;
	position: relative;
	border-top: 1px solid #fff;
}
#path2 {
	padding-bottom: 0;
	position: relative;
	border-top: 1px solid #fff;
}
#path span, #path2 span {
	background-color: #6b747c;
	position: relative;
	top: -10px;
	padding-right: 10px;
}
#path a, #path2 a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff200;
	text-decoration: none;
}
#path a:hover, #path2 a:hover {
	text-decoration: underline;
}

#detail {
	padding-bottom: 30px;
}
#detail h1 {
	margin: 0 0 0 0; 
	padding: 8px 15px 5px 15px;
	font-size: 12px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	background-color: #ff7301;
	border-bottom: 1px solid #6b747c;
}

#detail_img {
	float: left;
	width: 250px;
	padding: 0 0 60px 0;
	background-color: #fff;
	text-align: center;
	background-image: url(../design/detail_img_footer.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #000;
}

#detail_img img {
	margin-top: 10px;
}

#detail_img a.stitek_a {
	width: 100%;
	display: block;
	position: relative;
}

#detail_img a.stitek_a img.stitek {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
}

#detail_img .detail_price {
	font-size: 20px;
	padding-top: 15px;
}

#detail_desc {
	float: right;
	width: 240px;
}

#detail_desc table {
	font-size: 12px;
	color: #fff;
}
#detail_desc table td {
	padding: 7px 0;
	vertical-align: top;
}
#detail_desc table td.d_name {
	padding-right: 10px;
	color: #f3d63c;
	font-weight: bold;
	text-align: right;
}

#detail_desc_footer {
	padding: 5px;
	background-color: #000;
}

#detail_desc_footer a {
	font-size: 10px;
	color: #fff200;
	text-decoration: none;
	background-image: url(../design/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 7px;
}
#detail_desc_footer a:hover {
	text-decoration: underline;
}

#other_products {
	padding-bottom: 0px;
	position: relative;
	border-top: 1px solid #fff;
}
#other_products span {
	background-color: #6b747c;
	position: relative;
	top: -8px;
	padding-right: 10px;
}

#footer {
	padding-top: 40px;
	color: #fff;
}
#footer a {
	color: #fff;
}

#form_search2 {
	border: 1px solid #fff;
	background-color: #5e5e5e;
	text-align: left;
}
#form_search2 table {
	width: 100%;
}
#form_search2 table td {
	padding: 5px 0 5px 10px;
	color: #f3d63c;
}
#form_search2 label {
	color: #f3d63c;
}
#form_search2 .button {
	width: 50px;
	height: 15px;
	position: relative;
	top: 1px;
	background: none;
	border: none;
	background-image: url(../design/b_search.jpg);
	background-repeat: no-repeat;
}

#table_akce {
	width: 100%;
	color: #fff;
}

#table_akce th {
	background-color: #5e5e5e;
	text-align: center;
}
#table_akce td, #table_akce th {
	padding: 3px 5px;
	border: 1px solid #fff;
}

#help_tool { 
	position: absolute;
	margin: 0;
  padding: 0;  
  z-index: 100;
  background-color: #ffffff; 
  visibility: hidden; 
}

.abl {
	font-size: 10px;
	font-weight: normal;
	padding: 10px;
	color: #fff;
	background-color: #5e5e5e;
}

#link_q {
	display: block;
	height: 18px;
	background-image: url(../design/icon_quest.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
}

#form_q {
	margin-bottom: 10px;
	display: none;
}
#form_q table td {
	padding: 2px 3px 2px 0;
}


#form_q .button {
	text-align: center;
	padding-top: 10px;
}
#form_q .button input {
	font-size: 12px;
}
#form_q label {
	color: #fff;
	font-weight: bold;
}
#q_name, #q_email {
	width: 150px;
}
#q_dotaz {
	width: 150px;
	height: 70px;
}

.error {
	color: #920303;
	font-weight: bold;
}

#back {
	text-align: right;
	padding: 0 0 10px 0;
	position: relative;
	top: -10px;
}
#back a {
	font-size: 16px;
}

#detail_imgs {
	text-align: center;
	padding: 5px 2px;
}
#detail_imgs a img {
	border: 1px solid #000;
}

.tool_tip {
	width: 220px;
	padding: 10px;
	background-color: #999;
	color: #fff;
	border: 2px solid #000;
}
.tool_tip p {
	margin-bottom: 10px;
}