/* Price Comparison */
#toop {
  position:relative;
  height: 150px;
  margin: 5px 0px 50px 0;
  padding: 5px 15px 0 200px;
}

.imageleft {
  left:24px;
  top: 5px;
  padding: 5px;
  margin: 0;
  position:absolute;
  border: 1px solid #ededed;
  background-color:#fff;
}
.bestprice {
  left:200px;
  top: 65px;
  width: 500px;
  position:absolute;
}
.buynow {
  left: 190px;
  top: 75px;
  position:absolute;

}
table {
	width:90%;
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	margin:0em auto;
	border-collapse:collapse;
	}
caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	padding:0;
	margin:1em 0 0 0;
	margin-bottom:0;
	caption-side:top;
	text-align:center;
	}	
tr.odd td,
tr.odd .column1 {
	background:#f4f9fe url(images/background.gif) no-repeat;
	}	
.column1	{
	background:#f9fcfe;
	}
td {
	cdolor:#678197;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	paddding:.3em 1em;
	text-align:left;
	}				
th 	{
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}	
thead th 
	{
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}				
tfoot th 
	{
	background:#f4f9fe;
	text-align:center;
	}
	
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}
		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}
	
	
	
	
	
#unpadded table {
	width:90%;
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	margin:0em auto;
	border-collapse:collapse;
	}


#unpadded td {
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding: 0;
	text-align:center;
	margin:0em auto;
	}				

	
.details{
	clear:both;
	border-top: 2px solid #ccc;
	padding: 5px 1px 0 0;
	margin:10px 0 0 0;
	text-align:right;
	font-size:0.9em;
	color: #567;
	}
.strikeout {
	text-decoration:line-through;
	color:#ff0000;
}
.clear {
  clear:both;
}

