/* ---------------------------------------------- */
/* ----------------- GENERAL ----------------- */
/* ---------------------------------------------- */

a {
	text-decoration: underline;
	color: #666699;
	background-color: transparent;
	}

/*
a {
	text-decoration: underline;
	color: #666;
	background-color: transparent;
	}
*/

/*
a.a {
	border-bottom: 1px solid;
	}
*/

body {
	margin: 30px auto;
	font: 0.72em/1.3em Verdana, sans-serif;
	color: #666;
	text-align: center;
	background-color: #fff;
	}
	
img {
	border: 0;
	}

h2 {
	font: 1.2em Verdana, sans-serif;
	font-weight: bold;
	color: #091453;
	background-color: transparent;
	text-align: center;
	}
	
h3 {
	font: 1.1em Verdana, sans-serif;
	font-weight: bold;
	color: #091453;
	background-color: transparent;
	text-align: center;
	}
		
input, select, option, textarea {
	font: 1em Verdana, sans-serif;
	color: #666;
	}

a:link { 
	text-decoration: underline;
	color: #666699;
	background-color: transparent; 
	}

a:hover { 
	text-decoration:underline;  
	color: #022d6f;
	}
		
/* drop shadow effect */	
.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  border-width: 1px;
  }

.img-shadow img {
  display: block; 
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 

.outline {
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	padding: 6px 8px 4px 8px;
}

h3.mcheader {
	color: #091453;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 2px;
	width: 100%;
}

h4.mcheader {
	color: #091453;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 2px;
	width: 100%;
}

h5.mcheader {
	color: #091453;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 2px;
	width: 100%;
}

.gray {	
	color: #666;
}

.darkblue {
	color: #091453;
}

.lightblue {
	color: #666699;
}

.error_string
{
	color: red;
	font-weight: bold;
}

/* Used in coupon display category headers */
.category_header
{
	background-color: #022d6f;
	margin-top: 5px;
	margin-bottom: 5px;
	color: white;
	font-size: 1.1em;
}

/* ---------------------------------------------- */
/* ------------- ALIGN CLASSES ------------- */
/* ---------------------------------------------- */	
	
.clear {
	clear: both;
	}
	
.right {
	float: right;
	}
	
.center {
	margin-left: auto;
	margin-right: auto; 
	text-align: center;
	}
 
.some_left 
{
	margin-left: 20px;
}

.no_text_style
{
	text-decoration: none;
}

/* ---------------------------------------------- */
/* --------------- CONTAINER --------------- */
/* ---------------------------------------------- */

#container {
	margin: 0 auto;
	width: 80%;
	max-width: 900px;
	text-align: left;
	background-color: #fff;
	}

/* ROUNDED CORNERS
----------------------------- */
	
.t {background: url(images/layout/container_tbg.jpg) 0 0 repeat-x; width: 100%; }
.b {background: url(images/layout/container_dot.jpg) 0 100% repeat-x; }
.l {background: url(images/layout/container_dot.jpg) 0 0 repeat-y; }
.r {background: url(images/layout/container_dot.jpg) 100% 0 repeat-y; }
.bl {background: url(images/layout/container_bl.jpg) 0 100% no-repeat; }
.br {background: url(images/layout/container_br.jpg) 100% 100% no-repeat; }
.tl {background: url(images/layout/container_tl.jpg) 0 0 no-repeat; }
.tr {background: url(images/layout/container_tr.jpg) 100% 0 no-repeat; padding: 22px;}


/* LOGIN FORM
-------------------- */

#login {
	width: 100%;
	text-align: right;
	}
	
	* html #login {
		padding-top: 10px;
		}
		
/* --------------------------------------------------------- */
/* --------------- CONTAINER FOR INFO --------------- */
/* --------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	width: 80%;
	text-align: left;
	}
	
/* MC LOGO SIDE
------------------------- */

	#wrapper .leftside {
		float: left;
		}
	
		#wrapper .leftside h4, h4 {
			width: 60px;
			font: 1em Verdana, sans-serif;
			font-weight: normal;
			color: #091453;
			text-transform: uppercase;
			}
			
			* html #wrapper .leftside h4, * html h4 {
				margin-top: 10px;
				}
				
