@import url("grid.css");
/*#################################### 
COMMON LIST STRUCTURE CSS
####################################*/
#client-pf #gridcontainer{
	margin:0 0px;
	}
#gridcontainer .hor_line {
	height:2px;
	margin-bottom:15px;
	clear:both;
	}
.gridbox .listboxdata {
	/*This is margin between two box*/
	margin:0 10px;
	}
/*================================
LISTBOX IMAGE
================================*/
#client-pf .probox {
	width:210px;
	margin:0 auto;
	background-image:url(../images/probox_bgimg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#000000;
	padding:13px;
	}
/* PRODUCT IMAGE
------------------------------------*/
#client-pf .probox .image {
	width:210px;
	text-align:center;
	}
#client-pf .probox .imgborder {
	height:180px;
	padding:0;
	display:block;
	text-align:center;
	border:none;
	}
#client-pf .probox .imgborder:hover {	
	border:none;
	}

#client-pf .probox .image td {
	height:180px;
	}
	
