/**
 * 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.
 */


/*
WFeatured-7
This widget is a single column version of the Featured-1 widget
*/
.AV-WFeatured-7
{
	width: 315px;
	height: 230px;
	letter-spacing: 0.3px;
}
	.AV-WFeatured-7 .top
	{
		position: relative;
		height: 30px;
	}
		.AV-WFeatured-7 .title
		{
			position: relative;
			top: 4px;
			font-size: 18px;
			height: 22px;
			font-weight: bold;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.AV-WFeatured-7 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-WFeatured-7 a.button-readmore: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-WFeatured-7 .rest
	{
		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: 196px;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
	}
	
	/* The featured vehicle */
	.AV-WFeatured-7 .featured-vehicle
	{
		margin: 0 auto;
		width: 305px;
		height: 194px;
		float: left;
	}
		.AV-WFeatured-7 .margins
		{
			margin-left: 13px; margin-right: 13px;
		}
		.AV-WFeatured-7 .featured-vehicle .featured-inside
		{
			position: relative;
		}
			.AV-WFeatured-7 .featured-vehicle .featured-inside a
			{
				background-color: rgba(255,255,255,0);
				background-image: url("about:blank"); /* IE */
				display: block;
				height: 175px;
				position: absolute;
				width: 317px;
				z-index: 100;
			}
			.AV-WFeatured-7 .featured-vehicle .featured-inside .title
			{
				color: #333333;
				font-size: 15px;
				font-weight: bold;
				line-height: 1.5;
				overflow: hidden;
				text-align: left;
				text-overflow: ellipsis;
				position: absolute;
				top: 5px;
				left: 10px;
				white-space: nowrap;
				width: 285px;
			}
			.AV-WFeatured-7 .featured-vehicle .featured-inside .title span
			{
				color: #b00000;
			}
			.AV-WFeatured-7 .featured-vehicle .featured-inside .photo
			{
				position: absolute;
				top: 40px;
				left: 10px;
			}
				.AV-WFeatured-7 .featured-vehicle .featured-inside .photo .photo-file
				{
					border: 1px solid #b1b1b1;
					width: 173px;
					height: 128px;
				}
			.AV-WFeatured-7 .featured-vehicle .featured-inside .info
			{
				background: url("https://sites.liftkit.click/images/widgets/price-overlay-single.png") no-repeat scroll 0 0 transparent;
				color: white;
				text-align: left;
				float: left;
				padding: 8px 0 0 22px;
				width: 117px;
				height: 95px;
				font-size: 12px;
				line-height: 1.4;
				position: absolute;
				top: 50px;
				right: 0;
			}
				.AV-WFeatured-7 .featured-vehicle .featured-inside .info .strike
				{
					text-decoration: line-through;
				}
				.AV-WFeatured-7 .featured-vehicle .featured-inside .info .price
				{
					font-size: 19px;
					font-weight: bold;
					margin-top: 2px;
					margin-bottom: 2px;
				}
				.AV-WFeatured-7 .featured-vehicle .featured-inside .info .phrase
				{
					width: 105px;
				}
				.AV-WFeatured-7 .featured-vehicle .featured-inside .info .note
				{
					color: #333333;
					font-size: 9px;
					padding: 15px 0 0 7px;
					position: absolute;
					left: 19px;
					bottom: -13px;
				}
			.AV-WFeatured-7 .featured-vehicle .featured-inside .details
			{
				background-color: rgba(0, 0, 0, 0.85);
				filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1E1E1E', endColorstr='#1E1E1E'); /* IE */
				color: #ffffff;
				font-size: 12px;
				font-weight: normal;
				padding-top: 7px;
				position: relative;
				top: 148px;
				left: 10px;
				width: 177px;
				height: 18px;
			}
				.AV-WFeatured-7 .featured-vehicle .featured-inside .details .info-icon
				{
					background: url("https://sites.liftkit.click/images/widgets/info-icon.png") no-repeat scroll 0 0 transparent;
					position: absolute;
					bottom: 5px;
					left: 5px;
					width: 30px;
					height: 30px;
				}
	.AV-WFeatured-7 .bx-controls > .bx-pager.bx-default-pager
	{
		position: absolute;
		bottom: 7px;
		right: 7px;
		text-align: right;
		width: 100%;
	}
		.AV-WFeatured-7 .bx-controls > .bx-pager.bx-default-pager > .bx-pager-item
		{
			display: inline-block;
		}
			.AV-WFeatured-7 .bx-controls > .bx-pager.bx-default-pager > .bx-pager-item > a.bx-pager-link
			{
				background: none repeat scroll 0 0 #ffffff;
				border-radius: 0 0 0 0;
				color: transparent;
				display: block;
				float: left;
				height: 7px;
				margin: 0 5px;
				text-indent: -9999px; /* IE */
				width: 7px;
			}
			.AV-WFeatured-7 .bx-controls > .bx-pager.bx-default-pager > .bx-pager-item > a.bx-pager-link.active
			{
				background: none repeat scroll 0 0 #b00000;
			}