body {
	font-size: 12px;
	font-family: arial;
	background: url(/img/body-background.gif) #75D907 top repeat-x ;
	position: relative;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	/*color:#5E9341;*/
	color:#085E03; /* dark green */
}
a:visited {
	/*color:#5E9341;*/
	color:#085E03; /* dark green */
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#085E03; /* dark green */
	font-weight: bold;
	/*color:#33aa33;*/
}
a:active {
	text-decoration: none;
}

h1, .tcat {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	margin-bottom: 3px;
	color: #5E9341; /* dark green */
}

.about {
	font-size: 18px;
	margin-bottom: 3px;
	color: #5E9341; /* dark green */
}

h3 {
	font-size: 12px;
	color: #5E9341; /* dark green */
	clear: left;
}


h4 {
	font-size: 12px;
}

tr td, tr th {
	font-size: 12px;
	font-family: arial;
}

select#category, select#subcat, select#merchant {
	height: 200px;
	width: 180px;
	border: solid 1px gray;
}

select#category option, select#subcat option, select#merchant option {
	padding-top: 2px;
	padding-bottom: 2px;
}

textarea {
	font-family: arial;
	font-size: .95em;
}

textarea.small {
	width: 150px;
	height: 50px;
}

textarea.medium {
	width: 300px;
	height: 100px;
}

textarea.large {
	width: 500px;
	height: 200px;
}

input.small {
	width: 100px;
}

input.medium {
	width: 300px;
}

input.large {
	width: 500px;
}

table.tabs {
	margin-top: 7px;
	padding-top: 6px;
	padding-bottom: 6px;
}

table.tabs tr td {
	background-color: #CFCFCF;
	padding: 2px;
	margin: 1px;
	display: inline;
}

table.tabs tr td.space {
	padding: 0px;
	background-color: white;
}

table.tabs tr td.clear {
	background-color: white;
}

table.tabs tr td.clear a {
	color: blue;
	text-decoration: underline;
}

table.tabs tr td.active {
	background-color: gray;
	padding: 6px;
}

table.tabs tr td a {
	color: black;
	font-size: 9px;
	text-decoration: none;
}

table.tabs tr td.active a {
	color: white;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

.button {
	cursor: pointer;
}


input.button {
	border: solid 1px #337733;
	background-color: #75D907;
	color: #337733;
	font-size: .9em;
	font-weight: bold;
	font-family: arial;
}


input.coldbutton {
	border: solid 1px #777;
	background-color: #dddddd;
	color: #777;
	font-size: .9em;
	font-weight: bold;
	font-family: arial;
}

input.hotbutton {
	border: solid 1px #ff6600;
	background-color: #ffD907;
	color: #ff6600;
	font-size: .9em;
	font-weight: bold;
	font-family: arial;
}

input.button-large {
	text-align: center;
	border: solid 1px black;
	background-color: #75D907;
	color: white;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
}

#coupon0 input, #coupon1 input, #coupon2 input, #coupon0 select, #coupon1 select, #coupon2 select  {
	font-size: .9em !important;
}

#container {
	position: relative;
	background-color: white;
	width: 800px;
	margin-top: 15px;
	border: solid 1px black;
	text-align:left;
}

#containerdev {
	position: relative;
	background-color: white;
	width: 800px;
	margin-top: 15px;
	border: solid 2px red;
	text-align:left;
}

#admin_container {
	position: relative;
	background-color: white;
	margin-top: 6px;
	border: solid 1px black;
	text-align:left;
}

#container-mini {
	background-color: white;
	width: 95%;
	margin-top: 25px;
	border: solid 1px black;
}

#main {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	text-align: left;
	clear: both;
	z-index: 0;
}

#mainnopadding {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	text-align: left;
	clear: both;
	z-index: 0;
}

.head1 {

}

