* {
	box-sizing: border-box;
}
body {
	word-break: break-all;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
A:hover { text-decoration: underline; color: #FF6666 }
A:link,A:visited,A:active{text-decoration:none}
.indent {
	margin-left:20px;
}
.body_head_table {
	display: table;
	width: 1024px;
	background-color: #99CCFF;
}
.body_head_table .topbar {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.body_head_table .formbox {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	width: 250px;
}

.body_main_table {
	width: 1024px;
	margin-top: 10px;
}

.menu {
	display: table-cell;
	width:260px;
	text-align: left;
}

.footer {
	width: 1024px;
	text-align: center;
	background-color: #99CCFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.index_menu_tab {
	font-size: normal;
	padding: 3px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.index_menu_tab2 {
	font-size: normal;
	padding: 3px;
}
.menu_table {
	background-color: #FFCC99;
}
.date_line {
	font-weight: bolder;
	background-color: #66FF99;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}

.miniStr {
	font-size: x-small;
}
.miniminiStr {
	font-size: xx-small;
}
.line {
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.dot_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.menu_title {
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0066FF;
	padding: 2px 2px 2px 10px;
}

div.announce {
	display: table;
}
div.announce div {
	display: table-row;
}
div.announce div div {
	display: table-cell;
	padding: 5px;
	word-break: normal;
	vertical-align: top;
	border-top: 1px dotted #CCCCCC;
}

div.suggestions {
	overflow: hidden;
}
div.suggestions > div {
	width: 50%;
	float: left;
	overflow: hidden;
	padding: 5px;
}
div.suggestions div div:nth-child(1) {
	float: left;
}

div.newlyArrivedWithImg {
	display: table;
}
div.newlyArrivedWithImg > div {
	display: table-cell;
	width: 150px;
	padding: 10px;
}
div.newlyArrivedWithImg > div div:nth-child(1){
	text-align: center;
	background-color: #EEE;
}
div.newlyArrivedWithImg div div:nth-child(3){
	font-size: small;
}

div.newlyArrived {
	display: table;
}
div.newlyArrived div {
	display: table-row;
}
div.newlyArrived div div {
	display: table-cell;
	padding: 5px;
	border-top: 1px dotted #CCCCCC;
}
div.newlyArrived div div:nth-child(1) {
}
div.newlyArrived div div:nth-child(2) {
	font-size: small;
}

.banner {
	margin-top: 30px;
	text-align: center;
}

.calender td { font-size: x-small; text-align: center; }
.tpt { text-align:center; color:#696; font-weight:bold; }
.blk { background-color:#FFFFFF; }
.today { background-color:#cfc; font-weight:bold; }
.sunday { background-color:#fcc; color:#f33; }
.saturday { background-color:#acf; color:#33f; }
.weekday { background-color:#fff; }
.holiday1 { background-color:#f99; font-style:italic; }
.holiday2 { background-color:#f99; font-style:italic; }
