* {
	margin: 0;
	padding: 0;
}

textarea.text_duvod	{
	vertical-align:text-top;
	width: 350px;
	height: 80px;	
}

img {
	border: none;
}

/* HORNI MENU */

div.horni_menu {
	position: relative;
	height: 41px;
	width: 735px;
	margin-bottom: 10px;	
}

div.horni_menu ul {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;	
	list-style: none;
}

div.horni_menu ul li {
	position: relative;
	display: block;
	float: left;
	margin-right: 	5px;
}

div.horni_menu ul li a {
	position: relative;
	display: block;
	padding: 0 25px;
	height: 41px;
	line-height: 41px;
	color: #fff !important;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#add309+0,88c503+100 */
	background: #add309; /* Old browsers */
	background: -moz-linear-gradient(top, #add309 0%, #88c503 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #add309 0%,#88c503 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #add309 0%,#88c503 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#add309', endColorstr='#88c503',GradientType=0 ); /* IE6-9 */
}

div.horni_menu ul li a:hover, div.horni_menu ul li a.active {
	color: #ff6600 !important;
}



/****** HLÁŠKA NA VŠECHNY STRÁNKY */
div.warnInfo	{
	position: relative;
	width: 100%;
	background-color: #E16200;	
	margin-bottom: 15px;
}

div.warnInfo p	{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 13px;
	line-height: 15px;
	color: #fff;	
}

p.info.info-success {
	padding: 7px 5px;
	margin: 5px 0;
	background-color: #70F95B;
}

p.info.info-warning {
	padding: 7px 5px;
	margin: 5px 0;
	background-color: #FFE2E3;	
}
/****** HLÁŠKA NA VŠECHNY STRÁNKY */

/* INFOLINKA */
div.infolinka {
	position: absolute;
	width: 135px;
	height: 54px;
	background-image:url(../images/bg_infolinka.png);
	top: 29px;
	padding-top: 60px;
	left: 536px;
	z-index: 5;
}

div.infolinka span {
	position: relative;
	display: block;
	text-align: center;
	font-size: 12px;
	color: #000000;
	margin: 1px 0;
}

div.infolinka span.green {
	font-size: 15px;
	color: #84b323;
	font-weight: bold;
}
/* INFOLINKA */

/* LETTER LOGIN */
div.letter_login {
	margin: 25px 0;
	position: relative;	
}

div.letter_login p {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

div.letter_login input[type=email] {
	position: relative;
	border-radius: 5px;
	border: 1px solid #8cc700;
	height: 35px;
	text-align: center;
	width: 210px;
	left: 20px;
	color: #b0a9ab;
	font-size: 14px;
	margin: 5px 0;
}

div.letter_login input[type=submit] {
	background-color: #8cc700;
	position: relative;
	border-radius: 5px;
	height: 35px;
	color: #fff;
	font-size: 13px;	
	border: none;
	padding: 0 10px;
	left: 50px;
}
/* LETTER LOGIN */

/* SOUTEZE */

div.soutez_box {
	position: relative;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;	
}

div.soutez_box a.soutez_nazev {
	color: #FF6600 !important; 
	display: block;	
	position: relative;
	margin-bottom: 5px;
	font-weight: bold;
}

div.soutez_box p.podminky {
	text-align: right;	
}

div.soutez_box div.soutez {
	position: relative;
	padding: 10px 15px;
	background-color: #e6f2c2;
}

.soutez-submit{
    background-color: #8cc700;
    position: relative;
    border-radius: 5px;
    height: 35px;
    color: #fff;
    font-size: 13px;	
    border: none;
    padding: 0 10px;
}
.soutez-submit:hover{
    background-color: #61A701;
}

div.soutezLogin {
	position: relative;
	padding: 10px;
	background-color: #f1f1f1;	
}

div.soutezLogin div.box h2 {
	margin-bottom: 15px;	
}

div.soutezLogin div.box label {
	position: relative;
	display: block;	
}

div.soutezLogin div.box input {
	position: relative;
	border: 1px solid #DBDBDB;
	background-color: #fff;
	padding: 5px;	
}

/* SOUTEZE */

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	background: #ffffff;
	color: #000000;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 85%;
}

#all {
	width: 995px;
	margin: 0 auto;
	position: relative;
}

#top {
	height: 153px;
	background: #ffffff;
	background-image: url('../images/header_vanoce.jpg');
	background-position: right 0;
	background-repeat: no-repeat;
	position:relative;
    color:#fff;
}

#top a {
	color: #000;
	text-decoration: underline;
}

#top a:hover {
	text-decoration: none;
}

#top #logo {
	position: absolute;
	top: 10px;
	left: 6px;
}

#top #search {
position:absolute;
bottom:10px; 
right:7px;
	margin:0;
    width:300px;
}

#top #search .query {
	border: 1px solid #99ccff;
	width: 155px;
	height: 33px;
	float: left;
	margin: 0 10px 0 0;
	padding:0 4px;
	font-size: 1.2em;
	line-height: 33px;
}

