/****************************************
 * PRODUCT LINE COMPARE / MODEL COMPARE *
 ***************************************/
div#productlinecompare-tpl div#stage {
	min-height: 438px;
}
div#content {
	padding: 27px 10px 40px;
}

div#productlinecompare-tpl div#content table h1,
div#modelcompare-tpl div#content table h1 {
	font-size: 2.335em;
	padding-bottom: 15px;
	font-weight: normal;
}
/* The table */
div.compare table {
	width: 100%;
}
div.compare tr.odd {
	background: #f6f6f6;
}
div.compare td.compare, div.compare th {
	border-bottom: 1px solid #ebebeb;
	font-size: 0.689em;
	padding: 12px 8px;
	text-align: center;
	width: 132px;
}
div.compare td.comparetopborder, th.comparetopborder{
	border-top: 1px solid #ebebeb;
}
div.compare tr.buyNow td.compare {
	padding: 0;
	font-size: 0.75em;
	height: 39px;
}
div.compare td.first, div.compare th.first {
	font-size: 0.75em;
	padding: 9px 24px 8px 16px;
	text-align: left;
	vertical-align: top;
	width: 300px;
}
div#productlinecompare-tpl th.first,
div#modelcompare-tpl th.first {
	vertical-align: middle;
}
div.compare tr.highlight th {
	padding-bottom: 12px;
}
div.compare tr.controls td.compare {
	vertical-align: middle;
}
div.compare th {
	font-size: 0.875em;
}
div.compare thead th {
	vertical-align: bottom;
}
div.compare th.virtual-last,
div.compare td.last, div.compare th.last {
	padding-right: 16px;
}

/* table content */
div.compare div.headline {
	margin: -5px 0 0;
	padding: 0;
}
div.compare tr.controls th.compare h3 {
	font-weight: normal;
}
div.compare tr.highlight th h3 {
	font-size: 1.1em;
	/*margin-left: 85px;
	padding-left: 17px;*/
}
div#productlinecompare-tpl tr.highlight th h3,
div#modelcompare-tpl tr.highlight th h3 {
	margin: 0 0 0 0;
	padding-top: 0px;
	vertical-align: middle;
}

div#productlinecompare-tpl tr.highlight th h3 a,
div#modelcompare-tpl tr.highlight th h3 a {
/*	background: transparent url(/relaunch/img/icons-bullets.gif) no-repeat scroll left -2395px;*/
	margin-left:-16px;
	overflow:visible;
	padding-left:16px;
}

div.compare th h3 a, div.compare td.first a {
	color: #006dbc;
	text-decoration: none;
}
div.compare th h3 a:hover, div.compare th h3 a:focus, div.compare td.first a:hover, div.compare td.first a:focus {
	text-decoration: underline;
	color: #006DBC;
}

div.compare th h3 span,
div.compare th p span {
	padding-left: 16px;
	display: block;
}

div.compare td.compare span.print {
	display: none;
}


div.compare p.rating {
	margin: 27px 0 0.7em;
}
div.compare p.rating a {
	text-decoration: underline;
}
div.compare p.review {
	border: 1px solid #ebebeb;
	border-width: 0 0 1px;
	padding: 0.7em 0;
	display: none;
}
div.compare p.compare {
	font-weight: bold;
	padding-top: 0.7em;
}
div.compare p.review a, div.compare p.compare a {
/*	background: url(/relaunch/img/icons-bullets.gif) left -688px no-repeat;*/
/*	color: #333;*/
	padding-left: 22px;
}
div.compare p.review a:hover {
	color: #006DBC;
	text-decoration: underline;
}

/* images */
div.compare thead img {
	display: block;
	margin: 0 auto 10px;
}
div.compare td.first img, div.compare th.first img {
	display: block;
	float: left;
	/*margin-bottom: 1px;*/ /* Safari needs this margin for correct padding */
	/*margin-right: 36px;*/
	padding-top: 4px;
}
div#productlinecompare-tpl th.first img,
div#modelcompare-tpl th.first img {
	/*vertical-align: middle;*/
	margin-right: 31px;
}
div.compare td.empty span {
	left: -9999px;
	position: absolute;
	top: 0;
}


/* 5 star rating */
div.compare p.rating span, ul.review p.rating span {
/*	background: url(/relaunch/img/icons-rating.gif) left top no-repeat;*/
	display: block;
	float: left;
	margin-right: 1.13em;
	width: 105px;
}
div.compare p.rating img {
	width: 0px;
}
div.compare p.rating img.star-100 /* 5 stars = 100% */ {
	width: 105px;
}
div.compare p.rating img.star-90 /* 4.5 stars = 90% */ {
	width: 97px;
}
div.compare p.rating img.star-80 /* 4 stars = 80% */ {
	width: 88px;
}
div.compare p.rating img.star-70 /* 3.5 stars = 70% */ {
	width: 75px;
}
div.compare p.rating img.star-60 /* 3 stars = 60% */ {
	width: 66px;
}
div.compare p.rating img.star-50 /* 2.5 stars = 50% */ {
	width: 52px;
}
div.compare p.rating img.star-40 /* 2 stars = 40% */ {
	width: 44px;
}
div.compare p.rating img.star-30 /* 1.5 stars = 30% */ {
	width: 30px;
}
div.compare p.rating img.star-20 /* 1 star = 20% */ {
	width: 22px;
}
div.compare p.rating img.star-10 /* 0.5 stars = 10% */ {
	width: 8px;
}
div.compare p.rating img.star-0 /* 0 stars = 0% */ {
	width: 0px;
}


/*********************************
 * STYLES ONLY FOR MODEL COMPARE
 *********************************/
div#modelcompare-tpl input.comparedata {
	font-size: 1em;
}


/* -----------------------------------------------*/
/* -------------->>> Table Slider <<<-------------*/
/* -----------------------------------------------*/
div.compare .sliderTable td.first, div.compare .sliderTable th.first {
	padding-right: 44px;
	width: 280px;
}
.sliderTableControlls {display: none}
.sliderTableControlls div {
	background: url(/relaunch/img/icons-bullets.gif) no-repeat;
	height: 20px;
	position: absolute;
	top: 650px;
	width: 20px;
}
.sliderTableControlls div.prev {background-position: 0 -8200px;left:345px}
.sliderTableControlls div.next {background-position: 0 -8100px;left:965px}
.sliderTableControlls div.prev-active {background-position: 0 -8000px;cursor: pointer}
.sliderTableControlls div.next-active {background-position: 0 -7900px;cursor: pointer}
.sliderTableControlls div span {position: absolute; left: -9999em}


/* Print CSS */

@media print {
	div.compare td.compare span.print {
		display: inline;
		font-size: 3.5em;
	}
	div.compare td.compare img.checked {
		display: none;
	}
}

