@import url("global.css");
/************************************************/
/******** BASIC LAYOUT STYLES *****************/
/***********************************************/
/************************************************/
/*--------- MAIN HOLDER --------*/
#page{
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
	/*margin: 0px auto 0px auto;*/
  /*padding: 0 10px 0 10px;*/
}
#main_wrap {
    width: 1003px;
    width: 977px;
	margin: 0px auto 0px auto;
	min-width:970px;
	background-color: #fff;
	padding: 0px 13px 0px 13px;
}
#main_holder {
  position: relative;
	text-align: left;
	background: #b4d97f url('../images/holder-bg.jpg') bottom left repeat-x;
}
html>body #main_holder {
/*  width: 1003px;*/
}
#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_header {
	position: relative;
	height: 100%;
}
#main_logo {
  position: absolute;
  width: 194px;
  height: 67px;
  bottom: 8px;
  left: 10px;
  display:none;
}
html>body #main_logo {
  bottom: 11px;
}
#country_language_currency {
	position: absolute;
	right: 0px;
	top: -7px;
	text-align: right;
	width: 50%;
	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;
	height: 255px;
	margin-bottom: 5px;
	background-color: #fff;
}
#header h2 {
  position: absolute;
  top: 55px;
  left: 250px;
  color: #000;
  font-size: 1.3em;
  z-index: 100;
}
#header_left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 205px;
/*  background: #b4d97f url("../images/header.jpg") 5px 5px no-repeat;*/
  background: #b4d97f url("../images/header-left-corner.gif") top right no-repeat;
}
#cart_login {
    position:absolute;
    bottom: 0px;
    left: 9px;
    height: 26px;
    background: url('../images/cart-left.gif') top left no-repeat;
}
#cart_login_in {
    padding-left: 5px;
}
#cart_login_middle {
    float: left;
    width: 29px;
    height: 26px;
    background: url('../images/cart-right.gif') top left no-repeat;
}
#cart_login_right {
    float: left;
    width: 6px;
    height: 26px;
    background: url('../images/login-right.gif') top left no-repeat;
}
.cart_spacer {
    padding: 0px 8px;
}
#cart {
	float: left;
	color: #fff;
	width: 558px;
    background: url("../images/cart-bg.gif") bottom left repeat-x;
    height: 21px;
    padding: 5px 0px 0px 5px;
}
#cart-in a, #cart-in a:visited, #cart-in a:hover{
  color: #fff;
  font-weight: normal;
}
#cart-in a:hover {
    text-decoration: none;
}
#static {
  position: absolute;
  top: 9px;
  right: 11px;
  width: 359px;
  height: 166px;
  background: url('../images/top-menu-bg.gif') top left no-repeat;
  z-index: 10;
}
.tab {
	float: right;
	font-weight: bold;
	height: 24px;
	margin: 0 0px 0px 0;
}
.tab span {
	cursor: pointer !important;
}
.tab a {
	display: block;
	text-decoration: none;
	color: #fff;
	height: 24px;
	float: left;
	margin: 0 0px 0 0;
	font-size: 0.9em;
}
.tab a span.text,  .tab a:visited span.text, .tab a:active span.text {
	float: left;
	display: block;
	padding: 7px 4px 5px 4px;
	text-transform: uppercase;
	background: url('../images/tabs/topmenu/tab-middle-off.gif') repeat-x;
/*	font-size: 13px;*/
}
.w0 {
	width: 158px !important;
}
.w1 {
	width: 182px !important;
}
.w2 {
	width: 206px !important;
}
.w3 {
	width: 230px !important;
}
.w4 {
	width: 254px !important;
}
.w5 {
	width: 278px !important;
}
.tab a span.text_in,  .tab a:visited span.text_in, .tab a:active span.text_in {
	background: url('../images/tabs/topmenu/tab-arrow-off.gif') 7% 30% no-repeat;
	padding-left: 35px;
	height: 26px;
	width: 100%;
}
.tab a span.text img {
    position: relative;
    top: -1px;
    margin-right: 2px;
}
.tab a span.left, .tab span.right {
	display: block;
	float: left;
	height: 24px;
}
.tab a span.left {
	width: 39px;
	background: url('../images/tabs/topmenu/tab-left.gif') no-repeat;
}
.tab a span.right {
	width: 11px;
	background: url('../images/tabs/topmenu/tab-right.gif') no-repeat;
}
.tab a span.first {
	background-image: url('../images/tabs/topmenu/tab-right-first.gif') !important;
}
.tab a:link, .tab a:visited, .tab a:active{
	color: #fff;
} 
.tab a:hover, .tab a.active, .tab a:link.active, .tab a:visited.active, .tab a:active.active {
	color: #fff;
	text-decoration: none;
}
.tab a:hover span.text, .tab a.active span.text {
	background: url('../images/tabs/topmenu/tab-middle-on.gif') repeat-x;
}
.tab a:hover span.text_in, .tab a.active span.text_in {
	background: url('../images/tabs/topmenu/tab-arrow-on.gif') 7% 30% no-repeat;
}
.tab a:hover span.left, .tab a.active span.left {
/*	background: url('../images/tabs/topmenu/tab-left-on.gif') no-repeat;*/
    background-position: -39px 0px;
}
.tab a:hover span.right, .tab a.active span.right {
/*	background: url('../images/tabs/topmenu/tab-right-on.gif') no-repeat;*/
    background-position: -11px 0px;
}
#flash {
    position:absolute;
    top: 9px;
    left: 9px;
    width: 763px;
    height: 166px;
    background: url('../images/header.jpg') top left no-repeat;
}
/*---------end of HEADER------*/
/*--------- LIGHTBOX ------*/
#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:20px;
	width:90%;
}
#cart-lightbox .border{
	border-top: 1px solid #666;
	background-color: #b4d97f;
	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: #b4d97f;
	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: #ffb450;
	color: white;
}
#cart-lightbox .tabs a.active:hover{
	background-color: #ffb450;
	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: #ffb450;
	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: 130px;
	text-align: left;
	padding: 0px;
	border: 0px solid red;
}
html>body #cart-lightbox .right{
	float: right;
	overflow: auto;
	width: 99%;
	height: 130px;
	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;
}
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 -------*/
#top_tabs {
	position: absolute;
	top: -44px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	margin: 0px;
	z-index: 10;
	width: 294px;
}
#top_tabs_left, #top_tabs_right {
    float: right;
    width: 9px;
    height: 44px;
}
#top_tabs_left {
    background: url('../images/tabs/top/top-tab-right.gif') top left no-repeat;
}
#top_tabs_right {
    background: url('../images/tabs/top/top-tab-left.gif') top left no-repeat;
}
#top_tabs a, #top_tabs a:visited, #top_tabs a:hover {
    font-weight: bold;
    text-decoration: none;
}
.top_tabs_a {
    float: right;
    height: 44px;
    padding: 9px 5px 3px 5px;
    background: url('../images/tabs/top/top-tab-bg.gif') top left repeat-x;
}
#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;*/
	height: 22px;
}
#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: #005c39;
	font-weight: bold;
}
#multishop_tabs a.active, #detail_tabs a.active {
  z-index: 11;
  padding: 1px 0 1px 0;
    color: #005c39;
}
#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/h1-bg.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;*/
  background: url('../images/h1-bg.gif') repeat-x;	
