@import url("global.css");
/************************************************/
/******** BASIC LAYOUT STYLES *****************/
/***********************************************/
/************************************************/
/*--------- MAIN HOLDER --------*/
#page{
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: none;
/*	background-color: #f00 !important;*/
	/*margin: 0px auto 0px auto;*/
  /*padding: 0 10px 0 10px;*/
  background: url('../images/bg-page2.gif') 50% 0% repeat-y;
}
html>body #page {
  background: url('../images/bg-page.gif') 50% 0% repeat-y;
}
#main_wrap {
    width: 992px;
	margin: 0px auto 0px auto;
	min-width:970px;
}
#main_holder {
  width: 992px;
  position: relative;
	height: 100%;
	text-align: left;
 }
html>body #main_holder {
  width: 992px;
}
#error_content {
    width: 60%;
    margin: 0 auto;
    text-align: left;
}
#error_content h3 {
    color: #fff;
    padding: 8px 3px 5px 45px;
    margin: 5px 0 0 0;
    font-size: 1.25em;
    background: #f00 url("/images/error.gif") 1px 1px no-repeat;
}
#error {
    padding: 5px 10px 5px 10px;
    border: 1px solid #f00;
    background-color: #fdebdf;    
}
#error hr {
    border: 1px solid #f00;    
}
/*--------- MAIN HEADER-------*/
#main_logo {
  position: absolute;
  width: 152px;
  height: 100px;
  bottom: 49px;
/*  bottom: 79px;*/
  left: 21px;
}
#header_image {
    position:absolute;
    bottom: 21px;
    left: 173px;
    width: 197px;
    height: 150px;
    background: url('../images/lahve.jpg') top left no-repeat;
}
html>body #header_image {
    bottom: 22px;
}
#country_language_currency {
	position: absolute;
	right: 5px;
	top:13px;
	text-align: right;
	width: 300px;
	background: none;
	font-size: 0.85em;
	display:none;
}
#country_language_currency img {
  position: relative;
  top: 3px;
}
#country_language_currency-in {
	/*margin: 10px;*/
}
#country_language_currency-in label {
  margin: 0px 5px;
}
#country_language_currency-in select {
  font-size: 1em;
}
#country_icons {
  margin-left: 10px;
}
/*----end of MAIN HEADER------*/
/*---------HEADER-----------*/
#header {
	/*position: relative;*/
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 173px;
	width: 100% !important;
	z-index: 100;
}
#header_spacer {
    height: 173px !important;
	width: 100% !important;
}
.listicka #header_spacer {
    height: 200px !important;
}
#body_bg {
    position: absolute;
    top: 0;
    left: -17px;
  background: url('../images/bg-body.gif') top left repeat-x;
  padding: 0px;
  margin: 0px;
  width: 98.7%;
  width: 100%;
  height: 173px;
}
html>body #body_bg {
    left: 0;
}
.listicka #body_bg {
  background: #edf3ff url('../images/body-bg.gif') 0px 27px repeat-x;
  height: 136px;
}
#body_bg_bottom {
/*    position: absolute;
    bottom: 0;
    left: -17px;*/
  background: url('../images/bg-body-bottom.gif') top left repeat-x;
  padding: 0px;
  margin: 0px;
  width: 98.7%;
  width: 100%;
  height: 57px;
}
html>body #body_bg_bottom {
    left: 0;
}
#main_header {
	position: absolute;
	width: 100%;
	height: 130px;
	height: 100%;
	top: 0px;
	left: 0;
}
.listicka #main_header {
	top: 27px;
}
#header_left {
  width: 100%;
  height: 100%;
}
#right-top-image {
  position: absolute;
  right: 0;
  top: -1px;
  width: 181px;
  height: 51px;
  background: #fff url("../images/bg-header-right.gif") top left repeat-x;
}
html>body #right-top-image {
    top: 0;
}
#header_right #right_login{
  margin-top: 100px;
}
#cart {
  color: #f3f1f2;
	position: absolute;
	right: 4px;
	bottom: 21px;
	width: 340px;
	height: 141px;
    background: url("../images/bg-kos.jpg") bottom left no-repeat;
    line-height: 1em;
}
html>body #cart {
	bottom: 22px;
}
#cart-in {
	padding: 5px 10px 10px 10px; 
	font-size: 0.9em;
}
#cart-in img {
  position: absolute;
  top: 20px;
  right: 10px;
}
#cart-in a, #cart-in a:visited, #cart-in a:hover{
  color: #f3f1f2;
}
.ku_kosiku {
    font-size: 1.2em;
    position:absolute;
    width: 100px;
    height: 30px;
    top: 52px;
    left: 85px;
}
.kos {
    position:absolute;
    top: 9px;
    left: 10px;
    width: 59px;
    height: 60px;
}
.polozky {
    position:absolute;
    top: 46px;
    left: 197px;
    width: 140px;
    height: 50px;
    line-height: 1.4em;
}
.uzivatel {
    position:absolute;
    bottom: 0px;
    right: 0;
    width: 328px;
    height: 18px;
    padding: 3px 0px 0px 5px;
    color: #f8f6f7;
    background-color: #59263e;
}
html>body .uzivatel {
    bottom: 1px;
}
#cart-login {
  background-color: #eee;
  border: 1px solid #ccc;
  margin: 0px; 
  padding: 2px 2px 2px 2px;
}
#cart-login label {
}
.cart-info {
  border: 1px solid #ccc;
  background-color: #fff;
}
.cart-info h2 {
  font-size: 1.2em;
}
#static {
  position: absolute;
  bottom: 0px;
  left: 15px;
  font-size: 1em;
  padding-top: 2px;
}
#static a, #static a:visited, #static a:hover, span.last {
    display: block;
    float: left;
    position:relative;
    top: 2px;
    padding: 3px 7px 6px 9px;
    height: 12px;
    color: #f3edf0;
    text-decoration: none;
    background: url('../images/static-line.gif') 0% 40% no-repeat;
}
html>body #static a, html>body #static a:visited, html>body #static a:hover {
    background: url('../images/static-line.gif') 0% 50% no-repeat;
}
#static a:hover {
    background-color: #4e263b !important;
}
html>body #static a:hover {
    background-color: #4e263b !important;
}
#static .last {
    padding: 5px 0 !important;
}
#static2 {
  position: absolute;
  bottom: 21px;
  left: 370px;
  height: 150px;
  padding-top: 2px;
}
html>body #static2 {
    bottom: 22px;
}
#static2 a.first, #static2 a.first:visited, #static2 a.first:hover,
#static2 a.second, #static2 a.second:visited, #static2 a.second:hover {
    display: block;
    float: left;
    width: 122px;
    height: 150px;
    text-decoration: none;
    margin-right: 1px;
}
#static2 a.first, #static2 a.first:visited {
    background: #291c24 url('../images/zao.gif') 11px 38px no-repeat;
}
#static2 a.first:hover {
    background: #2b2d2f url('../images/zao-hover.gif') 11px 39px no-repeat;
}
#static2 a.second, #static2 a.second:visited {
    background: #201a1f url('../images/vav.gif') 11px 38px no-repeat;
}
#static2 a.second:hover {
    background: #212324 url('../images/vav-hover.gif') 11px 39px no-repeat;
}
html>body #static2 a, html>body #static2 a:visited, html>body #static2 a:hover {
}
/*---------end of HEADER------*/
/*--------- LIGHTBOX ------*/
.lb_buy, .lb_buy fieldset {
    display: inline;
}
#cart-lightbox{
   position: absolute;
   bottom: -1px; 
   right: 0px;
   width: 100%;
   /*height: 155px;*/
   padding: 0px;
   z-index: 3;
}
#cart-lightbox #cart-lightbox_in{
	margin-right: 17px;
	height: 100%;
}
.cart-spacer{
	height:160px;
	width:90%;
}
.cart-spacer_disable{
	height:40px;
	width:90%;
}
#cart-lightbox .border{
	border-top: 1px solid #666;
    background-color: #e1e1e3;
	padding: 0px;
	margin: 0px;
	height: 132px;
}
#cart-lightbox .border_disable{
	display: none;
}
#cart-lightbox .tabs{
	height: 16px;
	width: 99%;
}
#cart-lightbox .tabs a, #cart-lightbox .tabs a:link, #cart-lightbox .tabs a:visited, #cart-lightbox .tabs a:active{
	float: left;
	display: block;	
	background-color: #eee;
	color: black;
	font-weight: bold;
	padding: 1px 5px 0px 5px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	margin-left: 4px;
	height: 16px;
}
#cart-lightbox .tabs a:hover{
	float: left;
	display: block;	
	background-color: #f7f7f7;
	color: black;
	font-weight: bold;
	padding: 1px 5px 0px 5px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	margin-left: 4px;
	height: 16px;
}
#cart-lightbox .tabs a.active, #cart-lightbox .tabs a.active:link, #cart-lightbox .tabs a.active:visited, #cart-lightbox .tabs a.active:active{
	background-color: #994a7b;
	color: white;
}
#cart-lightbox .tabs a.active:hover{
	background-color: #994a7b;
	color: white;
}

