/* 
 * Jordan Hiller <jhiller@onlinetesting.net> 2009
 * Styles for internal pages that display coupons.
 */

.coupon {
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 1.2em;
	line-height: 1.5em;
}

.coupon .buttonsDiv a {
	border: 0 !important;
}

.coupon img {
	display: inline !important;
	border: 0 !important;
}

.coupon_title, .coupon_title a {
	position: relative;
	/*font-size: 1.2em;*/
	
	color: blue !important;
}

.daily_heading { /* front page */
	/*font-weight: bold;
	font-style: italic;
	font-size: 1.2em;*/
}

.coupon_code { 
	font-size: 1.0em;
	font-weight: normal;
}
a:link.feedbackLink { 
	color: #E10000 
	font-weight: normal;	
	font-style: italic;
}


.hoverMarker {
	display: none;
	position: absolute;

	padding: 3px;
	text-align: center;
	color: white;
	background: black;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
}

