@charset "utf-8";
/***** zakladni nastaveni *****/
#main_wrap {
	margin: 0 auto;
	width: 1000px;
	background-color: #000;
}
#main_holder {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
}
#header {
	background: url("../images/hbg/head_0.jpg") no-repeat 0 0;
	height: 210px;
	left: 5px;
	position: absolute;
	top: 0;
	width: 990px;
}
.headerBG5 #header {
	background-image: url("../images/hbg/head_5.jpg");
}
.headerBG4 #header {
	background-image: url("../images/hbg/head_4.jpg");
}
.headerBG3 #header {
	background-image: url("../images/hbg/head_3.jpg");
}
.headerBG10 #header {
	background-image: url("../images/hbg/head_10.jpg");
}
.headerBG11 #header {
	background-image: url("../images/hbg/head_11.jpg");
}
.headerBG12 #header {
	background-image: url("../images/hbg/head_12.jpg");
}
.headerBG13 #header {
	background-image: url("../images/hbg/head_13.jpg");
}
.headerBG15 #header {
	background-image: url("../images/hbg/head_15.jpg");
}
.headerBG20 #header {
	background-image: url("../images/hbg/head_20.jpg");
}
#header #linka {
	position: absolute;
	left: -5px;
	bottom: 0;
	width: 1000px;
	background-color: #fff;
	height: 5px;
}
#header #linka div {
	height: 5px;
	background-color: #000;
	border-radius: 0 0 5px 5px;
}
#header_spacer {
    height: 210px;
}
#footer {
    clear: both;
}
/*#content_in, #right_in, #left_in, #header_in, #footer_in {
    overflow: hidden;
}*/
#content {
    min-height: 400px;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}
#left {
	position: relative;
    min-height: 400px;
    width: 155px;
    overflow: hidden;

    float: left;
    left: -155px;
    margin-left: -100%;
}
#right {
	position: relative;
    width: 155px;
    float: left;
    margin-right: -155px;
    overflow: hidden;
    min-height: 400px;
}
#left #left_in,
#right #right_in {
	padding: 0 5px;
}
#content #content_in {
    margin: 0 20px;
    padding: 20px 0;
}
#holder {
	background-color: #FFFFFF;
    padding: 5px 0;
}
#holder #holder_in {
	background: url("../images/sraf-bg.jpg") repeat-y;
	padding: 0 155px;
}
/*  ------------------------------------------------------------------- */

#header #logo {
	position: absolute;
	left: 25px;
	top: 45px;
	width: 200px;
}
#header #slogan {
	position: absolute;
	top: 62px;
	right: 20px;
	color: #7f7f7f;
	font-size: 16px;
}
/*.h1h1 {
	margin-bottom: 10px;
}
.h1h1 h1 {
	color: #0B57AC;
	font-size: 2.5em;
}
#navigation_bar {
    position: absolute;
    top: -210px;
    left: -150px;
    z-index: 1;
}
.homepage .h1h1 {
	left: -800px;
    position: absolute;
    top: -800px;
    z-index: 100;
}*/
.homepage #header,
.homepage #header_spacer {
	height: 495px;

}
h1.h1 {
	position: absolute;
	top: -207px;
	left: -150px;
	z-index: 1;
	color: #999999;
    font-size: 10px;
    font-weight: normal;
}
.homepage h1.h1 {
	top: -492px;
}
#navigation_bar {
	margin-bottom: 10px;
	display: none;
}

.js_banner {
	width: 758px;
	height: 236px;
	/*border: 1px solid #666666;*/
	margin-bottom: 20px;
	background-color: #666;
}

.product_list .js_banner {
	margin-left: -20px;
	margin-top: -20px;
	background: transparent;
	width: 687px;
	height: 280px;
	position: relative;
}

/* ####################################################### */

#left,
#left h2,
#right,
#right h2 {
	font-size: 11px;
}
#left ul,
#right ul {
	margin: 0;
	padding: 0;
}
#left ul li,
#right ul li {
	list-style: none;
}

.menuTitle {
	background: url("../images/top-boxes.jpg");
	height: 44px;
	font-weight: normal;
	color: #fff;
}
.menuTitle span {
	display: block;
	padding: 9px 0 0 20px;
}
.menu {
	background-color: #DBDDDC;
	padding: 0 10px 15px;
	border-radius: 0 0 6px 6px;
	margin-bottom: 10px;
}
#left .menu li {
	line-height: 16px;
	padding: 5px 0;
	background: url('../images/sortline.jpg') no-repeat 0 100%;
	font-weight: bold;
}
#right .menu li {
	line-height: 16px;
	padding: 0 0 3px;
}
.menu li a,
.menu li a:visited {
	color: #333333;
}
.menu li.active a,
.menu li a:hover {
	color: #F60;
}

#left .special {
	height: 32px;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}