.head2 {
	background: url(img/gradient-horz-green.gif) no-repeat;
	height: 24px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.head2_big {
	background: url(img/gradient-horz-green.gif) repeat-y;
	height: 34px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*
.head2_big_topmerchants {
	background: url(img/gradient-top-merchants.gif) repeat-y;
	height: 34px;
	margin-bottom: 5px;
	margin-left: 0px;
}
*/
.head2_big .inner_big {
	color: white; 
	padding: 4px;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
}

.head2 .inner {
	color: white;
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

.head3 {
	border-bottom: solid 1px #5E9341;
	color: #5E9341; /* dark green */
	font-weight: bold;
	margin-bottom: 1px;
	text-align: left;
	margin-top: 17px;
}

.head4 {
	border-bottom: 1px solid #aaaaaa;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	margin-top: 7px;
}

.head5 {
	border-bottom: 2px solid #5E9341;
	color: #55853A; /* dark green */
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	font-size: 22px;
}

.merchaddr {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
.alt2, .alt1 {
	border-bottom: 1px dotted #ccddcc;
}

.alt3 {
	background-color: #ddeedd;
}

#header {
	width: 800px;
	display: inline; 
	padding-top:10px;
}

#logo {
	float: left;
	display: inline;
	margin-top: 4px;
	overflow: visible;
}
/*
#tagline {
	width: 530px;
	height: 65px;
	margin-top: 4px;
	float: left;
	display: inline;
}
*/
#breadcrumbs {
	float: left;
	font-size: .95em;
	color: #555555;
	clear: left;
	margin: 6px 10px;
	display: inline;
}

#userlinks {
	float: right;
	font-size: .95em;
	color: #555555;
	margin-right: 10px;
	margin-bottom: 4px;
	display: inline;
}

#topnav {
	background-color: #085e03; /*#B8FF66;*/ /*#a5f937;*/ /*#75d907;*/
	width: 800px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	margin-top: 0px;
	text-align: left;
	padding-top: 1px;
	padding-left: 0px;
	padding-bottom: 1px;
	text-decoration: none;
	font-weight: bold;
	clear: both;
}

#topnavt a {
	color: #ffffff; /*#075103;*/
	font-size: 14px;
}

#topnavt {
	margin: 0px;
	padding: 0px;
	color: #ffffff; /*#075103;*/
	text-decoration: none;
	font-size: 16px;
}

#topnav-mini {
	background-color: #E67111; /* orange */
	width: 375px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	margin-top: 7px;
	text-align: left;
	color: white;
}

.empty-box {
	height: 200px;
	width: 177px;
	border: solid 1px gray;
}



.empty-box .inner {
	padding: 15px;
	color: gray;
}



.hover {
	width: 158px;
	height: 158px;
	background: url(img/hover-background.gif);
	display:none;
	position: relative;
	top: -140px;
	left: -15px;
	margin-bottom: -160px;
	margin-right: -50px;
	overflow: hidden;
}

.hover .inner {
	padding: 5px;
	padding-bottom: 20px;
}

.hover .head {
	color: #75D907;
	text-align: center;
	font-weight: bold;
}

.hover .body {
	color: gray;
	font-size: 11px;
	margin-top: 10px;
}

.hover ul {
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
}

.hover ul li {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	color: #155c00; /* drk green */
}

.expanded_coupon {
	background: none !important;
	width: 240px;
	height: inherit;
	margin: 3px 3px;
}

.compacted_coupon {
	background:  url(img/coupon_compacted.gif) ;
	width: 240px;
	height: 30px;
}

.coupon_top {
	background: url(img/coupon_preview_top.gif) top left no-repeat;
	width: 240px;
	height: 15px;
}

.coupon_bottom {
	background: url(img/coupon_preview_bottom.gif) bottom left no-repeat;
	width: 240px;
	height: 15px;
}

.coupon_body {
	background: url(img/coupon_preview_body.gif) top left repeat-y;
	width: 240px;
	margin: 0px 0px;
}
/*crazy deals*/
.crazydeal_top {
	background: url(img/ccoupon_preview_top.gif) top left no-repeat;
	width: 240px;
	height: 21px;
}

.crazydeal_bottom {
	background: url(img/ccoupon_preview_bottom.gif) bottom left no-repeat;
	width: 240px;
	height: 15px;
}

.crazydeal_body {
	background: url(img/ccoupon_preview_body.gif) top left repeat-y;
	width: 240px;
	margin: 0px 0px;
}

.crazy_coupon {
	background: url(img/ccoupon.gif) top no-repeat;
	width: 280px;
	height: 120px;
	text-align:center;
}

.crazy_coupon .inner {
	padding: 8px;
}

