@charset "utf-8";
/* CSS Document */

/* RESET */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption, tbody, tfoot, thead
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}

/* TYPOGRAPHY */
 /*Typography.css*/
body,ul,ol,dl,td,th,caption,pre,p,blockquote,input,textarea, strong,b, em, span, p {
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 12px;
	color: #48535a;
}

ul {list-style-type:square;}
ol {list-style-type:decimal;}

b { font-size: inherit !important; }

h1 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 28px;
	line-height: 1.3;
	color: #48535a;
	padding: 0px;
	margin: 0px;
	font-weight: bold !important;
	padding-top: 0px;
	padding-bottom: 18px;
	text-transform: uppercase;
}

h2 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	color: #ffffff;
	font-weight: bold !important;
	
	background-image:url(../img/bg-title-box.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #48535a;
	padding: 10px;
	margin: 0px;
	padding-left: 40px;
}

h3 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: #48535a;
	padding: 0px;
	margin: 0px;
	font-weight: bold !important;
	text-transform: uppercase;
	padding-bottom: 10px;
}

blockquote  { margin: 0 0 18px 18px; color: #231F20; font-style: italic; }
strong {font-weight: bold;}
em     {font-style:italic;}

/* ELEMENTS */
body {
	background-color: #ffffff;
}
a {
	color: #534741;
}
a:hover {
	color: #534741;
	text-decoration: none;
}

.left2 { float: left; }
.right2 { float: right; }
.clear2 { clear: both; }

#main2 {
	margin: auto;
}

#header2 {
	margin: auto;
	width: 907px;
	height: 106px;
	margin-bottom: 6px;
	background-image: url(../img/bg-header.gif);
	background-repeat:no-repeat;
}

.div900 {
	margin: auto;
	width: 900px;
}

#logo2 {
	padding-left: 27px;
	padding-top: 15px;
	width: 250px;
}

.topLinks {
	width: 200px;
	padding-top:10px;
	text-align: right;
	padding-right: 40px;
	font-size: 9px;
	text-transform:uppercase;
}

/* MAIN NAVBAR */
#navbar2 {
	width: 880px;
	height: 40px;
	background-image:url(../img/bg-menu.gif);
	background-repeat: no-repeat;
	margin: auto;
	padding-left: 20px;
}
#navbar2 .emailSign {
	padding-top: 15px;
	font-size: 13px;
	color: #0050e6 !important;
	text-decoration: underline !important;
	display: block;
	padding-right: 20px;
}
#navbar2 .emailSign:hover {
	padding-top: 15px;
	font-size: 13px;
	color: #0050e6 !important;
	text-decoration: none !important;
	display:block;
	padding-right: 20px;
}

/*** Nav bar styles ***/
#navbarL {
	margin: 0;
	padding: 0;
	height: 1em;
}
#navbarL li {
	list-style: none;
	float: left !important;
	height: 40px;
}
#navbarL li a {
	display: block;
	padding: 3px 8px;
	padding-left: 20px;
	padding-top: 10px;
	color: #000000;
	text-decoration: none; 
	background-image: url(../img/bullet-menu.gif);
	background-repeat: no-repeat;
	
	font-size: 15px;
	margin-right: 20px;
	font-weight: bold;
}
#navbarL li ul {
	display: none;
	width: 10em; /* Width to help Opera out */
	background-color: #ffed9a;
}

#navbarL li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	margin-left: 20px !important;
	margin-top: 8px;
}

#navbarL li:hover li {
	float:none;
}
#navbarL li:hover li a {
	background-color: #ffed9a;
	background-image: none;
	
	border-bottom: 1px solid #ffffff;
	color: #48535a;
	font-size: 12px;
	padding: 2px 8px;
	margin: 0px;
}
#navbarL li li a:hover {
	background-color: #ffed9a; 
}



#content2 {
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 900px;
}

#column_1 {
	width: 521px;
}

.regionList {
	min-height: 270px;
	margin-bottom: 30px;
	padding-bottom: 13px !important;
	background-color: #e4e5e6;
}
.regionList h3 {
	font-size: 14px;
	color: #48535a;
	text-transform:none;
	padding-bottom: 5px;
}
.regionList .borderWhite {
	border-right: solid 1px #ffffff;
}
.regionList .tableTxt {
	padding-left: 15px;
}
.tableLocation {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* DROPDOWN OPTIONS */
.tableList {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	z-index: 10 !important;
}
.tableList li {
	position: relative;
	background-image:url(../img/bg-dropdown.gif);
	background-repeat:no-repeat;
	height: 21px;
	color: #ffffff;
	font-size: 11px;
	padding-left: 10px;
	cursor: pointer;

}
.tableList li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
	list-style: none;
	z-index: 100 !important;
}