#left .special a {
	display: block;
	padding: 11px 5px 15px 35px;
}
#left .special a,
#left .special a:visited {
	color: #333;
}
#left .special a:hover {
	color: #f60;
}
#left .special span {
	color: #FF6600;
}
#left .special .set {
	background: url('../images/sety.jpg') no-repeat;
}
#left .special .sale {
	background: url('../images/akce.jpg') no-repeat;
}
#left .special .news {
	background: url('../images/news.jpg') no-repeat;
}
#left .special .set:hover {
	background-image: url('../images/sety-over.jpg');
}
#left .special .sale:hover {
	background-image: url('../images/akce-over.jpg');
}
#left .special .news:hover {
	background-image: url('../images/news-over.jpg');
}


/* ####################################################### */

#footer,
#footer a,
#footer a:visited {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #f60;
}

#footer p {
	margin: 0;
}

#footer {
	padding: 10px 5px;
	font-size: 10px;
}
#footer ul {
	margin: 0;
	padding: 0;
	width: 155px;
}
#footer li {
	list-style: none;
}
#footer .main {
	padding-left: 10px;
	float: left;
}
#footer .title {
	font-size: 11px;
	padding-bottom: 12px;
	font-weight: bold;
	color: #666;
	display: block;
}
#footer .copyright {
	height: 44px;
	position: relative;
	text-align: left;
	background: url('../images/lista-under.jpg') no-repeat;
	font-size:10px;
	padding-top:5px;
}
#footer .copyright .copyrighttext {
	padding-top: 5px;
	padding-left: 10px;
	width: 400px;
	height: 19px;
	float: left;
}

#footer .copyright .socsite {padding-top:0px; padding-right:10px; width:400px; height:20px; float:right; text-align:right;}
#footer .copyright .socsite p {float:right; padding-top:5px;}
#footer .copyright .socsite img {float:right; padding-left:4px; padding-top:3px;}

/* ####################################################### */

.premiumBox {
	margin-bottom: 12px;
}
.premiumBox .premium {
	float: left;
    margin: 12px 2px 4px;
    width: 123px;
}
.premiumBox .aimg,
.premiumBox .aimg_in {
	width: 123px;
	height: 85px;
}
/*.premiumBox .aimg {
	background: url('../images/musterXT.jpg') no-repeat 0 0;
}*/
.premiumBox .name {
	display: block;
	height: 26px;
    padding-top: 3px;
}
.premiumBox a,
.premiumBox a:visited {
	color: #999;
}
.premiumBox a:hover {
	color: #f60;
}

/* ####################################################### */

.homepage .js_banner {
	height: 280px;
	position: absolute;
	left: -150px;
	top: -295px;
	width: 687px;
	margin: 0;
}
.homepage .hpPromo {
	position: absolute;
	top: -295px;
	right: -150px;
	width: 295px;
	height: 282px;
	overflow: hidden;
}

/* ####################################################### */

#menutop {
	width: 990px;
	height: 38px;
	position: absolute;
	left: 0;
	top: 120px;
	color: #fff;
	background: url('../images/main_menu.jpg') 0 0 no-repeat #000;
	font-size: 11px;
}
#menutop ul {
	margin: 0;
	padding: 0 0 0 8px;
}
#menutop li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#menutop h2 {
	font-size: 11px;
}
#menutop a {
  background: url('../images/main_menu_i.jpg') 100% 0 no-repeat;
  margin: 0;
  display: block;
  text-align: left;
  color: #fff;
  line-height: 38px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 7px;
  text-transform: uppercase;
}

#menutop .active a,
#menutop a:hover {
	color: #F60;
}
#right .cart {
	color: #333;
}
#right .cart .polozek {
	float: left;
}
#right .cart .price {
	float: right;
}
#right .cart a {
	display: block;
	margin: 15px 10px;
	background: url('../images/kosik.png') no-repeat;
	padding-left: 30px;
	height: 20px;
	line-height: 20px;
}
#right .cart a,
#right .cart a:visited {
	color: #FF6600;
}
#right .cart a:hover {
	color: #999;
}

#right .login {
	width: 107px;
	margin: 0 auto;
	font-size: 10px;
}
#right .login a,
#right .login a:visited {
	color: #FF6600;
}
#right .login a:hover {
	color: #999;
}
#right .login .logIn {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
}
#right .login .loggedIn {
	font-size: 12px;
	display: inline-block;
	margin-bottom: 10px;
	color: #000;
}
#right .login .logOut {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
}

#right .promo_block {
	background-color: #fff;
	margin-bottom: 10px;
}

/* ####################################################### */

