/* CSS Document */
body {
  margin: auto;
	padding: 0px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: black;
  background: url(img/body_bg.gif); 
}
#wrapper {
  position: relative;
  margin: auto;
  width: 900px;
  padding-bottom: 10px;
}
/*Top menu*/
#top_menu {
  position: absolute;
  right: 15px;
  _right: 5px;
  top: 80px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 80%;
}
#top_menu li, #user_menu li {
  float: left;
  display: block;
  padding: 5px 10px 5px 10px;
  margin: 0px 10px 0px 10px;;
}
#top_menu li a, #user_menu li a {
  color: white;
  display: block;
  font-weight: bold;
  padding-bottom: 2px;
  text-decoration: none;
}
#top_menu li a:hover, #user_menu li a:hover, #user_menu li strong {
  color: white;
  border-bottom: 2px solid #E32B4D;
}
#top_menu li.active {
  background: url(img/top_menu_bg_left.png) no-repeat left top;
  _background: url(img/top_menu_bg_left.gif) no-repeat left top;
  padding: 5px 0px 5px 0px;
}
#top_menu li strong {
  padding: 5px 10px 5px 5px;
  margin-left: 5px;
  color: white;
  background: url(img/top_menu_bg.png) no-repeat right top;
  _background: url(img/top_menu_bg.gif) no-repeat right top;
}
/*User menu*/
#user_menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 28px;
  font-size: 90%;
  border-bottom: 1px solid #EFEDDA;
}
#user_menu li {
  margin: 0px 10px 0px 0px;
  padding: 5px 10px 5px 10px;
}
#user_menu li a {
  color: black;
}
#user_menu li a:hover, #user_menu li strong {
  color: black;
  padding-bottom: 0px;
}

