html, body{
	width: 100%;
	height: 100%;
}

.clr{
	clear: both;
}

.all{
	height: 100%;
	width:100%;
		background: url(../images/redline.png) no-repeat;
	background-position: 50% 194px;
}

.header{
	width: 1024px;
	margin: 0 auto;


}

.header .up{
	width: 1000px;
	margin: 0 auto;
}

.header .up .logoline{
	width: 100%;
	line-height: 60px;
	height: 60px;
	position: relative;
	padding-top: 50px;
	border-bottom: 1px solid #c7c7c7;
}

.header .up .logoline .logotype{
	position: relative;
	float: left;
	top: -8px;
}

.header .up .logoline .motto{
	font-size: 18px;
	color: #888;
	font-style: italic;
	margin-left: 15px;
}

.header .up .logoline .search{
	position: relative;
	float: right;
	width: 50%;
}

.header .up .logoline .search div{
	float: right;
}

.header .up .logoline .search input{
	behavior: url(/PIE.htc);
	width: 273px;
	height: 22px;
	border-radius: 15px;
	border: 1px solid #c7c7c7;
	color: #c7c7c7;
	font-style: italic;
	font-family: Calibri;
	font-size: 14px;
	text-indent: 8px;
	z-index: 500;
}

.header .up .logoline .search a{
	behavior: url(/PIE.htc);
	background-color: #fff236;
	color: #393939;
	font-size: 13px;
	font-family: Calibri;
	padding: 3px;
	box-shadow: inset 1px -5px 8px #ffce0c;
	text-shadow: 0px 0px 1px #393939;
	border-radius: 15px;
	text-decoration: none;
	margin-left: -22px;
	z-index: 1000;
	position: relative;
}

.header .up .menuline{
	height: 85px;
	line-height: 85px;
	width: 100%;
	position: relative;
	float: left;
}

