@charset "UTF-8";
/* Default MMM CSS Document */

/* Specials CSS */

div#mmmSpecials {
	text-align: center;
}
div#mmmSpecials dl {
	list-style-type: none;
	margin: 0px 0px 16px 0px;
}
div#mmmSpecials dd {
	padding-top: 3px;
	margin: 0px;
}
div#mmmSpecials dt {
	font-size: 16px;
	padding-bottom: 3px;
}

/* Events CSS */

div#mmmEvents {
	text-align: center;
}
div#mmmEvents dl {
	list-style-type: none;
	margin: 0px 0px 16px 0px;
}
div#mmmEvents dd {
	padding-top: 3px;
	margin: 0px;
}
div#mmmEvents dt {
	font-size: 16px;
	padding-bottom: 3px;
}

/* Coupons CSS */

div#mmmCoupons {
	text-align: center;
}
div#mmmCoupons dl {
	list-style-type: none;
	margin: 0px 0px 16px 0px;
	border: 1px dashed #999999;
	padding: 15px;
}
div#mmmCoupons dd {
	padding-top: 3px;
	margin: 0px;
}
div#mmmCoupons dt {
	font-size: 16px;
	padding-bottom: 3px;
}

/* Menu CSS */

/* Contact Form */

div.mmmcontactFormFull table {
    border-collapse: collapse;
}
div.mmmcontactFormFull td {
    vertical-align: middle;
    padding-bottom: 5px;
}
div.mmmcontactFormFull .mmmTextBox {
    padding: 5px;
    width: 220px;
    min-height: 30px;
    height: auto !important;
    height: 30px;
}
div.mmmcontactFormFull .submitButton {
    padding-top: 10px;
}
div.mmmcontactFormFull textarea {
    width: 300px;
    padding: 5px;
}
div.mmmcontactFormFull .textAreaLabel {
    vertical-align: top;
    padding-top: 3px;
    text-align: right;
    padding-right: 20px;
}
div.mmmcontactFormFull .label {
    width: 160px;
    text-align: right;
    padding-right: 20px;
}
div.mmmcontactFormFull .checkBox {
    width: 160px;
    text-align: right;
    padding-right: 20px;
}
div.mmmErrorMsg{
    background: #f5f5f5 url(../sourceImages/errorMessage.png) top left no-repeat;
    background-position: 8px 8px;
    border-top: 4px solid #f1b247;
    border-bottom:  4px solid #f1b247;
    padding: 8px 8px 8px 60px;
    min-height: 69px;
    margin: 10px 0px;
    height: auto !important;
    height: 69px;
}
div.mmmInfoMsg{
    background: #f5f5f5 url(../sourceImages/infoMessage.png) top left no-repeat;
    background-position: 8px 8px;
    border-top: 4px solid #467cc6;
    border-bottom:  4px solid #467cc6;
    padding: 8px 8px 8px 60px;
    min-height: 69px;
    margin: 10px 0px;
    height: auto !important;
    height: 69px;
}

/* Google Map */

.mmmgoogleMapRight iframe, .mmmgoogleMapLeft iframe {
    width: 300px;
    height: 300px;
    border: 0px;
}

/* Contact Info */

/* Market My Menu Credit */

.mmmCredit {
	display: inline;
}
.mmmCredit a{
	color: #fff;
	text-decoration: underline;
}
.mmmCredit a:hover {
	color: #777;
}

/* Get Driving Directions */

.mmmGoogleDirections {
    text-align: center;
    padding: 14px;
    border: 1px solid #999;
    font-size: 20px;
    display: block;
    outline: none;
    margin-bottom: 10px;
    cursor: pointer;
}

/* Download PDF */

.mmmPdfCell {
    text-align: center;
    padding: 14px;
    font-size: 14px;
}
.mmmPdfCell a{

}

/* General Markup CSS */

.mmmRow p {
    margin-top: 0px;
}