#top #search .submit {
	display: block;
	width: 111px;
	height: 35px;
	text-decoration: underline;
	font-size: 1.3em;
	background-color: transparent;
	background-image: url('../images/search-gray.png');
	background-position: -111px center;
	background-repeat: no-repeat;
	border: none;
	/*color:#FFF;*/
}

#top #search .submit:hover {
	background-position: 0 center;
	text-decoration: none;
}

#top .basket {
	background: url('../images/kosikbg.png') no-repeat;
    width:207px;
    height:59px;
    position:absolute;
    top:30px;
    right:20px;
	float: right;
	padding: 10px 0 0 80px;
    color:#000;
    font-size:16px;    
}
#top .basket a {
    font-weight:bold;
    font-size:18px;
    color:#8799D9;
}

#top .hlaskakz {
	position:absolute;
	top:14px;
	width:100%;
	text-align:center;
	color:#FEA217;
	font-size:16px;
	/*font-weight:bold;
	background-color:#F00;
	padding:5px 0;
	border-radius:7px;*/
}

#main {
	clear: both;
}

#main #right {
	width: 735px;
	float: right;
}

#main #right a {
	color: #000000;
}

#main #right a:hover {
	color: #ff6600;
}

#main #boxes-top {
	width: 735px;
	overflow: hidden;
	margin: 8px 0 8px 0;
}

#main #boxes-top .box {
	width: 362px;
	height: 150px;
}

#main #boxes-top .left {
	float: left;
}

#main #boxes-top .right {
	float: right;
}

#main #boxes-top .box .title {
	display: block;
	width: 362px;
	height: 31px;
	background-image: url('../images/box-top.png');
	background-position: center center;
	background-repeat: no-repeat;
	color: #ffffff;
}

#main #boxes-top .box .title span {
	float: left;
	padding: 8px 0 0 20px;
}
#main #boxes-top .box .title span a	{
	color:#FFF;
}
#main #boxes-top .box .title span a:hover	{
	color:#000;
}

#main #boxes-top .box .content {
	height: 90px;
	padding: 9px 9px 10px 9px;
	border: 1px solid #cccccc;
	border-top: none;
	border-bottom: none;
	position:relative;
}

#main #boxes-top .box .content .image {
	float: left;
	width: 154px;
	text-align: center;
	line-height: 100px;
}

#main #boxes-top .box .content .image img {
	vertical-align: middle;
 	max-width: 154px !important;
     max-height: 100px;   
}

#main #boxes-top .box .content .text {
	margin: 0 0 0 154px;
}

#main #boxes-top .box .content .text a {
	display: block;
	margin: 0 0 30px 0;
}

#main #boxes-top .box .content .text .priceceny {
	position:absolute;
	bottom:0
}

#main #boxes-top .box .content .text .priceceny .price {
	float: left;
	width: 45px;
}

#main #boxes-top .box .content .text .priceceny .price-orig {
	padding: 0 0 0 45px;
	font-size: 0.9em;
	text-decoration:line-through;
}

#main #boxes-top .box .bottom {
	display: block;
	width: 362px;
	height: 10px;
	background-image: url('../images/box-bottom.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#main .box-main {
	width: 735px;
}

#main .box-main .title {
	display: block;
	width: 735px;
	height: 31px;
	background-image: url('../images/box-right-main.png');
	background-position: center center;
	background-repeat: no-repeat;
	color: #ffffff;
}

#main .box-main .title h1 {
	float: left;
	padding: 8px 0 0 20px;
	font-size: 1em;
}
#main .box-main .title h2 {
	float: left;
	padding: 8px 0 0 20px;
	font-size: 1em;
	font-weight: normal;
}

#main .box-main .content {
	padding: 10px 0 0 0;
    border:1px solid #ccc;
    border-top:0;
    border-bottom:0;
	color: #000000;
	width: 733px; 
	overflow: hidden;
}

#main .box-main .content.bgblue {
	padding: 10px 0 0 0;
    background:#C8E7FF;
    border:none;
    border-left:1px solid #C8E7FF;
    border-right:1px solid #C8E7FF;

	color: #000000;
	width: 733px; 
	overflow: hidden;
}

#main .box-main .bottom {
	display: block;
	width: 735px;
	height: 10px;
	background-image: url('../images/box-right-main-bottom.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#main .box-main .content .product {
	float: left;
	width: 209px;
	height: 234px;
	border: 1px dotted #0099ff;
	margin: 0 0 10px 10px;
	padding: 10px 10px 0 10px;
	text-align: center;
	position: relative;
    background:#FFF;
}

#main .box-main .content .product .t {
	font-size: 0.9em !important;
}

#main .box-main .content .product .image {
	position: absolute;
	top: 60px;
	left: 60px;
	margin: 0 auto 0 auto;
	width: 110px;
	height: 110px;
	line-height: 110px;
}
#main .box-main .content .product .popis1 {
	position: absolute;
	top: 160px;
	left: 0px;
	margin: 0 10px;
	text-align:center;
	width:209px;
	font-size:0.9em;
}

