﻿.list_carousel {}
.list_carousel ul {
    margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	margin: 10px;
    height:150px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}



#sidebar .bs-docs-sidenav > li > a {
    border: 0 none;
}
#sidebar ul {
    margin-top: 0;
    padding: 0;
}
#sidebar ul li {
    border-bottom: 1px solid #e5e5e5;
}
#sidebar ul li a.dropdown-toggle.collapsed {
    background-color: transparent;
    background-image:url(../../images/arrowD.png);
}
#sidebar ul li a.dropdown-toggle {
    background-color: #f8f8f8;
    background-image:url(../../images/arrowD.png);
}
#sidebar ul li a {
    background-image:url(../../images/arrowR.png);
    background-position: 6px center;
    background-repeat: no-repeat;
    border-radius: 0;
    padding-left: 24px;
}
#sidebar ul ul {
    background: #f8f8f8 none repeat scroll 0 0;
    display: none;
    font-size: 12px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#sidebar ul ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 14px;
}
#sidebar ul li li {
    border-bottom: 0 none;
    border-top: 1px solid #e5e5e5;
}
#sidebar ul li li a {
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
}
#sidebar ul li a.active {
    color: #cf0007;
    font-weight: bold;
}