#header ul.sub-menu{
	width: 120px;
}
#header ul.cnt-uparent>li.selected:nth-last-child(2) a, #header ul.cnt-uparent>li.selected:nth-last-child(1) a{
	color: #000;
}
#header ul.cnt-uparent>li:last-child{
	border-top: 1px solid #292929;
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
}
#header ul.cnt-uparent>li.selected:nth-last-child(2), #header ul.cnt-uparent>li.selected:nth-last-child(1){
	background: #E5E7E9;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #000;
}
.carousel.horizontal > a{
	cursor: pointer;
}
.carousel.horizontal > a.disabled{
	cursor: auto;
}


.categories > li.item:first-child{
	border-top:none;
}
.categories li.item{
	border-top:1px solid #CDD7DB;
	font-size:14px;
	line-height:18px;
	font-weight:300;
}
.categories li.item a{
	color:#484e51;
	padding:11px 0px 11px 20px;
}
.categories li.item>ul{
	padding: 0 30px;
}


/* =overlay
---------------------------------------------------- */
.overlay.moreF{
	background:url(../img/overlay.png) repeat 0 0;
	position: fixed;
	left:0px;
	top:0px;
	right:0px;
	height:100%;
	z-index:200;
	display: none;
}

.overlay.moreF .dtable{
	height:100%;
	margin:0 auto;
}
.overlay.moreF .dtablecell{
	vertical-align: middle;
}
.overlay.moreF .layer{
	background:#fff;
	min-width:642px;
	text-align: left;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	   		border-radius: 5px;
	position: relative;
	border:5px solid #fff;
}
.overlay.moreF .layer:before {
	position: absolute;
	width: 75px;
	height: 5px;
	background: #aece24;
	content: ' ';
	left: 28px;
	top: -5px;
	-webkit-border-radius: 0 0 3px 3px;
			border-radius: 0 0 3px 3px;
}
.overlay.moreF .layer.notab:before{
	display:none;
}
.overlay.moreF .layer > .inner{
	padding:23px 23px;
	max-height:600px;
	overflow:auto;
}
.overlay.moreF .layer .title{
	border-bottom:1px solid #ebebeb;
	font-size:24px;
	line-height:28px;
	font-weight:600;
	color:#484e51;
	padding:0px 0px 18px;
	margin-top:-5px;
}
.overlay.moreF .layer .title.light{
	font-size:18px;
	font-weight:300;
	color:#687278;
}
.overlay.moreF .layer .title.light .fbold{
	font-weight:600;
	color:#272a2c;
}
.overlay.moreF .actions{
	background:#f4f2f2;
	padding:12px 0px;
	text-align: center;
}
.overlay.moreF .actions li p{
	border-left:1px solid #ccc;
	padding:10px 0px;
}
.overlay.moreF .actions li:first-child p{
	border-left:none;
}
.overlay.moreF .icon.close{
	position: absolute;
	right:28px;
	top:22px;
}