#main .box-main .content .product .price {
	position: absolute;
	bottom: 15px;
	left: 10px;
	width: 169px;
	text-align: left;
	font-weight:bold;
	font-size:1.0em;
}
#main .box-main .content .product .oldprice {
	position: absolute;
	bottom: 35px;
	left: 10px;
	color:#000;
	font-weight:normal;
	font-size:0.9em;
	text-decoration:line-through;
}
#main .box-main .content .product .to-basket, .to-basket {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.submitNL	{
	display: block;
	border: none;
	border-radius: 5px;
	padding: 5px 15px 5px 15px;
	color: #fff;
	cursor: pointer;
	float: left;
	text-decoration: none;
	margin-bottom: 20px;
}

.submitNL:hover	{
	text-decoration: underline;	
}

.submitNL#on	{
	margin-right: 60px;
background: #b1d409; /* Old browsers */
background: -moz-linear-gradient(top, #b1d409 0%, #7ec202 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1d409), color-stop(100%,#7ec202)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b1d409 0%,#7ec202 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b1d409 0%,#7ec202 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b1d409 0%,#7ec202 100%); /* IE10+ */
background: linear-gradient(to bottom, #b1d409 0%,#7ec202 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1d409', endColorstr='#7ec202',GradientType=0 ); /* IE6-9 */
}

.submitNL#on:hover	{
background: #7ec202; /* Old browsers */
background: -moz-linear-gradient(top, #7ec202 0%, #b1d409 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ec202), color-stop(100%,#b1d409)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7ec202 0%,#b1d409 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7ec202 0%,#b1d409 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7ec202 0%,#b1d409 100%); /* IE10+ */
background: linear-gradient(to bottom, #7ec202 0%,#b1d409 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ec202', endColorstr='#b1d409',GradientType=0 ); /* IE6-9 */
}

.submitNL#no	{
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}

.submitNL#no:hover	{
background: #6d0019; /* Old browsers */
background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* IE10+ */
background: linear-gradient(to bottom, #6d0019 0%,#8f0222 56%,#a90329 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
}

#main .box-main .content .product .to-basket .submit, .to-basket .submit {
	display: block;
	width: 86px;
	height: 29px;
	text-decoration: underline;
	background-color: transparent;
	background-image: url('../images/button-to-basket.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	border: none;
    color:#FFF;
    text-decoration:none;
    font-size:1.1em;
}
.sliderkit-panel .to-basket{
    position: static;
}
#main .box-main .content .product .to-basket .submit:hover,  .to-basket .submit:hover {
	background-position: -87px center;
	text-decoration: underline;
	cursor:pointer;
}

#main .box-main .content .product .to-basket .submitno {
	display: block;
	width: 88px;
	height: 33px;
	text-decoration: none;
	background-color: transparent;
	background-image: url('../images/neni-skladem.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	border: none;
    font-size:11px !important;
}


#main .box-main .content .paging {
	text-align:right;
	margin: 20px 10px 0 10px;
	font-size: 0.9em;
}

#main .box-main .content .paging .tcurrent {
	color: #ff6600;
	font-size: 1.2em;
	font-weight:bold;
}

#main .box-main .content .paging a {
	color: #4040b3;
}

#main .box-main .content .paging a:hover {
	color: #ff6600;
}

#main .box-main .content .leftbox	{
	float:left;
	margin:20px 20px 20px 0;
	color:#FFF;
	}
#main .box-main .content .rightbox	{
	width:236px;
	float:right;
	margin:20px 0px;
	color:#FFF;
	}
/*#main .box-main .content .rightbox2	{
	width:236px;
	float:right;
	padding:0;
	margin:0px 0px 20px 0;
	}*/
#main .box-main .content .rightbox a, 
#main .box-main .content .leftbox a{
	background: transparent url('../images/button-cart2.png') no-repeat top left;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;*/
	font-size:13px;
	/*font-weight:bold;*/
	line-height: 28px;
	width:236px;
	height: 28px; 
	text-align:center;
	padding:0px;
	margin:5px 0 0 0;
	display:block;
	border:0;
	cursor:pointer;
	text-decoration:underline;
	}
#main .box-main .content .rightbox a:hover, 
#main .box-main .content .leftbox a:hover {
	background: transparent url('../images/button-cart2-hover.png') no-repeat top left;
	color:#ff6600;
	text-decoration:none;
	}
#main .box-main .content .rightbox p	{
	color:#000;
	padding:5px;
	font-size:0.9em;
	/*text-align:right;*/
	}


#main #product-detail {
	padding: 0 15px 10px 15px;
}

#main #product-detail .t {
	font-size: 1.6em;
	margin: 0 0 15px 0;
}

#main #product-detail .left {
	float: left;
	width: 393px;
	font-size: 0.9em;
}

#main #product-detail .right {
	float: right;
	width: 295px;
}

#main #product-detail .right p {
	text-align:left;
}

#main #product-detail .left .image { 
	width: 300px;
	height: 300px;
	margin: 0 auto;
	line-height: 300px;
	position:relative;
}

