/* ============================================================== */
/* PROMOTION STYLES
/* 2009 Michael B. Mitchell
/* Copyright Economy Furniture, 2009 - All Rights Reserved
/* ============================================================== */

/* Main Page Pod */
#POD_Promotions {
	border: 1px solid rgb( 0, 0, 255 );
	border-left: 0;
	border-right: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Promotions pod title */
#POD_Promotions h3 {
	font-size: 15px;
	color: #ffffff;
	background-color: rgb( 0, 0, 255 );
	border: 1px solid rgb( 0, 0, 255 );
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Outer div for promotion graphics */
#POD_Promotions div.Graphic {
	text-align: center;
}

/* Promotion graphics */
#POD_Promotions div.Graphic img {
	border: 1px solid #000000;
	padding: 2px;
	width: 250px;
}

/* "More" links in promotions */
#POD_Promotions p.More {
	font-size: 11px;
	text-align: right;
	margin-top: 0;
	margin-right: 70px;
}
