/* Default CSS Stylesheet for a new Web Application project */

.ft		/* for normal small font*/
{
	font-size: 12px;
	color: #5d7d1e;
	font-family: Verdana;	
	text-decoration: none;
}
.ftDisable	/* for disable objects */
{
	font-size: 12px;
	color: #d4d0c8;
	font-family: Verdana;
	text-decoration: none;
}
.ftBigger /* for bigger font */
{font-family: Verdana; font-size: 16px; color: #5d7d1e;text-decoration: none;}
.ftNoColor	/* for No color font */
{font-family: Verdana; font-size: 12px;}
.ftTitle /* for highlight title with shadow effect */
{font-family: Verdana; font-weight: bold;color:#ffffff;text-decoration: none;filter:dropshadow (color=#000000,offx=2,offy=1,positive=true);height:18px;}
.btn /* for 3D buttons */
{font-family: Verdana;  font-size: 12px; border: 3px outset #CCFF66; background-color: #91ad3b; color:#000000; font-family:Verdana; font-weight:bold;height:23}
.btnFlat /* for flat buttons */
{
	border-right: sienna 1px solid;
	border-top: sienna 1px solid;
	font-weight: bold;
	font-size: 12px;
	border-left: sienna 1px solid;
	color: #000000;
	border-bottom: sienna 1px solid;
	font-family: Verdana;
	height: 23px;
	background-color: #ffffff;
}
.txt /* for all text box */
{font-family: Verdana; font-size: 10pt; color: #91ad3b; font-weight: bold; border: 1px solid #91ad3b}
.ddl
{
	font-family: Verdana; font-size: 10pt; color: #91ad3b; font-weight: bold; border: 1px solid #91ad3b}
/* for side menu *//* background: fff78f */
.sideBox
{
	border-right: #91ad3b 1px solid;
	border-top: #99cc00 1px solid;
	background: #fcc976;	
	border-left: #99cc00 1px solid;
	border-bottom: #91ad3b 1px solid;
}
.sideBoxHead
{
	color: #000000;
	background-color: #8c936a;
}

/* for product side list */
.tabSelected
{
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana;
	background-color: #99CC00;
}
.tabUnSelected
{
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	background-color: #fcc976;
}
/* for product.aspx that describe product information */
.ftText
{
	color: black;
	font-family: Verdana;
}
/* for product list */
.productList { BORDER-BOTTOM: #777777 1px dotted }
/* for shopping cart & Search */
.shoppingListBordor
{border: 1px solid #C0C0C0}
/* for member/search/shopping cart list/send mail/shipping/Order List/Order Detail title */
.subTitleBar
{
	background-color:#8c936a;
}
.marquee
{BORDER-RIGHT: #91ad3b 1px solid; BORDER-TOP: #99CC00 1px solid; BORDER-LEFT: #99CC00 1px solid; BORDER-BOTTOM: #91ad3b 1px solid; background-color:White; overflow: hidden;}


.bodyStyle
{
	background-color: #ffffff;
}
