


/*==== Comparison Dock Styles ====*/

div#compare_dock_wrapper {
	position: fixed;
	z-index: 20;
	
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	padding: 10px 0 0 0;
	
	background: url(/images/products/comparison_layout/dock_bg.png) repeat-x left top transparent;
	
	_background-image: url(/images/products/comparison_layout/dock_bg.gif);
	_position: absolute;
	_left: 0;
	_top: expression($(document.body).position().top + $(window).scrollTop() + document.documentElement.clientHeight -214);
    _width: expression(document.documentElement.clientWidth);
}

div#compare_dock {
	margin: 0 auto;
	width: 960px;
	height: 90px;
	position: relative;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

div#compare_dock h1 {
	margin: 0;
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	color: #333;
}

div#compare_dock a#arrow_left,
div#compare_dock a#arrow_right {
	position: absolute;
	left: 175px;
	top: 24px;
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -999em;
	overflow: hidden;
	
	background-color: #999;
	background: url(/images/products/comparison_layout/dock_pagination_bg.gif) no-repeat 0px 0px;
}
div#compare_dock a#arrow_right {
	left: 765px;
	background-position: -12px 0px;
}
div#compare_dock a#arrow_left.inactive {
	background-position: 0px -12px;
}
div#compare_dock a#arrow_right.inactive {
	background-position: -12px -12px;
}


#compare_queue_mask {
	width: 560px;
	height: 82px;
	margin-top: 8px;
	overflow: auto; /* Don't remove it makes jquery and IE happy together */
	overflow-x: hidden;
	position: absolute;
	left: 200px;
	top: 0;
}
#compare_queue {
	width: 999em;
	
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}
#compare_queue li {
	float: left;
	display: inline;
	width: 60px;
	margin-right: 10px;
}
#compare_queue li.ui-sortable-helper 
{
	border: 1px solid #ddd;
	background: white;
	opacity: .8;
}
#compare_queue li img {
	display: block;
}
#compare_queue li a {
	display:block;
	margin-top: 6px;
	background: url(/images/products/comparison_layout/bttn_bg_dock_remove_item.gif) no-repeat center top;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
}

a#remove_all {
	position: absolute;
	left: auto;
	right: 0;
	top: 16px;
	background: url(/images/products/comparison_layout/bttn_bg_dock_remove_all.gif) no-repeat 0px 2px;
	display: inline-block;
	padding-left: 18px;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #9E9E9E;
	text-decoration: underline;
}
a#remove_all:hover {
	text-decoration: none;
}


#fancy_content iframe {
	*overflow: hidden;
}



/*==== Comparison Chart stuff - opens into a lightbox with iframe ====*/

body#compare_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 880px;
	height: 540px;
}
a, a img {
	border: 0px;
	text-decoration: none;
}

#compare_body h1 {
	margin: 0;
	padding: 0 20px;
	height: 54px;
	font-size: 22px;
	line-height: 54px;
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
}
#compare_body h1 span {
	font-size: 15px;
	color: #666;
}
#compare_body div#pagination {
	width: 60px;
	height: 20px;
	position: absolute;
	top: 18px;
	left: 410px;
	
	_overflow-y: hidden;
}
#compare_body div#pagination a {
	display: inline-block;
	width: 30px !important;
	height: 20px !important;
	background: url(/images/products/comparison_layout/compare_pagination_bg.jpg) no-repeat 0px 0px;
	/*text-indent: -999em;*/
	color: #222;
	font-size: 0px;
	
	zoom: 1;
	_display: inline;
}
#compare_body div#pagination a#prev						{ background-position: 0px 0px; }
#compare_body div#pagination a#next						{ background-position: -30px 0px; }
#compare_body div#pagination a#prev:hover			{ background-position: 0px -20px; }
#compare_body div#pagination a#next:hover			{ background-position: -30px -20px; }
#compare_body div#pagination a#prev.inactive	{ background-position: 0px -40px; }
#compare_body div#pagination a#next.inactive	{ background-position: -30px -40px; }

#compare_body a#print_version {
	position: absolute;
	top: 22px;
	right: 20px;
	background: url(/images/products/comparison_layout/compare_icon_print_version.gif) no-repeat left top;
	padding: 0 0 0 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #9E9E9E;
}
#compare_body a#print_version:hover {
	text-decoration: underline;
}

div#compare_table_wrapper {
	width: 880px;
	height: 485px;
	overflow-x: hidden;
	overflow-y: auto;
}

table#compare {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	color: #333;
	border: 0px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	width: 880px;
	
	*position: static !important;
}
table#compare tr {
	*position: static !important;
}
table#compare tr th {
	text-align: right;
	font-weight: bold;
	color: #222;
	width: 105px;
}
table#compare td a {
	display: block;
	min-height: 80px;
	
	_height: 80px;
}
table#compare th,
table#compare td 
{
	border-left: 4px solid #fff;
	padding: 10px 15px;
	vertical-align: top;
	
	*position: static !important;
}
table#compare td {
	width: 168px;
	
	position: relative;
	vertical-align: top;
}
table#compare tr th:first-child,
table#compare tr td:first-child {
	border-left: 0px;
}
table#compare tr.bg_gray td,
table#compare tr.bg_gray th {
	background-color: #e5e5e5;
}
table#compare tr.row_name td {
	font-family: Georgia, Times, 'Times New Roman', Serif;
	font-size: 14px;
}
table#compare tr.row_buttons th,
table#compare tr.row_buttons td {
	border-top: 1px solid #ccc;
	text-align: center;
}
table#compare tr.row_buttons td a,
table#compare tr.row_buttons td a span {
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: url(/images/products/comparison_layout/compare_bttn_24px.jpg) no-repeat left top;
	display: inline-block;
	padding: 0 0 2px 40px;
	min-height: 0px;
	
	zoom: 1;
	_display: inline;
	_overflow-y: hidden;
}
table#compare tr.row_buttons td a span {
	background-position: right top;
	padding: 0 40px 2px 0;
	cursor: pointer;
}
table#compare tr.row_buttons td a:hover				{ background-position: left -26px; }
table#compare tr.row_buttons td a:hover span	{ background-position: right -26px; }

table#compare img 
{
	behavior:url("/css/iepngfix.htc");
}

table#compare h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	height: auto;
	color: #333;
	border-bottom: none;
}

table#compare img 
{
	max-width: 168px;
}

span.fragment span 
{
	display: block;
}


