@charset "utf-8";
/* --------------------------------
	index.css
-------------------------------- */
#content h3 {
	float: left;
	padding: 0 0 12px 0;
}
/* --------------------------------
.pagesct
-------------------------------- */
#content .pagesct {
	overflow: hidden;
	padding: 0 0 35px 0;
	position: relative;
}
#content .pagesct ul {
	float: right;
	padding: 4px 0 8px 0;
	position: relative;
		left: 1px;
}
#content .pagesct ul li {
	font-size: 10px;
	float: left;
	border-right: 1px solid #CCC;
	padding: 0 10px;
	height: 15px;
}
#content .pagesct ul li.active {
	font-weight: bold;
}
/* --------------------------------
-------------------------------- */
#content table {
	clear: both;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #B2B2B2;
	width: 622px;
}
#content table th {
	border-bottom: 1px solid #CCC;
	padding: 7px 0 7px 12px;
}
#content table td {
	vertical-align: middle;
	border-bottom: 1px solid #FFF;
}
#content table .col1 td { background: #EFEFEF; }
#content table .col2 td { background: #F7F7F7; }

#content table td.storename { width: 148px; }
#content table td.address { width: 330px; }
#content table td.hours { width: 144px; }
#content table td.storename {
	font-weight: bold;
}
#content table td p {
	padding: 10px 0 10px 12px;
}
