/* menu side override */
#sideLeft #menuCategory ul.depth0 {
	padding-bottom:17px;
}

/* menu 1 */
#sideLeft #menuCategory ul.menuEshCat1 > li > a {
	border-bottom:1px solid #b4cfe4;
	background-color:#e8f8fc;
}
/*active*/
#sideLeft #menuCategory > ul.menuEshCat1 > li.active > a {
	background-color:#00bfef;
	background-image:url(../../../../../../tpl/web/images/bg/submenuLi.png);
}
/* sub2 */
#sideLeft #menuCategory > ul.menuEshCat1 ul.depth2 {border-bottom:1px solid #b4cfe4;}

/* menu 2 */
#sideLeft #menuCategory ul.menuEshCat2 li a {
	color:#373737;
}
#sideLeft #menuCategory ul.menuEshCat2 > li > a {
	border-top:1px solid #a6c22e;
	border-bottom:1px solid #a6c22e;
	background-color:#b9dc25;
}
#sideLeft #menuCategory ul.menuEshCat2 > li > a:hover {
	background-color:#a6c22e;
}
/*active*/
#sideLeft #menuCategory > ul.menuEshCat2 > li.active > a {
	background-image:url(../../../../../../tpl/web/images/bg/submenuLi2.png);
}
#sideLeft #menuCategory > ul.menuEshCat2 > li.active > a:hover {
	background-color:#b9dc25;
}
#sideLeft #menuCategory > ul.menuEshCat2 li.active span {
	background-image:url(../../../../../../tpl/web/images/bg/submenuArrow2.png);
}
/* sub */
#sideLeft #menuCategory > ul.menuEshCat2 ul li a {
	background-color:#e9f4ba;
	background-image:url(../../../../../../tpl/web/images/bg/arrowGreen.png);
	border-color:#a6c22e;
}
#sideLeft #menuCategory > ul.menuEshCat2 ul li a:hover {
	background-color:#d7f267;
}
/* sub2 */
#sideLeft #menuCategory > ul.menuEshCat2 ul.depth2 {border-bottom:1px solid #a6c22e;}
#sideLeft #menuCategory > ul.menuEshCat2 ul ul li {background:#e9f4ba;}

/* menu 3 */
#sideLeft #menuCategory ul.menuRsrv li a {
	color:#373737;
}
#sideLeft #menuCategory ul.menuRsrv > li > a {
	border-top:1px solid #f0cb2e;
	border-bottom:1px solid #f0cb2e;
	background-color:#ffdd4e;
}
#sideLeft #menuCategory ul.menuRsrv > li > a:hover {
	background-color:#f0cb2e;
}
/*active*/
#sideLeft #menuCategory > ul.menuRsrv > li.active > a {
	background-image:url(../../../../../../tpl/web/images/bg/submenuLi3.png);
}
#sideLeft #menuCategory > ul.menuRsrv > li.active > a:hover {
	background-color:#f0cb2e;
}
#sideLeft #menuCategory > ul.menuRsrv li.active span {
	background-image:url(../../../../../../tpl/web/images/bg/submenuArrow3.png);
}
/* sub */
#sideLeft #menuCategory > ul.menuRsrv ul li a {
	background-color:#fff2be;
	background-image:url(../../../../../../tpl/web/images/bg/arrowYell.png);
	border-color:#f0cb2e;
}
#sideLeft #menuCategory > ul.menuRsrv ul li a:hover {
	background-color:#ffe161;
}
/*sub2*/
#sideLeft #menuCategory > ul.menuRsrv ul.depth2 {border-bottom:1px solid #f0cb2e;}
#sideLeft #menuCategory > ul.menuRsrv ul ul li {background:#ffdd4e;}

/* menu hide */
#sideLeft .hide-menu-on-side {
	display:none;
}

/* form wrap styles*/
.formWrap textarea, .formWrap input, .formWrap button, .formWrap select  {font-family:Arial, Helvetica, sans-serif; font-size:100%; color:#333;}
.formWrap button, .formWrap input[type="submit"] {cursor:pointer;}
.formWrap textarea, .formWrap input[type=text], .formWrap input[type=password] {
	padding:5px;
	border:1px solid #ccc;
	border-top-color:#bbb;
	border-radius:1px;
}
.formWrap select {
	width:200px; height:28px;
	padding:4px;
	border:1px solid #c5c5c5;
	border-radius:1px;
}
.formWrap textarea:focus, .formWrap input[type=text]:focus, .formWrap input[type=password]:focus, .formWrap select:focus {
	border-color:#eabb00;
	box-shadow:0 0 2px #eabb00;
}
.formWrap p {padding:0;}
.formWrap .submitBtn {
	display:block;
	width:90px;
	height:35px;
	color:#1b2100;
	background:#bfe328;
	border:2px solid #95b50d;
	font-weight:bold;
	text-shadow:0 1px 0 rgba(255,255,255,.3);
	border-radius:5px;
}
.formWrap .submitBtn:hover {
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,.3);;
	background:#95b50d;
}
.tableForm input[type=text],
.tableForm input[type=password],
.tableForm select {
	margin:3px 0;
	width:100%;
}
.tableForm .inputHolder {
	padding-right:12px;
}
.tableForm.inline td {padding:0 4px;}
.tableForm.inline .submitBtn {margin-top:0px; height:30px;}

/*buy button*/
.buyBtn {
	cursor:pointer;
	display:block;
	width:94px; height:38px;
	padding-left:22px;
	text-align:center;
	border:none;
	color:#002c58;
	font-size:15px;
	font-weight:bold;
	background:#c9e72e url(../images/button-buy.png) 0 0 no-repeat;
	overflow:hidden;
	white-space:nowrap;
	text-shadow:0 1px 0 #d8ff32;
}
.buyBtn:hover {
	background-color:#dcf540;
	background-position:0 bottom;
}

.buyBtnSmall {
	cursor:pointer;
	display:block;
	width:24px; height:24px;
	text-indent:24px;
	overflow:hidden; white-space:nowrap;
	border:none;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
	background:#ccc url(../images/button-buy-small.png) 0 0 no-repeat;
}
.buyBtnSmall:hover {
	background-color:#C00;
	background-position:0 bottom;
}

.jq_watchdogForm,
.buyBtnLarge {
	cursor:pointer;
	display:block;
	width:133px; height:37px;
	padding-bottom:2px;
	border:none;
	text-align:left;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background:#999 url(../images/button-buy-large.png) 0 0 no-repeat;
	text-align:center;
	text-shadow:-1px -1px 0 rgba(0,0,0,.2);
}
.jq_watchdogForm:hover,
.buyBtnLarge:hover {
	background-position:0 bottom;
}
/* delete button*/
.delBtn	{
	cursor:pointer;
	display:block;
	width:24px; height:22px;
	text-indent:24px;
	overflow:hidden; white-space:nowrap;
	border:none;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	background:#ccc url(../images/button-del.png) 0 0 no-repeat;
}
.delBtn:hover {
	background-color:#C00;
	background-position:0 bottom;
}
/* prev + next global button*/
.prevBtn,
.nextBtn,
button.nextBtn {
	cursor:pointer;
	display:block;
	background:#edf7fa url(../images/button-prevnext.png) 0 0 no-repeat;
	vertical-align:middle;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	overflow:hidden;
}
.prevBtn,
.prevBtn:hover {
	margin-top:8px;
	color:#0073ba;
	width:150px; height:33px;
	line-height:35px;
	padding-left:5px;
}
.prevBtn:hover {	background-position:0 bottom;}

.nextBtn,
button.nextBtn,
.nextBtn:hover {
	color:#002c58;
	padding-right:6px;
	width:185px; height:53px;
	line-height:55px;
	background-position:-155px 0;
	background-color:#c3e630;
	font-weight:bold;
}
.nextBtn:hover {	background-position:-155px bottom;}

button.nextBtn,
button.nextBtn:hover {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	border:none;
	width:191px;
}

/* CATEGORY LIST */
.catList {margin-bottom:10px;}

