@charset "UTF-8";
/* moderncoupon.com CSS Document */

html { height: 100%; width: 100%; }
body { background-color:#fff; height: 100%; width: 100%; font-family:Verdana, Arial, sans-serif; font-size: 1em; }
a { color: #5088B8; }
a:hover { color: #df0b20; }
a img {border:none; }
img.bodyimg { padding: 10px; }
.centeredImage { padding: 0; margin: 0; }
.logo { color: #ff0000; font-weight: bold; position: relative; top: 6px; }
.red { color: #ff0000; }
.yellow { color: #F2F46B; }
.green { color: #0CBA18; }
.gray { color: #999; }
.optional { color: #999; margin-left: 8px; }
.small { font-size: .8em; }
.medium { font-size: .9em; }
.smallBusinessMessage { color: green; font-size: 15px; font-weight: normal; }
a.alertLink { color: #f2f46b; }
a.alertLink:hover { color: #EA963B; }
hr { border: 0; color: #dfdfdf; background-color: #dfdfdf; height: 1px; margin: 10px 0; padding: 0; }

h1 { font-size:18px; font-weight: bold; color: #253e54; margin: 8px 0; }
h1.category { font-size: 20px; }
h2 { font-size:15px; font-weight: bold; margin: 8px 0; }
p { margin: 8px 0; }

#noScript {
	width: 90%;
	border: 2px solid #ff0000;
	background: #F9FFE3;
	margin: 20px auto;
	padding: 10px;
}

#title {
	margin: auto;
	width:100%;
	min-width: 897px;
	padding: 14px 0;
}

#logoContainer {
	width: 381px;
	margin: 0 0 0 20px;
}

#signup {
	font-size: 14px;
	font-family: Verdana;
	text-align: center;
	width: 440px;
	float: right;
	margin-right: 20px;
}

#signup img {
	margin-top: 10px;
}

#signup div {
	padding-top: 6px;
}

#maincontainer {
	/* background: green; */
	width: 100%;
	min-width: 950px;
	height: 100%;
}

#maincontainer #signin {
	display: none;
}

#maincontainer #whySignup, #maincontainer #whyBirthday {
	display: none;
}

table.signIn {
	margin: 10px auto;
}

table.signIn td {
	padding: 4px;
}

table.signIn input.blueButton {
	width: 120px;
	height: 40px;
	font-size: 1em;
	margin: 20px 10px 10px 10px;
}

ul#nav { /* all lists */
	background: url(/images/menubar-bg.gif) repeat-x #5088B8;
	width: 100%;
	padding: 6px 0;
	margin: 10px 0 0 0;
	list-style: none;
}

ul#nav li { /* all list items */
	display: inline;
	text-align:center;
}

ul#nav li a {
	margin: 0 14px;
	font-size: .9em;
	font-weight: bold;
	text-decoration:none;
	color:#fff;
}

ul#nav li a:hover {
	color: #f6d04b;
}

#nav li a.parent {
	background: url(images/arrow-down.gif) center right no-repeat;
}

#nav li ul { /* second-level lists */
	position: absolute;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

:focus {
	outline: 0;
}

#maincontainer #whatis { /* hidden inline content for "what is moderncoupon?" link */
	display: none;
}

#content {
    /* background: purple; */
	width: auto;
	min-width: 640px;
	padding: 0 20px;
	overflow-x: hidden;
	overflow-y: auto;
}

#content.noSidebar { /* center the content div on pages without a sidebar */
	margin: 0 auto;
}

#content.editAdvertiserProfile {
	overflow: hidden;
}

#longCopy { /* for long introductory messages/descriptions/copy */
	font-size: 14px;
}

#threeSteps {
	height: 66px;
	margin: 10px auto;
	padding: 0;
	/* background: red; */
	width: 100%;
	text-align: center;
}

#threeSteps div {
	padding: 4px 10px 12px 38px;
	display: inline;
}

#step1 {
	background: url(/images/number1-on.gif) 0 0 no-repeat;
}

#step2 {
	background: url(/images/number2.gif) 0 0 no-repeat;
}

#step3 {
	background: url(/images/number3.gif) 0 0 no-repeat;
}

form#zipSearch {
	display: inline;
}

form#zipSearch.secondary #currentZipCode {
/* hide the current zip code on the advertiser list page so it doesn't get in the way */
	display: none;
}

#currentZipCode { 
	display: inline;
	font-size: 30px;
}

#changeZip {
	display: none;
	cursor: pointer;
}

#showAdvertisersHeader {
	margin: 0 auto 10px 8px;
}

#breadcrumb {
	margin: 8px;
	font-size: 12px;
}

