body {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #13427b;
	margin: 0;
	padding: 0 0 20px 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;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

p {
	padding: 0;
	margin: 0 0 5px 0;
}

a {
	color: #ff6500;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
	font-size: 11px;
	color: #000;
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 10px;
	margin: 0;
	border: none;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

.text_center {
	text-align: center;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.more {
	color: #dd2b27;
	background-image: url(../design/more.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 8px;
}

#main .no_margin {
	margin: 0 !important;
}

.red {
	color: #ff0000;
}

.orange {
	color: #ff6500 !important;
}

#page {
	position: relative;
	width: 926px;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 195px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 926px;
	height: 185px;
	background-image: url(../design/header.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: left;
}
#hp_link {
	display: block;
	width: 330px;
	height: 140px;
}
#form_search {
	width: 220px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	padding: 0;
	margin: 10px 10px 0 0;
}
#form_search fieldset {
	padding: 0 3px 0 0;
}
#form_search label {
	color: #00125e;
	font-weight: bold;
}
#form_search input {
	border: 1px solid #05435d;
	font-size: 10px;
	margin: 0 5px;
}
#form_search .button {
	width: 26px;
	height: 18px;
	position: relative;
	top: 1px;
	margin: 0;
	background: none;
	border: none;
	background-image: url(../design/butt_ok.jpg);
	background-repeat: no-repeat;
}

#top_menu {
	position: relative;
	top: 5px;
	padding: 15px 0 0 15px;
}
#top_menu a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 0 25px 0 0;
	padding-right: 25px;
	background-image: url(../design/menu_separator.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#top_menu a.last {
	margin: 0;
	padding: 0;
	background: none;
}
#top_menu a:hover {
	text-decoration: underline;
}

#content {
	width: 926px;
	background-color: #fff;
}

#right {
	float: right;
	width: 740px;
	text-align: left;
}

#left {
	float: left;
	width: 180px;
	text-align: left;
}

#main {
	float: left;
	width: 540px;
	padding: 0 10px;
}

#main_right {
	float: right;
	width: 174px;
}

#main h1, #main h2 {
	border-bottom: 2px solid #195aa6;
	color: #ff6500;
	font-size: 15px;
	font-weight: bold;
	padding: 7px 0 3px 0;
}

.main_label {
	border-bottom: 2px solid #195aa6;
	color: #ff6500;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0 5px 25px;
	background-image: url(../design/bullet_label.jpg);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

.detail_label {
	border-bottom: 2px solid #195aa6;
	color: #ff6500;
	font-size: 15px;
	font-weight: bold;
	padding: 7px 0 5px 5px;
}

#menu {
	background-color: #195aa6;
	list-style: none;
	padding: 5px 10px 5px 10px;
	margin: 1px 0 20px 0;
}

#menu li {
	border-bottom: 1px dotted #fff;
	padding: 5px 0 5px 0;
}

#menu li a {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	padding-left: 7px;
}
#menu li a:hover {
	background-image: url(../design/arrow_menu.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#menu li a.active {
	font-weight: bold;
	background-image: url(../design/arrow_menu.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}

#menu li.no_border {
	border: none;
}

#menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li ul li {
	margin: 0;
	padding: 3px 0 3px 10px;
	border: none;
}
#menu li ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background: none;
}
#menu li ul li a:hover, #menu li ul li a.active {
	background: none;
	text-decoration: underline;
}

.background_box {
	background-color: #e2f0fe;
}

#form_login {
	color: #05435d;
	font-size: 11px;
	position: relative;
	margin-bottom: 20px;
}

#form_login a {
	position: absolute;
	top: 0;
	right: 0;
	color: #dd2b27;
	font-size: 10px;
	margin: 10px 13px 0 0;
}

#form_login input {
	background: none;
	background-color: #fff;
	border: 1px solid #05435d;
	font-size: 12px;
	width: 150px;
}

#form_login input.button {
	background: none;
	border: none;
	width: 75px;
	height: 21px;
	background-image: url(../design/butt_prihlasit.jpg);
	background-repeat: no-repeat;
}

