@charset "utf-8";
/* CSS Document */

.maintable {
	width: 900px;
	height: auto;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 12px;
	
}

.headercell{
	width: 100%;
	height: auto;
	border: none;
	background-color: white;
}

.navigationcell {
	width: 15%;
	height: auto;
	word-wrap: break-word;
	background-color: white;
	vertical-align: top;
}

.contentcell {
	width: 80%;
	height: auto;
	word-wrap: break-word;
	word-wrap: break-word;
	vertical-align: top;
}
.couponborder {
	border-bottom: 1px dashed #B0B0B0;
}
.dirbackground {
	

}

.navigationdiv {	
	padding: .5em;
	background: url(../images/tl.gif) no-repeat top left;
	background-color: #ffe397;
	
}

.navigationdivlinks {
	background-color: #ffe397;
	margin-left: 1em;
}

.bleftroundnav {
	width: 50%;
	background: url(../images/bl.gif) no-repeat bottom left;
	background-color: #ffe397;
	float: left;	
}

.brightroundnav {
	width: 50%;
	background: url(../images/br.gif) no-repeat bottom right;
	background-color: #ffe397;
	float: right;
}

#contenttopbardiv {
	position: relative;
	height: 40px;
	float: left;
	width: 100%;
	background: url(../images/tr.gif) no-repeat top right;
	background-color: #ffe397;
	text-align: center;
	border-bottom: thin black solid;
}
#contentdiv {
	width: 75%;
	position: relative;
	float: left;
	background-color: white;
	color:#3E3E3E;
	padding: 2em;
	
}

.adsdiv {
	position: relative;
	word-wrap: break-word;
	border: none;
	height: 500px;
	width: 18%;
	float: right;
	
}

.adstopspace {
	width: 99%;
	height: 3em;
	background-color: white;
	border: solid 1px black;
}
.headersforcoupons {
	background-color: #fddf4b;
	color: black;
}
.couponusingfont {
	font-size: 11px;
}

.boldcouponcode {
	font-weight:bold;
	color: red;
}
.storeheader {
	color: black;
	font-weight: bold;
}
.sortbyletter {
	font-size:16px;
}
#storenamebestdeal {
	font-color:black;
	font-weight: 800;
}
.adminlogin {
	background-color: #ffe397;
	color: blue;
}
.numberofcoupons {
	vertical-align: top;
	color: black;
	font-size: 16px;
}
.productsdiv {
	width: 115px;
	height: auto;
	font-size: 9px;
	word-wrap: break-word;
}
.priceproducts {
	color: red;
}
.productstore {
	color: red;
}
.selectMerchantdropdown {
	vertical-align: super;
	color:  blue;
	font-weight: bold;
}
.expirered {
	color: red;
	font-weight: bold;
}
.dasheddivider {
	color: #999999;
}
.navigationcell a:link { color:blue; text-decoration: none; }
.navigationcell a:visited { color: blue; text-decoration: none;}
.navigationcell a:hover { color: blue; text-decoration: underline;}
a:link { color:blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none;}

