html, body {
	height: 100%;
	font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #000;
}

body {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	color: #fe100d;
	padding: 0;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 32px;
	color: #fe100d;
	padding: 15px 0 0 0 ;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #fe100d;
	padding: 15px 0 0 0 ;
	margin: 0 0 15px 0;
}

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

a {
	color: #fe100d;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
	font-size: 12px;
	color: #fff;
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

ul {
	padding: 10px 0 0 17px;
	margin: 0 0 15px 0;
}
ul li {
	padding: 0;
	margin: 0;
}

.clear {
  width: 100%;
	display: block;
	font-size: 1px;
	clear: both;
	background-color: #000;
}

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

.text_center {
	text-align: center;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.no_border {
	border: none !important;
}

.no_bg {
	background: none !important;
}

.no_margin {
	margin: 0 !important;
}

.no_padding {
	padding: 0 !important;
}

.red {
	color: #fe100d !important;
}
.grey {
	color: #878888 !important;
}
.white {
	color: #fff !important;
}
.green {
	color: #118508 !important;
}

.bigger_text {
	font-size: 18px !important;
	line-height: 24px !important;
}

#page {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 170px;
	text-align: left;
}
#page.page_hp {
	padding-top: 370px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 106px;
}
#header.hp_header {
	height: 290px;
}

#header_row {
	position: relative;
	left: 0;
	width: 960px;
}
#header.hp_header #header_row {
	height: 78px;
}

#hp_flash {
	width: 960px;
	height: 210px;
}

#logo {
	float: left;
}
#logo img {
	display: block;
}

#header_row_right {
	float: right;
	padding-top: 30px;
}
#header_langs {
	float: right;
	color: #fe100d;
	padding: 8px 140px 0 0;
}
#header_langs a {
	margin-right: 10px;
}
#header_row_links {
	float: right;
	color: #fe100d;
	padding: 5px 0 0 0;
}
#header_row_links a {
	font-size: 12px;
	margin: 0 5px;
}
#header_row_right form {
	float: right;
	height: 26px;
	padding-left: 30px;
	margin-left: 25px;
	border-left: 1px solid #878888;
}
#header_row_right form #search {
	float: left;
	display: block;
	width: 157px;
	height: 26px;
	color: #fff;
	padding: 0 5px;
	margin-right: 10px;
	border: none;
	background: none;
	background-image: url(../design/bg_search.gif);
	background-repeat: no-repeat;
}
#header_row_right form .button {
	float: left;
	display: block;
	width: 112px;
	height: 26px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 0 0 0 0;
	border: 0;
	background: none;
	background-image: url(../design/butt_search.gif);
	background-repeat: no-repeat;
}
#header_row_right form a:hover {
	text-decoration: underline;
}

#top_menu {
	position: absolute;
	top: 120px;
	left: 0;
	width: 980px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#top_menu.hp_menu {
	top: 300px;
}
#top_menu li {
	float: left;
	margin-right: 4px;
}
#top_menu li.last {
	margin: 0;
}
#top_menu li.last a {
	padding-left: 29px;
	padding-right: 29px;
}
#top_menu li a {
	float: left;
	display: block;
	height: 29px;
	font-size: 16px;
	font-weight: normal;
	color: #fe100d;
	text-align: center;
	text-decoration: none;
	padding: 10px 30px 0 30px;
	background-image: url(../design/bg_menu.gif);
	background-repeat: repeat-x;
}
#top_menu li a.active, #top_menu li a:hover {
	color: #fff;
	background-image: url(../design/bg_menu_active.gif);
}

#content {
	position: relative;
	left: 0;
	width: 960px;
	line-height: 24px;
	padding-bottom: 20px;
}

.product_row {
	width: 100%;
	margin-bottom: 20px;
}

.product_box {
	float: left;
	width: 300px;
	margin-right: 30px;
}
.product_box h3 {
	padding: 0;
	margin: 0 0 10px 0;
}
.product_box h3 a {
	text-decoration: none;
}
.product_box h3 a:hover {
	text-decoration: underline;
}
.product_box .img {
	display: block;
	width: 300px;
	height: 99px;
	margin-bottom: 5px;
}
.product_box .img img {
	display: block;
}
.product_box p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.product_box .box_more {
	display: block;
	font-size: 12px;
	text-align: right;
}