/*category list*/
.catListItem {
	width:160px;
	float:left;
	text-decoration:none;
	position:relative;
	margin:0 14px 15px 2px;
	border:1px solid #ccc;
	background:#fff;
	border-radius:3px;
}
.catListItemLast {}
.catListLabel {
	display:block;
	text-align:center;
	font-weight:bold;
	padding:10px 5px 5px;
}
.catListItem:hover a,
.catListLabel:hover {color:#003F7D}
.catListImg {
	display:block;
	width:150px; height:140px;
	line-height:136px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	text-align:center; vertical-align:middle;
}
.catListImg img {vertical-align:middle; max-height:140px;}
.catListBtn {
	position:absolute;
	right:16px;
	bottom:14px;
	width:21px;
	height:21px;
	background:url(../images/category-list-btn.png) 0 0 no-repeat;
	overflow:hidden;
}
.catListBtn:hover {background-position:0 bottom;}

/* PRODUCT LIST */

/* prodlist */
.prodList {}

/* label */
.prodListLabel {
	border:1px solid #c8dded;
	border-top-color:#a2b8ca;
	border-radius:5px;
	padding:.65em 1.2em .5em;
	margin:10px 20px 20px 0;
	background:#fff;
	background:rgba(255,255,255,0.8);
}
.prodListLabel h2 {
	margin:0;
	padding:0;
}

.prodListLabel .showAll {
	float:right;
	margin:10px 0 0;
	padding-right:10px;
	background:url(../images/arrow.png) right .3em no-repeat;
}
.prodListLabel .showAll:hover {color:#6AA00D; text-decoration:underline;}

/*--- Product item list ---*/
.prodListItem {
	float:left;
	position:relative;
	width:210px;
	padding:0;
	margin:0 11px 18px 11px;
	background:#e8f8fc;
}
.prodList.highlights .prodListItem {
	background: #FFF899;
}
.prodList.highlights .prodListItem .label {
	border-color: #FFE044;
}
.prodList.highlights .prodListItem .label a {
	color: #F10059;
}
.prodList.highlights .prodListItem > .center {
	border-color: #F6D044;
}
.prodList.highlights .prodListItem > .bottom {
	background-color: #F6EE88;
}

/*label*/
.prodListItem .label {
	text-align:center;
	height:21px;
	padding:20px 10px 19px;
	font-size:17px;
	line-height:21px; vertical-align:middle;
	border-bottom:1px solid #cbe3e9;
}

.prodListItem .label.twoline {
	height:42px;
	padding:10px 10px 8px;
}

.prodListItem .label a {
	color:#00bfef;
	text-decoration:none;
}
.prodListItem .label a:hover {
	color:#003F7D;
	text-decoration:underline;
}

.prodListItem > .center {
	padding:12px 0 14px;
	border-bottom:1px solid #a7d4de;
	position:relative;
}

/*img*/
.prodListItem .img {
	display:block;
	width:178px; height:100px;
	line-height:95px;
	vertical-align:middle;
	overflow:hidden;
	position:relative;
	text-align:center;
	text-decoration:none;
	background:#fff;
	margin:0 auto;
	border-right:1px solid #b3d7e0;
	border-bottom:1px solid #b3d7e0;
}
.prodListItem .img > img {
	max-height:100px;
	max-width:178px;
}

.prodListItem .img > img,
.prodListItem .img:hover > img {
	vertical-align:middle;
	border:0;
}

/*sale button*/
.prodListItem .saleBtn {
	cursor:default;
	position:absolute;
	right:-7px; top:40px;
	width:52px; height:52px; line-height:52px;
	text-align:center; vertical-align:middle;
	white-space:nowrap;
	background: url(../images/proditem-special-sale.png) 0 0 no-repeat;
	color:#fff;
	font-size:14px;
}
.prodListItem .saleBtn strong {margin:0 1px;}

/*special action*/
.prodListItem .special {
	position:absolute;
	left:-4px; top:12px;
	width:20px; max-height:190px;
	overflow:hidden;
}
.prodListItem .special > span {
	float:left;
	background:url(../images/sprite-special-action.png) 0 0 no-repeat;
	width:20px; height:60px;
	text-indent:20px;
	margin-bottom:3px;
	overflow:hidden;
}
.prodListItem .special > .new {background-position:0 0; height:60px;}
.prodListItem .special > .action {background-position:-20px 0; height:43px;}
.prodListItem .special > .bestseller {background-position:-40px 0; height:38px;}
.prodListItem .special > .recommend {background-position:-60px 0; height:88px;}
.prodListItem .special > .sale {background-position:-80px 0; height:60px;}

/*fav*/
.prodListItem .detailFav {padding:2px 0 10px;}

.prodListItem > .bottom {
	background:#d2eef5;
	padding:13px;
}
/*price*/
.prodListItem .priceHolder {
	float:left;
	width:90px;
	color:#af0049;
	padding-top:3px;
}
.prodListItem .priceHolder .price {
	font-size:17px;
	font-weight:bold;
}
.prodListItem .priceCommon {
	text-decoration:line-through;
	color:#368093;
	font-size:11px;
}


/*button*/
.prodListItem .buttons {
	float:right;
}


/* ----- TABLE LIST ----- */
.prodListTabHolder {
	background:#fff;
	margin-right:25px;
}
.prodListTab {width:100%; border-collapse:collapse;}
.prodListTab th {background:#eee; border:1px solid #ccc; padding:6px 5px 4px;}
.prodListTab td {border:1px solid #ddd; vertical-align:top; padding:6px 5px 4px;}
.prodListTab tr.highlight td {background-color: #FFF9AA;}

.prodListTab .button {width:26px; padding:0;}
.prodListTab .buyBtnSmall {margin:1px;}
.prodListTab a:hover {}
.prodListTab .special {float:right;}
.prodListTab .special > span {
	float:left;
	width:9px; height:9px;
	margin-left:4px;
	background:#FFED00;
	overflow:hidden;
	text-indent:10px;
	border-radius:3px;
	cursor:help;
}
.prodListTab .special > .new {background-color:#36d7ff;}
.prodListTab .special > .action {background-color:#d70f0f;}
.prodListTab .special > .bestseller {background-color:#96c43b;}
.prodListTab .special > .recommend {background-color:#c8ed2e;}
.prodListTab .special > .sale {background-color:#888888;}

/* CATEGORY */
.boxCategoryBanner img {width: 100%; height: auto; margin-bottom: 15px;}

.eshopCategory > .boxMainBottom {margin-bottom:20px;}
.eshopCategory > .prodList {margin-top:10px;}
.boxMainCategory  {
	border:1px solid #ccc;
}

/* category description */
.catDescWrap {
	padding:10px;
	background:#fff;
	margin-bottom:20px;
}
.catDescImg {float:left; width:150px; text-align:center;}
.catDescImg > img {display:block;}
.catDescContent {
	color:#666;
	line-height:140%;
	padding:2px 5px;
	font-size:110%;
}
.catDescContent.img {margin-left:165px;}
.catDescContent p {margin-bottom:.5em;}

/*compare*/
.boxMainCategory .compare {border-bottom:1px solid #DDD; padding:8px 12px 8px;}
.boxMainCategory .compare > a { font-weight:bold;}

/*producers*/
#producers {padding:8px 0;	border-bottom:1px solid #DDD;}
#producers .producersNav > strong {margin-right:5px;}
#producers .producersNav {padding:0 12px;}
#producers .producersNav label:hover {text-decoration:underline;}
#producersHolder {border-top:1px solid #DDD; padding:6px 12px 0; margin-top:8px;}
#producersHolder .producersList {margin:0 2px 8px; font-size:95%;}
#producersHolder .col {width:25%; float:left;}
#producersHolder .checkbox {position:relative; top:2px;}
#producersHolder label {margin-left:4px;}

#producersHolder .producersMenu {
	height:20px; padding-top:6px; line-height:20px; vertical-align:middle;
	padding-bottom:2px;
}
#producersHolder .producersCheckAll,
#producersHolder .producersUnCheckAll {
	color:#777; font-size:11px;
	cursor:pointer;
	text-decoration:underline;
	margin:0 3px;
}
#producersHolder .producersCheckAll:hover,
#producersHolder .producersUnCheckAll:hover {color:#6AA00D;}
#producersHolder .submitBtn {
	float:right;
	font-size:12px;
	position:relative; top:-5px;
}

/*--- VYPIS KATEGORIE ----*/
#eshCat {}

/*------ ESHOP CONTROL -------*/
#eshCat .control {margin-right:25px; margin-bottom:20px;}
#eshCat .control.bottom {margin-top:20px;}
#eshCat .controlTop {
	background:url(../images/control-top-back.png) 0 bottom repeat-x;
	margin:0 4px;
	padding-left:.6em;
}
#eshCat .controlTop .clear {
	height:0;
}
#eshCat .controlBottom {
	border:1px solid #c8dded;
	border-top-color:#a2b8ca;
	border-radius:5px;
	padding:1.2em 1.2em .5em;
}

/* CISLOVANI */
#eshCat .control .cislovani {
	float:right;
	margin-bottom:8px;
}
#eshCat .control .cislovani .num {
	float:left;
	text-decoration:none;
	color:#002c58;
	background:#fff;
	width:26px; height:25px;
	padding-top:1px;
	line-height:25px;
	vertical-align:middle;
	text-align:center;
	border-radius:3px;
	margin:2px 3px;
}
#eshCat .control .cislovani .num:hover {
	background:#d9eff5;
	color:#000;
}
#eshCat .control .cislovani .num.selected {
	color:#fff;
	width:30px; height:29px;
	line-height:29px;
	margin:0 1px;
	background-color:#002c58;
	text-decoration:none;
	border-radius:15px;
}
#eshCat .control .cislovani .arrow {
	float:left;
	width:30px; height:30px;
	background:url(../images/pagenav-arr.png) 0 0 no-repeat;
}
#eshCat .control .cislovani .arr-prev {
	margin-right:1px;
}
#eshCat .control .cislovani .arr-next {
	background-position:-30px 0;
	margin-left:1px;
}
#eshCat .control .cislovani .arr-prev:hover {background-position:0 -30px;}
#eshCat .control .cislovani .arr-next:hover {background-position:-30px -30px;}

