body {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	/*background-color: #f6ecf2;*/
	background-color: #fff;
	margin: 0;
	padding: 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;
	color: #9a005b;
	padding: 0;
	margin: 0 0 5px 0;
}

p {
	padding: 0;
	margin: 0 0 5px 0;
}

a {
	color: #9a005b;
	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: #9a005b;
}

#main .no_margin {
	margin: 0 !important;
}

.red {
	color: #ff0000;
}

#page {
	position: relative;
	width: 926px;
	margin: 0 auto;
	padding-top: 200px;
	padding-bottom: 20px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 926px;
	height: 200px;
	background-image: url(../design/header.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: left;
}
#basket_link {
	position: absolute;
	top: 120px;
	right: 40px;
	display: block;
	width: 100px;
	height: 30px;
}
#hp_link {
	display: block;
	width: 740px;
	height: 155px;
}
#form_search {
	width: 270px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	padding: 0;
	margin: 165px 0 0 0;
}
#form_search fieldset {
	padding: 0 3px 0 0;
}
#form_search label {
	color: #fff;
	font-weight: bold;
}
#form_search input {
	border: 1px solid #9a005b;
	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 {
	width: 680px;
	position: relative;
	top: 5px;
	padding: 8px 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;
	background-image: url(../design/bg_page.jpg);
	background-repeat: repeat-y;
}

#right {
	float: right;
	width: 740px;
	text-align: left;
}

#left {
	float: left;
	width: 180px;
	text-align: left;
}

#main {
	float: left;
	width: 540px;
	padding: 0 10px;
	font-size: 12px;
}
#main a {
	font-size: 12px;
}

#main_right {
	float: right;
	width: 174px;
	background-color: #f6f3f5;
}

#main h1, #main h2 {
	border-bottom: 2px solid #9a005b;
	color: #ec008c;
	font-size: 15px;
	font-weight: bold;
	padding: 7px 0 5px 0;
}

.main_label {
	border-top: 2px solid #9a005b;
	border-bottom: 2px solid #9a005b;
	color: #ec008c;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	background-color: #f6f3f5;
}

.detail_label {
	border-bottom: 2px solid #9a005b;
	color: #ec008c;
	font-size: 15px;
	font-weight: bold;
	padding: 7px 0 5px 5px;
}

.menu {
	background-color: #f6f3f5;
	list-style: none;
	padding: 5px 10px 5px 10px;
	margin: 0;
}

.menu li {
	border-bottom: 1px dotted #b1b8a5;
	padding: 5px 0 5px 0;
}

.menu li a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-left: 7px;
}
.menu li a:hover {
	background-image: url(../design/more.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.menu li a.active {
	font-weight: bold;
	background-image: url(../design/more.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: #000;
	text-decoration: none;
	background: none;
}
.menu li ul li a:hover, .menu li ul li a.active {
	background: none;
}

#form_login {
    position: relative;
	color: #000;
	font-size: 11px;
	margin-bottom: 10px;
}
#form_login fieldset {
	
}

#form_login a {
	position: absolute;
	top: 0;
	right: 0;
	color: #9a005b;
	font-size: 10px;
	margin: 10px 13px 0 0;
}

#form_login input {
	background: none;
	background-color: #fff;
	border: 1px solid #9a005b;
	font-size: 12px;
	width: 150px;
}

#form_login input.button {
	background: none;
	border: none;
	width: 70px;
	height: 23px;
}

#hp_parfemy {
	padding: 10px;
	margin-bottom: 10px;
	color: #000;
}
#hp_parfemy a {
	display: block;
	margin-bottom: 3px;
}

#hp_parfemy2 {
	padding: 10px 0;
	text-align: center;
}
#hp_parfemy2 .product_box {
	float: none;
	background-color: #fff;
	margin: 0 auto 15px auto;
	text-align: center;
}
#hp_parfemy2 .product_box a.box_img {
	margin: 0 auto;
}

#hp_poradna {
	padding: 5px;
	margin-bottom: 10px;
	color: #000;
}
#hp_poradna strong {
	color: #000;
}
#hp_poradna p {
	margin-bottom: 10px;
}

