
/*  ----------GENERAL----------  */

body {
	color:#6c6c6c;
	font-size:1em;
	font-family: Arial, sans-serif;
	min-width:999px;
}

a {color:#524d46;}
a:link, a:visited {text-decoration:underline;}
a:hover {color:#E49701;}
a:active, a:focus {outline:none;}

/*  ----------HEADER----------  */

.middle .content h1#logo {
	position: absolute;
	left: 23px;
	top: 60px;
}

	.middle .content h1#logo a {
		background-image: url(/img/www/sprites/sprt-no.png);
		background-position: -10px -10px;
		width: 195px;
		height: 68px;
		color: #f3c623;
		font-size: 4em;
	}

.search-form {
	font-size: 1.3em;
	background-color: #f9f8d2;
	background-image: url(/img/www/sprites/sprt-no.png);
	background-repeat: no-repeat;
	background-position: -10px -98px;
	width: 195px;
	height: 21px;
}

.middle .content .search-form {
	position: absolute;
	left: 23px;
	top: 20px;
}

	.search-form .search-form-query {
		color: #434343;
		width:166px;
		margin: 2px 20px 0;
		background: none;
		border:none;
	}

		.search-form .search-form-query:focus {
			outline:none;
		}

	.search-form label {display: none;}

.mainmenu {
	padding: 0 0 10px 0;
	font-size: 1.3em;
	list-style: none;
}

	.mainmenu li {
		display: block;
		float: left;
		margin: 2px 1.6em 0 0;
	}

		.mainmenu li a {
			color: #989898;
		}

		.mainmenu li a:hover, .mainmenu li.mainmenu-price a:hover {
			text-decoration: none;
			color: #E49701;
		}

	.mainmenu li.mainmenu-price {
		margin-top: 0;
	}

		.mainmenu li.mainmenu-price a {
			background-image: url(/img/www/sprites/sprt-no.png);
			background-repeat: no-repeat;
			background-position: -10px -139px;
			height: 21px;
			display: block;
			float: left;
			padding:2px 10px 0 30px;
			text-decoration: none;
			color: #434343;
		}

.middle #header {
	height: 130px;
/*
	background: url(/img/www/header-bg.jpg);
	background-repeat: repeat-x;
*/
	position: relative;
}

	.middle #header h2 {
		height:130px;
		width: 100%;
		background-image: url(/img/www/header.jpg);
	}

		.middle #header h2 span {
			height:130px;
			width: 100%;
			color: #fff;
			background-color: #FFC341;
			display: block;
		}

#index .middle #header {
	height: 318px;
	background-image: url(/img/www/sprites/sprt-x.png);
	background-repeat: repeat-x;
	background-position: -10px -141px
}

	#index .middle #header h2 {
		height:318px;
		background-image: url(/img/www/header-index.jpg);
	}

		#index .middle #header h2 span {
			height:318px;
			background-color: #FFC341;
			display: block;
		}

	span.tlc {
		width: 12px;
		height: 12px;
		background-image: url(/img/www/sprites/sprt-no.png);
		background-repeat: no-repeat;
		background-position: -10px -180px;
		position: absolute;
		top: 0;
		left: 0;
	}

	span.trc {
		width: 12px;
		height: 12px;
		background-image: url(/img/www/sprites/sprt-no.png);
		background-repeat: no-repeat;
		background-position: -10px -212px;
		position: absolute;
		top: 0;
		right: 0;
	}


/*  ----------LEFT----------  */

#catalog-filter {
	margin: 0 0 30px 23px;
	font-size: 1.3em;
	padding-bottom: 1px;
}

#catalog-tabs {
	padding-bottom: 1px;
	border-bottom:1px dotted #c4c4c4;
}

	#catalog-tabs h3 {
		margin: 0;
	}

	#catalog-tab-catalog, #catalog-tab-filter {
		color: #fff;
		height: 27px;
		line-height: 27px;
		text-decoration: none;
		display: block;
		float: left;
		text-align: center;
		outline:none;
		font-size: 0.42em;
	}

	#catalog-tab-catalog {
		margin-right: 1px;
		background-color: #f3a522;
		background-image: url(/img/www/sprites/sprt-no.png);
		background-repeat: no-repeat;
		background-position: -10px -325px;
		width: 99px;
		cursor:pointer;
	}

	#catalog-tab-filter {
		background-color: #178912;
		background-image: url(/img/www/sprites/sprt-no.png);
		background-repeat: no-repeat;
		background-position: -110px -325px;
		width: 95px;
		cursor:pointer;
	}

	#catalog-tab-catalog.active {
		background-position: -10px -298px;
		color: #9e9b98;
		background-color: #f6f6f6;
	}
	 #catalog-tab-filter.active {
		background-position: -110px -298px;
		color: #9e9b98;
		background-color: #f6f6f6;
	}