.header .up .menuline .menutop{
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

.header .up .menuline .menutop li{
	float: left;
}

.header .up .menuline .menutop li a{
	padding: 12px 15px;
	text-decoration: none;
	font-family: calibri;
	font-size: 16px;
	color: #393939;
	text-shadow: 0px 0px 1px #393939;
	border-radius: 30px;
	behavior: url(/PIE.htc);
}

.header .up .menuline .menutop li a:hover{
	background-color: #fff22d;
}

.header .down{
	position: relative;
	float: left;
	width: 100%;
	min-height: 300px;
}

.header .down .linered{
	width: 1000px;
	margin: 0 auto;
	height: 300px;
}

.header .down .linered .section-block{
	position: relative;
	float: left;
	width: 190px;
	height: 250px;
	margin: 25px 0;
	margin-left: 12px;
}

.header .down .linered .section-block:first-child{
	margin-left: 0px;
}

.opa-border-style{
	behavior: url(/PIE.htc);
	display: block;
	position: absolute;
	height: 168px;
	width: 168px;
	border: 10px solid white;
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	border-radius: 100px;
	top: 0;
}

.selected-section{
	position: absolute;
	display: none;
	height: 188px;
	width: 188px;
	background: url(../images/yell.png);
	top: 0;
}

.header .down .linered .section-block a{
		text-decoration: none;
}

.header .down .linered .section-block a .section-name{
	font-family: calibri;
	font-size: 16px;
	color: white;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	display: block;
	line-height: 18px;
	margin-top: 10px;
}

.main-wide-wrapper{
	position: relative;
	width: 100%;
	min-height: 1px;
	margin: 0 auto;
	padding-bottom: 461px;
	float: left;
}

.content-up{
	width: 1000px;
	min-height: 1px;
	position: relative;
	margin: 84px auto;
}

.content-up .last-news{
	position: relative;
	width: 48%;
	min-height: 1px;
	float: left;
}

.content-up .last-news .name, .content-up .new-item .name  a{
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #393939;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	text-decoration: none;
}

.content-up .last-news .news-block, .content-up .new-item .info{
	line-height: 20px;
	position: relative;
	float: left;
	width: 100%;
}

.content-up .last-news .news-block .news-date, .content-up .new-item .tag{
	color: #c7c7c7;
	float: left;
	width: 100%;
	font-size: 14px;
	font-style: italic;
}

.content-up .last-news .news-block .news-preview, .content-up .new-item .preview{
	font-family: tahoma;
	font-size: 14px;
	color: #888;
	line-height: 22px;
}

.content-up .last-news .all-news{
	position: relative;
	float: left;
	margin-top: 10px;
	width: 218px;
	height: 34px;
	line-height: 34px;
	background: url(../images/button.png);
	text-indent: 18px;
	text-decoration: none;
	color: #ff0000;
	font-style: italic;
	font-size: 18px;
	font-family: calibri;
}

.content-up .new-item{
	position: relative;
	width: 49%;
	min-height: 1px;
	float: left;
	margin-left: 3%;
}

.content-up .new-item .tag{
	color: #ff0000;
	line-height: 20px;
}

.content-up .new-item .left-side{
	position: relative;
	float: left;
	width: 59%;
}

.content-up .new-item .right-side{
	position: relative;
	float: left;
	width: 41%;
}

.content-up .new-item .right-side a img{
	max-width: 200px;
	max-height: 200px;
}

.content-up .new-item .price{
	behavior: url(/PIE.htc);
	position: relative;
	float: left;
	margin-top: 10px;
	width: 102px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	background: #fff22d;
	color: #ff0000;
	font-size: 18px;
	font-family: calibri;
	border-radius: 15px;
}

.content-down{
	position: relative;
	width: 1350px;
	margin: 0 auto;
	height: 159px;
	border-top: 1px solid #fff22d;
	margin-bottom: 50px;
}

.content-down .inner{
	position: relative;
	width: 100%;
	height: 158px;
	margin-top: 1px;
	background: #fff897;
}

.content-down .inner .info{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: 100%;
}

.content-down .inner .info .flag{
	position: relative;
	height: 134px;
	width: 110px;
	float: left;
	background: url(../images/stat.png);
	margin-top: -4px;
	text-align: center;
}

.content-down .inner .info .flag a{
	font-size: 18px;
	color: #e9e9e9;
	font-style: italic;
	text-decoration: none;
	line-height: 26px;
	margin-top: 18px;
	position: relative;
	display: block;
}

.content-down .inner .info .stat{
	position: relative;
	float: left;
	width: 89%;
	height: 158px;
}

.content-down .inner .info .stat .left{
	position: relative;
	margin: 22px 34px;
	width: 644px;
	float: left;
	height: 114px;
}

.content-down .inner .info .stat .left .name{
	width: 100%;
	color: #ff0000;
	font-family: calibri;
	font-size: 24px;
	float: left;
	position: relative;
	line-height: 28px;
	white-space: nowrap;
}

.content-down .inner .info .stat .left .text{
	line-height: 26px;
	font-family: tahoma;
	color: #393939;
	font-size: 14px;
	font-style: italic;
	text-align: justify;
}

.content-down .inner .info .stat .right{
	position: relative;
	height: 100%;
	float: left;
	width: 170px;
}

.content-down .inner .info .stat .right a{
	position: absolute;
	bottom: 36px;
	line-height: 34px;
	width: 172px;
	height: 34px;
	background: url(../images/btnred.png);
	font-family: calibri;
	font-style: italic;
	font-size: 18px;
	color: #fff12d;
	text-indent: 14px;
	text-decoration: none;
}

.footer{
	margin-top: -461px;
	height: 461px;
	width: 100%;
	float: left;
}

.footer .inner{
	margin: 0 auto;
	width: 1350px;
	border-top: 1px solid #c7c7c7;
}

.footer .inner .up{
	position: relative;
	height: 358px;
	margin-top: 1px;
	background: #e9e9e9;
}

.footer .inner .down{
	height: 100px;
	width: 1000px;
	margin: 0 auto;
	line-height: 100px;
	color: #939393;
	font-family: calibri;
	font-size: 14px;
}

.footer .inner .down .left{
	width: 50%;
	float: left;
	text-align: left;
}

.footer .inner .down .right{
	width: 50%;
	float: left;
	text-align: right;
	position: relative;
}

.footer .inner .down .right a{
	position: absolute;
	right: 0;
	top: 62px;
}

.footer .inner .up .centered{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 34px 0;
}

.footer .inner .up .centered .left{
	position: relative;
	width: 59%;
	float: left;
}

.footer .inner .up .centered .left .name{
	line-height: 36px;
	width: 100%;
	float: left;
	color: #555555;
	font-size: 24px;
	font-family: calibri;
}

.footer .inner .up .centered .left .form{
	position: relative;
	width: 100%;
	float: left;
}

.footer .inner .up .centered .left .form .left-f{
	width: 42%;
	position: relative;
	float: left;
}

.footer .inner .up .centered .left .form .left-f .title-inp{
	position: relative;
	float: left;
	width: 100%;
	line-height: 20px;
	color: #939393;
	font-style: italic;
	font-size: 14px;
	margin-top: 5px;
}

.footer .inner .up .centered .left .form .left-f .title-inp span{
	color: #ff0000;
}

.footer .inner .up .centered .left .form .left-f input{
	behavior: url(/PIE.htc);
	position: relative;
	border: none;
	width: 220px;
	height: 24px;
	border-radius: 5px;
	padding: 5px;
}

.footer .inner .up .centered .left .form .captcha{
	position: relative;
	width: 230px;
	float: left;
}

.footer .inner .up .centered .left .form .captcha img{
	position: relative;
	width: 100px;
	float: left;
}

.footer .inner .up .centered .left .form .captcha input{
	width: 100px;
	float: right;
}

.footer .inner .up .centered .left .form .right{
	position: relative;
	width: 41%;
	float: left;
	height: 236px;
}

.footer .inner .up .centered .left .form .right textarea{
	behavior: url(/PIE.htc);
	position: relative;
	float: left;
	margin-top: 24px;
	width: 366px;
	max-width: 376px;
	height: 142px;
	resize: none;
	border: none;
	padding: 0;
	border-radius: 5px;
	padding: 5px;
	text-indent: 10px;
}

.footer .inner .up .centered .left .form p{
	width: 25%;
	float: left;
}

.errortext{
	font-size: 12px;
}

.footer .inner .up .centered .left .form .right input[type=submit]{
	position: absolute;
	float: left;
	width: 145px;
	height: 34px;
	background: url(../images/btnfoot.png);
	bottom: 0;
	left: 0;
	text-decoration: none;
	font-style: italic;
	font-family: calibri;
	font-size: 18px;
	color: #ff0000;
	line-height: 34px;
	text-indent: -14px;
	border: none;
	cursor: pointer;
}

.footer .inner .up .centered .right{
	position: relative;
	float: right;
	width: 220px;
}

.sitename{
	font-family: calibri;
	font-size: 36px;
	font-weight: bold;
	color: #2b55a2;
}

.sitename span{
	color: #ff0000;
}

.footer .inner .up .centered .right .contacts{
	position: relative;
	float: left;
	margin-top: 24px;
	line-height: 28px;
}

.footer .inner .up .centered .right .contacts .line{
	position: relative;
	float: left;
	width: 100%;
}

.footer .inner .up .centered .right .contacts .line .contact{
	font-size: 14px;
	color: #555555;
	float: left;
	margin-left: 10px;
}

.footer .inner .up .centered .right .contacts .line .contact a{
	color: #555555;
	text-decoration: none;
}

.footer .inner .up .centered .right .contacts .line img{
	float: left;
}

.footer .inner .up .centered .right .contacts .line #map{
	margin-top: 6px;
}
.footer .inner .up .centered .right .contacts .line #phone{
	margin-top: 7px;
}
.footer .inner .up .centered .right .contacts .line #mail{
	margin-top: 10px;
}

