div.cube {
	height:310px;
	width:300px;
	overflow:hidden;
	float: left;
	margin-left: 12px;
	margin-top: 15px;
	border-bottom:1px solid #b5c4ca;
	border-top:1px solid #b5c4ca;
}
table.cube {
	width:310px;
	height:308px;
	border-top:0px solid #b5c4ca;
	border-bottom: 0px solid #FFF;
	background:#edf2f5;
	
}
table.cube th {
	border-bottom:1px solid #FFF;
	background:url(../../interface/images/layout/bg-listing-h2.gif) repeat-x top #D6DEE1;
	height:25px;
	text-align:left;
	padding-left:10px;
}
table.cube tr.row1 img.micro {
	margin:5px 5px 0px 10px;
}
table.cube tr.row1 td.col2 h3 {
	font-weight:bold;
	color:#ec7616;
}
table.cube td.col1 {
	width:50px;
}
table.cube td.col2 {
	width:170px;
}
table.cube td.col3 {
	width:80px;
}
table.cube tr.row1 td.col2 , table.cube tr.row1 td.col3{
	padding-top:2px;
}
table.cube tr.row3 td {
	padding-bottom:4px;
}
table.cube tr.row3 td , table.cube tr.row1 td.col1{
	border-bottom:1px solid #b5c4ca;
}
table.cube tr.lastrow td{
	border-bottom:none !important;
}
table.cube tfoot tr td {
	height:22px;
}