#catalog {
	list-style: none;
}

	#catalog li {
		border-bottom:1px dotted #c4c4c4;
		zoom:1;
	}

		#catalog li a {
			padding-left: 17px;
			outline:none;
			display: block;
			line-height: 25px;
		}

		#catalog li a.open {
			text-decoration: none;
			font-weight: bold;
		}

			#catalog ul {
				list-style: none;
				display: none;
			}

				#catalog ul li {
					border:none;
				}

					#catalog ul a {
						padding-left: 24px;
					}

						#catalog ul ul li a {
							padding-left: 38px;
						}

						#catalog ul ul a {
							border:none;
						}

						#catalog ul li a.open {
							border:none;
							text-decoration: none;
							color: #fff;
							background-color: #f3a522;
							background-image: url(/img/www/open-bg.png);
							background-repeat: no-repeat;
							background-position: 100% 50%;
							font-weight: bold;
							padding-right:10px;
						}

#filter {
	background-color: #f8f8f8;
	padding: 10px 15px 0 15px;

}
	#filter label, #filter input {
		cursor: pointer;
	}


	#filter fieldset {
		padding-bottom: 16px;
	}

	#filter legend {
		font-style: italic;
		margin-bottom: 8px;
		font-size: 1em;
		text-indent: 0;
		white-space:normal;
	}

	.middle h3 {
		color: #524d46;
		font-size: 2.4em;
		font-weight: normal;
		margin: 0 0 8px 0;
	}

#contacts-brief {
	margin:0 0 30px 22px;
}

	#contacts-brief h3 {
		margin-left: 27px;
	}

	#contacts-brief .hide {
		width: 0;
		float: left;
	}

	#contacts-brief #contacts-phones {
		padding-bottom: 8px;
		margin-bottom: 12px;
		border-bottom:1px dotted #c4c4c4;
	}

		#contacts-brief .phonecode {
			font-size: 1.2em;
			color: #f5cc0c;
			margin-left: 28px;
		}

		#contacts-brief .phonenum {
			font-size: 3.4em;
			color: #f6a509;
			background-image: url(/img/www/sprites/sprt-no.png);
			background-repeat: no-repeat;
			background-position: -11px -1289px;
			padding-left: 30px;
			display: block;
		}

		#contacts-brief .faxtitle {
			color: #91846a;
			display: block;
			float: left;
			margin-top: 5px;
			width: 30px;
		}

		#contacts-brief .faxnum {
			font-size: 3.4em;
			color: #91846a;
			display: block;
		}

	#contacts-brief a.mail {
		padding-left: 21px;
		background-image: url(/img/www/sprites/sprt-no.png);
		background-repeat: no-repeat;
		background-position: -10px -1344px;
		color: #178a0e;
		font-size: 1.3em;
		line-height: 24px;
		margin-left: 12px;
	}

	#contacts-brief a.icq {
		padding-left: 21px;
		background-image: url("http://status.icq.com/online.gif?icq=481489&img=27");
		background-repeat: no-repeat;
		color: #178a0e;
		font-size: 1.3em;
		line-height: 24px;
		margin-left: 12px;
	}

	#contacts-brief #contacts-ask {
		margin-top: 27px;
		width: 197px;
		height: 39px;
		line-height: 39px;
		background-image: url(/img/www/sprites/sprt-no.png);
		background-position: -10px -372px;
		color: #fff;
		font-weight: bold;
		font-size: 1.5em;
		text-align: center;
	}

		#contacts-brief #contacts-ask span {
			background-color: #efbf1c;
			width: 196px;
			height: 39px;
			display: block;
		}

	#contacts-brief #contacts-map {
		margin-top: 33px;
		width: 195px;
		height: 173px;
		background-image: url(/img/www/sprites/sprt-no.png);
		background-position: -10px -431px;
		font-size: 1.6em;
		color: #524d46;
		text-align: center;
	}

		#contacts-brief #contacts-map span {
			background-color: #f7f7f7;
			width: 195px;
			height: 173px;
			display: block;
		}


#reklama {
	position: relative;
	background-image: url(/img/www/sprites/sprt-y.png);
	background-repeat: no-repeat;
	background-position: -214px 0;
	margin-left:22px;
	padding-top: 16px;
}

	#reklama #reklama-inner {
		background-image: url(/img/www/sprites/sprt-y.png);
		background-repeat: no-repeat;
		background-position: -430px 100%;
		padding-bottom: 16px;
		border: 0;
	}

		#reklama h3 {
			margin-left: 24px;
			padding: 0 2px;
			position: absolute;
			font-size: 1.2em;
			font-style: italic;
			color: #676767;
			top:-8px;
			background-color: #fff;
			float: left;
		}

		#reklama div {
			text-align: center;
			border-left: 1px solid #d7d7d7;
			border-right: 1px solid #d7d7d7;
		}


