@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;*/
}
#bg {
  padding: 0px;
  margin: 0px;
  width: 98.5%;
  height: auto;
  background: url('../images/bg-body.gif') 50% 0% repeat;
  text-align:center;
}
html>body #bg {
  width: 100%;
}
.listicka #bg {
  background: url('../images/bg-body.gif') 50% 27px repeat;
}
#main_wrap {
    width: 991px;
	margin: 0px auto 0px auto;
	min-width:970px;
}
#main_holder {
  position: relative;
	height: 100%;
	text-align: left;
	background: url('../images/bg-holder-ie.gif') 0px 0px repeat-y;
/*	background: url('../images/bg-holder.gif') 0px 0px repeat-y;*/
 }
html>body #main_holder {
  width: 991px;
	background: url('../images/bg-holder.gif') 0px 0px repeat-y;
}
#main_holder_in {
	background: url('../images/bg-holder-in.gif') 0px 0px no-repeat;
}
#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: 292px;
  height: 107px;
  bottom: 22px;
  left: 2px;
}
html>body #main_logo {
  bottom: 25px;
  left: 2px;
}
#country_language_currency {
	position: absolute;
	right: 5px;
	top:0px;
	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: 130px;
	height: 228px;
}
#header_spacer {
    height: 130px !important;
    height: 228px !important;
}
.listicka #header_spacer {
    height: 157px !important;
    height: 255px !important;
}
#main_header {
	position: absolute;
	width: 100%;
	height: 100%;
	height: 203px;
	top: 25px;
	left: 0;
	background: url('../images/header.jpg') top left no-repeat;
}
.listicka #main_header {
	top: 27px;
	top: 52px;
}
#cart {
    color: #fff;
	position: absolute;
	left: 805px;
	left: 785px;
	bottom: 30px;
	bottom: 70px;
/*	width: 180px;*/
	padding: 0;
	padding-right: 5px;
	height: 24px;
    line-height: 1em;
}
html>body #cart {
	bottom: 36px;
	bottom: 76px;
}
#cart_top {
    padding: 3px 0 0 0;
    background: url('../images/cart-vert.gif') 50% 0% no-repeat;
}
#cart_bottom {
    padding: 0 0 3px 0;
    background: url('../images/cart-vert.gif') 50% 100% no-repeat;
}
#cart-in {
	padding: 0 0 0 15px;
	height: 24px;
    background: url('../images/cart-left.gif') top left no-repeat;
}
#cart-in-in {
    padding: 5px 13px 0 0;
	height: 19px;
    background: url('../images/cart-right.gif') top right no-repeat;
}
#cart-in a, #cart-in a:visited, #cart-in a:hover{
  color: #fff;
  text-decoration: none;
}
#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;
  top: 27px;
  left: 745px;
}
#static a, #static a:visited, #static a:hover {
    display: block;
    height: 16px;
    padding: 0 10px; 
    float: left;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#static a:hover {
    background-color: #ff9101;
}
.st_top {
    float: left;
    padding: 4px 0 0 0;
    background: url('../images/static-vert.gif') 50% 0% no-repeat;
}
.st_bottom {
    float: left;
    padding: 0 0 4px 0;
    background: url('../images/static-vert.gif') 50% 100% no-repeat;
}
.st_left {
    float: left;
    height: 22px;
    padding: 0 0 0 7px;
    background: url('../images/static-left.gif') top left no-repeat;
}
.st_right {
    float: left;
    height: 19px;
    padding: 3px 7px 0 0;
    text-align:center;
    background: url('../images/static-right.gif') top right no-repeat;
}
.s1, .s2, .s3, .s4, .s5 {
    margin-bottom: 8px;
}
.s1 {
    margin-right: 50px;
}
.s3 {
    margin-left: 9px;
    margin-right: 10px;
}
html>body .s3 {
    margin-left: 18px;
}
.s5 {
    margin-top: 38px;
    margin-left: 45px;
}
html>body .s5 {
    margin-left: 70px;
}
/*---------end of HEADER------*/
/*--------- LIGHTBOX ------*/
#cart-lightbox, #ifr {
   position: absolute;
   bottom: -1px; 
   right: 0px;
   width: 100%;
   /*height: 155px;*/
   padding: 0px;
   z-index: 3;
}
#ifr {
    visibility: visible;
    overflow: visible;
}
#cart-lightbox #cart-lightbox_in{
	margin-right: 17px;
	height: 100%;
}
.cart-spacer{
	height:160px;
	width:90%;
}
html>body .cart-spacer{
	height:230px;
}
.cart-spacer_disable{
	height:20px;
	width:90%;
}
#cart-lightbox .border{
	border-top: 1px solid #666;
	background-color: #f1f1f1;
	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: #ff9500;
	color: white;
}
#cart-lightbox .tabs a.active:hover{
	background-color: #ff9500;
	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: #ff9500;
	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 -------*/