#sidebar-right {
	text-align: center;
	float:right;
	margin: 0 0 0 10px;
	padding: 0 8px;
	width: 20%;
	border: dashed #ccc;
	border-width: 0 0 0 1px;
	height: 100%;
}

#pics img {
	float:left;
	margin-bottom: 15px;
}

#formcontainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color:#E9FFF9;
	border: 1px solid #dfdfdf;
	margin: 10px auto;
	width:600px;
	padding: 20px;
	-moz-box-shadow: 0 2px 8px;
	-webkit-box-shadow: 0 2px 8px;
}

#formcontainer-opp {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color:#90C4EF;
	border: 1px solid #000;
	margin: 10px auto;
	width:300px;
	padding: 10px;	
}

.ui-datepicker-year { /* hide the year field in the birthday calendar since we aren't collecting that info */
	display: none !important;
}

.ui-datepicker-title select {
	font-weight: normal;
}

input.blueButton {
	color: #fff;
	background: #5088B8;
	font-size: 1.2em;
	font-weight: bold;
	width: 280px;
	height: 60px;
}

input.greyBorder {
	margin: 10px;
	height: 40px;
	width: 100px;
	font-size: 20px;
	color: #666;
	border: 1px solid #aaa;
	padding: 2px;
	
}

#message {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#990000;
	border: 1px solid #000;
	margin: 10px auto;
	width:350px;
	padding: 10px;
}

#stateslist {

}

#footer {
	font-size: .8em;
	color: #000;
	padding: 4px 0;
	margin: 10px 0 0 0;
	text-align: center;
}

#footer a {
	color: #5093D4;
}

#alert {
	font-family:Arial, Helvetica, sans-serif;
	width: 400px;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #000;
	background:#FF0000;
	color:#fff;
}

ul.inline-ul li {
	display: inline;
	padding: 8px;
}

table.category-table {
	font-size: 16px;
	margin: 6px 0 0 6px;
	padding: 0;
}

table.category-table tr {
}

table.category-table td {
	vertical-align: top;
	padding: 0 24px;
}

table.category-table li {
	list-style-type: disc;
	margin: 6px 0;
	cursor: pointer;
}

td.dash-content {
	border: dashed #333;
	border-width: 2px;
	vertical-align: top;
	padding: 8px;
}

select.big {
	font-size: 1em;
}

#advertiserSignIn table {
	background: #ccecff;
	border: 1px solid #dfdfdf;
	margin-bottom: 10px;
}

#advertiserSignIn td {
	padding: 4px;
}

#advertiserSignup {
	background: #EAEFFF;
	border: 1px solid #dfdfdf;
	width: 600px;
	margin: 10px auto;
	padding: 8px 20px;
	-moz-box-shadow: 0 2px 8px;
	-webkit-box-shadow: 0 2px 8px;
}

.advertiserSignupButtonContainer {
	padding: 40px 10px 10px 10px;
	float: right;
	text-align: center;
}

#offerPageContainer {
	width: 100%;
	margin: 0 auto;
}


#testimonialContainer {
	float: left;
	width: 32%;
	margin: 0 auto;
	font-size: 13px;
	font-style: italic;
}

#shareWithFriend {
	margin: 12px 0;
}

#advertiserDetails {
	float: left;
	text-align: center;
	width: 34%;
	margin: 0 20px;
}

#advertiserShowHide {
	display: none;
}

#currentOffers {
	float: left;
	width: 30%;
}

#freeformContainer li {
	text-align: left;
	list-style-type: disc;
	margin-left: 22px;
}

#fileUploadContainer {
	width: 70%;
	margin: 8px auto;
}

#testimonialContainer.signup {
	float: none;
	width: 100%;
	text-align: center;
}

#testimonialContainer span {
	font-style: normal;
	font-weight: bold;
}

#freeformContainer textarea, #testimonialContainer textarea {
	padding: 4px;
}

#coupon,#couponSample {
	border: 4px dashed #666;
	width: 400px;
	margin: 20px auto;
	padding: 8px 12px;
}

#couponSample {
	float: right;
	padding: 0;
	margin-right: 20px;
}

.premiumCoupon { /* background graphic for premium coupons */
	background: url(/images/bg-gold.png) top left repeat-x #e4e3be !important;
}

#couponSample .hover {
	background: url(/images/bg-gold.png) top left repeat-x #e4e3be;
	display: inline;
	opacity: 0;
	filter:alpha(opacity=0);
	position: relative;
	width: 100%;
	height: 100px;
	z-index: 0;
}

#couponSample #headerFooter {
	padding: 10px 0;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}

#couponSample #couponBody {
	margin: 10px;
	font-size: 1.1em;
	text-align: center;
}

#cDescription {
	margin-top: 10px;
}

#cRestrictions {
	font-style: italic;
	font-size: .9em;
}