#main #product-detail #buy {
	width: 295px;
	margin: 15px 0;
	padding: 10px 0;
	background: #eeeeee;
}

#main #product-detail #buy table, tr, th, td {
	/*border:#F00 solid 1px;*/
}
#main #product-detail #buy table {
	margin: 0 auto;
	width: 100%;
}

#main #product-detail #buy tr.first th {
	border-bottom: 4px solid #0099ff;
	width:50%;
}

#main #product-detail #buy td {
	padding: 5px 10px;
	text-align: center;
}

#main #product-detail #buy .input {
	width: 40px;
	text-align: center;
}

#main #product-detail #buy .price {
	font-weight: bold;
}
#main #product-detail #buy .oldprice {
	color:#000;
	font-weight:normal;
	font-size:0.9em;
	text-decoration:line-through;
}

#main #product-detail #buy button.submit {
	display: block;
	margin: 0 auto;
	width: 86px;
	height: 29px;
	text-decoration: none;
	background-color: transparent;
	background-image: url('../images/button-to-basket.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	border: none;
    color:#fff;
}

#main #product-detail #buy button.submit:hover {
	background-position: -87px center;
	text-decoration: underline;
	cursor:pointer;
}

#main #product-detail #buy button.submitno {
	display: block;
	margin: 0 auto;
	width: 88px;
	height: 33px;
	text-decoration: none;
	background-color: transparent;
	background-image: url('../images/neni-skladem.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	border: none;
    font-size:10px !important;
}

#main #product-detail h2 {
	margin: 15px -15px;
	padding: 5px 15px;
	
	background: #e6f2c2;
	font-weight: bold;
	font-size: 1em;
}

#main #product-detail .right h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 15px 0;
}

#main #product-detail .right .form p {
	margin: 0 0 8px 0;
}

#main #product-detail .right .form label {
	float: left;
	width: 80px;
}

#main #product-detail .right .form .dotazinp, .dotaztxa {
	border: 1px solid #0099ff;
	width: 208px;
	padding: 2px;
}

#main #product-detail .right .form .dotaztxa {
	height: 100px;
}

#main #product-detail .right .form .button_inp {
	display: block;
	width: 111px;
	height: 35px;
	text-decoration: underline;
	background-color: transparent;
	background-image: url('../images/search.png');
	background-position: -111px center;
	background-repeat: no-repeat;
	border: none;
}

#main #product-detail .right .form .button_inp:hover {
	background-position: 0 center;
	text-decoration: none;
}

#main #product-detail .right .chyba {
	margin: 0 0 15px 0;
	padding: 3px 15px;
	background: #900;
	color: #ffffff;
}

#main #product-detail .right .chyba p {
	background-image: url('../images/xchyba.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 21px;
	margin: 0;
}

#main #product-detail .right .sent {
	margin: 0 0 15px 0;
	padding: 3px 15px;
	font-size: 1.7em;
}

#main #product-detail .right .sent p {
	background-image: url('../images/xok.png');
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 58px;
	vertical-align: middle;
	padding: 0 0 0 63px;
	margin: 0;
	height: 58px;
}

#main #product-detail p {
	margin: 0 0 15px 0;
	text-align: justify;
}

#main #page {
	padding: 10px 15px;
}

#main #page p {
	margin: 0 0 15px 0;
}

#main #page h4 {
	font-size: 1.1em;
}

#main #cart_table {
	background: #eeeeee;
	width: 100%;
	margin: 0 0 15px 0;
	border-collapse: collapse;
}

#main #cart_table tr.first th {
	border-bottom: 4px solid #0099ff;
}

#main #cart_table th, 
#main #cart_table td {
	padding: 5px 10px;
}

#main #cart_table td {
	border-top: 1px solid #0099ff;
}

#main #cart_table td.center {
	text-align: center;
}

#main #cart_table td.celkova_cena_obal {
	text-align: right;
	padding: 15px;
}

#main #cart_table .celkova_cena {
	font-size: 1.4em;
	color: #ff6600;
}

#main #left {
	float: left;
	width: 250px;
}

#main #left .box .smaller {
	font-size: 0.9em;
}

#main #left .box {
	margin: 0 0 10px 0;
}

#main #left .box .title {
	display: block;
	width: 250px;
	height: 31px;
	background-image: url('../images/box-left-top.png');
	background-position: center center;
	background-repeat: no-repeat;
	color: #ffffff;
}

#main #left .box .title span {
	float: left;
	padding: 8px 0 0 20px;
}

#main #left .box .titlewhite {
	display: block;
	width: 250px;
	height: 31px;
	background-image: url('../images/box-left-top.png');
	background-position: center center;
	background-repeat: no-repeat;
	color: #ffffff;
}

#main #left .box .titlewhite span {
	float: left;
	padding: 8px 0 0 20px;
}

#main #left .box .titlewhite a {
	color:#FFF;
}

#main #left .box .titlewhite a:hover {
	color:#000;
}

