﻿@charset "utf-8";

/* CSS Document */

ul{
	/*position: relative;
*/	left: 0px;
	list-style-position: inside;
}


.saleprice {
	color: #FFFFFF;
	line-height: 45px;
	background-color:#A10102;
	font-weight: bold;
	font-style: normal;
	padding:4px;
	
}

.smallimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px groove #fb1900;
	padding: 3px 3px 3px 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
}

.largeimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px groove #fb1900;
	padding: 3px;
	border-radius: 3px;
}

.trailerHeader {
	color: #ffffff;
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
}

.trailerHeaderSold {
	color: #512800;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic
}

.trailerTypeHeader {
	color: #1A1513;
	font-size: 13pt
}

.divider {
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(143,2,34,1) 49%, rgba(161,1,2,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(49%, rgba(143,2,34,1)), color-stop(100%, rgba(161,1,2,1)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(143,2,34,1) 49%, rgba(161,1,2,1) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(143,2,34,1) 49%, rgba(161,1,2,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(143,2,34,1) 49%, rgba(161,1,2,1) 100%);
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(143,2,34,1) 49%, rgba(161,1,2,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#a10102', GradientType=1 );
	-webkit-box-shadow: 0px 1px 1px 1px #000000;
	box-shadow: 0px 1px 1px 1px #000000;
	border-radius: 4px;
	border: 1px groove #B29260;
	max-width: 70%;
    padding: 6px 2px 3px 9px;
}

.divbackground {
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.20) 0%, rgba(255,255,255,0.01) 50.89%, rgba(2,2,2,0.20) 99.48%);
	background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0.20) 0%, rgba(255,255,255,0.01) 50.89%, rgba(2,2,2,0.20) 99.48%);
	background-image: -o-linear-gradient(270deg, rgba(0,0,0,0.20) 0%, rgba(255,255,255,0.01) 50.89%, rgba(2,2,2,0.20) 99.48%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0.60) 100%, rgba(255,255,255,0.01) 50.89%, rgba(2,2,2,0.20) 99.48%);
	border-radius: 5px;
	border: 2px groove #fe1e02;
	padding: 5px 5px 5px 5px;
}

.xs {
}

/*a.additionalInfo {
	color: white;
	line-height: 20px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1)
	
}
*/
#formcontents {
	width: 90%;
	padding: 10px 0;
}

input[type=text] {
	margin-bottom: 2px;
	margin-top: 1px;
	width: 100%;
	padding: 1px;
	border-radius: 2px;
	border: 1px solid #9D0104
}

input[type=submit] {
	margin-bottom: 20px;
	width: 40%;
	padding: 5px;
	border-radius: 2px;
	border: 1px solid #9D0104;
}

input[type=reset] {
	margin-bottom: 20px;
	width: 40%;
	padding: 5px;
	border-radius: 2px;
	border: 1px solid #9D0104;
}

select {
	margin-bottom: 2px;
	margin-top: 1px;
	width: 100%;
	padding: 1px;
	border-radius: 5px;
	border: 1px solid #9D0104
}

textarea {
	width: 100%;
	padding: 15px;
	margin-top: 10px;
	border: 1px solid #9D0104;
	border-radius: 5px;
	margin-bottom: 20px;
	resize: none
}

h3{
	color:#feffff;
/*	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
*/}
