body{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma,Helvetica,sans-serif;
	font-size: 12px;
	color: black;
	text-align: center;
}
input.val,textarea.val{
	border: 1px solid black;
	margin: 0px;
}
button{
	border: 0px solid #3C3C3C;
	background-color: #F61062;
	color: white;
	padding:0px 3px;
	margin: 0px;
	cursor: pointer;
	background-image: url('/css/button.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 64px;
	height: 22px;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
}
button.small{
	background-image: url('/css/button2.gif');
	width: 28px;
}
.ie5 button,.ie6 button{
	padding:0px;
}
.text .kosik_seznam th.posledni_sloupec{
	padding-right: 0px;
	text-align: center;
}
.text .kosik_seznam td.posledni_sloupec{
	padding-right: 0px;
	text-align: center;
}
.checkbox, .radio {
	width: 19px;
	height: 23px;
	padding: 0 5px 0 0;
	background: url('/css/checkbox.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.radio {
	background: url('/css/radio.png') no-repeat;
}
.select {
	position: relative;
	width: 225px;
	height: 25px;
	color: #727679;
	font-size: 12px;
	line-height: 25px;
	background: url('/css/select_240.png') no-repeat;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	cursor: pointer;
}

.clear{
	clear: both;
}
/*dalsi veci v textu z modulů*/

/*lokalni menu*/
.text .localmenu a{
	float: left;
	margin-right: 15px;
	display: block;
}

/*obecne zpravy*/
.text .ok{
	font-weight: bold;
	color: green;
	text-transform: uppercase;
	font-size: 15px;
}
.text .chyba{
	font-weight: bold;
	color: red;
	text-transform: uppercase;
	font-size: 15px;
}
/* formular */
.text .obednavka{
	margin: 5px 0;
}
.text .obednavka table{
	width: 100%;
}
.text .obednavka table .val{
	width: 100%;
}
.text .obednavka table img{
	vertical-align: middle;
}
.text .obednavka table .code{
	width: 100px;
	height: 30px;
	vertical-align: middle;
	line-height: 28px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0;
}
.text button,.text input.button{
	/*border: 0px solid black;
	background-color: transparent;*/
}
.text .linka{
	border-bottom: 1px solid grey;
	clear: both;
}
.text button:hover{
	background-color: #1A64B2;
}
/* tabulka s kosikem */

.text form.kosik_seznam {
	margin: 0;
	padding: 0;
	clear: both;
}
.text .kosik_seznam table{
	margin: 15px 0px;
	font-size: 12px;
	width: 100%;
	text-align: left;
}
.text .kosik_seznam td,.text .kosik_seznam th{
	padding: 2px 15px 2px 0px;
}
.text .kosik_seznam input{
	vertical-align: middle;
}
.text .kosik_seznam .pocet{
	width: 30px;
	height: 14px;
	border: 1px solid #7B7B7B;
	color: #7B7B7B;
	background: white;
}

.ie5 .text .kosik_seznam .pocet{
	width: 32px;
	height: 18px;
}
/* tabulka variant produktu */
.text .ceny{
	font-size: 12px;
	clear: both;
}
.text  .ceny td{
	padding: 3px 5px 3px 10px;;
}
.text  .ceny form input{
	vertical-align: middle;
}

.text  .ceny form .pocet{
	width: 50px;
	height: 25px;
	line-height: 28px;
	border: 1px solid #7B7B7B;
	color: #7B7B7B;
	background: white;
	border-radius:5px; 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
	text-align: center;
	float: left;
	clear: left;
}
.ie5 .text .ceny form .pocet{
	width: 32px;
	height: 18px;
}
.text  .ceny form .vloz{
	float: right;
}
.text .ceny .suma{
	font-size: 1.3em;
	font-weight: bold;
	color: #3C4146;
}
.text .ceny .suma_old{
	text-decoration: line-through;
}
/*obrazky u produktu*/
.text .obrazky, .text .obrazky table {
    font-size: 12px;
    margin: 5px auto;
    text-align: center;
}
.text .obrazky td {
    padding: 4px 7px;
    vertical-align: top;
}
.text .obrazky td p {
    margin: 0;
    padding: 0;
    text-align: center;
    text-indent: 0;
}
.text .obrazky img {
    border: 0 none;
}
.text .ceny .preview {
    display: block;
    position: relative;
}
.text .ceny .preview img {
    border: 1px solid white;
    display: none;
    position: absolute;
    right: -255px;
    top: 0;
    width: 250px;
}
.text .ceny a.preview:hover img, .text .ceny a.preview img.hover {
    display: block;
}
/*formatovani produktu v kategorii - zobrazeni ve sloupcich*/
.text .products_columns .product_box{
	float: left;
	width: 356px;
	height: 238px;
	margin-bottom: 12px;
	margin-right: 10px;
	background-color: #F5F5F5;
	background-image: url('/css/product_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
}
.ie6 .text .products_columns .product_box{
	margin-right: 0px;
}
.text .products_columns .product_box h3{
	padding: 0px 15px; 
	margin: 0pt; 
	background-image: url('/css/product_top.gif');
	height: 39px;
	line-height: 39px;
	overflow: hidden;
}
.text .products_columns .product_box h3 a{
	color: white; text-decoration: none;
}
.text .products_columns .product_img_link{
	float: left; 
	width: 117px; 
	height: 189px; 
	margin: 5px 5px; 
	padding: 0pt;
	display: block;
	overflow: hidden;
	background-image: url('/css/product_img.gif');
	position: relative;
}
.text .products_columns .product_img_link img{
	width: 117px; 
	height: 189px;
}
.text .products_columns .product_img_link span{
	display: block;
	background-image: url('/css/product_img.gif');
	width: 117px; 
	height: 189px; 
	position: absolute;
	left: 0;
	top: 0;
}
.text .products_columns .product_info{
	padding: 5px 10px 5px 5px; 
	height: 107px; 
	overflow: hidden; 
	text-align: justify;
	font-size: 0.9em;
	margin: 0;
}
.text .products_columns .product_info a{
	color: black; text-decoration: none;
}
.text .products_columns .product_cena_old{
	padding: 5px 10px 0px 5px; 
	text-align: left;
	font-size: 0.9em;
	overflow: hidden; 
	margin: 0;
}
.text .products_columns .product_cena{
	padding: 0px 10px 5px 5px; 
	text-align: left;
	font-size: 1.1em;
	overflow: hidden; 
	margin: 0;
	color: #E06A00;
}
.text .products_columns .suma{
	font-size: 1.4em;

}
.text .products_columns form{
	margin: 0px;
	margin-top: 5px; 
	padding: 0px;
	text-align: right;
}
.text .products_columns form input.product_kusu{
	background-image: url('/css/product_ks.gif');
	border: 0px;
	width: 49px;
	height: 24px;
	line-height: 30px;
	padding: 3px;
	vertical-align: middle;
	margin: 0 8px 0 5px;
}
.text .products_columns form button{
	background: none;
	border: 0px;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: baseline;
}
.text .products_columns .product_ceny{
	float: left;
	height: 76px;
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 229px;
}
.text .filterForm .select {
	position: relative;
	width: 95px;
	height: 25px;
	color: #626262;
	font-size: 12px;
	line-height: 25px;
	background: url('/css/select_120.gif') no-repeat;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px 0 5px;
	cursor: pointer;
}


/**/
.mainreason {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
}
.buy {
	display:block;
	background: url('/css/koupit-dtl.png') no-repeat; 
	width: 122px;
	height: 44px;
	margin-bottom:10px;
	margin-top:10px;
}
.clanky h2, .clanky p {
	margin: 0;
	text-align: justify;
}
.clanky a {
	text-decoration: none;
}
.clanky .setdata {
	font-size: 10px;
}
.imgdet {
	margin-right: 8px;
	display:block;
	float:left;
	padding: 5px;
	background: white;
	border: 1px solid #E8E1DB;
}
.products iframe {
	margin: 8px;
}
.page ul {
	margin-top: 0px;
	list-style-image: url('/css/list-style.png');
	margin-left: 25px;
	font-weight: bold;
}
.page ul li {
	padding-left: 10px;
	line-height: 20px;
}
.container {
	width: 1000px;
	margin: 0 auto;
	
}
.header {
	background: url('/css/header-bg.jpg');
	height: 110px;
	position: relative;
}
.header .linkHeader{
	background: url('/css/transparent.gif');
	height: 110px;
	width: 700px;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	text-decoration: none;
}
.header .kosik2 a
{
	background: url('/css/transparent.gif');
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 201px;
	line-height: 14px;
	padding: 27px 0;
}
.header .kosik2 a{
	color: black;
	text-decoration: none;
}
.clearer {
	clear:both;
}
.logo {
	float: left;
	margin-top: 37px;
}
.search {
float: right;
margin-top: 13px;
padding-right: 30px;

}
.search .inputer {
	background: #ffffff;
	display: block;
	float: left;
	width: 190px;
	line-height: 23px;
	vertical-align: middle;
	height: 23px;
	padding-left:12px;
	
	margin-left: 25px;
	margin-top: 0px;
	font-size: 12px;
	font-family: Arial;
	border: 1px solid lightgrey;
	border-radius:6px;
	color: grey;
}
.search input {
	border: none;
	float: left;
	margin-top: -1px;
}
.menu {
	width: 100%;
	background: url('/css/menu-bg.png') top center;  
	
	background-color: #ffffff;
	
	background-repeat: no-repeat;     
	height: 56px;
}
.menu .links {
float: left;
list-style-type: none;
margin: 0 0 0 20px;
padding: 0;
text-align: right;
}
.menu .links li{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.menu a {
	color: white;
	display: block;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	height: 56px;
	padding-left: 15px;
	padding-right: 15px;
	float:left;
	line-height: 56px;
	vertical-align: middle;                                                                              
}
.menu a img {
	margin-top: 15px;
}
.menu a:hover {
	background: #45739d; 
}
.menu #last {
	margin-right: 10px;
}
.menu #first, #first2 {
	background-position: top left;
}
.hdrright {
	float:right;
	background: url('/css/kosik-pozadi.png');
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	height: 100px;
	margin-right: 10px;
}
.slogan {
	float:left;
	color: #4A280D;
	width: 300px;
	margin-top: 40px;
	font-size: 140%;
}
.ytb {
	margin: 5px;
}
.basket {
	width: 182px;
	height: 100px; 
	padding-left: 8px;
	padding-top: 8px;
	color: #000000;
	text-align:left;
	position: relative;
	font-size: 12px;
}
.basket a{
	color: darkblue;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}
.basket #ksk {
    background: url('/css/kosik_cerny.png') no-repeat scroll right center transparent;
    display: block;
    font-size: 140%;
    line-height: 33px;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-right: 45px;
}
.basket a {

	width: 192px;
	height: 100px;
}
.content {
	background-color: #ffffff;
	min-height: 200px;
	padding: 10px;

}
.main {
	float: left;
	width: 760px;
	font-family: Arial;
}
.page {
	min-height: 100px;
	width: 543px;
	background: #ffffff;
	
	border: 1px solid lightgrey;
	border-radius: 6px;
	float: right;
	font-size: 12px;
}
.main .banner {
	width: 543px;
	float: right;
	margin-bottom: 10px;
	display: block;
}
.fttextik {
	width: 370px;
	height: 254px;
	float: right;
	font-size:12px;
	color:#636363; 
	margin-top: 10px;
	
	margin-bottom: 10px;
	padding-left: 160px;
	padding-right: 13px;
	text-align: justify;
	background: #EFF0F2 url('/css/procunas.png') no-repeat; 
}
.fttextik h2 {
	color: #cd6106;
}
.fttextik p {
	height:68px;
	overflow:hidden;
}
.fttextik ul, .fttextik ul li {
	list-style-type:none;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}
.fttextik ul li {
	line-height:23px;
	vertical-align: middle;
}
.detclanky, .detclanky a {
	font-size: 15px;
	color: #3D1D12;
}
.fttextik a {
	text-decoration: underline;
}
.fttextik a:hover {
	text-decoration: none;
}
.sort {
	margin: 6px;
	padding: 10px;
	background: rgb(211,211,211);
	border: 1px dotted rgb(179,179,179);
} 
.sort table {
	width: 100%;
}                          
.pagebottom {

	height:8px;
	clear: both;
}
.products {
	padding: 7px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.productbox {
	background: #F2F2F2;
	border: 1px solid lightgrey;
	border-radius: 6px;
	width: 166px;
	height: 350px;
	color: #2A1A0D;
	float: left;
	margin: 4px;
	overflow: hidden;
}
.productbox a{
	color: #4084bd !important;
	text-decoration: none !important;
}
.productbox .akce {  
	height:25px;
	display: block;
	width:98%;
	background: url('/css/akce-buybox.png') no-repeat 
}
.productbox .tip {  
	height:25px;
	display: block;
	width:98%;
	background: url('/css/tip.png') no-repeat 99% 8%; 
}
.productbox .odk {  
	height:25px;
	display: block;
	width:98%;
}
.productbox .image {
	background-position: center center;
	background-repeat: no-repeat;
  
  background-color:white;
	height: 216px;
	display: block;
	border: 1px solid #DEDEDE;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	text-align: center;
	padding: 2px;
	overflow: hidden;
}
.productbox .image:hover {
	border: 1px dotted #90A836;
}
.boxnazev {
	text-align:center;
	height: 41px;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 14px;
	margin-top: 10px;
	font-weight: bold;
	overflow: hidden;
}

.productbox a:hover .boxnazev{
	background: white;
}

.price {
	padding-top: 3px;
	margin-left: 10px;
	margin-right: 10px;
	
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	color: #3c4146;
	height: 24px;
	
	border-bottom: 1px solid #e4e5e7;
}
.price b {
	font-size: 15px;
}
.buykons {
	margin-top: 10px;
	text-align: center;
}
.leftside {
	float: left;
	width: 205px;
	overflow: hidden;
}
.boxik {
	background: #ffffff;
	border: 1px solid lightgrey;
	border-radius: 7px;      
}
.boxik#baske {
	background: #EBEBEB;
	border: 1px solid lightgrey;
	border-radius: 7px;      
}
.boxik p {
	font-size: 12px;
	padding: 10px;
}
.boxik .productbox {
	margin-left: 18px;
}
.boxikbott {

	height: 7px;
}
.leftside ul {

	list-style-type: none;
	padding: 0;
	margin:0;
	margin-left: 0;
	margin-top: 0;
	width: 203px;
	overflow: hidden;
  
  background-color:#F2F2F2; 
}
.leftside ul li {
	list-style-type: none;
	padding: 0;
	margin:0;
	border-bottom: 1px  solid #D3D3D3; 
                   
	width: 100%;
}
.leftside ul li button.filtr{/*filtracni menu*/
	border: 0px;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #302E2F;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
	text-indent: -10px;
	padding-left: 10px;
	width: 180px;
	height: auto;
}
.leftside ul li button.filtr:hover{
	color: #CC0B4E;
}
.leftside ul.menu_produkty li ul{
	display: none;
}
.leftside ul.menu_produkty li.sel ul{
	display: block;
}
.leftside ul li a {
	font-size: 12px; 
	color: #696969;
  height:25px;
padding-top:5px;
padding-left:10px;
	font-weight: bold;
	text-decoration: none;
  
  text-transform:uppercase;
	display:block;
	width: 100%;
	line-height:20px;
	vertical-align: middle;
	overflow: hidden;
}
a#sub
{
padding-left:15px; 
}
.otherimages {
	margin-top: 10px;
}

.leftside ul li a:hover {
	color: white;
  background-color:#4A91D0;
}
.leftside ul li ul{
	margin-top: 0;
	margin-bottom: 8px;
}
.leftside ul li .selected {
	font-weight: bold;
	color: #0089BD;
}
.leftside ul li ul li {
	font-size: 10px;
	margin: 0;
	border-bottom: none;
}
.leftside ul li ul li a {
	font-weight: normal;
	font-size: 11px;
	line-height:11px;
	text-decoration: none;
}
.leftside ul li ul li a:hover {
	text-decoration: underline;
  background:none;
  color:#696969;
}
.leftside ul li ul li .selected {
	font-weight: bold;
	color: #0089BD;
}
.rightside {
	font-family: arial;
	float: right;
	width: 205px;
	text-align: left;
}
.cara {
	height: 0px;
	border: 1px solid gray;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.nejprodavanejsi {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
}
.nejprodavanejsi a {
	padding-left: 15px;
	padding-right: 45px;
	margin-bottom: 5px;
	background: #4D311D url('/css/nejbrown.png') no-repeat;
	display: block;
	width: 98px;
	height: 42px;
	overflow: hidden;
	font-family: Arial;
	font-size: 12px;
	color: #B58766;
	line-height: 21px;
	vertical-align: middle;
}
.share {
	margin-top: 10px;
	background: url('/css/share-bg.png') no-repeat;
	height: 39px;
	width: 461px;
	padding-left: 70px;
	padding-top: 5px;
} 
.akcnibg {
	background: url('/css/kava2_banner2_bg.png') no-repeat top right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px; 
}
.akcni {
	width: 90%;
	height: 149px;
}
.detailakce {
	width: 353px;
	height: 149px;
	background: url('/css/kava2_banner2.png') no-repeat;
	color: white;
}
.detailakce p {
	float:left;
	margin: 0;
	width: 270px;
	overflow: hidden;
	margin-left: 15px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.detailakce a {
	float:right;
	color: white;
}
.hdr {
	font-size: 25px;
	margin-left: 20px;
	padding-top: 10px;
	font-weight:bold;
	float:left;
}
.prcent {
	font-size: 70px;
	margin-right: 90px;
	float:right;
}
.share div, .share a{
	float: left !important;
}
.nejprodavanejsi a:hover {
	color: white;
}
.imgtitulni {
	display: block;
	float:left;
	width: 233px;
	max-height: 195px;
	text-align:center;
	background: white; 
	padding: 5px;
	border: 2px solid #E8E1DB;
	overflow:hidden;
}
.bottom { 
	margin-left: 170px;
	margin-top: 10px;
}

.detail {
	color: #333333;
	padding: 10px;
}
.detail h1{
	font-size: 18px;
	margin: 0;
	padding:0;
	margin-bottom: 10px;
	color: #DB0C54;
}
.detail .productview{
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	width: 175px;
	height: 150px;
	float: left;
}
.detail .desc{
	float: right;
	width: 50%;
}
.detail .desc table{
	font-size: 12px;
	width: 90%;
	text-align:right;
}
.detail .desc table b{
	font-size: 140%;
	color: #cd6106;
}
.cart {
	margin:15px;
}
.cart table {
	width: 100%;
	text-align: left;
	border-collapse:collapse;
}
.cart table td {
	border-bottom: 1px solid black;
}
.cart table tr:hover td {
	background: #EFDBC4;
}
.cart .suma td {
	border-top: 2px solid black;
	font-weight: bold;
	padding: 5px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.footer {
	height: 130px;
	background: #a4a2a1;
	border: 1px solid grey; 
	
	border-radius: 6px;
	margin-bottom: 3px;
	color: black;
	text-align: left;
}
.footer .nadpisek  {
	margin: 0;
	background: none;
	color: black;
	font-size: 18px;
	font-weight:normal;
	color: #F3F3F3;
}
.newsletter {
	color: white;
	margin-left: 10px;
}
.newsletter p {
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	margin-left: 11px;
	margin-bottom: 5px;
}
.newsletter .inputarea {
	height: 25px;
	width: 218px;
	background: url('/css/newsletter-bg.png');
	margin-left: 10px; 
}
.newsletter .inputarea .emailk {
	background: white url('/css/newsletter-bg.png') no-repeat;
	border: 0;
	display: block;
	height: 23px;
	width: 208px;
	line-height: 23px;
	vertical-align: middle;
	margin-bottom:5px;
	font-size: 12px;
	padding-left: 10px;
	color: #666666;
	float: left;
}
.newsletter .inputarea .zrusit{
	vertical-align: middle;
}
.footer .boxes {
	background: url('/css/ftrslide.png') no-repeat top right;
	float:left;
	height: 130px;
	color: white;
}
.footer #box1 {
	width: 30%;
}
.footer #box2 {
	width: 50%;
}
.footer #box3 {
	width: 20%;
	background: none;
	font-size: 12px;
	text-align: center;
}
#box2 ul{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#box2 ul li {
	display:block;
	float:left;
	padding-left: 15px;
	width: 104px;
	background: url('/css/ftra.png') no-repeat;
	font-size: 10px;
}
#box2 ul li a{
	color: white;
}
.newsletter .inputarea .okacko {
	float:right;
}
.morearticle { 
	color: rgb(83,83,83);
	margin-top: 15px;
	margin-left: 50px;
	margin-right: 50px;
}
.morearticle a {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	border: 1px solid rgb(83,83,83);
	color: rgb(83,83,83); 
	float: left;
	margin: 2px;
	margin-top: 12px;
}
.morearticle a:hover {
	color: #D80C53;
	border: 1px solid #D80C53;
	text-decoration: none;
}
.morearticle .thispage {
	margin-top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 2px solid;
}
.morearticle .thispage:hover {
	border: 2px solid;
}
.fb-like-box {
	min-height: 310px;
}
.page .error {
	border: 2px solid red;
	padding: 15px;
	color: red;
	background: pink;
	font-weight: bold;
}
.formerror {
	color: red;
	margin-right: 10px;
}
.nadpisek {
	font-family: Arial;
	display: block;
	background: #5BA3E1;
	font-size: 14px; 
	width:184px;
	height: 39px;
	padding-left: 20px;
	line-height: 39px;
	vertical-align: middle;
	color: white;
	font-weight: bold;
	
	border-radius: 6px 6px 0 0;
}
.widgety {
	position: absolute;
	left: 0px;
	top: 370px;
	width: 27px;
	height: 277px;
}
#widget_facebook {
	position: absolute;
	width: 27px;
	height: 130px;
	cursor: pointer;
	background-image: url('/css/widget_facebook.png');
	z-index: 9;
}
#widget_facebook_show {
	position: absolute;
	left: -324px;
	top: 0px;
	width: 292px;
	height: 359px;
	z-index: 8;
}
#widget_facebook_show iframe{
	background: white;
	border:none; overflow:hidden; width:292px; height:395px;
}
#widget_twitter {
	position: absolute;
	top: 136px;
	width: 27px;
	height: 139px;
	cursor: pointer;
	background-image: url('/css/widget_twitter.png');
	z-index: 9;
}
#widget_twitter_show {
	position: absolute;
	left: -250px;
	width: 250px;
	height: 300px;
	z-index: 8;
}