#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: 5px 0px 10px 5px;
}
#search a, #search a:visited, #search a:hover {
    color: #fff;
}
#search a:hover {
    text-decoration: none;
}
#search form {
	padding: 12px 0 0px 0;
}
html>body #search form {
    padding-top: 17px;
}
#search form input {
	padding: 0;
	margin: 0;
}
#search form select {
	position: relative;
	top: 1px;
	margin: 0;
}
#search_button {
  width: 13px;
  height: 14px;
  border: none;
  background: none;
  background: url('../images/login-submit.jpg') top left no-repeat;
	cursor: pointer !important;
	position:relative;
	bottom: 11px;
}
html>body #search_button {
	bottom: 0px;
}
#id_vvyraz {
    font-size: 1em;
    border: none;
    background: none;
    text-align:center;
    width: 169px;
    height: 25px;
    padding-top: 4px !important;
    background: url('../images/search-input.jpg') top left no-repeat;
    position:relative;
}
html>body #id_vvyraz {
    bottom: 5px;
    left: 3px;
}
.det_search {
    position:relative;
    bottom: 7px;
}
html>body .det_search {
    bottom: 2px;
}
.det_search2 {
    position:relative;
    left: 17px;
    top: -5px;
}
.w140 {
  width: 100px;
}
.w70 {
}
/*---end of SEARCH -----*/
/*---------HOLDER-------------*/
#holder {
}
.three_cols #holder {
	background-color: #fff;
	padding-left: 218px;
	padding-right: 271px;
}
#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: right;
	width: 771px;
	margin-left: -218px;
}
html>body #content {
	width: 773px;
}
.three_cols #content {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	margin-left: 1px;
}
html>body .three_cols #content {
	width: 99.8%;
}
#slogan {
    position: absolute;
    top: 50px;
    left: 250px;
    z-index: 500;
    display:none;
}
#hlava {
    position:absolute;
    top: -17px;
    left: 557px;
    width: 62px;
    height: 17px;
    background: url('../images/hlava.jpg') top left no-repeat;
}
.sloganCZE {
    position: absolute;
    bottom: 12px;
    left: 422px;
    width: 246px;
    height: 38px;
    z-index: 5;
    background: url('../images/slogan-cz.jpg') top left no-repeat;
}
html>body .sloganCZE {
    bottom: 13px;
}
.sloganH {
    position: absolute;
    bottom: 12px;
    left: 366px;
    width: 302px;
    height: 39px;
    z-index: 5;
    background: url('../images/slogan-h.jpg') top left no-repeat;
}
html>body .sloganH {
    bottom: 13px;
}
#content-in {
	background-color: #fff;
	padding: 0 0px 0px 0px;
}
#producerbar {
    width: 100%;
	font-weight: bold;
	background-color: #eee;
}
#producerbar_in {
	padding: 5px;
}
html>body .show_only {
    position:relative;
    top: -2px;
}
#sortbar {
	position: relative;
	margin: 0px 5px 0 5px;
/*	background-color: #eee;*/
	padding: 6px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
html>body #sortbar {
	padding: 3px;
	margin: 10px 5px 0 5px;
}
#sortbar form, #sortbar fieldset {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#sortbar a, #sortbar a:visited {
    color: #4b4b4b;
}
#sortbar a:hover {
    color: #c00;
}
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: #fe9314; 
  color: #fff;
  text-decoration: none;
}
.navigator-new a.arrow, .navigator-new a.arrow:visited, .navigator-new a.arrow:hover {
  padding: 0;
  margin: 0;
    background-color: none !important;
  background: none !important;
}
.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;
}
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;
  margin: 0;
  padding:0 0 3px 0;
}
html>body .product_box {  
  height: auto;
  overflow:hidden;
}
#prods {
}
#prods .product_box {
    padding-top: 3px;
}
#prods h2 {
    line-height: 1em;
    height: 35px;
}
.assist {
    padding-left: 15px;
}
.assist a, .assist a:visited, .assist a:hover {
    color: #fff;
}
.assist a:hover {
    text-decoration: none;
}
.assist h2, .menu h2 {
    color: #fff !important;
    font-weight: bold;
    font-size: 1.22em !important;
    padding-left: 0px !important;
}
/*#prods {
    width: 769px;
  border: 1px solid #737373;
}*/
/*---------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: 165px;
	width: 185px;
	text-align: center;
	border: 1px solid #d9d9d9;
  margin-left: 3px;
}
html>body .product_3 {
	width: 187px;
}
.product_4 {
}
.product_all {
	float: left;
	min-width: 90px;
	width: 148px;
  /*height: 380px;*/
/*	overflow: hidden;*/
	text-align: center;
	border: 1px solid #d9d9d9;
  margin-left: 3px;
}
html>body .product_all {
	width: 149px;
}
.dif_margin {
    margin-left: 2px !important;
}
html>body .dif_margin {
    margin-left: 3px !important;
}
.product-in {
	height: 1px;
    position: relative;
/*  background-color: #f9f9f9;*/
    padding: 3px;
}
html>body .product-in {
  height: auto;
  min-height: 1px;
}