#cart-lightbox .tabs a.operate, #cart-lightbox .tabs a.operate:link, #cart-lightbox .tabs a.operate:visited, #cart-lightbox .tabs a.operate:active{
	float: right;
	background-color: #994a7b;
	width: 18px;
	height: 17px;
	padding: 0px;
	margin-right: 5px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 0px solid #666;
}
#cart-lightbox .tabs a.operate:hover{
	float: right;
	background-color: #fff;
	width: 18px;
	height: 17px;
	padding: 0px;
	margin-right: 5px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 0px solid #666;
}
#cart-lightbox .left{
	float:left;
	width: 17%;
	text-align: left;
	height: 110px;
	padding: 8px;
	display: none;
}
#cart-lightbox .left select{
	width: 157px;
}
#cart-lightbox .left .lightbox_name{
	width: 150px;
}
html>body #cart-lightbox .left select{
	width: 150px;
}
html>body #cart-lightbox .left .lightbox_name{
	width: 145px;
}
#cart-lightbox .right{
	float: right;
	overflow: auto;
	width: 99%;
	height: 147px;
	text-align: left;
	padding: 0px;
	border: 0px solid red;
}
html>body #cart-lightbox .right{
	float: right;
	overflow: auto;
	width: 99%;
	height: 147px;
	text-align: left;
}
#cart-lightbox .right td{
	font-size: 11px;
	width: 200px;
	vertical-align: top;
}
#cart-lightbox .right td h4 {
  margin: 5px 0 5px 0;
  padding: 0 5px 0 5px;
  height: 40px;
  overflow: hidden;
}
html>body #cart-lightbox .right td{
	min-width: 200px;
	width: auto;
}
#cart-lightbox .left_basked{
	float: left;
	width: 110px;
	text-align: left;
	margin-top: 8px;
}
#cart-lightbox .right table, #cart-lightbox .right table td{
	padding: 0px;
	margin: 0px;
}
#cart-lightbox .left_basked a{
	color: black;
}
#cart-lightbox .left_basked a:hover{
	color: #336699;
}
#cart-lightbox .right .item{
	text-align: left;
	width: 195px;
	border: 0px solid red;
	float: left;
	margin: 0px;
}
#cart-lightbox .right .item img{
	margin-right: 4px;
}
#cart-lightbox input{
	font-size: 11px;
}
/*---------end of LIGHTBOX------*/
/*--------- TABS HEADER -------*/
#multishop_tabs {
	position: absolute;
	top: 16px;
	left: 190px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	margin: 0px;
	z-index: 10;
}
#multishop_tabs span, #detail_tabs span {
	cursor: pointer !important;
}
#multishop_tabs a, #detail_tabs a {
  position: relative;
	display: block;
	text-decoration: none;
	color: #000;
	background: url('../images/tabs/header/bg_tabs_off.gif') repeat-x;
	height: 25px;
	line-height: 25px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#multishop_tabs a span.tab_caption, #detail_tabs a span.tab_caption{
	float: left;
	display: block;
	padding: 0 0px 0 5px;
}
#multishop_tabs a span.tab_left, #multishop_tabs span.tab_right,
#detail_tabs a span.tab_left, #detail_tabs span.tab_right
 {
	display: block;
	float: left;
	width: 27px;
	height: 25px;
}
#multishop_tabs a span.tab_left, #detail_tabs a span.tab_left{
	width: 3px;
}
#multishop_tabs a span.tab_left, #detail_tabs a span.tab_left {
	background: url('../images/tabs/header/bg_tabs_left_off.gif') no-repeat;
}
#multishop_tabs a span.tab_right, #detail_tabs a span.tab_right {
	background: url('../images/tabs/header/bg_tabs_right_off.gif') no-repeat;
}
#multishop_tabs a:link, #multishop_tabs a:visited, #multishop_tabs a:active,
#detail_tabs a:link, #detail_tabs a:visited, #detail_tabs a:active
{
	color: #000;
}
#multishop_tabs a.active, #detail_tabs a.active {
  z-index: 11;
  padding: 1px 0 1px 0;
}
#multishop_tabs a:visited.active, #detail_tabs a:visited.active {
	font-weight: bold;
}
/***** new *****/
#multishop_tabs, #detail_tabs {
	line-height: 22px;
}
#multishop_tabs a, #detail_tabs a {
	background: none;
	line-height: 22px;
}
#multishop_tabs a span.tab_caption, #detail_tabs a span.tab_caption {	
  background: url('../images/tabs/header/bg_tabs_off.gif') repeat-x;	
}
#multishop_tabs a.active span.tab_caption, #detail_tabs a.active span.tab_caption {
	background: url('../images/tabs/header/bg_tabs_on.gif') repeat-x;
}
#multishop_tabs a.active span.tab_left, #detail_tabs a.active span.tab_left {
	background: url('../images/tabs/header/bg_tabs_left_on.gif') no-repeat;
}
#multishop_tabs a.active span.tab_right, #detail_tabs a.active span.tab_right {
	background: url('../images/tabs/header/bg_tabs_right_on.gif') no-repeat;
}

