/* =========================================================== */
/* FELLING TRAILER STYLES						
/* Copyright 2009, Michael B. Mitchell - All Rights Reserved
/* =========================================================== */


/* Full-page trailer layout table */
table.TrailerLayout {
}

table.TrailerLayout td {
	vertical-align: top;
	text-align: center;
}

/* Full-page Trailer spec list */
.TRAILER_FS table.SpecList {
}

.TRAILER_FS table.SpecList td {
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
}

.TRAILER_FS table.SpecList td.SpecName {
	font-weight: 900;
	text-align: right;
	padding-right: 10px;
}

.TRAILER_FS img.TPic {
	border: 1px solid #000000;
	margin-bottom: 10px;
	padding: 3px;
}

.TRAILER_FS img.TSch {
	border: 1px solid #000000;
	padding: 3px;
}

.TRAILER_FS p {
	font-size: 12px;
	text-align: left;
}


/* =========================================================== */
/* TRAILERS POD STYLES
/* =========================================================== */

/* Outer Pod Container Div */
#POD_TRAILERS {
	border: 0px solid red;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/* Pod layout table */
#TrailersPodLayout {
	width: 302px;
	margin-left: auto;
	margin-right: auto;
}

#TrailersPodLayoutTop {
}

#TrailersPodLayoutTop img {
	border: 0;
	width: 302px;
}

#TrailersPodLayoutBottom {
}

#TrailersPodLayoutBottom img {
	width: 302px;
}

/* Center table cell for content */
#TrailersPodLayoutCenter {
	border: 2px solid rgb( 0, 0, 155 );
}

/* Inner content div for each individual trailer */
div.ATrailer {
	border: 1px solid rgb( 0, 0, 255 );
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
}

div.ATrailer h3 {
	font-size: 14px;
	font-weight: 900;
	margin: 0;
	padding: 0;
}

/* Spec List table when inside the trailers pod */
div.ATrailer table.SpecList {
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
}

div.ATrailer table.SpecList td {
	font-size: 11px;
}

/* Spec name cells in spec list table */
div.ATrailer td.SpecName {
	font-weight: 900;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	white-space: nowrap;
}

div.ATrailer p.More {
	font-size: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
}

div.ATrailer img.TPic {
	width: 200px;
}

div.ATrailer img.TSch {
	width: 200px;
}

/* END POD STYLES
/* =========================================================== */
