@CHARSET "UTF-8";
/** Jesse Jordan 2009 **/

/*.jcatalogentities div.entities_schedule,
.search_results div.entities_schedule,
.jmenus div.entities_schedule{
	float: left;
	font-size: 10pt;
	color: black;
	text-align: center;
}*/

div.schedule_hours {
	float: left;
	font-size: 10pt;
	color: #333333;
	text-align: center;
	position: absolute;
	background-color: #F1F1F1;	
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	/* padding: 1px; */
	visibility: hidden;
	/* float:left; */
	/* margin:0 0 0 1em; */
	width:205px;
	z-index: 9999;
	line-height: 1.2;
	font-weight: normal;
}

.schedule_hours div.schedule_header {
	/*
	background: transparent url(/images/sidebar-header-gray-gradient.gif) repeat scroll 0 0 !important;
	*/
	text-align:left;
	border:0px none;
	background-color:#f2f2f2;
	font-size: 9pt;
	font-weight:600;
	text-transform:uppercase;
	width: 192px;
	padding:7px 3px 7px 10px;
}

.schedule_hours div.day_of_week {
	background-color: #F2F2F2;
	/* border:1px solid #EAEAEA; */
	float: left;	
	font-size: 9pt;
	text-align:left;
	text-indent:10px;
	width: 80px;
	padding-bottom:4px;
}

.schedule_hours div.day_of_week_alt {
	background-color: #f2e9ea;
	/* border:1px solid #EAEAEA; */
	float: left;	
	font-size: 9pt;
	text-align:left;
	text-indent:10px;
	width: 80px;
	padding-bottom:4px;
}

.schedule_hours div.hours_for_day {
	float: left;
	background-color: #F2F2F2;
	width: 124px;
	padding-bottom:4px;
}

.schedule_hours div.hours_for_day_alt {
	float: left;
	background-color: #f2e9ea;
	width: 124px;
	padding-bottom:4px;
}

.schedule_hours div.day_separator {
	clear:both;
	height:1px;
	overflow:hidden;
	width:100%;
}