.tableList li ul li {
	background-image: none;
	background-color: #48535a;
	padding-right: 3px;
	padding-left: 3px;
	display: block;
	width: 60px;
	z-index: 100 !important;
}

.tableList li:hover ul { display: block; }
.tableList li:hover ul, #navbar2 li.over ul { display: block; }
.tableList li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}




.imageCoupon {
	margin-bottom: 30px;
}
.rectangule {
	width: 521px;
	background-image:url(../img/bg-rectangule.gif);
	margin-bottom: 30px;
}

.rectanguleText {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image:url(../img/bullet-rectangule.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 1px;
	padding-left: 45px;
	padding-right: 45px;
}

#column_2 {
	width: 350px;
	padding-left: 29px;
	text-align: right;
}

#footer2 {
	width: 520px;
	height: 50px;
	border-top: solid 1px #49545a;
	border-right: solid 1px #49545a;
	margin-bottom: 40px;
	padding-top: 5px;
	font-size: 11px;
}
#footer2 h3 {
	text-transform:none;
}
#footer2 a {
}

#footer3 {
	width: 900px;
	text-align: center !important;
	font-size: 9px;
	color: #48535a;
	line-height: 1.3;
	margin: auto;
}

/* YELLOW FORMS */
#formYellow {
	background-image:url(../img/sign-up-form.gif);
	background-repeat: no-repeat;
	width: 325px;
	height: 110px;
	padding-left: 25px;
	padding-top: 10px;
	font-size: 10px;
}
#formYellow p {
	font-size: 10px;
}
#formYellow h3 {
	font-size: 17px;
	color: #48535a;
}
.txt2 {
	font-size: 11px !important;
	color: #000000;

	padding-left: 10px !important;
	line-height: 1.1 !important;
	padding-top: 6px !important;
	border: solid 1px #ffffff;
	margin-left: 5px;
	margin-right: 5px;

	width: 215px;
	height: 13px;
}
#formYellow .send2 {
	background-color: #48535a;
	color: #ffffff;
	font-size:  11px;
	border: none;
	height: 33px;
	width: 60px;
	margin-top: 1px;
}