/* ----------CONTENT---------- */

#breadcrumbs {
	margin-top: 10px;
	color: #9f9f9f;
	font-size: 1.1em;
	padding-bottom: 15px;
}

#breadcrumbs .hide {
	margin-top: 1px;
	width: 14px;
	height: 14px;
	background-image: url(/img/www/sprites/sprt-no.png);
	background-repeat: no-repeat;
	background-position: -10px -624px;
	display: block;
	float: left;
}

#index #breadcrumbs {
	background-image: url(/img/www/sprites/sprt-no.png);
	background-repeat: no-repeat;
	background-position: -10px -1257px;
	padding-left: 18px;
}

	#breadcrumbs ul {
		list-style: none;
	}

		#breadcrumbs ul li {
			display: inline;
		}

			#breadcrumbs ul a {
				color: #16890d;
			}

.middle .content h2 {
	color: #524d46;
	font-size: 2.8em;
	font-weight: normal;
	margin: 0 0 8px 0;
}

.middle .content .note {
	color: #000;
	background-color: #fafad7;
	border: 1px solid #e8e8c8;
	padding: 1.1em;
	font-size: 1.3em;
	margin-bottom: 23px;
}

#products {
	font-size: 1.2em;
	margin-bottom: 10px;
}

	#products .products-cat {
		background-color: #F7F7F7;
		background-image: url(/img/www/sprites/sprt-y.png);
		background-repeat: repeat-y;
		background-position: -645px 0;
		width: 184px;
		float: left;
		margin-bottom: 14px;
	}


		#products .products-cat-header {
			width: 184px;
			height: 34px;
			line-height: 34px;
			background-color: #EF7E16;
			background-image: url(/img/www/sprites/sprt-no.png);
			background-repeat: no-repeat;
			background-position: -10px -244px;
			overflow: hidden;
			margin: 0;
		}

		#products a.products-cat-link {
			color: #fff;
			margin-left: 10px;
			font-weight: bold;
		}

		#products .products-cat-photo {
			margin:0 3px 0 2px;
		}

		#products .products-cat-list {
			background-image: url(/img/www/sprites/sprt-y.png);
			background-repeat: no-repeat;
			background-position: -10px 100%;
			padding:0 12px 12px 12px;
			list-style: none;
			height:110px;
		}

			#products .products-cat-list a {
				color: #ed8d0e;
				line-height: 1.8em;
			}

			#products .products-cat-list a:hover {
				text-decoration: none;
			}

#goods {
}

	#goods .goods-block {
		border: 1px dotted #c4c4c4;
		width: 364px;
		float: left;
		height: 200px;
	}

	#goods .goods-block.byaction {
		border:1px solid #F2A322;
		}

		#goods .goods-block-photo {
			position: relative;
			padding:10px;
			text-align: center;
			float: left;
		}

		#goods .goods-block .goods-block-photo a {
			width: 160px;
			display:block;
		}

		#goods .goods-block-photo .goods-labels {
			position: absolute;
			top: 4px;
			left:8px;
			height: 56px;
			overflow:hidden;	
		}

				#goods .goods-block-photo span {
					float: left;
					display: block;
					width: 56px;
					height: 56px;
					padding-top:21px;
					text-align: center;
					margin-right: 1px;
					color: #fff;
					font-weight: bold;
					background-image: url(/img/www/sprites/sprt-no.png);
					background-repeat: no-repeat;
					background-position: -10px -944px;
				}
				#goods .goods-block-photo span.label-new {
				}
				#goods .goods-block-photo span.label-best {
					padding-top: 14px;
				}

				#catalog-lines #goods .goods-block-photo .goods-labels {
					height:56px;
					left:145px;
					position:absolute;
					top:36px;
					width:172px;
				}


		#goods .goods-block-info {
			margin: 16px 10px 10px 170px;
		}

		#goods .goods-block h4 {
			margin-bottom: .4em;
		}

		#goods .goods-block-header {
			color: #178a0e;
			font-size: 1.6em;
		}

			#goods .goods-block-brand {
				font-weight: bold;
				font-size: 1.2em;
			}

			#goods .goods-block-description {
				margin-top: 0.6em;
				font-size: 1.1em;
				height: 7.7em;
				overflow: hidden;
			}

			#goods .goods-block-price {
				font-size: 1.9em;
				font-weight: bold;
				color: #f2a322;
			}

