#motofilter-top .left_title {
	background: #c40009 url(../../img/top-bg-left.jpg) no-repeat top left;
	height: 55px;
	line-height: 55px;
	color: white;
	text-align: left;
	text-indent: 15px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

#motofilter-top .right_content {
	background: #c40009;
	height: 55px;
	line-height: 55px;
	color: white;
}
#motofilter-top .right_content span {
	font-weight: bold;
	background: url(../../img/arrow.png) no-repeat right;
	display: inline-block;
	height: auto;
	padding-right: 65px;
	padding-left: 25px;
}
#motofilter-top .right_content span.current {
	font-weight: normal;
	background: none;
	padding-left: 35px;
	text-decoration: underline;
}

#motofilter-top .right_content .stepback{
	color: white;
	background: url(../../img/arrow-reverse.png) no-repeat left;
	padding-left: 35px;

}

#motofilter .content {
	margin-top: 15px;
	width: 100%;
}

#motofilter .content ul.list_znacky li {
	float: left;
}

#motofilter .content ul.list_znacky li a {
	display: block;
	background: #ebebeb;
	color: black;
	text-transform: uppercase;
	width: 196px;
	line-height: 26px;
	margin: 0px 15px 5px 0px;
	text-indent: 10px;
	font-weight: bold;
}

#motofilter .content ul li a:hover {
	background: #c40009;
	color: white;
}

#motofilter .content table.table.moto {
    border-collapse: separate;
    border-spacing: 0 4px;
}

#motofilter .content table.table.moto th {
	background: #2b2b2b;
	color: white;
	text-transform: uppercase;
	padding: 9px 8px 11px 18px;
}

#motofilter .content table.table.moto tbody tr {
	background: #ebebeb;
	margin: 5px 0px 5px 0px;
}
#motofilter .content table.table.moto tbody tr:hover {
	background: #c40109;
	color: white;
	cursor: pointer;
}
#motofilter .content table.table.moto tbody tr td {
	padding: 3px 8px 3px 18px;
}
#motofilter .content table.table.moto tbody tr td a {
	display: block;
}
#motofilter .content table.table.moto tbody tr:hover td a {
	color: white;
}

#tecdocbanner {
	float: none;
	margin-top: 25px;
	margin-bottom: 25px;
}

#tecdocbanner a {
	display: block;
	height: 65px;
	line-height: 65px;
	color: white;
	text-align: left;
	text-indent: 15px;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	background: #c40009 url(../../img/home_bg.jpg) no-repeat top left;
}