/* HOME */
#homeColumn_1 {
	width: 522px !important;
	background-image:url(../img/bg-landing-box.gif);
	background-color: #ffde15;
	background-repeat: no-repeat;
	margin-bottom: 20px !important;
}
#homeColumn_2 {
	width: 290px;
	padding-left: 30px;
}
#areaList {
	width: 472px;
	padding: 10px 25px;
	font-size: 11px !important;
	color: #48535a;
	text-transform: uppercase;
	line-height: 1.7 !important;
}
#areaList a, #areaList a:hover {
	font-size: 11px !important;
	line-height: 1.7 !important;
}
#areaList h2 {
	color: #48535a;
	font-size: 22px;
	font-weight: bold;
	background-image: none !important;
	background-color: transparent  !important;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	text-transform: uppercase;
}
#areaList .citybox {
	width: 440px;
	margin: auto;
	padding: 10px 15px;
	background-color: #ffee8a;
	border: solid 1px #48525b;
}
.cityList {
	width: 174px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cityList a {
	color: #48535a !important;
}
.cityList p {
	line-height: 1.3 !important;
	margin: 0px;
	padding: 0px;
	padding-left: 22px !important;
	padding-bottom: 2px !important;
	padding-top: 5px;
}
.gray1 { background-color: #daddde; }
.gray2 { background-color: #f1f2f2; }

/* NEIGHBORHOOD */
.txt24 {
	font-size: 24px !important;
	line-height: 1.1;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}
.width520 {
	width: 520px !important;
}
.width350 {
	width: 350px;
}
.paddingRight30 {
	padding-right: 30px !important;	
}

.rectangule2 {
	width: 520px;
	background-image:url(../img/bg-rectangule2.gif);
	margin-bottom: 30px;
	font-size: 15px !important;
}
.rectanguleText2 {
	padding-top: 8px;
	padding-bottom: 8px;
	background-image:url(../img/bullet-rectangule.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 1px;
	padding-left: 45px;
	padding-right: 45px;
	font-size: 15px !important;
	line-height: 1.1;
}
.titleMap {
	font-size: 19px !important;
	color: #ffffff;
	background-color: #48535a !important;
	background-image:url(../img/title-map.gif) !important;
	background-repeat: no-repeat;
	padding-bottom: 7px;
	text-transform: uppercase;
	font-weight: bold !important;
	line-height: 1.1 !important;
}
.tableHour {
	background-color: #e4e5e7;
	border-bottom: solid 20px #980e19;
}
.tableHour p {
	line-height: 1.1 !important;
	margin-bottom: 2px;
	margin-top: 2px;
}
.hourText {
	padding-left: 10px;
}
.hourborder {
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}
.hourborder2 {
	width: 80px;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	text-align: center;
}
.hourborder3 {
	width: 80px;
	border-bottom: solid 1px #ffffff;
	text-align: center;
}
.buble {
	background-image:url(../img/buble.gif);
	background-repeat: no-repeat;
	color: #000000 !important;
	font-size: 13px !important;
	width: 20px;
	height: 34px;
	text-align: center;
	padding-top: 5px;
	float:left;
	margin: 5px 10px;
	margin-left: 0px;
	
}
.bubleText {
		padding-top: 7px;
		padding-bottom: 6px;
		float: left;
		color: #0a64d2 !important;
		text-decoration: underline;
}
.bubleText:hover {
		padding-top: 7px;
		padding-bottom: 6px;
		float: left;
		color: #0a64d2 !important;
		text-decoration: none;
}
/* BREADCRUMBS */
#breadcrumb {
	padding-left: 15px;
	font-size: 11px;
	color: #48535a;
	position: relative;
	top: -15px;
}
#breadcrumb a {
	color: #0064d2 !important;
	text-decoration: underline;
}
#breadcrumb a:hover {
	color: #0064d2 !important;
	text-decoration: none;
}

/* YELLOW FORMS BIG */
#formYellow2 {
	background-image:url(../img/sign-up-form-big.gif);
	background-repeat: no-repeat;
	width: 500px;
	height: 55px;
	padding: 10px 10px;
	font-size: 10px;
}
#formYellow2 p {
	font-size: 10px;
}
#formYellow2 h3 {

	font-size: 17px;
	color: #48535a;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	line-height: 1.3;
}
.txt3 {
	font-size: 11px !important;
	color: #000000;

	padding-left: 5px !important;
	line-height: 1 !important;
	border: solid 1px #ffffff;
	margin-left: 5px;
	margin-right: 5px;

	width: 145px;
	height: 15px;
}
#formYellow2 .send3 {
	background-color: #48535a;
	color: #ffffff;
	font-size:  11px;
	border: none;
	height: 25px;
	width: 50px;
}
.formColumn_1 {
	width: 280px;
}
.formColumn_2 {
}
.formFields {
	margin-top: 3px !important;
}

