@import url("global.css");
/************************************************/
/******** BASIC LAYOUT STYLES *****************/
/***********************************************/
/************************************************/
/*--------- MAIN HOLDER --------*/
#page{
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #e6e4e4;
	/*margin: 0px auto 0px auto;*/
  /*padding: 0 10px 0 10px;*/
}
#main_wrap {
/*	width: 98%;*/
	width: 990px;
	margin: 0px auto 0px auto;
	min-width:970px;
	background-color: #fff;
	padding-bottom: 7px;
}
#main_holder {
  position: relative;
	height: 100%;
	text-align: left;
	padding: 0px 7px;
 }
/*html>body #main_holder {
	width: 100%;
}*/
#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-------*/
#logo {
  position: absolute;
  width: 157px;
  height: 110px;
  top: 46px;
  left: 100px;
}
#logo a, #logo a:visited, #logo a:hover {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
#country_language_currency {
	position: absolute;
	right: 13px;
	top: 38px;
	text-align: right;
	width: 300px;
	background: none;
	font-size: 0.9em;
}
#country_icons {
  margin-left: 5px;
}
#country_icons img {
    margin-right: 3px;
}
/*----end of MAIN HEADER------*/
/*---------HEADER-----------*/
#header {
	/*position: relative;*/
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 283px;
}
.listicka #header {
	top: 27px;
}
#header_spacer {
    height: 283px !important;
}
.listicka #header_spacer {
    height: 310px !important;
}
#header_in {
	position: absolute;
	width: 990px;
	height: 100%;
	bottom: 0px;
	left: 0px;
	background: url('../images/header.jpg') top left no-repeat;
}
#header_right #right_login{
  margin-top: 100px;
}
#slogan {
    position: absolute;
    top: 88px;
    left: 560px;
    z-index: 500;
    color: #245e22;
    font-size: 1.4em;
    font-weight: bold;
}
#slogan strong {
    font-size: 1.35em;
}
#header_menu {
  position: absolute;
  top: 247px;
  left: 7px;
  width: 638px;
  height: 36px;
  background: url('../images/h-menu-bg.gif') top left repeat-x;
}
#header_menu_in {
  height: 36px;
  background: url('../images/h-menu-left.gif') top left no-repeat;
}
#header_menu_in_in {
  height: 36px;
  background: url('../images/h-menu-right.gif') top right no-repeat;
}
#header_menu a, #header_menu a:visited, #header_menu a:hover {
    float: left;
    display: block;
    color: #e1ee47;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    text-transform: uppercase;
}
#header_menu a:hover {
    color: #245e22;
    cursor: pointer !important;
}
#header_menu a span.text, #header_menu a:hover span.text, #header_menu a:hover span.text {
    float: left;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0px 18px;
}
#header_menu a:hover span.text {
    background: url('../images/h-menu-bg-on.gif') top left repeat-x;
}
#header_menu a.first span.left, #header_menu a.first:visited span.left, #header_menu a.first:hover span.left {
    float: left;
    display: block;
    height: 36px;
    width: 18px;
}
#header_menu a.first:hover span.left {
    background: url('../images/h-menu-first-on.gif') top left no-repeat;
}
#header_menu a.first span.text, #header_menu a.first:visited span.text, #header_menu a.first:hover span.text {
    padding-left: 0px;
}
#cart {
	position: absolute;
	top: 247px;
	right: 7px;
	width: 330px;
	height: 36px;
    line-height: 1em;
    color: #fff;
    background: url('../images/cart-bg.gif') top left repeat-x;
}
#cart_in {
	height: 36px;
    background: url('../images/cart-left.gif') top left no-repeat;
}
#cart_in_in {
	height: 24px;
	padding-top: 12px;
	padding-left: 46px;
    background: url('../images/cart-right.gif') top right no-repeat;
}
#cart a, #cart a:visited, #cart a:hover {
    color: #fff;
}
#cart a:hover {
    text-decoration: none;
}
#cart a.kos, #cart a.kos:visited, #cart a.kos:hover {
    position:absolute;
    width: 36px;
    height: 32px;
    top: 2px;
    left: 2px;
    text-decoration: none;
}
#cart a:hover {
    text-decoration: none;
}
/*.multishop_tabs {
    position:absolute;
    width: 300px;
    top: -1px;
    left: 180px;
}
.mt_tab {
	float: left;
	height: 26px;
	margin: 0 0px 0px 0;
	padding: 0;
	font-size: 1.1em;
}
.mt_tab span {
	cursor: pointer !important;
}
.mt_tab a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: url('../images/tabs/header/tab-bg.gif') repeat-x;
	height: 26px;
	line-height: 26px;
	float: left;
	margin: 0 0px 0 0;
}
.mt_tab a span.text {
	float: left;
	display: block;
    padding: 0px 4px;
}
.mt_tab a span.left, .mt_tab span.right {
	display: block;
	float: left;
	width: 4px;
	height: 26px;
}
.mt_tab a span.left {
	background: url('../images/tabs/header/tab-left.gif') no-repeat;
}
.mt_tab a span.right {
	background: url('../images/tabs/header/tab-right.gif') no-repeat;
}
.mt_tab a:link, .mt_tab a:visited, .mt_tab a:active{
	color: #ddd;
}
.mt_tab a:hover, .mt_tab a.active, .mt_tab a:link.active,
.mt_tab a:visited.active, .mt_tab a:active.active {
	background: url('../images/tabs/header/tab-bg-on.gif') repeat-x;
	color: #fff;
	text-decoration: none;
}
.mt_tab a:hover span.left, .mt_tab a.active span.left {
	background: url('../images/tabs/header/tab-left-on.gif') no-repeat;
}
.mt_tab a:hover span.right, .mt_tab a.active span.right {
	background: url('../images/tabs/header/tab-right-on.gif') 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 #aaa;
	background-color: #f9f9f4;
	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: 1px solid #666;
	border-bottom: none;
	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: 1px solid #666;
	border-bottom: none;
	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: #245e22;
	color: white;
}
#cart-lightbox .tabs a.active:hover{
	background-color: #245e22;
	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: #245e22;
	width: 18px;
	height: 17px;
	padding: 0px;
	margin-right: 5px;
	border: 1px solid #666;
	border-bottom: none;
}
#cart-lightbox .tabs a.operate:hover{
	float: right;
	background-color: #fff;
	width: 18px;
	height: 17px;
	padding: 0px;
	margin-right: 5px;
	border: 1px solid #666;
	border-bottom: none;
}
#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------*/
/*---------SEARCH ------*/
#search {
    position:absolute;
    top: 212px;
	left: 13px;
	width: 350px;
}
html>body #search {
    top: 216px;
}
#search select {
    font-size: 0.9em;
}
#search .search_text {
    font-size: 0.9em;
    position:relative;
    top: 2px;
    width: 144px;
    height: 20px;
    border: none;
    background: url('../images/search-input.gif') top left no-repeat;
}
html>body #search .search_text {
    top: -4px;
}
#search .button {
    width: 66px;
    height: 20px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    margin-right: 5px;
    background: url('../images/search-but.gif') top left no-repeat;
}
#search a, #search a:visited, #search a:hover {
    color: #fff;
}
#search a:hover {
    text-decoration: none;
}
.w140 {
  width: 100px;
}
.w70 {
}
/*---end of SEARCH -----*/
/*---------HOLDER-------------*/
#holder {
	background-color: #fff;
	padding-left: 185px;
	padding-right: 185px;
}
#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 .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;
	margin-bottom: 10px;
  overflow: hidden;
}
.dep_store_item .text {
  padding: 0 5px 0 5px;
    height: 20px;
    overflow: hidden;
}
.dep_store_item img {
	margin: 1px 1px 1px 0px;
}
/*----end of MULTISHOP CONTENT ----*/
/*---------CONTENT-------------*/
#content {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#content-in {
    font-size: 1.1em;
	background-color: #fff;
	padding: 12px 7px 10px 7px;
}
#content p {
    width: 100%;
}
#producerbar {
    width: 100%;
	font-weight: bold;