.product-in h2 {
    font-size: 1.3em;
    height: 30px;
/*    height: 23px;*/
    overflow: hidden;
	text-align: center;
	margin: 0px 0 0px 0;
	padding: 0px 2px;
}
.product_all .product-in h2 {
    font-size: 1.1em;
}
.product-in h2 a, .product-in h2 a:visited, .product-in h2 a:hover {
    color: #ff9700;
    text-decoration: none;  
    font-weight: bold;
}
.product-in h2 a:hover {
    text-decoration: underline;
}
.product-in img {
}
.product-in .product_img_box {
	text-align: center;
}
.product-in .product_img_box .img_box_border {
	width: 118px;
	height: 120px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}
/*.product-in .product_img_box .img_box_border img {
    width: 118px;
}*/
.product_all .product-in .product_img_box {
	width: 100% !important;
	height: 93px !important;
}
.product_all .product-in .product_img_box .img_box_border {
	width: 90px !important;
	height: 92px !important;
}
/*.product_all .product-in .product_img_box .img_box_border img {
    width: 90px !important;
}*/
.product-in .price {
    position:relative;
    margin: 0 auto;
    height: 60px;
    top: -2px;
}
html>body .product-in .price {
    height: 60px;
}
.product_all .price {
    height: 30px !important;
    text-align: left;
    padding-left: 0px;
}
.product_all strong {
    text-transform: uppercase;
}
.product_all .nowrap {
    color: #ff9501;
    font-weight: bold;
    font-size: 1em;
}
.product_all .akces {
    color: #f00;
}
.product_all .skladem {
/*    font-size: 0.9em;
    position:absolute;
    width: 50px;
    top: -2px;
    right: -8px;
    text-align:center;*/
    line-height: 1em;
}
.product_all h2 a, .product_all h2 a:visited, .product_all h2 a:hover {
    color: #aa6403;
}
.action_pr {
    position:relative;
    top: -4px;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    width: 164px;
    height: 31px;
    padding-top: 7px;
    margin: 9px auto;
    margin-bottom: 0px;
    background: url('../images/bg-action.jpg') top left no-repeat;
}
html>body .action_pr {
    height: 31px;
    margin-bottom: 9px;
}
.product_all .action_pr {
    top: 0;
    width: 130px;
    font-size: 1.1em;
}
.product_all .action_pr {
}
.detail-buy {
  position: relative;
  padding: 5px 0 5px 0;    
  height: 30px;
  width: 100%;
  display:none;
}
.detail-buy .cart {
  position: relative;
  top: 5px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 8px;
}
html>body .detail-buy .cart {
  margin-right: 40px;
}
.buy {
    width: 30px;
    height: 22px;
    border: none;
    /*background: none;*/
    background: url("../images/cart-but.gif") no-repeat;
    cursor: pointer !important;
}
.detail-buy .buy-text {
  width: 20px;
}
.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:absolute !important;
	width: 771px;
	top: 0px !important;
	/*width: 100%;*/
	padding: 0 !important;
}
html>body #product_title {
    position:relative;
	top: 0px !important;
    left: -1px !important;
	width: 773px;
}
#product_title .right {
    float: right;
}
/*---- 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 {
    width: 760px;
    margin: 5px 0px 5px 5px;
}
html>body .product_table {
    width: 763px;
}
.product_table .nowrap {
    font-weight: bold;
    font-size: 1.1em;
	color: #ff9500;
}
.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: 10%;
}
.product_table .col_5 {
  width: 20%;
}
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;
/*  height: 582px;*/
}
/*html>body #popup-body {
    min-height: 582px;
    height: auto;
}*/
#popup-header {
  position: relative;
  background-color: #eee;
/*  width: 99.5%;
  padding: 5px 5px 10px 5px;*/