.socials{
	position: relative;
	display: inline;
	float: left;
	min-height: 1px;
	min-width: 1px;
	margin-top: 10px;
}

.socials li{
	float: left;
}

.socials li a{
	background: url(../images/soc.png);
	width: 22px;
	height: 22px;
	position: relative;
	float: left;
	margin-right: 7px;
}

.socials li #li{
	background-position: -29px 0px;
}
.socials li #a{
	background-position: -58px 0px;
}
.socials li #b{
	background-position: -87px 0px;
}
.socials li #tw{
	background-position: -116px 0px;
}

/*Контакты и прочие страницы*/

.content-up .title{
	color: #393939;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 28px;
}

.content-up .cont{
	width: 100%;
	position: relative;
	float: left;
	padding: 18px 0;
	border-top: 1px solid #c7c7c7;
}

.content-up .text-block{
	font-family: calibri;
	font-size: 17px;
	color: #888888;
	line-height: 21px;
}

.content-up .text-block span, .content-up .cont span{
	position: relative;
	float: left;
	width: 100%;
	color: #393939;
	font-family: calibri;
	font-size: 20px;
	line-height: 28px;
}

.content-up .bitrix-map{
	width: 621px;
	height: 225px;
	position: relative;
	float: left;
}

.content-up .publish-block{
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid #c7c7c7;
}

