
/*---- start infobox -------*/

.infobox {
	margin-bottom:10px;
	width:200px;
	}
	
.infobox .toprow{
	background:url(/_09images/infobox/top.gif) repeat-x left top; height:7px; width:200px;
	}
	
.infobox .toprow div{
	background:url(/_09images/infobox/top-left.gif) left top no-repeat; height:7px; width:200px;
	}
	
.infobox .toprow div div{
	background:url(/_09images/infobox/top-right.gif) right top no-repeat;height:7px;width:200px;
	}
	
.infobox .bottomrow{
	background:url(/_09images/infobox/bottom.gif) repeat-x left top; height:7px; width:200px;
	}
	
.infobox .bottomrow div{
	background:url(/_09images/infobox/bottom-left.gif) left top no-repeat; height:7px; width:200px;
	}
	
.infobox .bottomrow div div{
	background:url(/_09images/infobox/bottom-right.gif) right top no-repeat;height:7px; width:200px;
	}

.infobox .info-title{
	background:url(/_09images/infobox/panel-title.gif) repeat-x #0167bc;  border-left:1px solid #0067BC; border-right:1px solid #0067BC; color:#FFFFFF; text-align:center;  width:188px; padding:6px 5px 7px 5px; font-size:14px;}
		

.infobox .info-cont{
 border-left:1px solid #C1C1C1;
 border-right:1px solid #C1C1C1;
 width:198px;
 }
 	
.infobox .info-cont ul{
 margin:0;padding:0 0 0 25px;
 }
.infobox .info-cont ul li{
 margin:0;padding:0;
 }	

.infobox .info-cont .info-cont-child{
	 padding-left:6px
	}
.infobox .info-cont .info-cont-child .bold{
	padding-top:7px; font-weight:bold; font-size:12px;
	}
