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




/* =========================================================== */
/* PROMOTIONS POD STYLES
/* =========================================================== */
#POD_PROMOTIONS {
	border: 0px solid red;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
}

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

#PromotionsPodLayoutTop {
}

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

#PromotionsPodLayoutBottom {
}

#PromotionsPodLayoutBottom img {
	width: 302px;
}

#PromotionsPodLayoutCenter {
	border: 2px solid rgb( 28, 90, 89 );
}

/* Inner content div for each individual option */
div.APromotion {
	border: 1px solid rgb( 28, 90, 89 );
	border-left: 0;
	border-right: 0;
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
}

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

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

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

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

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

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

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

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

div.POW_ONLY {
	text-align: center;
	position: relative;
}

div.POW_ONLY img {
	width: 125px;
}

div.POW_ONLY p {
	font-weight: 900;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 37px;
	left: 105px;
}

div.POW_ONLY span.Only {
	font-size: 11px;
	vertical-align: super;
}

div.POW_ONLY span.Dollars {
	font-size: 20px;
	padding: 0;
	margin: 0;
}

div.POW_ONLY span.Cents {
	font-size: 11px;
	vertical-align: super;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

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