BODY {
	margin : 0 0 0 0;
	font-family : Times New Roman, Osaka, Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small;
} 
FORM {
	margin : 0 0 0 0;
}
TD {
	font-family : Times New Roman, Osaka, Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
INPUT,SELECT,TEXTAREA {
	font-family : ‚l‚r ‚oƒSƒVƒbƒN, Osaka, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin : 0 0 0 0;
}
UL {
	margin : 0 0 0 20;
}
A:ACTIVE, A:VISITED, A:LINK {
color : #0000ff; 
text-decoration : underline; 
} 
A:HOVER {
color : red; 
text-decoration : underline; 
}
A:ACTIVE.a1, A:VISITED.a1, A:LINK.a1 {
color : #000000; 
text-decoration : none; 
} 
A:HOVER.a1 {
color : #00ff; 
text-decoration : underline; 
} 
A:ACTIVE.a2, A:VISITED.a2, A:LINK.a2 {
color : #009933; 
font-size: 11px;
text-decoration : underline; 
} 
A:HOVER.a2 {
color : red; 
font-size: 11px;
text-decoration : underline; 
} 
A:ACTIVE.pr_cap2, A:VISITED.pr_cap2, A:LINK.pr_cap2 {
	font-size: 18px;
	font-weight: bold;
	color: #993333;
text-decoration : none; 
} 
A:HOVER.pr_cap2 {
	font-size: 18px;
	font-weight: bold;
	color: red;
text-decoration : underline; 
} 
IMG {
	border : 0;
}
.error {
	font-family : Verdana, ‚l‚r ‚oƒSƒVƒbƒN, Osaka, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}
.pr_cap1 {
	font-family : Verdana, ‚l‚r ‚oƒSƒVƒbƒN, Osaka, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0033CC;
}
.pr_cap2 {
	font-family : Verdana, ‚l‚r ‚oƒSƒVƒbƒN, Osaka, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #993333;
}
.pr_cap3 {
	font-family : Verdana, ‚l‚r ‚oƒSƒVƒbƒN, Osaka, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: green;
}
.f10 {
	font-family : ‚l‚r ‚oƒSƒVƒbƒN, Osaka, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
.f11 {
	font-family : ‚l‚r ‚oƒSƒVƒbƒN, Osaka, Arial, Helvetica, sans-serif;
	font-size: 13px;
} 
.f14 {
	font-family : Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
} 
.f13 {
	font-family : Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.emptycat {
	color : Gray;
}
.prodDes {
	font-size: 16px;
	font-weight: bold;
	color: red;
}

/*   CSS for the Thumbnail Viewer JS   */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px ;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}