#catalog-lines #goods {
	border-left: 1px dotted #c4c4c4;
}

	#catalog-lines #goods .goods-block {
		border-top: 1px dotted #c4c4c4;
		border-bottom: 1px dotted #c4c4c4;
		border-right: 1px dotted #c4c4c4;
		width: 100%;
		float: none;
		height: 92px;
		overflow: hidden;
		zoom:1;
	}

		#catalog-lines #goods .goods-block-photo {
			padding:5px;
			text-align: center;
			float: left;
			width: 13%;
		}

		#catalog-lines #goods .goods-block-info {
			margin: 16px 10px 10px 0;
			float: left;
			width: 26%;
			overflow: hidden;
		}

		#catalog-lines #goods .goods-block h4 {
			margin-bottom: .4em;
		}

		#catalog-lines #goods .goods-block-header {
			color: #178a0e;
			font-size: 1.6em;
		}

		#catalog-lines #goods .goods-block-brand {
			font-weight: bold;
			font-size: 1.2em;
		}

		#catalog-lines #goods .goods-block-description {
			font-size: 1.1em;
			float: left;
			margin: 16px 10px 10px 10px;
			width: 31%;
		}

		#catalog-lines #goods .goods-block-price {
			float: right;
			width: 24%;
			margin: 16px 0 10px 0;
			text-align: right;
		}

.paginator {
	background-image: url(/img/www/sprites/sprt-x.png);
	background-repeat: repeat-x;
	background-position: -10px -10px;
	height: 26px;
	line-height: 26px;
	color: #000;
	padding: 0 10px;
	font-size: 1.2em;
	margin: 12px 0;
	overflow: hidden;
	zoom:1;
}

	.paginator-pages {
		float: left;
	}

		.paginator-pages .page-prev, .paginator-pages .page-next {
			color: #178a0e;
			font-weight: bold;
			text-decoration: none;
			font-size: 1.1em;
		}

		.paginator-pages .page-prev:hover, .paginator-pages .page-next:hover {
			text-decoration: underline;
		}

		.paginator-pages a {
			margin:0 2px;
			color: #000;
			padding: 0 3px;
		}

		.paginator-pages a:hover {
			text-decoration: none;
		}

		.paginator-pages span {
			background-color: #fff;
			background-image: url(/img/www/sprites/sprt-no.png);
			background-repeat: no-repeat;
			background-position: -10px -823px;
			padding:6px 10px;
		}

	.paginator-options {
		float: right;
	}

		.paginator-options form {
			float: left;
			_width:60px;
			_margin-top: 3px;
		}

		.paginator-options .show-blocks {
			width: 20px;
			min-height: 27px;
			display: -moz-inline-stack;
			display: inline-block;
			vertical-align: top;
			zoom: 1;
			*display: inline;
			_height: 27px;
			background-image: url(/img/www/show-mode-bg.png);
			background-repeat: no-repeat;
			background-position: 10% 100%;
			outline: none;
			font-size: 1.8em;
		}

		#catalog-blocks .paginator-options .show-blocks {
			background-position: 0 0;
			width: 30px;
			margin-right: 0;
		}

		.paginator-options .show-lines {
			width: 20px;
			min-height: 27px;
			display: -moz-inline-stack;
			display: inline-block;
			vertical-align: top;
			zoom: 1;
			*display: inline;
			_height: 27px;
			background-image: url(/img/www/show-mode-bg.png);
			background-repeat: no-repeat;
			background-position: 90% 100%;
			outline: none;
			font-size: 1.8em;
		}

		#catalog-lines .paginator-options .show-lines {
			background-position: 100% 0;
			width: 30px;
		}


	#goods-card .goods-block-photo {
		padding:0 10px 10px 0;
		float: left;
	}

		#goods-card .goods-block-photo .zoom {
			padding-left:20px;
			background-image: url(/img/www/sprites/sprt-no.png);
			background-repeat: no-repeat;
			background-position: -10px -1484px;
			font-size: 1.1em;
		}

	#goods-card .goods-block-info {
		margin: 0 10px 10px 248px;
	}

		#goods-card .goods-block-brnd {
			font-size: 1.3em;
		}

		#goods-card .goods-block-brand {
			font-weight: bold;
		}

		#goods-card .goods-block-description {
			margin: 0.6em 0;
			font-size: 1.4em;
		}

			#goods-card .goods-block-description p {
				margin-top: 0.6em;
			}

		#goods-card .goods-block-price {
			font-size: 1.9em;
			font-weight: bold;
			color: #f2a322;
		}

			#goods-card .goods-block-price span {
				color: #f2cd22;
			}

#goods-card #goods-ask {
	margin-top: 27px;
	width: 208px;
	height: 39px;
	line-height: 39px;
	background-image: url(/img/www/sprites/sprt-no.png);
	background-position: -10px -1030px;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

	#goods-card #goods-ask span {
		background-color: #efbf1c;
		width: 196px;
		height: 39px;
		display: block;
	}