#main #left .box .content {
	padding: 20px 20px 0 20px;
	border: 1px solid #cccccc;
	border-top: none;
	border-bottom: none;
	background: #f1f6e2;
}
#main #left .box .content2 {
	height: 90px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #cccccc;
	border-top: none;
	border-bottom: none;
	position:relative;
	text-align:center;
}


#main #left .box .contentwhite {
	padding: 20px 20px 0 20px;
	border: 1px solid #cccccc;
	border-top: none;
	border-bottom: none;
	background: #fff;
}

#main #left .box .contentwhite a {
	color:#000;
}
	
#main #left .box .contentwhite a:hover {
	color:#f60;
}
td.payu_logo_small	{
	background-image:url('../images/payu_logo_50.png');
	background-repeat:no-repeat;
	background-position: 600px bottom;
}
	
#main #left .box .contentwhite .image {
	float:left;
	padding:5px 10px 0 0;
	width:100px;
}

#main #left .box .contentwhite .priceceny {
	margin:45px 0 0 10px;
}
	
#main #left .box .contentwhite .price-orig {
	padding: 0 0 0 45px;
	font-size: 0.9em;
	text-decoration:line-through;
}

#main #left #menu .title span {
	text-align: center;
	margin: 4px 0 0 24px;
	padding: 0;
}

#main #left #menu .title span.alphabeta {
	margin-left: 4px;
}

#main #left #menu .title a {
	color: #ffffff;
	display: block;
	width: 97px;
	height: 26px;
	line-height: 26px;
}

#main #left #menu .title .active a {
	text-decoration: none;
	color: #000000;
	background-image: url('../images/menu-title-bg.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#main #left #menu .content {
	background: #e6f2c2;
}

#main #left .content ul.menu {
	margin: -10px 0 0 0;
}

#main #left .content ul.menu a {
	display: block;
	height: 19px;
	line-height: 19px;
	color: #003300;
	text-decoration: none;
	padding: 2px 0 0 7px;
}

#main #left .content ul.menu a:hover, #main #left .content ul.menu a.active {
	background: #ffaa2a;
	color: #ffffff;
}

#main #left .content ul.menu li {
	list-style-type: none;
	border-bottom: 1px solid #999999;
}

#main #left  .content .new {
	padding: 0 0 20px 0;
    font-size:13px;
}

#main #left  .content .new a {
	color: #3c3eab;
}

#main #left .box .content .new a:hover {
	color: #ff6600;
}

#main #left  .content .new .new-date {
	font-size: 0.9em;
}

#main #left  .content .new .new-title {
	display: block;
	padding: 4px 0;
	font-weight: bold;
}

#main #left  .bottom {
	display: block;
	width: 250px;
	height: 15px;
	background-image: url('../images/box-left-bottom.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#main #left .box .bottomwhite {
	display: block;
	width: 250px;
	height: 15px;
	background-image: url('../images/box-left-bottom-white.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#main #left #menu .bottom {
	background-image: url('../images/box-left-menu-bottom.png');
}

#main #foot {
	text-align: center;
	padding: 10px 0;
	font-size: 0.8em;
}

#main #foot a {
	color: #000000;
}

#main #foot a:hover {
	color: #ff6600;
}

hr.clear {
	visibility: hidden;
	height: 0;
	clear: both;
}

.nodisp {
	display: none;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

.orange {
	color: #ff6600;
}
.padding25	{
	padding:25px
}
.padding25 p	{
	margin-bottom:15px;
}
.padding25-2	{
	padding:0 25px;
}
.h2	{
	font-size:1.3em;
	margin:0 0 5px 10px;
}
.texy ul	{
	margin:0px 0 30px 35px;
}
.texy p	{
	margin:0px 0 15px 0;
}
.imga	{
	border:#E6F2C2 solid 2px;
	padding:2px;
	margin:0 10px 0 0;
	float:left;
	height:79px;
	line-height:79px;
}
.imga:hover	{
	border:#FFD595 solid 2px;
}
.imga a img	{
	vertical-align:middle;
}
.popis	{
	float:left;
	width:90px;
	display:inline;
	text-align:right;
	margin-right:10px;
} 
img.MaxSized
{
max-width: 300px;
max-height: 300px;
}
.breadcrumb	{
	font-size:0.8em;
	margin:0 0 0 0;
}
.breadcrumb2	{
	margin:10px;
	padding:0;
	border-bottom:#999 solid 1px;
}
.hr	{
	border:#81C202 solid 1px;
	margin:10px;
}
.hr2	{
	/*height:1px;
	background-color:#999;*/
	border:#999 solid 1px;
	margin:20px 0;
}
.katleft	{
	float:left;
	width:50%;
	padding:10px 0;
}
.katright	{
	float:right;
	width:50%;
	padding:10px 0;
}
.katleft a.kat, 
.katright a.kat	{
	line-height:1.5em;
}
/*VOP*/
.op h3	{
	margin:15px 0 10px 0;
	font-size:1.2em;
}
.op ul	{
	margin:15px 0;
}
.op ul li	{
	margin:0 0 5px 45px;
	list-style:square;
}
.op ul li.noli	{
	list-style:none;
	margin:0 0 5px 25px;
}
.op ol li.noli	{
	list-style:none;
}
.op p	{
	margin:5px 0;
}
.op-sm	{
	width:700px;
	border:#666 solid 1px;
	margin:25px auto;
	padding:15px
}
/* VOP end */
.kontakt .leftboxy	{
	float:left;
	margin:20px 20px 20px 0;
	width:48%;
	}
.kontakt .rightboxy	{
	width:48%;
	float:right;
	margin:20px 0px 20px 0;
	}

/***************registrace****************/
.registr #reg label {
	width: 200px;
	text-align: right;
	padding-right: 5px;
}
.registr #reg .dotazinp {
	width: 300px;
	border:#0099ff solid 1px;
	padding:2px 4px;
}
.registr #reg .dotazinp100 {
	width: 100px;
	border:#0099ff solid 1px;
	padding:2px 4px;
}
.registr #reg .dotaztxa {
	width: 300px;
	border:#0099ff solid 1px;
	padding:2px 4px;
}