#eshCat .control .cislovani .arrow > span {display:none;}

/* POCET STRANEK */
#eshCat .control .pocetStranek {float:right; margin-bottom:4px;}
#eshCat .control .pocetStranek label {color:#205589; margin-right:3px;}
#eshCat .control .pocetStranek select {
	width:56px;
	padding:4px;
	font-size:100%;
	color:#fff;
	background:#004f95;
	border:0;
	border-radius:5px;
}

/* SORT BY */
#eshCat .control .sortBy {
	float:left;
	margin-bottom:8px;
}
#eshCat .control .sortBy > .label {
	float:left;
	margin:2px 5px 0 0;
	color:#205589;
	line-height:28px;
	vertical-align:middle;
}
#eshCat .control .sortBy > .item {
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#205589;
	background:#d6eef4 url(../images/sortby-bg.png) 0 0 repeat-x;
	border:1px solid #c8dded;
	border-radius:3px;
	margin:0 3px;
	text-shadow:0 1px 0 rgba(255,255,255,.5);
}
#eshCat .control .sortBy > .item > span {
	display:block;
	height:26px;
	line-height:26px;
	padding:2px 1em 0;
	vertical-align:middle;
	white-space:nowrap;
	background-repeat:no-repeat;
}
#eshCat .control .sortBy > .item:hover {
	border-color:#bce;
	background-color:#eef8fb;
	background-position:0 -30px;
	text-decoration:underline;
}
#eshCat .control .sortBy > .item.asc,
#eshCat .control .sortBy > .item.desc {
	color:#fff;
	background-color:#0089ce;
	background-position:0 -60px;
	border:0;
	text-shadow:none;
	text-decoration:none;
}
#eshCat .control .sortBy > .asc > span,
#eshCat .control .sortBy > .desc > span {
	margin:1px;
	padding-right:2em;
	background-image:url(../images/arrows-sorting.png);
}
#eshCat .control .sortBy > .asc > span { background-position:right bottom;}
#eshCat .control .sortBy > .desc > span {background-position:right top;}

#eshCat .control .displayBy {
	float:left;
	position:relative;
	height:35px;
}
#eshCat .control .displayBy .item {
	float:left;
	font-size:104%;
	margin-right:5px;
	color:#205589;
	background:#dcf0f5 url(../images/displayby-bg.png) 0 0 repeat-x;
	border:1px solid #c8dded;
	border-bottom:0;
	border-radius:5px 5px 0 0;
	text-decoration:none;
}
#eshCat .control .displayBy .item > span {
	display:block;
	height:33px; line-height:33px;
	vertical-align:middle;
	padding:1px 15px 0 35px;
	background:url(../images/ico-display-type.png) 12px 0 no-repeat;
}

#eshCat .control .displayBy .item:hover {
	border-color:#85a8c3;
	text-decoration:underline;
}

#eshCat .control .displayBy .item.selected {
	font-weight:bold;
	background-color:#fff;
	background-position:0 -34px;
	text-decoration:none;
	border:1px solid #c8dded;
	border-bottom:1px solid #fff;
}

#eshCat #displayTypeTab > span {background-position:12px -35px;}
#eshCat #displayTypeImg > span {background-position:12px 0;}


/* obchodni podminky */
.obchodniPodminky-box {padding:5px; border:1px solid #bbb; margin-bottom:12px; background:#fff;}
#colCenter .obchodniPodminky-box h2 {margin:3px 5px; padding:0;}

/* SEARCH */
#eshSearchResults .boxMainCategory {margin-bottom:10px;}
#eshSearchResults .control {border-top:1px solid #ddd;}
#eshSearchResults .boxMainCategory.bottom {margin-bottom:2px;}
#eshSearchResults .boxMainCategory.bottom .control {border:0;}
#searchResult {
	padding:8px 12px;
}

/*search form*/
#searchResult .formWrap {margin:.3em 0 1em;}
#searchResult .formWrap td {
	padding-right:5px;
}
#searchResult .formWrap .submit {padding:0;}

#searchResult .formSearchLabel {
	font-weight:bold;
	float:left;
	white-space:nowrap;
}
#searchResult .formSearchText {
	font-size:11px;
	width:250px; height:22px;
	line-height:22px; vertical-align:middle;
	padding:0 6px;
	border:1px solid #ccc;
}

#searchResult .formSearchSelect {
	font-size:11px;
	width:130px;
	padding:3px;
	border:1px solid #ccc;
}
#searchResult .formSearchSelect > option {padding:0 5px;}
#searchResult .formSearchText:focus,
#searchResult .formSearchSelect:focus {border-color:#999;}
/*message holder*/
#searchResult .message > p {margin-bottom:.3em;}

/*producers*/
.catProducersDesc {
	padding:2px 12px 8px;
	color:#333;
	margin-bottom:4px;	border-bottom:1px solid #DDD;
}
.catProducersLabel {
	font-size:110%;
	font-weight:bold;

	margin:0 0 .65em;
}

/* DETAIL */
#eshProductDetail {
	position:relative;
	margin-bottom:20px;
}
#eshProductDetail> .left {float:left; width:350px; margin-bottom:20px;}
#eshProductDetail> .left h2 {font-size:140%; padding:0; margin:0 0 .5em;}
#eshProductDetail> .right {float:right; width:310px; margin-bottom:20px;}

#eshProductDetail .validToMessage {
	font-weight: bold; color: #205589; background-color: #dcf0f5; border: 1px solid #c8dded; border-radius: 5px; padding: 10px; text-align: center;
}

/*pictures*/
#detailPicture {
	position:relative;
	padding:0 0 15px;
}
/*large*/
#largePictureHolder {
	width:100%;
	text-align:center;
}
#largePictureHolder img {max-width:100%;}

/*thumb*/
#thumbsHolder {
	position:absolute;
	top:0; left:0;
	width:87px;
}
#detailPicture.th2col #thumbsHolder {
	width:140px;
}
#thumbsHolder .j_thumb {
	float:left;
	margin:0 0 10px 0;
	width:85px; height:85px;
	line-height:80px; vertical-align:middle;
	text-align:center;
	border:1px solid #d2e9ef;
	text-decoration:none;
	background:#fff;
}

#thumbsHolder .j_thumb > img {vertical-align:middle; background:#fff;}
#thumbsHolder .j_thumb.active,
#thumbsHolder .j_thumb:hover {
	border-color:#2A7F94;
}

/*favourite*/
.detailFav {
	padding:5px 15px 25px;
	text-align:center;
	font-size:11px;
	color:#666;
}
.detailFavWrap {
	margin:0 auto;
	position:relative;
	width:85px; height:15px;
	background:url(../images/sprite-stars.png) 0 0 repeat-x;
	text-align:left;
}
.detailFavHighlight {
	height:15px;
	background:url(../images/sprite-stars.png) 0 -15px repeat-x;
}
.detailFavButtons {
	position:absolute;
	left:0; top:0;
	height:15px; width:85px;
}
.detailFavButtons > a {
	float:left;
	width:15px; height:15px;
	margin:0 1px; overflow:hidden;
	background:url(../images/sprite-stars.png) 17px 0 no-repeat;
}
.detailFavButtons > a:hover {background-position:-1px -30px;}
.detailFavButtons > span {display:none;}
.detailFavButtons > a > span {display:none;}

/*special*/
.detailSpecial {
	position:absolute;
	top:0px;
	right:00px;
	width:20px;
	z-index:5;
}
.detailSpecial .specialItem {
	display:block;
	background:url(../images/sprite-special-action.png) 0 0 no-repeat;
	width:20px; height:60px;
	text-indent:61px;
	overflow:hidden;
	margin-bottom:3px;
}

.detailSpecial .specialItem.new {background-position:0 0; height:60px;}
.detailSpecial .specialItem.action {background-position:-20px 0; height:43px;}
.detailSpecial .specialItem.bestseller {background-position:-40px 0; height:38px;}
.detailSpecial .specialItem.recommend {background-position:-60px 0; height:88px;}
.detailSpecial .specialItem.sale {background-position:-80px 0; height:60px;}

/*short desc*/
.detailDesc {
	color:#767a7a;
	font-size:105%;
	margin:0 0 1.4em 0;
}