#goods-description .table {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 18px;
}

	#goods-description .table table {
		font-size: 1.3em;
		margin-left: 1px;
	}

		#goods-description .table table thead {
			border-bottom:1px solid #c4c4c4;
			background-image: url(/img/www/sprites/sprt-x.png);
			background-repeat: repeat-x;
			background-position: -10px -57px;
			color: #fff;
			height: 29px;
		}

		#goods-description .table table th {
			text-align: left;
			padding: 2px 10px 2px 8px;
			white-space: nowrap;
		}

		#goods-description .table table th.thead-first {
			background-image: url(/img/www/sprites/sprt-no.png);
			background-repeat: no-repeat;
			background-position: -10px -1089px;
		}

		#goods-description .table table th.thead-last {
			background-image: url(/img/www/sprites/sprt-no.png);
			background-repeat: no-repeat;
			background-position: -59px -1137px;
		}

		#goods-description .table table tr.odd {
			border:1px solid #c4c4c4;
			border-top: 0;
			background-color: #fff;
		}

		#goods-description .table table tr.even {
			border:1px solid #c4c4c4;
			border-top: 0;
			background-color: #f4f4f4;
		}

		#goods-description .table table tr.byaction {
			border:1px solid #F2A322;
			background-image:url("/img/www/sprites/sprt-x.png");
			background-position:0 -458px;
			background-repeat:repeat-x;
		}

			#goods-description .table table td {
				padding: 2px 10px 2px 8px;
				white-space: nowrap;
			}

			#goods-description .table table td.td-price {
				font-weight: bold;
				color: #f2a322;
			}

			#goods-description .table table td.td-price-old {
				text-decoration:line-through;
				color: #f2a322;
			}

			#goods-description .table table td.td-price-new {
				color: #ff7800;
				font-weight: bold;
			}

			#goods-description .table table tr.byaction td.td-price-new {
				background-image: url(/img/www/byaction.png);
				background-repeat: no-repeat;
				padding-left:28px;
				background-position: -4px 2px;
			}

.goods-count {
	width: 30px;
	border-top: 1px solid #7e7e7e;
	border-left: 1px solid #7e7e7e;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fefbeb;
}

.addtobasket {
	width: 110px;
	height: 30px;
}

.goods-tab-hide {
		display:none
	}

#goods-tabs {
	padding-bottom: 1px;
}

	#goods-tabs h4 {
		margin: 0;
	}

	#goods-tab-tdescription, #goods-tab-characteristic, #goods-tab-documents, #goods-tab-photos {
		color: #fff;
		height: 27px;
		line-height: 27px;
		text-decoration: none;
		display: block;
		cursor:pointer;
		float: left;
		text-align: center;
		outline:none;
		background-color: #f3a522;
		background-image: url(/img/www/sprites/sprt-no.png);
		background-repeat: no-repeat;
		background-position: -10px -1212px;
		margin-right: 1px;
		width: 130px;
		font-size: 1.2em;
	}

	

	#goods-tab-tdescription:hover, #goods-tab-characteristic:hover, #goods-tab-documents:hover, #goods-tab-photos:hover,
	#goods-tab-tdescription.active, #goods-tab-characteristic.active, #goods-tab-documents.active, #goods-tab-photos.active {
		background-position: -10px -1185px;
		color: #9e9b98;
		background-color: #f6f6f6;
	}

#tdescription, #characteristic, #documents, #photos {
	border:1px solid #c4c4c4;
	font-size: 1.4em;
	padding:.6em;
	margin-bottom: 18px;
}

#characteristic {
	padding:0;
}



	#tdescription p {
		margin-bottom: 1.2em;
	}

#documents {
}

	#documents ul {
		list-style: none;
		border-bottom:1px solid #c4c4c4;
		padding: 10px 0;
		margin-bottom: 18px;
	}

	#documents ul a {
		color: #178a0e;
		padding-left: 20px;
		background-image: url(/img/www/sprites/sprt-no.png);
		background-repeat: no-repeat;
		background-position: -10px -1642px;
		line-height: 24px;
	}

		#documents ul a.file-pdf {
			margin: 4px 10px 4px 0;
			background-image: url(/img/www/sprites/sprt-no.png);
			background-repeat: no-repeat;
			background-position: -10px -1518px;
			height: 44px;
			line-height: 44px;
			padding-left: 44px;
			display: -moz-inline-stack; /* FF2 */
			display: inline-block;
			zoom: 1;
			*display: inline; /* IE6&7 */
			vertical-align: middle;
		}

		#documents ul a.file-doc {
			margin: 4px 10px 4px 0;
			background: url(/img/www/sprites/sprt-no.png);
			background-repeat: no-repeat;
			background-position: -10px -1582px;
			height: 44px;
			line-height: 44px;
			padding-left: 44px;
			display: -moz-inline-stack; /* FF2 */
			display: inline-block;
			zoom: 1;
			*display: inline; /* IE6&7 */
			vertical-align: middle;
		}