/*	background: #f2f2f2;*/
}
#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;*/
	background: url('../images/h1-left.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;*/
	background: url('../images/h1-right.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 {
  text-align: center;
  padding-bottom: 5px;
}
#search a {
}
#search form {
	padding: 2px 0 4px 0;
}
#search form input {
	padding: 0;
	margin: 0;
}
#search_in {
    background: url('../images/search-bg.gif') top left no-repeat;
    margin-bottom: 3px;
}
#search form select {
	position: relative;
	top: 1px;
	margin: 0;
}
.w140 {
  width: 100px;
}
.w70 {
}
/*---end of SEARCH -----*/
/*---------HOLDER-------------*/
#holder {
	padding-left: 195px;
	padding-right: 195px;
}
#holder-in {
}
/*---------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%;
	color: #08613f;
}
#slogan {
    position: absolute;
    top: 50px;
    left: 150px;
    z-index: 500;
}
#content-in {
	height: 700px;
	padding: 0 10px 10px 10px;
}
html>body #content-in {
	min-height: 700px;
	height: auto;
}
#producerbar {
	padding: 5px;
	font-weight: bold;
    background-color: #fff;
    border: 1px solid #106645;
}
#sortbar {
	position: relative;
	margin: 10px 0 0  0;
	padding: 6px;
}
html>body #sortbar {
	padding: 3px;
}
#sortbar fieldset {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#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: #fe9314; 
  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: #fe9314;   
}
#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;
	margin-bottom: 5px;
}
html>body #premium_list_box {
	min-height: 1px;
	height: auto;
	overflow: auto;
}
.premium {
	float: left;
	width: 154px;
	height: 184px;
	text-align: center;
	margin: 0px 5px 5px 5px;
	border: 1px solid #106645;
}
.premium .img {
    height: 150px;
    min-height: 150px;
    padding: 2px;
}
.premium .link {
    border-top: 1px solid #106645;
    height: 28px;
}
.premium .link a {
    display: block;
    float: left;
    width: 100%;
    /*height: 100%;*/
    padding: 7px 0 9px 0;
}
.premium .link a:hover {
    color: #fff;
    background-color: #106645;
}

