#main.companyView .leftSide {
	float: left;
	width: 145px;
	margin: 0;
}
#main.companyView .centerBlock {
	margin-left: 174px;
	marginb-right: 270px;
	width: 483px;
	overflow: hidden;
}

	.companyView .centerBlock .text {
		padding-bottom: 10px;
		font-size: 110%;
	}
		.companyView .centerBlock .text .descript {
			border-bottom: #E6E4E3 1px solid;
			margin-bottom: 14px;
		}
		.companyView .centerBlock .text p {
			padding-bottom: 14px;
		}
		.companyView .centerBlock .text p.service {
		}

	.companyView .centerBlock div.compNews {
	}
		.companyView h2 {
			font-size: 125%;
			font-weight: 900;
			text-transform: uppercase;
			padding-bottom: 16px;
		}
		.companyView .centerBlock ul.compNews {
			overflow: hidden;
		}
			.companyView .centerBlock ul.compNews li {
				float: left;
				width: 30%;
				margin-right: 3%;
				font-style: italic;
			}
				.companyView .centerBlock ul.compNews li .date {
					color: #998675;
					display: block;
					padding-bottom: 2px;
				}
				.companyView .centerBlock ul.compNews li a {
					font-size: 110%;
				}
				.companyView .centerBlock ul.compNews li a:hover {
					color: #DA0000;
				}

	.companyView .centerBlock div.super {
		padding: 13px;
		border: #E4DFDD 1px solid;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		overflow: hidden;
		margin-bottom: 20px;
	}
		.companyView .centerBlock div.super h2 {
		}
			.companyView .centerBlock div.super h2 span {
				color: #955833;
				padding-right: 2px;
			}
			.companyView .centerBlock .super .item {
				float: left;
				width: 25%;
				margin: 0 4% 0 4%;
			}
				.companyView .centerBlock .super .item .image {
					text-align: center;
					display: block;
					margin-bottom: 4px;
				}
				.companyView .centerBlock .super .item .title {
					font-size: 110%;
					text-decoration: underline;
					margin-bottom: 4px;
					display: inline-block;
				}
				.companyView .centerBlock .super .item .sale {
					display: block;
					color: #998675;
					margin-bottom: 4px;
					font-style: italic;
				}
				.companyView .centerBlock .super .item .price {
					margin-bottom: 14px;
					font-size: 110%;
				}
					.companyView .centerBlock .super .item .price .name {
						display: inline-block;
					}
					.companyView .centerBlock .super .item .price .cost {
						display: inline-block;
						width: 60px;
						vertical-align: text-top;
						color: #A63717;
					}
						.companyView .centerBlock .super .item .price .cost .new {
							color: #E6A909;
							font-size: 130%;
						}
				.companyView .centerBlock .super .item .button {
					background: url(/img/btn_order.gif) no-repeat !important;
					display: block;
					margin: 0 auto;
					width: 120px;
					height: 21px;
				}

		.companyView .gallery{
			width: 100%;
			position: relative;
			border-bottom: #E9E7E7 1px solid;
			padding-bottom: 16px;
			margin-bottom: 20px;
		}
			.companyView .gallery .prev {
				width: 15px;
				height: 15px;
				background: url(/img/arr_carousel2.png) no-repeat 4px 4px;
				position: absolute;
				left: 7px;
				top: 55px;
			}
			.companyView .gallery .next {
				width: 15px;
				height: 15px;
				background: url(/img/arr_carousel2.png) no-repeat -26px 4px;
				position: absolute;
				right: 12px;
				top: 55px;
			}
			.companyView .gallery .carousel {
				width: 410px;
				overflow: hidden;
				position: relative;
				margin-left: 33px;
			}
				.companyView .gallery .carousel ul {
					width: 10000px;
					overflow: hidden;
					position: relative;
				}
					.companyView .gallery .carousel ul li {
						float: left;
						width: 105px;
					}
						.companyView .gallery .carousel ul li img {
							border: #ECECEB 1px solid;
						}
						.companyView .gallery .carousel ul li.selected img {
							border: #F7F7F7 1px solid;
						}
						.companyView .gallery .carousel ul li a {
							padding: 0;
						}
						
	.contacts {
	}
		.contacts .block {
			padding-bottom: 14px;
			padding-left: 30px;
			font-size: 110%;
		}
			.contacts .block img {
				display: block;
				margin: 12px 0;
				border: #A9A594 1px solid;
			}
		.contacts .phones {
			background: url(/img/ico_phones.gif) no-repeat 0 3px;
		}
		.contacts .address {
			background: url(/img/ico_address.gif) no-repeat 0 3px;
		}
		.contacts .url {
			background: url(/img/ico_url.gif) no-repeat 0 3px;
		}
		.contacts .mail {
			background: url(/img/ico_mail.gif) no-repeat 0 3px;
		}

	.compArticles .item {
		overflow: hidden;
		padding: 14px 0;
		border-top: #ECECEB 1px solid;
		font-size: 110%;
	}
	.compArticles .item:first-child {
		border: #fff 0px solid;
		padding-top: 0;
	}
		.compArticles .item .image {
			float: left;
		}
		.compArticles .item .main {
			margin-left: 84px;
		}
			.compArticles .item .main .date {
				color: #998675;
				display: block;
				padding-bottom: 4px;
				font-style: italic;
			}
			.compArticles .item .main a {
				line-height: 160%;
			}
		.compArticles .item .main a:hover {
			color: #DA0000;
		}

	.prices {
		padding-left: 14px;
	}
		.prices li {
			padding-bottom: 10px;
			margin-bottom: 8px;
			font-size: 110%;
			border-bottom: #E4E3E3 1px solid;
		}
		.prices li a {
			text-decoration: underline;
		}
		.prices li span {
			display: block;
			padding-top: 6px;
			color: #E6A909;
		}

	.newsItem {
		border-bottom: #E4E3E3 1px solid;
		padding-bottom: 16px;
		margin-bottom: 14px;
		font-size: 110%;
	}
		.newsItem .title {
			font-size: 115%;
			font-style: italic;
			padding-right: 10px;
			display: inline-block;
			margin-bottom: 4px;
		}
		.newsItem .date {
			color: #998675;
			font-size: 90%;
			font-style: italic;
		}
		.newsItem p {
			padding: 0 !important;
			font-size: 90%;
		}

	div.docsList {
		overflow: hidden;
	}
		div.docsList a {
			width: 26%;
			margin-right: 7%;
			display: block;
			float: left;
			margin-bottom: 16px;
		}

                
            ul.catList {
                    }
		ul.catList li {
			padding: 8px 0;
			border-top: #DFDEDC 1px solid;
			color: #E6A909;
		}
		ul.catList li:first-child {
			border: #fff 0px solid;
		}
			ul.catList li a {
				font-size: 120%;
				margin-right: 4px;
				text-decoration: underline;
			}
			
			
.compList {
	width: 100%;
}
.compList .left {
	width: 140px;
	vertical-align: top;
	text-align: center;
	padding-right: 20px;
}
.compList .center {
	vertical-align: top;
	padding-right: 20px;
}
.compList .center .desc {
	padding: 8px 0;
	font-size: 12px;
}
.compList .right {
	width: 220px;
	float: none;
	vertical-align: top;
}
.compList .right .info {
	height: 100px;
	b_ackground: #FBF2C4;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #F9E99B;
	text-align: center;
	font-size: 13px;
}
.compList .right .info div {
	margin-top: 13px;
}
.compList .right .info h2 {
	font-size: 22px;
	padding: 3px 0;
}
.compList .right .info a {
	background: url(/img/ico_url.gif) no-repeat 0 0;
	padding-left: 20px;
}
.compList td {
	padding: 20px 0;
	border-bottom: 1px solid #DDD;
}
.compList .center .title {
	font-size: 18px;
}
.compList .center .view {
	color: #AAA;
	font-size: 10px;
	margin-top: 10px;
}

.vibcat {
margin-top: -10px;
margin-bottom: 15px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
background: #EEE;
padding: 8px;
}