#header .lista {
	background: url("../images/lista-under.jpg") no-repeat scroll 0 0 transparent;
	color: #999;
	height: 44px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 163px;
}
#header .lista #search {
	text-align: right;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 300px;
}
#header .lista #search .search_text {
    background: url("../images/hledej-img.jpg") no-repeat;
    border: medium none;
    color: #666;
    font-size: 11px;
    height: 20px;
    line-height: 12px;
    width: 160px;
    text-indent: 5px;
    vertical-align: middle;
}
#header .lista #search .button {
	background: url("../images/hledej-img.jpg") no-repeat 100% 50%;
	border: medium none;
	width: 40px;
	margin-left: -42px;
	vertical-align: middle;
}
#header .lista #search .tip {
	display: block;
	position: absolute;
	right: 175px;
	top: 5px;
	width: 130px;
	font-size: 10px;
	color: #666;
}
#header .lista #search .tip:hover {
	color: #f60;
}
#header .staticPages {
	position: absolute;
	right: 5px;
	width: 450px;
	top: 10px;
	font-size: 11px;
	text-align: right;
}
#header .staticPages a:nth-last-child(2) {margin-left: 15px;}

#header .staticPages a,
#header .staticPages a:visited {
	color: #999;
}
#header .staticPages a:hover {
	color: #f60;
}
#header .staticPages .even {
	font-weight: bold;
}

/* ####################################################### */
/*
	B2C produkty
*/
.productB2CBox {
	color: #000;
	margin-bottom: 12px;
}
.productB2CBox .product {
	padding: 20px 190px 5px 150px;
	border-bottom: 1px solid #CCCCCC;
}
.productB2CBox .product .pc {
	float: left;
	position: relative;
	width: 100%;
	font-size: 11px;
}
.productB2CBox .product .pl {
	position: relative;
	float: left;
    left: -150px;
    margin-left: -100%;
    width: 150px;
}
.productB2CBox .product .pr {
	float: left;
    margin-right: -190px;
    width: 190px;
    overflow: hidden;
}
.productB2CBox .product .pl .img {
	display: block;
	width: 150px;
	text-align: center;
	position: relative;
}
.productB2CBox .product .pl .sleva {
	position: absolute;
	right: -15px;
	bottom: 0;
}
.productB2CBox .product .pl .akce {
	position: absolute;
	left: -10px;
	top: -10px;
}
.productB2CBox .product .pc .pcIn {
	padding: 0 5px 0 20px;
}
.productB2CBox .product .pc h3 {
	font-size: 14px;
	padding-bottom: 10px;
}
.productB2CBox .product .pc a,
.productB2CBox .product .pc a:visited {
	color: #000;
}
.productB2CBox .product .pc a:hover {
	color: #f60;
}
.productB2CBox .product .pc p {
	margin: 0;
}
.productB2CBox .product .pc .msg {
	color: #6F6F6F;
	padding-top: 10px;
}
.productB2CBox .product .pr .priceBox {
	float: right;
	font-size: 10px;
    text-align: right;
    width: 95px;
}
.productB2CBox .product .pr .priceBox .price {
	font-size: 16px;
	color: #c00;
}
.productB2CBox .product .pr .formBox {
	float: left;
    width: 85px;
}
.productB2CBox .product .pr .ic,
.detailBox .ic {
	border: 1px solid #CCC;
    font-size: 10px;
    padding: 4px 0 2px;
    text-align: center;
    width: 20px;
}
.productB2CBox .product .pr .box1 {
	height: 35px;
}
.productB2CBox .product .pr .box2 {
	height: 20px;
	font-weight: bold;
}
.productB2CBox .product .pr .box3 {
	height: 20px;
}
.productB2CBox .product .pr .box2 .l {
	float: left;
	color: #999;
}
.productB2CBox .product .pr .box2 .r {
	float: right;
	color: #CC0000;
	font-size: 16px;
}
.productB2CBox .product .pr .box3 .l {
	float: left;
	color: #fff;
	width: 150px;
	background: url('../images/skladem.jpg') no-repeat #909090;
	height: 20px;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
}
.productB2CBox .product .pr .box3 .r {
	float: right;
	width: 40px;
}
.productB2CBox .product .pr .info {
	font-size: 10px;
	text-align: right;
	padding-top: 4px;
}

/* ###################################################### */

