.boarder {
	border-top: 4px double #CC9966;
	border-right: 2px none #CC9966;
	border-bottom: 2px none #CC9966;
	border-left: 1px none #CC9966;
}
.frame {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tfont {
	font-family: Tahoma, Verdana, sans-serif, "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.tfontBold {
	font-family: Tahoma, Verdana, sans-serif, "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.fontBoldsm {
	font-family: Tahoma, Verdana, sans-serif, "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.tfontLarge {
	font-family: Tahoma, Verdana, sans-serif, "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.whiteFont {
	font-family: Tahoma, Verdana, "Times New Roman", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.tfontBunderline {
	font-family: Tahoma, Verdana, "Times New Roman", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.bottomBoarder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #CC9966;
	border-right-color: #CC9966;
	border-bottom-color: #CC9966;
	border-left-color: #CC9966;
}
.markThru {
	font-family: Tahoma, Verdana, "Times New Roman", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: line-through;
}
.onSale {
	font-family: Tahoma, Verdana, "Times New Roman", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.redNotice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
