﻿@import url(../default/default.css);

/* Result page */

div.Comparison {
	font: 11px helvetiva, arial;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
}

body, div, table, th, td, p, li {
	font-family: helvetiva, arial;
	font-size: 11px;
}

div.Comparison th, div.Comparison td {
	text-align: left;
	border-top: solid 1px #eaeaea;
	border-right: solid 1px #eaeaea;
	padding: 3px 7px 3px 5px;
}

div.Comparison th.ProductImage {
	border-top: solid 1px #eaeaea;
	border-right: none;
	text-align: center;
	padding: 7px 2px 10px 2px;
}

img.FeatureBullet {
	vertical-align: text-bottom;
}

th.GrayLabel, th.GrayLabel h4 a {
	font: bold 12px helvetica, arial;
	color: #333333;
}

th, td {
	height: 22px;
	vertical-align: middle;
}

td h4 {
	text-align: center;
}

td.Price, td.ProductName {
	text-align: center;
	font: bold 12px helvetica, arial;
}

td.Price {
	background-image: url("../../img/chart_greenrow-bg.gif");
	color: white;	
}

div.Comparison td.BulletCell {
	text-align: center;
	vertical-align: middle;
}

div.Comparison td.BulletCell img {
	margin: 0px;
	margin-bottom: 3px;
}

td.ProductName {
	height: 26px;
}

/* Selection page */

div.CompareProducts {
	
}

div.Group {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

div.Group h3 {
	margin-bottom: 18px;
}

div.CompareProducts div.Product {
	width: 45%;
	overflow: hidden;
	float: left;
	border-top: solid 1px #eaeaea;
	margin-right: 30px;
	padding: 7px 0px 7px 0px;
}

div.CompareProducts div.Product.TopRow {
	border: none;
}

div.CompareProducts div.Product div.Image {
	float: left;
	width: 65px;
	height: 65px;
	margin-left: 1px;
	margin-right: 10px;
	display: inline;
	overflow: hidden;
}

div.CompareProducts div.Product div.NameAndDescription {
	float: left;
	width: 200px;
	padding: 4px 3px 3px 0px;
	display: inline;
}

div.CompareProducts div.Product div.CheckBox {
	float: left;
	width: 16px;
	display: inline;
}

div.CompareProducts div.Product div.NameAndDescription div.Description {
	font: 10px helvetica, arial;
	color: #333333;
}

div.GroupSeparator {
	width: 680px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 8px;
	border-top: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
	margin-bottom: 30px;
	text-align: right;
}

div.Button {
	float: right;
	overflow: hidden;
}

div.Button ul.Button2 {
	width: auto;
}