.buyButton {
	padding: 2px;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: #eeeeee;
	font-size: 10px;
	background: linear-gradient(#fefefe, #ccc);
}
.buyButton:hover {
	background: linear-gradient(#ccc, #fefefe);
}

/* ###################################################### */

.producerBox {
	margin-bottom: 12px;
}
.producerBox table {
	width: 100%;
}
.producerBox table td {
	width: 25%;
}
.producerBox a,
.producerBox a:visited,
.producerBox .active strong {
	color: #000;
}
.producerBox .gray a,
.producerBox .gray a:visited {
	color: #999;
}
.producerBox .active a {
	font-weight: bold;
}
.producerBox .active a,
.producerBox .active a:visited,
.producerBox .gray a:hover {
	color: #FF6600;
}

/* ###################################################### */

.navigator {
	margin-bottom: 12px;
	font-size: 10px;
	padding: 10px 5px;
	background-color: #E8E8E8;
	border-radius: 3px 3px 3px 0;
	color: #000;
}
.navigator .firstLine {
	margin-bottom: 12px;
}
.navigator .firstLine span {
	display: inline-block;
	width: 160px;
}
.navigator .secondLine span,
.navigator .secondLine a,
.navigator .secondLine a:visited {
	display: inline-block;
	vertical-align: middle;
    padding: 3px 6px 1px;
    font-weight: bold;
    color: #000;
}
.navigator .secondLine span {
	background: none repeat scroll 0 0 #FF6600;
    color: #FFFFFF;
}

/* ###################################################### */

.navig_top {
	position: relative;
}
.navig_top fieldset {
	color: #000;
	font-size: 10px;
	position: absolute;
	width: 300px;
	right: 5px;
	top: 7px;
}

/* ###################################################### */

.premiumBox h3,
.producerBox h3 {
	background-color: #E8E8E8;
	border-radius: 3px 3px 3px 0;
	padding: 7px 5px;
	color: #333333;
	font-weight: normal;
	font-size: 10px;
}

/* ###################################################### */

.detailBox {
	width: 650px;
}

.detailBox .leftBox {
	float: left;
	width: 380px;
}
.detailBox .leftBox .icons{
	position: absolute;
}
.detailBox .rightBox {
	float: right;
	width: 265px;
	color: #000;
}
.detailTextBox .small {
	font-weight: bold;
	margin-top: 0;
}
.detailTextBox .ghost {
	color: #6F6F6F;
	margin-bottom: 0;
}
.detailBox .rightBox table {
	width: 100%;
}
.detailBox .rightBox a,
.detailBox .rightBox a:visited {
	color: #000;
}
.detailBox .rightBox a:hover {
	color: #f60;
}
.detailBox .rightBox table td {
	text-align: right;
	vertical-align: top;
	padding: 0;
}
.detailBox .rightBox table tr td:first-child {
	text-align: left;
	vertical-align: middle;
}

.detailBox .rightBox .tbl1 td,
.detailBox .rightBox .tbl2 td,
.detailBox .rightBox .tbl3 .col1 {
	padding: 4px 10px 0;
}
.detailBox .rightBox .tbl0 {
	margin-bottom: 10px;
}
.detailBox .rightBox .tbl0 tr:first-child td {
	padding-bottom: 5px;
}
.detailBox .rightBox .tbl1 {
	border-radius: 3px;
	background-color: #CBCBCB;
	margin-bottom: 2px;
}
.detailBox .rightBox .tbl1 td {
	padding-bottom: 4px;
}
.detailBox .rightBox .tbl2 a {
	font-size: 9px;
	font-weight: bold;
}
.detailBox .rightBox .tbl3 .col1 {
	/*background: url('../images/skladem-produkt.jpg') no-reepat;*/
	background: url('../images/skladem-produkt.jpg') no-repeat;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 0;
}
.detailBox .rightBox .tbl3 .col2 {
	width: 40px;
}

.detailBox .rightBox .cBox {
	margin-bottom: 2px;
	border-radius: 3px;
	background-color: #E5E5E5;
	padding: 8px 0;
}
.detailBox .rightBox .price {
	font-size: 20px;
	color: #c00;
}
.detailBox .rightBox .sleva {
	font-size: 16px;
	color: #c00;
}
.detailBox .rightBox .gText {
	color: #333333;
}
.detailBox .rightBox .fS10px {
	text-align: right;
	padding: 2px 0;
}
.detailBox .rightBox fieldset {
	text-align: right;
	padding: 4px 0;
}
.detailBox .detail_img .aimg,
.detailBox .detail_img .aimg_in {
	width: 380px;
	height: 220px;
}
.detailBox .icons img {
	vertical-align: middle;
}
.detailBox .vyrobce {
	margin-bottom: 10px;
}
.detailBox .vyrobce img {
	margin-right: 20px;
}
.detailBox .vyrobce a {
	vertical-align: top;
}

/* ###################################################### */

.detailTextBox {
	color: #000;
	padding-top: 30px;
}
.detailTextBox .rightBox {
	float: right;
	width: 195px;
}
.detailTextBox .rightBoxIn {
	padding-left: 30px;
}
.detailTextBox .rightBox .iconobal {
    color: #333333;
    float: left;
    height: auto;
    padding-bottom: 10px;
    width: 165px;
}
.detailTextBox .rightBox .iconobal img {
	float: left;
}
.detailTextBox .rightBox .iconobal .iconobal-text {
    float: right;
    height: auto;
    padding-top: 4px;
    width: 135px;
}
/* ###################################################### */

#header .lista .brands {
	width: 600px;
	overflow: hidden;
	margin-left: 10px;
	line-height: 44px;
}
#header .lista .brands span {
	float: left;
	color: #666666;
	font-size: 10px;
	padding-right: 5px;
}
#header .lista .brands ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 530px;
	height: 44px;
	overflow: hidden;
}
#header .lista .brands li {
	list-style: none;
	float: left;
}

/* ###################################################### */

#left .brands {
	background-color: #DBDDDC;
	padding: 0 10px 15px;
	border-radius: 0 0 6px 6px;
	margin-bottom: 10px;
	overflow: hidden;
}
#left .brands table {
	width: 100%;
}
#left .brands td {
	padding: 3px 0;
}
#left .brands,
#left .brands a,
#left .brands a:visited {
	color: #333333;
}
#left .brands a:hover {
	color: #f60;
}

