
/* Табы под слайдером */

.tabs-block-wrapper{
	width:100%;
	background:url('../images/tabs-content-bd.jpg')repeat-x;
}
.tabs-bg{
	height:51px;
	background:#323232;
}
.tabs-block-fixed{
	width:980px;
	margin:-48px auto 0px;
}
.tabs{
	background:#fff;
}
.tabs-content.active {
	display:block;
	margin-top:25px;
}
.tabs-caption{
	height:45px;
	border-bottom:2px solid #5ABD32;
	padding:0 31px;
}
.tabs-caption li{
	float:left;
	cursor:pointer;
	font-size:16px;
	color:#5460a8;
	margin-right:25px;
	padding:8px 20px;
	margin:6px 0 0;
}
.tabs-caption li>span{
	background:url('../images/tabs-bb.png')repeat-x 0 18px;
}
.tabs-caption li:hover span{
	background:none;
}
.tabs-caption li:last-child{
	margin-right:0;
}
.tabs-caption li:hover{
	color:#5ABD32;
	border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
}
.tabs-caption .active{
	border-radius:6px 6px 2px 2px;
	-webkit-border-radius:6px 6px 2px 2px;
	-moz-border-radius:6px 6px 2px 2px;
	padding:8px 23px 9px;
	color:#5ABD32;
	margin:5px 0 0;
	border:2px solid #5ABD32;
	border-bottom:3px solid #fff;
}
.tabs-caption .active span{
	background:none;
}
.tabs-caption .active:hover{
	color:#5ABD32;
	text-decoration:none;
	cursor:default;
}
.tabs-content {
	display:none;
	margin-top:25px;
}
.tabs-content-wrapper{
	width:100%;
	/* height:500px; */
}
.sort-amount{
	width:50%;
	height:30px;
	margin:0 0 -8px 55px;
}
.sort{
	color:#b3b3b3;
	font-size:13px;
	float:left;
}
.sort span{
	margin:0 9px 0 7px;
	cursor:pointer;
}
.sort-active{
	height:22px;
	color:#5abd32;
	font-size:14px;
	display:inline-block;
}
.sort-non-active{
	height:22px;
	color:#5460a8;
	font-size:14px;
	display:inline-block;
	background:url('../images/tabs-bb.png')repeat-x 0 18px;
}
.amount{
	color:#6b6b6b;
	font-size:13px;
	float:left;
	font-style:italic;
	margin-left:50px;
}
.amount span{
	color:#5abd32;
	font-size:14px;
	font-weight:bold;
}
.type-of-velo-wrapper{
	width:93.5%;
	margin:10px 0;
	padding:0 40px;
}
.type-of-velo-block{
	width:240px;
	display:inline-block;
	margin-right:35px;
	margin-bottom:21px;
}
.type-title{
	height:22px;
	text-align:center;
	margin-top:4px;
}
.type-title a{
	color:#5460a8;
	font-size:18px;
	margin-right:5px;
	background:url('../images/type-title-bg.png')repeat-x 0 20px;
}
.type-title a:hover{
	text-decoration:none;
	background:none;
}
.type-title span{
	color:#5abd32;
	font-size:12px;
	display:inline-block;
}
.cost-range{
	color:#b3b3b3;
	font-size:14px;
	text-align:center;
	margin-top:6px;
}
.type-of-velo-block:nth-child(4n){
	margin-right:0;
}

/* Табы в новостях */

.tabs-block-wrapper{
	width:100%;
	background:url('../images/tabs-content-bd.jpg')repeat-x;
}
.tabs-bg{
	height:51px;
	background:#323232;
}
.tabs-block-fixed{
	width:980px;
	margin:-48px auto 0px;
}
.tabs-2{
	height:303px;
	background:#fff;
}
.tabs-content-2.active-2 {
	display:block;
	height:235px;
	margin-top:10px;
	border-bottom:2px solid #CDD1DA;
}
.tabs-caption-2{
	height:45px;
	padding:11px 40px 0px 20px;
}
.tabs-caption-2 li{
	float:left;
	cursor:pointer;
	font-size:23px;
	color:#5460a8;
	margin-right:25px;
	padding:8px 20px;
	margin:6px 0 0;
}
.tabs-caption-2 li>span{
	background:url('../images/tabs-bb.png')repeat-x 0 25px;
}
.tabs-caption-2 li:hover span{
	background:none;
}
.tabs-caption-2 li:last-child{
	margin-right:0;
}
.tabs-caption-2 li:hover{
	color:#5ABD32;
}
.tabs-caption-2 .active-2{
	padding:9px 20px;
	color:#5ABD32;
	margin:5px 0 0;
}
.tabs-caption-2 .active-2 span{
	background:none;
}
.tabs-caption-2 .active-2:hover{
	color:#5ABD32;
	text-decoration:none;
	cursor:default;
}
.tabs-content-2 {
	display:none;
	margin-top:25px;
}
.tabs-content-wrapper-2{
	width:100%;
	height:235px;
}