#socials .socialItem {
	float:left;
	width:85px;
	overflow:hidden;
}
#socials .socialItem.FB {width:108px;}
#socials .socialItem.TW {width:94px;}
#socials .socialItem.GP {width:68px;}
#socials .socialItem.PIN {width:70px;}

/* INFO */
.prodDataHolder {border:4px solid #aaa; margin-bottom:10px;}
.prodDataHolder a {color:#333;}

.prodDataHolder > table {width:100%; font-size:90%;}
.prodDataHolder > table td,
.prodDataHolder > table th {background-color:#e5e5e5; text-align:left; font-weight:normal; padding:4px 8px;}
.prodDataHolder .priceShop > td, .prodDataHolder .priceShop > th {background-color:#fff; padding:7px 8px;}
.prodDataHolder .priceShop > td > strong {font-size:160%; color:#4b1b9b;}
.prodDataHolder .priceShop.shrink > td, .prodDataHolder .priceShop.shrink > th {padding-top:0px;}
.prodDataHolder .priceShopDph > td, .prodDataHolder .priceShopDph > th {background-color:#fff; padding:8px 8px 4px;}
.prodDataHolder .priceShopDph > td > strong {font-size:120%;}
.prodDataHolder .priceShop > th > small, .prodDataHolder .priceShopDph > th > small {color: #666; font-size: 11px}
.prodDataHolder .strike {text-decoration:line-through;}

.availTT {border-bottom:1px dotted #333; line-height:110%; cursor:help;}
.availTTdata {display:none;}
#tooltip {
	background-color: #fff;
	opacity: 1;
	border:1px solid #ccc;
}
#tooltip.availTooltip {
	text-align:left;
	opacity:1;
	font-size:90%; line-height:140%;
	color:#333;
	background:#f3f3f3;
	border:1px solid #aaa;
	padding:6px 9px 7px;
	max-width:320px;
	border-radius:4px;
}
#tooltip.availTooltip p {margin-bottom:0.3em;}

/* BUY BUTTON*/
/*buy form*/
#buyFormWrap {
	margin-bottom:30px;
}
#buyFormWrap .availNo {line-height:150%; padding:5px; font-weight:bold; margin-bottom:25px;}

#buyFormWrap {
	margin-bottom:25px;
}
#buyFormWrap .buyBtnHolder {
	float:right;
	width:175px;
}
#buyFormWrap .buyBtnHolder .buyBtn {
	border-radius:3px;
}

#buyFormWrap .countHolder {
	float:left;
	width:55px;
	margin:6px 4px 0 0;
	color:#999;
	white-space:nowrap;
}

#buyFormWrap .countInput {
	color:#666;
	width:22px;
	text-align:right;
	padding:5px;
}

#buyFormWrap .priceHolder {
	float:left;
	width:110px;
	margin-right:20px;
}

#buyFormWrap .priceCommon {
	color:#368093;
	font-size:15px;
	text-decoration:line-through;
	white-space:nowrap;
	min-height:10px;
}
#buyFormWrap .price {
	color:#af0049;
	font-size:25px;
	line-height:105%;
	white-space:nowrap;
}

#buyFormWrap .jq_watchdogForm {margin-top:9px;}
/*-variant*/
#eshProductDetail .boxVariant .detailBoxLabel {
	margin-bottom:0.3em;
	font-weight:bold;
	font-size: 1.4em;
}

#eshProductDetail .boxVariant
{
	clear: both;
	float: right;
	margin: 20px 0px;
	padding: 15px;
	border: 1px solid #B4CFE4;
	background: #E8F8FC;
	font-size: 90%;

}
#eshProductDetail .tableVariant
{
	width:100%;
}

#eshProductDetail .tableVariant td
{
	padding: 5px;
	vertical-align:middle;
	font-size: 1.2em;
}
#eshProductDetail .tableVariant .radio {width:18px;}
#eshProductDetail .tableVariant .price {text-align:right; color:#555;}
#eshProductDetail .tableVariant label > span {color:#666;}