/*	background-color: #f2f1f1;*/
}
#producerbar_in {
/*	padding: 5px;*/
}
#sortbar {
	position: relative;
	margin: 10px 0 0  0;
/*	background-color: #f2f1f1;*/
	padding: 6px;
}
html>body #sortbar {
	padding: 3px;
}
#sortbar form, #sortbar fieldset {
	display: inline;
	padding: 0px;
	margin: 0px;
}
html>body #sortbar a {
    position:relative;
    top: -5px;
}
.navigator {
	position: relative;
	background-color: #eee;
}
.navigator-new {
  position: relative;
	text-align: right;
	margin-top: 1px;
	padding: 7px 0 3px 0;
	height: 25px;
	font-size: 0.9em;
}
.navigator-new a, .navigator-new a:visited{
  padding: 2px 6px;
  margin: 0 2px;
  font-weight: bold;
  text-decoration: none;
}
.navigator-new a:hover {
/*  background-color: #fe9314;*/ 
  color: #fff;
  background-color: #3aac28; 
  text-decoration: none;
}
.navigator-new a.arrow, .navigator-new a.arrow:visited, .navigator-new a.arrow:hover {
  padding: 0;
  margin: 0;
  background: none;
}
.navigator-new img {
  position: relative;
  top: 3px;
}
.navigator-new span {
  color: #fff;
  font-weight: bold;
    padding: 0px 5px;
  padding: 2px 6px;
  margin: 0 2px;
  background-color: #3aac28; 
}
#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;
}
.premium {
	float: left;
	width: 150px;
	height: 130px;
	background-color: #fff;
	text-align: center;
	margin: 2px;
}
.premium img {
	margin: 1px 1px 1px 0px;
}
/*----end of PREMIUM CATEGORY---*/
.fright {
    position: relative;
    height: 110px;
}
.fright span {
    position: absolute;
    right: 218px;
    top: 28px;
}
html>body .fright span {
    right: 228px;
    top: -15px;
}
.fright textarea{
    position: absolute;
    right: 10px;
    top: 45px;
}
html>body .fright textarea{
    right: 20px;
    top: 0px;
}
.product_box {
    height: 1px;
    min-height: 1px;
    padding: 0px;
    margin: 5px 0 5px 0;
}
html>body .product_box {
    height: auto;
    overflow:hidden;
}
.product_all, .product_1, .product_2, .product_3, .product_2tip {
	float: left;
	min-width: 194px;
	width: 289px;
    height: 268px;
	text-align: center;
	border: 1px solid #ececec;
	margin: 0px 10px 5px 0px;
}
.product_2tip {
    height: 238px;
}
#multishop_content .product_3 {
    height: 325px;
}
.detail_bottom_box .product_box {
    height: 210px;
}
.detail_bottom_box .product_2 {
    height: 206px;
}
.product_in {
	height: 1px;
    position: relative;
}
html>body .product_in {
    height: auto;
    min-height: 1px;
}
.product_in h2, .detail_bottom_box .product_in h3 {
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	height: 41px;
	overflow: hidden;
	background-color: #ececec;
	padding: 10px 6px 0px 6px;
	margin-top: 6px;
}
.product_in h2 a, .product_in h2 a:visited, .product_in h2 a:hover {
    text-decoration: none;
}
.pr_left {
    float: left;
    width: 159px;
    height: 175px;
    margin-left: 5px;
}
.pr_right {
    float: left;
    width: 107px;
    margin-left: 8px;
}
html>body .pr_right {
    width: 112px;
}
.product_in .img, .detail_bottom_box .product_in .img {
    float: left;
    width: 100%;
    line-height: 136px;
    height: 136px;
    text-align:center;
    border: 1px solid #ececec;
    margin-bottom: 7px;
}
.product_in .img_in, .detail_bottom_box .product_in .img_in {
    width: 159px;
    height: 136px;
    line-height: 136px;
    text-align:center;
    margin: 0 auto;
}
/*.detail_bottom_box .product_in .img, .detail_bottom_box .product_in .img_in {
    height: 94px;
    line-height: 94px;
}*/
.iefix_f, .iefix {
    width: 3px;
    vertical-align: middle !important;
    display: inline-block !important;
}
.iefix {
    width: 0px;
}
html>body .iefix_f {
    width: 0px;
}
.img img {
    vertical-align: middle !important;
}
.product_code {
    font-size: 0.9em;
}
.product_type {
    height: 52px;
    overflow: hidden;
    text-align: left;
    padding: 0px 0px;
    line-height: 1.5em;
}
.product_type span {
    padding: 0px 5px 0px 10px;
}
#detail .product_type {
    height: 20px;
    display:none;
}
.product_table .product_type {
    height: 20px;
}
.display {
    display: block !important;
}
.p_action {
    background: url('../images/akce-product.gif') 0% 50% no-repeat;
}
.p_news {
    background: url('../images/novinka-product.gif') 0% 50% no-repeat;
}
.p_tip {
    background: url('../images/doporucujeme-product.gif') 0% 50% no-repeat;
}
.p_sale {
    background: url('../images/vyprodej-product.gif') 0% 50% no-repeat;
}
.product_in .text {
    font-size: 0.9em;
    padding: 0px 15px;
    margin: 5px 0px 0px 0px;
    height: 42px;
    overflow: hidden;
    text-align: left;
}
.product_in p {
	font-size: 95%;
}
.product_in .price {
    font-size: 1em;
    padding: 0px 5px;
    height: 48px;
    line-height: 1.4em;
    overflow: hidden;
    text-align: right;
}
.product_in .red {
    font-size: 1.1em;
}
.product_in .cart {
    padding: 5px 0px 5px 0px;
    height: 65px;
    overflow: hidden;
    text-align: right;
}
.product_in .cart .drop_menu {
    width: 40px;
    position:relative;
    top: 3px;
}
html>body .product_in .cart .drop_menu {
    top: 0px;
}
.product_in .orderkoef {
    position:absolute;
    left: 43%;
    bottom: 2px;
}
html>body .product_in .orderkoef {
    bottom: 4px;
}
.cart_table {
    line-height: 1.9em !important;
}
html>body .cart_table {
    line-height: 1.7em !important;
}
.ieb_nahoru {
    position:relative;
    top: -14px;
}
html>body .ieb_nahoru {
    top: 0px;
}
.p_detail {
    margin-top: 5px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
    height: 55px;
    line-height: 55px;
    padding: 8px 18px 8px 18px;
    background: url('../images/detail.jpg') top left no-repeat;
}
.buy {
    width: 62px;
    height: 18px;
    border: none;
    color: #fff;
    font-weight: bold;
/*    padding-left: 13px !important;*/
    background: url('../images/koupit.gif') top left no-repeat;
    cursor: pointer !important;
}
/*html>body .buy {
    padding-left: 17px !important;
}*/
.buy-text {
  width: 18px;
  height: 14px;
  border: 1px solid #3c3b3a;
  text-align:center;
}
.compare-box {
    font-size: 0.9em;
    height: 25px;
    padding-top: 6px;
    background-color: #ececec;
}
a.p_compare_link, a.p_compare_link:visited, a.p_compare_link:hover {
    padding-left: 19px;
    padding-right: 110px;
    background: url('../images/compare-product.gif') 0% 50% no-repeat;
}
a.p_schranka_link, a.p_schranka_link:visited, a.p_schranka_link:hover {
    padding-left: 32px;
    background: url('../images/schranka-product.gif') 0% 50% no-repeat;
}
/*---------end of PRODUCT_3------*/
/*---- PRODUCT LIST TABLE -------*/
.table, .table_cart, .table_platba {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.cart_box {
    background-color: #f9f9f4;
    border: 1px solid #ebeaea;
    padding: 3px;
}
.cart_box .total td {
    text-align: left;
    width: 50%;
    padding-left: 5px;
}
.table_platba td {
    text-align: left;
    width: 50%;
/*    padding-left: 5px;*/
    vertical-align: top;
}
.table_platba h3 {
    font-size: 1em;
    background-color: #fafafa;
    padding: 2px 5px;
}
.table_cart th {
    background-color: #ebeaea;
    font-weight: normal;
    border-right: 1px solid #fafafa;
    text-transform: uppercase;
    padding: 3px;
}
.table_cart td {
    background-color: #fff;
    border-top: 3px solid #f9f9f4;
    border-right: 1px solid #f9f9f4;
    padding: 2px;
}
.table_cart .empty_cart {
    text-align: right;
    background: none;
    border-top: 1px solid #eae9e9;
}
.table_cart .empty_cart .delete {
    float: right;
    background-color: #fff;
    padding: 4px 5px;
}
.table_cart .empty_cart .coupon {
    float: right;
}
.table_cart .empty_cart .coupon_text {

}
.table_cart .bt6 {
    border-top: 6px solid #f9f9f4;
}
.table_cart img {
    margin-top: 4px;
}
.table thead tr td {
  background-color: #f9f9f4;
  border: 1px solid #ebeaea;
  border-bottom: none;
  padding: 5px;
  text-align: left;
}
.table thead tr th {
  background-color: #f9f9f4;
  border: 1px solid #ebeaea;
  border-bottom: none;
  padding: 5px;
}
.table thead tr td {
  background-color: #f9f9f4;
  border: 1px solid #ebeaea;
}
.table tr {}
.table td {
 	border: 1px solid #ebeaea;
  padding: 5px;
  }
 .table tfoot {
  }
.table h2{
  font-size: 1em;
  padding: 5px 0 5px 10px;
  }
.product_table .col_1 {
  width: 10%;
  background-color: #f9f9f4;
}
.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;
}
#comparing {
    width: 100%;
    overflow: auto;
}
/*--- end of PRODUCT TABLE VIEW --*/
/*---------- ACTION - RIGHT ---------*/
.anketa img {
  position: relative;
  left: 23px;
  top: 3px;
}
.anketa input {
  position: relative;
  top: 2px;
}
.anketa .button {
    color: #828a1e;
    width: 64px;
    height: 19px;
    border: none;
    font-weight: bold;
    background: url('../images/anketa-but.gif') top left no-repeat;
}
.anketa_but {
    text-align: right;
    padding-right: 5px;
}
/*---------- end of ACTION - RIGHT ---------*/
/*---------- POPUPS ---------*/
.popup_body {
    overflow:auto;
    background-color: #fff;
}
#popup-body {
  margin: 5px;
  border: 1px solid #eee;
  text-align: left;
}
#popup-header {
  position: relative;
  background-color: #eee;
  padding: 5px 5px 0px 5px;
  height: 30px;
}
#popup-header h1 {
    font-weight: bold;
    font-size: 1.6em;
    margin: 0;
    text-align: left;
    background: none;
}
#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;
}
.popup_bad_msg, .popup_good_msg {
    color: #fff;
    padding: 3px 5px;
    margin-bottom: 5px;
    background-color: #e00;
}
.popup_good_msg {
    background-color: #0c0;
}
.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: 98%;
  border: 2px solid #000;
  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 #000;
  margin: 0 0 0 45%;
  padding-left: 5px;
}
.order-detail-item {
  border-top: 2px solid #000;
  padding-left: 5px;
}
.order-detail-item-table {
  clear: left;
  border-top: 1px solid #000;
  padding: 0;
  margin: 0;
}
html>body .order-detail-item-table {
  border-top: 2px solid #000;
}
.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 #000;
  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;
  margin-bottom: 5px;
  border-top: 1px solid #000;
}
html>body .order-summary {
    min-height: 6em;
    height: auto;
}
.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;
}
.cart_summary {
    border-collapse: collapse;
    border-spacing: 0;
}
.cart_summary td {
    border: none;
}
/*---------- end of ORDER DETAIL ---------*/
/*---------- DETAIL ---------*/
#icons {
    width: 100%;
    font-size: 0.9em;
    padding-bottom: 3px;
}
html>body #icons {
    padding-bottom: 0px;
}
#icons img {
  margin-right: 15px;
  position:relative;
  top: 6px;
  left: 2px;
}
#icons a, #icons a:visited, #icons a:hover {
    color: #000;
}
#detail {
	width: 100%;
	border: 1px solid #ebeaea;
	background-color: #f9f9f4;
}
.lupiente {
    position:absolute;
    display: block;
    bottom: 2px;
    right: 5px;
    width: 36px;
    height: 28px;
    background: url('../images/lupa.gif') top left no-repeat;
}
#detail td {
	width: 50%;
	text-align: center;
	vertical-align: top;
}
#detail #right_cell {
    padding: 5px 10px;
}
#detail #left_cell {
	text-align: left;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 0.9em;
}
.tab_price {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-collapse: collapse;
}
.tab_price td {
    width: 50% !important;
    padding: 4px 0px 3px 0px;
}
/*.tab_price tr {
    background: url('../images/teckos.gif') bottom left repeat-x;
}*/
.tab_price td.fc {
    font-weight: bold;
    text-align: left !important;
}
.tab_price td.sc {
    text-align: right !important;
}
.tab_price label {
    padding: 0 !important;
    margin: 0 !important;
}
#detail .detail_img .img {
    width: 100%;
    line-height: 227px;
    height: 227px;
    text-align:center;
    padding: 5px 0px;
}
#detail .detail_img .img_in {
    position:relative;
    width: 308px;
    height: 225px;
    line-height: 225px;
    text-align:center;
    margin: 0 auto;
    border: 1px solid #ebeaea;
    background-color: #fff;
}
#detail .text {
    padding: 5px 0px 10px 0px;
}
.gallery_spacer {
    height: 60px;
}
.gallery {
    height: 142px;
}
.gallery_line {
}
.gallery_line .img {
	float: left;
	margin: 0px 4px 4px 0px; 
    width: 98px;
    height: 68px;
    line-height: 68px;
    text-align:center;
    border: 1px solid #ebeaea;
	background-color: #fff;
	overflow: hidden;
}
#small_info {
}
#small_info img {
  margin-top: 3px;
}
#summary {
    position: relative;
  padding: 25px 0px 10px 0px;
}
#summary strong {
  font-size: 1.2em;
}
#summary span.label {
    position: relative;
}
.dostupnost {
    padding-top: 5px;
}
.gemoney {
    padding-top: 5px;
}
.bookmarks {
    padding-top: 5px;
    text-align: right;
}
.variant_spacer {
    padding: 0;
    margin: 0;
    line-height: 6px;
    height: 6px;
}
#detail_price fieldset {
}
#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, .re-count {
    position:relative;
    top: 3px;
  width: 98px;
  height: 25px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  border: none;
  background: url('../images/do-kose.gif') top left no-repeat;
  cursor: pointer !important;
}
html>body .add_to_cart_button {
    top: 0px;
}
.add_to_cart {
    text-align: right;
    padding-top: 40px;
}
.celkem {
    position:relative;
    text-align: right;
    height: 35px;
    font-size: 1.2em;
}
.celk {
    position:absolute;
    color: #a3ae19;
    width: 146px;
    height: 45px;
    top: 0px;
    right: 0px;
    padding-top: 20px;
    font-weight: bold !important;
    text-align:center;
    font-size: 1.1em;
    background: url('../images/celkem.jpg') top left no-repeat;
}
.celk_text {
    position:absolute;
    width: 100px;
    text-align: right;
    top: 20px;
    right: 155px;
    font-weight: bold;
    text-transform: uppercase;
}
.re-count {
  color: #000;
  background: url("../images/icons/calculator.gif") 15% 50% no-repeat;
}
#detail_price {
    padding-top: 5px;
}
#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: 100%;
}
.detail_bottom_box {
  margin: 0;
  padding: 5px 0;
}
.detail_bottom_box h2 {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 2px;
}
.detail_bottom_box .form_item_box {
  text-align: center;
}
.order_item_product {
  float: left;
  width: 33%;
}
.order_item_product span.label{
  width: 20%;
}
.order_item_product .img {
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align:center;
    margin: 0 auto;
}
.invoice .form_item_box label {
    width: 70px;
}
.invoice_buts {
    text-align: right;
    padding-right: 9px;
}
.mensi {
    width: 200px;
}
.form_item_box label {
  width: 100px;
}

