
.text-class             {
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 16px;
	padding: 9px;

}
.text-class2 {
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 16px;
	padding: 9px;
	background: #e1e1e1;
}
.head-text-class   { font-size: 11px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-weight: 400; line-height: 14px; margin: 2px 9px }

.head-text-class2   { font-size: 11px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-weight: 400; line-height: 14px;
background:#000000;
height:16px;
padding:2px 9px; }
.head-line-class { font-size: 13px; line-height: 14px }
.border-top-class { border-top: 6px solid #fff}
.border-top-grey-class    { border-top: 1px solid #aaa }
a:link  { text-decoration:none; }
a:visited  { text-decoration:none; }
a:hover     { color: #b900b9; text-decoration:none; }
a:active  { text-decoration:none; }
.purple-link-class     { color: purple }
.white-link-class  { color: #fff }
.image-border-class    { border: solid 1px #aaa }
.corner-class  { background-image: url(images/corner.gif); background-repeat: no-repeat; background-position: right bottom ; margin-bottom:10px;}
.corner-beige-class   { background: #e6e4cf url(images/corner-beige.gif) no-repeat right bottom }
.corner-red-class { background:#ff3333 url(images/corner-red.gif) no-repeat right bottom; margin-bottom:10px; }
.corner-blue-class   { background: #d7e6fa url(images/corner-blue.gif) no-repeat right bottom }
.list-class  { list-style-type: decimal; list-style-image: none; display: block; margin-left: -23px }
.image-border-white-class { border: solid 1px white }
.moremargin-class  { margin-top: 44px }
.forlob-class { margin-top: 14px; margin-right: 20px; margin-left: 20px }
h3 { font-size: 11px; line-height: 14px }


img{border: none;}
a.noborder { border:none;}

.head-text-class-special {font-size: 13px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-weight: 400; line-height: 20px; margin: 2px 9px}

.bold-link-class {
color:#000000;
}
/*********************************
* light box-payment options
*********************************/
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:370px;
	margin:-220px 0 0 -250px;
	border:5px solid #ff6633;
	background:#FDFCE9;
	text-align:left;
	font-size:1.3em;
	line-height:22px;
	
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
	margin :20px 15px 0 30px;
	
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

#close {
	text-align:right;
}


