@import "menus3.css";

.menu {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
 display: block;

}

.subMenu {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
 display: block;
 visibility: hidden;
 position: absolute;
 background-color: #33cccc;
 border: 1px outset #C0C0C0;
 white-space: nowrap;
 filter: alpha(opacity=90); 
-moz-opacity:0.90; 
-khtml-opacity:0.9;
-o-opacity:0.90; 
 opacity:0.90;
}

.subMenu li ul {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
 display: block;
 visibility: hidden;
 position: absolute;
 background-color: #ccffff;
 border: 1px outset #C0C0C0;
 left: 50px;

 white-space: nowrap;
}

.menu li:hover > ul {
 visibility: visible;

}

.subMenu li:hover > ul {
 visibility: visible;

}

body {font-size: 11px; font-family: sans-serif; }

.centeralign {
   margin-left: auto;
   margin-right: auto;
   background: none;
}

.colorclass  {color: #888888; }
.smallclass  {font-size: 11px; }
.bgcolorlight {background: #ccffff;}
.bgcolordark {background: #33cccc;}
.bgcolorhlight {background: #ffff99}

.heightfifty {
	height: 50px; 
	margin-left: auto; 
	margin-right: auto; 
	background: #ccffff; 
}
.imageleft {
 	float: left;
 	margin-right: 5px;
 }
 
.buttonlink {background: #ccffff; padding:1px 1px 1px 1px; font-weight:bold;}
.buttonlink:hover {background: #33cccc; padding:1px 1px 1px 1px; color:#ffff99; font-weight:bold;}

.width100 {width: 100px;}
.fitimage {width: 530px; text-align: center;}
.hindi {font-family: Lucida Sans,mangal,raghu8; font-size: 14px;}


h1 {text-align: center; font-size: 25px; font-family: Verdana, Arial, sans-serif; color: #992626; font-variant: small-caps; margin: 0;}
h2 {font-size: 16px; font-family: Verdana, Arial, sans-serif; background: #ccffff; margin-right: 5px;}
h3 {font-size: 14px; font-family: Verdana, Arial, sans-serif; background: #ccffff; margin-right: 5px;}
h4 {font-size: 12px; font-family: Verdana, Arial, sans-serif; background: #ccffff; margin-right: 5px;}

ul {white-space: nowrap;}

p {text-align: justify; font-size: 12px; font-family: Verdana, Arial, Geneva; margin-right: 5px; }
a:link {text-align: left; font-size: 14px; font-family: Verdana, Arial, Geneva; color:#ff6600; font-weight:bold;}
a:visited {text-align: left; font-size: 14px; font-family: Verdana, Arial, Geneva; color:#992626; font-weight:bold;}

img {border: 0px;}

.apf_browse_border { margins:5em; border: medium double #00659C; }
.apf_cart_text3_style { background-color:#FFFFFF; color:#00659C; font-family:Arial,Helvetica,sans-serif; font-size:larger; font-weight:bold; white-space:nowrap; width:33%; }
.apf_checkbox { clear:right; float:right; font-weight:bold; padding:6px; }
.apf_color_bar { background-color:#33cccc; font-size:x-small; text-align:center; width:100%; }
.apf_comments_summary { font-weight:bold; }
.apf_error { font-size:150%; font-weight:bold; color:red; }
.apf_even_row { background-color:#ccffff; padding:6px; }
.apf_footer { font-size:xx-small; text-align:center; }
.apf_heading4 { font-weight:bold; font-family:Arial,Helvetica,sans-serif; }
.apf_heading4c { font-weight:bold; font-size:larger; font-family:Arial,Helvetica,sans-serif; color:#CE6500; }
.apf_normal_heading { font-weight:bold; }
.apf_odd_row { background-color:#ffff99; padding:6px; }
.apf_prices { color:#990000; }
.apf_prices_list { text-decoration: line-through; }
.apf_prices_text { font-weight:bold; }
.apf_small_text { font-size:x-small; }
.apf_submit_button_style { background-color:#FFCC68; color:#000068; cursor:hand; font-weight:bold; }
.apf_customer_reviews_header { font-weight:bold; font-family:Arial,Helvetica,sans-serif; color:#FFFFFF; }