.coupon {
	background: url(img/coupon.gif) top no-repeat;
	width: 280px;
	height: 120px;
	text-align:center;
}

.coupon .inner {
	padding: 8px;
}

.coupon_special {
	background: url(img/coupon_special.gif) top no-repeat;
	width: 280px;
	height: 209px;
	text-align:center;
}
.coupon_special .inner {
	padding: 8px;
}

.expanded .coupon .inner {
	padding: 0px 8px;
}

a.smallDarker {
	color: #63962c;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a.smallDarker:hover {
	color: #63962c;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

a.small {
	color: #75D907;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a.small:hover {
	color: #5E9341;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

/* Various Text Colors */
a.orange {
	color: #BD6212;
}
a.orange:visited {
	color: #BD6212;
	text-decoration: none;
}

a.orange:hover {
	color: #BD6212;
	text-decoration: none;
}

.orange {
	color: #BD6212;
}

a.green {
	color: #75D907 !important; /* green */
}

.green {
	color: #75D907  !important; /* green */
}

a.darkgreen {
	color: #63962c; /* green */
}

.darkgreen {
	color: #63962c; /* green */
}

.vdarkgreen {
	color: #007849;
}
a.grey {
	color: #778877; /* grey */
}

.grey {
	color: #778877; /* grey */
}

a.darkgrey {
	color: #555555; /* grey */
}

.darkgrey {
	color: #555555; /* grey */
}

/* text-sizing */

.small {
	font-size: 11px;
}

.tiny {
	font-size: 9px;
}

.smallfont {
	font-size: .95em;
}

.smaller {
	font-size: .9em !important;
}

.normal {
	font-weight: normal;
	font-size: 12px;
}

.larger {
	font-size: 1.2em;
}

.coupon .inner .title, .coupon .inner .title a {
	color: #BD6212; /* dark orange */
	margin-bottom: 3px;
	font-weight: bold;
	word-wrap: normal;
}

/* text-styling */

.rounded {
	font-family: 'Arial Rounded', Arial;
}

.coupon .inner .merchant, .coupon .inner .merchant a {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px 3px 3px 0px;
	display: inline;
}

input.phone, input.email {
	width: 80px;
	height: 18px;
	font-size: 9px;
	color: #555555 !important;
	border: solid 1px #75D907; /* green */
}

a.do_it {
	font-size: 9px;
	color: orange;
}
a.do_it:hover{
	font-size: 9px;
	color: orange;
}

a.do_it:visited {
	font-size: 9px;
	color: orange;
}

.label {
	text-align: right;
	font-weight: bold;
	display: inline;
	float: left;
	clear: left;
	width: 160px;
	padding-top:8px;
	margin-left: 10px;
}

.field {
	float: left;
	display: inline;
	padding-top:6px;
	margin-left: 6px;
	width: 400px;
}

.label_icon {
	display: inline;
	float: left;
	clear: left;
	padding-top:8px;
	width: 20px;
}

.field_s {
	padding-right: 6px;	
	margin-right: 26px;	
	width: 600px;
	border:1px black solid;
/*	float: left;*/
/*	align: left;*/
/*	display: inline;*/
}

.filter_boxes {
	display:none;
}
.label_f {
	text-align: right;
	font-weight: bold;
}

.label_s {
	text-align: right;
	font-weight: bold;
/*	float: left;
	clear: left;*/
	padding-top:3px;
	padding-bottom:3px;
	margin-left: 10px;
	margin-right: 10px;
}

._wrap {
	padding-bottom:4px;
	margin-top:6px;
	margin-left:6px;
}


.fieldinfo {
	clear: left;
	font-size: .9em;
}

.submit {
	margin: 10px 0px;
	clear: both;
}

.error1 {
	font-style: italic;
}

.error {
	color: red;
	font-style: italic;
}
.intab {
	border: solid 1px gray;
	padding: 5px;
	max-width: 787px;
}

.superbanner {
	width: 790px;
	text-align: center;
	margin-bottom: 7px;
}


.footer2 {
  text-align: center;
	font-size: 10px;
	color: #666666;
	margin: 3px;
}

a.footer2:active {
  text-align: center;
	font-size: 10px;
	color: #666666;
	margin: 3px;
}

a.footer2:hover {
  text-align: center;
	font-size: 10px;
	color: #666666;
	margin: 3px;
}

a.footer2:link {
  text-align: center;
	font-size: 10px;
	color: #666666;
	margin: 3px;
}

.footer {
	text-align: center;
	font-size: 10px;
	color: #666666;
	margin: 3px;
}

a.footer {
	text-align: center;
	font-size: 10px;
	color: #666666;
	margin: 3px;
}

a.footer:hover {
	text-align: center;
	font-size: 10px;
	color: #666666;
	margin: 3px;
}

.coupon input.title {
	border: none;
	text-align: left;
	color: #BD6212; /* dark orange */
	margin-bottom: 0px;
	height: 16px;
}
/*
.topmerchants {
	padding: 0px;
	padding-top: 40px;
	background: url(img/topmerchants-back.gif) top no-repeat;
	padding-bottom: 2px;
}
*/
/*
#confirm {
//	display: none;
}
*/

.highlighted {
	padding: 3px;
	margin-bottom: 3px;
}

.form {
	border: 1px solid #777;
	display: none;
	background-color: #fff8af;
	padding: 3px;
	margin: 10px 0px;
}

.completed {
	display: none;
}

.obvious {
	padding: 3px;
	background-color: red;
	border: 1px solid #777;
}

.flabel {
	font-size: 10px;
	color: #111111;
}

.small-button {
	font-size: 9px;
}

input.tiny {
	font-size: 9px;
}

select.tiny {
	font-size: 9px;
}

.tiny {
	font-size: 9px;
}

.blank_coupon {
	height: 100px;
	text-align: center;
	color: #333;
	font-size: .95em;
}

.greenbox {
	border: 2px solid #55aa55;
	background-color: #ccffcc;
	padding: 5px;
	clear: both;
	color: #777;
}

.alertbox {
	border: 2px solid #ff6600;
	background-color: #ffddbb;
	padding: 5px;
	clear: both;
	color: #333;
}

.alertbox a {
	color: #ff6600;
}

.linkbox {
	text-align: center;
	background-color: #EFFFDF;
	width: 238px;
	height: 70px;
	text-align: center;
}

.hidden {
	display: none;
}

.field-block {
	clear: left;
	overflow: hidden;
}

.field-block div {
	clear: left;
}

.field-block img{
	clear: both;
}

.merchantform {
	width: 180px;
}

.panel {
	display: inline;
/*	margin: 0px 30px;
	padding: 10px 0px;
	*/
	clear: both;
	text-align:left;
}

.tooltips {
	background-color: #fff;
	border: 2px solid #5E9341;
	padding: 5px 10px;
	width: 300px;
	line-height: 1.3em;
}

.pagination {
	/*float: right;*/
	margin: 2px 10px;
	display: inline;
}

.mouseover {
	cursor: pointer;
}

.vbmenu_control {
	font-size: 12px !important;
	font-weight: bold !important;
}

#search {
	padding: 4px 8px;
	border: 1px solid #777;
	display: inline;
	position: absolute;
	float:right;
	right: 0;
	margin-top: 1px;
	margin-right: 5px;
	background-color: #ffffff;
	z-index: 10;
	opacity: .9;
	width: 0px;
	height: 0px;
	text-align: center;
}

#search input {
	background-color:#fff;
	color: #333333 !important;
	border: solid 1px #75D907; /* green */
}

