@import url("probox-listgrid.css");
@import url("grid.css");
/*#################################### 
COMMON LIST STRUCTURE CSS
####################################*/
.cmstxt #gridcontainer{
	margin:0 0px;
	}
#gridcontainer .hor_line {
	
	}
.gridbox .listboxdata {
	/*This is margin between two box*/
	margin:0 10px;
	}
/*================================
LISTBOX IMAGE
================================*/
.cmstxt .probox {
	width:169px;
	min-height:222px;
	}
 .innerbox{
	min-height:1px;
	position:relative; 	
	}
/* PRODUCT IMAGE
------------------------------------*/
.cmstxt .probox .image {
	width:169px;
	}
.cmstxt .probox .imgborder {
	height:94px;
	}
.cmstxt .probox .image td {
	height:163px;
	height:100px;
	}

/*================================
EVENT TEXT CSS
================================*/
.cmstxt .probox .textdata {
	padding:5px 0px;
	margin:0px 0 10px 0;
	border-bottom:none;
	}
.cmstxt .moredetails {
	position:absolute;
	left:0px;
	bottom:0px;
	}