/* Main menu*/
#menu {
  position: absolute;
  width: 208px;
}
#menu table {
  border-collapse:collapse;
  padding: 0px;
  margin: 0px;
  width: 0px;
  height: 0px;
  margin:-1px -4px -1px -4px;
}
#menu ul {
  position: relative;
  top: 0px;
  height: auto;
  overflow: visible;
  padding: 0px;
  margin: 0px 0px 0px 6px;
  list-style: none;
  width: 208px;
  font-weight: bold;
}
#menu ul ul {
  position: absolute;
  top: 72px;
  height: 0px;
  overflow: hidden;
  width: 208px;
}
#menu ul li a {
  display: block;
  padding: 0px;
  margin: 0px;
  width: 208px;
  height: 72px;
  color: #8A856B;
  text-align: left;
  line-height: 72px;
  cursor: pointer;
  text-decoration: none;
}
#menu ul li a span {
  display: none;
}
#menu ul :hover, #menu ul li:hover > a {
  background-position: 0 -72px;
}
#menu ul li.active a, #menu ul li.active a:hover {
  background-position: 0 -144px;
}
#menu ul li {
  float: left;
}
#menu ul li ul li {
  width: 208px;
  background-color: #F8F7EF;
}
#menu ul li ul li a {
  width: 180px;
  margin-left: 4px;
  _margin-left: 7px;
  _width: 184px;
}
#menu ul :hover ul, #menu ul li.active ul {
  position: relative;
  height: auto;
  overflow: visible;
  padding: 0px;
  margin: 0px;
  text-align: center;
  top: 0px;
  _top: 72px;
  _margin-bottom: 72px;
  cursor: default;
  font-size: 80%;
}
#menu ul :hover ul li a, #menu ul li.active ul li a {
  height: 20px;
  line-height: 20px;
  padding-left: 20px;
}
#menu ul li.active ul li a, #menu ul li ul li a {
  background: url(img/submenu_bg.gif) repeat-y left top;
  color: #8A856B;
}
#menu ul :hover ul li a:hover, #menu ul li ul li.active a {
  background: url(img/submenu_active.gif) no-repeat left bottom;
  color: #46442D;
}
#menu ul li ul li a.first {
  background: url(img/submenu_bg_top.gif) no-repeat left top;
}
#menu ul li ul li a.last {
  background: url(img/submenu_bg_bottom.gif) no-repeat left bottom;
}
#vina {
  background-image: url(img/menu_vina.png);
}
#specialni_vina {
  background-image: url(img/menu_spec_vina.png);
}
#doplnky {
  background-image: url(img/menu_doplnky.png);
}
#chutovky {
  background-image: url(img/menu_chutovky.png);
}
#darkova_baleni {
  background-image: url(img/menu_darkove_baleni.png);
}
#vyhodne_nabidky {
  background-image: url(img/menu_vyhodne_nabidky.png);
}
#login_box {
  position: absolute;
  top: 0px;
  width: 900px;
  font-size: 80%;
  background: url(img/login_box_bg.gif) left top repeat-x white;
  overflow: hidden;
}
#login_box p {
  margin: 35px 0px 5px 20px;
  padding: 0px;
  text-align: left;
}
#login_box p strong {
  color: #96182F;
}
#login_box form {
  height: 22px;
}
.lost_password {
  float: left;
  margin: 6px 0px 0px 10px;
  color: black;
  text-decoration: none;
}
.lost_password span {
  padding-left: 10px;
  background: url(img/arrow.gif) no-repeat left 4px;
  text-decoration: underline;
}
#login_box form {
  margin-top: 4px;
  _margin-top: 3px;
  padding-right: 30px;
  padding-bottom: 4px;
  float: right;
}
.login_submit {
  position: absolute;
  right: 5px;
  top: 5px;
}
#top_part {
  position: absolute;
  width: 900px;
  top: 0px;
  left: 0px;
  margin: auto;
  height: 116px;
  _height: 118px;
  background: url(img/top_bg.png) no-repeat left top;
  _background: url(img/top_bg.gif) no-repeat left top;
  border-top: 2px solid #A21B34;
}
#top_img {
  position: absolute;
  left: 315px;
  top: 0px;
  width: 575px;
  height: 116px;
  background: url(img/top_img.jpg) no-repeat left top;
  z-index: -1;
}
#header{
  position: absolute;
  left: 18px;
  top: 25px;
  width: 185px;
  height: 55px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  z-index: 1000;
}
#header a{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 185px;
  height: 55px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
	background: url(img/logo.gif) no-repeat left top;
	text-indent: -9999px;
	z-index: 1000;
}
#login_menu {
  position: absolute;
  right: 5px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 80%;
}
#login_menu li {
  float: left;
  display: block;
  margin-left: 5px;
  background: url(img/login_menu_bg2.gif) no-repeat right bottom #A21B34;
}
#login_menu li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 2px 8px 4px 10px;
  color: white;
}
#login_menu li#registrace a {
  background: url(img/login_menu_bg.gif) no-repeat left bottom;
}
#login_menu li#prihlaseni a {
  background: url(img/login_menu_bg.gif) no-repeat left bottom;
}
#login_menu li#prihlaseni a span{
  padding-left: 15px;
  display: block;
  background: url(img/arrow_right_red.gif) no-repeat left 5px;
}
#login_menu li#registrace a:hover span{
  background: url(img/arrow_down_red.gif) no-repeat left 6px;
}
#login_menu li#registrace a span{
  padding-left: 15px;
  display: block;
  background: url(img/arrow_right_red.gif) no-repeat left 5px;
}
#login_menu li#prihlaseni a:hover span{
  background: url(img/arrow_up_red.gif) no-repeat left 6px;
}
#main {
  position: relative;
  width: 900px;
  text-align: left;
  overflow: hidden;
  background: url(img/main_bg.gif) left top repeat-y;
}
#main_box {
  position: relative;
  height: 100%;
  padding-top: 120px;
}
#main_round {
  position: relative;
  height: 11px;
  width: 900px;
  font-size: 1px;
  padding-top: 20px;
  background: url(img/main_round_bg.gif) left bottom no-repeat;
}
#main_left {
  position: relative;
  margin-right: 680px;
  height: 850px;
}
#main_right {
  float: right;
  width: 680px;
  _width: 655px;
  padding-bottom: 10px;
}
#main_right table{
	border-spacing:0;
	border-collapse:collapse;
}
#main_right a {
  color: #D22242;
}
#content {
  margin: 0px 10px 0px 10px;
  _width: 100%;
}
#content h1 {
  padding-left: 27px;
  margin: 0px;
  height: 40px;
  line-height: 35px;
  color: #96182F;
  font-size: 150%;
  background: url(img/h1_bg.gif) no-repeat left top;
}
font-size: 110%;
#product_list {
  overflow: hidden;
  width: 100%;
}
#product_detail {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #EFEDDA;
}
#product_detail h2, #product_list h3, h2.main{
  font-size: 110%;
  margin: 10px 0px 5px 0px;
  color: #96182F;
  padding-left: 22px;
  line-height: 28px;
  background: url(img/h2_bg.gif) no-repeat left top;
}
#product_detail p {
  margin: 5px 0px 3px 0px;
  font-size: 80%;
  text-align: justify;
}
#product_list p {
  margin: 10px 10px 0px 20px;
  text-align: justify;
  font-size: 90%;
  width: 400px;
}
#product_detail_info p {
  margin: 0px;
  font-size: 100%;
}
#product_detail_info {
  position: relative;
  margin: 10px 0px 0px 230px;
}
.separator {
  position: relative;
  margin: auto;
  padding: 4px 0px 4px 0px;
  _padding: 4px 0px 2px 0px;
  border-top: 1px solid #EFEDDA;
  border-bottom: 1px solid #EFEDDA;
}
.big_mask {
  position: absolute;
  left: 0px;
  top: 0xp;
  width: 660px;
  height: 185px;
  background: url(img/big_mask.png) no-repeat left top;
  _background: url(img/big_mask.gif) no-repeat left top;
}
.detail_order_box {
  position: relative;
  height: 32px;
  background: url(img/order_box_right.gif) no-repeat right top #F8F7EF;
}
.detail_order_box span{
  float: left;
  height: 32px;
  width: 4px;
  background: url(img/order_box_left.gif) no-repeat left top #F8F7EF;
}
.detail_order_box strong{
  position: absolute;
  left: 10px;
  top: 8px;
  color: #009661;
  font-size: 90%;
}
.detail_order_box .exist{
  position: absolute;
  right: 10px;
  top: 8px;
  color: #009661;
  font-size: 90%;
}
.detail_order_box form {
  position: absolute;
  right: 0px;
  padding-top: 8px;
  width: 150px;
  font-size: 80%;
}
.buy_input {
  position: absolute;
  right: 68px;
  top: 6px;  
}
.buy_submit {
  position: absolute;
  right: 5px;
  top: 6px;
}
.detail_description {
  border-top: 1px solid #EFEDDA;
  border-bottom: 1px solid #EFEDDA;
  font-size: 80%;
  padding: 10px 0px 5px 0px;
  text-align: justify;
}
.product_no {
  margin-top: 5px;
  font-size: 60%;
  color: #837E64;
  text-align: right;
}
#product_detail_info p {
  margin-bottom: 5px;
}
.product_attribute {
  padding: 10px 0px 10px 0px;
  font-size: 70%;
  width: 100%;
  _width: 400px;
  overflow: hidden;
}
.product_attribute table {
  font-size: 100%;
  text-align: left;
  float: left;
}
.product_attribute th {
  padding-right: 10px;
  font-weight: normal;
  text-align: left;
}
.product_attribute td {
  font-weight: bold;
  text-align: left;
}
.ref_box {
  margin-left: 280px;
}
.ref_box h3 {
  margin: 0px 0px 10px 0px;
  font-size: 110%;
  color: #8A856B;
}
.pict {
  margin: 0px;
}
.item_box {
  float: left;
  width: 210px;
  margin-top: 10px;
  padding-bottom: 10px;
  background: url(img/item_box_bg.gif) no-repeat left top;
  position: relative;
  _height: 420px;
}
.item_box_center {
  position: relative;
  float: left;
  padding: 0px 15px 0px 15px;
  _padding: 0px 11px 0px 11px;
}
.item_box img {
  border: 0px;
}
.item_box a {
  text-decoration: none;
}
.item_box_image {
  position: relative;
  margin: auto;
  margin-top: 10px;
  text-align: center;
  font-size: 80%;
  width: 190px;
  height: 140px;
}
.item_box_image a{
  width: 190px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.item_box_detail_image {
  margin: auto;
  margin-top: 10px;
  text-align: center;
  font-size: 80%;
  width: 190px;
  padding-bottom: 15px;
}
.item_box h2 {
  text-align: center;
  font-size: 80%;
  color: #D22242;
  margin: 10px 0px 10px 0px;
  height: 50px;
}
.item_box_order {
  position: relative;
  padding-top: 7px;
  height: 27px;
  _height: 34px;
}
.item_box_order strong {
  position: absolute;
  right: 5px;
  top: 10px;
  color: #009661;
  font-size: 90%;
  text-align: right;
}
.item_box_text {
  font-size: 75%;
  text-align: justify;
  padding: 10px 0px 10px 0px;
  height: 110px;
  _height: 123px;
}
.item_box_separator {
  height: 1px;
  font-size: 1px;
  background: url(img/item_box_separator.gif) no-repeat center top;
}
.item_box_end {
  height: 13px;
  font-size: 1px;
  background: url(img/item_box_end.gif) no-repeat center top;
}
img.origin_country {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 1px;
  border: 1px solid #EFEDDA;
}
img.good_offer {
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #EFEDDA;
}
.filtr_navigate {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 75%;
  border-top: 1px solid #EFEDDA;
  border-bottom: 1px solid #EFEDDA;
  overflow: hidden;
  width: 100%;
}
.filtr_navigate form {
  margin: 0px;
}
.product_filter {
  border-top: 1px solid #EFEDDA;
  margin-top: 5px;
  padding-top: 5px;
}
table.filter {
 width: 100%;
}
.pages {
  float: left;
  margin-top: 3px;
  width: 245px;
}
.pages span {
  color: #A3A18B;
}
.sort form {
  float: left;
}
.sort {
  float: left;
  display: block;
  width: 200px;
}
.sort_arrows{
  position: realtive;
  float: left;
  padding-top: 5px;
  padding-left: 5px;
}
.sort_arrows div {
  position: relative;
  float: left;
  width: 8px; 
  height: 5px;
  margin: 3px;
}
.sort_arrows a, .sort_arrows strong, .sort_arrows span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	color: #8A856B;
	text-decoration: none;
}
.sort_arrows a:hover {
	color: #46442D;
}
.sort_arrows a span {
	cursor: pointer;
	_cursor: hand;
}
.sort_arrows a:hover span, .sort_arrows strong span {
	background-position: 0 -5px;
}
.up, .up span{
  background-image: url(img/sort_up.gif);
}
.down, .down span{
  background-image: url(img/sort_down.gif);
}