.diskuze_holder {
    text-align:left;
}
.diskuze_holder .new_link {
    padding-bottom: 10px;
}
.disk_form {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background-color: #f9f9f4;
}
.disk_item {
    font-size: 0.9em;
    padding-bottom: 15px;
}
.disk_item_in {
}
.disk_item .head {
    position:relative !important;
    border: 1px solid #eee;
    background-color: #f9f9f4;
    padding: 3px 5px;
}
.disk_item .title {
    font-weight: bold;
}
.disk_item .date {
    font-style: italic;
    padding-left: 10px;
}
.disk_item .email {
    font-style: italic;
    padding-left: 5px;
}
.disk_item .text {
    padding: 3px 5px;
    line-height: 1.4em;
}
.disk_item .reagovat {
    position:absolute;
    top: 13px;
    right: 14px;
    text-align: right;
}
html>body .disk_item .reagovat {
    right: 5px;
}
.disk_item .reagovat a, .disk_item .reagovat a:visited, .disk_item .reagovat a:hover {
    color: #999;
}

#category_sub {
  width: 98%;
	margin: 0 0 0 0;
	padding: 0 5px 5px 5px;
}
#category_sub a{
  line-height: 25px;;
  font-weight: bold;
  }
#category_sub table {
    width: 100%;
}
#detail_tabs {
    position: relative;
    margin-top: 35px;
}
#detail_tabs_in {
  padding: 8px 0 8px 0;
}
#det_tabs {
    position:absolute;
    top: -19px;
    left: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #e8e9e8;
}
.dt_tab {
	float: left;
	height: 19px;
	margin: 0 0px 0px 0;
	padding: 0;
	font-size: 1em;
}
.dt_tab span {
	cursor: pointer !important;
}
.dt_tab a {
	display: block;
	text-decoration: none;
	color: #8a8a8a;
	background: url('../images/tabs/detail/dt-bg-off.gif') repeat-x;
	height: 19px;
	line-height: 19px;
	float: left;
	margin: 0 0px 0 0;
}
.dt_tab a span.text {
	float: left;
	display: block;
    padding: 0px;
    width: 87px;
    text-align: center;
}
.dt_tab a span.left, .dt_tab span.right {
	display: block;
	float: left;
	width: 4px;
	height: 19px;
}
.dt_tab a span.left {
	background: url('../images/tabs/detail/dt-left-off.gif') no-repeat;
}
.dt_tab a span.right {
	background: url('../images/tabs/detail/dt-right-off.gif') no-repeat;
}
.dt_tab a:link, .dt_tab a:visited, .dt_tab a:active{
	color: #8a8a8a;
}
.dt_tab a:hover, .dt_tab a.active, .dt_tab a:link.active,
.dt_tab a:visited.active, .dt_tab a:active.active {
	background: url('../images/tabs/detail/dt-bg-on.gif') repeat-x;
	color: #000;
	text-decoration: none;
}
.dt_tab a:hover span.left, .dt_tab a.active span.left {
	background: url('../images/tabs/detail/dt-left-on.gif') no-repeat;
}
.dt_tab a:hover span.right, .dt_tab a.active span.right {
	background: url('../images/tabs/detail/dt-right-on.gif') no-repeat;
}
.table_detail_param {
  width: 100%;
}
.prop_table {
    padding: 7px 15px 15px 15px;
    border: 1px solid #eee;
    background-color: #f9f9f4;
    font-size: 0.9em;
}
.prop_table table td {
    border-bottom: 1px solid #eee;
    padding: 6px 0px 7px 0px;
}
.prop_table table td.c1 {
    font-weight: bold;
}
.prop_table table td.c2 {
}
/*----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: 185px;
	width: 185px;
	margin-left: -100%;
}
html>body #left {
	left: -185px;
}
#left-in {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 10px;
	overflow: hidden;
}
#right-in .promo_block img, #left-in .promo_block img {
  max-width: 150px;
}
.menu {
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #fac53f;*/
	margin-bottom: 8px;
	background: url('../images/r-wrap-bg.gif') top left repeat-y;
}
.menu_in {
	background: url('../images/r-wrap-top.gif') top left no-repeat;
}
.menu_in_in {
	background: url('../images/r-wrap-bottom.gif') bottom left no-repeat;
}
.menu ul {
	margin: 0px;
	padding: 10px 2px 15px 2px;
}
.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: 2px;
	color: #828a1e;
}
html>body .menu ul li a, .menu ul li a:visited, .menu ul li a:active, .menu ul li a:link {
	min-height: 2px;
	height: auto;
}
.menu ul li a.category0 span, .menu ul li a.category0:visited span, .menu ul li a.category0:hover span {
    display: block;
	background: url('../images/menu-dashed.gif') bottom left repeat-x;
	padding-bottom: 8px;
	padding-left: 8px;
}
.menu .active {
    font-weight: bold !important;
}
.menu ul li a.category1, .menu ul li a.category2, .menu ul li a.category3,
.menu ul li a.category4, .menu ul li a.category5 {
    text-decoration: none;
}
.menu ul li a.category0:hover, .menu ul li a.category1:hover, .menu ul li a.category2:hover,
.menu ul li a.category3:hover, .menu ul li a.category4:hover, .menu ul li a.category5:hover {
	background-color: #eff4ad;
}
.menu ul li a.category0 {
	padding: 9px 20px 0px 20px;
	font-weight: bold;
    background: url('../images/menu-square.gif') 10% 50%  no-repeat;
}
.m_per ul li a.category0 {
    font-weight: normal !important;
}
.menu ul li a.category1 {
	padding: 5px 0px 5px 40px;
}
.menu ul li a.category2 {
	padding: 5px 0px 5px 60px;
}
.menu ul li a.category3 {
	padding: 5px 0px 5px 80px;
}
/*.menu ul li a.category4 {
    padding-left: 60px;
    background-position: 29% 30%;
}
.menu ul li a.category5 {
    padding-left: 70px;
    background-position: 35% 30%;
}*/
/*---------end of LEFT---------*/
#left h2, #right h2 {
	font-size: 1.1em;
	color: #fff;
    padding-top: 1px;
    height: 22px;
	margin: 0 0 4px 0;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 7px;
    background: url('../images/lr-h2.jpg') top left no-repeat;
}
#right h2 {
    margin-top: 10px;
}
#right .doted_line {
  margin-left: 5px;
}
.assistant {
    text-align: left !important;
    line-height: 1.6em !important;
    font-size: 0.9em;
}
.prodavac {
}
.dotaz {
    font-weight: bold;
}
/*---------RIGHT---------------*/
#right {
	position: relative;
	width: 185px;
	float: left;
	margin-right: -185px;
	overflow: hidden;
}
html>body #right {
	margin-right: -185px;
}
#right-in {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 10px;
	overflow: hidden;
}