/*discount*/
.quantityDiscounts {
	padding:10px 12px 12px;
	border:2px solid #B4CFE4;
	background:#E8F8FC;
	margin-bottom:20px;
}
.quantityDiscounts > p {font-style:italic; margin-bottom:.65em;}
.quantityDiscounts > table {width:100%;font-size:90%; border-collapse:collapse;}
.quantityDiscounts > table th {text-align:left; background-color:#ddd; border:1px solid #ccc; padding:2px 6px 3px;}
.quantityDiscounts > table td {text-align:left; padding:2px 6px 3px;border:1px solid #ddd;}

/*products in set*/
.setLabel {font-size:120%; font-weight:bold;  margin:0 0 .4em;}
.setItem {border:2px solid #bbb; margin-bottom:5px;}
.setItem > .img {float:left; width:136px; margin:5px; position:relative;}
.setItem > .img  img {display:block; max-width:130px;}
.setItem > .content {margin:10px 10px 10px 155px;}
.setItem .label {
	font-size:100%; font-weight:normal;
	padding:0;
	margin:0 0 .35em;
}
.setItem .price {margin-bottom:.35em; color:#666;}
.setItem .price strong {color:#AF0049}
.setItem .desc {color:#555; font-size:85%; line-height:130%;}

/* SET DETAIL */
#eshProductSet {position:relative; padding-right:20px;}
#eshProductSet .detailSpecial {right:-20px;}
.boxSetDetail > .left {float:left; width:51%;}
.boxSetDetail > .right {float:right; width:46%;}
.boxSetDetail #buyFormWrap .buyBtnHolder {width:153px;}
.setDetailLabel {font-size:160%; font-weight:bold;  margin:0 0 .5em; padding:0;}
.setDetailItem {margin-bottom:10px; background:#e8f8fc;}
.setDetailItem > .img {float:left; width:150px; text-align:center; margin:1px 1px 0;}
.setDetailItem > .img > img {vertical-align:bottom; max-width:144px;}
.setDetailItem > .content {margin-left:150px; padding: 10px;}
.setDetailItem .label {font-size:100%; margin:0 0 .3em; padding:0}
.setDetailItem .price {margin-bottom:.2em; color:#af0049;}
.setDetailItem .desc {color:#666; line-height:130%;}

.boxSetDetail #buyFormWrap {
	padding:10px 12px 10px;
	border:1px solid #C8DDED;
	border-radius:5px;
}
.boxSetDetail #buyFormWrap .priceHolder {width:120px;}

#setPictureHolder {margin-bottom:25px;}
#setPictureHolder .img {
	float:left; border:1px solid #ddd; margin:0 8px 8px 0;
	position:relative; width:85px; height:85px;
	text-align:center; line-height:80px;
	text-align:center;
}
#setPictureHolder .img:hover {border-color:#3FCFF3;}
#setPictureHolder .img > img {vertical-align:middle; border:0;}
.boxSetDetail .detailSocial {padding:3px 3px 1em;}
.boxSetDetail .productActions,
.boxSetDetail .detailSocialActions {width:160px;}
.boxSetDetail .detailActionsHolder > .top > .recommend {width:130px;}
.boxSetDetail .detailActionsHolder > .top > .print {width:130px;}

/*product slider*/
.prodRecommendLabel {padding:0; margin:.5em 0 .3em;}
.prodSlider {
	position:relative;
	margin-right:20px;
	margin-bottom:20px;
	min-width:400px;
	border:1px solid #cae4eb;
}
.prodSliderWrap {
	height:270px;
	width:100%;
	overflow:hidden;
	position:relative;
	background:#e8f8fc;
}

/*-navigation*/
.prodSlider .navigationDisabled {display:none;}
.prodSlider .navigation > a {
	position:absolute;
	top:120px;
	width:29px; height:29px;
	background:url(../images/slider-arrow.png) 0 0 no-repeat;
}

.prodSlider .navigation > .prev {left:-14px; background-position:0 0; outline:none;}
.prodSlider .navigation > .next {right:-14px; background-position:-29px 0; outline:none;}
.prodSlider .navigation > .prev:hover {background-position:0 bottom;}
.prodSlider .navigation > .next:hover {background-position:-29px bottom;}


.prodSliderHolder .sliderItem {
	float:left;
	width:200px;
	text-align:center;
	overflow:hidden;
}

.prodSliderHolder .sliderItem .img {
	display:block;
	width:177px; height:177px;
	line-height:173px;
	vertical-align:middle;
	overflow:hidden;
	position:relative;
	text-align:center;
	text-decoration:none;
	background:#fff;
	margin:0 auto 10px;
	border-right:1px solid #b3d7e0;
	border-bottom:1px solid #b3d7e0;
}
.prodSliderHolder .sliderItem .img > img {
	border:0;
	vertical-align:middle;
}

/*-label*/
.prodSliderHolder .sliderItem .label {
	font-size:17px;
	line-height:22px; height:22px;
	vertical-align:middle;
	overflow:hidden;
	margin:10px;
	padding:0;
}
.prodSliderHolder .sliderItem .label > a {color:#205589; text-decoration:none;}
.prodSliderHolder .sliderItem .label > a:hover {text-decoration:underline;}
.prodSliderHolder .sliderItem .price {
	font-weight:bold; color:#af0049;
	font-size:110%;
}
.prodSliderHolder .sliderItem .price small {font-weight:normal; color:#666;}

/*bookmarks*/
#bookmarks {margin:20px 0 25px;}

/*-menu*/
#bookmarks .bookmarkMenu {
	list-style:none; height:29px; padding-left:10px;
	position:relative;
	margin:0 8px;
	padding:0;
}
#bookmarks .bookmarkMenu li {
	float:left;
	background:none;
	margin: 0 6px 0 0;
	padding:0;
}
#bookmarks .bookmarkMenu li > a {
	float:left;
	color:#205589;
	background:#dcf0f5 url(../images/displayby-bg.png) 0 0 repeat-x;
	border:1px solid #c8dded;
	border-bottom:0;
	border-radius:5px 5px 0 0;
	text-decoration:none;
	padding:1px 15px 0;
	height:27px; line-height:27px; vertical-align:middle;
}

#bookmarks .bookmarkMenu li > a :hover {
	border-color:#85a8c3;
	text-decoration:underline;
}

#bookmarks .bookmarkMenu li.selected > a  {
	font-weight:bold;
	background-color:#fff;
	background-position:0 -34px;
	text-decoration:none;
	border:1px solid #c8dded;
	border-bottom:1px solid #fff;
}

/*obsah*/
.bookmarkContent {
	border:1px solid #c8dded;
	padding:10px;
	background-color:#fff;
	border-radius:5px;
}
#bookmarks h2 { font-size:125%; margin:.4em 0 .7em; padding:0;}
#bookmarks .textContent {color:#444; margin:0;}
/*komentare*/
.bComments .addComment {border:1px solid #bbb; background:#f7f7f7; padding:9px 8px 8px; margin-bottom:15px;}
.bComments .addComment a.btn { padding-left:11px; margin-left:2px; background: url(../images/arrow.png) left .3em no-repeat;}
.bComments .addComment a.btn:hover {color:#111;}
.bComments .addComment .formHolder {margin-top:12px;}

.bComments .commentForm {margin:5px;}
.bComments .commentForm th {padding:4px 8px 4px 0; text-align:left; vertical-align:top;}
.bComments .commentForm td {padding:4px; text-align:left; vertical-align:top;}
.bComments .commentForm .inputText {border:1px solid #ddd; border-bottom-color:#ccc; padding:4px 6px; width:265px;}
.bComments .commentForm textarea {border:1px solid #ddd; border-bottom-color:#ccc; padding:4px 6px; width:530px;}
.bComments .commentForm .inputText:focus,
.bComments .commentForm textarea:focus {border-color:#999;}
#commentCaptcha {margin:2px 0 4px;}

.bComments .commentsHolder .item {border-left:1px solid #ccc; padding:2px 0 4px 9px; margin-bottom:8px;}
.bComments .commentsHolder .item h3 {font-size:110%;  margin-bottom:.3em;}
.bComments .commentsHolder .item span {font-size:85%; color:#555; display:block; margin-bottom:.5em;}

/*price history*/
.bPriceHistory #placeholder {margin:12px auto 8px;}

/*table params*/
.tableParams {
	border-collapse:collapse;
}
.tableParams th, .tableParams td {
	border:1px solid #ccc;
	padding:3px 8px;
	vertical-align:top;
	text-align:left;
}
.tableParams .tooltipHolder {
	position:relative;
	margin-left:4px;
	display:inline;
}
.tableParams .tooltipHolder .tooltipContent {display:none; font-size:85%; font-weight:normal;}
.tableParams .showParamTooltip {position:relative; top:2px; cursor:help; z-index:0;}
#paramTooltip {
	text-align:left;
	display:block;
	font-size:90%; line-height:140%;
	color:#333;
	font-weight:normal;
	background:#f3f3f3;
	border:1px solid #aaa;
	padding:8px 10px 10px;
	max-width:320px;
	z-index:1000;
	border-radius:4px;
}

/*alternatives*/
.bAlternatives {
	padding:9px 0 0 5px;
}
.bAlternatives .bAltItem {
	width:160px;
	float:left;
	border:1px solid #e2dddc;
	margin:5px;
}
.bAlternatives .bAltItem.last {margin-right:0;}
.bAlternatives .bAltItem .label {
	padding:6px 10px 0;
	height:30px;
	line-height:15px;
	overflow:hidden;
	font-size:100%;
}
.bAlternatives .bAltItem .img {
	display:block; text-align:center; height:140px; line-height:138px; overflow:hidden; margin-bottom:2px; margin-left: 1px; /*IE*/
	overflow:hidden;
}
.bAlternatives .bAltItem .img img {vertical-align:middle; border-width:1px; max-height:138px;}
.bAlternatives .bAltItem .formWrap {height:32px;}
.bAlternatives .bAltItem .price {
	float:left; font-size:12px; font-weight:bold; color:#615551; margin:0px 30px 0 11px;
	line-height:24px; vertical-align:middle;
}
.bAlternatives .bAltItem .buyBtnSmall {float:right; margin-right:10px;}

/*SHOPPING CART*/
/*popup*/
#cartPopWindow {
	z-index:1000;
	width:260px;
	position:absolute;
	text-align:left;
	padding:5px;
	background:#bbb;
	background:rgba(0,0,0, 0.4);
	border-radius:8px;
}
#cartPopWindow .jq_msg_queue {margin:0; background:#fff;}
#cartPopWindow .aitomMsg {margin-bottom:0;}
#cartPopWindow .wrap {
	background:#FFF;
	min-height:140px;
	position:relative;
}

#cartPopWindow .closeBtnIco {
	width:10px; height:10px; position:absolute; right:6px; top:6px;
	background:url(../images/cartPop-closeBtnIco.png) 0 0 no-repeat;
}

#cartPopWindowContent {
	padding:8px 10px 10px;
	position:relative;
}
#cartPopWindowContent .label {
	font-weight:bold;
	font-size:14px;
	color:#003F7D;
	padding-right:40px;
	padding-bottom:6px;
	margin-bottom:10px;
	line-height:17px;
	border-bottom:1px dotted #ddd;
}

#cartPopWindowContent .product {width:100%; margin-bottom:2px; color:#000;}
#cartPopWindowContent .product th {text-align:left; font-weight:normal; padding-right:6px;}
#cartPopWindowContent .product td {width:30%; text-align:right}
#cartPopWindowContent .product td > .count {color:#555;}
#cartPopWindowContent .variant {
	font-size:85%;
	width:208px;
	padding:4px 0;
}
#cartPopWindowContent .variantLabel {margin-bottom:1px;}
#cartPopWindowContent .priceSum {text-align:right; margin-bottom:13px; padding-top:8px; font-size:90%;}
#cartPopWindowContent .priceSum > strong {margin-left:5px; color:#000;}
#cartPopWindowContent .buttons {height:25px;}
#cartPopWindowContent .buttons > a {
	display:block; height:24px; line-height:25px;
	vertical-align:middle;
	padding-left:9px; padding-top:1px;
	text-decoration:none;
	font-size:12px;
	color:#333;
}
#cartPopWindowContent .closeBtn {width:83px; float:left; background:#d7d7d7 url(../images/cartPop-buttons.png) 0 0 no-repeat;}
#cartPopWindowContent .cartBtn {width:89px; float:right; background:#2a8a41 url(../images/cartPop-buttons.png) -92px 0 no-repeat;}
#cartPopWindowContent .closeBtn:hover {background-position:0 -25px;}
#cartPopWindowContent .cartBtn:hover {background-position:-92px -25px;}

/*cart steps navigation*/
#cartTopImage {
	padding: 15px 0 5px;
	background:#fff;
}
#cartTopImage img {display:block; margin:0 auto}

.cartSteps {
	height:66px;
	overflow:hidden;
	background:#fff;
	margin-bottom:20px;
}
.cartSteps .arrow {
	display:none;
	float:left; width:18px; height:66px; background:url(../images/arrow-cart.png) center center no-repeat;
}
.cartSteps .step {
	float:left;
	width:19.2%;
	margin-right:1%;
	padding-top:2px;
	height:60px;
	background:#bfe328;
	overflow:hidden;
	color:#002c58;
	font-weight:bold;
	font-size:106%;
	border-bottom:4px solid #95b50d;
}
.cartSteps .inactive {
	font-weight:normal;
	height:64px;
	border:0;
	background:#40cdf7 url(../images/sprite-cart.png) 0 0 repeat;
}
.cartSteps .step > a,
.cartSteps .step > span {
	color:#002c58;
	display:block;
	text-align:center;
	text-decoration:none;
	padding:0 10px;
	text-shadow:0 1px 1px rgba(255,255,255,.5);
}
.cartSteps .step > .lineCount1 {margin-top:1.5em;}
.cartSteps .step > .lineCount2 {margin-top:1em;}
.cartSteps .step > .lineCount3 {margin-top:0.5em;}

.cartSteps .inactive > a,
.cartSteps .inactive > span {color:#222;}

.cartSteps .step5 {margin-right:0;}
.cartSteps .step5 > a,
.cartSteps .step5 > span {font-weight:bold;}

/*STEP-1 + cart global */
.cartWrap {margin-bottom:20px;}
.cartWrap h2 {font-size:130%; font-weight:bold;  margin:0 0 .5em; padding:0;}
.cartWrap h3 {font-size:100%; font-weight:bold; color:#333; margin:0 0 .65em;}
/*prod slider*/
.cartWrap .prodSlider {margin:0 0 8px;}
/*tooltip*/
#tooltip.cartTooltip {opacity:1; border:1px solid #aaa; padding:1px; background:#fff;}
#tooltip.cartTooltip img {display:block;}

/*cart summary table*/
.cartSummaryTable {border-collapse:collapse; width:100%; margin-bottom:5px;}

.cartSummaryWrap,
#cart-snippet {
	border:1px solid #e2e2e2;
	padding:4px;
	margin-bottom:20px;
}
.cartSummaryWrap {margin-top:25px;}
.cartSummaryWrap > .cartSummaryWrap {
	border:0;
	padding:0;
	margin:0;
}

/*-th*/
.cartSummaryTable th {
	background-color:#fff2b7;
	border-bottom:1px solid #efdd8e;
	text-align:left;
	font-weight:normal;
	padding:0.8em .9em 0.6em;
}
.cartSummaryTable th.price,
.cartSummaryTable th.numText {text-align:right;}
/*-td*/
.cartSummaryTable td {
	padding:.8em 1em 1em;
	border-bottom:1px solid #ddd;
	vertical-align:top;
}
.cartSummaryTable td.first {width:50px;}
.cartSummaryTable td.img {padding:5px;}
.cartSummaryTable td.label {color:#666; width:45%; font-size:105%;}
.cartSummaryTable td.label > .set,
.cartSummaryTable td.label > .variant {font-size:90%; padding-top:5px;}
.cartSummaryTable td.price {font-weight:bold; text-align:right;}
.cartSummaryTable td.num {white-space:nowrap; padding-top:.6em;}
.cartSummaryTable td.num > .countInput {
	width:26px;
	border:1px solid #ddd;
	border-bottom-color:#ccc;
	text-align:right;
	padding:3px 4px;
	background:url(../images/loading_small.gif) 0 -16px no-repeat;
}
.cartSummaryTable td.num > .countInput:focus {border-color:#999;}
.cartSummaryTable td.numText {text-align:right;}
.cartSummaryTable td.loading > .countInput {background-color:#f5f5f5; background-position:2px 2px;}
.cartSummaryTable td.btn {width:24px; padding:5px 5px 5px 8px;}
.cartSummaryTable td.separator {padding:0; height:10px; line-height:10px; border:none;}
.cartSummaryTable .delBtn {
	width:27px; height:27px;
	text-indent:27px;
	background-image:url(../images/cart-del-btn.png);
}
/*price table*/
.priceSummaryTable-wrap {
	background:#dcf8ff;
	padding:.6em 1em;
}
.priceSummaryTable {
	color:#333;
	float:right;
	font-size:115%;
}
.priceSummaryTable td,
.priceSummaryTable th {text-align:right; font-weight:bold; padding:3px 7px;}

/*buttons*/
.cartWrap .prevBtn {float:left;}
.cartWrap .nextBtn {float:right;}

/*recommend*/
.cartWrap .prodRecommendLabel {
	margin-top:.6em;
	font-size:150%;
}

/* cart STEP-1*/
.cartStep1 .priceSummaryTable {font-size:135%;}

/* cart STEP-2 */
.cartStep2 {padding-top:10px;}
.cartStep2 h2 {margin-left:8px;}

/*items*/
.cartStep2 .itemWrap {border:1px solid #ddd; padding:6px 7px 7px; margin-bottom:1.6em;}
.cartStep2 .itemsHolderTable {width:100%; border-collapse:collapse;}
.cartStep2 .itemsHolderTable td {
	padding:8px 10px 9px;
	vertical-align:top;
	background:#eee;
	border:2px solid #fff;
}
.cartStep2 .itemsHolderTable .even td {background:#ddd;}
/*tds*/
.cartStep2 .itemsHolderTable .check {padding:10px 0 0; text-align:center; width:50px;}
.cartStep2 .itemsHolderTable .desc .ico {float:right; margin:0 0 0 10px; max-width:215px;}
.cartStep2 .itemsHolderTable .desc label {font-weight:bold; font-size:105%; display:block; margin-bottom:0.2em;}
.cartStep2 .itemsHolderTable .desc .text {font-size:90%; color:#333; line-height:140%;}
.cartStep2 .itemsHolderTable .desc ul {margin-left: 18px;}
.cartStep2 .itemsHolderTable .price {color:#003F7D; font-weight:bold; text-align:right; font-size:110%; width:100px;}

/*sales*/
.cartStep2 .sales .label {margin:0 0 .4em;}
.cartStep2 .sales h3 {margin-left:4px;}
.cartStep2 .saleItem {margin-bottom:0.3em;}
.cartStep2 .sales .itemsHolderTable .price {color:#4c850b;}
/*coupon*/
.cartStep2 .saleCoupon .itemWrap {padding:15px 15px 20px;}
.cartStep2 .saleCoupon label {font-weight:bold;}
#eshKosKuponKod, .verificationInput {
	width:250px;
	border:1px solid #ddd;
	border-bottom-color:#ccc;
	padding:5px;
	margin:0 4px 0 6px;
	background:url(../images/loading_small.gif) 0 -20px no-repeat;
}
#eshKosKuponKod:focus {border-color:#999;}
#eshKosKuponKod.loading, .verificationInput.loading {background-color:#f5f5f5; background-position:238px 5px;}
#eshKosKuponKod.yes, .verificationInput.yes  {background:#cfffcb; border-color:#78c175;}
#eshKosKuponKod.no, .verificationInput.no {background:#ffece5; border-color:#ea9a9a;}
#eshKosKuponKodNok, .verificationInputResult.no {color:#444; font-size:90%; padding-left:12px; background:url(../images/arrow-back.png) left center no-repeat;}
#eshKosKuponKodOk, .verificationInputResult.yes {background:url(../images/ico-ok.png) left center no-repeat; padding:5px 5px 5px 20px; line-height:16px;}

/*ppl night verification*/
#PPLNightForm {
	width: 460px;
	box-shadow: 0 0 5px #CCC;
	padding: 1.5em;
	display:none;
	position: absolute;
	background-color: #FFF;
}
#PPLNightForm p {margin: .5em 0;}
#PPLNightForm label {display: inline;}
#PPLNightForm .verificationInputResultWrap {
	margin: .5em 0 0 38px;
	height: 20px;
}

/*bonus programme*/
.cartStep2 .bonusProg .itemWrap {padding:15px 20px 10px;}
#bpBodyInfo {padding:5px;}
#bpBodyInfo .bpBody {font-weight:bold;}
#bpBodyInfoMax {float:right;padding:5px;margin-top:-20px;}
#bpBodyInfoMax .bpBodyMax {font-weight:bold;}
/*price total ajax*/
.cartPriceTotalTable {
	color:#003F7D;
	background:#DCF8FF;
	font-weight:bold;
	width:100%;
	margin-bottom:5px;
	font-size:130%;
}
.cartPriceTotalTable th {padding:1em 1.4em; text-align:left;}
.cartPriceTotalTable td {
	padding:1em 1.4em;
	text-align:right;
}

/* cart STEP-3 */
.cartStep3 {padding:15px 0 5px;}
.cartStep3 h2 {margin-bottom:0.3em;}
.cartStep3 .desc {margin-bottom:.7em;}
.cartStep3 .jToggle_fAddress {margin-top:.4em;}
/*-login for registred*/
.cartStep3 .login {padding-bottom:15px;}
.cartStep3 .login > .label {font-weight:bold; font-size:105%;}
.cartStep3 .login .tableForm {margin:15px 0 10px; width:314px;}
.cartStep3 .submitBtn {margin-top:5px;}

/*form*/
.cartStep3 .formWrap .tableForm th {
	width:6em;
	font-size:105%;
	color:#000;
	font-weight:normal;
}
.cartStep3 .noteHolder textarea {width:92%; height:100px;}
.cartStep3 .checkHolder {font-size:90%; margin:3px 16px 4px;}
.cartStep3 .btnsHolder {margin:30px 0 0;}


/* cart STEP-4 */
.cartStep4 .summaryHolder {border:1px solid #ccc; padding:10px; margin-bottom:1em;}
.cartStep4 .summary { border-collapse:collapse;}
.cartStep4 .summary th,
.cartStep4 .summary td {padding:2px 5px 2px 2px; text-align:left;}
.cartStep4 .summary a:hover {color:#00539c;}
.cartStep4 .summary .ar {text-align:right;}
.cartStep4 .summary h2 {margin-top:1em;}
.cartStep4 .summary .priceFinal {font-weight:bold; color:#d00;}
.cartStep4 .summary .variant {font-size:85%;}

.cartStep4 .tradeCondHolder {margin-bottom:2em; color:#555; font-size:90%;}
.cartStep4 .tradeCondHolder > a {text-decoration:none; color:#555; border-bottom:1px dotted #666;}
.cartStep4 .tradeCondHolder > a:hover {border-bottom-style:solid; color:#000;}
.cartStep4 .jToggle_tradeCond {
	margin-top:5px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;color:#000;
	height:300px;
	overflow:auto;
}
.cartStep4 .jToggle_tradeCond .label {
	font-size:130%; font-weight:bold;
	margin-bottom:0.5em;
}
.cartStep4 .jToggle_tradeCond p {
	margin-bottom:0.65em;
}

.cartStep4 .gateBtn {
	float:right;
	background:#00549d url(../images/gateway-back.png) 0 0 repeat-x;
	height:42px;
	padding:0 12px;
	line-height:44px; vertical-align:middle;
	text-decoration:none;
	font-size:13px;
	color:#fff;
	white-space:nowrap;
	border:1px solid #004793;
	border-radius:5px;
	-moz-border-radius:5px;
}
.cartStep4 .gateBtn a,
.cartStep4 .gateBtn button,
.cartStep4 .gateBtn input[type=submit] {
	color:#fff; font-weight:bold; border:none; background:none; text-decoration:none; cursor:pointer;
	font-size:13px;

}

.cartStep4 .validationAnchor {
	padding: 6px 7px 7px;
	border: 1px solid #DDD;
}

.cartStep4 .validationAnchorContent {
	padding: 8px 10px 9px;
	border: 2px solid White;
	background: whitesmoke;
}
/* STEP 5 */


/* COMPARE */
.compareWrap {overflow: auto;}
.compareTable {
	width:100%;
	border-collapse:collapse;
	background:#fff;
}
.compareTable th,
.compareTable td {
	border:1px solid #ddd;
	padding:3px 4px 3px 6px;
	text-align:left;
}
.compareTable th {background:#eee;}
.compareTable tbody a:hover {}
.compareTable .delBtn {
	width:auto;
	color:#333;
	background-color:#fff;
	text-indent:28px;
	line-height:22px;
	vertical-align:middle;
}
.compareTable .noBorder th,
.compareTable .noBorder td {
	border:none;
	font-size:90%;
	padding:2px 4px;
	text-align:left;
}

/*LOGIN*/
.loginWrap h2 {margin-bottom:15px; padding:0;}
.loginWrap .tableForm {margin-bottom:1.6em; width:300px;}
.loginWrap .tableForm th {font-size:105%; font-weight:normal;}
.loginWrap .tableForm .submitBtn {margin-top:6px;}
.loginWrap .tableForm.inline {width:350px;}
.loginWrap .tableForm.inline .submitBtn {margin-top:0px;}
.loginWrap .info {line-height:170%; color:#666;}
.loginWrap .infoArrow {line-height:160%;}
.loginWrap .infoArrow,
.loginWrap .info a {color:#666; padding-left:10px; background:url(../images/arrow.png) left .3em no-repeat;}
.loginWrap .infoPass {line-height:150%; color:#666; margin-bottom:1em; width:75%; padding:0;}
.loginWrap .regValid {line-height:155%; color:#484848; margin:0 2px;}

/*REGISTRATION*/
.regWrap {padding-bottom:20px;}
.regFormBox {
	border:1px solid #ddd;
	margin-top:-1px;
	padding:12px 15px 13px;
}
.regFormBox .tableForm {width:100%;}
.regFormBox.noteHolder {margin-bottom:20px;}
.regFormBox.fak {	border-bottom:1px solid #ccc; margin-bottom:15px;	}
.regFormBox  .regBox {
	float:left;
	width:325px;
	margin-right:30px;
	margin-bottom:10px;
}
.regFormBox .regBoxLast {
	margin-right:0;
}
.regWrap h2 {
	font-size:130%; font-weight:bold; margin-bottom:5px; color:#6AA00D;
	padding:0;
}
.regWrap .info {font-size:90%; color:#555; padding:.3em 0 .8em;}
.regWrap .tableForm th {
	width:6.5em;
	font-size:105%;
	color:#000;
	font-weight:normal;
}
.regWrap .regBoxNewsletter {margin:0 16px;}
.regWrap .submitHolder {margin:2em 16px 0em;}

/*MY ACCOUNT*/
#eshMyAccount .boxMain{
	padding:25px 5px 10px 25px;
	background:#fff;
}
.myAccount .btnHolder {
	float:left; width:220px;
	margin-bottom:20px;
	margin-right:20px;
}

#eshMyAccountMenu {
	padding:0 6px;
	position:relative;
	height:42px;
	border-bottom:1px solid #c8dded;
	background:url(../images/control-top-back.png) 0 bottom repeat-x;
	margin-bottom:20px;
}
#eshMyAccountMenu ul {
	margin:0; padding:0;
}
#eshMyAccountMenu ul li {
	float:left;
	background:0;
	padding:0;
	margin-right:6px;
}
#eshMyAccountMenu a {
	float:left;
	font-size:112%;
	font-weight:bold;
	height:40px; line-height:40px;
	vertical-align:middle;
	color:#205589;
	background:#dcf0f5 url(../images/displayby-bg.png) 0 7px repeat-x;
	border:1px solid #c8dded;
	border-bottom:0;
	border-radius:5px 5px 0 0;
	text-decoration:none;
	padding:1px 18px 0;
}

#eshMyAccountMenu a:hover {
	border-color:#85a8c3;
	text-decoration:underline;
}

#eshMyAccountMenu .selected > a {
	background-color:#fff;
	background-position:0 -34px;
	text-decoration:none;
	border:1px solid #c8dded;
	border-bottom:1px solid #fff;
}

#eshMyAccountMenu .logout {
	float:right;
	margin-right:0;
}
#eshMyAccountMenu .logout a {
	font-size:100%;
	font-weight:normal;
	margin-top:8px;
	height:32px; line-height:32px;
	background-position:0 1px;
	padding:1px 14px 0 10px
}
#eshMyAccountMenu .logout a > span {
	padding-left:15px;
	background:url(../images/myacc-logout.png) 0 1px no-repeat;
}


/*favourites*/
.favList {}
.favList .delBtn {margin:2px 1px 1px;}
/*watch*/
.watchList {}
.watchList .delBtn {margin:1px;}
.watchList .prodListTab {margin-bottom:10px;}
.watchListInfo {margin:0 0 1.3em; font-size:90%; color:#555;}

/*my orders*/
.myOrdersWrap {
	padding-bottom:0;
}
.myOrderItem {
	margin-bottom:1em;
	background:#e8f8fc;
}
.myOrderItem .header {
	background:#cae5ec;
	border-bottom:1px solid #a8cdd6;
	padding:1em 1.5em .9em;
}

.myOrderItem .ordersHeader {
	background:#cae5ec;
	border-bottom:1px solid #a8cdd6;

}
.myOrderItem .ordersHeader h2 {	padding:1em 1.5em .9em; font-size:130%; color:#00305f; margin:0;}
.myOrderItem .ordersHeader h2 > a {color:#00305f;}
.myOrderItem .ordersHeader .orderBtn {
	float:right;
	padding-left:7px;
	width:150px;
	font-size:15px;
	height:34px; line-height:34px;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	background:url(../images/order-btn.png) 0 0 no-repeat;
	margin:10px;
}
.myOrderItem .ordersHeader .orderBtn:hover {background-position:0 -34px;}
.myOrderItem .ordersHeader .orderBtn.storno {color:#d70f0f;}
.myOrderItem .ordersHeader .orderBtn.storno:hover {background-position:0 -68px;}


.myOrderItem .ordersContent {
	color:#00305f;
}
.myOrderItem td.last {border:0;}

.myOrderItem .ordersContent th,
.myOrderItem .ordersContent td {
	vertical-align:top;
	padding:0 1.1em .8em;
	border-right:1px solid #a8cdd6;
}

.myOrderItem .ordersContent th.last,
.myOrderItem .ordersContent td.last {border-right:0;}
.myOrderItem .box .status {
	color:#00BFEF;
}
.myOrderItem .ordersContent th {
	color:#0e579e;
	font-size:120%;
	padding:.6em 1em .4em;
}


/* order detail */
.myOrderItemTable {margin-bottom:2em;}
.myOrderItemTable th,
.myOrderItemTable td {
	border-bottom:1px solid #ddd;
	padding:.5em .8em;
}
.myOrderItemTable .status {font-weight:bold;}

.myOrderSummary {border-collapse:collapse; width:100%;}
.myOrderSummary th,
.myOrderSummary td {padding:5px 5px; text-align:left; border:1px solid #ccc;}
.myOrderSummary .ar {text-align:right;}
.myOrderSummary h2 {margin-top:1em;}
.myOrderSummary .priceFinal {font-weight:bold; color:#000; white-space:nowrap;}
.myOrderSummary .variant {font-size:90%;}

/*FACEBOX*/
/* form table */
#facebox .fbLabel {

	font-size:18px;
	font-weight:bold;
	margin:0 0 0.5em;
}
#facebox .content {
	padding:10px 15px 15px;
}
#facebox .tableForm th, #facebox .tableForm td {
	vertical-align:top;
	padding:3px 0 3px 0;
}
#facebox .tableForm th {padding-right:10px;}
#facebox .tableForm .inputText {width:250px;}
#facebox .tableForm .fbTextarea {
	width:250px; height:200px;
}
#facebox .tableForm .submitBtn {margin-top:0.5em;}
/*payment & transport*/
#facebox .fbPayment {width:600px;}
#facebox .fbPayment .fbLabel {margin-left:10px;}
/*items*/
#facebox .fbPayment .itemWrap {border:1px solid #ddd; padding:6px 7px 7px; margin-bottom:1.6em;}
#facebox .fbPayment .itemsHolderTable {width:100%; border-collapse:collapse;}
#facebox .fbPayment .itemsHolderTable td {
	padding:8px 10px 9px;
	vertical-align:top;
	background:#eee;
	border:2px solid #fff;
}
#facebox .fbPayment .itemsHolderTable .even td {background:#ddd;}
/*tds*/

#facebox .fbPayment .itemsHolderTable .ico {float:right; margin:0 0 0 10px; max-width:215px;}
#facebox .fbPayment .itemsHolderTable .desc label {font-weight:bold; font-size:105%; display:block; margin-bottom:0.2em;}
#facebox .fbPayment .itemsHolderTable .desc .text {font-size:90%; color:#333; line-height:140%;}
#facebox .fbPayment .itemsHolderTable .desc ul {margin-left: 18px;}
#facebox .fbPayment .itemsHolderTable .price {color:#6AA00D; font-weight:bold; text-align:right; font-size:110%; width:100px;}

/*manufacturers*/
#eshProducers.detail {
	background:#fff;
	padding:18px 20px 25px;
}
.manufWrap .manufItem {
	margin-bottom:15px;
	background:#fff;
	padding:0 5px 10px;
	border-bottom:1px solid #ddd;
}
.manufWrap .manufDesc {font-size:90%;}
.manufWrap .manufDesc span {color:#777;}
.manufDetailImg {float:left; width:150px; text-align:center;}
.manufDetailContent {color:#444; line-height:140%;}
.manufDetailContent.img {margin-left:168px;}
.manufDetailContent .manufLink {margin-bottom:0.2em;}
.manufDetailContent p {margin-bottom:.5em;}
.manufDetailContent .manufLabel {font-weight:bold;  font-size:105%; margin:0.2em 0; padding:0;}
.manufDetailContent .manufLabel a {}
.manufDetailContent .manufLabel a:hover {color:#222;}

.manufDetailWrap {margin-bottom:20px;}
.manufDetaillistWrap h3 {margin-bottom:0.6em; padding:0;}
.manufDetaillistWrap ul {margin-left:16px;}
.manufDetaillistWrap ul > li {padding:3px 0 4px;}
.manufDetaillistWrap li > a:hover {}
.manufDetaillistWrap li > em {}


/* GATEWAYS */
/* Paypal */
.cartStep4 .gwPaypal {float:right;}
.cartStep4 .gwPaypal img {float:left; margin-right:4px;}
.cartStep4 .gwPaypal .nextBtn {
	text-align:center; padding:0; width:190px; border-radius:5px; -moz-border-radius:5px;
	background-image:none;
	text-shadow:0 1px 0 rgba(0,0,0,.2);
}

/* Moneybookers */
.cartStep4 .gwMoneybookers {float:right;}
.cartStep4 .gwMoneybookers button.nextBtn {
	width:280px;
	text-align:center; padding:0;
	border-radius:5px; -moz-border-radius:5px;
	background-image:none;
	text-shadow:0 1px 0 rgba(0,0,0,.2);
}
.cartStep4 .gwMoneybookersTable {width:280px; margin-bottom:7px;}
.cartStep4 .gwMoneybookersTable td {padding:0 5px 5px 0; text-align:left; vertical-align:middle;}

/* Essox */
.cartStep4 .gwEssox {float:right;}
.cartStep4 .gwEssox .nextBtn {
	width:200px;
	text-align:center; padding:0;
	border-radius:5px; -moz-border-radius:5px;
	background-image:none;
	text-shadow:0 1px 0 rgba(0,0,0,.2);
}

/* 3dSecure */
.cartStep4 .gw3dsecure {float:right;}
.cartStep4 .gw3dsecure button.nextBtn {
	width:280px; padding-right:27px;
	background-image:url(../images/button-moneybookers.png);
	background-position:0 0;
}
.cartStep4 .gw3dsecure button.nextBtn:hover {background-position:0 bottom;}
.cartStep4 .gw3dsecureTable {width:280px; margin-bottom:7px;}
.cartStep4 .gw3dsecureTable td {padding:0 1px 5px 15px; text-align:left; vertical-align:middle;}
.cartStep4 .gw3dsecureTable th {padding:0; text-align:left; vertical-align:middle;}


/*box Callback*/
#detailBoxCallback {
	font-size:90%;
	background:#e0e0e0;
	margin-bottom:20px;
	position:relative;
	padding-bottom:1px;
}
#detailBoxCallback .label {
	font-size:14px;
	font-weight:normal;
	padding:6px 14px 5px;
	color:#000;
	background:#bbb;
	border-bottom:4px solid #aaa;
}
#detailBoxCallback .content {
	padding:9px 14px 11px;
}
#detailBoxCallback .formWrap {position:relative;height:25px;}
#detailBoxCallback .submitBtn {
	position:absolute;
	top:0; left:215px;
	width:35px;
}
#detailBoxCallback .inputText {
	position:absolute;
	top:0; left:0;
	padding:4px 4px;
	width:200px;
	border:1px solid #ccc;
}
#detailBoxCallback .inputText:focus {border-color:#888;}

/* no items */
.boxMain .noItems {
	padding:20px 20px 22px;
}

#payu_ {
	background: #FFF;
}
#payu_ table.table-payu  {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #FFF;
	margin: 0;
}
#payu_ table.table-payu td {
	border-width: 0;
	background-color: #FFF;
}

.eshCartB2BLowKredit {
	display: none;
	border: 5px solid #E00;
	color: #200;
	padding: .5em .7em;
	width: 200px;
	float: right;
	text-align: center;
	font-weight: bold;
}


.ticketGifts .ticketHeading {
	font-size: 16px; display: block;
}
.ticketGifts ol {
	padding-left: 27px;
}
.ticketGifts li {
	padding: 10px;
}
.ticketGifts li img.voucherPreview  {
	border: 5px solid #F0F0F0;
	margin: 0 3px;
	height: 60px;
	/*box-shadow: 0 0 2px #BBB;*/
	cursor: pointer;
}
.ticketGifts li img.voucherPreview:hover {
	border-color: #DCF8FF;
}
.ticketGifts li img.active.voucherPreview  {
	border-color: #DCF8FF;
	box-shadow: 0 0 2px #00BAEA;
}
.ticketGifts li a.zoom {
	margin-left: -18px;
	position:relative;
	left: -12px;
	top: -6px;
	border: 0;
}
.ticketGifts li textarea {
	margin: 4px 3px;
	padding: 3px;
	height: 60px;
	width: 200px;
	border: 1px solid #CCC;
	font-size: .9em;
}




.ticketGifts ol {list-style:none;}
.voucherItem {float:left;position:relative;height: 120px; margin-right:8px;}
.voucherItem img.voucherPreview {position:absolute;bottom:10px;left:22px;}
.voucherItem img.voucherPreview {width:28px !important;height:28px !important;background: url(../images/vouchers/checkboxKosik.png) left top no-repeat;}
.voucherItem img.voucherPreview.active {background-position:left -56px;}
.voucherItem .jq_lightbox {position:relative;float:left;}
.voucherItem .jq_lightbox span {display:none;}
.voucherItem .jq_lightbox:hover span {display:block;position:absolute;top:0;left:0;background: url(../images/vouchers/plus.png) center center no-repeat;width:85px;height:60px;}