/*-----end of TABS HEADER------*/
/*--------- TABS DETAIL -------*/
#detail_tabs {
	position: absolute;
	top: -22px;
	left: 40px;
	width: 90%;
	font-size: 0.9em;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	margin: 0px;
	z-index: 10;
}
html>body #detail_tabs {
	top: -25px;
}
/*---end of TABS DETAIL -----*/
/*---------SEARCH ------*/
#search {
    padding-left: 10px;
  background-color: #d3aebd;
    padding-bottom: 5px;
}
#search a {
}
#search legend {
    font-weight: bold;
    font-size: 1em;
    color: #1f1a17;
    padding-bottom: 5px;
}
#search .search_text {
    width: 120px;
    border: none;
    background: none;
    background-color: #fff;
    height: 20px;
}
#search form {
	padding: 2px 0 4px 0;
}
#search form input {
	padding: 0;
	margin: 0;
}
#search form select {
	position: relative;
	top: 1px;
	margin: 0;
}
#search_button {
  width: 28px;
  height: 20px;
  border: none;
  background: none;
  background: #71254d url("../images/sipkos-searchos.gif") 50% 50% no-repeat;
	cursor: pointer !important;
}
html>body #search_button {
    position:relative;
    top: 3px;
}
.det_search {
    position:relative;
    top: 2px;
    font-size: 0.9em;
}
.w140 {
  width: 100px;
}
.w70 {
}
/*---end of SEARCH -----*/
/*---------HOLDER-------------*/
#holder {
/*  background: url('../images/bg-page.gif') 48% 0 repeat-y !important;*/
  background-color: #f00 !important;
	padding-left: 182px;
	padding-right: 186px;
}
html>body #holder {
	padding-right: 182px;
}
#holder-in {
  background-color: #f00 !important;
}
/*---------end of HOLDER-------*/
/*---------ACCOUNT-------*/
.my_account {
  margin: 10px 0;
  padding: 3px;
}
.my_account span.label {
  width: 40%;
}
/*---------end of ACCOUNT-------*/
/*---------MULTISHOP CONTENT ------*/
#multishop_content {
	position: relative;
	float: left;
	width: 100%;
	background-color: #fff;
}
html>body #multishop_content {  
	padding: 0 10px 10px 10px;
  height: auto;
  overflow:hidden;
}
#multishop_content h2 a {
  font-size: 0.8em;
}
#multishop_content .product-in h2 {
  font-size: 1.2em;
}
#multishop_content .promo_block p{
  text-align: center;
}
.multishop_box {
	float: left;
	width: 150px;
	margin: 5px;
}
.multishop_box h2 {
	font-size: 1em;
	text-align: center;
	margin: 5px 0 5px 0;
}
#multishop_content .img_box_border {
	width: 183px;
	height: 200px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	padding: 2px;
}
#multishop_content .img_box_border img {
}
#dep_store_box {
	width: 100%;
	height: 1px;
}
html>body #dep_store_box {
	min-height: 1px;
	height: auto;
	overflow: auto;
}
.dep_store_item {
	float: left;
	width: 200px;
	background-color: #fff;
	text-align: center;
	margin: 2px;
  overflow: hidden;
}
.dep_store_item .text {
  padding: 0 5px 0 5px;
}
.dep_store_item img {
	margin: 1px 1px 1px 0px;
}

/*----end of MULTISHOP CONTENT ----*/
/*---------CONTENT-------------*/
#content {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#slogan {
    font-family: Tahoma, Verdana;
    color: #737372;
    font-weight: bold;
    position: absolute;
    width: 150px;
    left: 23px;
    bottom: 40px;
    z-index: 500;
    text-align:center !important;
    font-size: 14px;
}
#content-in {
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	height: 800px;
}
html>body #content-in {
    min-height: 800px;
    height: auto;
}
#producerbar {
    width: 100%;
	font-weight: bold;
    background-color: #e1e1e3;
}
#producerbar_in {
	padding: 5px;
}
#sortbar {
	position: relative;
	margin: 10px 0 0  0;
    background-color: #e1e1e3;
	padding: 6px;
}
html>body #sortbar {
	padding: 3px;
}
#sortbar form, #sortbar fieldset {
	display: inline;
	padding: 0px;
	margin: 0px;
}
html>body #sortbar a {
    position:relative;
    top: -5px;
}
/*#sortbar .icons {
  position: absolute;
  right: 13px;
  top: 2px;
}
html>body #sortbar .icons {
  right: 5px;
  top: 1px;
}*/
.navigator {
	position: relative;
	background-color: #eee;
}
.navigator-new {
  position: relative;
	text-align: center;
	margin-top: 1px;
	padding: 7px 0 3px 0;
	height: 25px;
}
.navigator-new a, .navigator-new a:visited{
  padding: 0 4px;
  margin: 0 2px;
  background-color: #eee; 
  text-decoration: none;
}
.navigator-new a:hover {
  background-color: #71254d; 
  color: #fff;
  text-decoration: none;
}
.navigator-new a.arrow, .navigator-new a.arrow:hover {
  padding: 0;
  margin: 0;
  background: none;
}
.navigator-new img {
  position: relative;
  top: 3px;
}
.navigator-new span {
  color: #fff;
  padding: 0 4px;
  margin: 0 2px;
  font-weight: bold;
  background-color: #71254d;   
}
#mapa-stranek li {
  list-style-type: none;
  margin-top: 1px;
}
#mapa-stranek ul {
  padding-left: 20px;
}
/*------ PREMIUM CATEGORY ---*/
#premium_list_box {
	width: 100%;
	height: 1px;
}
html>body #premium_list_box {
	min-height: 1px;
	height: auto;
	overflow: auto;
}
.premium {
	float: left;
	width: 150px;
	height: 130px;
	background-color: #fff;
	text-align: center;
	margin: 2px;
}
.premium img {
	margin: 1px 1px 1px 0px;
}
/*----end of PREMIUM CATEGORY---*/
.fright {
    position: relative;
    height: 110px;
}
.fright span {
    position: absolute;
    right: 218px;
    top: 28px;
}
html>body .fright span {
    right: 228px;
    top: -15px;
}
.fright textarea{
    position: absolute;
    right: 10px;
    top: 45px;
}
html>body .fright textarea{
    right: 20px;
    top: 0px;
}
.product_box {  
  height: 1px;
  min-height: 1px;
  padding: 0px;
  margin: 0 0 5px 0;
}
html>body .product_box {  
  height: auto;
  overflow:hidden;
}
/*---------PRODUCT_1-------------*/
.product_1 {
	min-width: 194px;
	text-align: center;
}/*---------end of PRODUCT_1------*/
/*---------PRODUCT_2-------------*/
.product_2 {
	float: left;
	width: 49.9%;
	text-align: center;
	}/*---------end of PRODUCT_2------*/
