@import url("probox-listgrid.css");
@import url("grid.css");
/*#################################### 
COMMON LIST STRUCTURE CSS
####################################*/
#eventlist #gridcontainer{
	margin:0 0px;
	}
#gridcontainer .hor_line {
	
	}
.gridbox .listboxdata {
	/*This is margin between two box*/
	margin:0 10px;
	}
/*================================
LISTBOX IMAGE
================================*/
#eventlist .probox {
	width:169px;
	}
/* PRODUCT IMAGE
------------------------------------*/
#eventlist .probox .image {
	width:169px;
	}
#eventlist .probox .imgborder {
	width:100%;
	}
#eventlist .probox .image td {
	width:163px;
	height:94px;
	}
/*================================
EVENT DATE CSS
================================*/
.event_date {
	border-bottom:1px solid #dfdfdf;
	padding:0 0 5px 0;
	font-weight:bold;
	}
.event_date dd {
	color:#333333;
	}
.event_date dd strong span{
	display:block;
	width:37px;	
	float:left;
	}
/*================================
EVENT TEXT CSS
================================*/
#eventlist .probox .textdata {
	padding:5px 0px;
	margin:0px;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:none;
	}
