@CHARSET "UTF-8";

body {
	background: #fff;
	color: #333;
	text-align: center;
	background-color: #fbfbfb;
}

a {
	color: #333;
	text-decoration: underline !important;
}
a:hover, a:active, a:focus {
	color: #555;
	text-decoration: none !important;
}

a.js, .js-action {
	text-decoration: none !important;
	border-bottom: 1px dotted !important;
}
a.js:hover, .js-action:hover {
	color:#555;
}

small { font-size: 0.8em; }
strong { font-weight: bold; }
input { padding:2px; }
div.clear {
	clear:both;	
}
.required {
	color:red;
	}
.ok {
	color:green;
	}
.comment {
	font-size: 0.85em;
	}
.total {font-weight: bold;}

.confirm {
	padding:8px 5px 8px 30px;
	color:#760084;
	border:1px solid #d7d69b;
	border-radius:5px;
	margin:5px 0;
	background: #fff url(/images/warning.png) no-repeat 8px center;
	}


.wbr {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, начиная с 1999 года */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.max-w-100 {max-width: 100px;}
.max-w-250 {max-width: 250px;}

.textimage span {
	display: none;
}


.wrapper {
	width:90%;
	min-width: 980px;
	max-width: 1230px;
	margin: 0 auto;
	text-align: left;
	}

.shell {
	box-shadow: 0px 0px 20px rgb(223, 223, 223);
	padding:0 15px 30px 15px;
	background-color: #f5f5f5;
	}

#body {
	position: relative;
	}
#body-center {
	margin: 0 230px 0 250px;
	}
#body-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	}
#body-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	}

/*** HEADER
**************************************************/

#header {
	height:107px;
	position: relative;
	background: transparent url("/images/menu_bg.png") repeat-x left bottom;
	position: relative;
	margin-bottom:30px;
	}
	#header .title {
		position:absolute;
		top:5px;
		left:10px;
		}
		#header .title a {
			display: block;
			width:350px;
			height:72px;
			text-indent: -9999px;
			overflow: hidden;
			background: transparent url("/images/gs1707.png") no-repeat left top;
			}
	#header .phone {
		position:absolute;
		top:25px;
		right:0px;
	    color: rgb(249, 209, 0);
	    font-size: 1.9em;
	    line-height: 0;
	    font-weight:bold;
	    text-shadow: 0px 0px 1px rgb(0, 0, 0);
		}

	#header .address {
		position:absolute;
		top:42px;
		right:0px;
	    font-size: 1em;
		}



/*** BODY MENU
**************************************************/

.body-menu {
	position: absolute;
	left: 40%;
	bottom: 32px;
	height: 35px;
	}

.body-menu li {
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
}

.body-menu li a, .body-menu li span {
	display: block;
	margin-left: 5px;
	margin-right: 0;
	line-height: 27px;
	text-align: left;
	color:#171717;
	font-size:1.2em;
	text-decoration: none;
	cursor: pointer;
	padding-left:15px;
	padding-right:15px;
	font-family: "trebuchet ms",sans-serif;
	text-transform: uppercase;
	font-weight: bold;	
	}

.body-menu li span {
	outline: 0;
	padding-left: 25px;
	background: transparent url(/images/rolls/menu.gif) no-repeat left bottom;
	}


.body-menu li a:hover, .body-menu li span:hover, .body-menu ul li:hover a, 
.body-menu li.active span, .body-menu li.active ul li.active a, .body-menu li.hovered > span {
	text-decoration: none;
	text-shadow: 0px 0px 1px rgb(0, 0, 0);
	color:#f9d100;
}

.body-menu li.hovered > span {
	background-position: left top;
}

.body-menu li ul {
	display: none;
	height: auto;
	position: absolute;
	z-index: 200;
	line-height: 30px;
	background-color: #f9d100;
	padding: 4px;
	border-radius:7px;
	box-shadow:0 0 4px #555;
}

.body-menu li.nojs:hover ul {
	display: block;
}

.body-menu li li {
	display: block;
	float: none;
	margin: 0;
}

.body-menu li li a {
	background-image: none;
}

.body-menu li ul a {
	display: block;
	text-align: left;
	width: 262px;
	text-decoration: none;
	border-bottom: 1px solid #ffdf3a;
	padding: 0;
	margin: 0;
}

.body-menu li ul a, .body-menu li.has-submenu ul a { 
	padding-left: 23px;	
}

.body-menu li ul li:last-child a {
	border: none;
}

.body-menu li ul a:hover, .body-menu li ul li:hover a {
	background: #eec800;
}



/*** PATH
**************************************************/
#path {
	margin-bottom:10px;
	color: #b8b8b8;
	font-size: 0.85em;
	}
#path a {
	color: #efd125;
}
#path span {
	display:inline-block;
	margin:0 5px;
}
#path h1 {
	background-color: #f9d100;
	font-size: 1.8em;
	padding:2px 10px;
	text-transform: uppercase;
	color: #171717;
	margin-top:10px;
	}




/*** CONTENT
**************************************************/

	#content {
		min-height: 1050px;
		text-align: left;
		padding: 0;
		position: relative;
		}

/* правая колонка внутри страницы */

#body-right-column {
	width: 45%;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 20px;
}


#body-right-column h3 {
	font-size: 140%;
	padding-bottom: 8px;
	margin-bottom: 16px;
}



#content h1 { 
	font-size:2em; 
	}