#hp_poradna {
	padding: 5px;
	margin-bottom: 20px;
	color: #05435d;
}
#hp_poradna p {
	margin-bottom: 10px;
}
#hp_poradna strong {
	color: #05435d;
}
#hp_poradna .more {
	font-weight: normal;
}

#hp_best {
	padding: 5px 5px 5px 20px;
	margin-bottom: 20px;
	color: #05435d;
}
#hp_best p {
	margin-bottom: 10px;
}
#hp_best a {
	display: block;
	line-height: 19px;
	color: #05435d;
	font-weight: normal;
	text-decoration: none;
}
#hp_best a:hover {
	text-decoration: underline;
}

#hp_tipy {
	padding: 5px;
	margin: 0;
	list-style: none;
}
#hp_tipy li {
	padding: 3px 0;
	margin: 0;
	background-image: url(../design/more.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
#hp_tipy li a {
	font-size: 12px;
	font-weight: bold;
	color: #484e53;
}

.product_row {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

.product_box {
	position: relative;
	width: 169px;
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px dashed #ccc;
	text-align: center;
}

.product_box a {
	color: #000;
	text-decoration: none;
}
.product_box a:hover {
	text-decoration: underline;
}

.product_box .box_img {
	position: relative;
	display: block;
	width: 150px;
	height: 125px;
	margin: 0 auto 5px auto;
	text-align: center;
}

.product_box .box_img img {
	position: relative;
	z-index: 10;
}

a.label_new {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 140px;
	height: 90px;
	z-index: 100;
	background-image: url(../design/l_novinka3.png);
	background-repeat: no-repeat;
}

.product_box a.prod_name {
	display: block;
	overflow: hidden;
	height: 25px;
}

.product_box p.background {
	overflow: hidden;
	height: 50px;
	background-color: #fff4d9;
	padding: 7px 4px 4px 4px;
	text-align: left;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.product_box p.background a {
	color: #00125e;
	font-weight: normal;
	text-decoration: underline;
}
.product_box p.background a:hover {
	text-decoration: none;
}


.product_box p.price {
	text-align: right;
	margin-top: 0;
	padding-bottom: 2px;
}
.product_box p.price strong {
	color: #ff7820;
}

#hp_sady td {
	width: 145px;
	padding: 5px 0;
}

#footer {
	clear: both;
	background-color: #f7fee5;
	padding: 10px 0 5px 0;
	text-align: center;
	font-size: 10px;
	color: #05435d;
}

#drob_navigace {
	padding: 5px 0 20px 0;
}
#drob_navigace a {
	color: #000;
	font-weight: normal;
	font-size: 11px;
	margin: 0 5px 0 5px;
}
#drob_navigace a.no_margin_l {
	color: #000;
	font-weight: normal;
	font-size: 11px;
	margin: 0 5px 0 0;
}

#detail_desc {
	float: left;
	width: 350px;
}
#detail_desc p {
	margin-bottom: 10px;
}

#detail_img {
	float: left;
	width: 270px;
}
#detail_img img {
	margin-bottom: 5px;
}

#detail_img a {
	font-weight: normal;
}

#detail_img .more_images {
	text-align: center;
}
#detail_img .more_images a img {
	border: 1px solid #ccc;
	margin: 10px 0 0 0;
}

#detail_tbl {
	float: right;
	width: 230px;
}
#detail_tbl table {
	width: 100%;
}
#detail_tbl td {
	background-color: #ecf5ff;
	color: #0a2b58;
	border: 1px solid #fff;
	padding: 5px 5px;
}
#detail_tbl td.label {
	width: 50px;
	text-align: right;
	font-weight: bold;
}
#detail_tbl td input{
	border: none;
}

#detail_tbl td.price strong {
	font-size: 16px;
	color: #ff6500;
}