/*---------PRODUCT_3-------------*/
.product_3 {
	float: left;
	min-width: 194px;
	width:199px;
	width:201px;
	text-align: center;
    margin: 0px 5px 0 0;
}
.no_margin {
    margin-right: 0px !important;
}
html>body .product_3 {
	width:202px;
}
.product-in {
	height: 1px;
    position: relative;
    background-color: #e1e1e3;
	padding: 0 5px 0px 5px;
}
html>body .product-in {
  height: auto;
  min-height: 1px;
	padding: 1px 5px 1px 5px;
}
.product-in h2 {
	font-size: 1em;
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	height: 46px;
	padding: 0;
	margin-bottom: 0;
	background-color: #4d4948;
}
.product-in h2 a, .product-in h2 a:visited, .product-in h2 a:hover {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    padding-top: 3px;
	height: 46px;
    color: #fff;
}
.product-in h2 a:hover {
    background-color: #71254d;
}
.product-in img {
}
.product-in .product_img_box {
	text-align: center;
}
.product-in .product_img_box .img_box_border {
    position:relative;
    width: 100%;
    background-color: #fff;
    padding: 3px 0;
    height: 138px;
}
.vobr1, .vobr2, .vobr3, .vobr4 {
    position:absolute;
    width: 50px;
    height: 50px;
}
.vobr1 {
    top: 15px;
    left: 5px;
}
.vobr2 {
    top: 75px;
    left: 5px;
}
.vobr3 {
    top: 15px;
    right: 5px;
}
.vobr4 {
    top: 75px;
    right: 5px;
}
.akce {
    background: url('../images/akce.gif') top left no-repeat;
}
.novinka {
    background: url('../images/novinka.gif') top left no-repeat;
}
.tip {
    background: url('../images/tip.gif') top left no-repeat;
}
.partie {
    background: url('../images/partie.gif') top left no-repeat;
}
.product-in p {
	font-size: 95%;
}
.product-in .price {
    text-align: left;
	padding: 0px 7px 5px 7px;
	height: 40px;
	color: #994a7b;
	font-weight: bold;
	line-height: 1.3em;
}
.vlastnosti {
    text-align: left;
    font-size: 1em;
    padding-left: 7px;
	line-height: 1.3em;
	height: 58px;
	overflow: hidden;
}
.vlastnosti_table {
    font-weight: normal;
}
.vlastnosti_table a, .vlastnosti_table a:visited {
    color: #4d4948 !important;
}
.vlastnosti_table a:hover {
    color:#974578 !important;
}
.detail-buy {
  position: relative;
  padding: 0px 0 5px 0;    
  height: 30px;
  width: 100%;
}
.detail-buy .cart {
  position: relative;
  top: 5px;
  text-align: center;
  margin: 0;
  padding: 0;
/*  margin-right: 8px;*/
}
html>body .detail-buy .cart {
/*  margin-right: 40px;*/
}
.buy {
    width: 30px;
    height: 26px;
    border: none;
    margin: 0;
    background: #71254d url('../images/kos2.gif') 50% 50% no-repeat;
    cursor: pointer !important;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
}
.cart .buy {
    width: 132px;
    height: 26px;
    padding-left: 20px;
    background-position: 10% 50%;
    margin-right: 2px;
}
.cart .buy:hover {
    background-color: #4e263b;
}
.detail-buy .buy-text, .cart_items {
  width: 28px;
  height: 21px;
  text-align:center;
  font-weight: bold;
  background: none;
  padding-top: 4px;
  margin-right: 2px;
  background-color: #fff;
}
.detail-buy .buy-text {
  border: none;
}
html>body .detail-buy .buy-text {
    position:relative;
    top: -1px;
}
.cart_items {
    width: 28px;
  height: 18px;
 }
.product-in .text {
    text-align: left;
	padding: 0 7px;
	line-height: 1.3em;
}
.strong {
    font-weight: bold !important;
}
.cart .strong {
    position:relative;
    top: -4px;
}
html>body .cart .strong {
    top: -2px;
}
.detail-buy .detail{
  float: right;
  width: 30px;
  height: 22px;
  background: url("../images/lupa-but.gif") no-repeat;
}
.detail-buy .detail a {
  float: left;
  color: #fff;
  font-weight: bold;
  width: 39px;
  height: 27px;
  text-decoration: none;
}
.compare-box {
  padding: 5px 0 5px 0;
  display:none;
}
.product-in .vat_price {
	font-size: 120%;
	font-weight: bold;
	color: blue;
}
.product-in .boxes {
  position: relative;
  width: 100%;
  height: 57px;
  font-size: 0.85em;
  margin: 5px 0 5px 0;
}
.product-in .boxes a {
  text-decoration: none;
}
.product-in .boxes img {
  border: none;
}
.product-in .box-left, .product-in .box-right {
  position: absolute;
  height: 53px;
}
.product-in .box-left {
  bottom: 0;
  right: 52%;
  width: 41%;
  padding: 1px 3px 1px 0;
  text-align: right;
  background: url("../images/bg-box-left.gif") top right no-repeat;
}
.product-in .box-right {
  bottom: 0;
  left: 52%;
  width: 41%;
  padding: 1px 0 1px 3px;
  text-align: left;
  background: url("../images/bg-box-right.gif") top left no-repeat;
}
.product-in .box-right input {
  border: 1px solid #d5d5d5;
  width: 20px;
}
.product-in .box-left-in, .product-in .box-right-in {
  height: 51px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  background-color: #fff;
}
.product-in .box-left-in, .product-in .box-right-in {
  padding: 3px;
  height: 45px;
}
.product-in .dotted-line {
  margin: 0;
  padding: 0;
  background: url("../images/dots.gif") repeat-x;
  width: 100%;
  height: 1px;  
}
#product_title {
	position: relative;
	/*width: 100%;*/
}
/*---------end of PRODUCT_3------*/
/*---------PRODUCT_ALL-------------*/
.product_all {
	float: left;
	min-width: 194px;
	width: 210px;
  height: 415px;
  /*height: 380px;*/
/*	overflow: hidden;*/
	text-align: center;
}/*---------end of PRODUCT_2------*/
/*---- PRODUCT LIST TABLE -------*/
.table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.table thead tr td {
  background: #fad36f url('../images/bg-grad.gif') repeat-x;  
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 5px;
  text-align: left;
}
.table thead tr th {
  background-color: #eee;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 5px;
}
.table thead tr td {
  background-color: #eee;
  border: 1px solid #ccc;
}
.table tr {}
.table td {
 	border: 1px solid #ccc;
  padding: 5px;
  }
 .table tfoot {
  }
.table h2{
  font-size: 1em;
  padding: 5px 0 5px 10px;
  }
.product_table, .product_table td, .product_table tr {
    border: none;
}
.product_table td {
    padding: 2px 5px 0 5px;
    text-align: left;
    border-bottom: 3px solid #fff;
}
.product_table .row:hover {
    background-color: #f2f2f2;
}
.product_table .c1 a {
    display: block;
    width: 56px;
    height: 52px;
    background-color: #fff;
    text-align:center;
    margin-bottom: 2px;
    padding-top: 5px;
}
.product_table .c1 a img {
    height: 52px;
}
.product_table .c2 {
  color: #fff !important;
  font-weight: bold;
}
.product_table .row:hover .c1, .product_table .row:hover .c2 {
    background-color: #71254d;
  color: #fff !important;
}
.product_table .col_1 {
  width: 8%;
  background-color: #4d4948;
  color: #fff !important;
}
.product_table .col_2 {
  width: 22%;
  background-color: #4d4948;
  color: #fff !important;
}
.product_table a, .product_table a:visited, .product_table a:hover {
    color: #fff;
}
.product_table .price {
    font-weight: bold;
}
.product_table .col_3 {
  width: 53%;
    background-color: #e1e1e3;
}
.product_table .col_4 {
  width: 17%;
    background-color: #e1e1e3;
}
.product_table .col_5 {
  width: 10%;
}
.home { 
    margin-bottom: 7px;
}
table.compare th {
  padding: 0 5px 0 5px;
}
/*--- end of PRODUCT TABLE VIEW --*/
.order_item_product {
  float: left;
  width: 33%;
}
.order_item_product span.label{
  width: 20%;
}
/*---------- ACTION - RIGHT ---------*/
.anketa img {
  position: relative;
  left: 23px;
  top: 3px;
}
.anketa input {
  position: relative;
  top: 2px;
}
/*---------- end of ACTION - RIGHT ---------*/
/*---------- POPUPS ---------*/
#popup-body {
  margin: 5px;
  border: 1px solid #eee;
  text-align: left;
  background-color: #fff;
}
#popup-body h1 {
    width: 99%;
}
#popup-header {
  position: relative !important;
/*  width: 99.5%;
  padding: 5px 5px 10px 5px;*/