#content h2 { 
	font-size:1.7em; 
	padding-top: 5px;
	margin-right: 0pt;
	margin-bottom: 8px;
	margin-left: 0pt;
}
#content h3, #content .title { 
	font-size:1.4em;
	margin:10px 0;
	}
#content .title { 
	border:0;
	}
#content h5 { 
	font-size:1.1em;
	text-transform: uppercase;
	margin:5px 0;
	}

#content p { 
	margin:3px 0;
	padding:0;
	}


#content ul {
	list-style:disc;
	}
	#content ul li {
		margin-left: 10px;
		margin-bottom:3px;
		}

#content p, #content ul {
	padding-bottom: 10px;
	font-size: 95%;
}
#content hr {
	color: #888; 
	background-color: transparent; 
	border: 1px dashed #888; 
	border-style: none none dashed; 
}

#content li {
	background: transparent url(/images/icons/list.png) no-repeat 4px 8px;
	padding-left: 13px;
}

#content a.news-image {
	display: block;
	float: left;
}
#content a.news-image img {
	border: 0;
}

#content .news-with-image {
	margin-left: 115px;
}

#body-right-column hr {
	color: white; 
	background-color: white; 
	border: 1px dashed #afaf94; 
	border-style: none none dashed; 
}


#content .button, #content .button-disabled {
	background-color: #f9d100;
	height:27px;
	/* line-height:27px; */
	padding: 1px 7px;
	border:none; 
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	}
	#content .button:hover {
		background-color: #ffe352;
		}
	#content a.button {
		padding: 1px 15px;
		}
		
#content .button-disabled {
	background-color: #cecec3;
	color:#a0a0a0;
	cursor:default;
	}

.truncate_more_link {
	text-decoration: none;
	border-bottom:1px dotted;
	}

#content .price-list-button {
	font-size:0.75em;
	display: inline-block;
	background: #f9d100 url(/images/excel.png) no-repeat 7px 4px;
	text-align: left;
	padding:4px 10px 6px 45px !important;
	line-height:15px;
	height:38px;
	}


.unit-availability-status-round {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius:6px;
	margin:0 5px;
	}
.unit-availability-status-1 {
	background-color: #93ca0e;
	}
.unit-availability-status-2 {
	background-color: #ffc33c;
	}
.unit-availability-status-3 {
	background-color: #b8b8b8;
	}


/*** SEARCH FORM
**************************************************/

#search {
	margin-bottom: 20px;
}

#search form {
	width:100%;
	height: 33px;
	position: relative;
	}

#search input.field {
	position:absolute;
	top:0;
	left:0;
	width:148px;
	height: 29px;
	background: #292929 url("/images/search.gif") no-repeat 6px 6px;
	color: #fff;
	padding: 2px 2px 2px 35px;
	border:0;
	font-size: 14px;
	}
	#search input.field::-webkit-input-placeholder {
			   color: #fff;
			   opacity:1;
			}
	#search input.field:-moz-placeholder { /* Firefox 18- */
			   color: #fff;
			   opacity:1;
			}
	#search input.field::-moz-placeholder {  /* Firefox 19+ */
			   color: #fff;
			   opacity:1;
			}
	#search input.field:-ms-input-placeholder {  
			   color: #fff;
			   opacity:1;
			}			
	

#search input.button {
	position:absolute;
	top:0;
	right:0;
	width: 33px;
	height: 33px;
	border:0;
	background: #292929;
	color:#fff;
	cursor:pointer;
	}


/*** PRICE LIST
**************************************************/
#price-list {
	margin-bottom: 20px;
}



/*** CATALOG MENU
**************************************************/

#menu {
	margin-bottom: 30px;
	}

#menu ul a {
	color: #3f3f2e;
	text-decoration: none;
	display: block;
}

#menu span, #menu em {
	display: block;
	font-style: normal;
}

#menu ul li {
	display: inline;
}

#menu li.openable span {
	background: transparent url(/images/rolls/left-menu2.png) no-repeat -303px center;
	padding-right: 15px;
}

#menu li.openable a {
	outline: 0;
}

#menu li.closed span {
	background-position: 190px center;
}


#menu ul.level0 > li > a {
	line-height: 36px;
	padding-left: 10px;
	text-decoration: none !important;
}

#menu ul.level0 > li > a.current {
	font-weight: bold;
}

#menu ul.level0 > li.openable > a {
	padding-left: 10px;
}


#menu ul.level0 > li > a,
#menu ul.level0 > li.openable.closed > a {
	background: #6c6e74;
	background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
	background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	box-shadow:inset 0px -4px 4px -3px #454545;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;	
	color:#fff;
	}

#menu ul.level0 > li.openable > a,
#menu ul.level0 > li > a.current, 
#menu ul.level0 > li > a:hover,
#menu ul.level0 > li.openable.closed > a:hover,
#menu ul.level0 > li > a.active {
	background: #a5cd4e;
	background: -moz-linear-gradient(top, #ffeb43 0%, #ffd600 40%, #deb201 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeb43), color-stop(40%,#ffd600), color-stop(100%,#deb201));
	background: -webkit-linear-gradient(top, #ffeb43 0%, #ffd600 40%, #deb201 100%);
	background: -o-linear-gradient(top, #ffeb43 0%, #ffd600 40%, #deb201 100%);
	background: -ms-linear-gradient(top, #ffeb43 0%, #ffd600 40%, #deb201 100%);
	background: linear-gradient(top, #ffeb43 0%, #ffd600 40%, #deb201 100%);
	box-shadow:none;
	color:#171717;
}

	

#menu ul.level0 > li.closed ul {
	/*display: none;*/
}

#menu ul.level1 > li.closed > ul {
	/*display: none;*/
}

#menu ul.level1 > li a {
	background-color: #ced3d9;
	line-height: 36px;
	border-bottom: 1px solid #bec5cc;
	padding-left: 20px;
}

#menu ul.level1 > li.openable > a {
	padding-left: 20px;
}

