#product-compare.page {
	margin-bottom: 0px;
}
#product-compare .title {
	font-size: 130%;
	padding-bottom: 10px;
}
#product-compare .table-wrapper,
#product-compare-attributes .table-wrapper {
	border: 1px #CCCCCC solid;
	font-size: 11px;
	height: auto;
	overflow: hidden;
	float: left;
}
#product-compare .table-wrapper tr th {
	background: #DDDDDD;
	padding: 0px 7px;
	border-bottom: 1px #CCCCCC solid;
	height: 33px;
}
#product-compare .table-wrapper tr td,
#product-compare-attributes .table-wrapper {
	padding: 7px;
	border-top: 1px #DDDDDD dotted;
	height: 165px;
	text-align: center;
}
#product-compare .table-wrapper tr td img {
	height: 150px;
	width: 150px;
}
#product-compare .table-wrapper tr+tr+tr td {
	height: auto;
	text-align: left;
}
#product-compare .table-wrapper tr+tr+tr+tr td {
	height: 60px;
}
#product-compare .table-wrapper tr+tr+tr+tr td div.name {
	height: 45px;
	overflow: hidden;
}
#product-compare .table-wrapper tr+tr+tr+tr+tr td {
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#product-compare .table-wrapper tr+tr+tr+tr+tr+tr td {
	height: 45px;
}
#product-compare .table-wrapper tr+tr+tr+tr+tr+tr+tr td {
	text-align: center;
	height: 50px;
}
#product-compare .table-wrapper table {
	width: 125px;
	float: left;
}
#product-compare .table-wrapper table+table {
	border-left: 1px #CCCCCC dotted;
	width: 275px;
}
.price em {
	margin-right: 0px;
}
#product-compare .table-wrapper table+table th {
	border-left: 1px #CCCCCC solid;
}

#product-compare .table-wrapper table tr:nth-child(odd) {
	background: #FAFAFA;
}
#product-compare .table-wrapper .empty {
	display: none;
}
#product-compare .table-wrapper table.align-left td {
	text-align: left;
}
#product-compare .table-wrapper table.align-left td div {
	font-weight: normal;
	font-size: 11px;
}
#product-compare .show-5 table+table {
	width: 165px;
}
#product-compare .show-4 table {
	width: 126px;
}
#product-compare .show-4 table+table {
	width: 206px;
}
#product-compare .show-4 table {
	width: 126px;
}
#product-compare .show-0 .empty {
	display: block;
	border-left-width: 0px;
}
#product-compare .show-0 .empty th {
	width: 275px;
	border-left: 1px #CCCCCC solid;
}
#product-compare .show-0 .empty td {
	height: 380px;
	text-align: center;
	border-left: 1px #DDDDDD dotted;
}

#product-compare-attributes {
	height: auto;
	overflow: hidden;
	margin: -1px 0px 10px 0px;
}
#product-compare-attributes .table-wrapper {
	float: none;
	padding: 0px;
	height: auto;
	border-top-width: 0px;
}
#product-compare-attributes table {
	width: 100%;
	text-align: left;
}
#product-compare-attributes table td {
	border-top: 1px dotted #DDDDDD;
	border-left: 1px dotted #DDDDDD;
	padding: 7px;
	width: 112px;
}
#product-compare-attributes table td+td {
	width: 260px;
}
#product-compare-attributes .table-wrapper table tr:nth-child(even) {
	background: #FAFAFA;
}
#product-compare-attributes .table-wrapper td.group {
	font-weight: bold;
	background: #DDDDDD;
	border-width: 0px;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	text-align: left;
	padding-left: 10px;
}
#product-compare-attributes .show-0.table-wrapper,
#product-compare-attributes .show-1.table-wrapper {
	width: 400px;
}
#product-compare-attributes .show-0 td+td+td,
#product-compare-attributes .show-1 td+td+td {
	display: none;
}
#product-compare-attributes .show-2.table-wrapper {
	width: 675px;
}
#product-compare-attributes .show-2 td+td+td+td {
	display: none;
}
#product-compare-attributes .show-3 td+td+td+td+td {
	display: none;
}
#product-compare-attributes .show-4 td+td+td+td+td+td {
	display: none;
}
#product-compare-attributes .show-4 td+td {
	width: 191px;
}
#product-compare-attributes .show-5 td+td {
	width: 150px;
}
#product-compare-attributes .show-0 {
	display: none;
}