BODY 
{
  height: 100%;
	color: black;
	font-family: 'Nunito', sans-serif;
	font-size: 1em;
	text-align: left;
	margin: 0;
	
}
TEXTAREA
{
	/* font-family: 'Nunito', sans-serif; */
  font-size: 1em;
}
FORM {margin: 0;}
TABLE
{
  width: 100%;
  margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
THEAD TD {font-weight: bold;}
A IMG
{
  border: 0;
}
#BodyWrapper
{
  background-color: #FFFFFF;
  margin: 0 30px;
  width: auto;
	
}
#ContentWrapper
{
  border: 4px solid #000000;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	padding: 2px;
	margin-top: 6px;
}
#MainSiteContent
{
  background: url('/images/navigation/body_bg.jpg') repeat-y;
}
#MainContent-Top {
	background: top left url('/images/navigation/body_top.jpg') no-repeat;
	position: relative;
}
#MainContent-Bottom {
  padding-top: 22px;
	background: bottom left url('/images/navigation/body_bot.jpg') no-repeat;
	padding-bottom: 17px;
}
#MainContent-Top-LeftCol {
	position: absolute;
	top: 12px;
	left: 13px;
  width: 794px;
	height: 11px;
	background: top left url('/images/navigation/body_top_2.jpg') no-repeat;
}
#MainContent-Top-RightCol {
	position: absolute;
	top: 11px;
	left: 812px;
	width: 175px;
	height: 11px;
	background: top left url('/images/navigation/stores.jpg') no-repeat;
}
#DealsContent
{
  width: 100%;
	border-spacing: 4px;
	border-collapse: separate;
}
#MainColumn
{
  border: 1px solid #ED1C24;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  padding: 4px;
  vertical-align: top;
}
#InfoColumn
{ 
  border: 0px solid #000000;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
  width: 162px;
	vertical-align: top;
	padding-top: 10px;
}

/* These CSS items relate to the styling and display of the site header area */
#TabColumn
{
  vertical-align: bottom;
}
#MainTab
{
  color: #E9E4D0;
  padding-top: 5px;
	padding-left: 5px;
  width: 315px;
	margin: auto;
	text-align: left;
	background: url('/images/navigation/tab.jpg');
}

/* These CSS items relate to the styling and display of individual deals */
.DealItem
{
	margin-top: 3px;  
	border-top: 1px dotted #000000;
  	background-color: white;
	font-size: 0.8em;
	margin-bottom: 5px;
}
.DealItemHighlighted
{
  border: 2px solid red;
  background-color: white;
	font-size: 0.8em;
	margin-bottom: 8px;
}
.StoreItem
{
  border-top: 0px dashed black;
	border-bottom: 0px dashed black;
	font-family: 'Nunito', sans-serif;
	font-size: 1.0em;
	font-color: #E6DCB8;
	margin-bottom: 6px;
}
.DealHeader
{
  margin: 2px;
  padding-bottom: 8px;
	border-bottom: 0px solid #a0a0a0;		
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	/*text-shadow: #A0A0A0 0.1em 0.1em 0.2em*/
	/*background-color: #F7F7E3;*/
	/*background-image: url(../images/header/gradient.gif);*/
}
.DealDateHeader
{
  margin-top: 4px;
	margin-bottom: 6px;
  padding-bottom: 0px;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-shadow: 1px 2px 2px #909090;
	/*background-image: url(../images/header/gradient.gif);*/
}
.StoresHeader
{
  width: 100%;
	font-size: 1.3em;
	font-weight: regular;
        color: #FFFFFF;
	text-align: left;
	/*background-image: url(../images/header/gradient.gif);*/
}
.DealOptions
{

	border-top: 0px solid black;
	border-bottom: 0px solid #a0a0a0;
	padding: 3px;
	text-align: right;
}
.DealInfo
{
  height: 130px;
}
.DealImage
{
  width: 190px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	border-right: 0px solid #d3d3d3;
	/* background-image: url('/images/navigation/window1.gif'); */
	background-position: center center;
	background-repeat: no-repeat;
	/*margin-right: 5px;*/
}
.DealInstructions 
{ 
	font-size: 1.1em;	
	vertical-align: top; 
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
.DealFooter
{
  width: 100%;
	border-top: 0px solid #a0a0a0;
	/*padding-left: 10px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	color: #002772;
	background-color: #f0f0f0;
}
.storeselect
{
  font-family: 'Nunito', sans-serif;
  font-size: .8em;
  font-weight: normal;
  color: #000000;
	background-color: #FFFFFF;
  border: 1px solid #000000;
}
.banner
{
	horizontal-align: center;
}
.ExtraPages
{
  text-align: right;
  margin-right: 15px;
  font-size: 0.7em;
}
.ExtraPages A:link {text-decoration: none; color: black;}
.ExtraPages A:visited {text-decoration: none; color: black;}
.ExtraPages A:active {text-decoration: none; color: black;}
.ExtraPages A:hover {text-decoration: underline; color: black;}