#left {
	float: left;
	width: 210px;
	padding-top: 40px;
}

#menu {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
#menu li {
	font-size: 12px;
	color: #878888;
	padding: 2px 0 2px 10px;
	border-bottom: 1px solid #666666;
}
#menu li a span {
	font-size: 12px;
	color: #878888;
}
#menu li a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 18px;
	text-decoration: none;
	padding: 2px 0 2px 13px;
	background-image: url(../design/arrow_grey_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu li a:hover {
	color: #fe100d;
	background-image: url(../design/arrow_red_b.gif);
}

#menu li.active {
	background-color: #2c2d2d;
	border-bottom: 1px solid #2c2d2d;
}
#menu li.active a {
	color: #fe100d;
	background-image: url(../design/arrow_red_g.gif);
}

#menu li.active ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li.active ul li {
	font-size: 12px;
	line-height: 19px;
	padding: 0 0 0 15px;
	border: none;
}
#menu li.active ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
	padding: 0 0 0 13px;
	background-image: url(../design/arrow_grey_g.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu li.active ul li a:hover, #menu li.active ul li.active a, #menu li.active ul li.active ul li a:hover, #menu li.active ul li.active ul li.active a {
	color: #fe100d;
	text-decoration: none;
	background-image: url(../design/arrow_red_g2.gif);
}
#menu li.active ul li.active ul li a {
	color: #fff;
	text-decoration: underline;
	background-image: url(../design/arrow_grey_g.gif);
}

#menu li.active ul li.active {
	padding: 0 0 0 15px;
}
#menu li.active ul li.active ul li {
	padding: 0 0 0 15px;
}

#main {
	float: right;
	width: 710px;
}

#main_left {
	float: left;
	width: 480px;
	font-size: 12px;
	line-height: 17px;
}
#main_left a {
	font-size: 12px;
}

#path {
	height: 40px;
	color: #878888;
}
#path span {
	margin: 0 5px;
}

#path2 {
	font-size: 12px;
	color: #878888;
	margin-bottom: 30px;
}
#path2 span {
	margin: 0 5px;
}

#form_razeni {
	padding: 5px 10px;
	margin-bottom: 20px;
	background-color: #262626;
}
#form_razeni label {
	margin-right: 5px;
}

.product_row2, .product_row3 {
	margin-bottom: 30px;
}

.product_box2 {
	float: left;
	width: 150px;
	font-size: 12px;
	line-height: 17px;
	margin-right: 15px;
}
.product_row3 .product_box2 {
	margin-right: 50px;
}
.product_box2 .prod_label {
	display: block;
	height: 40px;
	font-size: 12px;
	overflow: hidden;
}
.product_box2 .prod_label2 {
	display: block;
	height: 20px;
	font-size: 12px;
	overflow: hidden;
}
.product_box2 .prod_img {
	display: block;
	height: 158px;
}
.product_box2 .prod_img img {
	display: block;
}
.product_box2 p {
	height: 40px;
	margin-bottom: 5px;
}
.product_box2 .prod_price {
	float: left;
	display: block;
	width: 80px;
	color: #fe100d;
	padding: 5px 0 0 0;
}

.strike {
	color: #878888;
	text-decoration: line-through;
}

.product_box2 .prod_price strong {
	font-size: 16px;
}
.prod_buy {
	float: right;
	display: block;
	width: 60px;
	height: 21px;
	font-size: 14px !important;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 5px 0 0 0;
	background-image: url(../design/bg_koupit.gif);
	background-repeat: repeat-x;
}
.prod_buy:hover {
	text-decoration: underline;
}

#a_imgs, #a_uls {
	float: right;
	display: block;
	height: 16px;
	padding: 2px 0 0 22px;
	background-repeat: no-repeat;
	background-position: left 5px;
}
#a_imgs.active, #a_uls.active, #a_imgs:hover, #a_uls:hover {
	color: #fff;
	text-decoration: none;
}
#a_imgs {
	background-image: url(../design/filtr_imgs.gif);
}
#a_uls {
	margin-left: 20px;
	background-image: url(../design/filtr_uls.gif);
}