#photos {
}

	#photos .goods-photo {
		margin: 0 30px 20px 0;
		display: -moz-inline-stack; /* FF2 */
		display: inline-block;
		zoom: 1;
		*display: inline; /* IE6&7 */
		vertical-align: top;
	}

#characteristic {

}

	#characteristic .chartable {
		width: 100%;
		overflow-x: auto;
	}

	#characteristic table {
		margin: 1px;
		font-size:.9em;
	}

		#characteristic table tr {
			border-bottom:1px dotted #c4c4c4;
		}

			#characteristic table th {
				font-weight: bold;
				padding: 6px 14px;
				text-align:left;
			}

			#characteristic table td {
				padding: 6px 14px;
			}



			#characteristic table td.char-name {
				color: #9e9e9e;
				text-align: right;
				width: 290px;
				padding-right: 2em;
			}


#characteristic table th.colhead, #characteristic table td.colhead {
	background-color: #f4f4f4;
}






#cart {
	padding: 20px 26px;
	background-color: #ededed;
    overflow: hidden;
	zoom:1;
}

	#cart h4 {
		color: #9f9d99;
		font-size: 2em;
		font-weight: 400;
		margin-bottom: 6px;
	}

	#cart .table-top {
		height: 49px;
		background-color: #fff;
		background-image: url(/img/www/sprites/sprt-no.png);
		background-repeat: no-repeat;
		background-position: -10px -657px;
		width: 684px;
	}

	#cart .table-bottom {
		height: 42px;
		background-color: #fff;
		background-image: url(/img/www/sprites/sprt-no.png);
		background-repeat: no-repeat;
		background-position: -10px -761px;
		width: 684px;
		margin-bottom: 18px;
		position: relative;
	}
/*
	#cart .table-bottom img {
		position: absolute;
		bottom:56px;
		left: 269px;
	}
*/
	#cart .table {
		background-color: #fff;
		background-image: url(/img/www/sprites/sprt-y.png);
		background-repeat: repeat-y;
		background-position: -850px 0;
		width: 684px;
}

	#cart .table table {
		font-size: 1.3em;
		margin-left: 1px;
		background-color: #fff;
		width: 660px;
		margin: 0 16px;
		margin-bottom: 10px;
	}
		#cart .table table tbody {
			border-bottom: 2px solid #c3c3c3;
		}

		#cart .table table thead {
			border-bottom:1px solid #c4c4c4;
			color: #000;
			height: 29px;
            background-image: url(/img/www/sprites/sprt-x.png);
			background-repeat: repeat-x;
			background-position: 0 -92px;
		}

		#cart .table table th {
			text-align: left;
			padding: 2px 10px 2px 8px;
			white-space: nowrap;
            font-weight: normal;
		}

		#cart .table table tr {
			border-bottom:1px dotted #c4c4c4;
		}

		#cart .table table td {
			padding: 2px 10px 2px 8px;
			white-space: nowrap;
			line-height: 30px;
		}

		#cart .table table td.td-price {
			font-weight: bold;
			color: #f2a322;
		}

		#cart .table .remove {
			width: 15px;
			height: 15px;
			background-image: url(/img/www/sprites/sprt-no.png);
			background-position: -10px -726px;
			cursor:pointer;
		}

		.recount {
			color: #178a0e;
			padding-left: 17px;
			background-image: url(/img/www/sprites/sprt-no.png);
			background-repeat: no-repeat;
			background-position: -10px -1415px;
		}

		.print {
			color: #178a0e;
			padding-left: 22px;
			background-image: url(/img/www/sprites/sprt-no.png);
			background-repeat: no-repeat;
			background-position: -10px -1448px;
			margin-left: 20px;
		}

		#cart .price-total {
			color: #292725;
			font-size: 1.8em;
			margin-left: 80px;
			font-style: normal;
		}

		#cart-order #cart .price-total {
			margin-left: 300px;
		}

		#cart #cart-submit {
			width: 360px;
			height: 39px;
			margin-left: 164px;
			color: #fff;
			background-color: #ee7815;
		}

		#cart #cart-registration {
			overflow: hidden;
			zoom:1;
		}

		#cart #cart-registration #cart-send {
			width: 180px;
			height: 39px;
			margin: 0 0 0 225px;
			color: #fff;
			background-color: #ee7815;
		}

		#cart #cart-registration form {
			padding-top: 10px;
		}

		#cart #cart-registration div {
			height: 4em;
		}

		#cart #cart-registration label {
			display: block;
			color: #000;
			font-size: 1.4em;
			width: 220px;
			margin-right: 6px;
			text-align: right;
			float: left;
			padding-top: 4px;
		}

		#cart #cart-registration input {
			width: 275px;
			height: 16px;
			font-size: 1.3em;
		}

		#cart #cart-registration #cart-subscribe input {
			width: 14px;
			height: 14px;
			position: relative;
			top: 2px;
		}

		#cart #cart-registration #cart-subscribe label {
			float: none;
			display: inline;
			font-size: 1.1em;
			margin-left: 222px;
		}


