@charset "utf-8";
/* CSS Document */

#wrapper #main p {
	padding:5px 0px;
	margin:2px 15px 5px 15px;
}
#wrapper #main h3{
color: #A52A2A;
padding: 3px 0px;
background-color:#f9f8f8;
text-align: right;
margin: 0 15px;
font-size: .9em;
}

#wrapper #main h3 a{
color:#A52A2A;
text-decoration: none;
margin-top: 10px;
padding: 2px 0 1px 0;

}
#wrapper #main h3 a:hover, #wrapper #main h3 a:active  {
color:#b76161;
text-decoration: underline;

}
.CouponCode {
/*text-transform:uppercase;*/
color:#6d0c4a;
background:#f3f4f2;
font-family:"Trebuchet MS", serif;
font-weight:bolder;
}

#wrapper #main .DottedBottom{
border-bottom: 1px dotted #CCC;
padding-bottom: 10px;
}