/*----end of PREMIUM CATEGORY---*/
.product_box {  
  height: 1px;
  min-height: 1px;
  border-bottom: 1px dashed #005c39;
  padding-bottom: 5px;
}
html>body .product_box {  
  height: auto;
  overflow:hidden;
}
/*---------PRODUCT_1-------------*/
.product_1 {
  padding-top: 10px;
	min-width: 194px;
	text-align: center;
  background: url('../images/product-bg.gif') top left repeat-x;
}/*---------end of PRODUCT_1------*/
.product_3 {
    float: left;
	width: 175px;
  padding-top: 10px;
	text-align: center;
	margin-right: 10px;
	background-color: #bdde8f;
}/*---------end of PRODUCT_1------*/
html>body .product_3 {
	width: 179px;
}
.product-in {
	height: 1px;
  position: relative;
/*	padding: 0 5px 0 5px;
  margin: 5px 5px 0 0;*/
}
html>body .product-in {
  height: auto;
  min-height: 1px;
/*	padding: 1px 10px 0 10px;*/
}
.product-in .img {
    float: left;
    width: 100px;
    height: 100px;
}
.product_3 .product-in .img {
    float: none !important;
    width: 100%;
    text-align:center;
}
.product-in .img img {
    border: 1px solid #106645;
}
.product-in h2 {
    height: 24px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.product_3 .product-in h2 {
    height: 34px;
    padding-top: 5px;
    text-align:center;
}
.product-in h2 a {
    text-decoration: none;
}
.product-in .right {
    margin-left: 110px;
    text-align: left;
}
.product_3 .product-in .right {
    margin-left: 0px;
}
.product-in .text {
    line-height: 1.3em;
    margin-bottom: 10px;
}
.product_3 .product-in .text {
    height: 90px;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 0px 4px;
}
.product-in .price {
    background: url('../images/price-left.gif') top left no-repeat;
    padding-left: 3px;
    width: 98.5%;
}
.product-in .price {
    margin: 20px 0px 10px 0px;
}
.product_3 .product-in .price {
    margin-top: 5px;
}
.product-in .price_in {
    background: url('../images/price-right.gif') top right no-repeat;
    padding-right: 3px;
}
.product-in .price_in_in {
    background: url('../images/price-bg.gif') top left repeat-x;
    height: 26px;
    padding-bottom: 5px;
    padding-left: 15px;
}
.product_3 .product-in .price_in_in {
    padding-top: 0px;
    height: 56px;
    background: none;
}
.product_3 .product-in .price_in {
    background: none;
}
.product_3 .product-in .price {
    background: none;
    background-color: #fff;
}
.product-in .price .first, .product-in .price .second {
    display: block;
    float: left;
    width: 49%;
}
.product_3 .product-in .price .first, .product_3 .product-in .price .second {
    float: none !important;
    width: 100%;
}
.product-in .price .action {
    position:relative;
    top: -5px;
}
.product-in .price .second {
    padding-top: 2px;
}
.detail-buy {
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
/*.detail-buy p, .detail-buy form, .detail-buy fieldset {
    margin: 0 !important;
    padding: 0 !important;
}*/
.detail-buy .cart {
  position: relative;
  top: 5px;
  text-align: right;
  float: right;
  margin: 0;
  padding: 0;
  margin-right: 3px;
}
html>body .detail-buy .cart {
  margin-right: 3px;
}
.product_3 .detail-buy .cart {
    /*float: none;*/
    width: 55%;
}
.detail-buy .buy {
    font-size: 1em;
    color: #005c39;
    font-weight: bold;
    padding-left: 15px;
    width: 64px;
    height: 22px;
    border: none;
    /*background: none;*/
    background: url("../images/koupit.gif") no-repeat;
    cursor: pointer !important;
}
html>body .detail-buy .buy {
    padding-left: 20px;
}
/*.product_3 .detail-buy .buy{
    float: left;
}*/
.detail-buy .buy-text {
  width: 20px;
}
.detail-buy .detail{
  float: right;
  width: 64px;
  height: 22px;
  background: url("../images/detail.gif") no-repeat;
}
html>body .detail-buy .detail{
  margin-left: 3px;
}
.product_3 .detail-buy .detail{
    float: left;
}
.detail-buy .detail a {
  float: left;
    color: #005c39;
  font-weight: bold;
  width: 52px;
  height: 21px;
  padding: 4px 0px 0px 23px;
  text-decoration: none;
}
.compare-box {
    display: inline;
    float: left;
    position:relative;
    top: -10px;
    text-align:center;
    padding-bottom: 4px;
}
html>body .compare-box {
    padding-top: 10px;
    top: 0;
}
.product_3 .compare-box {
    display: block;
    width: 100%;
    padding-top: 4px;
    top: 0;
}
.compare-box a, .compare-box a:visited {
    color: #679f5f;
    text-transform: uppercase;
    background: url('../images/box.gif') 0% 50% no-repeat;
    padding: 0px 10px 0px 11px;
}
.product_3 .compare-box a, .product_3 .compare-box a:visited {
    padding: 0px 3px 0px 3px;
    background: none;
}
.compare-box a:hover {
    color:#ff8d08;
}
.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_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;
  margin-top: 5px;
}
.table thead tr td {
  background: #fad36f url('../images/bg-grad.gif') repeat-x;  
  border: 1px solid #44886e;
  border-bottom: none;
  padding: 5px;
  text-align: left;
}
.table thead tr th {
  background-color: #106645;
  border: 1px solid #44886e;
  color: #fff;
  border-bottom: none;
  padding: 5px;
}
.table thead tr td {
  background-color: #eee;
  border: 1px solid #44886e;
}
.table tr {}
.table td {
 	border: 1px solid #44886e;
  padding: 5px;
  }
 .table tfoot {
  }
.table h2{
  font-size: 1em;
  padding: 5px 0 5px 10px;
  }
.product_table .col_1 {
  width: 10%;
  background-color: #eee;
}
.product_table .col_2 {
  width: 20%;
}
.product_table .col_3 {
  width: 40%;
}
.product_table .col_4 {
  width: 20%;
}
.product_table .col_5 {
  width: 10%;
}
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;
}
#popup-header {
  position: relative;
  background-color: #eee;
