body
{
	
}

.TextBottom
{
	font-family: MS Sans Serif;
	color: Black;
	font-weight:bold;
	font-size: 10px;
	text-decoration:none;

}
.HeadShopTable
{
	font-family: MS Sans Serif;
	background:#F3F2C8;
	color: Blue; 
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
}
.DetailShopTable
{
	font-family: MS Sans Serif;
	background:#dcdcdc;
	color: black; 
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
}
.TableDash
{
	background-color:white;
	border:1px dashed gray;
}
.Hyperlink
{
	font-family: MS Sans Serif;
	color: #005CA2; 
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
	cursor:hand;	    
}

.Hypernormal
{
	font-family: MS Sans Serif;
	color: #005CA2; 
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;	   
	cursor:default;
}

.HypernormalBig
{
	font-family: MS Sans Serif;
	color: #005CA2; 
	font-weight:bolder;
		
	font-size: 14px;
	text-decoration: none;	   
	cursor:default;
}

.warn
{
	font-family: MS Sans Serif;
	color: Red; 
	font-weight:bold;
	font-size: 12px;
}
.TextConfirmOrder
{
	font-family: MS Sans Serif;
	color: #3366cc; 
	font-weight:bold;
	font-size: 14px;
}

.TextDiscount
{
	font-family: MS Sans Serif;
	color: Red; 
	font-weight:bold;
	font-size: 14px;
	text-decoration:line-through;
}

.TextNormal
{
	font-family: MS Sans Serif;
	color: Black; 
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
}
.TextNormalGray
{
	font-family: MS Sans Serif;
	color: Gray; 
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
}s
.TextNormalBig
{
	font-family: MS Sans Serif;
	color: Black; 
	font-weight:bold;
	font-size: 18px;
	text-decoration:none;
}
.TextNormalSmallDesc
{
	font-family: MS Sans Serif;
	color: Black; 
	font-weight:normal;
	font-size: 12px;
	text-decoration:none;
}

.TextHeadWarn
{
	font-family: MS Sans Serif;
	background:#F3F2C8;
	color: red; 
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
}

.TextHeadYellow
{
	font-family: MS Sans Serif;
	background:#3366cc;
	color: Yellow; 
	font-weight:bold;
	font-size: 16px;
	text-decoration:none;
}

.TextHeadYellowSmall
{
	font-family: MS Sans Serif;
	color: Yellow; 
	background:#3366cc;
	font-weight:bold;
	font-size: 13px;
	text-decoration:none;
}

.TextNormalSmall
{
	font-family: MS Sans Serif;
	color: Black; 
	font-weight:bold;
	font-size: 12px;
	text-decoration:none;
}

.TextHeadPackage
{
	font-family: MS Sans Serif;
	color: #B61C21; 
	font-weight:bolder;
	font-size: 16px;
	text-decoration:none;
}

.PackageDesc
{
	font-family:Times New Roman;
	color: #5A8AD5; 
	font-weight:bolder;
	font-size: 18px;	
	text-decoration:none;
}

.PackageDescSmall
{
	font-family:Times New Roman;
	color: #5A8AD5; 
	font-weight:bolder;
	font-size: 14px;	
	text-decoration:none;
}

.PackageDescRed
{
	font-family:Times New Roman;
	color: #B50000; 
	font-weight:bolder;
	font-size: 20px;	
	text-decoration:none;
}

.TextSubHeadBlue
{
	font-family: MS Sans Serif;
	color: Blue; 
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
}


.TextSubHeadBrown
{
	font-family: MS Sans Serif;
	color: Maroon; 
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
}

<style type="text/css">

#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
/* Menu */

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

