/**
 * 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-5 -- Newest style
*/
.AV-WQuicksearch-5
{
	width: 315px;
	height: 230px;
	letter-spacing: 0.3px;
}
	.AV-WQuicksearch-5 .header
	{
		position: relative;
		height: 30px;
	}
		.AV-WQuicksearch-5 .title
		{
			position: relative;
			top: 4px;
			font-size: 18px;
			font-weight: bold;
			width: 230px;
		}
		.AV-WQuicksearch-5 a.button-readmore
		{
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B40000), to(#760000));
			background: -webkit-linear-gradient(top, #B40000, #760000);
			background: -moz-linear-gradient(top, #B40000, #760000);
			background: -ms-linear-gradient(top, #B40000, #760000);
			background: -o-linear-gradient(top, #B40000, #760000);
			background-repeat: no-repeat;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#B40000', EndColorStr='#760000'); /* IE */
			border: 1px solid rgba(0,0,0,0.7);
			border-radius: 3px;
			box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
			color: #ffffff;
			cursor: pointer;
			display: block;
			font-family: 'Open Sans',sans-serif;
			font-size: 12px;
			position: absolute;
			right: 0px;
			bottom: 3px;
			line-height: 22px;
			text-align: center;
			white-space: nowrap;
			width: 76px; /* If you change this, you need to change it in WFeatured.php */
			height: 22px;
		}
		.AV-WQuicksearch-5 a.button-viewall:hover
		{
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#760000), to(#B40000));
			background: -webkit-linear-gradient(top, #760000, #B40000);
			background: -moz-linear-gradient(top, #760000, #B40000);
			background: -ms-linear-gradient(top, #760000, #B40000);
			background: -o-linear-gradient(top, #760000, #B40000);
			background-repeat: no-repeat;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#760000', EndColorStr='#B40000'); /* IE */
		}

	.AV-WQuicksearch-5 .body
	{
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbfbfb), to(#c5c3c3));
		background: -webkit-linear-gradient(top, #fbfbfb, #c5c3c3);
		background: -moz-linear-gradient(top, #fbfbfb, #c5c3c3);
		background: -ms-linear-gradient(top, #fbfbfb, #c5c3c3);
		background: -o-linear-gradient(top, #fbfbfb, #c5c3c3);
		background-repeat: no-repeat;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#c5c3c3'); /* IE */

		-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: 5px;
		border-radius: 3px;

		box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.7);

		position: relative;
		height: 186px;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
	}
		.AV-WQuicksearch-5 .body .body-inside
		{
			position: relative;
			top: 10px;
			left: 9px;
			width: 288px;
			height: 175px;
		}
		.AV-WQuicksearch-5 .body .body-inside > div
		{
			display: inline-block;
		}
		.AV-WQuicksearch-5 form select
		{
			font-size: 14px;
			margin-bottom: 12px;
		}
			.AV-WQuicksearch-5 .body .body-inside select
			{
				border: 1px solid rgba(0, 0, 0, 0.3);
				font-size: 10px;
				height: 26px;
				padding: 5px;
			}
			.AV-WQuicksearch-5 .body .body-inside .select-long
			{
				width: 286px;
			}
			.AV-WQuicksearch-5 .body .body-inside .select-left, .AV-WQuicksearch-5 .body .body-inside .select-right
			{
				width: 133px;
			}
			.AV-WQuicksearch-5 .body .body-inside .select-left
			{
				margin-right: 16px;
			}