#news-full {
}

	#news-full-content {
		/* padding-top: 26px; */
		padding-bottom: 26px;
		border-bottom: 1px solid #C4C4C4;
	}

		#news-full .news-date {
			color: #8C8C8C;
			font-size: 1.2em;
			font-weight: 400;
		}

		#news-full .news-pic-left {
		margin: 0 28px 28px 0;
		float: left;
		}

		#news-full .news-pic-right {
		margin: 0 0 28px 28px;
		float: right;
		}

		#news-full-content p, #news-full-content ol, #news-full-content ul {
			color: #6c6c6c;
			font-size: 1.4em;
			line-height: 1.5em;
			padding-bottom: 1.4em;
		}
		#news-full-content ol, #news-full-content ul {padding-left:2em;}

	#news-full #colontitul {
		text-align: center;
		font-size: 1.3em;
		padding-top: 12px;
	}


#news-subscribe {
	position: relative;
	width: 703px;
}
	#news-subscribe #email-subscribe {
		width: 384px;
	}

	#news-subscribe .btn-subscribe {
		position: absolute;
		top: 7px;
		left: 572px;
	}

	#news-subscribe .unsubscribe {
		position: absolute;
		top: -25px;
		right: -1px;
		color: #8A8A8A;
		border: 1px solid #e8e8c8;
		border-bottom: 0;
		display: block;
		padding: 4px 12px 4px 18px;
		background-color: #fafad7;
		background-image: url(/img/www/sprites/sprt-no.png);
		background-repeat: no-repeat;
		background-position: -5px -1670px;
	}


#news .news-block {
	border-bottom: 1px dotted #c4c4c4;
	width: 338px;
	margin:0 30px 16px 0;
	float: left;
	padding-bottom: 16px;
}

	#news .news-date {
		color: #8C8C8C;
		font-size: 1.2em;
		font-weight: 400;
	}

	#news .news-header {
		color:#178A0E;
		font-size:1.6em;
		padding: 4px 0 6px 0;
		display: block;
	}

	#news .news-brief {
		color:#524D46;
		font-size:1.2em;
	}





/* ----------FOOTER---------- */

.footer {
	border-top: 1px solid #D8D8D8;
}

.footer .content p {
	color: #524d46;
	font-size: 1.1em;
	padding-top: .6em;
}

.footer .search-form {
	margin: 10px 0 0 23px;
}

.footer .mainmenu {
	margin: 10px 0 0 0;
}

.footer .left {
	margin-top: 0;
}


.footer .left #copy {
	margin-left: 30px;
	font-size: 1.3em;
	color: #524d46;
}


/* ADDONS */

.highslide {display:block;}


#cart-brief-empty {
	margin:0 0 30px 12px;
	background: #eaeaea url(/img/www/cart-brief-empty-bg.png) no-repeat 0 0;
	height: 147px;
}

#cart-brief {
	margin:0 0 30px 12px;
	background: #f9f6bc url(/img/www/cart-brief-bg.png) no-repeat 0 0;
	height: 147px;
	position: relative;
	z-index: 0;
}

	#cart-brief #cart-brief-button {
		position: absolute;
		bottom: 0;
		left: 10px;
	}


	#cart-brief #cart-brief-order {
		width: 195px;
		height: 38px;
		line-height: 38px;
		background-image: url(/img/www/cart-brief-order.png);
		color: #fff;
		font-weight: bold;
		font-size: 1.5em;
		text-align: center;
	}

		#cart-brief #cart-brief-order span {
			background-color: #ee7515;
			width: 195px;
			height: 38px;
			display: block;
		}

#cart-brief-empty h3, #cart-brief h3 {
	padding-top: 20px;
	margin: 0 0 12px 37px;
}

#cart-brief-empty .cart-brief-contents, #cart-brief .cart-brief-contents {
	font-size: 1.2em;
	color: #524d46;
	margin: 0 12px 0 37px;
} 


