/* CSS by Zeeshan Shaikh, shaanpk@gmail.com */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

hr {
	border: 1px solid #eee;
}

.login_fields {
	
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #999;
	height: 22px;
	width: 150px;
}

.signup_fields {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000;
	height: 22px;
	width: 180px;
}

.myaccount_nav {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

.myaccount_nav a, visited, active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.myaccount_nav  a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.txt_small {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000;
}

.txt_small a, visited, active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #f00;
}

.txt_small a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #f00;
	text-decoration: none;
}

.head1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 22px;
	color: #000;
	font-weight: bold;
}

.myaccount_head {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 18px;
	color: #F30;
}

.myaccount_head a, visited, active {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 18px;
	color: #F30;
	text-decoration: underline;
}

.myaccount_head a:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 18px;
	color: #F30;
	text-decoration: none;
}

.txt {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
}

.txt a, visited, active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #f00;
}

.txt a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #f00;
	text-decoration: none;
}

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:22px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: darkorange;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}