#main_right {
	float: right;
	width: 190px;
	padding-top: 40px;
}

div.label {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 15px;
}

#form_vyrobci {
	height: 54px;
	text-align: center;
	padding-top: 7px;
	background-image: url(../design/bg_vyrobci.gif);
	background-repeat: repeat-x;
}

#left_info {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	background-color: #101010;
}
#left_info li {
	line-height: 20px;
	padding: 0 0 4px 15px;
}
#left_info li a {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	padding: 0 0 0 13px;
	background-image: url(../design/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#basket_info {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding: 10px 15px;
	margin-bottom: 20px;
	background-image: url(../design/bg_basket_info.gif);
	background-repeat: repeat-x;
}
#basket_info table {
	width: 160px;
	margin-bottom: 10px;
}
#basket_info table td.right_col {
	color: #fe100d;
	text-decoration: underline;
	text-align: right;
}
#basket_info a {
	display: block;
	width: 150px;
	height: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 6px 0 0 0;
	margin: 0 auto;
	background-image: url(../design/butt_showBasket.gif);
	background-repeat: no-repeat;
}
#basket_info a:hover {
	text-decoration: underline;
}

#box_sleva {
	font-size: 12px;
	line-height: 17px;
	padding: 10px 15px;
	margin-bottom: 20px;
	background-image: url(../design/bg_slevy.gif);
	background-repeat: repeat-x;
}
#box_sleva a {
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
}
#box_sleva a img {
	display: block;
}

#box_sleva table {
	width: 160px;
	margin-bottom: 10px;
}
#box_sleva table td.right_col1 {
	color: #878888;
	text-decoration: line-through;
	text-align: right;
}
#box_sleva table td.right_col2 {
	font-size: 14px;
	font-weight: bold;
	color: #fe100d;
	text-align: right;
}

a.butt_koupit {
	display: block;
	height: 21px;
	font-size: 14px !important;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 5px 0 0 0;
	background-image: url(../design/bg_koupit.gif);
	background-repeat: repeat-x;
}
a.butt_koupit:hover {
	text-decoration: underline;
}

#box_navody {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 10px 15px;
	background-color: #101010;
}
#box_navody li {
	line-height: 18px;
	padding: 0 0 5px 0;
}
#box_navody li a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 13px;
	background-image: url(../design/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}

#form_meny {
	height: 54px;
	text-align: center;
	padding-top: 7px;
	background-image: url(../design/bg_vyrobci.gif);
	background-repeat: repeat-x;
}
#form_meny #mena {
	width: 160px;
}

#footer {
	position: relative;
	left: 0;
	width: 920px;
	padding: 20px 0 20px 40px;
	background-color: #262626;
}
#footer .h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #fe100d;
	margin: 0 0 15px 0;
	padding: 0;
}
#footer .clear {
	background-color: #262626;
}

#footer_left {
	float: left;
	width: 440px;
	font-size: 12px;
	line-height: 18px;
	margin: 0 40px 0 0;
	border-right: 1px solid #fff;
}
#footer_right {
	float: left;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#footer_left .sep, #footer_right .sep {
	font-size: 11px;
	color: #878888;
	margin: 0 8px;
}

#copy {
	position: relative;
	left: 0;
	width: 960px;
	padding: 20px 0 20px 0;
}
#copy p {
	font-size: 12px;
	color: #878888;
	margin: 0;
}

.strankovani {
	font-size: 14px;
	color: #878888;
	text-align: right;
	padding: 20px 0;
}
.strankovani.text_center {
	text-align: center;
}
.strankovani a {
	font-size: 14px;
	font-weight: bold;
}
.strankovani a.active {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.strankovani span {
	margin: 0 2px;
}

#gallery {
	padding: 0;
}

#gallery table {
}
#gallery table td {
	border: 1px solid #878888;
	padding: 17px 17px;
	text-align: center;
	background-color: #000;
}

#tbl_products {
	width: 100%;
}
#tbl_products th, #tbl_products td {
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #878888;
}
#tbl_products th.col2 {
	width: 220px;
}
#tbl_products th.col3 {
	width: 40px;
}
#tbl_products th.col4 {
	width: 70px;
	text-align: right;
}