#form_detail {
	margin: 0 0 20px 0;
	padding: 0;
}
#form_detail fieldset {
	margin: 0;
	padding: 0;
}
#form_detail input {
	width: 20px;
	font-size: 11px;
	text-align: center;
	margin-left: 5px;
	border: 1px solid #05435d;
}
#form_detail .button {
	position: relative;
	left: 10px;
	width: 75px;
	height: 21px;
	background: none;
	border: none;
	background-image: url(../design/butt_koupit.jpg);
	background-repeat: no-repeat;
}
#form_detail table {
	width: 100%;
}
#form_detail table td {
	padding: 5px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f6f3f5;
}
#form_detail table td.price {
	font-size: 13px;
	color: #ff6500;
	font-weight: bold;
}

#detail_label {
	padding: 7px 5px;
	font-weight: bold;
	color: #0a2b58;
}

#detail_popis {
	padding: 5px 5px;
	line-height: 17px;
}

#form_registration {
}

#form_registration h2 {
  font-size: 12px;
  font-weight: bold;
  border: none;
}

#form_registration td {
  padding: 2px 5px;
}

#form_registration td.button {
  padding-top: 20px;
}

#form_registration .float_left {
  margin-right: 10px;
}

.error {
	font-size: 11px;
  font-weight: bold;
  border: 1px dashed #9a005b;
  background-color: #f6ecf2;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
}

#logged {
	padding: 10px;
	font-size: 11px;
	color: #47591d;
	text-align: center;
	margin-bottom: 10px;
}
#logged strong {
	display: block;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
}
#logged a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
#logged a:hover {
	text-decoration: none;
}

#hp_kosik {
	padding: 10px;
	margin-bottom: 20px;
}

#basket_info {
	font-size: 12px;
	color: #05435d;
	line-height: 20px;
	margin-bottom: 10px;
}

#hp_kosik .more {
	font-weight: normal;
}

#form_newsl {
	color: #05435d;
	text-align: center;
}

#form_newsl p {
	padding: 0 20px;
	margin-bottom: 10px;
	line-height: 17px;
}

#form_newsl label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

#form_newsl input {
	background: none;
	background-color: #fff;
	border: 1px solid #05435d;
	font-size: 11px;
	width: 140px;
	margin-bottom: 5px;
}

#form_newsl input.button {
	background: none;
	border: none;
	width: 75px;
	height: 21px;
	background-image: url(../design/butt_prihlasit.jpg);
	background-repeat: no-repeat;
}

.strankovani {
	padding: 10px 0;
	text-align: center;
}
.strankovani a {
	font-size: 11px;
	color: #ff6500;
	margin: 0 3px;
}
.strankovani a.active {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0 3px;
	text-decoration: none;
}
.strankovani .prev {
	float: left;
	height: 22px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../design/arrow_left.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding: 0px 0 0 20px;
	margin: 0;
}
.strankovani .next {
	float: right;
	height: 22px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../design/arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;
	padding: 0px 20px 0 0;
	margin: 0;
}
.strankovani .prev:hover, .strankovani .next:hover {
	text-decoration: underline;
}

#form_registration {
}

#form_registration h2 {
  font-size: 12px;
  font-weight: bold;
  border: none;
}

#form_registration td {
  padding: 2px 5px;
}

#form_registration td.button {
  padding-top: 20px;
}

#form_registration .float_left {
  margin-right: 15px;
}

.error {
	font-size: 11px;
  font-weight: bold;
  border: 1px dashed #05435d;
  background-color: #e2f0fe;
  color: #05435d;
  padding: 10px;
  margin-bottom: 10px;
}

#table_basket {
	border-collapse: collapse;
	width: 100%;
}

#table_basket th {
	font-size: 11px;
	text-align: center;
	padding: 4px 5px;
	border: 1px solid #999;
}
#table_basket td {
	padding: 5px 5px;
	border: 1px solid #999;
}
#table_basket th.product {
	width: 200px;
}

#table_basket input.count {
	width: 17px;
	text-align: right;
}

#table_pay {
	border-collapse: collapse;
}
#table_pay td {
	padding: 5px 5px;
}
#table_pay td label {
	font-weight: bold;
}

#table_basket .button, #table_pay .button {
	font-weight: bold;
}

#order_table_delivery td {
  padding: 2px 5px;
}

#order_table_delivery td.button {
  padding-top: 20px;
}

#form_order h2 {
  font-size: 12px;
  font-weight: bold;
}