/* ###################################################### */

.static_page .staticContent {
	color: #333;
}
.static_page .staticContent h3 {
    width: 100%;
    height: 28px;
    font-size: 14px;
    color: #000000;
    padding-left: 5px;
    padding-top: 4px;
    background-color: #e8e8e8;
    border-radius: 6px;
}
.static_page .staticContent h4 {
    background: url("../images/odrazka_sipka.gif") no-repeat;
    font-size: 13px;
    color: #FF8400;
    font-weight: bold;
    padding-left: 20px;
}

/* ###################################################### */

.formBox {
	color: #000;
	font-size: 11px;
	margin-top: 10px;
}
.formBox .table {
	width: 100%;
	border-radius: 3px;
	background-color: #E8E8E8;
	padding: 7px;
	margin-bottom: 7px;
}
.formBox table {
	width: 100%;
}
.formBox td {
	padding: 3px;
}
.formBox .fic {
	width: 200px;
}
.formBox .in_te {
	width: 70%;
	border: 1px solid #aaa;
	padding: 2px 3px;
}
.formBox .in_tea {
	border: 1px solid #aaa;
	width: 98%;
}
.formBox .send {
	text-align: center;
}
.formBox .big {
	color: #333333;
    font-size: 15px;
    font-weight: bold;
}

.send_link .formBox .gray {
	background-color: #E8E8E8;
	padding: 10px 0;
	margin-bottom: 10px;
}

/* ###################################################### */

/*.product_detail #content h2 {
    padding-bottom: 15px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}*/
.product_detail #content h3,
h3.arr {
	background: url("../images/h3_bg.jpg") no-repeat;
	font-size: 11px;
	height: 16px;
	margin: 20px 0 0;
	padding: 3px 0 10px 25px;
}
.product_detail #content .box {
	border: 1px solid #CCCCCC;
    padding: 15px 0 15px 15px;
}
.product_detail #content .box .youtube {
	text-align: center;
	margin: 5px 10px;
}

/* ###################################################### */

#header .mstaff {
	position: absolute;
	right: 0;
	top: 25px;
	width: 600px;
	background-color: #BCBCBC;
	border: 1px solid #333333;
	overflow: hidden;
	padding: 5px;
	text-align: left;
	z-index: 99999;
}
#header .naseptavac {
	height: 400px;
	overflow-y: auto;
	background-color: #fff;
}
#header .naseptavac .even {
	background-color: #eee;
}
#header .naseptavac a {
	display: block;
	height: 70px;
	overflow: hidden;
	color: #000;
	font-weight: bold;
}
#header .naseptavac a:hover {
	background-color: #0A246A;
	color: #fff;
}
#header .naseptavac a span {
	padding: 2px 5px;
}
#header .naseptavac img {
	vertical-align: top;
	margin-right: 10px;
}

/* ###################################################### */

