.lightbox {
	width:333px;
	z-index:1000;
	background:#fff url('/images/LightBox/bg.gif') repeat-x left bottom;
	border:1px solid #C8C8C8;
	padding:30px 45px 26px 36px;
	/*overflow:hidden;*/
}
	.lightbox h1 {
		font-size:18px;
		/*color:#000;*/
			}
			

/**************dynamicly vertical strech tooltip - blue border******************/
/*width:172px*/

.lightbox-lead-form{width:390px;text-align:left;z-index:1000;bottom:0px;left:0px;}

.lightbox-lead-form .fg-form{width:390px;position:relative;
	background:#f6f7fb url('/images/LightBox/lightbox.form.body.bg.gif') repeat-x left 28px;
	
	}

.lightbox-lead-form h3{
	z-index:1000;
	width:373px;
	height:19px;
	background:url('/images/LightBox/lightbox.form.header.bg.gif') repeat-x left top;
	border:1px solid #a0a8c0;
	padding:0px;
	margin:0px;
	padding-top:7px;
	padding-left:15px;
	font-size:11px;
	text-transform:uppercase;
	color:#435b92;
	font-weight:bold;
	}

	
.lightbox-lead-form #lightbox-close
{
	background-image:url('/images/lightbox/lightbox.products.close.gif');
	background-repeat:no-repeat;
	width:13px;
	height:13px;
	cursor:pointer;
	z-index:1001;
	position:absolute;
	top:9px;
	right:4px;
}
.lightbox-lead-form .txt{width:245px;}
.lightbox-lead-form select{width:250px;}
.lightbox-lead-form .fg-body{margin:15px;}

.lightbox-lead-form .fg-fields{margin:15px;margin-bottom:5px;}
.lightbox-lead-form .fg-field .lbl{text-align:left;width:100px;}

.lightbox-lead-form .fg-buttons{clear:both;padding-right:43px;height:20px;padding-bottom:20px;}
.lightbox-lead-form  .fg-buttons .button	{float:right}

#page-title{
	
	width:530px;
	padding:20px 100px 10px 80px;
	float:left;
}
	#page-title img{
		position:absolute;
		left:0px;
		bottom:0px;
	}
#content-body{
	width:530px;
	padding:20px 100px 00px 80px;
	float:left;
}


#news{
	width:630px;
}
	#news .item{
		width:630px;
		border-bottom:solid 1px #262625;
		margin-bottom:26px;
		padding-bottom:26px; 
	}
		#news .item h2{
			width:590px;
		}
		#news .item .desc{
			width:590px;
		}
	#news .item .info{
		margin-bottom:10px;
	}
		#news .item .info div{
			float:left;
		}
		#news .item .info div.date{
			float:left;
			margin-right:5px;
			background:url('/images/misc/sep1.gif') no-repeat right 5px;
			padding-right:6px;
		}
	#news .item .links{
		margin-top:5px;
	}
		#news .item .links a{
			float:left;
			background:url('/images/arrows/arr4.gif') no-repeat right 6px;
			padding-right:12px;
			margin-right:13px;
		}
		#news .item .links a:hover{			
			background:url('/images/arrows/arr4-over.gif') no-repeat right 6px;
		}
	#news .item h2{
		
	}	

#paging{
	line-height:normal;
}
	#paging li{
		float:left;
		width:22px;
		height:13px;
		background:url('/images/paging/page.gif') no-repeat left top;
		margin-right:5px;
	}
	#paging li a{
		width:22px;
		height:13px;
		text-align:center;
		font-size:10px;
		cursor:pointer;
		display:block;
	}
	#paging li.current a{
		color:#ec1c24;
	}
	#paging li.next{
		background:url('/images/paging/next.gif') no-repeat left top;
	}
	#paging li.next a:hover{
		background:url('/images/paging/next-over.gif') no-repeat left top;
	}
	#paging li.prev{
		background:url('/images/paging/prev.gif') no-repeat left top;
	}
	#paging li.prev a:hover{
		background:url('/images/paging/prev-over.gif') no-repeat left top;
	}	 