/* INFORMATION SIDE
------------------------------- */
		
	#wrapper #rightside {
		float: left;
		margin-top: -100px;
		margin-left: 60px;
		}
		
		* html #wrapper #rightside {
			margin-top: 0;
			margin-left: 0;
			}
		
		#wrapper #rightside h1 {
			float: left;
			margin-bottom: 0;
			padding-bottom: 0;
			width: 280px;
			height: 40px;
			background: url('images/wordmark/Mcwordcom.gif') no-repeat;
			}
			
			* html #wrapper #rightside h1 {
				margin-top: 16px;
				}
			
			#wrapper #rightside h1 a img {
				width: 280px;
				height: 40px;
				}
	
		#wrapper #rightside h2 {
			padding: 20px 0 0 0;
			font: 1.2em Verdana, sans-serif;
			font-weight: bold;
			color: #091453;
			text-transform: uppercase;
			text-align: left;
			}
			
			* html #wrapper #rightside h2 {
				margin-top: 12px;
				margin-bottom: -8px;
				}
			
		#wrapper #rightside h3 {
			padding-left: 9px;
			margin-bottom: -10px;
			font: 1em Verdana, sans-serif;
			font-weight: bold;
			color: #696891;
			}
			
			* html #wrapper #rightside h3 {
				margin-bottom: -18px;
				}
				
		#wrapper #rightside p {
			padding-left: 9px;
			}
			
/* INFORMATION SIDE (BOTTOM)
-------------------------------------------- */

#wrapper .rightside2 {
	float: left;
	}
	
	* html #wrapper .rightside2 {
		margin-left: 0;
		margin-bottom: 15px;
		}
		
	#wrapper .rightside2 p {
		padding-left: 10px;
		}
		
		* html #wrapper .rightside2 p {
			margin-top: 10px;
			}
			
/* HOW IT WORKS / TRY IT OUT / SIGN UP NOW TRIFECTA ROLLOVERS
--------------------------------------------------------------------------------------
credit: http://www.search-this.com/website-design/css-rollover-buttons/ */

ul#trifecta {
	padding-left: 9px;
	list-style: none;
	}
			
	* html ul#trifecta {
		padding-left: 0;
		margin-left: 9px;
		}

ul#trifecta li {
	position: relative;
	float: left;
	width: 120px;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	}
	
	ul#trifecta li.hiw {
		background: url(images/buttons/rollover/hiw_r.gif) no-repeat;
		}
		
	ul#trifecta li.tio {
		background: url(images/buttons/rollover/tio_r.gif) no-repeat;
		}
		
	ul#trifecta li.sun {
		background: url(images/buttons/rollover/sun_r.gif) no-repeat;
		}
	
		ul#trifecta li.hiw a, ul#trifecta li.tio a, ul#trifecta li.sun a {
			float: left;
			display: block;
			overflow: hidden;
			}
			
			/* html ul#trifecta li.hiw a:hover, * html ul#trifecta li.tio a:hover, * html ul#trifecta li.sun a:hover {
				visibility: visible;
				}
				
			ul#trifecta li.hiw a:hover img, ul#trifecta li.tio a:hover img, ul#trifecta li.sun a:hover img {
				visibility: hidden;
				}
				
			ul#trifecta li.hiw img, ul#trifecta li.tio img, ul#trifecta li.sun img {
				width: 120px;
				height: 40px;
				border: 0;
				}
				*/ 

/* BUSINESS PAGE
--------------------------- */

.business_trifecta {
	padding-top: 6px;
}	
			
/* CATEGORY ICONS
--------------------------- */

ul#categories {
	margin: 0;
	margin-left: -29px;
	list-style: none;
	}
	
	* html ul#categories {
		margin-bottom: -15px;
		}
	
	ul#categories li {
		float: left;
		display: inline;
		width: 120px; // originally 100px
		text-align: center;
		}
		
ul#categories2 {
	margin: 0;
	margin-left: -29px;
	list-style: none;
	}
		
	ul#categories2 li {
		float: left;
		display: inline;
		width: 100px;
		text-align: center;
		}
		
/* RANDOM COUPS
--------------------------- */

ul#random {
	margin: 10px 0 0 -29px;
	list-style: none;
	}
	
	* html ul#random {
		margin-left: 0;
		margin-bottom: -15px;
		}
	
	ul#random li {
		float: left;
		margin-right: 8px;
		display: inline;
		width: 31%;
		text-align: center;
		}
		
		ul#random li img {
			margin: 0 auto;
			}
			
/* SEARCH COUPS
------------------------- */

		h4.search {
			float: left;
			padding-left: 9px;
			margin-top: 0;
			}
			
		coups_search_bar 
		{
			position: relative;
			top:-100px;
			border-width: 1px;
		}
			
			* html h4.search {
				padding-top: 6px;
				}

p.search {
	padding-top: 5px;
	}
	
	* html p.search {
		padding-top: 10px;
		}
		
			p.hide, .hide {
				visibility: hidden;
				height: 0;
				}
				
