#nav-menu {
	font-family: Tahoma;
	font-size:0.8em;
	font-weight:bold;
	color:#666666;
}

#nav-menu a{
	font-family: Tahoma;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}

.white {
	font-family: Tahoma;
	font-size:0.8em;
	font-weight:bold;
	color:#fff;
}

.red {
	font-family: Tahoma;
	font-weight:bold;
	color:#990000;
}

.bottom-menu {
	font-family: Tahoma;
	font-size:0.7em;
	font-weight:bold;
	color:#666666;
}

.content {
	font-family: Tahoma;
	font-size:0.7em;
	/*font-weight:bold;*/
	color:#333333;
}

#table-top {
	border-left:1px #666666 solid;
	border-right:1px #666666 solid;
	border-top:1px #666666 solid;		
}

#table-middle  {
	border-left:1px #666666 solid;
	border-right:1px #666666 solid;		
}

#table-bottom  {
	border-left:1px #666666 solid;
	border-right:1px #666666 solid;
	border-bottom:1px #666666 solid;			
}

#editor-menu {
	font-family: Tahoma;
	font-size:0.7em;
	color:#666666;
/*	font-weight:bold;	*/
}

#editor-menu  a {
	font-family: Tahoma;
	color:#666666;
}

.inputtext{
	font-size: 11px;
	color: #000000;
	border: 1px solid #636363;
	font-family: verdana;
}


#button-add{
	border:0px;
	background:url(/images/btn_product_add.gif) no-repeat;
	width:70px;
	height:18px;
	cursor:pointer;
	padding-left:16px;
	font-size:10px;
	font-family:Tahoma;
	text-decoration:none;
	font-weight:normal;	
}

#button-update{
	border:0px;
	background:url(/images/misc/btn_location_add.gif) no-repeat;
	width:70px;
	height:18px;
	cursor:pointer;
	padding-left:18px;
	font-size:10px;
	font-family:Tahoma;
	text-decoration:none;
	font-weight:normal;	
}

#form-login {
	font-family:Tahoma;
	font-size:0.7em;	
}

.footermenu
{
	font-family: Tahoma;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}


#button-login {
	border:0px;
	background:url(images/btn_login.gif);
	width:100px;
	height:18px;
	cursor:pointer;
	padding-left:16px;
	font-size:10px;	
	font-family:Tahoma;	
	text-decoration:none;
	font-weight:normal;	
}

#dropmenudiv{
	position:absolute;
	border:0px solid black;
	/*font:normal 12px Verdana;
	line-height:18px;*/
	z-index:100;
	background-color: #ffffff;
}

.dynamictable {
	border:1px solid #cccccc;
	border-collapse:collapse;
}

#dropmenudiv a{
/*
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	*/
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #ffffff;
}