.diskuze-item,
.diskuze-pridat {
    background: #F3F3F3;
    border: 1px solid #CCCCCC;
    margin: 10px 0 0;
    padding: 10px;
    color: #333333;
}
.diskuze-pridat {
	margin-top: 20px;
}
.diskuze-pridat p {
    padding: 10px 0 5px;
    margin: 0;
}
.diskuze-pridat .right {
	text-align: right;
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
}
.diskuze-pridat .right input {
	border: 1px solid #ff987f;
	border-radius: 3px;
	font-size: 10px;
    padding: 2px;
    background: #ffece6;
	background: linear-gradient(#ffece6, #ff987f);
}
.diskuze-pridat .right input:hover {
	background: linear-gradient(#ff987f, #ffece6);
}
.diskuze-pridat .hodnoceni-discussion {
	font-size: 10px;
	float: left;
	text-align: center;
	margin: 0 0 10px;
	padding: 0 3px;
}
.diskuze-pridat .hodnoceni-radio input {
	margin-left: 0;
	margin-right: 0;
}
.diskuze-pridat .in_te {
	color: #000000;
    height: 20px;
    padding: 3px 3px 0;
    width: 300px;
}
.diskuze-pridat .in_tea {
	color: #000000;
    height: 200px;
    padding: 3px 3px 0;
    width: 620px;
}
.diskuze-item .foto {
	float: left;
	margin-right: 10px;
}
.diskuze-item p {
	clear: left;
	margin: 0;
	padding: 12px 3px;
	color: #000;
}
.diskuze-item .diskuze-hodnoceni-jedinec {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #666666;
    padding: 5px;
}

/* ###################################################### */

.hMBox {
	color: #000;
	padding: 10px;
}
.hMBox .lBox {
	width: 310px;
	float: left;
}
.hMBox .rBox {
	width: 310px;
	float: right;
}
.hMBox table {
	width: 100%;
	border-collapse: separate;
}
.hMBox td {
	padding: 3px;
}
.hMBox th {
	text-align: left;
	padding: 3px;
	height: 30px;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
}
.hMBox .fCol {
	width: 30%;
	height: 31px;
	vertical-align: bottom;
	background-color: #F2F2F2;
}
.hMBox .in_te {
	font-size: 11px;
	padding: 2px;
	border: 1px solid #ccc;
	width: 196px;
}
.hMBox input.w1 {
	width: 36px;
}
.hMBox input.w2 {
	width: 146px;
}
.hMBox .info {
	color: #555;
	padding-top: 10px;
}
.hMBox .bad_input {
	color: #A10000;
	font-weight: bold;
}


/* ###################################################### */

.cartTable {
	width: 650px;
	color: #000;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	border-radius: 6px;
	border-collapse: separate;
	border-right: 4px solid #f2f2f2;
	border-bottom: 4px solid #f2f2f2;
}

.cartTable th {
	padding: 16px 0 16px 4px;
	font-weight: normal;
	text-align: center;
	background-color: #f2f2f2;
	color: #bbb;
	font-size: 13px;
}
.cartTable th:first-child {
	padding-left: 0;
}
.cartTable th span {
	display: block;	
	height: 100%;
}
.cartTable td {
	padding: 8px 8px 10px;	
	vertical-align: top;
	background: #fff;
}
.cartTable td.nopadding {
	padding: 0 0 10px;
	background: none;
}
.cartTable .price {
	text-align: right;
	vertical-align: middle;
}
.cartTable .button {
	background: url('../images/cart/ikona-kosik-aktualizovat.png');
	width: 18px;
	height: 21px;
	border: 0 none;
	margin-top: 9px;
	margin-right: 8px;
}

.cartTable .button + .h_link {
	display: inline-block;
	vertical-align: middle;
	margin-top: 1px;
}

.cartTable .in_te {
	font-size: 11px;
	width: 16px;
	padding: 0;
	text-align: center;
	margin-bottom: 2px;
}
.cartTable .in_te_count {
	font-size: 13px;
	width: 65px;
	padding: 0;
	text-align: center;
	border: none;
	height: 27px;
}
.cartTable .mTop {
	display: block;
	margin-top: 5px;
}
.cGrayBox {
	background-color: #f2f2f2;
	padding: 10px;
	width: 630px;
	border-radius: 6px;
	font-size: 11px;
	margin-bottom: 10px;
	color: #333333;
}
.cGrayBox h3 {
	margin-bottom: 5px;
}
.cGrayBox h3.coupon {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}
.cGrayBox h3.hdp {	
	font-size: 16px;
	font-weight: bold;	
}
.cGrayBox h3.region {	
	display: inline-block;
	margin-right: 10px;
}
.cGrayBox .in_tea {
	width: 624px;
	border: 1px solid #e6e6e6;
}
.cGrayBox input.cint {
	border: none;
	height: 20px;	
}
.cGrayBox .whiteBox {
	padding: 10px 0;
}
.cGrayBox .udaje input.in_te {
	padding: 5px 2px;
	border: 1px solid #e6e6e6;
	width: 250px;	
}
.cGrayBox .udaje td {
	padding: 8px;	
}
.cGrayBox .udaje td.rt2 {
	padding: 8px 8px 8px 10px;
}
.cGrayBox .whiteBox #id_login,
.cGrayBox .whiteBox #id_password {
	border: 1px solid #e6e6e6;
	width: 233px;
	margin-right: 20px;
	padding: 5px 2px;
}
.cGrayBox .whiteBox .dulej a {
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}
.totalPrice {
	font-weight: bold;
	text-align: right;
	color: #888;
}
.totalPrice strong {
	font-size: 25px;
	color: #ca0000;
	margin: 0 5px 0 10px;
	vertical-align: middle;
}
.cartStep {
	background-color: #E8E8E8;
	padding: 7px 5px;
	border-radius: 3px 0;
	font-size: 15px;
	margin-bottom: 15px;
}
.deliveryTable {
	width: 100%;
	color: #000;
	margin-bottom: 20px;
}
.deliveryTable td {
	vertical-align: top;
	padding: 5px 0 0;
}
.deliveryTable .i1 {
	padding-right: 10px;
}
.deliveryTable .i3 {
	width: 150px;
	padding-left: 10px;
	text-align: right;
}
.cartLinks a,
.cartLinks input {
	display: inline-block;
	width: 138px;
	height: 53px;	
	line-height: 53px;
	color: #fff;
	font-size: 16px;
	border: none;
	cursor: pointer;
}
.cartLinks input {
	width: 158px;
}
.cartLinks a.buttl,
.cartLinks input.buttl {
	float: left;
	background: url('../images/cart/button-kosik-krok-prev.png') no-repeat 50% 0;
	text-align: right;
	padding: 0 20px 0 0;
	color: #333333;
}
.cartLinks a.buttr,
.cartLinks input.buttr {
	float: right;
	background: url('../images/cart/button-kosik-krok-next.png') no-repeat 50% 0;
	text-align: left;
	padding: 0 0 0 20px;
}
.cartPipe {
	margin-bottom: 20px;
	margin-left: -6px;
}
.cartPipe ol {
	margin: 0;
	padding: 0;
}
.cartPipe li {
	float: left;	
	list-style: none;
	text-align: left;
	background: url('../images/cart/button-kosik-krok.png') no-repeat 50% 0;
	display: block;
	width: 158px;
	height: 53px;
	margin-left: 6px;
	line-height: 53px;
	position: relative;
}
.cartPipe li.active {
	background: url('../images/cart/button-kosik-krok-vybrany.png') no-repeat 50% 0;
}
.cartPipe a,
.cartPipe span {
	font-size: 16px;
	padding-left: 16px;
	color: #fff;
	display: block;
	width: 158px;
	height: 53px;
}
.cartPipe li.ok a,
.cartPipe li.ok span {
	background: url('../images/cart/ikona-kosik-krok-okay.png') no-repeat 76% 50%;
}
.buttcoupon {
	display: inline-block;
	width: 75px;
	height: 26px;
	background: url('../images/cart/button-kosik-maly.png') no-repeat 50% 0;
	border: none;
	color: #fff;
	margin-left: 10px;
}
.buttcartlogin {
	display: inline-block;
	width: 75px;
	height: 26px;
	background: url('../images/cart/button-kosik-maly.png') no-repeat 50% 0;
	border: none;
	color: #fff;
	margin-left: 10px;
}
.buttnote {
	display: inline-block;
	width: 240px;
	height: 30px;
	background: #000;
	border: none;
	color: #fff;
	border-radius: 5px;
	margin-top: 8px;
}

/* ###################################################### */

/***** OBJEDNAVKA *****/
.order-detail {
	padding: 0;
	margin: 0 0 20px;
	color: #000;
}
.order-detail .aright {
	text-align: right;
	white-space: nowrap;
}
.order-detail p.row {
    margin: 0 0 3px;
    padding: 0;
}
.order-detail-head {
	border: 2px solid #404040;
	padding: 8px 12px;
	margin-bottom: 8px;
}
.order-detail-head .odhitem {
	float: left;
	width: 33%;
}
.order-detail-head .odhitem strong {
	font-size: 18px;
}
.order-detail-head .dodavatel {
	font-size: 18px;
}
.order-detail_in {
	padding: 8px 16px;
	margin-bottom: 8px;
}
.order-detail_in strong {
	display: block;
	margin-bottom: 8px;
}
.order-detail fieldset {
	padding: 0px 5px;
}
.order-detail-left {
	width: 50%;
	float: left;
}
.order-detail-right {
	margin: 0 0 0 50%;
}
.order-detail-item {
	border-top: 1px solid #000;
	padding-left: 5px;
}
.order-detail-item-table {
	clear: left;
	padding: 0;
	margin: 0;
}
.order-detail-item-table table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 11px;
}