#form_detail {
	float: right;
	width: 220px;
	margin: 0;
	padding: 0;
}
#form_detail fieldset {
	margin: 0;
	padding: 0;
}
#form_detail table {
	width: 100%;
}
#form_detail table td {
	text-align: right;
	padding: 0 0 8px 0;
}
#form_detail table td.det_label {
	font-weight: bold;
	color: #878888;
	text-align: left;
}
#form_detail #det_pocet {
	width: 40px;
	height: 20px;
	color: #fff;
	text-align: center;
	border: none;
	background: none;
	background-image: url(../design/bg_search.gif);
	background-repeat: no-repeat;
}

#form_detail table tr.det_price td {
	font-size: 14px;
	color: #fe100d;
	padding-top: 30px;
}
#form_detail table tr.det_price td.det_price_value {
	font-weight: normal;
}
#form_detail table tr.det_price td.det_price_value strong {
	font-size: 20px;
}

#det_img {
	float: left;
	width: 220px;
}
#detail_thumbs {
	clear: both;
	width: 220px;
	padding-top: 10px;
}
#detail_thumbs a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
#detail_thumbs a.last_a {
	margin: 0 0 10px 0;
}

strong.sub_label {
	display: block;
	color: #878888;
	margin-bottom: 5px;
}

div.det_desc {
	margin-bottom: 40px;
}

.det_buy {
	float: right;
	display: block;
	width: 150px;
	height: 21px;
	font-size: 14px !important;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 5px 0 0 0;
	background-image: url(../design/bg_koupit.gif);
	background-repeat: repeat-x;
}
.det_buy:hover {
	text-decoration: underline;
}

#det_souvisejici {
	padding: 20px 0 0 55px;
	background-color: #282828;
}
#det_souvisejici p {
	font-weight: bold;
}
#det_souvisejici .clear {
	background-color: #282828;
}

.product_box3 {
	float: left;
	width: 126px;
	margin-right: 25px;
}
.product_box3 .prod_label {
	display: block;
	height: 40px;
	overflow: hidden;
}
.product_box3 .prod_img {
	display: block;
}
.product_box3 .prod_img img {
	display: block;
}

#det_souvisejici .product_box3 {
	width: 160px;
	margin: 0 60px 20px 0;
}
#det_souvisejici .last {
	margin: 0 0 20px 0;
}

#form_registration fieldset {
	margin: 0;
	padding: 0;
}
#form_registration .reg_box {
	float: left;
	margin-right: 70px;
}
#form_registration td {
	padding: 0 10px 5px 0;
}
#form_registration label {
	font-weight: bold;
}
#form_registration input {
	width: 160px;
	height: 20px;
	color: #fff;
	border: none;
	background: none;
	background-image: url(../design/bg_search.gif);
	background-repeat: no-repeat;
}

#form_registration .button {
	display: block;
	width: 100px;
	height: 26px;
	font-size: 14px !important;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	background-image: url(../design/bg_koupit.gif);
	background-repeat: repeat-x;
}

.error {
	font-size: 11px;
  font-weight: bold;
  border: 1px dashed #fe100d;
  background-color: #000;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

#form_login {
	width: 360px;
}
#form_login .cover_box {
	width: 360px;
	text-align: center;
	padding: 20px 0;
	margin: 0 0 20px 0;
	background-color: #282828;
}
#form_login p {
	width: 180px;
	text-align: left;
	margin: 0 auto 15px auto;
}
#form_login p.no_margin {
	margin: 0 auto 0 auto !important;
}
#form_login a {
	font-size: 12px;
}
#form_login p.text_center {
	width: 360px;
	text-align: center;
	margin: 0;
}
#form_login label {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
#form_login input {
	width: 180px;
	height: 20px;
	color: #fff;
	border: none;
	background: none;
	background-image: url(../design/bg_search.gif);
	background-repeat: no-repeat;
}
#form_login .button {
	display: block;
	width: 100px;
	height: 26px;
	font-size: 14px !important;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	background-image: url(../design/bg_koupit.gif);
	background-repeat: repeat-x;
}


