// CSS Style

a
{
	text-decoration: none;
}

a img 
{
	border: none;
}

#link a
{
	text-decoration: none;
	color:#057;
}
#link a:hover 
{
	/*text-decoration: underline;*/
	color:#000;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
}
/* ---------------------------------------- */
#hmenu a
{
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background-color: #640;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	letter-spacing:2px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
        filter: alpha(opacity=100);
        -moz-opacity:1.0;
        opacity: 1.0;
   	border-left:0px;
	border-right:0px;
	padding:3px;
}
#hmenu a:hover 
{
	background-color: #640;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
        filter: alpha(opacity=80);
        -moz-opacity:0.8;
        opacity: 0.8;
    	border-left:0px;
	border-right:0px;
	padding:3px;
}
#hmenus a
{
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background-color: #640;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	letter-spacing:2px;
	border-top:3px solid #dc9;
	border-bottom:3px solid #dc9;
        filter: alpha(opacity=80);
        -moz-opacity:0.8;
        opacity: 0.8;
	border-left:0px;
	border-right:0px;
	padding:3px;
}
#hmenus img
{
        vertical-align: middle
}

#hmenu img
{
        vertical-align: middle
}

/* ---------------------------------------- */
#lmenu1 a
{
	display: block;
	height: 28px;
	line-height: 30px;
	letter-spacing:5px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-align: left;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	background-color: #320;
	border-right: 10px solid #ba6;
	filter: alpha(opacity=50);	
	-moz-opacity:0.5;
	opacity: 0.5; 
}
#lmenu1 a:hover 
{
	background-color: #862;
	border-right: 10px solid #dc8;
}
#lmenu1 img
{ 
	vertical-align: middle
}  
 

#lmenu1s a
{
	display: block;
	height: 28px;
	line-height: 30px;
	letter-spacing:5px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-align: left;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	background-color: #641;
	border-right: 10px solid #641;
        filter: alpha(opacity=100);
        -moz-opacity:1.0;
        opacity: 1.0;
}
#lmenu1s a:hover 
{
	background-color: #662;
	border-right: 10px solid #cc8;
}
#lmenu1s img
{
        vertical-align: middle
}

#pagetitle
{
	font-size:16px;
	letter-spacing:5px;
	color:#333;
	border-bottom:1px solid #bbb;
	margin-bottom:20px;
	margin-top:20px;
}

#pagetitle img
{
	border:1px solid #000;
	width:30px;
	height:30px;
	vertical-align:middle;
	filter: alpha(opacity=50);
        -moz-opacity:0.5;
        opacity: 0.5;
}

#pageoption
{
	font-size:15px;
	letter-spacing:3px;
	color:#fff;
	/*width:300px;*/
	background-color: #444;
	border-bottom:3px double #888;
	border-left:3px double #888;
	border-top:3px double #ddd;
	border-right:3px double #ddd;
	margin-bottom:3px;
	margin-top:15px;
	padding:3px 5px 0px 5px;
	text-align:left;

	/*filter: alpha(opacity=50);
        -moz-opacity:0.5;
        opacity: 0.5;*/
}

#pageoptionproduct
{
	font-size:15px;
	letter-spacing:3px;
	color:#fff;
	width:150px;
	background-color: #552;
	border-bottom:3px double #aa4;
	border-right:3px double #aa4;
	border-top:3px double #aa4;
	border-left:3px double #aa4;
	margin-bottom:3px;
	margin-top:15px;
	padding:3px 5px 0px 5px;
	text-align:left;
	font-weight: bold;
	filter: alpha(opacity=90);
        -moz-opacity:0.9;
        opacity: 0.9;
}

#pagetabletitle
{
	font-size:15px;
	color:#fff;
	background-color: #664;
	border-bottom:2px solid #bbb;
}



/* Admin Style */
#ad1
{
	background-color:#eed;
	border-bottom:1px solid #555;
	padding:3px;
	white-space:nowrap;
}

#ad2
{
	padding:3px;
	background:#eeb;
	white-space:nowrap;
}

#ad3
{
	padding:3px;
	white-space:nowrap;
}

/* value style */
#celltitle
{
	font-size:18px;
	color:#000;
	background:#eee;
	border-bottom:1px solid #bbb;
	text-align:center;
}

#cellu
{
	font-size:21px;
	color:#f00;
	text-align:center;
	font-weight: bold;
	border-bottom:1px solid #bbb;
}

#celld
{
	font-size:21px;
	color:#2b2;
	text-align:center;
	font-weight: bold;
	border-bottom:1px solid #bbb;
}

#celln
{
	font-size:21px;
	color:#999;
	text-align:center;
	font-weight: bold;
	border-bottom:1px solid #bbb;
}

#cellnote
{
	font-size:10px;
	color:#000;
	text-align:left;
	border-bottom:1px solid #bbb;
}

#cellnote2
{
	font-size:14px;
	color:#333;
	text-align:center;
	text-valign:middle;
	border-bottom:1px solid #bbb;
}