/*pro text*/
.text {
	color: #636363;
	text-align: left;
}
.text .odsazeni{
	padding: 0 7px;
}
table{
	font-size: 12px;
}
a{
	color: #4084BD;
	text-decoration: underline;
}
a img{
	border: 0;
	margin-left: 0px;
}
.text a {
	text-decoration: underline;
	color: #4084BD;
}
.text h1,.text h2{
	font-size: 18px;
	margin: 15px 0 10px 0;
	padding: 0;
	color: grey;
}
.text .nadpis  {
	margin: 0 0 0 -3px;
	background: url('/css/nadpisek-bg.png') no-repeat right top;
	height: 39px;
	padding-left: 10px;
	padding-right: 20px;
	line-height: 39px;
	vertical-align: middle; 
	font-family: Arial;
	text-transform: uppercase;
	float: left;
	color: white;
	font-size: 14px;
	font-weight:bold;
	clear: both;
}

/*obrazky v text*/
.text .obrazek_vpravo{
	float: right;
	clear: right;
	margin: 0 0 5px 5px;
}
.text .obrazek_vlevo{
	float: left;
	clear: left;
	margin: 0 5px 5px 0px;
}
.obal_hodnoceni{
	border-top: 1px solid black;
	margin-top: 20px;
	padding-top: 15px;
	margin-bottom: 5px;
	padding-left: 10px;
}
#plusovky{
	text-align: left;
	margin-bottom: 2px;
	height: 30px;
	width: 250px;
	float:right;

}
#fbfb{
	bottom: 2px;
}
.vote_hodnoceni{
	margin-left: 5px;
}
.vote_template{
	width: 250px;
	float: left;
}
.velky_text{
	margin-top: 35px;
}
.dalsi_zbozi{
	margin-right: 20px;
	float: right;
	margin-top: 10px;
	padding-bottom: 5px;
}
.videohd{
float: left;
margin-top: -5px;
margin-left: -5px;
}
.zahlavi_oznaceni{
}
.odpocet{
	border-radius: 6px;
	border: 1px solid lightgrey;
	background-color: #ffffff;
	width: 543px;
	height: 248px;
	float: right;
	margin-bottom: 10px;
}
.odpocet_obr{
	float: left;
	width: 150px;
	text-align: center;
	margin-top: 5px;
}
.odpocet_obr img{
	max-width: 145px;
	max-height: 200px;
}
.odpocet_vpravo {
	float: right;
	width: 385px;
}
.odpocet_vpravo_dole{
	margin-top: 15px;
}
.odpocet_akcni{
	font-size: 55px;
	font-weight: bold;
	color: #483322;
	width: 212px;
	float: right;
	margin-top: 40px;
}
.odpocet_procent{
	float: left;
	width: 170px;
	height: 63px;
	background-image: url('/css/akce_kolecko.png');
	color: white;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding-top: 75px;
}
.odpocet_nazev{
	font-size: 16px;
	height: 38px;
	padding-left: 10px;
	line-height: 38px;
	color: #ffffff;
	background-color: #529bdb;
	border-radius: 6px;
	
}
.odpocet_nazev a{
	text-decoration: none;
	color: #ffffff;
}
.odpocet_puvodni{
	color: #d56911;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: right;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
.crossed{
	text-decoration: line-through;
}
.odpocet_odpocet{
	float: left;
	font-weight: bold;
	font-size: 16px;
	color: #d56911;
}
.odpocet_obal{
	float: left;
	margin-top: 25px;
}
.odpocet_koupit{
	float: right;
	margin-top: 20px;
	margin-right: 15px;
}
.odsad_me{
		margin-left: 18px;
		margin-right: 10px;
}
.product_koupeno{
	background: white;
	width: 193px;
	height: 80px;
	color: #2A1A0D;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
	border: 1px solid white;
	border-radius: 6px;
}
.product_koupeno .mezera {  
	height:5px;
	display: block;
	width:98%;
}
.product_koupeno .image {
	background-position: center center;
	background-repeat: no-repeat;
	height: 55px;
	width: 55px;
	display: block;
	border: 1px solid #DEDEDE;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	text-align: center;
	padding: 2px;
	overflow: hidden;
	float: left;
}
.product_koupeno .cas_pred {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	color:#90A836;
	text-align:center;
	font-size: 11px;
	float: right;
	width: 116px;
}
.product_koupeno .boxnazev_pred {
	text-decoration: none;
	text-align:center;
	height: 49px;
	font-size: 12px;
	margin-right: 5px;
	line-height: 12px;
	font-weight: bold;
	overflow: hidden;
	float: right;
	width: 116px;
}
.product_koupeno .boxnazev_pred a{
	color: #C75400;
}
.product_koupeno:hover{
	background: #EFF0F2;
	border: 1px solid #F09100;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.product_koupeno_velky{
	display: none;
	background: #EFF0F2;
	width: 500px;
	height: 245px;
	color: #2A1A0D;
	overflow: hidden;
	position: absolute;
	margin-left: -502px;
	margin-top: -74px;
	border: 1px solid #F09100;
	border-radius: 6px;
}
.product_koupeno_velky_2{
	display: none;
	background: #EFF0F2;
	width: 500px;
	height: 245px;
	color: #2A1A0D;
	overflow: hidden;
	position: absolute;
	border: 1px solid #F09100;
	margin-top: -588px;
	margin-left: -170px;
	border-radius: 6px;
}
.product_koupeno:hover .product_koupeno_velky{
	display: block;
	border-top-right-radius: 0px;
}
.product_koupeno_velky .image{
	background-position: center center;
	background-repeat: no-repeat;
	height: 220px;
	width: 220px;
	display: block;
	border: 1px solid #DEDEDE;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
	padding: 2px;
	overflow: hidden;
	float: left;	
}
.product_koupeno_velky_2 .image{
	background-position: center center;
	background-repeat: no-repeat;
	height: 220px;
	width: 220px;
	display: block;
	border: 1px solid #DEDEDE;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
	padding: 2px;
	overflow: hidden;
	float: left;	
}
.boxnazev_velky {
	text-align:center;
	height: 41px;
	font-size: 14px;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 20px;
	font-weight: bold;
	overflow: hidden;
}
.boxnazev_velky a {
color: #C75400;
}
.sklad_velky {
	margin-top: 5px;
	margin-bottom: 5px;
	color:#90A836;
	text-align:center;
	font-size: 12px;
}
.popisek_velky{
	padding: 10px;
}
.buykons_velke {
	margin-top: 10px;
	text-align: center;
}
.kup_velky
{
	margin-bottom: 13px;
	width: 79px;
	height: 20px;
}
.nakup_velky{
	margin-left: -4px;
	width: 80px;
}
.productbox:hover .product_koupeno_velky_2
{
	display: block;
}
.nakup_velky_2
{
}
.pocet_osob{
	float: right;
	margin-right: -4px;
	background-image: url('/css/osoby.png');
	background-repeat: no-repeat;
	width: 75px;
	height: 25px;
	text-align: center;
	padding-top: 5px;
	color: white;
	font-weight: bold;
	
}
.heureka_hodnoceni{
	padding: 10px;
}
.heureka_votes{
	margin-top: 10px;
}
.heureka_votes img{
	float: left;
}
.heureka_votes div{
float: left;
margin-left: 5px;
margin-top: -2px;
width: 165px;
margin-bottom: 5px;
}
.heureka_popis{
	
}
.heureka_autor{
}
.heureka_celkove{
	margin-top: 10px;
	}
.heureka_hvezdicky{
	float: right;
}
.green{
	color: green;
}
.red{
	color: red;
}

.obal{
	width: 1200px;
	height: 90px;
	margin: 4px auto 0 auto;
}

.sipecka{
	margin-right: 5px;
}
.odkaz_vyjimka{
	color: #4084bd !important;
}
.odkaz_vyjimka:hover{
	color: white !important;
}
.main_image{
	float:left;
	width: 227px;
	margin-bottom: 15px;
	padding-right: 10px;
}
.text_zidle{
	overflow: hidden;
  
}
.hlavicka_middle{
	background: url('/css/hlavicka_middle.png');
	height: 36px;
	width: 520px;
	clear: both;
	line-height: 36px;
	padding-left: 10px;
}
.infoprodukt {
	border: 1px solid #909090;
	text-align: left;
	width: 222px;
	margin-left: 5px;
	margin-top: 10px;
 
}
.infoprodukt th{
	width: 130px;
	height: 25px;
	vertical-align: middle;
	padding-left: 5px;
}
.infoprodukt tr{
	border: 1px solid #909090;
}
.telo_produkt{
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 505px;
	margin-left: 1px;
	margin-bottom: 15px;
	padding: 10px;
}
#roztahnout{
	width: 100%;
}
#roztahnout2{
	width: 100%;
	text-align: left;
}
.nahled_latka{
	float: left;
	padding-left: 5px;
padding-right: 4px;
}
.productbox_doporucujeme{
	padding-bottom: 10px;
	border-bottom: 1px groove black;
	margin: 0 6px;
	}
	
