.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid #ACACAC;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #F1F1F1;
width: 300px;
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

#compare-chart {
	border-collapse: collapse;
}

#compare-chart td {
	font-size: 10px;
	border: 1px solid #CE0000; 
	vertical-align: middle; 
}

#compare-chart ul {
 list-style-type: none;
	padding: 0;
	margin: 0;
}

#compare-chart il {
 list-style-type: none;
}

#even-compare {
	text-align: center;
}

#odd-compare {
	text-align: center;
	background-color: #FAF8DD;
}

#name-compare, #name-compare-price {
	padding: 5px 2px;
}

#odd-compare-price {
	text-align: center;
	background-color: #FAF8DD;
	font-size: 9px;
	font-weight: bold;
	color: #CE0000;
}

#even-compare-price {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #CE0000;
}

#odd-compare-view {
	text-align: center;
	background-color: #FAF8DD;
	font-size: 9px;
	font-weight: bold;
	padding: 3px 0px;
}

#even-compare-view {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	padding: 3px 0px;
}

#odd-compare-sep, #even-compare-sep {
	text-align: center;
}

.white-in-pkg {
	background-image: URL('http://site.ytutorials.com/red-white.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.yellow-in-pkg {
	background-image: URL('http://site.ytutorials.com/red-yellow.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FAF8DD;
}