.order-detail-item-table th {
	padding: 8px 4px;
	border-style: solid;
	border-color: #404040;
	border-width: 2px 0px;
}

.order-detail-item-table td, .order-detail-item-table th {
	padding: 8px 4px;
}
.order-detail-item-table {
	border-bottom: 2px solid #404040;
	padding-bottom: 4px;
	margin-bottom: 20px;
}
.order-detail p.row span {
	display: inline-block;
	width: 100px;
	padding: 0;
}
.order-detail-item .right {
	float: right;
	margin-right: 5px;
}
.order-detail-summary {
	margin-left: -5px;
	margin-right: 5px;
}
.order_pozn {
	clear: both;
	padding-top: 20px;
	font-size: 11px;
}
/***** END OBJEDNAVKA *****/

/* ###################################################### */

.loginTable {
	width: 50%;
	background-color: #F5F5F5;
    border: 1px solid #DADADA;
    padding: 5px 0;
    margin-bottom: 20px;
}
.loginTable table {
	width: 100%;
}
.loginTable td {
	padding: 5px 5px 0;
}
.loginTable .aright {
	text-align: right;
}
.loginTable input,
.loginTable,
.loginInfo {
	color: #000;
}
.loginTable .in_te {
	padding: 0;
}

/* ###################################################### */

h2.mh2 {
	color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
}

/* ###################################################### */
.gallery .aimg {
	float: left;
}
.gallery .aimg,
.gallery .aimg_in {
	width: 100px;
	height: 40px;
}

/* ###################################################### */

.cNavigationBar {
	margin-bottom: 10px;
}
.cNavigationBar strong {
	color: #000;
}
.cNavigationBar span {
	color: #FF6600;
}

/* ###################################################### */