.nazev_latka{
	width: 90px;
	text-align: center;
	height: 27px;
	clear: both;
}
#nadshowcase{
              background: #C71717;
              width: 500px; display: block;
              height: 20px;
              float: left;    
              color: white;
              margin-top: 15px; margin-left: 10px;  
              padding-top: 5px;   
             
                       }
                       #nadshowcase a{
                                      color: #fff;
                                      margin-right: 15px;
                                      margin-left: 10px;
                                      font-size: 13px;
                                      text-decoration:none;
                                     }
           
#showcase{
width: 490px; display: block;   clear: both; background-color: #E1E0E0; margin-left: 10px; padding-right: 10px;  overflow: hidden;
height: 130px;
      
         }
         
#showcase p {
font-size: 12px;
margin-left: 20px;
width: 480px;
     
            }
#showcase img{
float: left;             
             }
             
.box_nadpis p {
padding:0;
color: #8A0000;
font-family: "Georgia";
font-weight: bold;  
background: none;  
        
            }  
#showcase a{
 color: #000000;
  margin-left: 0px;          
           }
            
            
#obsah_showcase{
width: 1500px; 
height: 120px;  
         
               }    
               
.prvek_showcase{
width: 500px;
height: 120px;
float: left;  
            
               }  
               
.clip{
width: 290px;
background-color: #EFF0F2;
position: fixed;
right: 0px;
bottom: 0px;
z-index: 2500;
box-shadow: 0pt 2px 15px rgb(80, 80, 80);
border-top-left-radius: 6px;
display: none;
clear: both;	
padding: 0 5px 10px 0;
}
.clip .price{
	color: #612220;
}
.clip .doleva{
	float: left;
	width: 150px;
}
.clip .doprava{
	float: right;
	width: 125px;
	
}
.neprehlednete{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 0;	
}
.top_body h1{
}
.productbox .akce {  
	position: absolute;
	width: 64px;
	height: 62px;
	margin-left: 115px;
	margin-top: 55px;
}
.productbox .free_doprava {  
	position: absolute;
	width: 64px;
	height: 62px;
	margin-left: 115px;
	margin-top: 113px;
}
.sklad {
	position: absolute;
	width: 64px;
	height: 62px;
	margin-left: 115px;
	margin-top: -2px;
}
.text .ceny .pocet {
width: 40px;
border: 1px solid #7B7B7B;
color: #7B7B7B;
background: white;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-align: center;
float: left;
clear: left;
}
.text .ceny .vloz {
float: right;
}
.productbox_doporucujeme .image {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 185px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	overflow: hidden;
	
}
.price_doporucujeme{
color: #480003;
float: left;
font-size: 14px;
font-weight: 700;
text-align: center;
width: 92px;
margin-top: 15px;
}
.buykons2 {
border-left: 1px solid #480003;
float: right;
margin-right: 2px;
margin-top: 9px;
text-align: center;
width: 92px;
}
.horni_nadpis h2{
	text-transform: uppercase;
	color: grey;
	padding-top: 3px;
	margin-top: 0;
}
.modal-body{
	background-image: url('/css/modalakce.gif');
	height: 419px;
	width:668px;
}
.modal-body-objednavka{
	text-align: center;
	padding: 10px;
	width: 540px;
}
.form_akce{
	position: absolute;
	top: 340px;
	left: 50px;
}
.form_akce_submit{
position: absolute;
top: 0px;
right: -40px;
}
#zavolame_banner{
	position: fixed;
	right: 0px;
	top: 200px;
	cursor: pointer;
}
#zavolejte_h1{
	text-align: left;
	color: orange;
}
.modal-body-objednavka-left p{
	color: #1E90FF; 
}
.modal-body-objednavka-left{
	text-align: left;
	padding: 10px;
	width: 535px;
}
#pointer{
	cursor: pointer;
}
.form_zavolejte label{
	float: left;
	width: 130px;
	font-weight: bold;
	margin-bottom: 10px;
}
.form_zavolejte input{
	float: left;
	
}
.kvalitni_matrace{
position: absolute;
top: 90px;
margin-left: 10px;
}
.kvalitni_matrace h1{
	font-size: 16px;
font-weight: bold;
padding-top: 0px;
margin-top: 0px;
}
.ikonka_doporucujeme{
	float: right;
	margin-top: -30px;
}
.garance{
	height: 70px;
  margin-bottom:5px;
  float:left;
}
.ikonka_doporucujeme2{
	float: right;
	margin-bottom: -10px;
}
.mezihodnoceni{
	clear: both;
	padding:20px;
}
.dalsi_doporuceny_produkt{
	float: left;
	clear: both;
}
.recenze_tohoto{
	text-align:center;
	font-size:14px;
	margin: 10px;
	font-weight: bold;
}
.recenze_obrazek{
	text-align: center;
	margin: 20px;
}
.hide{
	display: none;
}
.heureka_hodnoceni_velke{
	padding: 10px;
}
.heureka_votes_velke{
	margin-top: 10px;
}
.heureka_votes_velke img{
float: left;
clear: both;
	}
