.compareBackgroundTop {
	background: url(../../img/bg.page-compare-grad-top.png) no-repeat top
		left;
}

.compareBackground {
	background: url(../../img/bg.page-compare-tile.png) repeat-y;
	width: 100%;
	height: 100%;
}

/*CompareTitle START*/
.CompareTitle {
	margin: 0 0 30px 30px;
}

.CompareTitle H1,.CompareTitle P {
	display: block;
}

.CompareTitle H1 {
	margin: 0 1em 0 0;
	padding: 30px 1em 0 0;
	color: #e21c37;
}

.CompareTitle P {
	margin: .5em 0 0 0;
}

/*CompareTitle END*/ 

/*CompareTable START*/
#compareTable td {
	color: #0c5692;
	font-size: 12px;
	border-bottom: 1px solid #d1e3f1;
	padding: 5px 17px 5px 0;
	text-align: left;
	vertical-align: middle;
	width: 22%;
}

#compareTable td.first {
	width: 12% !important;
	padding-left: 25px;
}

#compareTable td h2 {
	text-transform: uppercase;
	font-weight: bold !important;
	font-size: 10px !important;
	padding: 8px 15px 0 6px;
	white-space: nowrap;
}

#compareTable td > ul {
	list-style-image: url(../../img/sprites.list.gif);
	margin-left: 23px; *
	margin-left: 15px;
}

#compareTable td ul li {
	text-transform: uppercase;
	font-size: 10px !important;
	line-height: 10px; *
	line-height: 20px;
	margin: 0px;
}

#compareTable td ul li.subdued {
	list-style-type: none;
	list-style-image: none;
	color: #999;
}

#compareTable tr.symptoms td {
	vertical-align: top;
}

#compareTable tr.odd {
	background-color: #f5f9fc;
}

/*Product Image START*/

#compareTable tr.productImage td {
	text-align: center !important;
	vertical-align: top;
}

#compareTable tr.productImage .close {
	width: 12px;
	height: 11px;
	background: url(../../img/btn.compare.close.gif) no-repeat top left;
	float: right;
	position: relative;
	top: 0;
	right: 15px;
}

#compareTable tr.productImage td div {
	width: 100% !important;
}

#compareTable tr.productImage A .compareProductImage IMG,
#compareTable tr.productImage A .compareProductImage canvas {margin: auto; clear:both;}

#compareTable tr.productImage .addProduct {
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	vertical-align: top;
}

#compareTable tr.productImage .addProduct img {
	margin-bottom: -2px !important;
}

/*Product Image END*/

/**************** CompareTable END *****************/

.nextPageBtn {
	width: 131px;
	height: 26px;
	background: url(../../img/products/btn.more-products.png) top left no-repeat;
	float: right;
	margin: 15px 20px 0 0;
}

/**************** DropDown START ****************/

DIV.dropDownMenu {
	background: url('../../img/sprites.dropdown-bg.png') no-repeat left bottom;
	width:174px;
	height: 36px;
}

DIV.dropDownMenu A.dropDownLink {
	font-weight: bold !important;
	float: left;
	display: block;
	width: 144px;
	height: 34px;
	padding: 0 23px 2px 7px; *padding: 1px 23px 1px 7px;
	background: url('../../img/sprites.dropdown-closed.png') no-repeat right bottom;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	vertical-align: middle;
}


DIV.dropDownMenuOpened A.dropDownLink {
	padding: 0 23px 2px 7px; *padding: 1px 23px 1px 7px;
	background: url('../../img/sprites.dropdown-opened.png') no-repeat right bottom;
}

DIV.dropDownMenu A.dropDownLink SUP {
	font-size: 8px;
}

DIV.dropDownMenu A.dropDownLink .note {
	font-size: 9px;
	display: none;
}

DIV.dropDownMenuOpened UL{
	display: block !important;
}

DIV.dropDownMenu {
	background-color:#FFF !important; /*Fix for IE6. Without background-color dropdown closes randomly.*/
}

DIV.dropDownMenu UL {
	background-color:#FFF !important; /*Fix for IE6. Without background-color dropdown closes randomly.*/
	margin: 36px 0 0 0;
	*margin: 0;
	padding: 0;
	position: absolute;
	display: none;
	width: 174px;
	clear:both;
}


DIV.dropDownMenu UL LI {
	float: none;
	display: block;
	margin: 0;
    padding: 4px;
	*padding: 1px 4px;
	background: #FFF url('../../img/sprites.dropdown-compare-tile.png') repeat-y 0 0;
	border-top:1px solid #c7deee;
	line-height:12px;
}

DIV.dropDownMenu UL LI A {
	width: 174px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #0c5692;
	font-size: 11px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	text-transform: none;
	line-height:12px;
}
DIV.dropDownMenu UL LI A .note {
    display: none;
}

DIV.dropDownMenu UL LI A SUP {
	font-size:8px;
}

DIV.dropDownMenu UL LI:hover {
	background: #dfe9f2;
}

DIV.dropDownMenu UL LI:hover A {
	color: #0c5692;
}

DIV.dropDownMenu UL LI.last {
	/*height: 3px !important;
	background: url('../../img/sprites.dropdown-compare-bot.png') no-repeat	0 0;
	border-top:none;
	line-height:0 !important;
	padding:0 !important;*/
	border-bottom:1px solid #CCC;
}

/**************** DropDown END ****************/