.registr #reg .dotazinp.redback, 
.registr #reg .dotazinp100.redback	{
	/*border: 0 none;*/
	background-color: #FFB9B9;
	/*padding: 5px 0px 0px 5px;*/
}

.registr #reg table {
	/*border: 1px solid #898989;*/
	width: 100%;
	background-color: #999999;
}
.registr #reg .smallgray {
	color:#666;
	font-size:0.8em;
}
.registr .reg_obal {
	width: 99%;
	border: 1px solid #898989;
	margin-bottom: 30px;
}

.registr .reg_obal label {
	text-align: left;	
}	

.registr .reg_obal h2.doruceni, 
.registr .reg_obal h2.platba, 
.registr .reg_obal h2.udaje {
	background-color:#E8E8E8;
	background-image: url(../images/reg_h2_doprava.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	line-height: 31px;
	color: #414C40;
	margin: 0;
	font-size: 1em;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #898989;	
}

.registr .reg_obal h2.platba {
	background-image: url(../images/reg_h2_platba.gif);
}

.registr .reg_obal h2.udaje {
	background-image: url(../images/reg_h2_udaje.gif);
}

.registr .reg_obal h3 {
	display:inline;
	padding:10px 0 0 0;
}

.registr .reg_radek_all, .reg_radek_all_sudy {
	background-image: url(../images/reg_radek.gif);
	background-repeat: repeat;
	background-position: left top;
	border-bottom: 1px solid #FFFFFF;
	padding: 10px 25px;
}

.registr .reg_radek_all_sudy {
	background-image: url(../images/reg_radek_sudy.gif);
}

.registr .reg_radek_all p, 
.registr .reg_radek_all_sudy p {
	margin: 0.5em 0;	
}

.registr .reg_radek, .reg_radek_sudy {
	background-image: url(../images/reg_radek.gif);
	background-repeat: repeat;
	background-position: left top;
	padding: 0 0 0 0;
}

.registr .reg_radek_sudy {
	background-image: url(../images/reg_radek_sudy.gif);
}

.registr .reg_1 {
	width: 60px;
}

.registr .reg_2 {
	width: 436px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 10px 25px;
}

.registr .reg_3 {
	width: 100px;
}

.registr .reg_2 p {
	margin: 0;	
} 

.registr .reg_2 p.platba_karta {
	background-image: url(../images/reg_cards.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}

.registr .reg_1 p, .reg_3 p {
	text-align: center;
	margin-top: 13px;
} 

.registr .reg_1, .reg_2, .reg_3 {
	float: left;
}

.registr .reg_clear {
	font-size: 1px; 
	line-height: 1px; 
	float: none; 
	clear: both;
}

.registr #reg table.dodani {
	border-collapse:collapse;
	/*border:1px solid #898989;*/
	margin: 0;
}	

.registr #reg table.dodani td {
	/*border:1px solid #898989;*/
	border: 0 none;
	background-color: #FFF;
	padding: 5px 5px 5px 5px;
}	

.registr #reg table.dodani td.center {
	/*border:1px solid red;*/
	text-align:center;
}	
.registr #reg table.dodani td.redback {
	border: 0 none;
	background-color: #FFB9B9;
	padding: 5px 0px 0px 5px;
}	

.registr #reg table.dodani tr.radek_doprava1 td {
	border-bottom: 1px solid #898989;
}

#right .box .content.product-list .reg_btn {
	text-align: right;
	margin-right: 10px;
}

.registr #reg input.button_inp_gr 	{
	background: transparent url('../images/button-cart2.png') no-repeat top left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height: 20px;
	width:236px;
	height: 28px; 
	text-decoration: none;
	color:#000;
	border:none;
	padding:0;
	margin:0 3px 0 0px;
}

.registr #reg input.button_inp_gr:hover	{
	background: transparent url('../images/button-cart2-hover.png') no-repeat top left;
	text-decoration: underline;
	color:#FFF;
	}	

.registr .leftpopd {
	float:left;
	width:150px;
}	

.chyba	{
	background-color:#C00;
	color:#FFF;
	padding:2px 10px;
}