#login {
/*	width: 170px;
	height: 199px;*/
	color: #245e22;
	padding: 0;
    line-height: 1.1em;
    margin-bottom: 8px;
    background: #d2f4cd url('../images/login-bg.gif') 0px 29px repeat-x;
}
#login a {
    display: block;
    height: 30px;
    padding: 0px 0px 0px 0px;
}
#login a, #login a:visited, #login a:hover, #login_page_in a, #login_page_in a:visited, #login_page_in a:hover {
	color: #245e22;
}
#login a:hover {
    text-decoration: none;
}
#login_in {
    padding: 11px 14px;
    background: url('../images/login-bottom.gif') bottom left no-repeat;
    height: 118px;
    overflow: hidden;
}
#login h2 {
    height: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px 0px 0px 20px;
    background: url('../images/login-h2.jpg') top left no-repeat;
}
#login input {
/*  font-size: 0.85em;*/
}
#login .w100 {
    display: block;
    float: left;
    width: 34px;
    padding-top: 2px;
    text-align: right !important;
}
html>body #login .w100 {
    width: 30px;
    padding-top: 2px;
    padding-right: 6px;
}
#login .l_row {
    padding-bottom: 6px;
}
#login .l_links {
    padding: 10px 0px 16px 0px;
}
#login .logged {
/*  margin: 5px 10px 10px 10px;*/
  line-height: 1.5;
}
#login .input_login, #login_page_in .input_login {
    width: 107px;
    height: 19px;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    background: url('../images/login-input.gif') top left no-repeat;
}
#login .login_submit {
    text-align: right;
    padding-right: 3px;
    margin-bottom: 5px;
}
#login .login_submit .button, #login_page_in  .login_submit .button {
    width: 117px;
    height: 19px;
    color: #fff;
    font-weight: bold;
    border: none;
    background: url('../images/login-but.gif') top left no-repeat;
}
#login .name {
    padding-bottom: 5px;
}
#login_page {
}
#login_page_in {
    width: 400px;
    height: 150px;
    background-color: #d2f4cd;
    margin: 30px auto;
}
#login_page_in fieldset {
    padding-top: 20px;
}
#login_page_in .w100 {
    display: inline-block;
    width: 150px;
    text-align: right;
    padding-top: 2px;
    padding-right: 6px;
}
#login_page_in .l_row {
    padding-bottom: 6px;
}
#login_page_in .l_links {
    padding: 10px 0px 16px 0px;
}
#login_page_in  .login_submit {
    padding-left: 156px;
}
#login_page_in  .l_links {
    text-align: center;
}
.prihlaseni {
    color: #fff !important;
}
#right .wrap {
    width: 100%;
    overflow: hidden;
	color: #828a1e;
	font-size: 1.1em;
	background: url('../images/r-wrap-bg.gif') top left repeat-y;
}
#right .wrap a, #right .wrap a:visited {
	color: #828a1e;
}
#right .wrap a:hover {
    color: #000;
}
#right .wrap_in {
	background: url('../images/r-wrap-top.gif') top left no-repeat;
}
#right .wrap_in_in {
	background: url('../images/r-wrap-bottom.gif') bottom left no-repeat;
}
#right .wrap-in {
	padding: 8px 8px 16px 8px;
	margin: 0px;
	text-align: center;
	line-height: 1.2;
}
#right .wrap .img {
    width: 100%;
    text-align:center;
    padding: 10px 0px;
}
#right .wrap h3 {
    width: 100%;
}
#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;
}
#right .wrap ul, #right .wrap ol {
    margin: 0 0 0 25px;
    padding: 0;
}
html>body #right .wrap ul, html>body #right .wrap ol {
    margin: 0 0 0 16px;
}
#right .wrap li {
    margin: 0;
    padding: 0;
}
/*---------end of RIGHT--------*/
/*-------- PROMO BLOCK --------*/
.promo_block {
  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 #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: 180px;
  height: 30px;
  }