.divcolumn_1 {
	width: 330px;
	float:left;
	padding-top: 30px;
}
.divcolumn_2 {
	width: 205px;
	float:left;
}
.divcolumn_3{
	width: 250px;
	float:left;
	padding-left: 110px;
	padding-top: 20px;
}
.divcolumn_3 p{
	font-size: 14px;
}
.rectanguleText3 {
	width: 808px;
	border-left: solid 1px #49545a;
	border-right: solid 1px #49545a;
	background-image:url(../img/bullet-rectangule2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 45px;
	font-size: 15px;
}
.rectanguleText3 p {
	font-size: 15px !important;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 1.2;
	padding-left: 10px;
}
.rectanguleText3 a {
	color: #0066cc;
}

/* LOTE */
.rectanguleText4 {
	width: 445px;
	background-color: #eeeff1;
	background-image:url(../img/bullet-rectangule3.gif);
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.rectanguleText4 p {

}
.rectanguleText4 a {
	color: #0066cc;
}
.rectanguleText4 h2 {
	background-color: transparent !important;
	background-image: none !important;
	font-size: 16px !important;
	color: #48535a !important;
	padding: 5px 0px;
	margin: 0px !important;
}

.rectanguleText5 {
	width: 445px;
	background-color: #ffffff;
	background-image:url(../img/bullet-rectangule4.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 10px;
}
.rectanguleText5 p {
	margin-top: 0px;
	padding-top: 0px;
}
.rectanguleText5 a {
	color: #0066cc;
}
.rectanguleText5 h2 {
	background-color: transparent !important;
	background-image: none !important;
	font-size: 16px !important;
	color: #48535a !important;
	padding: 5px 0px;
	margin: 0px !important;
	text-transform: uppercase;
}
#coupon {
	width: 350px;
	background-color: #980e19;
	color: #000000 !important;
	padding-bottom: 20px;
}
#coupon h2 {
	background-color: transparent !important;
	background-image: none !important;
	font-size: 16px !important;
	color: #000000 !important;
	padding: 5px 0px;
	margin: 0px !important;
	text-align: center;
	font-weight: bold;
}
#coupon ul {
	border-top: solid 1px #980e19;
	padding-top: 10px;
	margin-left: 0px;
	padding-left: 15px;
	list-style:disc;
	color: #000000 !important;
}
#coupon p {
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
}
.couponText {
	background-color: #fcf2b5;
	width: 290px;
	margin: auto !important;
	padding: 10px;
	color: #000000;
}
.bghour {
	background-image:url(../img/bg-hour.gif);
	background-repeat: no-repeat;
	width: 140px;
	height: 40px;
	color: #980e19;
	font-size: 12px !important;
	font-weight: bold;
	padding-top: 12px;
}
.labelHour {
	color: #980e19;
	font-size: 12px !important;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 7px;
	width: 70px;
	border-right: solid 1px #980e1b;
	line-height: 1.5;
}
.labelHourLong {
	color: #980e19;
	font-size: 12px !important;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 7px;
	width: 110px;
	border-right: solid 1px #980e1b;
	line-height: 1.5;
}
.hour3 {
	width: 30px;
	margin-left: 20px;
	border: solid 1px #ffffff !important;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 1.1;
}
.margin10 { margin-right: 10px !important; }
.bghour2 {
	width: 290px;
	height: 40px;
	padding-top: 12px;
	background-image: url(../img/bg-hour2.gif);
	background-repeat: no-repeat;
	color: #000000;
}
.hour4 {
	width: 140px;
	margin-left: 20px;
	border: solid 1px #ffffff !important;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 1.1;
}
.bgCoupon {
	font-size: 10px;
	color: #000000;
	line-height: 1.3;
}
.bgvalid {
	background-image:url(../img/bg-valid.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 10px;
	width: 290px;
}
.validField {
	width: 270px;
	margin-left: 5px;
	border: solid 1px #ffffff !important;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 1.1;
}
.offers {
	font-size: 10px;
	color: #000000;
	line-height: 1.3;
}
.bgoffers {
	background-image:url(../img/bg-offers.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 10px;
	width: 110px;
}
.offersField {
	width: 95px;
	margin-left: 5px;
	border: solid 1px #ffffff !important;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 1.1;
}
.code {
	font-size: 10px;
	color: #000000;
	line-height: 1.3;
}
.bgcode {
	background-image:url(../img/bg-code.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 10px;
	width: 165px;
}
.codeField {
	width: 150px;
	margin-left: 5px;
	border: solid 1px #ffffff !important;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 1.1;
}

#special {
	background-color: #dddddd;
	width:350px;
}
#special .bgBlack {
	width:350px;
	background-color: #000000;
	height: 40px;
}
#special h2 {
	background-color: #000000  !important;
	color: #ffde16;
	padding: 8px;
	font-weight: bold;
}
#special .specialLabel {
	margin-top: 5px;
	background-image:url(../img/bg-after.gif);
	background-repeat: no-repeat;
	width: 164px;
	height: 15px;
	padding: 10px;
	font-weight: bold;
	padding-top: 8px;
	color: #000000;
	font-size: 14px;
}
.bgBlack2 {
	background-color: #000000 !important;
	background-image: none;
}

