﻿html, body
{
	background-color: #FFFFFA;
	margin-left:0px;
	margin-right:0px;
	font-family: Verdana;
	font-size:0.9em;
	min-height:100%;
}

a
{
	color:Blue;
	text-decoration: none;
}

a:hover
{
	color:Blue;
	text-decoration: none;
}

a:visited
{
	color:Blue;
	text-decoration: none;
}

hr
{
	border:1px dashed #574e85;
	height:1px;	
}

.italic
{
	font-family:Verdana,serif;
	font-style:italic;
}

.bold
{
	font-family:Verdana;
	font-weight: bold;
}

.grayText
{
	color:#9D9D9E;
}

a.grayText:hover
{
	color:#9D9D9E;
}

a.aDiscuss
{
	color:Blue;
	font-weight:bold;
	font-size:1.2em;
}

a.aDiscuss:hover
{
	color:Blue;
	font-size:1.2em;
}

.divContent
{
	background-color: #FFFFFA;
	width:775px;
	text-align:left;
}

.divHeader
{
	min-height:83px;
	width:100%;
	background-image: Url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align:middle;
	text-align: right;
}

.logoHref
{
	width:320px;
	height:55px;
	cursor:hand;
	float:left;
	background-image:url(../images/s.gif)
}

.divSearch
{
	font-family: Verdana;
	color:#574e85;
	font-weight:bold;
	font-size:1.0em;
	padding-top:25px;
}

.divSubtitle
{
	font-family:georgia,serif;
	color: #332b52;
	font-style:italic;
	font-weight: bold;
}

.divMenu
{
	border:1px dashed #584F86;
	width:100%;
	border-bottom:none;
	background-color:#dbdbd9;
	font-weight:bold;
	height:25px;
}

.divPaging
{
	background-color:#F4F4F2;
	font-weight:bold;
	width:100%;
	text-align:center;
	font-family: verdana;
	font-size:1.0em;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px dashed #584F86;
}

.menuItem
{
	border-right:1px dashed #584F86;
	padding-right:10px;
	padding-left:10px;
}

.divMerchant
{
	border-top:1px dashed #574e85;
	padding-top:10px;
	padding-bottom:10px;
}

.merchantLogo
{
	padding-right:10px;
}

.merchantTitle
{
	color:#6A5D9E;
	font-weight: bold;
	font-size:1.2em;
}

.divItem
{

	border-bottom:1px dashed #574e85;
	padding-top:10px;
	padding-left:0px;
	padding-right:10px;
	margin-bottom:10px;
}

.divTalkback
{
	padding:10px;
	padding-top:0px;
	width:638px;
	margin-bottom:10px;
}

.inputSearch
{
	border: 1px solid #574e85;
	background-color: #fbfbf7;
	letter-spacing: 0.1em;
	vertical-align: bottom;
	width:200px;	
	color: #574e85;
}

.inputSearch:hover
{
	border: 1px solid #574e85;
	background-color: #fffffa;
}

.inputText
{
	border: 1px solid #574e85;
	background-color: #fbfbf7;
	letter-spacing: 0.1em;
	vertical-align: bottom;
	width:200px;	
	color: #574e85;
	font-size:0.75em;
	font-weight:bold;
}

.floatRight
{
	float: right;
}

.dealType
{
	color:green;
}

.dealTitle
{
	color:#000000;
}

.dealPosted
{
	font-size:0.8em;
	color:#585859;
}

.dealExpires
{
	font-size:0.8em;
	color:#6A5D9E;
	font-weight:bold;
}

.dealImage
{
	float:right;
	padding-left:10px;
}

.dealRating
{
	margin-top:5px;
	font-size:0.8em;
	color:#000000;
}

.modalPopup
{
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.calendarExtender
{
	background-color:White;
	border:1px solid black;
}

.signIn
{
	font-weight: bold;
	font-family:georgia,serif;
}

.inputButton
{
	font-size: 11px;	
	font-family: Arial, Tahoma, Sans-Serif;
	border: solid 1px #CECBCE;
	background-color: #526D94;
	color: White;
	font-weight: bold;
	cursor: hand;
}

.titleText
{
	color: #574e85;
	font-weight:bold;
	font-size:1.1em;
	font-family:Verdana;	
}

.ContentZone
{
	position: relative;
	min-height: 15px;
}

.ContentZone:hover
{
	background-color: #f8fec8;
}

.ContentZone .EditButton
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: Yellow;
	color: Blue;
	margin: 3px;
}

.ContentZone:hover .EditButton
{
	display: block;
}

H3
{
	color:Black;
	font-weight:bold;
	font-size:12px;
	margin-bottom: 3px;
}

.HottestDeals
{
	border-bottom:1px dashed black;
	padding-top:0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top:-10px;
}

.HottestDeals H2
{
	background-color: #526D94;
	display: block;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 5px;
}

.HottestDeals .Item
{
	font-weight: bold;
}

.HottestDeals .AlternatingItem
{
	font-weight: bold;
	background-color: #F4F4F2;
}