.heureka_votes_velke div{
float: left;
margin-left: 5px;
margin-top: -2px;
width: 165px;
margin-bottom: 5px;
}
.heureka_popis_velky{
	
}
.heureka_autor_velky{
	text-align: center;
}
.heureka_vlevo_velke{
	margin-top: 10px;
	float: left;
	width: 120px;
	}
.heureka_vpravo_velke{
	margin-top: 10px;
	float: right;
	width: 370px;
	}
.heureka_hvezdicky_velke{
	float: left;
	padding-bottom:20px;
	width: 370px;
}
.heureka_datum_velky{
	text-align: center;
}
.user_unknown{
	text-align: center;	
}
.heureka_procent{
	font-weight: bold;
	color: green;
	font-size: 20px;
	padding-right: 10px;
}
.doporuceny_produkt{
	float: right;
	width: 180px;
	clear: both;
}
.heureka_hvezdicky_velke img{
	margin-top: -10px;
}
.vnorene_odkazy {
	padding: 8px;
	line-height: 130%;
}
.vnorene_odkazy a {
	text-decoration: none;
}
.snipLeft {
	font-weight: bold;
	width: 100px;
	float: left;
}
.akce_odpocet{
	width: 535px;
	height: 195px;
	float: right;
	padding: 10px;
	background: url('/css/akce_bcg.png');
	margin-bottom: 10px;
}
.akce_odpocet_leva{
	float: left;
	width: 390px;
	display:none;
	border-radius: 6px;
	border: 1px solid lightgrey;
}
.akce_odpocet h2{
font-size: 29px;
color: white;
margin-top: 5px;
margin-left: 5px;
float: left;
padding: 15px;
background-color: orange;
border-radius:6px;
}
.pink {
	background-color: #FF00FF !important;
}
.akce_nazev{
float: left;
margin-left: 5px;
height: 39px;
width: 220px;
margin-top: -5px;
}
.akce_nazev h3 {
	padding: 0px;
	margin: 0px;
}
.akce_nazev a{
	text-decoration: none;
	color: black;
}
.akce_obrazek{
	max-width:160px;
	max-height: 160px;
}
.akce_mezera{
	height:160px;
	width: 160px;
	clear:both;
	text-align: center;
	margin-bottom:5px;
	float: left;
}
.akce_procent{
	color: white;
	font-weight: bold;
	font-size: 20px;
	transform: rotate(315deg); 
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	position:absolute;
	margin-left: -11px;
margin-top: 5px;
	
}
.akce_ceny{
	margin: 5px 6px 0 0;
	width: 115px;
	height: 50px;
	float: right;
}
.akce_puvodni{
	text-decoration: line-through;
	font-size: 20px;
	color: darkgrey;
}
.akce_nova{
	font-size: 29px;
	font-weight: bold;
	color: black;
	margin-top: 5px;
	letter-spacing: 1px;
}
.akce_koupit{
	width:120px;
	height:35px;
	margin-top: 15px;
	margin-left:-5px;
	
	background-image: url('/css/akce_btn_normal.png');
}
.akce_zbyva{
	clear: left;
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
	margin-right: 5px;
}
.akce_menu{
float: right;
width: 135px;
	
}
.akce_menu_item{
	height: 32px;
	margin-top: 8px;
	border-bottom: 1px solid lightgrey;
	padding: 5px 2px 5px 0;
	line-height: 14px;
	cursor: pointer;
}
.akce_menu_item:hover{
	color: darkorange;
}
#akce_0{
	display: block;
}
#akce_menu_0{
	color: darkorange;
	
}
.vyberOsobyTd {
	text-align: center;
}
.vyberOsobyTd label {
	font-weight: bold;
	font-size: 12px;
}
.boxik  .menu_produkty li.subs .odkaz_vyjimka {
    color: #696969 !IMPORTANT;
}
.boxik  .menu_produkty li.subs .odkaz_vyjimka:hover {
    color: white !IMPORTANT;
}
.boxik  .menu_produkty li.sel.subs ul li.subs .odkaz_vyjimka:hover {
    color: #696969 !IMPORTANT;
}
.boxik  .menu_produkty li.sel.subs ul li.subs {
  margin-left: 5px;
  
}
.boxik  .menu_produkty li.sel.subs ul li.subs ul {
  margin-left: 20px;
  
}
.boxik  .menu_produkty li.sel.subs ul li:hover {
  background: none;
}   
#menu_produkty.boxik  {
  border-radius: 7px 7px 0 0px;
  border-bottom: 0px;
}
ul.menu_produkty li.subs {
background: #EBEBEB;
}
ul.menu_produkty li.sel.subs ul li.subs  {
background: #F2F2F2;
}
.buy_image {
width: 100%;
}
.box_buy  {
width: 274px;
float: left;
text-align: center;
}
 .uspesneshopy
   {
   width:100%;
   text-align:center;
   margin-bottom:10px;
   background:none;
   }
