#main-nav.fixed {
   /* position: static !important;*/
}
.index{
	padding-top: 140px;
	padding-bottom:40px;
}
#index-container{
	height:685px;
	overflow:auto;
}
#index-tabs .list-group-item{
	padding:5px 15px;	
}
#brands-index-container{
	position:relative;	
}

#brands-index-container .overlay{
	background:#FFFFFF;
	padding-top: 200px;
	min-height:700px;
	display:none;
}
#brands-index-container h3{
	margin-bottom: 15px;
}
.brand-header{
    padding: 15px;
    border-top: 1px solid #012B46;
    border-bottom: 1px solid #012B46;
}
.tree{
	padding:0;
}

.tree li{
	list-style:none;
	margin:10px 0;	
}

.tree ul li{
	margin-left:30px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0px;
	text-align:left;
}

#product-list-container h3{
	margin-bottom:20px;	
}
/*
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f4f4f4;
    border-color: #DDDDDD;
    color: inherit;
}

*/

.just-padding {
    /*padding: 15px;*/
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
	
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 60px;
	background:#fcfcfc;
	
}

.list-group-item .glyphicon {
    margin-right: 5px;
}

.treeview{
	margin-bottom:20px;	
}

.hint h6{
	margin-top: 30px;
	color:#aaaaaa;
}

select option[disabled="disabled"]{
	/*background:#eeeeee;*/
	color:#cccccc;
}
.multi-large{
	min-height:300px;
}
.product-table tr{
	cursor:pointer;
}

.product-table tr td a{
	text-decoration:underline;
}

.tooltip-inner {
    white-space:pre;
    max-width:none;
}