/* HOW IT WORKS PAGE
------------------------------------ */
			
	img.leftcontentimg {
		float: left;
		margin: 30px;
		margin-top: 20px;
		}
		
	h4.rightcontent {
		float: left;
		margin-left: -65px;
		margin-bottom: -30px;
		font-weight: bold;
		width: 30%;
		}
		
	h2.main_header {		
		width: 30%;		
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
	h4.how_it_works_header {
		font-weight: bold;
		width: 30%;
		margin-top: 0px;
		margin-bottom: 2px;
	}
				
		* html h4.rightcontent {
			padding-top: 7px;
			margin-bottom: -100px;
			}
			
		* html h4.rightcontent2 {
			margin-bottom: -43px;
			}
			
		* html h4.rightcontent3 {
			margin-bottom: -55px;
			}
		
	p.rightcontent {
		margin-top: 30px;
		text-align: left;
		}
		
		* html p.rightcontent {
			margin-top: 50px;
			}
			
						p.rightcontent:first-child {
							margin-top: -20px;
							}
		
	ol#faq {
		margin-left: -20px;
		margin-top: 40px;
		}
		
		* html ol#faq {
			margin-left: 30px;
			}
			
		ol#faq li h4, ul#about li h4, ul#privacy li h4, ul#tos li h4 {
			width: 100%;
			text-transform: none;
			font-weight: bold;
			}
			
/* TRY IT OUT PAGE
----------------------------- */
			
#wrapper .formright {
	float: left;
	margin-left: 180px;
	margin-top: -50px;
	}
	
	* html #wrapper .formright {
		margin-left: 0;
		padding-left: 180px;
		margin-top: -50px;
		}
			
	label.try {
		color: #091453;
		background-color: transparent;
		text-transform: uppercase;
		}
		
/* FREE SIGN UP PAGE
-------------------------------- */
		
#wrapper .rightinfo {
	float: left;
	margin-left: 78px;
	}
	
	* html #wrapper .rightinfo {
		margin-left: 0;
		padding-left: 78px;
		}
	
	#wrapper .rightinfo h4 {
		width: 100%;
		font-weight: bold;
		margin-bottom: -10px;
		}
		
		* html #wrapper .rightinfo h4 {
			margin-bottom: -16px
			}
			
	#wrapper .rightinfo .labels {
		float: left;
		width: 50%;
		}
		

	#wrapper .rightinfo .inputs {
		float: right;
		width: 50%;
		}
		
		* html #wrapper .rightinfo .inputs {
			width: 45%;
			}
		
		#wrapper .rightinfo .inputs input, #wrapper .rightinfo .inputs select {
			width: 100%;
			}
			
/* ABOUT US, ADVERTISING, PRIVACY & TERMS PAGES
---------------------------------------------------------------------- */

ul#about, ul#privacy, ul#tos {
	list-style: none;
	}
	
	ul#about li p {
		padding-left: 15px;
		}
		
ul#privacy, ul#tos {
	margin-left: -40px;
	}
	
	* html ul#privacy, * html ul#tos {
		margin-left: 0;
		padding-left: -40px;
		}

/* TERMS / PRIVACY 
-------------------------------- */
h4.terms {
	width: 550px;
}
				
/* DIVIDER
----------------- */

.divider {
	clear: both;
	padding-top: 10px;
	width: 100%;
	border-bottom: 1px dashed #666;
	}
	
	* html .divider {
		padding-top: 0;
		margin-top: -20px;
		}
		
/* ---------------------------------------------- */
/* ------------------ FOOTER ----------------- */
/* ---------------------------------------------- */

#footer {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	}
	
	#footer ul#links li {
		display: inline;
		color: #000;
		background-color: transparent;
		}
		
		#footer ul#links li a {
			text-transform: uppercase;
			border-bottom: 1px solid;
			}
			
	#footer p.copy {
		font-size: 0.95em;
		}
		
/* ---------------------------------------------- */
/* ---------------- Category Icons -------------- */
/* ---------------------------------------------- */

a#category_icon1 img 
{
	height: 70px; 
	width: 70px; 
	background-image: url(http://www.mobilecoups.com/images/icons/inactive/FooDine_01.gif);
}

a#category_icon1:hover img 
{
	height: 70px; 
	width: 70px;  
	background-image: url(http://www.mobilecoups.com/images/icons/rollover/FooDine_01R.gif);
}

a#category_icon2 img 
{
	height: 70px; 
	width: 70px; 
	background-image: url(http://www.mobilecoups.com/images/icons/inactive/EntNite_02.gif);
}

a#category_icon2:hover img 
{
	height: 70px; 
	width: 70px;  
	background-image: url(http://www.mobilecoups.com/images/icons/rollover/EntNite_02R.gif);
}

a#category_icon3 img 
{
	height: 70px; 
	width: 70px; 
	background-image: url(http://www.mobilecoups.com/images/icons/inactive/PerSer_03.gif);
}

a#category_icon3:hover img 
{
	height: 70px; 
	width: 70px;  
	background-image: url(http://www.mobilecoups.com/images/icons/rollover/PerSer_03R.gif);
}