/*  height: 80px;*/
  padding: 5px 5px 0px 5px;
  height: 30px;
  display:none;
}
/*html>body #popup-header {
  width: 98.7%;
}*/
#popup-body h1 {
    font-weight: bold;
    font-size: 1.3em;
    margin: 0;
    color: #000;
    background: none !important;
}
#popup-header .h1_in {
    background: none;
}
#popup-header h1 a {
    color: #414141;
    text-decoration: none;
}
#popup-content {
    width: 98%;
}
#popup-content_in {
    padding: 5px;
}
/*html>body #popup-content {
    min-width: 200px;
    width: auto;
}*/
#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: 99%;
  border: 2px solid #ccc;
  padding: 0;
  margin: 0;
}
.order-detail legend {
    color: #4b4b4b;
}
.order-detail-left {
  width: 45%;
  float: left;
  padding-left: 5px;
}
.order-detail-right {
  border-left: 2px solid #ccc;
  margin: 0 0 0 45%;
  padding-left: 5px;
}
.order-detail-item {
  border-top: 2px solid #ccc;  
  padding-left: 5px;
}
.order-detail-item-table {
  clear: left;
  border-top: 1px solid #ccc;  
  padding: 0;
  margin: 0;
}
html>body .order-detail-item-table {
  border-top: 2px solid #ccc;  
}
.order-detail-item-table table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
.order-detail-item-table .first {
    border-left: none;
}
.order-detail-item-table .last {
    border-right: none;
}
.order-detail-item-table td, .order-detail-item-table th {
  border: 1px solid #ccc;
  padding-left: 3px;
}
.order-detail-item-table td.right {
    text-align: right;
}
.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;
  border-top: 1px solid #ccc;
}
.order-summary p.row {
    padding-left: 10px;
}
html>body .order-summary p.row {
    padding-left: 4px;
}
.order-detail-item .right {
  float: right;
  margin-right: 5px;
}
.order-detail-summary {
  margin-left: -5px;
  margin-right: 5px; 
}
.celkova_cena {
    font-weight: bold;
    font-size: 1.1em;
}
.cart_summary {
    border-collapse: collapse;
    border-spacing: 0;
}
.cart_summary td {
    border: none;
}
/*---------- end of ORDER DETAIL ---------*/
/*---------- DETAIL ---------*/
#image_detail_box {
  position: relative;
    width: 190px;
	height: 200px;
	text-align: center;
	padding-top: 20px;