#hp_inzerce {
	padding: 5px;
	margin-bottom: 10px;
	color: #05435d;
}
#hp_inzerce p {
	margin-bottom: 10px;
}

#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 {
	padding-bottom: 20px;
}

.product_box {
	width: 163px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.product_box a {
	color: #000;
	text-decoration: none;
}
.product_box a:hover {
	text-decoration: underline;
}

.product_box a.box_img {
	display: block;
	width: 150px;
	height: 110px;
}

.product_box p.prod_typ {
	color: #9a005b;
	padding: 5px 0 0 0;
}

.product_box span.producer {
	color: #f38236;
	text-transform: uppercase;
}

.product_box p.background {
	background-color: #f6f3f5;
	padding: 7px 4px 0 4px;
	text-align: left;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 0;
}
.product_box p.background a {
	color: #9a005b;
}

.product_box p.price {
	text-align: right;
	margin-top: 0;
	padding-bottom: 2px;
}
.product_box p.price strong {
	color: #9a005b;
}

#hp_sady td {
	width: 145px;
	padding: 5px 0;
}

#footer {
	clear: both;
	border-top: 2px solid #9a005b;
	background-color: #f6f3f5;
	padding: 10px 10px 5px 10px;
	text-align: center;
	color: #000;
}
#footer a {
	font-size: 10px;
}

#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: right;
	width: 180px;
	text-align: center;
}
#detail_img img {
	margin-bottom: 5px;
}

#detail_img a {
	font-weight: normal;
}

#detail_tbl {
	float: right;
	width: 200px;
}
#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.price strong {
	font-size: 16px;
	color: #546b11;
}

#form_detail {
	margin: 0 0 20px 0;
	padding: 0;
}
#form_detail fieldset {
	margin: 0;
	padding: 0;
}
#form_detail input {
	width: 20px;
	text-align: center;
	border: 1px solid #9a005b;
}
#form_detail .parf_button {
	width: 70px;
	height: 23px;
	background: none;
	border: none;
}
#form_detail table {
}
#form_detail table td {
	padding: 5px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f6f3f5;
}
#form_detail table td.parf_name {
	width: 60px;
}
#form_detail table td.parf_price {
	width: 60px;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	color: #9a005b;
	font-weight: bold;
}
#form_detail table td.parf_pozn {
	width: 90px;
}

#detail_label {
	background-color: #f7fee5;
	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;
}
#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;
}

.strankovani {
	padding: 10px 0;
	text-align: center;
}
.strankovani a {
	font-size: 11px;
	color: #9a005b;
	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;
}

#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;
}

.phone_num {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ED008C;
}


.sex_label h3 {
	position: relative;
	top: -1px;
}

.table_img {
	width: 110px;
	height: 110px;
	float: left;
}

a.all_producers {
	display: block;
	width: 137px;
	height: 23px;
	margin: 10px auto;
	background-image: url(../design/butt_znacky.png);
	background-repeat: no-repeat;
}

.producers_box {
	float: left;
	margin-right: 60px;
} 
.producers_box h2 {
	font-size: 12px !important;
	border: none !important;
	margin: 0 !important;
} 

#detail_basket .error {
  background-color: #10bd29;
  border-color: #000;
}

h2.sex_label {
	width: 530px;
	height: 19px;
	font-size: 11px !important;
	font-weight: bold !important;
	color: #000 !important;
	padding: 7px 0 0 10px !important;
	margin-bottom: 10px;
	border: 0 !important;
	background-image: url(../design/bg_label.gif);
	background-repeat: no-repeat;
}

#form_producers {
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 2px solid #9a005b;
}
#form_producers fieldset {
	padding: 0 0 15px 0;
}
#form_producers label {
	font-weight: bold;
}
#form_producers .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 {
	width: 926px;
	margin: 0 auto;
	padding: 3px 0;
	color: #fff;
	background-color: #ED008C;
}

#sitemap ul li {
	padding: 2px 0;
}

#filter {
	padding: 10px 0;
}
#filter strong {
	display: block;
}
#filter p {
	color: #ec008c;
}
#filter p a {
	color: #ec008c;
	text-decoration: none;
}
