/**
 * 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.
 */


/* WQuicksearch-3 */
.AV-WQuicksearch-3
{
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.7);
	width: 963px;
	height: 64px;
}
	.AV-WQuicksearch-3 .widget-inside
	{
		border-radius: 3px;
		-moz-border-radius: 3px;
		/*height: 46px;*/

		border: 10px solid #999;

		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: rgba(0, 0, 0, 0.3);
		border-image: none;
		border-style: solid;
		border-width: 4px 5px 5px;

		background-color: white;
		height: 54px;
	}
	.AV-WQuicksearch-3 .widget-inside .section-zero
	{
		float: left;
		width: 244px;
		height: 54px;
		background-repeat: no-repeat;
		background-image: url('https://sites.liftkit.click/images/widgets/main-search.png');
	}
	.AV-WQuicksearch-3 .widget-inside .section-one
	{
		border-right: 1px solid #cccccc;
		float: left;
		margin-top: 4px;
		width: 166px;
		height: 46px;
	}
		.AV-WQuicksearch-3 .widget-inside .section-one .section-one-content
		{
			margin-top: 14px;
			text-align: center;
		}
	.AV-WQuicksearch-3 .widget-inside .section-two
	{
		border-right: 1px solid #cccccc;
		float: left;
		margin-top: 4px;
		width: 391px;
		height: 46px;
	}
		.AV-WQuicksearch-3 .widget-inside .section-two .section-two-content
		{
			margin-top: 12px;
			text-align: center;
		}
			.AV-WQuicksearch-3 .widget-inside .section-two .section-two-content .make
			{
				width: 150px;
				margin-right: 10px;
			}
			.AV-WQuicksearch-3 .widget-inside .section-two .section-two-content .model
			{
				width: 150px;
			}
	.AV-WQuicksearch-3 .widget-inside .section-three
	{
		float: left;
		width: 140px;
		height: 46px;
	}
		.AV-WQuicksearch-3 .widget-inside .section-three .section-three-content
		{
			margin-top: 6px;
			text-align: center;
		}

	.AV-WQuicksearch-3 .make, .AV-WQuicksearch-3 .model
	{
		border: 1px solid rgba(0, 0, 0, 0.3);
		font-size: 10px;
		height: 26px;
		padding: 5px;
		text-transform: uppercase;
	}
	.AV-WQuicksearch-3 .button
	{
		/*border: none;
		border-top: 1px solid #6f3f4a;
		background-color: #531524;
		color: white;
		font-size: 12px;
		padding: 5px; BSH*/
	}
	.AV-WQuicksearch-3 .button
	{
		background-image: url('https://sites.liftkit.click/images/widgets/search-btn.png');
		border: none;
		height: 42px;
		width: 64px;
	}