#menu ul.level1 > li a:hover {
	background-color: #d3e2f4;
}

#menu ul.level1 > li a.current {
	background-color: #f5f5f5;
	display: block;
	font-weight: bold;
}

#menu ul.level2 li a {
	background-color: #e5e8eb;
	display: block;
	border-bottom: 1px solid #d5dbe0;
	padding-left: 45px;
}

#menu ul.level2 > li a.current {
	border-bottom: 1px solid #d5dbe0;
	font-weight: bold;
	color: #48430f;
	background-color: #f5f5f5;
}



/*** GRAY BOX
**************************************************/
.gray-box {
	border-radius: 7px;
	background-color: #424242;
	margin-bottom:10px;
	}
	.gray-box .title {
		padding: 3px 5px;
		font-size: 1.5em;
		background: #f9d100 url("/images/h2-small.gif") no-repeat right 0px;		
		}
	.gray-box .content {
		padding:15px;
		color: #fff;
		}
		.gray-box .content p {
			padding:3px 0;
			}
		.gray-box .content a {
			color: #fff;
			}
	


/*** FOOTER
**************************************************/

#footer {
	background-color: #2c2c2c;
	padding:10px 20px;
	margin:10px -15px;
}
	#footer, #footer a {
		color:#b8b8b8;
	}
	
	#footer .col-left {
		float:left;
	}

	#footer .col-right {
		float:right;
	}

#footer-content {
	margin-left: auto;
	margin-right: auto;
	min-height: 145px;
	text-align: left;
	width: 95%;
	
	padding-top: 26px;
	color: white;
}

#footer-links {
	float: right;
	padding-right: 50px;
}

#footer-content strong.footer-title {
	font-size: 150%;
	padding-bottom: 5px;
	font-weight: normal;
}
#footer-content p {

}
#footer-content address {
	padding-top: 10px;
	display: block;
	font-size: 140%;
	padding-bottom: 10px;
}
#footer-content address span {
	color: #fef200;
}

#footer-links ul {
	float: right;
	margin-bottom:30px;
}
#footer-links ul li {
	display: inline;
	margin-left:10px;
}
#footer-links ul li a {
	color: #0bbaff;
}




/* voting
**************************************************/
#votings {
	text-align: left;
	}
#votings h4 {
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:10px;
	}
.voting-box {
	margin-bottom:20px;
	}
.voting-box p.question {
	color:#f9d100;
	font-size:1.1em;;
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom: 3px double #ccc;
	}
.voting-box label {
	display:inline-block;
	margin-bottom:8px;
	}
.voting-box input.answer {
	margin-right:4px;
	}
.voting-box .button-panel {
	border-top: 3px double #ccc;
	margin-top:7px;
	padding-top:8px;
	text-align: center;
	}
	
	
.voting-box .button, .voting-box .button-disabled {
	background-color: #f9d100;
	height:27px;
	line-height:27px;
	padding: 1px 3px;
	border:none; 
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	}
	.voting-box .button:hover {
		background-color: #ffe352;
		}
	.voting-box .button-disabled {
		background-color: #ccc;
		color:#888;
		cursor:default;
		}		
		
.voting-box .result {
	margin-bottom:6px;
	padding-bottom:4px;
	border-bottom:1px dotted #ccc;
	}
.voting-box .result p {
	margin:0 0 2px 0;
	clear: both;
	}
.voting-box .result .canvas {
	width:80%;
	float:left;
	}
.voting-box .result .canvas div {
	background-color: #ffe352;
	color: #ffe352;
	min-width:6px;
	 -moz-border-radius: 3px; 
	 -webkit-border-radius: 3px; 
	 -khtml-border-radius: 3px; 
	 border-radius: 3px;
	}
.voting-box .result .num {
	width:20%;
	float:left;
	text-align: right;
	}
.voting-box .total {
	font-weight:normal;
	font-style: italic;
	}

/* PhotoGallery
*********************************************/
.phg-album-row {
	border-bottom:1px dashed #afaf94;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
	.phg-album-row img {
		float:left;
		margin-right: 10px;
		}
	#content .phg-album-row h2 {
		font-weight: normal;
		float:left;
		margin-top: 10px;
		}
.phg-item {
	margin: 0 25px 10px 0;
	display:inline-block;
	padding:5px;
	background-color: #fff;
	border:1px solid #888;
	}



/*** Unit
***********************************/

/*** unit images ***/	
.unitImgBox {
	width:250px;
	height:250px;
	margin:10px 0 0 10px;
	}	
	.unitImgBox a {
		position: relative;
		display:block;
		width:250px;
		height:250px;
		}	
		.unitImgBox a span {
			position: absolute;
			display:block;
			bottom:-5px;
			right:-5px;
			font-size:0.85em;
			color:#003399;
			line-height: 18px;
			padding-right:20px;
			background: transparent url("/images/zoom.png") top right no-repeat;
			}	
