/* CSS Document */
/* formatting style 
------------------------*/

.goodsTitle{
 font-size:18px;
 font-weight:bold;
}

.goodsPrice{
 font-size:19px;
 font-weight:bold;
 color:red;
}


/* table 
------------------------*/
.table {
	border-top: 1px Silver solid;
	border-right: 1px Silver solid;
	border-bottom: 1px Silver solid;
	border-left: 1px Silver solid;
}	

/* schedule (calendar)
------------------------*/
.scjTable {
	border-top: 1px Silver solid;
	border-right: 1px Silver solid;
	border-bottom: 1px Silver solid;
	border-left: 1px Silver solid;
}

.scjTable a {
	text-decoration: none;
}

.scjCell {
	border: 1px solid Silver;
	vertical-align: top;
	text-align: center;
	font-size: 8pt;
}