#cFreeform {
	margin-top: 10px;
	font-size: .9em;
}

#nearbyAdvertisersSidebar {
	width: 240px;
	float: right;
	background: #E7FFD6;
	padding: 10px;
	border: solid #dedede;
	border-width: 1px;
	margin: 54px 16px 0 16px;
	font-size: 13px;
}

#nearbyAdvertisersSidebar h2 {
	text-align: center;
}

div.nearbyAdvertiserSingle {
	padding: 4px 0;
}

div.advertiserContainer {
	width: 740px;
	margin: 8px 8px;
}

div.advertiserContainer.offerPage {
	width: auto;
	margin: 0 0 10px 0;
}

div.couponSmall { /* used for listing advertisers after zip search */
	float: left;
	background: url(/images/sky-blue-gradient.png) bottom center no-repeat #f2f7f8;
	text-align: center;
	border: 2px dashed #afafaf;
	width: 200px;
	margin: 8px;
	padding: 10px;
	-moz-box-shadow: 0 0 4px #aaa;
	-webkit-box-shadow: 0 0 4px #aaa;
}

div.couponSmall.advertiser {
	height: 380px;
}

input.generateCouponSubmit {
	font-size: 14px;
	font-weight: bold;
	/* width: 140px;  maybe replace the explicit width after coupon sent alert is implemented */
	height: 40px;
}

#couponStatus {
	display: none;
	text-align: center;
	background: #fff;
	border: 2px solid #5088B8;
	width: 240px;
	height: 100px;
	padding: 20px;
	-moz-box-shadow: 4px 4px 10px #666;
	-webkit-box-shadow: 4px 4px 10px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=3);	
}

#couponStatus span {
	display: block;
}

#couponSuccess {
	display: none;
	text-align: center;
	background: #fff;
	border: 2px solid #5088B8;
	width: 240px;
	height: 80px;
	padding: 40px 20px 20px 20px;
	-moz-box-shadow: 4px 4px 10px #666;
	-webkit-box-shadow: 4px 4px 10px #666;
}

div.error {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 140px;
	left: 320px;
	padding: 10px !important;
	margin: 0 !important;
	color: #fff;
	background: #ff0000;
	opacity: 0.9;
}

label.error {
	color: #fff;
	background: #ff0000;
	margin: 10px;
	padding: 4px;
	opacity: 0.7;
}

ul#birthdayWays {
	padding-left: 20px;
}

div.birthdayPremiumHeader {
	background: #63C7F8;
	padding: 10px;
	width: 80%;
	margin: 0 auto;
}

div.birthdayPremiumHeader h1, div.birthdayPremiumHeader h2 {
	text-align: center;
}

div.birthdayPremiumBody {
	width: 80%;
	margin: 0 auto;
}

form#processCategory {
	display: none;
}

#couponCreation {
	width: 50%;
	margin: 20px;
	text-align: center;
}

div.fieldDesc {
	text-align: left;
	margin: 10px 0;
}

span.number {
	background: #000;
	color: #fff;
	font-size: 1.2em;
	padding: 0 4px;
	margin: 0 10px 0 0;
}

#maincontainer div#imageUpload {
	display: none;
	text-align: center;
	width: 300px;
	margin: 0 auto;
}

#maincontainer #advertiserProfileDetailsEdit {
	/* display: none */
	padding: 20px;
	width: 600px;
	margin: 0 auto;
	background: #EAEFFF;
	border: 1px solid #dfdfdf;
	-moz-box-shadow: 0 2px 8px;
	-webkit-box-shadow: 0 2px 8px;
}

.tooltip {
	-moz-box-shadow: 0 0 8px #aaa;
	-webkit-box-shadow: 0 0 8px #aaa;
	background: #efeee7;
	color: #5088B8;
	border: 1px solid #c2c2c2;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 10px;
	z-index: 10;
}

div.viralLinks {
	width: 200px;
	margin: 10px auto;
	padding: 0 10px 10px 10px;
	border: 1px solid #dfdfdf;
	background: #edf6f7;
}

div.viralLinks span {
	display: block;
	margin: 10px 0 10px 40px;
}

div.viralLinks a.text {
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: -10px;
	margin-left: 4px;
}

div.viralLinks.navBar {
	float: right;
	position: relative;
	top: 1px;
	width: auto;
	background: none;
	border: none;
	margin: 0;
	padding: 0 32px 0 0;
	height: 0;
}

div.viralLinks.navBar img {
	margin-left: 4px;
}

div.viralLinks.navBar span {
	display: inline;
	color: #fff;
	font-size: 14px;
	position: relative;
	top: -10px;
	margin: 0;
}

div.viralLinks.navBar a.text {
	color: #fff;
	font-size: 14px;
	margin: 0;
}