#form_zapomenute {
	width: 400px;
	font-size: 12px;
}
#form_zapomenute .cover_box {
	padding: 20px;
	margin: 0 0 20px 0;
	background-color: #282828;
}
#form_zapomenute label {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
#form_zapomenute input {
	width: 180px;
	height: 20px;
	color: #fff;
	border: none;
	background: none;
	background-image: url(../design/bg_search.gif);
	background-repeat: no-repeat;
}
#form_zapomenute .button {
	display: block;
	width: 100px;
	height: 26px;
	font-size: 14px !important;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	background-image: url(../design/bg_koupit.gif);
	background-repeat: repeat-x;
}

#table_basket {
	width: 100%;
}
#table_basket th {
	border-bottom: 1px solid #444444;
}
#table_basket th, #table_basket td {
	padding: 8px 0;
}

#table_basket td input {
	width: 40px;
	height: 20px;
	color: #fff;
	text-align: center;
	border: none;
	background: none;
	background-image: url(../design/bg_search.gif);
	background-repeat: no-repeat;
}
#table_basket td .button {
	display: block;
	width: 100px;
	height: 26px;
	font-size: 14px !important;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-image: url(../design/butt_showBasket.gif);
	background-repeat: repeat-x;
}
#table_basket td .button.red_bg {
	float: right;
	background-image: url(../design/bg_koupit.gif);
}
#table_basket td a.button {
	height: 21px;
	padding: 5px 0 0 0;
}

#table_basket th.product {
	width: 240px;
}
#table_basket th.amount {
	width: 100px;
	text-align: center;
}
#table_basket th.price {
	width: 100px;
	text-align: right;
}
#table_basket td strong {
	font-size: 13px;
}
#table_basket tr.total td {
	font-size: 14px;
	font-weight: bold;
	color: #fe100d;
	padding: 25px 0 25px 0;
	border-top: 1px solid #444444;
}
#table_basket tr.total td strong {
	font-size: 16px;
}

#order_menu {
	margin: 0 0 20px 0;
}	
#order_menu div {
	float: left;
	height: 27px;
	font-size: 16px;
	font-weight: normal;
	color: #737474;
	text-align: center;
	text-decoration: none;
	padding: 10px 13px 0 12px;
	margin: 0 3px 0 0;
	background-color: #202121;
}
#order_menu div.active {
	color: #fff;
	background-image: url(../design/bg_menu_active.gif);
	background-repeat: repeat-x;
}

#form_udaje fieldset {
	margin: 0;
	padding: 0;
}
#form_udaje td {
	padding: 0 20px 10px 0;
}
#form_udaje label {
	font-weight: bold;
}
#form_udaje table input {
	width: 160px;
	height: 20px;
	color: #fff;
	border: none;
	background: none;
	background-image: url(../design/bg_search.gif);
	background-repeat: no-repeat;
}

.butt_back {
	float: left;
	display: block;
	height: 21px;
	font-size: 14px !important;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 5px 10px 0 10px;
	background-image: url(../design/butt_showBasket.gif);
	background-repeat: repeat-x;
}
.butt_next {
	float: right;
	display: block;
	height: 21px;
	font-size: 14px !important;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 5px 10px 0 10px;
	background-image: url(../design/bg_koupit.gif);
	background-repeat: repeat-x;
}
.butt_print {
	float: right;
	display: block;
	height: 21px;
	font-size: 14px !important;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 5px 10px 0 10px;
	background-image: url(../design/butt_showBasket.gif);
	background-repeat: repeat-x;
}


#form_payment table td {
	vertical-align: top;
	padding: 0 10px 8px 0;
}
#form_payment table label {
	display: block;
	font-weight: bold;
	color: #fe100d;
	padding: 3px 0 0 0;
}
#form_payment #note {
	width: 250px;
	height: 100px;
}

.payment_cover {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #444444;
}

.tbl_customer {
	float: left;
	margin-right: 40px;
}

.tbl_customer td {
	padding: 0 10px 5px 0;
}
.tbl_customer td.label {
	font-weight: bold;
	color: #878888;
}

.actions {
	margin-bottom: 30px;
}
.actions h3 {
	padding-top: 0;
}

#seradit {
	margin-right: 10px;
}


#hp_box {
    font-size: 16px;
    padding: 20px;
    margin-bottom: 20px;
    border: 4px solid #999;
}