#special .ins {
	padding: 10px;
}
#special p {
	line-height: 1.2;
	font-size: 11px;
	color: #000000;
}
.bgplace {
	background-image:url(../img/bg-place.gif);
	width: 330px;
	height: 30px;
}
.placeField {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	width: 300px;
	padding: 5px;
	line-height: 1;
	margin-left: 5px;
	border: solid 1px #ffffff;
	margin-top: 5px;
	height: 10px;
}
.label2 {
	font-weight: bold;
	color: #000000;
	padding-right: 10px;
	padding-top: 10px;
}
.ratebg {
	background-image:url(../img/bg-rate.gif);
	background-repeat: no-repeat;
	width: 131px;
	height: 30px;
}
.rateField {
	font-weight: bold;
	text-color: #000000;
	text-align: center;
	width: 100px;
	border: solid 1px #ffffff;
	margin-left: 10px;
	margin-top: 4px;
}

.codebg {
	background-image:url(../img/bg-code2.gif);
	background-repeat: no-repeat;
	width: 185px;
	height: 30px;
}
.codeField2 {
	font-weight: bold;
	text-color: #000000;
	text-align: center;
	width: 160px;
	border: solid 1px #ffffff;
	margin-left: 10px;
	margin-top: 4px;
}

/* PRINT */
#print {
	width: 630px;
	margin: auto;
	border: solid 1px #000000;
	padding: 5px 11px;
	background-image:url(../img/bg-print.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#printHeader {
}
.textPrint {
	padding-left: 40px;
}
.textPrint * { 
	color: #000000; 
	line-height: 1.3; 
}
.printIns {
	padding: 0px;
	margin: 0px;
	padding-right: 10px;
	line-height: 1.2;
	font-size: 12px;
}
#printTicket {
	width: 553px;
	border: solid 1px #970e18;
	background-color: #fdf0aa;
}
.printText {
	padding: 9px;
}
.printText p {
	margin-top: 0px;
	padding-top: 0px;
}

.printField1 {
	background-image:url(../img/print-field.gif);
	background-repeat: no-repeat;
	width: 168px;
	height: 18px;
	padding-top: 5px;
}
.printMargin {
	margin-right: 15px;
}
.printMargin2 {
	margin-right: 10px;
}
.printLabel {
	color: #980e1b;
	width: 90px;
	margin-left: 5px;
	margin-right: 10px;
	font-weight: bold;
	border-right: solid 1px #980e1b;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.2;
}
.printLabelLong {
	color: #980e1b;
	width: 273px;
	margin-left: 5px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 10px;
	border-right: solid 1px #980e1b;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.4;
}
.printText2 {
	color: #000000;
	width: 50px;
	margin-left: 5px;
}
.printText3 {
	color: #000000;
	width: 27px;
	margin-left: 5px;
}
.printField2 {
	background-image: url(../img/print-field2.gif);
	background-repeat: no-repeat;
	width: 352px;
	height: 18px;
	padding-top: 5px;
}
.printField3 {
	background-image:url(../img/print-field3.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	width: 255px;
	color: 10px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 1;
}
.validText {
	width: 230px;
	margin-top: 6px;
	padding: 2px 5px;
}
.validText99 {
	width: 230px;
	height: 20px;
	margin-top: 2px;
	padding: 2px 5px;
	color: #ffffff;
}
.barcode {
	width: 380px;
	background-color: #ffffff;
	height: 100px;
	text-align: center;
}
.barcode2 {
	width: 380px;
	background-color: #ffffff;
	height: 200px;
	text-align: center;
}
.printField4 {
	background-image:url(../img/print-field5.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	width: 145px;
	color: 10px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 1;
}
.validText2 {
	width: 130px;
	margin-top: 6px;
	padding: 2px 5px;
}
.validText222 {
	width: 130px;
	margin-top: 6px;
	padding: 2px 5px;
	font-size: 10px;
}
.width1 { width: 1px; }
.printDate { padding-left: 40px; }

#printTicketSpecial {
	width: 553px;
	border: solid 1px #000000;
	background-color: #dddddd;
}

.printField4Gray {
	background-image:url(../img/print-field5-gray.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	width: 145px;
	color: 10px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 1;
}
.printReceive {
	background-image: url(../img/print-field6-gray.gif);
	background-position:left;
	background-repeat: no-repeat;
	height: 29px;
}
.textReceive {
	width: 300px;
	margin-top: 8px;
	margin-right: 20px;
	margin-left: 10px;;
}
.specialTitle {
	background-image: url(../img/print-title-special.gif);
	background-repeat: no-repeat;
	width: 553px;
	height: 32px;
}
.titletext {
	width: 275px;
	padding-left: 260px;
	padding-top: 8px;
}
.dateTimeCouponPrint{
    text-align: center;
    width: 100%;
}