#viewcomparison {
	color:#09c;
	position:relative;
	padding:0;
	background-color:#fff;
	font-weight: bold;
	left:30px;
	cursor: pointer;
}

.comparison label { 
	text-decoration:underline;
 }



#comparisonlist .shadow {
	position:absolute;
	opacity:0.25;
	filter:alpha(opacity=25);
	background-color:#000;
	top:5px;
	left:5px;
	z-index:-1;

	width:305px;
	
}

#comparisonlist {
	border:1px solid #999; 
	border-bottom:1px solid #444;
	border-right:1px solid #333;
	margin-left: 5px;
	width:305px;
	height:auto;
	/*padding-bottom:5px;	*/
	background-color:#ddd;
	position:absolute;
	z-index:200!important;
	display:none;
}

/* QC: 4033 - font-size & padding adjusted */
#comparisonlist .error {
	color: #f00;
	font-weight: bold;
	font-size: 1.2em;
	padding:5px;
	padding-left: 8px;
	display: block;
	margin-bottom:4px;
}

#comparisonlist .message {
	padding: 0 8px;
	color: #666;
	text-align: left;
	font-size: 1.2em;
}

#comparisonlist .message strong {
	font-weight:bold;
}

#comparisonlist .message span {
	display: block;
	padding: 5px 0;
}

#comparisonlist button {
	width: 20px;
	background-color: #fff;
	color: #fff;
	border: none;
	font-weight: bold;
	padding: 0;
	cursor: pointer;
	width:18px;
	height:15px;
	border: 1px solid #09c;
}



#comparisonlist #btnclose {
	position: absolute;
	top: 4px;
	left: 283px;
}

#comparisonlist #btnminmax { 
	position: absolute;
	top: 4px;
	left: 265px;

 }

#comparisonlist .btnclose {
	background-image: url(icon_close.gif);
}

#comparisonlist .btnmaximise {
	background-image: url(icon_maximise.gif);
}

#comparisonlist .btnminimise {
	background-image: url(icon_minimise.gif);
}

/* QC: 4032 font-size increase and padding adjustment */
#comparisonlist h4 {
	cursor: move;
	margin:0;
	background:#09c;
	color:#fff;
	padding:8px;
	
	font-size:1.2em;
	font-weight:bold;
}

#comparisonlist h4 span {
	font-size:1.2em;
	color:#ff0;
	font-weight: bold;
}

#comparisonlist ul li {
	/*border:1px solid red;*/
}

/* QC:3829 & 4032 height of #products adjusted */

#comparisonlist #products {
	height: 260px;
	background-color:#fff;
	overflow: auto;
	padding: 0px 0px 0px 0px;
}

#comparisonlist #products ul {
	margin: 0px;
	margin-left: 10px;
	height: 260px;

	
}

#comparisonlist #products ul li {
	clear: both;
	width: 262px;
	*width: 265px;
	display:block;
	border-bottom:1px solid #ccc;
	float: left;
}

#comparisonlist #products ul li a span {
	font-size:1.2em;
}

#comparisonlist #products ul li button {
	background-image: url(b_remove.gif);
	margin-left: 3px;
	border: none;
	/*
	border: 1px solid #666;
	background-color: #666;
	font-size: 1em;
	color: #fff;
	*/
	width: 13px;
	height:13px;
	margin-top: 8px;
	
}

#comparisonlist #products ul li span.compareindex {
	width: 17px;
	margin:0;
	color: #666;
	float:left;
	padding: 8px 0;
	/*border:1px solid #000;*/
}

#comparisonlist #products ul li a:link {
	color: #333;
}

#comparisonlist #products ul li a:visited {
	color: #333;
}

#comparisonlist #products ul li a:hover {
	color: #09c;
}

#comparisonlist #products ul li a:active {
	color: #333;
}

#comparisonlist #products ul li a {
	width: 244px;
	color: #333;
	display:block;
	/*border:1px solid blue;*/
	float:left;
	text-decoration: none;
	cursor: pointer;
	
	
}

#comparisonlist #products ul li a span.comparedesc {
	text-decoration:underline;
	float:left;
	/*border-bottom:1px solid #ccc;*/
	padding: 8px 0px;
	display: block;
	width:225px;
	/*border: 1px solid green;*/
}

/* QC: 3829 & 4032 - actions elements re-styled */

#comparisonlist .actions {
	clear: both;
	padding: 0px;
	background-color: #e2e2e2;
	display: block;
	width: 305px;
	height: 32px;
}

#comparisonlist .actions li {
	padding: 7px 8px 0px 8px;
	float: left;
	margin: 0px;

	
}

#comparisonlist .actions #compareallbutton {
	float: right;
}

#comparisonlist .actions li button {
	float: left;
	border: 1px solid #e2e2e2;
	padding: 0px;
	background-repeat: no-repeat;
	background-color: #e2e2e2;
}




/* not required 
#comparisonlist .showselected { 
	border:1px solid red;
	text-align:center;
}
*/

#comparisonlist .actions #compareallbutton {
 	width: 112px;
 	padding-right: 10px;
}

#comparisonlist .actions #clearallbutton {
 	width: 82px;
}
 
#comparisonlist .actions li #btncompareall {
 	background-image: url(b_compare_all.gif);
 	width: 107px;
 	height: 22px;
 	
}

#comparisonlist .actions li #btnclearall {
	background-image: url(b_clear_all.gif);
 	width: 82px;
 	height: 22px;
	
}




#comparisonlist .minimised {
	width: 100%;
	text-align: center;

}

#comparisonlist .minimised li  {
	float:  none;
	clear: both;
	width: auto;
	font-size: 1.1em;
	margin: 0px;
}

#comparisonlist .actions #showselected #btnshowselected {
	float: none;
	width: 15em;
	
	padding-top: 1px;
	padding-left: 0px;
	background-color: #E2E2E2;
	border: none;
	font-size: 1.0em;
	font-weight: bold;
	color: #09c;
	background-image: url(show_selected_arrow.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
 }

#comparisonlist .actions #showselected #btnshowselected.mouseover {
	color: #666;
	background-image: url(show_selected_arrow_h.gif);
}

/* end of QC 3829 */



/* QC: 3932 & 3855 amends */

.comparebar .btnshowlist {
	border: none;
	cursor:pointer;
	padding:0;
	background-color: #EFEFEF;
	width: 12.5em;
	margin-left: -3px;
	*margin-left: 1px;
	margin-right: -3px;
	position:relative;
	*top: 2px;
	display: inline;
}


/* Safari and IE positioning */
html*.comparebar .btnshowlist {
	width: 14.50em;
	*width: 12.5em;
}


/* generic and FF positioning */
.comparebar .btnshowlist span {
	text-decoration:underline;
	color: #333;
	font-family: Arial,Helvetica,sans-serif;
	display: inline;
}

/* Safari and IE positioning */
html*.comparebar .btnshowlist span {

	font-size: 1.05em;
	*font-size: 1.0em;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	*padding: 0px;

}


.comparebar p .additional {
	display: inline;
	margin-right: -5px;
}

/* end of QC: 3932 & 3855 */

.comparebar .compareselected {
	margin-left:5px;
	border: none;
	width: 171px;
	height: 19px;
	cursor: pointer;
}



