.brands_list_container{
	float:left;
	border: 1px solid #007fcf;
    height: 464px;
    margin-top: 30px;
    text-align: center;
    width: 248px;
	position:relative;
}
.brands-title{
	background-position: 0 0;
    background-repeat: repeat-x;
    border-bottom: 1px solid #CECECE;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 0;
    text-transform: uppercase;
}
.brands-title a:hover{
	text-decoration:none;
}
.brand-list{
	list-style: none;
	max-height:400px;
	*height:400px;
}
.brand-list a{
	display:block;
	padding-top:16px;
	margin-left:15px;
	margin-right:15px;
	padding-bottom:6px;
	border-bottom:1px dashed #959595;
	text-decoration:none;
}
.brand-list a:hover{
	text-decoration:none;
	border-bottom:1px dashed #007fcf;
	color:#007fcf;
}

.brand-list #more > a{
    padding: 19px 0px;
	*padding:7px 0px;
	background: url(../images/more.png) no-repeat scroll center 21px transparent;
	border-bottom: 0px;
	cursor:pointer;
	width:220px;
}
.brand-list #more > a:hover{
	background: url(../images/more2.png) no-repeat scroll center 21px transparent;
}