/* Comparison Table CSS

AS Colours:

10% White: #ecf6fb
20% White: #daedf7
40% White: #b5dbef
50% White: #a2d1eb

Light Blue: #45a4d7
Dark Blue: #2d7eb3

Light Green: #98e349
Dark Green: #68bc2f

Light Red: #f96450
Dark Red: #d35035

Light Lime: #9f3
Dark Lime: #3c3

Light Bronze: #eb9
Dark Bronze: #a65

Light Silver: #eee
Dark Silver: #89a

Light Gold: #fd2
Dark Gold: #d70

*/

div.blue_small table {
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

div.blue_small th, div.blue_small td {
	border: #45a4d7 1px solid;
	margin: 0 0;
}

div.blue_small th {
	text-align: left;
	padding: 0 5px;
	font-size: 9pt;
}

div.blue_small td {
	text-align: center;
	font-size: 9pt;
}

div.blue_small td img {
	vertical-align: bottom;
}

div.blue_small th.h_e, div.blue_small th.h_b, div.blue_small th.h_s, div.blue_small th.h_g {
	text-align: center;
	line-height: 2em;
	color: #fff;
}

div.blue_small th.h_e {
	background: #68bc2f;
}

div.blue_small th.h_b {
	background: #a65;
}

div.blue_small th.h_s {
	background: #89a;
}

div.blue_small th.h_g {
	background: #d70;
}

div.blue_small tr.even th, div.blue_small tr.even td {
	background: #ecf6fb;
}

div.blue_small th.divider {
	line-height: 2em;
	background: #45a4d7;
	color: #ecf6fb;
}

div.blue_small th.buynow, div.blue_small tr.even th.buynow {
	line-height: 2em;
	text-align: center;
	background: #45a4d7;
}

div.blue_small th.buynow a {
	color: #ecf6fb;
}

div.blue_small th.h_as {
	text-align: center;
	background: #45a4d7;
	color: #ecf6fb;
}

div.blue_small tr td.asv {
	font-weight: bold;
	background: #ecf6fb;
}

div.blue_small tr.even td.asv {
	font-weight: bold;
	background: #daedf7;
}

div.blue_small th.h_b a, div.blue_small th.h_s a, div.blue_small th.h_g a {
	color: #fff;
	text-decoration: none;
}