.chyba p	{
	font-weight:bold;
}
.big p	{
	background-image:url('../images/xok.png');
	background-repeat:no-repeat;
	background-position:center left;
	padding:5px 5px 5px 65px;
	font-size:1.4em;
	line-height:55px;
	 }
.big p.payu	{
	background-image:url('../images/xok.png');
	background-repeat:no-repeat;
	background-position:center left;
	margin-top:15px;
	padding:5px 5px 5px 65px;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.4em;
	 }
table.potvrzeni	{
	border:none;
	float:left;
	margin:0 40px 0 0;
}
table.potvrzeni tr	{
	border:none;
}
table.potvrzeni td	{
	border:none;
}
table.potvrzenik	{
	border:none;
	margin:20px 0 0 0;
}
table.potvrzenik tr	{
	border:none;
}
table.potvrzenik td	{
	border:none;
}

/***************registrace end****************/
.banner {
margin-bottom:5px;
}
.okokok	{
	cursor:pointer;
}
p.nadtext	{
	text-align:center;
	padding:4px 0 14px 0px;
	/*font-weight:bold;*/
	font-size:15px;
	color:#056905;
	/*border:solid #F00 1px;*/
}

/***************VÁNOČNÍ BANNER****************/

.vanocni-banner{ 
  width:248px;
  height:160px;
	background:url(../images/vanocni-banner.png) no-repeat;
	margin:0 0 9px 1px;
	position:relative;
}
.vanocni-banner a{
width:134px;
height:19px;
}
.vanocni-banner a span{
display:none;
}
.vanocni-banner a.prozeny{
position:absolute;
top:80px;
left:7px;
z-index:99;
}
.vanocni-banner a:hover.prozeny{
	background:url(../images/prozeny.jpg) no-repeat;
}

.vanocni-banner a.promuze{
position:absolute;
top:100px;
left:7px;
z-index:99;
}
.vanocni-banner a:hover.promuze{
	background:url(../images/promuze.jpg) no-repeat;
}

.vanocni-banner a.prodeti{
position:absolute;
top:120px;
left:7px;
z-index:99;
}
.vanocni-banner a:hover.prodeti{
	background:url(../images/prodeti.jpg) no-repeat;
}
.vanocni-banner a.probad{
position:absolute;
top:139px;
left:7px;
z-index:99;
}
.vanocni-banner a:hover.probad{
	background:url(../images/probad.jpg) no-repeat;
}

.vanocni-banner a.darkovebaleni{
position:absolute;
top:0px;
left:0px;
z-index:10;
  width:248px;
  height:160px;

}
.textright{
text-align:right;}

.produkty{width:230px; float:right;}
.floatleft{float:left;padding-right:9px;}
.blue{color:#009AFF;}

.produktyprodukt{
    font-size:14px;
    padding:0 0 10px 10px;
    font-family:Arial;
    display:block;
}
.slevabox{
	background:url(../images/slevabox.png) no-repeat; 
    position:absolute;
    top:10px;
    left:0px;
    z-index:9999;
    width:57px;
    height:40px;
    text-align:center;
    font-size:18px; 
    padding-top:19px;
    font-weight:bold;
    color:#fff;  
    font-family:Arial;
}
#main .box-main .content .product .obrakce {
	position:absolute;
	top:50px;
	right:15px;
}
#main #product-detail .left .image .obrakcedetail {
	position:absolute;
	top:-50px;
	right:15px;
}
.chyba_404	{
	background-image:url(../images/chyba.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding:10px 5px 10px 65px;
}
table.payuok	{
	border-collapse:collapse;
	width:100%;
}
table.payuok td	{
	border:solid 1px #999;
	padding:3px 5px 1px 5px;
}
.payu_height h3	{
	line-height:1.5em;
}
.center	{
	text-align:center;
}
a.aday	{
	padding:0;
	margin:0;
	background-color:transparent !important;
}

p.upozorneni	{
	color: red;
	font-size: 15px;
	font-weight: bold;
}
table.produkt_zdarma	{
	border:solid 2px #F60;
	width:100%;
	background-color:#D9FFDC;
	border-collapse:collapse;
	margin-top:25px;
}
table.produkt_zdarma th	{
	background-color:#FFDBB7;
	border-bottom:solid 1px #F60;
	padding:5px 0 5px 0px;
}
table.produkt_zdarma td	{
	padding:5px 0 5px 0px;
	border-bottom:solid 1px #ccc;
}
table.produkt_zdarma .right	{
	text-align:right;
}
table.produkt_zdarma .right	{
	text-align:right;
}
table.produkt_zdarma .prizda	{
	padding:2px 10px;
	margin:0 25px 0 0;
	color:#F60;
}
.vedle20	{
	width:20px;
}
#payu_ .content	{
	border:none !important;
	width:674px !important;
	background:none !important;
}
#payu_ .content	.table-payu	{
	background:none;
	border:1px solid #666 !important;
	margin:0;
}
.buttonPayu{
	font-size:15px;
	padding:7px 10px 10px 118px;
	color:#0D3172;
	font-weight:bold;
	height: 70px;
	width:310px;
	border:0;
	cursor:pointer;
	background:url('../images/buttonPayu.png') no-repeat;
}
.buttonPayu:hover{
	color:#000;
	text-decoration:underline;
}

