/**
 * 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.
 */


/* WSearchbypayment-1 */
.AV-WSearchbypayment-1
{
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0.3px;
	width: 315px;
	height: 230px;
}
	.AV-WSearchbypayment-1 .header
	{
		position: relative;
		height: 30px;
	}
		.AV-WSearchbypayment-1 .header .title
		{
			color: black;
			position: relative;
			top: 4px;
			font-size: 18px;
			font-weight: bold;
			width: 230px
		}
		.AV-WSearchbypayment-1 .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-WSearchbypayment-1 .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-WSearchbypayment-1 .body
	{
		background-color: #000000;
		color: #ffffff;
		margin: 0 auto;
		overflow: hidden;
		padding: 10px;
		position: relative;
		text-align: left;
		width: 295px; /* 315px */
		height: 184px; /* 204px */
	}
		.AV-WSearchbypayment-1 .body .table
		{
			font-size: .85em;
		}
		.AV-WSearchbypayment-1 .body .table .row
		{
			line-height: 29px;
			margin-bottom: 7px;
			width: 295px;
			height: 29px;
		}
		.AV-WSearchbypayment-1 .body .table .odd
		{
			background-color: rgb(13,20,37);
		}
		.AV-WSearchbypayment-1 .body .table .column
		{
			line-height: 2.3em;
		}
		.AV-WSearchbypayment-1 .body .table .left
		{
			float: left;
			padding-left: 10px;
			width: 230px;
		}
		.AV-WSearchbypayment-1 .body .table .right
		{
			float: right;
			text-align: center;
			width: 55px;
		}
		.AV-WSearchbypayment-1 .body .table span.money
		{
			color: rgb(231,216,164);
			font-size: 1.5em;
			font-weight: bold;
		}
		.AV-WSearchbypayment-1 .body .table span.money .sign
		{
			font-size: 55%;
			position: relative;
			top: -0.6em;
		}
		.AV-WSearchbypayment-1 .body .bottom
		{
			clear: both;
			text-align: center
		}
		.AV-WSearchbypayment-1 .body .bottom .left
		{
			float: left;
			width: 230px;
		}
		.AV-WSearchbypayment-1 .body .bottom .right
		{
			float: right;
			width: 55px;
			position: absolute;
			right: 13px;
			bottom: 10px;
		}
			.AV-WSearchbypayment-1 .body .bottom .submit
			{
				border: none;
				font-family: "Open Sans", sans-serif;
				padding-bottom: 5px;
				width: 48px;
				height: 25px;
			}