/* comparison.view.css */

#content .plugin_comparison {
	margin: 0 0 25px 0;
}

#content .plugin_comparison table {
	width: 100%;
}

#content .plugin_comparison table td,
#content .plugin_comparison table th {
	padding: 5px 5px;
}

#content .plugin_comparison table thead th {
	text-align: center;
}

#content .plugin_comparison table thead tr.selection th {
	background: #71787D;
}
#content .plugin_comparison table thead tr.photos th {
	padding: 15px 5px;
	vertical-align: bottom;
}

#content .plugin_comparison table tbody td {
	color: #3a4044;
	text-align: center;
}
#content .plugin_comparison table tbody td.attribute {
	text-align: left;
}

#content .plugin_comparison table tbody tr.odd td {
	background: #EEEEEE;
	border-bottom: 1px solid #E9E9E9;
}

#content .plugin_comparison table tfoot td {
	padding: 15px 5px 5px 5px;
	text-align: center;
}

#content .plugin_comparison table thead tr.selection select {
	background:#71787d;
	color:#ffffff;
	border: 1px solid #71787d;
}

#printbutton {
	position:absolute;
	top:377px;
	right:50px;
	text-align:center;
}

#printbutton a{
	color:#71787d;
	text-decoration:none;
	font-size:11px;
}

.selection select {
	width: 150px;
}