#searchlink {
	cursor: pointer;
	font-weight: bold;
}

#searchlink:hover {
	text-decoration: underline;
	/*color:#FFFF00 !important;*/
}

fieldset {
	margin-top:8px;
	background-color: #eee;
	margin-right: 10px;
	color: #333;
	padding:8px;
}

.clearfieldset {
	margin-top:1px;
	margin-right:1px;
	color: #333;
	background-color: #fafafa;
	padding:8px;
	border: 0px;
}

.smallcheck {
	color: #aaa;
}

fieldset div {
	margin: 4px;
	padding: 4px;
	display: inline;
}

legend {
	font-weight: bold;
}

.adjust {
	color:#555;
}

.redeem {
	color : #ff9933;
}

.required {
	color :#ff6600;
}

.titlelisting {
	margin: 3px 0px;
}

.subtitlelisting {
	margin: 3px 0px;
}


.browsediv {
	border: 1px solid #aaccaa; 
	background-color: #cfebbb;
	width: 490px; 
	clear: both;
	margin-top: 5px;
}

.browsediv h1 {
	clear: both; 
	font-size: 20px; 
	color: #339900;
}

.dtable {
	margin: 0px;
	padding: 0px;
	border: 0px solid;
	border-color: #000000;
	border-collapse:collapse;
}