/*	overflow: hidden;*/
}
html>body #image_detail_box {
  min-height: 200px;
  height: auto;
}
#image_detail_box img {
	vertical-align: 50%;
}
#image_detail_box .code {
  position: absolute;
  bottom: -5px;
  right: 41%;
}
#image_detail_box .lupa {
  text-align: right;
}
#image_detail_box .lupa img{
  border: none;
}
#detail .align_left {
  text-align: left;
}
#detailisimo {
    width: 480px;
    padding: 0px 10px;
}
html>body #detailisimo {
    min-height: 550px;
    height: auto;
}
.prislusenstvi {
    position:relative !important;
}
.prislusenstvi table td.co1 {
    width: 130px;
    font-weight: bold;
}
.prislusenstvi table td.co2 {
    width: 220px;
}
.prislusenstvi table td.co3 {
    width: 105px;
    padding-left: 25px;
}
.prislusenstvi h3 {
	color: #ff9500;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 2px solid #fec323;
}
.pr_sel {
    width: 220px !important;
}
.prislusenstvi h3 {
	color: #ff9500;
	font-size: 1.2em;
}
.prislusenstvi_in {
    position:relative !important;
/*    background-color: #ffefd9;*/
    padding: 5px 5px;
}
.do_kosiku {
    text-align: right;
    padding-top: 5px;
}
table.gallery {
  border-spacing: 0px;
  border-collapse: collapse;
  margin-bottom: 5px;
/*    border: 1px solid #eee;*/
}
html>body table.gallery {
    margin-top: 0px;
}
.gallery td {
    padding: 2px;
    border: 1px solid #eee;
}
.gallery td.rest {
    border: none;
}
.gallery .blabla {
    position:relative;
}
a.plus, a.plus:visited {
    position:absolute;
    bottom: 0px;
    right:0px;
    width: 7px;
    height: 7px;
    z-index: 100;
/*    background: url('../images/plus.gif') top left no-repeat;*/
}
html>body a.plus, html>body a.plus:visited {
    bottom: 3px;
    right:-2px;
}
table.gallery tr {
    border: 1px solid #eee;
}
.dostupnost {
    position:relative;
    top: -1px;
    height: 14px;
}
html>body .dostupnost {
    top: 1px;
    height: 13px;
}
.text_top {
    padding: 10px 0px;
}
.text_bottom {
    padding: 10px 0px;
}
.sumar {
    line-height: 1.4em;
    padding-bottom: 5px;
}
.akcni {
	color: #ff9500;
    font-size: 1.1em;
    font-weight: bold;
}
.puvodni {
	color: #ff9500;
}
h2.jmeno {
    font-size: 1.3em;
	color: #ff9500;
    font-weight: bold;
    padding-top: 25px;
    margin: 0px 0 10px 0;
}
#icons, #icons2 {
    padding: 5px 3px 5px 5px;
    border: 1px solid #eee;
}
#icons img , #icons2 img {
    position: relative;
    top: 3px;
}
#icons2 a, #icons2 a:visited, #icons2 a:hover,
#icons a, #icons a:visited, #icons a:hover {
/*    position:relative;
    top: -2px;*/
    color: #4b4b4b;
    padding-left: 5px;
}
#icons a:hover, #icons2 a:hover {
    text-decoration: none;
}
#icons2 {
    margin-top: 5px;
    border: none;
    background-color: #e8e8e8;
}
#icons_menu {
}
#icons_menu img {
}
#iconos {
    padding-top: 5px;
}
.bubu {
    position:relative;
    padding-left: 22px;
/*    padding-bottom:5px;*/
    padding-top: 2px;
}
html>body .bubu {
    padding-bottom: 0px;
}
.bubu button {
    position:absolute !important;
    width: 15px !important;
    height: 18px;
    top: -3px;
    left: -17px;
}
html>body .bubu button {
    bottom: 0;
    left: 4px;
}
/*#icons_menu button {
  position: relative;
  top: -2px;
  left: 2px;
}
html>body #icons_menu button {
  top: -5px;
  left: 0px;
}*/
.send_link {
    padding-bottom: 5px;
}
.send_error .info, .watchdog .info {
    padding-top: 5px;
}
html>body .send_error .info, html>body  .watchdog .info {
    padding-top: 0px;
}
.send_error td.first, .watchdog td.first, .sendos_link td.first {
    text-align: right;
    padding-bottom: 4px;
}
.send_error .dule, .watchdog .dule, .sendos_link .dule {
    vertical-align: bottom;
}
.send_error .radio {
    position:relative;
    right: 4px;
    padding: 0;
    margin: 0;
}
.shiftos {
    position:relative;
    top: 2px;
}
html>body .send_error .radio {
    right: 0;
}
#detail {
	width: 100%;
	margin-bottom: 10px;
}
#detail td {
	width: 50%;
	text-align: center;
	vertical-align: top;
}
#detail #right_cell {
	text-align: left;
	padding-left: 5px;
}
table.bla td {
    text-align: left !important;
}
.bl_sel {
    width: 105px !important;
}
.bla_co1 {
    width: 108px !important;
}
.kusiky {
    padding-left: 5px;
    padding-top: 7px;
}
html>body .kusiky {
    padding-left: 0px;
}
.kusiky input {
    width: 35px;
}
.redos, .greenos {
    font-weight: bold;
    font-size: 1.1em;
}
.redos {
    color: #4b4b4b;
}
.greenos {
    color: #66bc00;
}
#small_info {
    width: 240px;
  background: #f1f1f1 url('../images/bg-det-info.gif') top left no-repeat;
  padding: 5px;
  line-height: 1.5em;
}
#small_info img {
  margin-top: 3px;
}
#detail_price {
}
#detail_price fieldset {
}
#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;
}
.add_to_cart_button, .add_to_cart_button2, .re-count, .kalkulacka {
  width: 122px;
  height: 30px;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 15px;
  text-align:center;
  border: none;
  background: url('../images/detail-do-kose.jpg') top left no-repeat;
  cursor: pointer !important;
}
html>body .add_to_cart_button, html>body .add_to_cart_button2, .kalkulacka {
  font-size: 0.9em;
}
.add_to_cart_button2 {
    width: 112px;
  background: url('../images/detail-do-kose2.jpg') top left no-repeat;
}
.kalkulacka {
    float: right;
    margin-right: 10px;
    text-align: left !important;
    width: 112px;
    height: 24px;
  background: url('../images/kalkulacka.jpg') top left no-repeat;
}
.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 {
	color: #ff9500;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 2px solid #fec323;
}
.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;
}
.wrap-in .mensi {
    width: 20px;
    height: 13px;
    position:relative;
    top: 2px;
}
.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 #fec323;
  width: 100%;
}
.discussion_item .header{
  padding: 7px;
  background-color: #fec323;
}
.discussion_item .date {
  font-size: 0.8em;
  margin-left: 10px;
}
.discussion_item .text{
  padding: 7px;
}
.same_font {
    width: 280px;
}
#category_sub, #category_sub2 {
/*  width: 99%;*/
    width: 759px;
	margin: 0 0 0 0;
	padding: 0 5px 5px 5px;
}
html>body #category_sub, html>body #category_sub2 {
    width: 763px;
}
#category_sub2 {
    margin-top: 5px;
}
#category_sub a{
  line-height: 25px;;
  }
#category_sub2 a, #category_sub2 a:visited, #category_sub2 a:hover {
    text-decoration: none;
    color: #4b4b4b;
}
#category_sub2 a:hover {
    text-decoration: underline;
}
#category_sub2 .cont {
    line-height: 1.8em;
}
#category_sub2 table td {
    width: 175px;
    padding: 0px;
    padding-left: 15px;
    padding-bottom: 10px;
    margin: 0;
    vertical-align: top;
}
#category_sub2 .img {
    padding: 0px 0;
    margin: 0;
/*    height: 105px;*/
}
.hmpg #category_sub2 {
    padding-top: 5px;
  /*border: 1px solid #737373;*/
  background: none;
}
.hmpg #category_sub2 .img {
    height: 70px;
} 
#detail_tabs_box {
    position: relative;
    margin-top: 5px;
