@charset "utf-8";
.logotext {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6f6c6c;
	text-decoration: none;
	text-align: center;
	width: 148px;
	background-color: #f8f982;
	height: 50px;
	border-left: 1px dashed #cecece;
	border-right: 1px dashed #cecece;
}
.sidemenuitem {
	background-image: url(/images/side_menu/menu_bg.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	border-bottom: 1px dashed #cecece;
	height: 22px;
}
.sidemenuitemlast {
	background-image: url(/images/side_menu/menu_bg.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 23px;
}
.submenuitem {
	background-image: url(/images/submenuselected.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 22px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	color: #b24851;
	background-image: url(/images/cellheader_bg.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 20px;
}
.txtfield {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	height: 15px;
}
.txtarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	scrollbar-face-color: #ffffff; 
	scrollbar-track-color: #cecece; 
	scrollbar-arrow-color: #999999; 
	scrollbar-3dlight-color: #cecece; 
	scrollbar-shadow-color: #999999; 
	scrollbar-highlight-color: #cecece; 
	scrollbar-darkshadow-color: #cecece;
}
.filefield {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	height: 20px;	
}
.combo{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	height: 18px;
	background-color: #fbfbe7;
}
.formbutton {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	height: 20px;
	width: 60px;
	color: #ffffff;
	background-color: #999999;
	border:1px solid #cecece;
}
.pwdbutton {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	height: 20px;
	color: #999999;
	background-color: #f8f982;
	border:1px solid #999999;
}
.textgreen {
	color: #798707;
}
.formlabel {
	padding-left: 5px;
	height: 25px;
	width: 135px;
	color: #798707;
}
.productlabel {
	padding-left: 5px;
	height: 25px;
	width: 70px;
	color: #798707;
}
.formerrmsg {
	background-image: url(/images/err.gif);
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 28px;
	color: #ff0000;
}
.indentparagraph {
	padding-left: 20px;
}
.formsuccessmsg {
	background-image: url(/images/success.gif);
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 28px;
}
.cartsuccessmsg {
	background-image: url(/images/cartsuccess.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-left: 28px;
}
.saleprice {
	color: #ff0000;
}
.originalprice {
	text-decoration: line-through;
}
.compulsory {
	padding-right: 5px;
	text-align: right;
	color: #ff1a1a;
	border-bottom: 1px dashed #cecece;
}
.list_item li {
	list-style-image: url(/images/list_icon.gif);
	padding-left: 5px;
	line-height: 15px;
} 
.productthumbpix {
	cursor: hand;
	border: 0px;
	padding: 5px;
}
.nav-menu ul {
	font-size: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.nav-menu li {
	font-size: 10px;
	background-color: #f8f982;
	height: 25px;
	line-height: 25px;
	width: 25px;
	float: left;
	display: block;
	border: 1px solid #cecece;
	color: #999999;
	text-decoration: none;
	text-align: center;
	margin: 0 2px;
	padding: 0;
	font-weight: bold;
}
.nav-menu li a {
	font-size: 10px;
	background-color: #ffffff;
	height: 25px;
	line-height: 25px;
	width: 25px;
	float: left;
	display: block;
	color: #999999;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.carticon {
	cursor: hand;
	border: 0px;
}
.newsdate {
	font-size: 9px;
	line-height: 15px;
}
a, a:visited {
	color: #6f6c6c;
	text-decoration: none;
}
a:hover {
	color: #cecece;
}