/* =form`s -> search results layer
---------------------------------------------------- */
.form-search-results-layer{
	width:786px;
	font-size:12px;
	line-height:16px;
}
.form-search-results-layer fieldset{
	background:#f6f6f6;
	border:1px solid #dcdfdf;
	margin:10px 0px;
	-webkit-border-radius: 3px;
			border-radius: 3px;
}
.form-search-results-layer fieldset h6{
	font-size:16px;
	line-height:20px;
}
.form-search-results-layer fieldset h6 a{
	color:#62676a;
	padding:12px 22px;
	background:url(../img/icon-arrow-1.png) 100% 50% no-repeat;
	background-origin:content-box;
}
.form-search-results-layer fieldset.active h6 a{
	background-image:url(../img/gallery-carousel-next.png);
}
.form-search-results-layer fieldset h6 + .row-group{
	border-top:1px solid #dcdfdf;
}
.form-search-results-layer fieldset .row-group{
	padding:19px 22px;
}
.form-search-results-layer fieldset.active .row-group{
	display:block;
}
.form-search-results-layer .row{
	margin-top:14px;
}
.form-search-results-layer .row:first-child{
	margin-top:0px;
}
.form-search-results-layer h5{
	font-size:16px;
	line-height:20px;
	font-weight:600;
	color:#272a2c;
	margin-top:15px;
}
.form-search-results-layer h5:first-child{
	margin-top:0px;
}
.form-search-results-layer h5 a.allItems{
	font-size:14px;
	color:#a4a9ac;
	font-weight:400;
}
.form-search-results-layer .item{
	margin-right:13px;
}
.form-search-results-layer .f_checkbox{
	margin-right:3px;
}
.form-search-results-layer input[type="text"]{
	line-height:22px;
	height:22px;
	padding:4px 10px;
	border:1px solid #cdd1d1;
	font-size:14px;
	font-weight:300;
	width:48px;
}
.form-search-results-layer input[type="text"].string{
	width:134px;
}
.form-search-results-layer label{
	margin:0px 5px;
}
.form-search-results-layer label:first-child{
	margin-left:0px;
}
.form-search-results-layer .check-list{
	margin-top:-7px;
}
.form-search-results-layer .check-list{
	-webkit-column-count:3; /* Chrome, Safari, Opera */
	   -moz-column-count:3; /* Firefox */
			column-count:3;
}
.form-search-results-layer .check-list li{
	margin:7px 0px 0px;
}
.form-search-results-layer .submitbar{
	margin-top:32px;
}



table.compare_table tr:nth-child(even){
	background: #eee;
}
table.compare_table td span.price{
	font-weight: bold;
	color: #35448E;
	font-size: 14px;
}
table.compare_table td.pic{
	text-align: center;
}

table.compare_table td.pic a img{
	max-width: 100%;
}

table.compare_table td a{
	color: #283886;
}
table.compare_table td{
	text-align: left;
	border-left: 1px solid #dedede;
	color: #6E6F73;
	padding: 5px 20px;
	white-space: wrap;
}
table.compare_table th{
	text-align: right;
	padding: 5px 20px 5px 10px;
	white-space: wrap;

	font-weight: normal;
	color: #434550;
}

div#mask_full{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #444;
	opacity: 0.8;
	z-index: 2020;
	display: none;
}


div#window_content{
	margin: 0 10px;
	padding: 0 10px;
	height: 100%;
	overflow: auto;
}
div#window{
	display: none;
	position: fixed;
	z-index: 2020;
	top: 100px;
	bottom: 100px;
	background: #fff;
	border: none;
	min-width: 1000px;
	max-width: 1200px;
	margin: auto;
	padding: 10px 0;
	left: 1%;
	right: 1%;
	min-height: 400px;
	border-radius: 10px;
}

div#close_modal, .overlay-close{
	display: block;
	width:33px;
	height:33px;
	right:-16px;
	top:-16px;
	background: #fff url(/img/icon-remove.png) center center no-repeat;
	position: absolute;
	border-radius: 10px 10px 10px 22px;
	cursor: pointer;
}

.selected .counter{
	display: none;
}

ul.sendMenu>li>div{
	display: none;
}
/*ul.sendMenu>li>label.selected+div{
	display: block;
}*/
.icon.view>img{
	z-index: 1;
}

#campbox-ilu>.more{
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin: 0;
	opacity: 0.8;
}
#campbox-ilu{
	position: relative;
	text-align: center;
	line-height: 255px;
	vertical-align: middle;
}

input[type="checkbox"]+label.error{
	position: absolute;
	margin-left: 200px;
}

#address .label>p{
	font-size: 11px;
}
#address .label label>span{
	color: #f00;
}
#address .area {
	margin-left: 300px;
}
#address .label {
	min-width: 300px !important;
}

#basket .price-summary{
	margin: 0 !important;
}
.navi-list .dropdown.w40{
	width: 50px !important;
}