/*  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 {
    text-decoration: none;
}
#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 #106645;
  padding: 0;
  margin: 0;
}
.order-detail-left {
  width: 45%;
  float: left;
  padding-left: 5px;
}
.order-detail-right {
  border-left: 3px solid #106645;
  margin: 0 0 0 45%;
  padding-left: 5px;
}
.order-detail-item {
  border-top: 3px solid #106645;  
  padding-left: 5px;
}
.order-detail-item-table {
  clear: left;
  border-top: 3px solid #106645;  
  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 #106645;
  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; 
}
/*---------- 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;
}
#detail .align_left {
  text-align: left;
}
#icons {
  position: relative;
  height: 7px;
}
#icons_menu {
	position: absolute;
    top: -10px;
	right: -10px;
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
	line-height: 16px;
}
#icons_menu_in {
  display: block;
  padding: 3px;
}
#icons_menu img {
  margin-right: 5px;
}
#icons_menu button {
  position: relative;
  top: -5px;
}
#detailos {
    background-color: #fff;
/*    background: #fff url('../images/') top left repeat;*/
    height: 310px !important;
    padding-right: 10px;
    margin-top: 7px;
    border: 1px solid #106645;
}
html>body #detailos {
    min-height: 310px !important;
    height: auto !important;
}
#detailos {
    min-height: 310px;
    height: auto;
}
#detail {
	width: 100%;
}
#detail td {
	width: 50%;
	text-align: center;
	vertical-align: top;
}
#detail #right_cell {
	text-align: left;
	padding-left: 5px;
}
#small_info {
  border: 1px solid #eee;
  padding: 5px;
}
#small_info img {
  margin-top: 3px;
}
#detail_price {
}
#detail_price fieldset {
}
#summary {
    position: relative;