.prod_pic {
	width:270px;
	height:270px;
	background-color:#fff; 
	}
.prod_preview {
	width:290px;
	margin:9px 0 0 -5px;	
	}
.imgGalleryPreview {
	float:left;
	display:block;
	margin: 0 5px 5px 0;
	width:90px;
	height:90px;
	}
	.imgGalleryPreview img {
		margin: 5px 0 0 5px;
		border:1px solid #c0c0c0;
		}
		.imgGalleryPreview img.a {
			border:1px solid #d7d69b;
			}
/*** unit content ***/
.unit-box {
	}
	.unit-box h1 {
		margin: 0;
		padding: 0;
		}
	.unit-box .shop-basket-input {
		width:60px;
		height: 27px;
		}
		
	.unit-box .table th {
		font-size:0.9em;
		font-weight: bold;
		color:#999;
		}
		


/* bootstrap correction
****************************************/
#search input.field {
	width: 184px;
	height: 33px;
	}
.address p {
	margin:0;
	}


/* Tables
******************************************************************************/
/******* Goods Table ********/

table.std {
	border-collapse: separate;
	border-spacing: 2px;
	}	
	table.std th, table.std td {
		padding:5px 5px 5px 0;
		}		
	table.std th {
		font-size: 0.85em;
		font-weight: bold;
		text-align: center;
		line-height:28px;
		background-color: #424242;
		}		
		table.std th a {
			color:#f9d100;
			}		
	table.std td {
		border-bottom:1px solid #dadada;
		}	
	table.std td.code {
		font-family:monospace;
		color:#92927f;
		text-align: center;
		}	
	table.std td.price {
		font-size:1.2em;
		/*color:#760084;*/
		text-align: right;
		white-space: nowrap;
		}
		table.std td.price .low {
			color:#60a30a;
			background-color:#deefd0;
			text-align: inherit;
			display: inline-block;
			border-radius:3px;
			padding:2px 4px;
			}
		table.std td.price .high {
			font-size:0.8em;
			color:#444;
			text-align: inherit;
			}
	table.std td.descr {
		font-size:0.9em;
		font-style: italic;
		}
	table.std td.basket {
		white-space: nowrap;
		width:100px;
		text-align: center;
		}
	table.std td.basket .measure {
		float: left;
		padding: 5px 2px;
		}
	table.std td img {
		border:1px solid #BEC5CC;
		}	
		table.std td img.seasone {
			border:0;
			text-align: left;
			vertical-align:middle;
			margin-right:2px;
			width: 20px;
			height: 20px;
			}	
	table.std th a.sort-asc {
		background: transparent url("/images/sort_a.png") no-repeat left 6px;
		padding-left:20px;
		display: inline-block;
		}	
	table.std th a.sort-desc {
		background: transparent url("/images/sort_d.png") no-repeat left 6px;
		padding-left:20px;
		display: inline-block;
	}

	table.std td.separator {
		height:3px;
		background-color:#d7d69b; 
		border:0;
		padding: 0;
		}

	table.std .credit-in-row {
		display:block;
		margin:5px 0;
		font-size:0.85em;
		}

table.faq td {
	padding:3px 5px;
	}
	table.faq td.fld {
		text-align: right;
		font-style: italic;
		}
	table.faq td.question {
		color:#8a3cbb;
		}
	table.faq td.answer {
	
		}
		
table.light {
	}		
	table.light th, table.light td {
		padding:5px 10px;
		}		
	table.light th {
		font-size: 0.85em;
		font-weight: bold;
		text-align: center;
		border-bottom:3px double #888;
		line-height:1.4em;
		border-right: 0;
		}		
	table.light td {
		border-bottom:1px solid #dadada;
		}
	table.light td.price {
		font-size:1.2em;
		text-align: right;
		white-space: nowrap;
		}
	table.light td img {
		border:1px solid #888;
		}	
	table.light td.fld {
		text-align: right;
		font-style: italic;
		}			
	table.light .total {
		font-weight: bold;
		}			

/*** INNER ***/
table.inner td {
	border:0;
	padding:0;
	margin:0;
	}	
	
table.params {
	}	
	table.params td {
		text-align: left;
		}	
		
	table.params .cat-avlb-0, table.params .cat-avlb-1, 
		table.params .cat-avlb-2, table.params .cat-avlb-3, 
		table.params .cat-avlb-4, table.params .cat-avlb-5 {
		margin:4px 0;
		}

/* Paginator
******************************************************************************/

.catNavigator {
	margin:5px 2px;
	line-height: 34px;
	text-align: center;
	background-color: #e5e5e5;
	
	}
	.catNavigator a {
		}		
	.catNavigator a.prevBtn b, .catNavigator a.nextBtn b  {
		font-weight:normal;
		}		
	.catNavigator span.prevBtn b, .catNavigator span.nextBtn b  {
		font-weight:normal;
		}		
	.catNavigator span.prevBtn, .catNavigator span.nextBtn  {
		color:#ccc;
		}		
	.catNavigator a.numBtn, .catNavigator a.numBtnA {
		text-align:center;
		padding:2px 10px;
		margin-right: 3px;
		font-size: 0.85em;
		}		
	.catNavigator a.numBtn {
		background-color: #f9d100;
		text-decoration: none;
		}		
		.catNavigator a.numBtn:hover {
			background-color: #ffe352;
			}		
	.catNavigator a.numBtnA {
		font-weight:bold;
		color:#fff;
		text-decoration:none;
		background-color: #424242;
		}

