table.comparison {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table.comparison thead tr th {
	width: 25%;
	text-align: center;
	background-color: #2D2D2D;
}

table.comparison thead tr th h2 {
	font-size: 16px;
	font-family: Century Gothic, Arial, Serif;
	margin-bottom: 5px;
}

table.comparison thead tr th h2.pink a {
	color: #F051AE;
}

table.comparison thead tr th h2.pink2 a {
	color: #EBC0D3;
}

table.comparison thead tr th a {
	text-decoration: underline;
}

table.comparison thead tr th a:hover {
	text-decoration: none;
}

table.comparison tbody tr td {
	vertical-align: top;
}

table.comparison tbody tr td.stylerPricing {
	padding-top: 10px;
	padding-bottom: 10px;
}

table.comparison tbody tr td h2.price {
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 10px;
}

table.comparison tbody tr td div.OutOfStock {
	float: left;
	margin: 0px 0px 0px 5px;
	text-align: center;
	width: 100px;
	padding: 0px;
}

table.comparison tbody tr td a.moreInfo {
	text-decoration: underline;
	line-height: 1.2;
	font-weight: bold;
	margin: 0px;
	line-height: 0.8;
}

table.comparison tbody tr td h4 {
	font-size: 14px;
	color: #E55454;
	font-family: Arial, Serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 0.8;
}

table.comparison tbody tr td img.buy-now {
	float: left;
	margin: 1px 10px 0px 25px;
}

table.comparison tbody tr td.stylerInfo {
	background-color: #1E1E1E;
}

table.comparison tbody tr td.stylerInfo ul {
	list-style-type: none;
	height: 100%;
}

table.comparison tbody tr td.stylerInfo ul li {
	background-color: #1E1E1E;
	padding: 5px;
	border-top: 2px solid #000000 !important;
	border-top: 1px solid #000000;
}

table.comparison tbody tr td.stylerInfo ul li a {
	text-decoration: underline;
	font-weight: bold;
	color: #E3981B;
}

table.comparison tbody tr td.stylerInfo ul li.title {
	background-color: #2D2D2D;
	font-weight: bold;
}