@charset "utf-8";

table {
	width:100%;
	margin:1em auto;
	border-collapse:collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	}

td {
	text-align:center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 2px;
	}				
th {
	color: #666666;
	text-align:center;
	padding:2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 12px;
	}							
thead th {
	text-align:center;
	font-size: 12px;
	background-color: #E0DDCF;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-bottom: 6px;
	}
#market-news .date {
	padding-left: 5px;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
tr.price th{
	background-color: #EEEDE3;
}
tr.item th{
	background-color: #E0DDCF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.odd {
	background-color: #F9F9F4;
}
.date-today {
	background-color: #F5F4F1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}	

#main  td {
	text-align: left;
	padding-left: 10px;
	border-left-style: none;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 15px;
}
#main table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main th {
	text-align: left;
	border-left-style: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	padding-top: 0px;
	padding-left: 10px;
	width: 90px;
}
#main th a {
	padding-bottom: 15px;
	display: block;
}


tr.add td {
	line-height: 16px;
	padding-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
}
.odd {
	background-color: #F6F6F6;
}
.shop-map {
	width: 540px;
	padding-left: 30px;
}
#access h4 {
	font-size: 14px;
}
#access p {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.img-left {
	float: left;
	padding-right: 15px;
}
