@charset "utf-8";
/* CSS Document */

body, html 									{ margin: 0; padding: 0; font-size: 12px; font-family: 'Open Sans', sans-serif; background-color: #f7f7f7; }
h1, h2, h3, h4, h5, h6 						{ margin: 0; padding: 0; }
a 											{ outline: none; }
p 											{ margin: 0; padding: 0; line-height: 16px; }

#wrapper 									{ padding: 95px 0 50px 0; }

#content 									{ margin: 0 auto; padding: 10px; width: 880px; background-color: #fff; }

/* Header */

#content p.disclaimer						{ margin-bottom: 10px; color: #777; text-align: center; }

#content p.notice							{ padding: 15px 0; color: #fff; font-size: 16px; font-weight: bold; text-align: center; background-color: #ed1c24; }
#content p.notice span						{ font-size: 12px; font-weight: normal;}

/****/

/* Hero Spot Structure */
/* Please see the htm file head to change the background image */

#content .hero 								{ position: relative; height: 400px; }
#content .hero h1 							{ position: absolute; top: 0; left: 0; text-indent: -4000px; }

/****/

/* Store List including Table Structure */

#content #tabs 								{ width: 870px; border: 5px solid #000; }

#content #tabs div 							{ padding: 0; }

#content #tabs table 						{ width: 100%; border-collapse: collapse; }
#content #tabs table th 					{ padding: 5px 10px 5px 10px; text-align: left;  font-size: 11px; color: #fff; background-color: #333; border: 1px solid #eaeaea; }
#content #tabs table th.prov 				{ padding: 10px 10px 10px 10px; text-align: left; background-color: #1c1c1c; border: 1px solid #eaeaea; }
#content #tabs table td 					{ padding: 5px 10px 5px 10px; vertical-align: top; font-size: 10px; border: 1px solid #eaeaea; }
#content #tabs table td.city 				{ font-weight: bold; background-color: #eaeaea;}

	/* Early Openings Structure */
	body.day #content #tabs table .t1 		{ width: 30%; }
	body.day #content #tabs table .t2 		{ width: 45%; }
	body.day #content #tabs table .t3 		{ width: 15%; }
	body.day #content #tabs table .t4 		{ width: 10%; }
	/*/
	
	/* Midnight Structure */
	body.night #content #tabs table .t1 	{ width: 30%; }
	body.night #content #tabs table .t2 	{ width: 55%; }
	body.night #content #tabs table .t3 	{ width: 15%; }
	/*/

/****/


