/* New Comparison Chart Table */
table#review-table {
	background-color: #ebebeb;
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
table.review-table img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.caption, table#review-table th {
	height:34px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../image/tables/titlebar.png);
	background-repeat: repeat-x;
	background-position: left top;
}

table#review-table  th {
	border-style:none solid solid;
	border-width:medium 1px 1px;
	color:#FFFFFF;
	font-size:13px;
	line-height:33px;
	padding:0 5px;
	text-align:center;
}


table#review-table tr.white td {
	background:#FFFFFF none repeat scroll 0 0;
	
	padding:15px 0 10px;
}
table#review-table tr.gris td {
	padding:15px 0 10px;
	background-attachment: scroll;
	background-color: #F2F2F2;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
table#review-table td.rank {
	font-size:26px;
}
table#review-table td .numbone {
	background-image: url(../image/numbers/1_red_1_refl.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 36px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
table#review-table td .numbtwo {
	background-image: url(../image/numbers/2_red_1_refl.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 36px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
table#review-table td .numbthree {
	background-image: url(../image/numbers/3_red_1_refl.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 36px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
table#review-table td {
	font-size:12px;
}

table#review-table td {
	border:1px solid #D2D2D2;
	/*padding:3px;*/
	padding:3px 9px;
	text-align:center;
	vertical-align:middle;
}
table#review-table td .wrap {
	height:100%;
	clear: both;
	width: 100px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	
}