/**** Buttons paginator **********/
.buttons-paginator-box a, .buttons-paginator-box span {
	font-size:1em;
	border:0;
	padding:5px;
	font-family: Arial;
	 -moz-border-radius: 5px; 
	 -webkit-border-radius: 5px; 
	 -khtml-border-radius: 5px; 
	 border-radius: 5px;
	 text-decoration: none;
	 margin: 0 4px 0 0;
	 min-width: 22px;
	 text-align: center;
	 display:inline-block;
	}
	.buttons-paginator-box a:hover {
		background-color: #5a2b00;
		}
.buttons-paginator-box a {
	background-color: #3f260f;
	color:#fff;
}
.buttons-paginator-box span {
	background-color: #c0c0c0;
	color:#808080;
}

/* Alpha menu 
******************************************************************************/

#alphaHolder {
	position: relative;
}

#alphaHolder table {
	border: 0;	
}

#alphaHolder a {
	outline: 0;
}


#alphaListHolder {
	width: 100%;
	overflow: hidden;
}

.alphaChar {
	padding: 6px 9px;
	background-color: #f9d100;
	display: inline-block;
	margin: 0 0 2px 0;
	font-size:0.85em;
	text-decoration: none;
	border-radius:4px;
	}
	.alphaChar:hover, .alphaChar-shown {
		background-color: #ffe352;
		text-decoration: none;
	}

.alphabetList {
	display: none;
	position: absolute;
	max-height: 208px;
	width: 200px;

	background-color: #fff;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);	
	
	overflow: auto;
	z-index: 100;
	white-space: nowrap;
	text-align: left;
}

.alphabetListInner {
	overflow: auto;
	max-height:202px;
}

div.alphabetList-element {

}

a.alphabetList-element {
	line-height: 30px;
	border-top: 1px solid #eee;
	padding-left: 20px;
	display: block;
	padding-right: 10px;
}
	a.alphabetList-element:first-child {
		border-top: 0
	}

a.alphabetList-element-showable {
	background-image: url(/images/rolls/left-menu2.png);
	background-repeat: no-repeat; 
	background-position: 9px center;
}

a.alphabetList-element-shown {
	background-color: #ffe352;
	background-position: -484px center;
}
a.alphabetList-element:hover {
	background-color: #ffe352;
}


.alphabetSubList {
	position: absolute;	
	display: none;
	z-index: 200;
	width: 200px;
	
	background-color: #fff;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);	

	max-height: 208px;
	overflow: auto;
}

.alphabetSubListInner {
	overflow: auto;
	max-height:202px;
}

.alphabetSubList-element {
	display: block;
	line-height: 30px;
	border-top: 1px solid #eee;
	padding-left: 5px;
	padding-right: 5px;
	color: #3f3f2e;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	}
	.alphabetSubList-element:first-child {
		border-top: 0;
		}
.alphabetSubList-element:hover {
	background-color: #ffe352;
}

		
/* News
-----------------------------------------------------------------------------*/
#news {
	margin-bottom:0px;
	}
	#news p {
		font-size:0.9em;
		}
	#news img {
		margin: 0 10px 10px 0;
		max-width: 250px;
		float:left;
		}
	#news .news_fp_date {
		font-size:0.8em;
		}
	#news h2, #news h3 , #news .title {
		font-size:1.3em;
		font-weight: normal;
		border:0;
		}
	#news h4 {
		font-size:1.2em;
		margin:0 0 5px 0;
		padding:0;
		}
		#news h3.top, #news h3.top a {
			color:#e60000;
			}
			
#news-show img {
	margin: 0 0 10px 30px;
	max-width: 350px;
	float:right;
	}
.news_one_date {
	display:block;
	font-size:0.8em;
	}		
.news_one_header {
	display:block;
	font-size:1.8em;
	}	

.news {
	padding:10px 0;
	clear: both;
	}
	.news img {
		float:left;
		}

/* FILTER
******************************************************************************/
#filter {
	}
	#filter.float {
		position: absolute;
		width:200px;
		display: none;
		text-align: left;
		background-color: #e0e0d2;
		padding:20px 15px;
		}
		#filter.float .title {
			color:#fc38fa;
			padding:3px 0 7px 0;
			font-size: 1.3em;
			}
			