/* ČLÁNKY */

hr.clear {
	position: relative;
	clear: both;
	height: 0;
	border: none;	
}

.advin-clanek {
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;	
	padding-bottom: 0px;
}

.advin-clanek:last-child {
	border: none;	
}

.advin-clanek h2 {
	position: relative;
	display: block;	
	margin-bottom: 10px;
	font-size: 14px;
}

.advin-clanek h2 a {
	text-decoration: underline;	
}

.advin-clanek img {
	position: relative;
	float: left;	
	margin-right: 10px;
}

.advin-clanek .podrobnosti {
	margin: 10px 0;	
}
.nakupuje	{
	height: 57px;
	width: 248px;
	border: solid 1px #90b1c6;
	border-radius:10px;
	background-color: #e8eff4;
	background-image:url(../images/prave-nakupuje.png);
	background-repeat:no-repeat;
}
.nakupuje p	{
	color: #5d79a5;
	padding: 10px 0 0 80px;
}
.chat	{
	position:fixed;
	bottom: -3px;
	right: 0;
}


.sleva-kod label{
   position: relative;
   padding-right: 2px;
   top: 2px;
}
.sleva-kod-item {
    vertical-align: middle;
    padding-right: 16px;
}
.sleva-kod-item.last {
    padding-right: 0;
}
.sleva-kod-inp {
    display: inline-block;
    margin-top: 2px;
    padding: 2px;
    border: 1px solid #0099ff;
    width: 170px;
    vertical-align: middle;
}
.sleva-kod .submit, .button.disabled {
    display: inline-block;
    padding: 6px 10px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3x; 
    border-radius: 3px;
    touch-action: manipulation;
    color: #fff;
    background-size: 100% 200%;
    background-position: 0 0;
    transition: background-position .1s linear;
}

.sleva-kod .submit:hover, .button.disabled:hover {
    background-position: 0 60%;
}
.sleva-kod .submit:active, .button.disabled:active {
    background-position: 0 100%;
}

.sleva-kod .submit.activate {
    border-top-color: #b2d50a;
    -webkit-box-shadow:  inset 0px 1px 0px 0px #dfee99;
    -moz-box-shadow: inset 0px 1px 0px 0px #dfee99;
    box-shadow:  inset 0px 1px 0px 0px #dfee99;
    background-color: #afd409;
    background-image: -moz-linear-gradient(top, #afd409 0%, #55a301 100%);
    background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #afd409), color-stop(100%, #55a301));
    background-image: -webkit-linear-gradient(top, #afd409 0%, #55a301 100%);
    background-image: -o-linear-gradient(top, #afd409 0%, #55a301 100%);
    background-image: -ms-linear-gradient(top, #afd409 0%, #55a301 100%);
    background-image: linear-gradient(to bottom, #afd409 0%, #55a301 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd409', endColorstr='#55a301', GradientType=0 );
}

.sleva-kod .submit.deactivate {
    border-top-color: #f44236;
    -webkit-box-shadow:  inset 0px 1px 0px 0px #FFCDD2;
    -moz-box-shadow: inset 0px 1px 0px 0px #FFCDD2;
    box-shadow:  inset 0px 1px 0px 0px #FFCDD2;
    background-color: #f44236;
    background-image: -moz-linear-gradient(top, #f44236 0%, #c62828 100%);
    background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #f44236), color-stop(100%, #c62828));
    background-image: -webkit-linear-gradient(top, #f44236 0%, #c62828 100%);
    background-image: -o-linear-gradient(top, #f44236 0%, #c62828 100%);
    background-image: -ms-linear-gradient(top, #f44236 0%, #c62828 100%);
    background-image: linear-gradient(to bottom, #f44236 0%, #c62828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f44236', endColorstr='#c62828', GradientType=0 );
}

.sleva-kod .submit.disabled, .button.disabled {
    cursor: not-allowed;
    color: #9A9A9A;
    border-top-color: #f9f9f9;
    -webkit-box-shadow:  inset 0px 1px 0px 0px #FFF;
    -moz-box-shadow: inset 0px 1px 0px 0px #FFF;
    box-shadow:  inset 0px 1px 0px 0px #FFF;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e0e0e0));
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e0e0e0', GradientType=0 );
}


.usetrite {
    position: relative;
    width: 75%;
    margin: 20px auto;
    text-align: center;
    font-size: 120%;
    border: 1px solid #ddd;
    padding: 20px;
}
.usetrite-header {
    margin: 10px 0 20px;
}
.usetrite-price {
    color: #f44236;
    margin: 20px 0;
    font-size: 110%;
    
}
.usetrite-desc {
    font-size: 90%;
    letter-spacing: 0.025em;
}

.usetrite-img {
    position: absolute;
    top: 10px;
    right: 5%;
}