
h1.special
{
    color: #D90000;
}

.compareBlock
{
    clear:both;
}

#compareLeft
{
    float:left;
    width:250px;
    margin:0 0 25px 0;
}

#compareRight
{
    float:right;
    width:425px;
}

#singleSpaceList ul li
{
    list-style-type: none;
    margin:0;
    padding:0;
    display:block;
}


/*Compare Country List*/

.colTitle
{
    font-size:13px;
    font-weight:bold;
    background:#ffffff;
    width:100%;
}

.colEven
{
    background:#E1DDD1;
    width:100%;
}

.colOdd
{
    background:#ffffff;
    width:100%;
}

#compareTable td
{
    padding:10px;
    text-align:left;
}

#compareTable
{
    width:705px;
}
/*CSSEX*/