.cart_pipe {
    text-align:center;
    margin-bottom: 10px;
}
.cart_pipe .title {
    font-weight: bold;
}
.cart_pipe .active {
    color: #3aac28;
}
.cart_pipe table {
/*    width: 100%;*/
    border-collapse: collapse;
    margin-bottom: 5px;
    width: 483px;
    margin: 0 auto;
}
.cart_pipe td, .cart_pipe tr {
    padding: 0 10px 0 0;
}
.cart_pipe td {
    width: 33%;
}
.cart_pipe .cp1 {
    text-align: left;
}
.cart_pipe .cp2 {
    text-align: center;
}
.cart_pipe .cp3 {
    text-align: right;
}
.kosik_index {
}
.kosik_index .data_form {
    width: 32%;
    float: left;
    margin-right: 5px;
}
.kosik_index .data_form fieldset {
    height: 147px;
}
.kosik_index .data_form label {
    width: 70px;
    float: none;
}
.kosik_index .data_form .form_item_box input {
}
.kosik_submito {
}

/*--------- REGISTRATION ---------*/
.data_form {
}
.data_form h3 {
}
.data_form fieldset {
  border: 1px solid #ebeaea;
  background-color: #f9f9f4;
  padding: 8px;
  margin-bottom: 5px;
}
.data_form fieldset legend {
  font-weight: bold;
  padding: 2px 20px 2px 20px;
  background-color: #ebeaea;
}
.detail_search input {
    font-size: 1em;
}
.detail_search .form_item_box {
    margin: 0;
}
.detail_search .w140 {
  width: 153px;
}
.detail_search .w70 {
    width: 75px;
}
fieldset.pure_fieldset {
    padding: 0;
  border: none;
}
fieldset.pure_fieldset legend {
  border: none;
  background: none;
}
.data_form label, .data_form .checkbox, .data_form .checkbox-registration {
  display: block;
  width: 120px;
  float: left;
  padding: 0 10px 0 0;
  margin: 2px 0 2px 0;
}
.data_form .checkbox, .data_form .checkbox-registration {
  text-align: right;
}
.data_form .checkbox-registration {
  position: relative;
  width: 30px;
}
.data_form input{
  margin: 2px 0 2px 0;
}
.invoice label {
  width: 100px;
}
/*--------end of REGISTRATION -----*/
/*-------- end of CART  ---------*/
/*---------FOOTER--------------*/
#footer {
	clear: both;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
}
.footer_links {
    padding-bottom: 4px;
}
#footer_in a, #footer_in a:visited, #footer_in a:hover {
    color: #fff;
}
#footer a:hover {
    text-decoration: none;
}
#footer_in {
	background: #245e22 url('../images/footer-top.gif') top left no-repeat;
}
#footer_in_in {
    padding: 5px;
	height: 73px;
    background: url('../images/footer-bottom.gif') bottom left no-repeat;
}
html>body #footer_in_in {
    min-height: 73px;
    height: auto;
}
#footer_left, #footer_right {
    float: left;
    width: 50%;
    text-align: left;
}
#footer_right {
    text-align: right;
}
/*---------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;
}
html>body .news-list {
	height:auto;
	min-height:50px;
}
.news-list .text{
	padding:5px 0px 5px 0px;
}
.news-list .text .imag {
	float:left;
	margin:0px 5px 5px 0px;
}
.news-list .lih {
    float: left;
}
html>body .news-list .lih {
    float: none;
}
.news-list p {
  margin: 0;
  padding: 0;
}
.news-list h3, .news-list h2 {
  font-size: 1.2em;
  font-weight: bold;
}
.news-list .date {
    font-size: 0.75em;
}
.print{
  font-size: 0.9em;
  text-align: right;
  margin-bottom: 5px;
  position:relative;
}
.popup_print {
    position:absolute;
    width: 100px;
    top: 0;
    right: 0;
}
.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;
    border: 1px solid #eee;
    padding: 5px;
    margin-top: 5px;
}
.same_height {
    height: 280px;
}
#listicka {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 501;
    height: 27px;
    width: 100%;
/*	width: 973px;*/
    background: url('../images/listicka-border.gif') bottom left repeat-x;