/*  height: 80px;*/
  padding: 5px 5px 0px 5px;
  height: 30px;
}
/*html>body #popup-header {
  width: 98.7%;
}*/
#popup-header h1 {
    font-weight: bold;
    font-size: 1.6em;
    margin: 0;
}

#popup-header h1 a {
    color: #fff;
    text-decoration: none;
}
#popup-header .print {
    position:absolute;
    left: 0;
    width: 100%;
    text-align: left;
}
#popup-header .rest {
    position:absolute;
    right: 5px;
    top: 0px;
}
#popup-header .rest a, #popup-header .rest a:visited, #popup-header .rest a:hover {
    color: #fff;
}
#popup-content {
    padding: 5px;
}
#popup-error {
    text-align: center;
    background-color: #f00;
    color: #fff;
    font-weight: bold;
    padding: 3px;
    margin-bottom: 5px;
}
.discount {
  padding: 10px;
  text-align: left;
}
.discount h2 {
  border: 1px solid #eee;
  text-align:center;
}
.discount table {
  margin: 0 0 15px 0;
}
.discount table td, .discount table th {
  padding-left: 5px;  
}
/*---------- end of POPUPS ---------*/
/*---------- ORDER DETAIL ---------*/
.order-detail {
  width: 100%;
  border: 3px solid #000;
  padding: 0;
  margin: 0;
}
.order-detail-left {
  width: 45%;
  float: left;
  padding-left: 5px;
}
.order-detail-right {
  border-left: 3px solid #000;
  margin: 0 0 0 45%;
  padding-left: 5px;
}
.order-detail-item {
  border-top: 3px solid #000;  
  padding-left: 5px;
}
.order-detail-item-table {
  clear: left;
  border-top: 3px solid #000;  
  padding: 0;
  margin: 0;
}
.order-detail-item-table table {
  margin: 0;
  padding: 0;
}
.order-detail-item-table td, .order-detail-item-table th {
  border: 1px solid #000;
  padding-left: 3px;
}
.order-detail p.row {
  margin: 0;
}
.order-detail p.row span {
/*	clear: left;*/
	display: block;
	width: 115px;
	padding: 0;
	float: left;
}
.order-summary {
  height: 6em;
}
.order-detail-item .right {
  float: right;
  margin-right: 5px;
}
.order-detail-summary {
  margin-left: -5px;
  margin-right: 5px; 
}
.cart_summary {
    border-collapse: collapse;
    border-spacing: 0;
}
.cart_summary td {
    border: none;
}
/*---------- end of ORDER DETAIL ---------*/
/*---------- DETAIL ---------*/
#image_detail_box {
  position: relative;
	height: 270px;
	text-align: center;
	padding-top: 20px;
}
html>body #image_detail_box {
  height: auto;
  min-height: 270px;
}
#image_detail_box img {
	vertical-align: 50%;
}
#image_detail_box .code {
  position: absolute;
  bottom: -5px;
  right: 41%;
}
#image_detail_box .lupa {
  position: absolute;
  bottom: -5px;
  right: 20px;
  width: 14px;
  height: 14px;
}
#image_detail_box .lupa img{
  border: none;
}
.align_left {
  text-align: left !important;
}
#icons {
  position: relative;
  height: 30px;
	text-align: right;
}
#icons_menu {
/*	position: absolute;
  top: -23px;
	right: -10px;*/
	font-size: 0.9em;
	font-weight: normal;
	line-height: 16px;
}
#icons_menu_in {
  display: block;
  padding: 3px;
}
#icons_menu img {
  margin-right: 5px;
}
#icons_menu button {
  position: relative;
  top: -1px;
}
html>body #icons_menu button {
  top: -5px;
}
#navigation_bar {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
}
#detail {
	width: 100%;
}
#detail td {
	width: 50%;
	text-align: center;
	vertical-align: top;
}
#detail #right_cell {
	text-align: left;
	padding-left: 5px;
}
#detail .first_col {
    width: 62%;
}
#detail .second_col {
    width: 38%;
}
#detail .product_name {
    color: #1f1a17;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0px;
}
#detail .code {
    color: #777675;
}
#detail .vobrazky {
    padding-top: 5px;
}
#detail .text, .textuente {
    font-size: 1.1em;
    line-height: 1.3em;
    padding-top: 5px;
}
#detail {
}
#right_cell .table_change_bg {
    border-collapse: collapse;
}
#right_cell .table_change_bg .change_bg {
    background-color: #e1e1e3;
}
#right_cell .table_change_bg td {
    border: 1px solid #c6c5c5;
    padding: 2px 3px;
}
#small_info {
  background-color:#eee;
  padding: 5px;
}
#small_info img {
  margin-top: 3px;
}
#summary {
    position: relative;
  background-color:#ccc;
  padding: 10px 5px 10px 5px;
}
#summary strong {
  font-size: 1.2em; 
}
#summary span.label {
    position: relative;
}
#hlaska {
    position: absolute;
    width: 18em;
    /*height: 30px;*/
    padding: 10px 10px 33px 10px;
    border: 1px solid #c00b08;
    top: -35px;
    right: 0;
    color: #000;
    background-color: #fff;
    text-align: center;
    z-index: 1000;
}
#hlaska a.krizek {
    position: absolute;
    top: -1px;
    right: 2px;
    text-decoration: none;
}
#hlaska a.krizek:hover {
    background: none;
}
#hlaska strong {
    font-size: 1em !important;
}
#hlaska a, #hlaska a:visited, #hlaska a:hover {
    color: #c00b08;
    text-decoration: none;
}
#hlaska a:hover {
    color: #fff;
    background-color: #c00b08;
}
#hlaska #links {
    position: absolute;
    bottom: 10px;
    left: 28px;
    height: 20px;
}
#hlaska #links a.left, #hlaska #links a.right {
    float: left;
    display: block;
    border: 1px solid #c00b08;
    padding: 2px 4px 2px 4px;
}
#hlaska #links a.right {
    border-left: none;
}
.pridej_do_kose {
    margin-top: 5px;
    margin-bottom: 5px;
}
.add_to_cart_button, .re-count {
    width: 202px;
    height: 26px;
    padding-left: 20px;
    margin-right: 5px;
    border: none;
    margin: 0;
    background: #71254d url('../images/kos2.gif') 10% 50% no-repeat;
    cursor: pointer !important;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
}
.add_to_cart_button:hover {
    background-color: #4e263b;
}
.do_schranky {
    width: 100%;
    height: 26px;
    padding-left: 35px;
    margin-right: 5px;
    border: none;
    margin: 0;
    background: #eacad6 url('../images/hrozno.gif') 8% 10% no-repeat;
    cursor: pointer !important;
    font-weight: bold;
    font-size: 1em;
    color: #974578;
}
.do_schranky:hover {
    background-color: #ebe0e5;
}
.lidi {
    display:none;
}
.prid_textos {
  width: 28px;
  height: 20px;
  text-align:center;
  font-weight: bold;
  background: none;
  padding-top: 4px;
  margin-right: 2px;
  border: 1px solid #595553;
  background-color: #fff;
}
.re-count {
  color: #000;
  background: url("../images/icons/calculator.gif") 15% 50% no-repeat;
}
#detail_price table.det_pr, #detail_price table.var {
    width: 100%;
    border-collapse: collapse;
}
#detail_price table.det_pr td {
    padding: 2px 3px;
    border: 1px solid #cbc6c7;
}
#detail_price table.det_pr strong {
    font-size: 1.1em;
}
#detail_price table.det_pr {
    margin-bottom: 5px;
    margin-top: 5px;
}
#detail_price table.var {
    margin-bottom: 5px;
}
#detail_price table.var td {
    padding: 2px 3px;
}
.col1 {
    text-align: right !important;
}
.col2 {
    text-align: left !important;
}
#detail_price label {
    padding: 0 !important;
    margin: 0 !important;
}
#detail_price label.nodisplay {
  display: none;
}
#detail_price .drop_menu {
  	width: 60px;
}
#detail_price select {
	width: 60%;
}
.bg_red {
  background-color: #71254d;
  color: #fff;
}
.bg_grey {
  background-color: #838281;
  color: #fff;
}
.bg_light {
  background-color: #aaa9a9;
  color: #fff;
}
.bg_light2 {
  background-color: #eacad6;
  color: #838281;
}
.detail_bottom_box {
  margin: 0;
  padding: 5px 0;
} 
/*.detail_bottom_box h2 {
  font-weight: 400;
	border-bottom: 3px solid #f36f21;  
}*/
.detail_bottom_box .form_item_box {
  text-align: center;
}
.invoice .form_item_box label {
    width: 70px;
}
.invoice_buts {
    text-align: right;
    padding-right: 9px;
}
.mensi {
    width: 200px;
}
.form_item_box label {
  width: 100px;
}
.gallery_img_box {
/*	float: left;*/
	margin: 5px;
	height: 70px;
}
.gallery_img_box img {
}
.discussion_item {
  margin-top: 20px;
  border: 1px solid #eee;
  width: 100%;
}
.discussion_item .header{
  padding: 7px;
  background-color: #eee;
}
.discussion_item .date {
  font-size: 0.8em;
  margin-left: 10px;
}
.discussion_item .text{
  padding: 7px;
}
#category_sub {
  width: 99%;
	margin: 0 0 0 0;
	padding: 0 5px 5px 5px;
}
#category_sub a, #category_sub a:visited, #category_sub a:hover{
  line-height: 25px;
  background: url('../images/square.gif') 0% 50% no-repeat;
  padding-left: 10px;
  }
