@charset "utf-8";
/* CSS Document */
.customer-layout-reside {
	width:95%;
	margin:0 auto;
	padding-top:16px
}

.heading {
	height:30px;
	overflow:hidden
}

.title1 {
	background:url(../img/icon_statistic.gif) no-repeat 0 center;
	padding:0 0 0 30px;
	font-family:Tahoma;
	font-size:15px;
	float:left;
	width:300px;
	text-transform:uppercase
	
}

.web-category {
	float:right;
}

.type-selection {
	width:100px;
}

.cust-block {
	width:187px;
    height:220px;
	border:1px solid #eee;
	padding:1px;
	padding-bottom:30px;
	background:url(../img/bg_shadow2.gif) repeat-x 0 bottom;
}

.cust-img-holder {
	overflow:hidden;
	width:187px;
	margin:0 auto;
	border-bottom:1px solid #eee;
	padding-bottom:1px;
    text-align: center;
}

.cust-info {
	font-family:tahoma;
	font-size:11px;
	line-height:16px;
	padding:4px;
	color:#666666;
}

.cust-info a {
	color:#65e239;
	font-weight:bold;
	
}

.cust-info a:hover {
	color:#65e239;
	font-weight:bold;
	text-decoration:underline
}

.company-name {
	text-transform:uppercase;
}

.tbl-cust-web td{
	padding-bottom:10px;
}

.pagination {
    overflow:hidden;
    padding-top:7px;
    float:right;
}