.filter-item {
	margin-bottom:10px;
	}
	.filter-item a {
		outline: none;
		}
	.filter-item span {
		color:#f9d100;
		}
	.filter-item a.select {
		display:block;
		background: #6c6e74;
		background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
		background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
		background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
		background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
		background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
		color:#fff;
		width:173px;
		line-height:29px;
		text-decoration: none !important;
		}
	.filter-item a.select span {
		padding-left:12px;
		color:#aaa;
		overflow: hidden;
		display:block;
		white-space: nowrap;
		background: transparent url(/images/rolls/left-menu2.png) no-repeat 157px center;
		}
	.filter-item a.select.open span {
		background-position: -337px center;
		}
	.filter-item a.current span {
		color:#171717;
		}
	.filter-item a.select:HOVER, 
	.filter-item a.open, 
	.filter-item a.open:HOVER,
	.filter-item a.current  {
		background: #a5cd4e;
		background: -moz-linear-gradient(top, #ffeb43 0%, #ffd600 40%, #deb201 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeb43), color-stop(40%,#ffd600), color-stop(100%,#deb201));
		background: -webkit-linear-gradient(top, #ffeb43 0%, #ffd600 40%, #deb201 100%);
		background: -o-linear-gradient(top, #ffeb43 0%, #ffd600 40%, #deb201 100%);
		background: -ms-linear-gradient(top, #ffeb43 0%, #ffd600 40%, #deb201 100%);
		background: linear-gradient(top, #ffeb43 0%, #ffd600 40%, #deb201 100%);
		color:#171717;
		}

	.filter-values {
		width:173px;
		max-height:200px;
		z-index:9999;
		background-color: #fff;
		}
	.filter-values-inner {
		overflow: auto;
		width:173px;
		max-height:200px;
	}
	.filter-values a {
		line-height: 25px;
		border-bottom: 1px solid #eee;
		padding-left: 20px;
		display: block;
		line-height:25px;
		}
	.filter-values a:HOVER {
		background-color: #ffe352;
		}
	.reset-current-condition a {
		color: #171717 !important;
		}
	.add-condition-title, .reset-condition-title {
		color:#888;
		font-size:0.85em;
		font-style:italic;
		border-bottom: 1px solid #888;
		padding: 5px 10px 5px 20px;
		display: block;
		}
	
	.add-condition-title {
		background-color: #eee;
		}
	.add-condition-list a {
		color: #42b1e0 !important;
		}
	
	.reset-condition-title {
		background-color: #eee;
		}
	.reset-condition-list a {
		color: #171717 !important;
		}
	/*
	.filter-item-reload {
		background-color: #fff;
		}
	a.filter-item-reload {
		color: #4c4c3d;
		}
	*/
.filter-reset-all {
	margin: 5px 0;
	}
	
/****** WIZARDS ********/
ul.wizard-makers li, .wizard-models li {
	padding:3px 10px;
}
.wizard-bodies li {
	font-size:1.2em;
	padding:10px 10px;
	}
.wizard-kinds li {
	font-size:1.4em;
	padding:10px 2px;
	}

/**** Helpers **********/
.helper-panel {
	background:transparent;
	padding:0px;
	margin-bottom:15px;	
	}
#content .helper-panel ul li {
	background: none;
	padding:0;
	margin:0 0 10px 0;
	}	
.helper-title-box {
	position: relative;
	}	
.helper-open .helper-title-box {
	margin:0 10px 10px 0;
	}
.helper-close .helper-title-box {
	margin-bottom:8px;
	}
	.helper-title {
		font-size:17px;
		margin-bottom:2px;
		color:#000;
		text-decoration: none !important;
		padding:2px 0 0 25px;
		display:block;
		}
		.helper-open .helper-title {
			background: url("/images/helper-bullet-opened.gif") no-repeat 3px 4px transparent;
			}
		.helper-close .helper-title {
			background: url("/images/helper-bullet-closed.gif") no-repeat 3px 4px transparent;
			}
				
		
.helper-open .helper-content-box {
	/*
	float:left;
	width:720px;
	*/
	position: relative;
	padding-bottom:5px;
	display:block;
	}
.helper-close .helper-content-box {
	display:none;
	}
	.helper-content-box p {
		padding:0 0 10px 0;
		margin:0;
	}
	.helper-content-box h2 {
		margin:0;
		padding:0;
		font-size:1.8em !important;
		color:#000;
	}


/*** BANNERS
*********************************************************/
#bottom-ad {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left:-250px;
	max-width: 500px;
	border-top: 1px solid #afaf94;
	height: 70px;
	padding-top: 10px;
	text-align: center;
	}

	#bottom-ad img {
		border: 0;
		}

.cms-banner {
	text-align: center;
	margin-bottom:5px;
	}	
	
/*** SHOP
*********************************************************/	

.inp_1 {	 
width:130px;
height:30px;					   
margin-left:21px;	 
margin-bottom:30px;
float:left;
}		  
.shop-basket-input {
	width:50px;
	/* height:23px; */
	padding: 5px 2px;
	border: 1px solid rgb(211, 211, 211);
	border-radius: 4px;
	text-align:center;
	float:left;
	}	
#content .shop-basket-button {
	background-color: #f9d100;
	width:27px;
	height:27px;
	padding: 1px 3px;
	margin-left:4px;
	border:none; 
	border-radius: 4px;
	float:left;
	cursor: pointer;
	color:#424242;
	}	
	#content input.shop-basket-button:hover {
		background-color: #ffe352;
		}
#content div.shop-basket-in {
	clear:both;
	font-size:0.86em;
	margin-top:5px;
	display:none;
	}	
#content div.shop-basket-confirm {
	clear:both;
	font-size:1em;
	position: absolute;
	-moz-border-radius: 7px !important; 
	-webkit-border-radius: 7px !important; 
	-khtml-border-radius: 7px !important; 
	border:1px solid #dadada !important;
	width:250px;
	line-height:30px;
	padding-left:15px;
	padding-right:15px;
	background-color: #fff;
	display:none;
	}	
	