#detail_tabs_box {
    position: relative;
    margin-top: 35px;
    border-top: 3px solid #f36f21;
    display:none;
}
#detail_tabs_box_in {
  padding: 8px;
}
.table_detail_param {
  width: 100%;
}
/*----end of PRODUCT-----------*/
#category_head {

}
#category_head .link a{ 
  font-size: 1em;
}
#category_head h1 {
  margin: 10px 0 10px 0;
}
/*---------end of CONTENT------*/
/*---------LEFT----------------*/
#left {
	position: relative;
	float: left;
	left: 182px;
	width: 182px;
	margin-left: -100%;
}
html>body #left {
	left: -182px;
}
#left-in {
  padding-top: 5px;
  padding-left: 5px;
  background-color: #fff;
}
#left-in-in {
  width: 177px;
	overflow: hidden;
}
#right-in .promo_block, #left-in .promo_block {
	text-align:center;
}
#right-in .promo_block img, #left-in .promo_block img {
  max-width: 150px;
}
.menu {
	margin: 0px;
	padding: 0;
	/*border: 1px solid #fac53f;*/
  background-color: #efd7e2;
	margin-bottom: 3px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
.menu ul li a, .menu ul li a:visited, .menu ul li a:active, .menu ul li a:link {
	display: block;
	margin: 0px;
	height: 14px;
	color: #2c2623;
	text-decoration: none;
}
html>body .menu ul li a, .menu ul li a:visited, .menu ul li a:active, .menu ul li a:link {
	min-height: 14px;
	height: auto;
}
/*.menu ul li a:hover {
    background-color: #cca4b7 !important;    
}*/
/*.menu ul li a.category1, .menu ul li a.category2, .menu ul li a.category3,
.menu ul li a.category4, .menu ul li a.category5 {
	background: #f7f7f7 url("../images/icons/subcategory-arrow.gif") no-repeat;	  
}*/
.menu ul li a.category0:hover, .menu ul li a.category1:hover, .menu ul li a.category2:hover,
.menu ul li a.category3:hover, .menu ul li a.category4:hover, .menu ul li a.category5:hover {
	background-color: #cca4b7;
/*	text-decoration: underline;*/
}
.menu ul li a.category0 {
	padding: 2px 0px 2px 22px;
	background: url('../images/plus.gif') 5px 50% no-repeat;
	font-weight: bold;
/*	background: url("../images/icons/category-arrow.gif") 2% 40% no-repeat;*/	
}
.menu ul li a.category1 {
	padding: 2px 0px 2px 32px;
    background-position: 11% 30%;
}
.menu ul li a.category2 {
	padding: 2px 0px 2px 42px;
    background-position: 17% 30%;
}
.menu ul li a.category3 {
	padding: 2px 0px 2px 52px;
    background-position: 23% 30%;
}
.menu ul li a.category4 {
    padding-left: 62px;
    background-position: 29% 30%;
}
.menu ul li a.category5 {
    padding-left: 72px;
    background-position: 35% 30%;
}
.menu .strong {
    font-weight: bold;
}
a.ruzova_vina {
    border-left: 1px solid #efcad1;
    background-color: #f8e1e2 !important;
}
a.ruzova_vina:hover {
    background-color: #f3ccce !important;
}
a.cervena_vina {
    border-left: 1px solid #eaacb0;
    background-color: #f3c1bf !important;
}
a.cervena_vina:hover {
    background-color: #ea9692 !important;
}
a.bila_vina {
    border-left: 1px solid #f6e8aa;
    background-color: #fdfbd5 !important;
}
a.bila_vina:hover {
    background-color: #f5d4a2 !important;
}
.no_margin {
    margin: 0 !important;
}
.no_img {
    background-image: none !important;
}
.menu_link_spacer {
    height: 10px;
}
/*---------end of LEFT---------*/
.platba {
    background-color: #59263e;
    padding: 10px;
    margin-bottom: 5px;
    color: #ede8ea;
    width: 157px;
    line-height: 1.3em;
}
#right h2, #right h2.login_title {
    position:relative;
	font-size: 1em;
	padding: 4px 0 5px 0;
	margin: 0;
	color: #ede8ea;
	font-weight: bold;
	text-align:center;
	background: #a53366 url('../images/h2-right.gif') 0% 50% no-repeat;
}
#right h2.login_title {
    background: none;
    background-color: #59263e;
}
#left h2 {
    position: relative;
	font-size: 1em;
	font-weight: bold;
	padding: 4px 0 5px 20px;
	margin: 0;
	color: #1f1a17;
