.compare {
	border-width: 1px;
	border-style: solid;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	clear: both;
	margin: 0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.compare * {
	word-wrap: break-word;
}

.compare a {
	text-decoration: none;
}

.compare td,
.compare th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 11px;
	vertical-align: text-top;
}

.compare td {
	padding: 7px 7px 5px;
	vertical-align: top;
}

.compare thead tr th:first {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}

.compare thead tr th:last {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.compare tfoot tr th:first {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.compare tfoot tr th:last {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.compare td p {
	font-size: 11px;
}

.compare th {
	padding: 7px 7px 8px;
	text-align: left;
	line-height: 1.3em;
}

.compare th input {
	margin: 0 0 0 8px;
	padding: 0;
	vertical-align: text-top;
}

.compare .check-column {
	width: 2.2em;
	padding: 0;

}

.compare tbody th.check-column {
	padding: 7px 0 22px;
}

.compare .num,
.column-comments,
.column-links,
.column-posts,
.column-parent {
	text-align: center;
}

.compare th#comments {
	vertical-align: middle;
}

.compare th,
.compare td {
	overflow: hidden;
}

.compare{
	border-color: #dfdfdf;
}

.compare th{
	border-color: #dfdfdf;
}
.compare td{
	border-color: #dfdfdf;
}


.compare thead tr th,
.compare tfoot tr th{
	color: #333;
	background: #dfdfdf url(../images/gray-grad.png) repeat-x scroll left top;
} 

