﻿#details ul
{
	list-style:none;
}

#details a
{
	color:#000;
	text-decoration:none;
}
    
#details table
{
	padding:0;
}
    #details td
    {
        vertical-align:top;
        background-color: #eee;
        padding:5px;
    }

#details .header
{
}

#details .description
{
}

#details .error
{
    color:#C00;
    font-size:8pt;
    font-family:Arial;
}

#details .priceTable
{
}

#details .playersTable
{
}
    #details .playersTable .label
    {
    }
    #details .playersTable .player1Label
    {
    }
    #details .playersTable .validator
    {
        font-size:8pt;
        margin:5px 0px;
        text-align:center;
    }
    
#details .creditCard
{
}
    #details .creditCard .label
    {
    }
    #details .creditCard .body
    {
    }