#content ul.shop-basket-substitution {
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);	
	width:65px;
	display:none;
	z-index:1000;
	margin:0;
	padding:0;
	}
	#content ul.shop-basket-substitution li {
		border-top:1px solid #eee;	
		background: none;
		margin:0;
		padding:0;
		}
	#content ul.shop-basket-substitution li:FIRST-CHILD {
		border-top:none;	
		}
	#content ul.shop-basket-substitution a {
		display:block;
		text-align:center;
		line-height: 30px;
		font-size:1.1em;
		text-decoration: none;
		}
	#content ul.shop-basket-substitution a.more, #content ul.shop-basket-substitution a.delete {
		font-size:0.9em;
		}
	#content ul.shop-basket-substitution a.delete {
		color:#dd0000;
		}
	#content ul.shop-basket-substitution a:hover {
		color:#171717;
		background-color:#ffe352;
		}

#shop-info {
		color: #fff;
		}
	#shop-info #title {
		display:block;
		font-size:1.2em;
		margin-bottom: 4px;
		}
	#shop-info a {
		color: #f9d100;
		}
	#shop-info #quantity {
		}
	#shop-info #quantity a {
		font-size:1.2em;
		}
	#shop-info #quantity span {
		}
	#shop-info #cost {
		font-size:1em;
		font-weight: bold;
		} 
		
#shop-basket-items-table-confirm {
	display:none;
	font-weight: bold;
	color:#003399;
	}

.shop-auth-box {
	display:none;
}

.shop-user-order-info p {
	border-bottom: 1px dotted #ccc;
	width:700px;
	}
.shop-user-order-info small {
	display:inline-block;
	width:180px;
	}
.shop-user-order-info big {
	display:inline-block;
	width:510px;
	}
	
#shop-preset-box {
	height:160px;
	background-color: #eee;
	padding:5px;
	overflow: auto;
}
#shop-preset-box .preset {
	display:block;
	position:relative;
	float:left;
	padding:10px;
	text-decoration: none;
	background-color: #f8f8f8;
	margin:0 10px 10px 0;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px;	
	width:380px;
	height: 120px;
	outline: none;
}
#shop-preset-box a.preset:hover, #shop-preset-box a.active {
	background-color: #fff;
}
#shop-preset-box .preset small {
	color:#333;
}
#shop-preset-box .preset a.paste {
	position:absolute;
	bottom:3px;
	right:3px;
}
	
	
/* forms
*********************************************/
.form-std {}
.form-std .smooth {
	padding:5px 3px;
	border:1px solid #d3d3d3;
	 -moz-border-radius: 4px; 
	 -webkit-border-radius: 4px; 
	 -khtml-border-radius: 4px; 
	 border-radius: 4px;
	}
.form-std ul.errors li {
	color:#ad0000;
	line-height: 1em;
	padding-left:1em;
	font-size: 0.8em;
	}
.form-std p.description {
	color:#808080;
	line-height: 1em;
	padding:0 !important;
	font-size: 0.85em !important;
	margin:0 !important;
	}
.form-std-panel {
	position: relative;
	border-top:1px dashed #ccc;
	padding-top:20px;
	}
.form-std-panel:FIRST-CHILD {
	border-top:0;
	}

.form-std-panel-caption {
	position: absolute;
	top:10px;
	left:10px;
	padding:3px 5px;
	font-size:1.4em !important;
}
.required-marked sup {color:#dd0000;}

/* fieldset classes */
.fieldset-one-column dt {margin-bottom:2px;}
.fieldset-one-column dd {margin-bottom:10px;}

.fieldset-two-column dt, .fieldset-two-column dd {
	float: left;
	}
.fieldset-two-column dt {
	min-width:12em; 
	width:25%; 
	clear:both; 
	color:#656565; 
	padding-top:1em; 
	}
.fieldset-two-column dd {width:60%; padding-top:0.7em;}

.fieldset-border {padding:20px;}

.fieldset-margin-bottom {margin-bottom:10px;}
.fieldset-margin-top {margin-top:20px;}

.compact-form .form-std-panel {
	padding-top:0;
	}
.compact-form .fieldset-border {
	padding:5px 20px 20px 20px;
	}

/* buttons */
.form-std .button-panel {
	margin-top:10px;
	padding:5px 0px;
	}
.form-std .button-panel dt, .form-std .button-panel dd {float: left;}
.form-std .button-panel dd {margin-right:20px;}	

a.btn-light {
	padding:4px;
	border:1px solid #d3d3d3;
	background-color: #f3f3f3;
	 -moz-border-radius: 4px; 
	 -webkit-border-radius: 4px; 
	 -khtml-border-radius: 4px; 
	 border-radius: 4px;
	 line-height: 30px;
	 }
a.btn-light:hover {
	border:1px solid #ffd04e;
	background-color: #ffeec0;
}
 
/* checkout form */
.checkout-form .form-std-panel {padding:0;}
.checkout-form .fieldset-border {padding:10px;}

.checkout-form label {
	font-weight: normal;
	display: inline;
	}

.form-std dd#delivery-element input, 
.form-std dd#paymentMethod-element input, 
.form-std dd#faceType-element input {
	float:left;
	margin-right:7px;
	}
#delivery-element label {
	display: block;
	}	
.form-std div.radio {
	display:inline-block;
	width:90%;
	margin-bottom:5px;
	margin-top:0;
	}
#distance-box {margin:0 0 10px 21px; font-size:0.85em;}

.cost-info {
	line-height: 27px;
	}
.cost-info .descr {
	float:left;
	width:180px;
	}
.cost-info .value {
	float:left;
	width:95px;
	text-align: right;
	}
.cost-info div {
	clear:both;
	width:280px;
	border-bottom:1px dotted #ccc;
	}
	
	
	
