/**
 * Copyright: 2007-2012, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.
 */


/* WDealerrewards-1 */
.AV-WDealerrewards-1
{
	
}
	.AV-WDealerrewards-1 .rewards-wrapper
	{
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: left;
	}
		.AV-WDealerrewards-1 .rewards-wrapper .rewards-box
		{
			border: 1px solid blue;
			float: left;
			padding: 10px;
			border: 1px solid #9b9b9b;
			background-color: #e8e8e8;
			height: 200px;
			margin-right: 15px;
			width: 400px;
		}

	@media (max-width: 850px)
	{
		.AV-WDealerrewards-1 .rewards-wrapper .spacer
		{
			clear: left !important;
		}
		.AV-WDealerrewards-1 .rewards-wrapper .rewards-box
		{
			height: 220px;
		}
	}
	