.content-up .publish-block .post{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
	line-height: 20px
}

.content-up .publish-block .post .name{
	position: relative;
	float: left;
}

.content-up .publish-block .post .name{
	color: #2b55a2;
	font-family: calibri;
	font-size: 20px;
	text-decoration: none;
}

.content-up .publish-block .post a:visited .name{
	color: #769bdf;
}

.content-up .publish-block .post .date{
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	font-style: italic;
	color: #c7c7c7;
}

.content-up .publish-block .post .text{
	color: #888888;
	font-family: arial;
	font-size: 14px;
	width: 100%;
	position: relative;;
	float: left;
}

.content-up .salons-block{
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid #c7c7c7;
}

.content-up .salons-block .line-throught{
	position: relative;
	width: 100%;

	float: left;
	padding-top: 20px;
	padding-bottom: 30px;
}

.content-up .salons-block .line-throught.element-line{
	height: 310px;
}

.content-up .salons-block .line-throught .salon{
	position: relative;
	display: inline-block;
	vertical-align: top;
	/*float: left;
	width: 30%;
	margin-left: 5%;*/	
	width: 330px;
	margin-bottom: 70px;
}

.content-up .salons-block .line-throught .salon:first-child{
	margin-left: 0px;
}

.content-up .salons-block .line-throught .salon .addr{
	position: relative;
	float: left;
	width: 100%;
	color: #393939;
	font-family: calibri;
	font-size: 24px;
	line-height: 30px;
}

.content-up .salons-block .line-throught .salon .near, .content-up .salons-block .line-throught .salon .telephone{
	position: relative;
	float: left;
	width: 100%;
	color: #555;
	font-family: calibri;
	font-size: 17px;
	line-height: 18px;
}

.content-up .salons-block .line-throught .salon .more-photo{
	position: relative;
	float: left;
	padding-top: 5px;
}

.content-up .salons-block .line-throught .salon .more-photo .three-line{
	position: relative;
	float: left;
	width: 100%;
	padding: 5px 0;
}

.content-up .salons-block .line-throught .salon .more-photo .three-line .photo{
	margin-right: 10px;
	float: left;
	position: relative;
	width: 80px;
	height: 80px;
}

.content-up .salons-block .line-throught .salon .more-photo .three-line .photo:first-child{
	margin-left: 0px;
}

.content-up .salons-block .line-throught .salon .more-photo .three-line .photo div{
	width: 80px;
	height: 80px;
	position: relative;
	overflow: hidden;
}

.content-up .salons-block .line-throught .salon .more-photo .three-line img{
	min-width: 80px;
	min-height: 80px;
	max-width: 180px;
	max-height: 180px;
}

.content-up .salons-block .line-throught .salon .show-map{
	position: relative;
	float: left;
	margin-top: 10px;
	width: 218px;
	height: 34px;
	line-height: 34px;
	background: url(../images/button.png);
	text-indent: 18px;
	text-decoration: none;
	color: #ff0000;
	font-style: italic;
	font-size: 18px;
	font-family: calibri;
}

.catalog-first{
	position: relative;
	float: left;
	width: 19%;
	margin-left: 1%;
}

.catalog-first:first-child{
	margin-left: 0px;
}

.catalog-first a{
	color: white;
}

.catalog-first a span{
	color: #393939;
	font-family: tahoma;
	font-size: 18px;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	float: left;
	line-height: 20px;
	margin-top: 10px;
}

.catalog-first.wrapper{
	/*border: 1px solid #c7c7c7;*/
}

.catalog-first.wrapper:hover{
	top: -5px;
	padding: 5px 0px;
/*	border: 1px solid #484848;*/
}