/*** sitemap
*****************************/
#content .sitemap li {margin:5px 0 5px 40px;}
#content .sitemap {font-size: 1.8em;}
#content .sitemap li {font-size: 0.8em;}


/* jobs
*********************************************************/
.jobs-item {
	width:100%;
	}
.jobs-item td {
	padding:5px;
	}
.jobs-item td.fld {
	font-size:0.8em;
	color:#808080;
	text-align: right;
	width:15%
	}
	
/* faq
*********************************************************/
.faq-item {
	width:100%;
	margin-bottom:10px;
	}
.faq-item td {
	padding:5px;
	}
.faq-item td.fld {
	font-size:0.8em;
	color:#808080;
	text-align: right;
	width:10%
	}
.faq-item td.question {
    font-size: 1.1em;
}

/* tags
**************************/

.tags a {line-height: 30px; margin-right:10px;}
.tags .level1 { font-size:0.85em;}
.tags .level2 { font-size:0.9em;}
.tags .level3 { font-size:1em;}
.tags .level4 { font-size:1.2em;}
.tags .level5 { font-size:1.4em;}
.tags .level6 { font-size:1.6em;}
.tags .level7 { font-size:1.8em;}

/* Places
**************************/
#places-box {
	padding: 0 10px 20px 15px;
	}
	#places-box h5 {
		padding:3px 0 7px 0;
		font-size: 1.4em;
		}
	#places-box a {
		display:block;
		margin:6px 0;
		}

.places-main-group {
	margin-bottom:5px;
	padding:1px;
	}
	.places-main-group a {
		font-size:1.4em;
		display: block;
		background-color: #fff;
		border-radius:5px;
		/*border:2px solid #dd9;*/
		box-shadow: 1px 1px 2px #BEC5CC;
		}
		.places-main-group a:active {
			box-shadow: 0px 0px 1px #BEC5CC;
			margin:1px -1px -1px 1px;
			}
	.places-main-group a img {
		vertical-align: middle;
		margin:1px 10px;
		}
		
.places-group {
	margin-bottom:5px;
	}
	.places-group a {
		font-size:1.1em;
		}
	li.places-group  {
		background: transparent url(/images/icons/list.png) no-repeat 4px 8px !important;
		padding-left: 13px !important;
		margin-left:30px !important;
		}
.gray-box a.level {
	display: block;
	line-height: 1.2em;
	}
	
/* Catalog Available
**************************/
.cat-avlb-0, .cat-avlb-1, .cat-avlb-2, 
.cat-avlb-3, .cat-avlb-4, .cat-avlb-5 {
	display: block;
	width:43px;
	height: 10px;
	text-indent: 9999em;
	background: transparent url(/images/av.gif) no-repeat 0px 0px;
	margin:4px auto 0 auto;
	overflow: hidden;
	}
.cat-avlb-1 { background-position: 0px -10px; }
.cat-avlb-2 { background-position: 0px -20px; }
.cat-avlb-3 { background-position: 0px -30px; }
.cat-avlb-4 { background-position: 0px -40px; }
.cat-avlb-5 { background-position: 0px -50px; }

/* Search result panel
**************************/

#search-result-panel {
	position: absolute;
	z-index: 1000;
	background-color: #fff;
	border:1px solid #64b0f7;
	font-family: Arial;
	text-align: left;
	padding:2px;
	border:1px solid #d3d3d3;	
	border-radius: 4px;
}
#search-result-panel .words-box {
	min-width:200px;
	float:left;
	}
#search-result-panel .links-box {
	width:300px;
	float:left;
	background-color: #eee;
	padding:5px;
	margin-left:2px;
	}
	#search-result-panel .links-box b {
		display:block;
		line-height: 35px;
		}
#search-result-panel .result-row {
	line-height:28px;
	border-bottom:1px solid #eee;
	padding-left:2px;
	cursor: pointer;
}
#search-result-panel .link {
	line-height:26px;
	padding-left:2px;
}
#search-result-panel .selected {
	background-color:#e1ebf5;
}
#search-result-panel .not-found {
	line-height:50px;
	font-size:12px;
	padding-left:2px;
	background-color:#ffdddd;
	color:#a00;
}

.ajax-loader {
	display:block;
	width:31px;
	height:31px;
	background:url('/images/ajax-loader.gif') left top no-repeat ;
}


.partners-carousel-container {
	padding:30px 0;
	margin: 0 -15px;
	text-align: center;
	}
	.partners-carousel-container:after {
		content: ' ';
		display: table;
		clear: both;
		}
	.partners-carousel-container .partner-logo {
		width:11.111%;
		display: inline-block;
		}
	.partners-carousel-container .partner-logo img {
	    filter: grayscale(100%);
	    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
	    filter: gray;  /* For IE 6 - 9 */
	    -moz-transition: all .6s ease;  /* Transition for Webkit browsers */
	    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
		}
		.partners-carousel-container .partner-logo img:hover {
		    filter: grayscale(0%);
		    -webkit-filter: grayscale(0%);
		    filter: none;
			}

			
/* Catalog Linked Groups
**************************/
.cat-link-group {
	float:left;
	width:160px;
	height:170px;
	text-align: center;
	background: #fff;
	border:1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin: 0 10px 20px 0;
	}
	.cat-link-group .image {
		margin:5px auto;
		}
	.cat-link-group .name {
		height:30px;
		}
			