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



table.OptionsFSTable{
}

table.OptionsFSTable td {
	vertical-align: top;
	padding: 10px;
}



/* =========================================================== */
/* OPTIONS POD STYLES
/* =========================================================== */

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

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

#OptionsPodLayoutTop {
}

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

#OptionsPodLayoutBottom {
}

#OptionsPodLayoutBottom img {
	width: 302px;
}

#OptionsPodLayoutCenter {
	border: 2px solid rgb( 155, 25, 25 );
}

/* Inner content div for each individual option */
div.AOption {
	border: 1px solid rgb( 155, 25, 25 );
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
}

div.AOption h3 {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

div.AOption p {
	font-size: 12px;
	margin-top: 0;
}

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

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