@charset "iso-8859-1";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(images/bg-body.jpg) repeat-x;
}

#divFrame {
	width: 960px;
	margin: auto;
	text-align: left;
}

#divHeader {
	position: absolute;
	width: 960px;
	height: 90px;
	overflow: hidden;
}

#divLogo {
	position: absolute;
	width: 605px;
	height: 87px;
	overflow: hidden;
	float: left;
	z-index: 0;
	background-color: #090;
}

#divSearch {
	position: absolute;
	width: 355px;
	height: 85px;
	float: right;
	background:url(images/bg-top-search-box.jpg) no-repeat;
	padding: 0px;
	z-index: 1;
	margin-left: 605px;
}

#divSearch form {
	margin: 0px;
	padding: 0px;
}

#divSearch #inputKeywords {
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: none;
	margin-top: 19px;
	margin-left: 75px;
	width: 222px;
	height: 23px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#divSearch #btnGo {
	display: inline;
	float: left;
	width: 43px;
	height: 33px;
	margin-left: 9px;
	margin-top: 15px;
	border: none;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	background: url(images/search-box-go-btn.jpg) no-repeat;
}

#divTopMenu {
	position: absolute;
	margin-top: 61px;
	margin-left: 575px;
	z-index: 5;
}

#divTopMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#divTopMenu ul li {
	display: block;
	float: left;
	margin: 0px;
}

#divTopMenu ul li, #divTopMenu a {
	color: #FFF;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;	
	text-decoration: none;
}

#divTopMenu a {
	display: block;
	width: 95px;
	height: 23px;
	padding-top: 3px;
/*
	background-color: #0F0;
	border-right: 1px solid #333;
*/
	text-align: center;
	background: url(images/bg-top-menu-btn.jpg) no-repeat;
	background-position: right;
}

#divBody {
	position: absolute;
	clear: both;
	width: 960px;
	margin-top: 85px;
}

#divContent {
	width: 580px;
	padding: 15px;
	float: left;
	overflow: hidden;
}

#divContent h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	line-height: 28px;
}

#divContent h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 18px;
}


#divContent p, #divContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}

#divFooter {
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	background-color: #CCC;
	padding: 5px;
}

#divFooter, #divFooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#divFooter a:hover {
	text-decoration: underline;
}

#divContent h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	margin: 0px;
}

a:hover {
	color:#003;
}

#divMerchantTags {
	text-align: center;
	margin: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}

#divCouponList {
	width: 100%;
	padding: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
}

#divCouponList hr {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #999;
	background-color: #999;
	height: 1px;
}

#divCouponList .CouponShadow {
	margin-bottom: 10px;
	padding-bottom: 9px;
	background: url(images/coupon-shadow-1.jpg) no-repeat;
	background-position: bottom right;
}

#divCouponList .CouponShadow2 {
	margin-bottom: 10px;
	padding-bottom: 9px;
	background: url(images/coupon-shadow-2.jpg) no-repeat;
	background-position: bottom right;
}

#divCouponList .Coupon {
	width: 540px;
	padding: 15px;
	border: 1px dashed #CCC;
	background-color:#FCFCD7;
}

#divCouponList .Coupon, #divCouponList .Coupon p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;	
}

#divCouponList .PromoCode, #divCouponList .PromoCode a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#divCouponList .OfferLink, #divCouponList .OfferLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#divCouponList td {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

#divCouponList td.Col1 {
	width: 85px;
	text-align: right;
	padding-right: 10px;
}

#divCouponList td.Feedback {
	width: 100px;
	text-align: center;
	background-color: #333;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	line-height: 11px;
}

#divCouponList td.SmallScreenshot {
	width: 100px;
	padding: 3px;
	text-align: center;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 13px;
	background-color: #FFCC66;
}

#divCouponList td.SmallScreenshot img {
	width: 100px;
	margin-bottom: 3px;
}

#divCouponList td.SmallScreenshot a {
	color: #000;
}

#divCouponList h2 {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 10px;
}

#divHomeSearch {
	width: 550px;
	height: 113px;
	background:url(images/bg-home-search.jpg) no-repeat;
}

#divLeftCol {
	width: 190px;
	float: left;
}

#divRightCol {
	width: 160px;
	float: right;
}

.Sidebar {
	padding-top: 15px;
}

.Sidebar h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 21px;
	text-align: left;
	color: #FFF;
}

.Sidebar ul {
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	list-style: none;
}

.Sidebar li {
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 15px;	
}

.Sidebar li, .Sidebar li a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.Sidebar a {
	display: block;
	text-decoration:none;
	color: #000;
	font-size: 18px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 0px;
	font-weight: bold;
}

.Sidebar .ColSection a:hover {
	background-color: #FFF;
}

.Sidebar .ColSection {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
}

.Sidebar .BoxContent {
	padding: 15px;
}

.Sidebar .BoxContent p, .Sidebar .BoxContent a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

/* POPULAR OFFERS */

#divMerchants {
	background-color: #EDF7FF;
}

#divMerchants a {
	border-bottom: 1px solid #146EB4;
	border-right: 1px solid #146EB4;
	border-left: 1px solid #146EB4;
}

#divMerchants h3 {
	background-color: #146EB4;
	border: 1px solid #146EB4;
}

/* CATEGORIES */

#divCategories {
	background-color: #FFE1A4;
}

#divCategories a {
	border-bottom: 1px solid #E77C11;
	border-right: 1px solid #E77C11;
	border-left: 1px solid #E77C11;
}

#divCategories h3 {
	background-color: #E77C11;
	border: 1px solid #E77C11;
}

/* POPULAR MERCHANTS */

#divPopularMerchants {
	background-color: #DFFF9D;
}

#divPopularMerchants a {
	border-bottom: 1px solid #669900;
	border-right: 1px solid #669900;
	border-left: 1px solid #669900;
}

#divPopularMerchants h3 {
	background-color: #669900;
	border: 1px solid #669900;
}

/* END POPULAR MERCHANTS */

#divBookmark {
	margin-bottom: 15px;
}

#divBookmark img {
	padding: 0px;
	margin: 0px;
	border: none;
}

#divBookmark a {
	padding: 0px;
	margin: 0px;
}

.Red {
	color:#C00;
}

.Stats {
	display: none;
	width: 1px;
	height: 1px;
}

#divCouponList .ClickToCopy, #divCouponList .ClickToCopy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00F;
}
