@charset "UTF-8";
/* 
Title:     Media Bakery - specials.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/
#mbprimaryContainer {
	float: left;
	width: 974px;
}
#mbprimaryContainer .gutter {
	float: left;
	padding: 30px 0 20px 0;
}
#container {
	float: left;
	margin: 0;
	padding: 0;
	/*width: 648px;*/  /* this is the width setting for 4 promos */
	width: 810px;  /* this is the width setting for 5 promos */
	/*width: 972px;*/     /* this is the width setting for 6 promos */
	text-align: left;
}
#specials-drawers {
	float: left;
	margin: 0;
	padding: 0;
	/*width: 646px;*/   /* this is the width setting for 4 promos */
	width: 808px;	/* this is the width setting for 5 promos */
	/*width: 970px;*/	    /* this is the width setting for 6 promos */
	min-height: 325px;
	border: 1px solid #dcdcdc;
	border-top: none;
	background: #f7f7f7;
	font-size: 85%;
}
#specials-drawers .img {
	float: left;
	width: 310px;
	background: #f7f7f7;
}
#specials-drawers .txt {
	float: right;
	/*width: 336px;*/   /* this is the width setting for 4 promos across */
	width: 498px;   /* this is the width setting for 5 promos across */
	/*width: 660px;*/       /* this is the width setting for 6 promos across */
	background: #f7f7f7;
}
#specials-drawers .txt .gutter {
	padding: 10px 20px;
}
#specials-drawers h3 {
	margin: 0;
	padding: .2em 0;
	font-size: 14px;
	font-weight: bold;
	Color: #666;
}
#specials-drawers p {
	margin: 0;
	padding: 0 0 .8em 0;
}
#specials-drawers ul {
	margin: 0 0 .8em 0;
	padding: 0;
	list-style: none;
}
#specials-drawers li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#specials-drawers label {
	display: block;
	margin-top: 2em;
	font-weight: bold;
}
#specials-drawers input {
	vertical-align: middle;
}
#promo2, #promo3, #promo4, #promo5, #promo6 {
	clear: both;
	display: none;
}
.triggers {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.triggers li {
	float: left;
	margin: 0;
	padding: 0;
	list-style:none;
}
.promos {
	float: left;
	overflow: auto;
	margin: 2em 0;
	padding: 0;
	width: 713px;
	clear: both;
	list-style: none;
}
.promos li {
	float: left;
	list-style: none;
}
.txtField {
	width: 200px;
	font-size: 11px;
}
#bottomPromo {
	clear: both;
	text-align: center;
}
/* Styles for the all_hotdeals page.
------------------------------------------------------------------------*/
#allhotdeals #container {
	float: left;
	margin: 0;
	padding: 0;
	width: 805px;
	text-align: left;
}
#allhotdeals #specials-drawers {
	float: left;
	margin: 0;
	padding: 0;
	width: 805px;
	min-height: 325px;
	border: 1px solid #dcdcdc;
	background: #f7f7f7;
	font-size: 85%;
}
#allhotdeals #specials-drawers .img {
	float: left;
	width: 310px;
	background: #f7f7f7;
}
#allhotdeals #specials-drawers .txt {
	float: right;
	width: 495px;
	background: #f7f7f7;
}
#allhotdeals #promo1, #allhotdeals #promo2, #allhotdeals #promo3, #allhotdeals #promo4, #allhotdeals #promo4C, #allhotdeals #promo4D, #allhotdeals #promo5, #allhotdeals #promo6, #allhotdeals #promo7, #allhotdeals #promo8, #allhotdeals #promo9 {
	clear: both;
	display: block;
	min-height: 325px;
	border-bottom: 1px solid #dcdcdc;
/*border-bottom: 20px solid #fff;*/
	}
#allhotdeals #promo9 {
	border-bottom: none;
}

