@media print
{
	div.brand-button div.brand-button-overlay
	{
		display: none;
	}
	#brandButtons
	{
		display: none;
	}
}

@media screen
{
	div.brand-button
	{
		position: relative;
	}
	div.brand-button div.brand-button-image
	{
		position: absolute;
		top: 0px;
		left: 0px;
	}
	div.brand-button div.brand-button-overlay
	{
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
	}
	div.brand-button a
	{
		text-decoration: none;
	}
	
	div.brand-button-box h6
	{
		color: #363d41;
		margin: 0px;
		padding: 0px;
		height: 28px;
		font-size: 16px;
		cursor: default;
		overflow-y: hidden;
	}
	
	#brandButtons
	{
		clear: both;
		position: relative;
		height: 200px;
		margin-bottom: 10px;
	}
	#brandButtons div.contentBox div.contentBoxContent
	{
		height: 162px;
		padding: 3px 3px 3px 5px;
	}
	#brandButtons div.brand-button
	{
		margin: 4px 5px;
		float: left;
		background: url(brands/brand-bg.png) repeat-x left bottom;
	}
	#brandButtons div.brand-button img
	{
		border-width: 0px;
	}
	
	#brandButtons div.fullHeight div.contentBoxContent
	{
		height: 190px;
	}
	#brandButtons div.fullHeight div.contentBoxContent div.brand-button-box
	{
		margin: 4px;
		float: left;
	}
	#brandButtons div.fullHeight div.contentBoxContent div.brand-button
	{
		float: none;
		margin: 0px;
	}
	#brandButtons div.fullHeight div.contentBoxContent div.brand-button-box h6
	{
		margin: 4px 0px 0px 6px;
		text-transform: uppercase;
	}
	
	
	#brandButtons div.brand-button div.corner-bottom-left
	{
		left: 0px;
		bottom: 0px;
	}
	#brandButtons div.brand-button div.corner-bottom-right
	{
		right: 0px;
		bottom: 0px;
	}
	
	div.brand-button div.brand-button-image img.brand-seat
	{
		margin: 37px 26px;
	}
	div.brand-button div.brand-button-image img.brand-mitsubishi
	{
		margin: 20px 33px;
	}
	div.brand-button div.brand-button-image img.brand-skoda
	{
		margin: 24px 26px;
	}
	div.brand-button div.brand-button-image img.brand-othermakes
	{
		margin: 24px 26px;
	}
	div.brand-button div.brand-button-image img.brand-leasing
	{
		margin: 23px 32px;
	}
	div.brand-button div.brand-button-image img.brand-motability
	{
		margin: 24px 26px;
	}
	
	div.brand-button div.brand-button-image img.brand-offers
	{
		margin: 6px 23px;
	}
	div.brand-button div.brand-button-image img.brand-seat-new,
	div.brand-button div.brand-button-image img.brand-seat-used,
	div.brand-button div.brand-button-image img.brand-skoda-new,
	div.brand-button div.brand-button-image img.brand-skoda-used,
	div.brand-button div.brand-button-image img.brand-mitsubishi-new,
	div.brand-button div.brand-button-image img.brand-mitsubishi-used
	{
		margin: 23px 18px;
	}
}