.productNews .line {
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	height: 20px;
}
.productNews .product {
	color: #000000;
	float: left;
	padding: 20px 0 0 20px;
	width: 300px;
}
.productNews .product img {
	float: left;
	padding: 0 25px 25px 0;
}
.productNews .product h2 {
	font-size: 12px;
}
.productNews .product p {
	margin: 0;
	padding-bottom: 10px;
	line-height: 130%;
}
.productNews .product a,
.productNews .product a:visited {
	color: #000;
}
.productNews .product a:hover {
	color: #FF6600;
}
.productNews .product .date {
	color: #FF6600;
	font-size: 10px;
}

/* ###################################################### */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 695px; /*width of featured content slider*/
height: 285px;
background: transparent;
}

.sliderwrapper img {border:1px solid #666;}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0px;  /*leave as is*/
top: 0px;  /*leave as is*/
background: transparent;
width: 695px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 285px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 690px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: transparent;
margin-bottom: 10px;
font-size: 12px;
color: white;
}

.pagination a{
padding: 4px 6px 3px 6px;
text-decoration: none;
color: white;
background-color: #000;
border:1px solid #666;
}

.pagination a:hover, .pagination a.selected{
color: #f30;
background-color: #1F1F1F;
}

.tabsoobal
{
	width:690px;
	height:15px;
	position:absolute;
	bottom:12px;
	left:10px;
	z-index:9999;
	display:block;
}

/***** OBJEDNAVKA AT z MC *****/
.orderat .order-detail {
	margin: 0;
}
.orderat .order-detail legend {
    color: #4b4b4b;
    padding-top: 5px;
}
.orderat .order-detail fieldset {
	padding: 0px 5px;
}
.orderat .order-detail-left {
	width: 45%;
	float: left;
	padding-left: 5px;
}
.orderat .order-detail-right {	
	margin: 0 0 0 45%;
	padding-left: 5px;
	padding-bottom: 7px;
}
.orderat .order-detail-item {
	border-top: none;
	padding-left: 5px;
}
.orderat .order-detail-item-table {
	clear: left;
	padding: 0;
	margin: 0;
}
.orderat .order-detail-item-table table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 11px;
}

.fishtable {
	width: 650px;
	margin-left: -10px !important;
}

.fishtable td:first-child {
	padding-left: 20px !important;
}
.fishtable td:last-child {
	padding-right: 20px !important;
}

.fishtable tr:nth-child(3) td {
	padding-top: 20px !important;
}

.whitebordertop td {
	border-top: 3px solid #fff;
	padding-top: 20px !important;
}

.fishtable .bold {font-weight: bold;}

.whiteborder td {
	border-bottom: 3px solid #fff;
	padding-bottom: 15px !important;
}

.orderat .order-detail-item-table .first {
    border-left: none;
}
.orderat .order-detail-item-table .last {
    border-right: none;
}
.orderat .order-detail-item-table td, .order-detail-item-table th {
	padding-left: 3px;
}
.orderat .order-detail-item-table .fir td {
	border: 1px solid #000;
	border-bottom: none;
}
.orderat .order-detail-item-table .ser td {
	border: 1px solid #000;
	border-top: none;
}
.orderat .order-detail-item-table {
	border-bottom: 3px double #000;
	padding-bottom: 4px;
}
.orderat .order-detail-item-table td.right {
    text-align: right;
}
.orderat .order-detail-item-table .ser .born {
	border-right: none;
	border-left: none;
}
.orderat .order-detail p.row {
	margin: 0;
	clear: left;
}
.orderat .order-detail p.row span {
	display: block;
	width: 115px;
	padding: 0;
	float: left;
}
.orderat table.supertot {
	width: 60%;
	float: right;
	margin-top: 23px;
}
.orderat table.supertot td {
	padding: 5px 10px;
}
.orderat .supertotal td {
	border: 1px solid #000;
	font-size: 1.5em;
	font-weight: bold;
}
.orderat .alic {
	text-align:center !important;
}
.orderat .alir {
	text-align: right !important;
}
.orderat .order-summary {
	width: 98%;
	height: 10em;
	margin-bottom: 5px;
	border-top: 1px solid #000;
}
.orderat html>body .order-summary {
	width: 99%;
    min-height: 10em;
    height: auto;
}
.order-summary p.row {
    padding-left: 10px;
}
.orderat html>body .order-summary p.row {
    padding-left: 4px;
}
.orderat .order-detail-item .right {
	float: right;
	margin-right: 5px;
}
.orderat .order-detail-summary {
	margin-left: -5px;
	margin-right: 5px;
}
.orderat .fin_price {
	font-size: 1.1em;
}
.orderat .order_pozn {
	clear: both;
	padding-top: 20px;
	font-size: 11px;
}
/***** END OBJEDNAVKA *****/

/* ############# A5 COMPAT ############### */

tr.bad_input {
	background-color: #a72024 !important;
}

.not_unique_email {
	background-color: #d90000;
	display: none;
	font-size: 12px;
	line-height: 16px;
	padding: 14px;
	color: #fff;
	border-radius: 6px;
}

.profile_switch {
	font-size: 10px;
	color: #a6a6a6;
}

.profile_switch a {color: #a6a6a6 !important;}
.profile_switch a:hover {color: #f60 !important;}

