﻿
h3 {
	margin: 10px 0 10px 0;	
}

.features-table {
	border: solid 2px #357ed3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	margin-top: 15px;
}

.features-table th {
	text-align:left;
}

.features-table td:first-child {
	padding-left: 10px;
}

.features-table td {
	vertical-align:middle;	
}

.features-table td img.fav-icon {
	vertical-align: middle;
	margin: 1px 0px 1px 5px;
	height: 16px;
	width: 16px;
	border: 0 none;	
}

.features-table tr:hover {
	background-image: url(../images/gallery/h300.png);
	background-repeat: repeat-x;
	background-position: left -40px;
}

.features-table tr.alt {
	background-color: #EAF3FD;
	background-image: url(../images/gallery/h300.png);
	background-repeat: repeat-x;
	background-position: left -30px;
}

.features-table tr.alt:hover {
	background-position: left -60px;
}

.features-table img {
	vertical-align:middle;
	background-position: center center;
	background-repeat: no-repeat;	
	height:34px;
	width:34px;
}

.features-table img.supported {
	background-image: url(../images/themes/blue/32/accept.png);
}

.features-table img.not-supported {
	background-image: url(../images/themes/blue/32/minus.png);
}

.features-table img.supported-small {
	background-image: url(../images/themes/black/16/accept.png);
}

.features-table img.not-supported-small {
	background-image: url(../images/themes/black/16/minus.png);
}