/*	background: url('../images/plus.gif') 5px 50% no-repeat;*/
}
#right .doted_line {
  margin-left: 5px;
}
.h2-anketa, .h2-top10, .h2-businessman {
  position: absolute;
  top: 9px;
  right: 5px;
  width: 15px;
  height: 14px;
}
.h2-anketa {
  background: url("../images/icons/anketa-white.gif") no-repeat;
}
.h2-top10 {
  right: 10px;
  background: url("../images/icons/top10-white.gif") no-repeat;
}
.h2-businessman {
  right: 8px;
  background: url("../images/icons/businessman-white.gif") no-repeat;
} 
.assistant {
    text-align: left !important;
    line-height: 1.6em !important;
}
/*---------RIGHT---------------*/
#right {
	position: relative;
	width: 182px;
	float: left;
	margin-right: -170px;
	overflow: hidden;
}
html>body #right {
	margin-right: -182px;
}
#right-in {
  padding-top: 5px;
  padding-right: 5px;
  background-color: #fff;
}
#rihgt-in-in {
  width: 177px;
  background-color: #efd7e2;
	overflow: hidden;
}
#login {
/*    position: absolute;
	width: 261px;
	height: 83px;
	right: 180px;
	top: 44px;*/
	width: 170px;
	padding: 2px 0 7px 7px;
    line-height: 1.1em;
    background-color: #e1e1e3;
    overflow: hidden;
}
.log, .hes {
    line-height: 1.6em;
    margin-top: 3px;
}
.log label, .hes label {
    padding-left: 5px;
}
.hes {
    margin-top: 0px;
    margin-bottom: 4px;
}
#login .button {
    float: right;
    margin-right: 7px;
}
#login .linkos {
    float: left;
}
#login input {
  font-size: 1em;
}
#login .w100 {
  width: 100px;
}
#login .logged {
  margin: 5px 10px 10px 10px;
  line-height: 1.5;
}
#login .input_login {
  width: 160px;
  border: none !important;
  background: none;
  background-color: #fff;
  height: 16px;
}
html>body #login .input_login {
  width: 163px;
}
/*#login #submit {
  position: relative;
  top: -12px;
  right: 26px;
  width: 50px;
  float: right;
}
html>body #login #submit {
  width: 53px;
  right: 31px;
}*/
#right .wrap {
	margin-bottom: 5px;
    background-color: #e1e1e3 !important;
    padding-bottom: 5px;
}
#right .wrap-in {
    width: 167px;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	text-align: center;
	line-height: 1.2;
    background-color: #e1e1e3;
}
.product_right {
/*    width: 172px !important;
    padding-right: 0 !important;*/
}
.product_right {
    width: 164px;
    background-color: #fff;
    font-size: 0.95em;
    padding-left: 0px;
}
.product_right .img {
    float: right;
    width: 60px;
    height: 66px;
    padding: 2px 2px 0 0;
}
.product_right .bor {
    border-right: 1px solid #e1e1e3;
}
.product_right .text {
/*    float: left;*/
    width: 98px;
    height: 70px;
    overflow: hidden;
    border-right: 1px solid #e1e1e3;
}
.akk {
    height: 80px !important;
}
html>body .akk {
    min-height: 80px !important;
    height: auto !important;
}
html>body .product_right .text {
    min-height: 70px;
    height: auto;
}
.product_right .text a {
    color: #898786;
}
.product_right h3 {
}
.product_right strong {
    text-decoration: underline;
}
.product_right a.over, .product_right a.over:visited {
    width: 96px;
    height: 60px;
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 5px 2px 5px 2px;
}
html>body .product_right a.over, html>body .product_right a.over:visited {
    min-height: 60px;
    height: auto;
}
.product_right a.over:hover {
    color: #3d3937;
    background-color: #eee;
}
#right .wrap p.row {
  margin: 0;
}
#right .wrap span.label{
  width: 54%;
}
#right .wrap img {
}
#right .wrap img.businessmen {
  position: relative;
  top: 4px;
  padding: 0;
  border: none;
  background: none;
}
#right .wrap form {
  text-align: left;
}
#right .wrap form img {
  background: none;
  border: none;
}
#right .w-service input {
  font-size: 0.8em;
  width: 55%;
}
#right .w-service fieldset {
    border: 1px solid #ccc;
    padding: 7px 5px 10px 5px;
    text-align: center;
}
#right .w-service .submit {
    position: relative;
    width: 35%;
    left: 10px;
    top: 3px;
}
#right .w-service h3 {
    text-align: left;
}
/*---------end of RIGHT--------*/
/*-------- PROMO BLOCK --------*/
.promo_block {
  font-size: 1em;
  margin-bottom: 5px;
/*  padding: 5px 10px 5px 10px;*/
}
.promo_block p {
    padding: 0;
    margin: 0;
}
.promo_block2 {
  text-align: center;
  width: 100%;
}
.promo_block2_in {
  width: 600px;
  text-align: left;
  margin: 0 auto 0 auto;
}
/*-------end of PROMO BLOCK---*/
/*-------- CART  -----------*/
#cart_delivery_pay {
  height: 15em;
  border: 1px solid #ccc;
}
#cart_delivery_pay_in {
}
#cart_delivery_pay h4{ 
  margin: 0px; 
  padding: 5px;
  border-bottom: 1px solid #ccc;
  text-align: right;
}
.table_cart_del_pay thead th {
  font-weight: bold;
  text-align: left;
  }
.table_cart_del_pay td {
  text-align: left;
  }
.continue_button {
  width: 30%; 
  }
/*--------- REGISTRATION ---------*/
.data_form {
}
.data_form h3 {
}
.data_form fieldset {
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 5px; 
}
.data_form fieldset legend {
  font-weight: bold;
  padding: 2px 20px 2px 20px;
  background-color: #ccc;
}
.detail_search input {
    font-size: 1em;
}
.detail_search .form_item_box {
    margin: 0;  
}
.detail_search .w140 {
  width: 153px;
}
.detail_search .w70 {
    width: 75px;
}
fieldset.pure_fieldset {
    padding: 0;
  border: none;
}
fieldset.pure_fieldset legend {
  border: none;
  background: none;
}
.data_form label, .data_form .checkbox, .data_form .checkbox-registration {
  display: block;
  width: 120px;
  float: left;
  padding: 0 10px 0 0;
  margin: 2px 0 2px 0;
}
.data_form .checkbox, .data_form .checkbox-registration {
  text-align: right;
}
.data_form .checkbox-registration {
  position: relative;
  width: 30px;
}
.data_form input{
  margin: 2px 0 2px 0;
}
.invoice label {
  width: 100px;
}
/*--------end of REGISTRATION -----*/
/*-------- end of CART  ---------*/
/*---------FOOTER--------------*/
#footer {
    position: relative;
    width: 98.5%;
	clear: both;
	background: #bfbebe url('../images/bg-body-bottom.gif') top left repeat-x;
	height: 62px;
	overflow: hidden;
	color: #292421;
}
#footer a, #footer a:visited, #footer a:hover {
    color: #292421;
}
html>body #footer {
    width: 100%;
}
#footer_in {
    width: 972px;
    margin: 0 auto;
    height: 58px;
    margin-top: 4px;
    padding-top: 5px;
    text-align: left;
    padding: 0 5px;
    background-color: #969594;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}
