ul.facet-type-list {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 20px;
	display: block;
}
ul.facet-type-list li{
	list-style: none;
}

ul.facet-type-list li.facet-type {
		padding-top: 20px;
	}
ul.facet-type-list strong {
		color: #696D70;
		font-size: 12px;
}
ul.facet-type-list strong .facet-type-name {
			color: #6EA931;
			font-weight: bold;
			text-transform: uppercase;
		}

ul.facet-type-list a.collapse {
		background: url("images/btn-arrows.png") no-repeat scroll 0 -70px transparent;
		display: inline-block;
		float: right;
		height: 16px;
		text-indent: -1000px;
		width: 20px;
	}
ul.facet-type-list a.expand {
		background: url("images/btn-arrows.png") no-repeat scroll 0 -27px transparent;
		display: inline-block;
		float: right;
		height: 16px;
		text-indent: -1000px;
		width: 20px;
	}


ul.facet-list {
    margin-bottom: 7px;
}
ul.facet-list li {
		border-bottom: 1px solid #EEEEEE;
		font-size: 11px;
		line-height: 20px;
}
ul.facet-list li input{
	margin: 0 3px 0 0;
}
ul.facet-list li a.active{
            color: #6085BA;
        	}
ul.facet-list .qty {
		color: #888888;
		font-size: 9px;
	}


a.show-more, a.show-less {
    color: #6085BA;
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
}

hr.facet-rule {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #BBBBBB;
    border-style: none none dotted;
    border-width: 0 0 1px;
    height: 0;
    line-height: 0;
}

.no-background{
	background: none;
}

.no-border{
	border: none;
}

.fb_share_button{
	background: #eceef5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	border: 1px solid #cad4e7;
	cursor: pointer;
	white-space: nowrap;
	color: #3b5998;
}
.fb_share_button:hover{
	border-color: #9dacce;
}