body {
	margin: 0;
	background: #98b3ff;
	font-family: Verdana, Tahoma;
	font-size: 12px;
}
p {
	line-height: 18px;
	text-align: justify;
}
#page {
	width: 790px;
	background: #ffffff;
	margin: auto;
}
#top {
	width: 760px;
	min-height: 70px;
	margin: auto;
	border-bottom: 1px #6578ac solid;
}
#addstore {
	position: relative;
	top: 51px;
	float: right;
	border: 0;
}
#logo {
	position: relative;
	top: 12px;
	float: left;
	border: 0;
}
#content {
	width: 760px;
	margin: auto;
	text-align: left;
}
#content h1 {
	color: #6578ac;
	font-weight: normal;
	font-size: 28px;
	margin: 10px 0 15px 0;
}
#content p.topline {
	color: #6578ac;
	font-weight: normal;
	font-size: 14px;
	margin: -15px 0 15px 0;
}
ul#crumbs {
	list-style: none;
	margin-left: -45px;
	margin-bottom: 50px;
}
ul#crumbs li {
	float: left;
	color: #180a0a;
	padding: 0 0 0 8px;
}
ul#crumbs li a {
	padding-right: 20px;
	background: url(images/arrow.png) no-repeat right center;
	color: navy;
}
table#categories {
	width: 760px;
	margin: 0 auto 30px auto;
	background: #e8ebf4;
}
table#categories td {
	width: 33%;
	padding: 15px 5px;
	text-align: left;
	line-height: 18px;
	vertical-align: top;
}
table#categories a {
	color: #000000;
	text-decoration: none;
}
table#categories a.topcat {
	color: #6578ac;
	font-size: 18px;
}
table#categories a:hover {
	text-decoration: underline;
}
#content h2 {
	color: #6578ac;
	font-weight: normal;
	font-size: 22px;
	margin: 0 0 15px 0;
}
a#view-coupons {
	float: right;
	border: 1px solid #666666;
	padding: 3px 5px;
	color: #666666;
	text-decoration: none;
}
a.name {
	float: left;
}
a:hover#view-coupons {
	text-decoration: underline;
}
table#stores {
	width: 760px;
	margin: auto;
}
table#stores img {
	border: 1px #cccccc solid;
}
table#stores td {
	vertical-align: top;
}
table#stores td.thumb {
	width: 160px;
	margin: 0;
	padding: 0;
}
table#stores td.text {
	padding-left: 10px;
	text-align: justify;
}
table#stores td.text a.name {
	color: #6578ac;
	font-size: 18px;
	text-decoration: none;
}
table#stores td.text p {
	line-height: 18px;
	margin: 5px auto;
}
table#stores td.text span {
	color: #919191;
}
table#stores td.line {
	min-height: 21px;
	vertical-align: middle;
}
table#stores hr {
	border: 0;
	border-bottom: 1px solid #cccccc;
}
#bottom {
	width: 760px;
	margin: 30px auto 10px auto;
}
#bottom p.policies {
	text-align: center;
	color: #666666;
}
#bottom p.policies a {
	color: #666666;
}
#bottom p.botcomments {
	text-align: center;
	padding: 0 15px;
	color: #919191;
	font-size: 11px;
}
table#coupons {
	margin-top: 25px;
	background: #a3b8f1;
	width: 100%;
}
table#coupons td {
	background: #ffffff;
	padding: 5px;
}
table#coupons a {
	color: #6578ac;
	font-size: 18px;
}
table#coupons a:hover {
	color: #c01c02;
}
table#coupons img {
	border: 0;
}
table#register {
	margin-top: 25px;
}
td.left {
	width: 130px;
	text-align: right;
	vertical-align: top;
	padding: 4px 10px 0 0;
}
td.right {
	vertical-align: top;
	padding-bottom: 15px;
}
input {
	border: 2px solid #a3b8f1;
	width: 200px;
}
textarea {
	border: 2px solid #a3b8f1;
	width: 400px;
	height: 150px;	
}
input.regbutton {
	width: 100px;
	cursor: pointer;
}
table#register span.hdn {
	color: red;
	font-weight: red;
	display: none;
	vertical-align: top;
}
p.red {
	margin-left: 140px;
	color: red;
}