/*    margin-bottom: 50px;*/
}
#detail_tabs_box_in {
    padding: 5px;
    background-color: #ffefd9;
}
#detail_tabs_box_in h3 {
    margin: 0;
}
.table_detail_param {
  width: 100%;
}
#detail_tabs_box .text {
    line-height: 1.5em;
}
html>body #detail_tabs_box li {
    margin-left: 14px;
}
#tabici {
	color: #ff9500;
	font-weight: bold;
	font-size: 1.23em;
	padding: 0;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 2px solid #fec323;
}
#tabici a, #tabici a:visited, #tabici a:hover {
	color: #ff9500;
}
#tabici a:hover {
    text-decoration: none;
}
#tabici a.active {
    text-decoration: none;
}
#navigation_bar {
    position:absolute !important;
    top: 3px;
    left: 0px;
}
/*----end of PRODUCT-----------*/
#category_head {
    width: 761px;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 5px;
}
html>body #category_head {
    width: 763px;
}
#category_head p {
    margin: 0;
    padding: 0;
}
#category_head .link a{ 
  font-size: 1em;
}
#category_head h1 {
  margin: 0px 0 10px 0;
}
.sup_prod {
    width: 761px;
    margin: 0px 5px;
    text-align: left;
}
html>body .sup_prod {
    width: 763px;
}
.sup_prod .text {
    width: 485px;
    float: left;
    line-height: 1.6em;
}
.sup_prod .prod {
    border-left: 1px solid #eee;
    margin-left: 495px;
}
#vyhledavani #category_head, #vyhledavani .sup_prod {
/*    display:none;*/
}
/*#vyhledavani #sortbar {
    border-top: none !important;
    margin-top: 5px;
}*/
.skladem2 {
    float: right;
    position:relative;
    top: 20px;
    right: 8px;
    text-transform: uppercase;
}
.sup_prod .prod .img {
    text-align:center;
}
.sup_prod .action_pr {
    float: left;
    margin-left: 5px;
    height: 28px;
    padding-top: 10px;
    font-size: 1.2em !important;
    text-align: center;
}
.sup_prod h2 {
}
.sup_prod h2 {
    font-size: 1.3em;
    height: 36px;
	margin: 0px 0 0px 0;
	padding: 0px 2px;
}
.sup_prod h2 a, .sup_prod h2 a:visited, .sup_prod h2 a:hover {
    color: #ff9700;
    text-decoration: none;  
    font-weight: bold;
}
.sup_prod h2 a:hover {
    text-decoration: underline;
}
/*---------end of CONTENT------*/
/*---------LEFT----------------*/
#left {
	position: relative;
	float: right;
	width: 218px;
	margin-right: 218px;
	background: #ff9500;/* url('../images/bg-left-bottom.gif') bottom left no-repeat;*/
	overflow: hidden;
	color: #fff;
}
html>body #left {
	margin-right: 218px;
}
.three_cols #left {
	position: relative;
	float: left;
	left: 271px;
	width: 218px;
	margin-right: 0px;
	margin-left: -100%;
}
html>body .three_cols #left {
    margin-right: 0px;
	left: -218px;
}
#left-in {
  width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
	background: url('../images/bg-left.gif') top left no-repeat;
}
#right-in .promo_block img {
  width: 250px;
}
#left-in .promo_block img {
  width: 180px;
}
#nabidkaCZE, #nabidkaH {
    width: 104px;
    height: 31px;
    margin: 3px 0px 0px 0px;
    background: url('../images/nase-nabidka.gif') top left no-repeat;
}
#nabidkaH {
    background: url('../images/nase-nabidkaH.gif') top left no-repeat;
}
#infoCZE, #infoH {
    width: 104px;
    height: 33px;
    margin: 3px 0px 0px 0px;
    background: url('../images/informace.gif') top left no-repeat;
}
#infoH {
    background: url('../images/informaceH.gif') top left no-repeat;
}
.contentos {
    width: 761px;
    padding: 5px 5px;
}
html>body .contentos {
    width: 763px;
}
.statico {
    width: 751px;
    padding: 10px 10px !important;
}
html>body .statico {
    width: 753px;
    padding: 5px 10px !important;
}
.menu {
	margin: 0 0 0px 15px;
	padding: 0px;
	/*border: 1px solid #fac53f;*/
	width: 182px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	list-style: none;
	margin: 0px;
	padding: 0 0 0 0;
	display: block;
}
.menu ul li a, .menu ul li a:visited, .menu ul li a:active, .menu ul li a:link {
    font-weight: bold;
	display: block;
	margin: 0px;
	height: 17px;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px dashed #ffbf66;	
}
html>body .menu ul li a, .menu ul li a:visited, .menu ul li a:active, .menu ul li a:link {
	min-height: 17px;
	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: #e5e4e4 !important;
	background: url("../images/sipkos.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 {
	text-decoration: underline;
}
.menu ul li a.category0 {
	padding: 5px 0px 2px 20px;
	background: url("../images/terc.gif") 0% 40% no-repeat;	
}
.menu ul li a.category1 {
	padding: 5px 0px 2px 30px;
    background-position: 11% 50%;
}
.menu ul li a.category2 {
	padding: 5px 0px 2px 40px;
    background-position: 17% 50%;
}
.menu ul li a.category3 {
	padding: 5px 0px 2px 50px;
    background-position: 23% 50%;
}
.menu ul li a.category4 {
    padding-left: 60px;
    background-position: 29% 50%;
}
.menu ul li a.category5 {
    padding-left: 70px;
    background-position: 35% 50%;
}
.zvyrazni_voe {
    color: #ff9700;
}
.bg_voe {
    background-color: #f6f6f6;
}
.button_voe {
    position:relative;
    top: 2px;
    width: 98px;
}
html>body .button_voe {
    width: 90px;
}
/*---------end of LEFT---------*/
#right h2 {
    position:relative;
	font-size: 1.25em;
	padding: 9px 0 9px 22px;
	margin: 0;
	color: #ff9500;
	font-weight: bold;
	text-align: right;
}
#left h2 {
    position: relative;
	font-size: 1em;
	color: #000;
	padding: 8px 0 9px 35px;
	margin: 0;
    /*background: url('../images/bg-h2-left.jpg') top left 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: 270px;
	float: left;
	margin-right: -270px;
	overflow: hidden;
	display:none;
}
html>body #right {
	margin-right: -270px;
}
.three_cols #right {
    display: block;
}
#right-in {
  width: 256px;
  margin-top: 20px;
  background-color: #f1f1f1;
	overflow: hidden;
	padding: 0px 10px 0 5px;
}
#login {
    position: absolute;
	width: 561px;
	height: 43px;
	left: 17px;
	top: 6px;
/*	font-size: 0.9em;*/
	padding: 2px 0 0 5px;
    line-height: 1.1em;
    color: #fff;
}
#login a, #login a:visited {
    color: #fff;
}
#login a:hover {
    text-decoration: none;
}
#id_loginn, #id_passwdd {
    font-size: 1em;
    border: none;
    background: none;
    width: 197px;
    height: 28px;
    padding-top: 9px;
    text-align:center;
    background: url('../images/login-input.jpg') top left no-repeat;
}
#id_passwdd {
    margin-left: 5px;
    width: 184px;
    width: 99px;
    text-align: left;
    padding-left: 85px;
    background: url('../images/password-input.jpg') top left no-repeat;
}
html>body #id_passwdd {
    margin-left: 10px;
}
#login .w100 {
  width: 100px;
}
#login .logged {
  margin: 12px 10px 10px 3px;
  line-height: 1.5;
}
html>body #login .logged {
  margin: 10px 10px 10px 3px;
}
#login .logged a, #login .logged a:visited {
    padding: 0px 3px;
}
#login .input_login {
  width: 118px;
}
span.password {
    position:relative;
}
span.password_title {
    color: #000;
    position:absolute;
    text-transform: uppercase;
    top: 11px;
    left: 30px;
}
html>body span.password_title {
    top: 0px;
}
#login #submit {
    border: none;
    background: none;
    width: 13px;
    height: 14px;
    background: url('../images/login-submit.jpg') top left no-repeat;
    cursor: pointer !important;
    margin-right: 3px;
}
html>body #login #submit {
}
#login .restos {
    position:relative;
    left: 5px;
    bottom: 13px;
}
html>body #login .restos {
    bottom: -4px;
    left: 6px;
}
#login .links {
    position:absolute;
    left: 435px;
    bottom: 13px;
}
.schranka, .baleni {
    padding: 0;
    text-align: left;
    margin-bottom: 5px;
}
.baleni a, .baleni a:visited, 
.schranka a, .schranka a:visited {
    display: block;
    width: 146px;
    text-align:left;
    height: 16px;
/*    margin: 0 auto;*/
    padding: 1px 0px 0px 12px;
    background-color: #ff9500;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.schranka a:hover, .baleni a:hover {
    color: #fff;
}
.baleni a, .baleni a:visited {
    width: 50px;
}
#right .wrap {
	margin-bottom: 15px;
}
#right .wrap-in {
	padding: 8px;
	margin: 0px;
	text-align: center;
	line-height: 1.2;
}
#right .wrap p.row {
  margin: 0;
}
#right .wrap span.label{
  width: 54%;
}
#right .wrap img {
}
#right .img {
    float: left;
    width: 88px;
    height: 84px;
    background-color: #fff;
    padding-top: 4px;
}
#right h3 a, #right h3 a:visited, #right h3 a:hover {
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #4b4b4b;
}
#right h3 a:hover {
    text-decoration: underline;
}
#right .text {
    margin-left: 98px;
    text-align: left;
}
#right .text .nowrap {
    font-weight: bold;
    font-size: 1.1em;
	color: #ff9500;
}
#right .text .r_akce {
	color: #ff9500;
	font-size: 1.1em;
}
#right .text form, #right .text fieldset {
    padding: 0;
    margin: 0;
    width: 140px;
    text-align: left !important;
}
#right .text form .button {
    margin: 0;
    width: 65px;
}
#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;
}
.hmpg .promo_block {
    padding: 0 !important;
}
.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%; 
  }