/*---------end of FOOTER-------*/
/*---------OTHER SETTINGS------*/
.last {
	margin-bottom: 0;
}
.clearing {
	visibility: hidden;
	height: 0px;
	line-height: 0px;
	clear: both;
}
.comparing_price {
  color: #f00;
  font-weight: bold;
}
.news-list {
	margin:0px 0px 5px 0px;
	padding:5px 5px 5px 5px;
	height:60px;
    background-color: #e1e1e3;
    font-size: 1em;
}
html>body .news-list {
	height:auto;
	min-height:60px;
}
.press_detail {
    position:relative;
    top: 4px;
}
.news-list .text{
	padding:0px 0px 5px 0px;
}
.news-list .img {
	float:left;
	margin:0px 5px 5px 0px;
}
.news-list p {
  margin: 0;
  padding: 0;
}
.news-list h3, .news-list h2 {
  font-size: 1.1em;
  font-weight: bold;
  padding: 0;
  margin: 0 0 5px 0;
}
.news-list .date {
    font-size: 0.75em;
}
.print{
  font-size: 0.9em;
  text-align: right;
  margin-bottom: 5px;
}
.print a {
  position: relative;
  top: 3px;
}
.print_button, .print_button2 {
  width: 16px;
  height: 16px;
  border: none;
  background: none;
  background: url("../images/icons/print2.gif") 50% 50% no-repeat;
	cursor: pointer !important;
}
.print_button2 {
    position:relative;
    top: 3px;
  background: url("../images/icons/print3.gif") 50% 50% no-repeat;
}
.card {
  border: 1px solid #000;
  padding: 8px;
  margin-bottom: 10px; 
}
.fright {
    position: relative;
    height: 110px;
}
.fright span {
    position: absolute;
    right: 218px;
    top: 28px;
}
html>body .fright span {
    right: 228px;
    top: -15px;
}
.fright textarea{
    position: absolute;
    right: 10px;
    top: 45px;
}
html>body .fright textarea{
    right: 20px;
    top: 0px;
}
#ctct {
    text-align: center;
    font-weight: bold;
    border: 1px solid #eee;
    padding: 5px;
    margin-top: 5px;
}
.same_height {
    height: 280px;
}
#listicka {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 501;
    height: 27px;
    width: 100%;
/*	width: 973px;*/
    background: url('../images/listicka-border.gif') bottom left repeat-x;
/*    padding: 0 0 0 180px;*/
    background-color: #ece9d7;
    background-color: #f2f2ee;
/*    display: none;*/
}
/*html>body #listicka {
    width: 100%;
}*/
#listicka img.logo {
    position: absolute;
    top: 1px;
    right: 0px;
}
.menu_listicka {
    margin: 0px;
    padding: 1px 0 0 0;
/*    margin-left: 180px;*/
    /*display: none;*/
}
.menu_listicka ul {
    width: 780px;
    margin: 0px auto;
    padding: 0px;
}
.menu_listicka ul img {
    position: relative;
    top: 3px;
    right: 2px;
}
.menu_listicka li {
    list-style-type: none;
}
.menu_listicka li a {
    display: block;
    padding: 4px 10px 3px 10px;
    height: auto;
    color: #000 !important;
    text-decoration: none;
}
.menu_listicka li a.img {
    padding: 0px 10px 3px 10px;
}
.menu_listicka li.li0 a {
    text-align: center;
    width: 134px;
}
.menu_listicka li.li1 a {
    text-align: left;
}
.menu_listicka li.li1 a {
    padding: 1px 10px 5px 10px;
}
.menu_listicka li a:hover {
    color: #000;
}
.menu_listicka li.li0 a:hover {
    border-right: 1px solid #aca899;
    border-bottom: 1px solid #aca899;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
.menu_listicka .parent {
    background: url("../images/sipka.gif") 90% 30% no-repeat;
}
.menu_listicka h2 {
    font-size: 1em;
    margin: 0;
    padding: 5px 3px 1px 3px;
}
ul.ul0 li.li0,
ul.ul1 li.li1,
ul.ul2 li.li2,
ul.ul3 li.li3 {
    float: left;
    position: relative;
    width: 154px;
/*    padding: 0 5px 0 5px;*/
}
ul.ul0 li.li0 {
    display: block;
    width: 154px;
    /*border-right: 1px solid #fff;*/
}
ul.ul1, ul.ul2, ul.ul3 {
    position: absolute;
    visibility: hidden;
    width: 154px;
}
ul.ul1 a, ul.ul2 a, ul.ul3 a {
    width: 134px;
    /*background-color: red;*/
}
ul.ul1 {
    top: 2.2em;
    left: 0;
    border-right: 1px solid #aca899;
    border-bottom: 1px solid #aca899;
    border-left: 1px solid #ece9d8;
    border-top: 1px solid #ece9d8;
/*    border: 1px solid #aca899;*/
    padding: 1px 1px 1px 1px;
    background-color: #fff;
}
ul.ul2, ul.ul3 {
    top: 0;
    left: 154px;
}
ul.ul1 li.li1 a:hover {
    border: none;
    background-color: #bbb;
    color: #fff !important;
}
ul.ul1 li.li1,
ul.ul2 li.li2, 
ul.ul3 li.li3 {
    background: #fff;
    border-bottom: 1px solid #aca899;
}
ul.ul0 li.li0:hover ul.ul1,
ul.ul1 li.li1:hover ul.ul2,
ul.ul2 li.li2:hover ul.ul3 {
    visibility: visible;
}
.coupon {
    float: left;
    padding: 5px;
}
.total {
    float: right;
}
.w50p {
    width: 50% !important;
}
.bad_message, .good_message {
    color: #fff;
    width: 100%;
}
.bad_message_in, .good_message_in {
    padding: 5px 10px;
}
.good_message {
    background-color: #0c0;
}
.bad_message {
    background-color: #c00;
}
.rejstrik {
    padding: 5px 5px 5px 0px;
}
.rejstrik a {
    border: 1px solid #666;
    /*padding: 0px 3px;*/
    display: block;
    float: left;
    width: 1em;
    padding: 0px 3px;
    text-align:center;
    text-decoration: none;
    margin: 0px 5px 5px 0px;
}
html>body .rejstrik a {
    min-width: 1em;
    width: auto;
}
.rejstrik a, .rejstrik a:visited {
    color: #666;
}
.rejstrik a:visited {
    /*background-color: #ddd;*/
}
.rejstrik a.active, .rejstrik a:hover {
/*    background-color: #666;
    font-weight: bold;
    color: #fff;*/
}
.rejstrik a:hover {
    background-color: #666;
    color: #fff;
}
.rejstrik a.active:hover {
    font-weight: bold;
}
table.wordgroup td {
/*    line-height: 2.3em;*/
    width: 50%;
    vertical-align: top;
}
table.wordgroup .word {
    padding-left: 30px;
    font-size: 1em;
}
table.wordgroup .letter {
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: bold;
}
table.wordgroup a {
    color: #000;
}
table.wordgroup a:hover {
    color: #c00;
}
.empty {
    border: 1px solid #e1e1e1;
    text-align:center;
    padding: 3px 0;
}
.empty_cat {
    color: #fff !important;
    text-align:center !important;
}
.align_left {
  text-align: left !important;
}
.cellar {
    border-collapse: collapse;
}
.cellar .c1 a {
    display: block;
    width: 56px;
    height: 52px;
    background-color: #fff;
    text-align:center;
    margin-bottom: 2px;
    padding-top: 5px;
}
.cellar .c1 a img {
    height: 52px;
}
.cellar h2 {
    font-size: 1.1em;
    font-weight: bold;
}
.do_kosiku {
    padding-top: 10px;
}
.cellar td {
    padding: 2px 3px;
    text-align:center;
    border-bottom: 1px solid #ccc;
}
.cellar .co1 {
    width: 15%;
}
.cellar .co2 {
    width: 50%;
}
.cellar .co3 {
    width: 10%;
}
.cellar .co4 {
    width: 10%;
}
.cellar .co5 {
    width: 5%;
}
.cellar .co6 {
    width: 10%;
}
.cellar th {
    background-color: #4d4948;
    color: #fff;
    text-align:center;
}
.cellar .buy-text {
    border: 1px solid #4d4948;
}
.t_l {
    text-align: left !important;
}
/*----end of-OTHER SETTINGS----*/