.count {
  text-align: right;
}
#basket_box {
  position: absolute;
  right: 10px;
  _right: 7px;
  top: 140px;
  width: 200px;
  height: 40px;
  color: #837E64;
  font-size: 70%;
  font-weight: bold;
  background: url(img/basket_box_bg.gif) no-repeat left bottom #F8F7EF;
}
#basket_box p {
  margin: 6px 8px 0px 40px;
  text-align: right;
}
#basket_box p.empty {
  margin: 12px 0px 0px 40px;
  text-align: center;
}
#basket_box a {
  color: #837E64;
}
#basket_box strong {
  color: #D22242;
  font-size: 110%;
}
.cart_icon {
  position: absolute;
  left: 5px;
  bottom: 5px;
  border: 0px;
}
table.basket {
  font-size: 80%;
  margin: 10px 0px 10px 0px;
  width: 100%;
	text-align: center;
}
table.basket tr {
  height: 22px;
}
table.basket th{
  background-color: #8D192F;
  color: white;
  padding-left: 3px;
}
table.basket td {
  padding-left: 3px;
}
table.basket tr.second {
  background-color: #F8F7EF;
}
table .left{
  text-align: left;
}
table .right{
  text-align: right;
}
table.basket input{
  text-align: center;
}
img{
  border: none;
}
.clear {
  clear: both;
  display: none;
}
#footer {
  position: relative;
  height: 60px;
  background: url(img/footer_bg.png) no-repeat left bottom;
  _background: url(img/footer_bg.gif) no-repeat left bottom;
}
#footer p {
  margin: 0px;
  font-size: 75%;
  padding: 15px 20px 0px 0px;
  text-align: right;
  color: #AAA89A;
}
#partners {
  position: absolute;
  left: 150px;
  top: 0px;
}
#partnerLinks h3{
  margin: 0px;
  padding: 0px;
  font-size: 90%;
}
#partnerLinks {
  font-size: 100%;
}
#partnerLinks p{
  margin-top: 0px;
}
#partBox {
  padding-top: 8px;
  width: 900px;
  background: url(img/partTop.png) no-repeat left top;
  _background: url(img/partTop.gif) no-repeat left top;  
}
#partBoxEnd {
  width: 900px;
  height: 8px;
  background: url(img/partBottom.png) no-repeat left bottom;
  _background: url(img/partBottom.gif) no-repeat left bottom;  
}
#partBox p {
  margin: 0px;
  padding: 0px;
  background-color: #D9D7C4;
  font-size: 80%;
}
#footer p a, #partBox p a {
  color: #AAA89A;
}
#footer p a:hover, #partBox p a:hover {
  color: #837E64;
}
.message {
  padding: 10px 0px 10px 0px;
  text-align: center;
}
table.register span {
  color: #96182F;
}
table.register {
  font-size: 80%;
  text-align: left;
  width: 100%;
}
table.register th{
  padding-right: 15px;
  width: 140px;
  text-align: left;
}
table.register td.error {
  color: #96182F;
}
input.right{
  position: absolute;
  right: 0px;
}
iframe {
  border: 1px solid silver;
  width: 100%;
  height: 200px;
}
form {
  margin: 0px;
  padding: 0px;
}
textarea {
  width: 97%;
  height: 100px;
}
#product_detail p.center {
  text-align: center;
}
.center {
  text-align: center;
}
#text_content table.styled {
  font-size:80%;
  vertical-align: top;
  width: 640px;
  margin: auto;
}
#text_content table.styled td, #text_content table.styled th {
  font-size:100%;
  vertical-align: middle;
  border: 1px solid #8D192F;
  padding: 5px;
  text-align: left;
}
#text_content ul{
  font-size: 80%;
  margin: 0px;
  padding-left: 15px;
}
a.button {
  margin-top: 5px;
  width: 90px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
  background: url(img/button.gif) no-repeat left top;
}
a.button strong{
  color: white;
  text-decoration: underline;
}
p.italic {
  font-style: italic;
}
.article {
  position: relative;
  padding: 5px 0px 5px 0px;
  width: 100%;
  font-size: 80%;
  overflow: hidden;
  border-bottom: 1px solid #F8F7EF;
}
.article .photo {
  float: left;
  text-align: center;
  width: 120px;
}
.article .date {
  float: left;
  padding-top: 6px;
  text-align: center;
  width: 100px;
  color: #009661;
}
.article .photo img{
  margin: auto;
}
.article .article_description {
  margin-left: 140px;
  text-align: justify;
}
.article .news_description {
  margin-left: 100px;
  text-align: justify;
}
#text_content h2.articleh2 {
  margin: 0px;
  padding: 0px;
  background: none;
}
.navigator {
  border-top: 1px solid #EFEDDA;
  padding: 2px 0px 2px 0px;
  font-size: 80%;
}
#links {
  margin: auto;
  font-size: 80%;
  text-align: justify;
}
#links a {
  color: black;
  margin-right: 10px;
  text-decoration: none;
}
#fb {
  position: absolute;
  left: 22px;
  bottom: 20px;
  width: 175px;
}
#fb p {
  margin: 0px;
  font-size: 55%;
  text-align: center;
}
#fb a{
  color: #737366;
}
#fb h3{
  margin: 0px;
  padding: 0px;
  background: none;
}
#fb img{
  border: none;
}
#fb span{
  display: none;
}
#news {
  position: absolute;
  right: 10px;
  top: 235px;
  width: 210px;
}
#news_round{
  font-size: 80%;
  padding-top: 5px;
  background: url(img/news_top.gif) no-repeat left top #F8F7EF;
}
#news_round p{
  text-align: left;
}
#news_round2{
  height: 5px;
  background: url(img/news_bottom.gif) no-repeat left bottom #F8F7EF;
}
#news h2 {
  font-size: 110%;
  margin: 10px 0px 5px 0px;
  color: #96182F;
  padding-left: 22px;
  line-height: 28px;
  background: url(img/h2_bg.gif) no-repeat left top;
}
#news h2 span {
  display: none;
}
.news_box{
  padding-left: 5px;
  width: 200px;
  padding-bottom: 20px;
  background: url(img/news_separator.gif) no-repeat 5px bottom #F8F7EF;
  margin-bottom: 5px;
}
.headline {
  position: relative;
  color: #009661;
  font-weight: bold;
}
.headline span {
  position: absolute;
  right: 0px;
  top: 2px;
  color: #8A856B;
  font-size: 80%;
}
#news p {
  margin: 2px 0px 0px 0px;
  padding: 0px;
  width: 200px;
}
#pageDescription h2{
  margin: auto;
  width: 900px;
  color: #837E64;
  font-size: 80%;
  text-align: justify;
}
.catDescription {
  color: #560D1B;
  text-align: justify;
  font-size: 90%;
  padding-bottom: 15px;
  line-height:120%;
}
.next {
  text-align: center;
}