.catalog-first.wrapper .element{
	position: relative;
	width: 176px;
	margin: 0 auto;
}

.catalog-first.wrapper .element .image-wrapp{
	width: 200px;
	height: 200px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.image-wrapp img{
	max-height: 176px;
	max-width: 176px;
}

.image-wrapp span.newnewnew{
	position: absolute;
	bottom: 10px;
	left: 0;
	font-family: calibri;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

.element-info{
	width: 100%;
	position: relative;
	float: left;
	line-height: 22px;
	padding: 10px 0;
	border-top: 1px solid #c7c7c7;
	overflow: hidden;
}

.element-info .element-title{
	width: 100%;
	position: relative;
	float: left;
}

a.element-title{
	font-family: calibri;
	font-size: 14px;
	color: #393939;
	text-decoration: none;
	white-space: nowrap;
}

a.element-title:visited{
	color: #609;
}

.element-info .country{
	font-family: calibri;
	font-size: 14px;
	color: #c7c7c7;
	font-style: italic;
	text-decoration: none;
	white-space: nowrap;
}

.content-up .salons-block .element-line{
	padding-bottom: 0px;
}

.detail-element{
	position: relative;
	width: 100%;
	float: left;
}

.detail-up{
	position: relative;
	float: left;
	width: 100%;
}

.detail-left{
	position: relative;
	float: left;
	min-width: 1px;
	min-height: 1px;
}

.detail-left img{
	position: relative;
	float: left;
	/*min-width: 300px;*/
	min-height: 250px;
	max-width: 350px;
	max-height: 350px;
	/*border: 1px solid #c7c7c7;*/
	padding: 5px;
}

.detail-right{
	position: relative;
	float: left;
	margin-left: 30px;
	width: 50%;
}

.detail-title{
	position: relative;
	width: 100%;
	color: #393939;
	font-family: calibri;
	font-size: 24px;
	margin-bottom: 24px;
	float: left;
}

.element-properties{
	position: relative;
	float: left;
}

.element-properties tr{
	line-height: 24px;
	height: 24px;
	background: #f8f8f8;
	font-family: calibri;
	font-size: 17px;
}

.element-properties tr.dark{
	background: #f1f1f1;
}

.element-properties tr td{
	padding: 0px 16px;
	color: #393939;
}
.element-properties tr td:first-child{
	color: #7c7c7c;
}

.detail-down{
	position: relative;
	width: 100%;
	float: left;
	margin-top: 24px;
	color: #888888;
	font-size: 14px;
	line-height: 18px;
	font-family: tahoma;
}

.detail-down .detail-text h1{
	color: #2b55a2;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 12px;
}

.detail-down .additional-properties h1{
	margin-top: 24px;
	font-style: italic;
	color: #393939;
}

/*Навигация*/

.navigation{
	position: relative;
	float: right;
	margin-top: 20px;
}

.navigation-pages span, .navigation-pages a{
	position: relative;
	float: left;
	width: 23px;
	height: 23px;
	border: 1px solid #c7c7c7;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	color: #393939;
	margin-right: 2px;
}

.navigation-pages span img, .navigation-pages a img{
	padding-top: 7px;
}

.navigation-pages span.three{
	border: none;
}

.navigation-pages span.nav-current-page{
	color: #c7c7c7;
}

.back_url{
	position: relative;
	float: left;
	margin-top: 30px;
	width: 218px;
	height: 34px;
	line-height: 34px;
	background: url(../images/buttonrev.png);
	text-indent: 48px;
	text-decoration: none;
	color: #ff0000;
	font-style: italic;
	font-size: 18px;
	font-family: calibri;
}

.sections-line{
	position: relative;
	float: left;
	margin-top: 20px;
	width: 100%;
}

.sections-line .section-name{
	color: #393939;
	margin-right: 20px;
	font-family: calibri;
	font-size: 16px;
	position: relative;
	float: left;
	line-height: 20px;
	text-decoration: underline;
}

.breadcrumb-navigation{
	position: relative;
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding-top: 15px;
	font-family: arial;
	font-size: 12px;
}

.breadcrumb-navigation li{
	position: relative;
	float: left;
	display: inline;
	min-width: 1px;
}

.breadcrumb-navigation li a, .breadcrumb-navigation li{
	color: #c7c7c7;
	text-decoration: none;
}

.adress_baloon{
	color: #555555;
    float: left;
    font-family: calibri;
    font-size: 17px;
    line-height: 18px;
    position: relative;
    width: 100%;
}

.list-price{
	font-family: calibri;
	font-size: 14px;
	color: #c7c7c7;
	font-style: italic;
	text-decoration: none;
	width: 100%;
	position: relative;
	float: left;
}

.list-price span{
	color: #ff0000;
	font-weight: bold;
	font-size: 20px;
}

ul.sections-line{
	list-style: circle;
}

ul.sections-line li{
	margin-bottom: 10px;
}

ul.sections-line span.section-name{
	float: none;
	color: #2b55a2;
}

.sticker{
	position: absolute;
	width: 74px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	right:0px;
	bottom: 75px;
}

.sticker img{
	z-index: 50;
	position: absolute;
	left: 0;
}

.sticker span{
	z-index: 100;
	position: relative;
	font-style: italic;
	font-size: 18px;
	color: white;
}

#range{
	position: relative;
	background: url(../images/range.png);
	width: 201px;
	height: 6px;
	float: left;
	top: 20px;
}

.ui-slider-range{
	position: absolute;
	max-width: 201px;
	height: 6px;
	float: left;
}

.ui-slider-handle{
	position: absolute;
	background: url(../images/hand.png);
	width: 9px;
	height: 15px;
	float: left;
	top: -15px;
	margin-left: -4px;
}

.filter-element{
	position: relative;
	float: right;
	width: 80%;
}

.filter-block{
	position: relative;
	float: left;
	width: 33%;
	font-family: calibri;
	font-weight: bold;
	font-size: 14px;
	height: 1px;
}

.filter-line{
	position: relative;
	float: left;
	width:100%;
	line-height: 38px;
	height: 38px;
}


.buttons{
	position: relative;
	float: left;
	padding-top: 25px;
}

.filter-main{
	position: relative;
	float: left;
	margin-bottom: 10px;
	padding-top: 5px;
	width: 100%;
	border-top: 1px solid #c7c7c7;
}

.magic-fl{
	position: relative;
	float: left;
}

.defis{
	font-family: calibri;
	font-size: 18px;
	padding: 0 5px;
}

.prp input{
	font-family: calibri;
	font-size: 18px;
	max-width: 60%;
	height: 23px;
}

.prp input[name='arrFilter_pf[brand]']{
	font-size: 14px;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

#filterSorticus{
	position: relative;
	float: left;
	width: 16%;
	margin-top: 3px;
}

.magic-fl{
	font-family: calibri;
	font-weight: bold;
	font-size: 14px;
}

.filter-block.check{
	width: 18%;
	margin-top: 3px;
}

.content-up table td{
	border-right: 1px solid #c7c7c7;
	padding: 5px;
}

.content-up table tr{
	border-bottom: 1px solid #c7c7c7;
}

.content-up table{
	border-top: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
}

.content-up table td{
	font-family: arial;
	font-size: 14px;
}

.brands-footer{
	position: relative;
	float: left;
	width: 100%;
}

.brand-view{
	position: relative;
	float: left;
	padding: 0 15px;
}

.brand-view img{
	max-width: 135px;
}

.line-5{
	position: relative;
	width: 100%;
	float: left;
}

.line-4{
	position: relative;
	width: 100%;
	float: left;
	padding: 0 80px;
}

.brand-new{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.brands-block{
	position: relative;
	float: left;
}

.logobrand{
	position: relative;
	width: 15%;
	float: left;
}

.brand{
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 50px;
}

.upside-brand{
	position: relative;float: left;
	width: 100%;
}

.brand-description p{
	font-family: arial !important;
	font-size: 14px !important;
	line-height: 18px !important;
}

.more_photo{
	position: relative;
	float: left;
	padding-right: 10px;
}

.more_photo img{
	max-height: 100px;
}

.brand-more{
	position: relative;
	float: right;
	width: 85%;
	padding: 20px 0;
}
.nav-page-all{
	margin-top: -16px;
	width: 30px !important;
	background: #FFF897;
}
.nav-page-pagen{
	margin-top: -16px;
	width: 60px !important;
	background: #FFF897;
}