body {
	background:#FFFFFF !important;	
	margin-left:5px;
	margin-top:5px;
	font-size:10pt;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a:link, a:visited {
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
}

/* Primary Business Informaton */
#businessName {
	float:left;
	clear:both;
	font-size:18pt;
	font-weight:bold;
}


.slogan {
	float:left;
	clear:both;
	
	margin-bottom:10px;
}

.address {
	float:left;
	clear:both;
	
	margin-bottom:25px;
}

/* Left Side Bar Content */
#merchantLogo {
	float:left;
	clear:left;
	width:33%;
	margin-bottom:15px;
}	

.titleBar_wrap {
	width:33%;
	float:left;
}

.titleBar_clear {
	clear:both;
}

.titleBar {
	float:left;
	width:100%;
	clear:both;
	font-weight:bold;
	
	background-color:#FFFFFF !important;
	color:#000000 !important;
}

.titleBar_content {
	float:left;
	width:100%;
	clear:both;
	
	margin-bottom:30px;
}

.titleBar_content > .sub_title {
	display:none;
}

.sub_title {
	font-weight:bold;
}



/* Tabbed Content */
.tabPanel {
	float:left;
	clear:both;
	width: 99%;
	display:block !important;
	margin-bottom:30px;
	
}

.tabSubPanel {
	float:left;
	width:45%;
	padding:0px 7px;
}

.hidden {
	display:block;
}

.sub_content {
	margin-bottom:20px;
}

/* Specials */


/* Map Handling */
#content_map {
	margin:1px;
}

div.pagebreak {
	page-break-after:always;
}

#map {
	float:left;
	width:360px;
	height:360px;
	margin:0px 5px;
	overflow:hidden;
	border: 1px solid #000;
	position: relative; 
	
}

.map {
	width:360px;
	height:360px;
}

#map p {
	
}

#map_info {
	float:left;
	width:260px;
	padding:0px 3px;
}

.map_information {
	font-size:1em;
	width:100%;
}

#map_loading_layer {
	display:none;
}

/* Border Removal */
#wrapper, #content, #left, #merchant_mainLeft, .titleBar, .tabPanel, #columnLeft, #columnsBox, #columnLeft {
	border:none !important;
}


/* Color Removal */
#columnsBox, #merchantLogoMid {
	background:#FFFFFF !important;
}


/* Hidden Page Elements */
#topBox, #mid, #content, #phone, #merchantLogoTop, #merchantLogoBottom, #tab, #specials_print {
	display:none !important;
}	

.hidden {
	display:block;
}


/* Business Hours Control */
.business_hours { 
	font-size:10px; 
}
.business_hours_wrapper { 
	width:95%; 
	padding:2px; 
}
.business_hours_line { 
	float:left; 
	clear:both; 
	width:100%; 
}
.business_hours_day { 
	float:left; 
	width:28%; 
	clear:left; 
	font-weight:bold; 
}
.business_hours_hours { 
	float:left; 
	width:32%; 
	clear:none; 
	margin:2px 0px 2px 0px; 
}
.business_hours_header { 
	float:left; 
	width:32%; 
	clear:none; 
	font-weight:bold; 
}

/* Coupon Control */
#coupon {
	width:100%;
}
#coupon .title {
	position:relative;
	top:4px;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	overflow:hidden;
}
#coupon .details {
	position:relative;
	width:100%;
	padding:3px;
	overflow:hidden;
}
#coupon .expiration {
	position:relative;
	float:left;
	padding:3px;
	font-size:10px;
}
#coupon .identifier {
	position:relative;
	float:right;
	padding:3px;
	font-size:10px;
}