table.cart_reg td {
    padding-right: 10px;
    padding-left: 5px;
}
/*--------- 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 fieldset {
    border: none !important;
}
.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;
  padding-top: 6px;
}
html>body .invoice label {
    padding-top: 4px;
}
/*--------end of REGISTRATION -----*/
/*-------- end of CART  ---------*/
/*---------FOOTER--------------*/
.disp2 {
    display:none !important;
}
.disp {
    /*padding-top: 10px !important;*/
    background: url('../images/ff-bg-footer.gif') top left repeat-x !important;
}
.footer {
	clear: both;
	color: #fff;
	padding-top: 5px;
	text-align: left;
}
.footer a, .footer a:visited, .footer a:hover {
    color: #fff;
}
.footer a:hover {
    text-decoration: none;
}
.footer_left {
    width: 717px;
    height: 67px;
    float: left;
    background: url('../images/footer-left.jpg') top left no-repeat;
}
.footer_right {
    width: 272px;
    height: 67px;
/*    width: 244px;
    height: 57px;*/
    float: left;
    margin-left: 2px;
    background: url('../images/footer-right.jpg') top left no-repeat;
}
.l_cont {
    padding: 15px 0px 0px 28px;
}
.l_cont a, .l_cont a:visited, .l_cont a:hover {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 20px;
}
.l_cont a:hover {
    text-decoration: underline !important;
}
.l_down {
    margin-top: 21px;
    font-size: 0.75em;
}
.l_down img {
    float: left;
    margin-right: 3px;
}
.r_cont {
    padding: 10px 0px 0px 28px;
}
.r_down {
    margin-top: 13px;
    padding-left: 5px;
}
/*---------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 10px 0px;
	padding:5px;
	height:50px;
	line-height: 1.5em;
}
html>body .news-list {
	height:auto;
	min-height:50px;
}
.contentos .news-list {
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
}
.news_left .news-list {
	padding:0px 15px 10px 15px;
    margin-bottom: 0px;
}
.news_left .news-list-in {
    padding-bottom: 8px;
    border-bottom: 1px dashed #ffbf66;
}
.news-list .text{
	padding:5px 0px 5px 0px;
}
.news_left .news-list .text{
    padding-top: 0px;
}
.news-list .text img {
	float:left;
	margin:5px 5px 5px 0px;
}
.news-list p {
  margin: 0;
  padding: 0;
}
.news-list h3, .news-list h2 {
  font-size: 1em;
  font-weight: bold;
}
.news_left .news-list h3 {
    font-size: 1em;
    padding: 0;
    margin: 0 0 3px 0;
}
.news_left a, .news_left a:visited, .news_left a:hover {
    color: #fff;
    text-decoration: none;
}
.news-list h2 {
    font-size: 1.2em;
	color: #ff9500;
	margin-bottom: 0px;
}
.news-list h2 a, .news-list h2 a:visited, .news-list h2 a:hover {
	color: #ff9500;
}
.news_left a:hover {
    text-decoration: underline;
}
.news_left .all_msgs {
    padding-left: 15px;
}
.news-list .date {
    font-size: 0.75em;
    padding-left: 5px;
}
.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 {
    width: 15px;
    height: 18px;
    background: url("../images/icons/tisk.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: 99.8%;
/*	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: 98.7%;
    padding: 5px;
    font-weight: bold;
    font-size: 1.1em;
    text-align:center;
}
.detailos {
    position:relative;
/*    padding-top: 44px !important;*/
}
.detailos .bad_message, .detailos .good_message {
    margin-top: 20px;
/*    position:absolute;
    top: 20px;
    left: 0;*/
    width: 492px;
}
.bad_message_in, .good_message_in {
    padding: 5px 10px;
}
.good_message {
  color: #4b4b4b;
    background-color: #8aff6a;
}
.bad_message {
  color: #4b4b4b;
    background-color: #ff3b3b;
}
#popup-body .bad_message, #popup-body .good_message {
    width: 98%;
}
.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;
}
.cetel {
    padding: 5px;
    background-color: #d5d5d5;
    margin-bottom: 5px;
    line-height: 1.5em;
    height: 45px;
}
.cetel .label {
    font-weight: bold;
    width: 110px;
}
.cat_empty {
    text-align:center;
    font-weight: bold;
}
#cards {
    padding: 20px 0px 0px 15px;
}
.howto {
    margin-top: 10px;
    background-color: #ffefd9;
    width: 100%;
}
.howto_in {
    padding: 5px;
}
.howto a, .howto a:visited, .howto a:hover {
    color: #4b4b4b;
    font-weight: bold;
    background-color: #ffe831;
    height: 15px;
    line-height: 15px;
    padding: 2px 5px;
    text-decoration: none;
    
}
.kul_img {
    text-align: left;
}
.kul_img img {
    float: left;
    margin-right: 8px;
}
/*----end of-OTHER SETTINGS----*/
