.comparison-table td
{
padding-bottom:10px;
padding-top:10px;
border-left:1px solid #666;
}
.comparison-table td:first-child {
border-left:none;
border-right:none;
}

.comparison-table th
{
background-color:#FF0000;
color:white;
align:center;
text-align:center;
}
.comparison-title-container {
width:750px;
height:20px;
background-color:#FF0000;
color:#FFFFFF;
text-transform:capitalize;
font-weight:bold;
cursor:hand;
cursor:pointer;
}
.comparison-title {
padding:10px;

}
.comparison-table {
clear:both;
font-size:9pt;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}

.comparison-title:hover {
background-color:#FFF;
color:#000;
}
#float {
float:left;
}
.comparison-choice-elements {
align:center;
text-align:center;
cursor:none;
}

.comparison-choice-elements span {
cursor:hand;
cursor:pointer;
margin-left:20px;
}
.comparison-table-header {
color: #FF0000;
width:200px;
font-weight:bold;
text-align:left;
padding-top:20px;
}

.comparison-table-left {
text-align:left;
}
.grayBG {
	background-color: #e0e0e0;
}
.comparison-choice-remove {
float:right;
cursor:pointer;
cursor:hand;
height:30px;
width:30px;
text-indent:-5000px;
background:url('/commonimages/closebox.png') no-repeat top right;
z-index:100;
}

.comparison-choice-view {
float:right;
padding-right:2px;
margin-top:10px;
cursor:pointer;
cursor:hand;
height:30px;
width:35px;
z-index:100;
}

.comparison-choice-image {
float:left;
z-index:-1;
}
.comparison-choice-image img{
width:80px;
height:80px;
}

.comparison-choice-text {
clear:both;
font-style:italic;
}