.dheader {
    border: 0px solid #73d10d;
    height: 30px;
    font-size: 16px;
    color: #339900;
}

.ddivider {
    border: 0px solid #73d10d;
    height: 3px;
    color: #339900;
}

/* table header*/
.d3 td {
 background-color: #b1eb71; color: black;
 height: 20px;
 font-size: 13px;
 color: #FFFFFF;
}
.d4 td {
 background-color: #b1eb71; color: black;
 height: 20px;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
 color: #000000;
}

.d5 td {
 background-color: #f1fbf1; color: black;
 height: 20px;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
 color: #000000;
}


/* inactive */
.d2 {
	padding: 0px;
	background-color: #f0c0d0; color: black;
    border: 0px solid;
    border-color: #000000;
    height: 20px;
    font-size: 10px;
    color: #44aa11;
}
.d2 a{
    color: #ff3322;
}

.d1 {
	padding: 0px;
	background-color: #e0ffb1; color: black;
    border: 0px solid;
    border-color: #000000;
    height: 20px;
    font-size: 11px;
    color: #339900;
}
.d0 {
	padding: 0px;
    background-color: #edffcf; color: black;
    border: 0px solid;
    border-color: #000000;    
    height: 20px;
    font-size: 11px;
    color: #339900; 
}

.dyellow {
	padding: 0px;
	background-color: #fdff6d; color: black;
    border: 0px solid;
    border-color: #000000;
    height: 20px;
    font-size: 11px;
    color: #339900;
}
.dblue {
	padding: 0px;
    background-color: #90d9f4; color: black;
    border: 0px solid;
    border-color: #000000;    
    height: 20px;
    font-size: 11px;
    color: #339900; 
}

/* personalized user*/
.d2_1 {
 background-color: #b1eb71; color: black;
 height: 20px;
 font-size: 10px;
 font-weight: bold;
 text-align: center;
 color: #000000;
}

/* new */
.smallinput  {
	height: 16px;
	font-size: 9px;
	font-weight: bold;
	font-family: arial;
	color: #000000;
	border: solid 1px #75D907;
}

.biginput  {
	height: 24px;
	font-size: 20px;
	font-family: arial;
	color: #000000;
	border: solid 1px #75D907;
}

.smallbutton {
	height: 18px;
	border: solid 1px #337733;
	background-color: #85E907;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	font-family: arial;
}

.newforms {
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	padding: 3px;
	margin: 10px 0px;
}

/*Created to make site look better*/
.normal {
	margin-left: 15px;
	margin-right: 15px;
}

.normal .heading {
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	color: #085E03; /* dark green */
	clear: left;
	margin-top: 10px;
	margin-bottom: 5px;
}

.normal .subparagraph {
	text-align: justify;
	font-size: 13px;
	font-family: arial;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*Created for Skip's replicated pages*/
.reseller .heading {
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	color: #085E03; /* dark green */
	clear: left;
	margin-top: 10px;
	margin-bottom: 5px;
}

.reseller .subparagraph {
	text-align: justify;
	font-size: 14px;
	font-family: arial;
	margin-top: 0px;
	margin-bottom: 10px;
}

.reseller {
	margin-left: 15px;
	margin-right: 15px;
}

.reseller .title {
	font-size: 30px;
	font-weight: bold;
	font-family: arial;
	color: #085E03; /* dark green */
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mainlist {
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	color: #63962C; /* green */
	line-height: 28px;
	margin-left: 10px;
}

.mainlistbullet {
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	color: #F86612; /* orange */
	line-height: 28px;
	margin-left: 10px;
}
 

.caption {
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	line-height: 18px;
}

.statsnr {
	font-size: 14px;
	font-weight: bold;
}

/* ------------- */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	background: #085E03;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #085E03}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #085E03;
	border: 1px solid #000000}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 6px 6px 6px 6px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #085E03;
		color: #fff;
		}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}