
/*#################################### 
INFOBOX CONTAINER CSS
####################################*/
.infoboxcontainer_bg {
	/*margin-bottom:15px;*/
	min-height:1px;
	}
.infobox {
	width:50%;
	} 
.infoboxcontent {
	font-size:13px;
	}
	
.infoboxcontent .lefttop {
	position:absolute;
	left:-1px;
	top:-1px;
	} 
.infoboxcontent .leftbot {
	position:absolute;
	left:-1px;
	bottom:-1px;
	} 
.infoboxcontent .righttop {
	position:absolute;
	right:-1px;
	top:-1px;
	} 
.infoboxcontent .rightbot {
	position:absolute;
	right:-1px;
	bottom:-1px;
	} 


/*==================================
INFO BOX TITLE CSS
==================================*/
.infoboxcontent h3 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	padding:0;
	color:#9D076B;
	}
/*==================================
INFO BOX IMAGE CSS
==================================*/
.infoboximg {
	padding:2px 0;
	min-height:1px;
	background-color:#FFFFFF;
	margin-bottom:15px;
	}
.infoboximg table {
	width:100%;
	}
.infoboximg td {
	height:100px;
	width:123px;
	text-align:center;
	}
/*==================================
INFO BOX MOREBAR CSS
==================================*/
.infobox .morebar {
	}
.infobox .morebar  {
	float:right;
	display:block;
	height:1px;
	width:100px;
	position:relative;
	padding:10px;
	}
.infobox .morebar strong {
	position:absolute;
	left:0px;
	top:-30px;
	display:block;
	
	}
.infobox .morebar a {
	color:#0077B5;
	}
.infobox .morebar a:hover {
	color:#666666;
	} 
.infobox .morebar a span {
	display:none;
}
/*==================================
DESIGN-5 = INFO BOX DESIGN-5 CSS
==================================*/
.design5 .infoboxcontainer_bg {
	margin:0 -17px 0 0;
	}
.design5 .infoboxcontent .infoboximg{
	margin:0 10px 10px 0px;
	padding:0px;
	float:left;
	width:100px;
	height:142px;
	background-image:url(../images/infoboximg_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:relative;
	}
.design5 .infoboxcontent .infoboximg img {
	border:3px solid #DBDBDB;
	}
.design5 .infoboximg td {
	height:140px;
	width:123px;
	text-align:center;
	}

.design5 .infoboxcontainer .clear {
	height:1px;
	}
.design5 .infobox {
	width:50%;
	position:relative;
	margin-bottom:15px;
	}

/*=============*/
.design5 .infoboxcontent {
	background-image:url(../images/infobox_bg.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
	position:relative;
	border:1px solid #E3E3E3;
	padding:0px;
	}
* html .infoboxcontent {
	height:0px;
	}
.design5 .left .infoboxcontent {
	margin:0 16px 0 0px;
	}
.design5 .right .infoboxcontent {
	margin:0 16px 0 0px;
	}
/*=============*/
.design5 .infoboxcontent h3 {
	padding:0;
	padding-bottom:0px;
	margin:0 0 8px 0;
	font-size:100%;
	color:#449BC9;
	text-transform:none;
	border:none;
	background-image:url(../images/h3_bg.gif);
	background-position:0 bottom;
	background-repeat:repeat-x

	}
/*=============*/
.design5 .infoboxcontent .infoboxtxt{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	min-height:160px;
	padding:0;
	margin-bottom:15px;
	border:2px solid #ffffff;
	border-bottom:none;
	padding:10px;
	line-height:20px;
	}
.design5 .infoboxcontent .points {
	margin:0 0 0px 0px;
	padding:0px;
	}
.design5 .infoboxcontent .points li {
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-image:url(../images/index_arow.gif);
	background-position:1px 5px;
	background-repeat:no-repeat;
	line-height:110%;
	}
.design5 .infoboxcontent .points li .points{
	margin-top:15px;
	}

/*=============*/