/*    padding: 0 0 0 180px;*/
    background-color: #ece9d7;
    background-color: #e4e6e3;
/*    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;
}
.w50p {
    width: 50% !important;
}
.bad_message, .good_message {
    color: #fff;
    width: 100%;
}
.bad_message_in, .good_message_in {
    padding: 5px 10px;
}
.good_message {
    background-color: #0c0;
}
.bad_message {
    background-color: #c00;
}
.cart_message {
    text-align:center;
    width: 528px;
    margin: 0 auto 5px auto;
}
.cart_message_in {
    text-align: left;
    width: 300px;
    margin: 0 auto;
    padding: 5px 10px;
    color: #000;
    background-color: #b4ffb4;
    border: 1px solid #0c0;
}
.cart_message_in a, .cart_message_in a:visited, .cart_message_in a:hover {
    font-weight: bold;
}
.cart_mess {
    padding-bottom: 5px;
}
.rejstrik {
    padding: 5px 5px 5px 0px;
}
.rejstrik a {
    border: 1px solid #666;
    /*padding: 0px 3px;*/
    display: block;
    float: left;
    width: 1em;
    padding: 0px 3px;
    text-align:center;
    text-decoration: none;
    margin: 0px 5px 5px 0px;
}
html>body .rejstrik a {
    min-width: 1em;
    width: auto;
}
.rejstrik a, .rejstrik a:visited {
    color: #666;
}
.rejstrik a:visited {
    /*background-color: #ddd;*/
}
.rejstrik a.active, .rejstrik a:hover {
/*    background-color: #666;
    font-weight: bold;
    color: #fff;*/
}
.rejstrik a:hover {
    background-color: #666;
    color: #fff;
}
.rejstrik a.active:hover {
    font-weight: bold;
}
table.wordgroup td {
/*    line-height: 2.3em;*/
    width: 50%;
    vertical-align: top;
}
table.wordgroup .word {
    padding-left: 30px;
    font-size: 1em;
}
table.wordgroup .letter {
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: bold;
}
table.wordgroup a {
    color: #000;
}
table.wordgroup a:hover {
    color: #c00;
}
.empty {
    border: 1px solid #e1e1e1;
    text-align:center;
    padding: 3px 0;
}
.youtube {
    padding-top: 10px;
}
.cetel {
    padding-top: 25px;
    padding-bottom: 10px;
}
.cetel img {
    position:relative;
    top: 4px;
    left: 4px;
}
.d_imgs {
}
.d_imgs .howto {
    float: right;
}
#credit {
    width: 100%;
}
#credit .disk_table {
    margin-top: 5px;
}
#credit .disk_table td {
    padding-right: 10px;
}
#credit .disk_form legend {
    font-weight: bold;
}
.credit_item {
    margin-bottom: 10px;
}
.credit_item h2 {
    font-size: 1.1em;
}
.credit_item input {
    margin-left: 0px;
}
.c_img {
    float: left;
    width: 115px;
}
.c_right {
    width: 530px;
    float: left;
    
}
.c_text {
    padding-top: 5px;
}
.slideshow {
    text-align:center;
}
.slideshow object {
    margin: 0 auto;
}
.window {
    position:absolute;
    top: 0px;
    left: 100px;
    width: 401px;
    z-index: 10000;
	border: 1px solid #333;
	background-color: #ffd4d8;
	overflow: hidden;
}
.window2 {
    top: -30px;
}
.window_in {
    padding: 26px 10px 10px 10px;
    line-height: 1.4em;
}
.window .header {
    position: absolute;
    width: 100%;
	height: 21px;
	border-bottom: 1px solid #333;
	background-color: #fe2338;
	z-index: 10001;
}
.window .header .close {
    position: absolute;
	width: 17px;
	height: 17px;
	top: 2px;
	right: 2px;
	cursor: pointer !important;
	background: #ffd4d8 url('../images/krizek.gif') top left no-repeat;
}
#navigation_bar {
    width: 100%;
}
/*----end of-OTHER SETTINGS----*/