/*  padding: 10px 5px 10px 5px;*/
}
#summary strong {
  font-size: 1.2em; 
}
#summary span.label {
    position: relative;
}
#hlaska {
    position: absolute;
    width: 25em;
    /*height: 30px;*/
    padding: 10px 10px 33px 10px;
    border: 1px solid #106645;
    top: -35px;
    right: 0;
    background-color: #ffdcaf;
    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: #106645;
    text-decoration: none;
}
#hlaska #links {
    position: absolute;
    bottom: 10px;
    left: 72px;
    height: 20px;
}
#hlaska #links a.left, #hlaska #links a.right {
    float: left;
    display: block;
    border: 1px solid #106645;
    padding: 2px 4px 2px 4px;
    background-color: #fff;
}
#hlaska #links a:hover {
    color: #fff !important;
    background-color: #106645 !important;
}
#hlaska #links a.right {
    border-left: none;
}
.add_to_cart_button, .re-count {
  width: 134px;
  height: 22px;
    color: #005c39;
  font-size: 0.9em;
  font-weight: bold;
  padding-left: 15px;
  border: none;
  background: url("../images/add-to-cart-button.gif") no-repeat;
  cursor: pointer !important;
}
.re-count {
  color: #000;
  background: url("../images/icons/calculator.gif") 15% 50% no-repeat;
}
#detail_price label {
	clear: left;
	display: block;
	width: 39%;
	padding: 5px 0 5px 0;
	float: left;
}
#detail_price label.nodisplay {
  display: none;
}
html>body #detail_price label {
	width: 40%;
}
#detail_price .drop_menu {
  	width: 60px;
}
#detail_price select {
	width: 60%;
}
.detail_bottom_box {
  margin: 0;
  padding: 5px 0;
} 
.detail_bottom_box h2 {
  font-weight: bold;
}
.detail_bottom_box .form_item_box {
  text-align: center;
}
.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;
}
.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{
  line-height: 25px;;
  }
#detail_tabs_box {
    position: relative;
    margin-top: 35px;
    border-top: 2px solid #106645;
}
#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: 195px;
	width: 195px;
	margin-left: -100%;
}
html>body #left {
	left: -195px;
}
#left-in {
	overflow: hidden;
	padding-left: 9px;
}
#right-in .promo_block img, #left-in .promo_block img {
  max-width: 150px;
}
.menu {
	margin: 0px;
	padding: 0px;
	background: url('../images/menu-bottom.gif') bottom left no-repeat;
	padding-bottom: 12px;
	margin-bottom: 15px;
	overflow: hidden;
}
.menu_in {
	background: url('../images/menu-bg.gif') left top repeat-y;
	height: 1px;
}
html>body .menu_in {
    height: auto;
}
.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: 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: url('../images/menu-dashed.gif') bottom left no-repeat;
	border-bottom: 1px dashed #afd37c;
}
html>body .menu ul li a, .menu ul li a:visited, .menu ul li a:active, .menu ul li a:link {
	min-height: 18px;
	height: auto;
}
.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 {
	color: #7f7f7f;
/*	background: url("../images/icons/subcategory-arrow.gif") 12% 40% no-repeat;*/	  
}
.menu ul li a.active,
.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 {
    color: #fff;
	background: url('../images/menu-hover.gif') top left repeat-y;
}
.menu ul li a.category0 {
	padding: 4px 0px 2px 20px;
	/*background: url("../images/icons/category-arrow.gif") 2% 40% no-repeat;*/	
}
.menu ul li a.category1 {
	padding: 4px 0px 2px 30px;
}
/*.menu ul li a .cat_in {
    background: url('../images/') top left repeat;
}*/
.menu ul li a.category2 {
	padding: 4px 0px 2px 40px;
	background-position: 15% 40%;
}
.menu ul li a.category3 {
	padding: 4px 0px 2px 50px;
	background-position: 18% 40%;
}
.menu ul li a.category4 {
    padding-left: 60px;
}
.menu ul li a.category5 {
    padding-left: 70px;
}

