
/*#################################### 
INFOBOX CONTAINER CSS
####################################*/
.infoboxcontainer_bg {
	min-height:1px;
	}
 
.infoboxcontent {
	font-size:13px;
	}
/*==================================
INFO BOX TITLE CSS
==================================*/
.infoboxcontent h3 {
	font-family:"Trebuchet MS";
	text-transform:uppercase;
	color:#7D3434;
	font-weight:normal;
	font-size:20px;
	padding:0 0 0px 0;
	text-align:center;
	}
/*==================================
INFO BOX IMAGE CSS
==================================*/
.infoboximg {
	border:1px solid #670101;
	padding:8px 6px;
	min-height:1px;
	background-color:#FFFFFF;
	margin-bottom:15px;
	}
.infoboximg table {
	width:100%;
	}
.infoboximg td {
	height:142px;
	text-align:center;
	}
/*==================================
INFO BOX MOREBAR CSS
==================================*/
.infobox .morebar {
	display:block;
	height:20px;
	position:relative;
	text-align:center;
	}
.infobox .morebar .indexmorebtn {
	position:absolute;
	left:132px;
	top:0px;
	}

/*==================================
DESIGN-5 = INFO BOX DESIGN-5 CSS
==================================*/
.design5{
	margin:0 50px 15px 50px;
	}
.design5 .infoboxcontainer_bg {
	margin:0 -10px 0 0;
	}
.design5 .infoboxcontainer{
	margin:0px;
	padding:0px;
	}
.design5 .infoboxcontainer .clear {
	height:0px;
	}
.design5 .infobox {
	/*width:33.3%;*/
	width:33.2%;
	}
/*=============*/
.design5 .infoboxcontent {
	min-height:282px;
	}
.design5 .left .infoboxcontent,
.design5 .left .morebar {
	margin:0 11px 0 0px;
	}
.design5 .right .infoboxcontent,
.design5 .right .morebar {
	margin:0 11px 0 0px;
	}

/*=============*/
.design5 .infoboxcontent .infoboxtxt{	
	color:#454545;
	}
/*=============*/
.design5 .infobox span.morebar {
	background-color:#ffffff;
	background-image:url(../images/info-horline.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:15px;
	}