#contacts-full {
	margin:0 0 30px 0;
}

	#contacts-full .note {
		overflow: hidden;
		zoom: 1;
	}

	#contacts-full h3 {
		margin-left: 27px;
	}

	#contacts-full .contacts-phone-item {
		float: left;
		margin-right: 35px;
	}

	#contacts-full .contacts-fax-item {
		padding-top: 1.24em;
	}

	#contacts-full .hide {
		width: 0;
		float: left;
	}

	#contacts-full #contacts-phones {
		padding-bottom: 8px;
		margin-bottom: 12px;
		border-bottom:1px dotted #c4c4c4;
	}

		#contacts-full .phonecode {
			font-size: .9em;
			color: #f5cc0c;
			margin-left: 28px;
		}

		#contacts-full .phonenum {
			font-size: 2.7em;
			color: #f6a509;
			background-image: url(/img/www/phonenum-full.png);
			background-repeat: no-repeat;
			background-position: 0 center;
			padding-left: 30px;
			display: block;
		}

		#contacts-full .faxtitle {
			color: #91846a;
			display: block;
			float: left;
			margin-top: 5px;
			width: 30px;
		}

		#contacts-full .faxnum {
			font-size: 2.7em;
			color: #91846a;
			display: block;
			float: left;
		}

	#contacts-full a.mail {
		padding-left: 21px;
		background-image: url(/img/www/sprites/sprt-no.png);
		background-repeat: no-repeat;
		background-position: -10px -1344px;
		color: #178a0e;
		font-size: 1.3em;
		line-height: 24px;
		margin-left: 12px;
	}

	#contacts-full a.icq {
		padding-left: 21px;

background-image: url("http://status.icq.com/online.gif?icq=481489&img=27");
background-repeat: no-repeat;

/*		background-image: url(/img/www/sprites/sprt-no.png);
		background-repeat: no-repeat;
		background-position: -10px -1380px;
*/
		color: #178a0e;
		font-size: 1.3em;
		line-height: 24px;
		margin-left: 12px;
	}

	#contacts-full #contacts-ask {
		margin: 7px 7px 0 0;
		width: 197px;
		height: 39px;
		line-height: 39px;
		background-image: url(/img/www/sprites/sprt-no.png);
		background-position: -10px -372px;
		color: #fff;
		font-weight: bold;
		font-size: 1.5em;
		text-align: center;
		float: left;
	}

		#contacts-full #contacts-ask span {
			background-color: #efbf1c;
			width: 196px;
			height: 39px;
			display: block;
		}

	#contacts-full .address {
		padding: 30px 0 10px 0;
		font-size: 1.4em;
	}

	#contacts-full .infomessage {
		padding-top: 20px;
		font-size: 1.4em;
	}

	#contacts-full .infomessage h4 {
		margin-top: .8em;
		font-size: 1.6em;
		font-weight: 400;
	}


	#cart-ordered {
		background:#FAF7B5 url(/img/www/letter.jpg) no-repeat 190px bottom;
		overflow:hidden;
		padding:20px 26px 400px 26px;
	}

	#cart-ordered h4 {
		color:#524D46;
		font-size: 2em;
		font-weight: 400;
		margin-bottom: 6px;
	}

	#cart-ordered .infomessage {
		font-size: 1.4em;
		color:#524D46;
	}
	
	#cart-ordered .infomessage p {
		margin-bottom: 1em;
	}
	
	#cart-ordered .infomessage a {
		color:#178A0E;
	}

#overlay {
	display:none;
	top:0;
	left:0;
	z-index:999;
	overflow:hidden;
	position:fixed;
	width:100%;
	height:100%;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
}
* html #overlay {filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);}

#popwrap {
	display:none;
	text-align: center;
	position: absolute;
	z-index:9999;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
}

#popcontent {
	background: url(/img/www/pop-cart-bg.png) no-repeat 0 0;
	margin-left: -246px;
	position: absolute;
	top: -93px;
	left: 50%;
	width: 492px;
	height: 186px;
	visibility: visible;
}

#popcontent-in {
margin: 0 0 0 30px;
}

#popcontent-close {
	background: url(/img/www/popcontent-close-bg.png) no-repeat 0 0;
	position: absolute;
	top: 8px;
	right: 12px;
	width: 18px;
	height: 18px;
	display:block;
}


#popcontent p {
	font-size:1.8em;
	color: #676767;
	margin: 28px 20px 0 34px;
	text-align: left;
	height: 80px;
	background: #FBF8BD;
}

	#popcontent-back {
		width: 205px;
		height: 39px;
		line-height: 39px;
		background-image: url(/img/www/popcontent-back-btn.png);
		color: #fff;
		font-weight: bold;
		font-size: 1.5em;
		text-align: center;
		float: left;
	}

		#popcontent-back span {
			background-color: #3B9A25;
			width: inherit;
			height: inherit;
			display: block;
		}

	#popcontent-order {
		float: left;
		margin: 0 0 0 20px;
		width: 199px;
		height: 39px;
		line-height: 39px;
		background-image: url(/img/www/popcontent-order-btn.png);
		color: #fff;
		font-weight: bold;
		font-size: 1.5em;
		text-align: center;
	}

		#popcontent-order span {
			background-color: #EE7815;
			width: inherit;
			height: inherit;
			display: block;
		}