/*---------end of LEFT---------*/
#left h2, #right h2 {
    color: #005c39;
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    background: url('../images/h2-bg.gif') top left no-repeat;
    height: 18px;
    padding: 4px 4px 3px 9px;
}
#right .doted_line {
  margin-left: 5px;
}
/*---------RIGHT---------------*/
#right {
	position: relative;
	width: 195px;
	float: left;
	margin-right: -170px;
	overflow: hidden;
}
html>body #right {
	margin-right: -195px;
}
#right-in {
	overflow: hidden;
	padding-right: 9px;
}
#login {
    float: left;
    color: #fff;
	width: 349px;
	height: 24px;
	padding-top: 2px;
	padding-left: 5px;
	background: url("../images/login-bg.gif") top left repeat-x;
}
#login a, #login a:visited {
    color: #fff;
}
#login a:hover {
    color: #fff;
    text-decoration: none;
}
#login input {
    text-align:center;
}
#login .w100 {
  width: 100px;
}
#login .logged {
    padding: 3px 0px 0px 5px;
}
#login .input_login {
  width: 118px;
}
#login #submit, #search_button {
    position:relative;
    top: -5px;
    width: 13px;
    height: 9px;
    border: none;
    background: none;
    background: url('../images/login-arrow.gif') top left no-repeat;
    cursor: pointer !important;
}
#search_button {
    top: -5px;
    left: 3px;
}
html>body #search_button {
    top: 5px;
}
html>body #login #submit {
    top: 6px;
}
.login_spacer {
    padding: 0px 5px;
}
.login_input {
    width: 143px;
    height: 19px;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    display: inline;
    text-align:center;
    background: url('../images/login-input.gif') top left no-repeat;
}
.assistant {
    line-height: 1.5em;
}
.assistant img {
    float: none !important;
}
#right {
    color: #7f7f7f;
}
#right a {
    text-decoration: none;
}
#right h3 {
    margin: 0;
}
#right .wrap {
	margin: 0px;
	padding: 0px;
	background: url('../images/menu-bottom.gif') bottom left no-repeat;
	padding-bottom: 12px;
	margin-bottom: 5px;
	overflow: hidden;
}
#right .wrap-in {
	background: url('../images/menu-bg.gif') left top repeat-y;
	height: 1px;
	border-bottom: 1px dashed #afd37c;
	padding: 5px 8px;
}
#right .wrap-in img {
    float: left;
}
html>body #right .wrap-in {
    height: auto;
}
#right .wrap-in h3 {
    padding-bottom: 5px;
}
#right .wrap-in .cenos {
    line-height: 1.4em;
}
#right .wrap-in .text {
    margin-left: 65px;
}
/*.wrap-in a.product_hover, .wrap-in a.product_hover:visited {
    color: #7f7f7f;
}
.wrap-in a.product_hover:hover {
    color: #fff;
	background: url('../images/menu-hover.gif') top left repeat-y;
}*/
#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: 0.9em;
  padding: 5px 10px 5px 10px;
}
.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 #44886e;
}
#cart_delivery_pay_in {
}
#cart_delivery_pay h4{ 
  margin: 0px; 
  padding: 5px;
  border-bottom: 1px solid #44886e;
  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 #fff;*/
  padding: 8px;
  margin-bottom: 5px; 
}
.data_form fieldset legend {
  font-weight: bold;
  padding: 2px 20px 2px 20px;
  background: url('../images/h1-bg.gif') top left repeat-x;
}
.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 {
  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 td {
    vertical-align: top;
}
.invoice label {
  width: 80px;
}
/*--------end of REGISTRATION -----*/
/*-------- end of CART  ---------*/
/*---------FOOTER--------------*/
#rybar1 {
    position:absolute;
    bottom: 0px;
    left: -60px;
    width: 170px;
    height: 194px;
    background: url('../images/rybar3.png') top left no-repeat;
}
#footer {
    position:relative;
	clear: both;
	height: 90px;
	padding-top: 10px;
	margin-top: 105px;
}
#footer_left {
    float: left;
    width: 50%;
    padding-left: 123px;
}
#footer_menu_left, #footer_menu_right {
    float: left;
    display: inline;
    width: 10px;
    padding: 7px 0px 7px 0px;
    height: 24px;
    background: url('../images/footer-left.jpg') top left no-repeat;
}
#footer_menu_right {
    background: url('../images/footer-right.jpg') top left no-repeat;
}
#footer_menu_middle {
    float: left;
    background: url('../images/footer-bg.jpg') top left repeat-x;
    padding: 7px 0px 7px 0px;
    height: 24px;
    display: inline;
}
#footer_menu_middle a, #footer_menu_middle a:visited, #footer_menu_middle a:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
}
#footer_menu_middle a:hover {
    color: #ff8d08;
}
#footer_right {
    float: right;
    width: 34%;
    text-align: right;
    padding-right: 9px;
    padding-top: 40px;
}
.rest {
}
/*---------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;
}
.ales {
    padding-left: 15px;
}
#rybar2 {
    position:absolute;
    top: -147px;
    right: 0px;
    width: 147px;
    height: 184px;
    background: url('../images/rybar2.png') top left no-repeat;
}
#prut {
    position:absolute;
    top: -51px;
    right: 147px;
    width: 419px;
    height: 67px;
    background: url('../images/prut.png') top left no-repeat;
}
#news_spacer {
    height: 150px !important;
    border: none;
    background: none;
}
#news {
    position:relative;
    padding: 0px 7px 0px 7px;
}
#news_in {
    background: url('../images/news-left.gif') top left no-repeat;
    padding-left: 13px;
    height: 217px;
}
#news_in_in {
    background: url('../images/news-right.gif') top right no-repeat;
    padding-right: 14px;
    height: 217px;
}
#news_in_in_in {
    background: url('../images/news-bg.gif') top left repeat-x;
    height: 217px;
    padding: 0px 10px 0px 10px;
}
#news a, #news2 a {
    text-decoration: none;
}
#news a:hover {
    color: #fff;
}
.news-list-box {
    color: #fff;
    margin: 0;
    padding: 7px 0px 0px 10px;
    border-bottom: 1px dashed #5a8d2a;
}
html>body .news-list-box {
    padding: 10px 0px 5px 10px;
}
.news-list {
    float: left;
    height: 50px;
    width: 49%;
}
html>body .news-list {
	height:auto;
	min-height:50px;
}
.news-list .img {
    float: left;
}
.news-list .text{
	margin-left: 85px;
	line-height: 1.5em;
}
.news-list .text img {
	float:left;
	margin:0px 5px 5px 0px;
}
.news-list p {
  margin: 0;
  padding: 0;
}
.news-list h3 {
  font-size: 1.2em;
  margin: 0;
}
.news-list .date {
    font-size: 0.75em;
}
#news2 .news-list {
    margin-bottom: 5px;
}
.print{
  font-size: 0.9em;
  text-align: right;
  margin-bottom: 5px;
}
.print a{
  position: relative;
  top: 3px;
}
.print_button {
  width: 16px;
  height: 16px;
  border: none;
  background: none;
  background: url("../images/icons/print2.gif") 50% 50% no-repeat;
	cursor: pointer !important;
}
.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;
    padding: 5px;
    margin-top: 5px;
}
.same_height {
    height: 260px;
}
a.dotaz, a.dotaz:visited {
    text-decoration: underline !important;
}
#navigation_bar {
    padding-top: 5px;
}
/*----end of-OTHER SETTINGS----*/
