@charset "utf-8";
/* CSS Document */

.cell {
	width:325px;
	height:180px;
	margin:0px
}

.cell-left {
	width:15px;
	height:180px;
	margin:0px;
	background-image: url(/wire-cast/images/partners-table-left.jpg);
}

.cell-right {
	width:15px;
	height:180px;
	margin:0px; 
	background-image:url(/wire-cast/images/partners-table-right.jpg);
}

.cell-content {
	width:280px;
	height:170px;
	margin:0px;
	background-image:url(/wire-cast/images/partners-table-bkg.jpg);
	padding:10px 0px 0px 0px;
}

.cell-img {
	height:60px;
}

.cell-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

.cell-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

.cell-clear {
	clear:both;
	height:15px;
}