/*
* @author: William Khoe
*/

#brands-at-location ul:after
{
	display:block; clear:both; visibility: hidden;
	height:0;
	content:".";
}
.ie #brands-at-location ul
{
	zoom:1;
}

#brands-at-location
{
	margin:0 0 30px 0; padding:30px 0 0 0;
	border-top:3px solid #EEE;
}
#brands-at-location > h3
{
	margin:0 0 15px 0;
}
#brands-at-location .brands
{
	overflow:hidden;
	margin:0 0 20px 0;
}
#brands-at-location ul
{
	margin:0 0 0 -1px;
	overflow:hidden;
}
#brands-at-location ul li
{
	float:left;
	margin:0 0 -1px 0;
	border-bottom:1px solid #DDD;
}
#brands-at-location ul li a
{
	display:block;
	margin:15px 0; padding:0 15px;
	border-left:1px solid #DDD;
}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px)
{
	
}

/* Mobile Portrait & Landscape */

@media only screen and (max-width:767px)
{
	#brands-at-location
	{
		display:none;
	}
}
