﻿.section
{
    margin: 20px 0px 0px 0px;
}


.block
{
    border: solid 1px #CACACA;
    background-color: #EAEAEA;
    padding: 10px 10px 10px 10px;
}

.section a
{
    text-decoration: underline;
}

/****** Register ************/

.register
{
    margin: 0px 0px 0px 500px;
}

#registerform
{
}

#registerform ul
{
    list-style-type: none;
}
#registerform ul li
{
    padding: 0px 0px 10px 0px;
}

#registerform ul li label
{
    float: left;
    width: 120px;
    text-align: right;
    padding: 0px 10px 0px 0px;
}

/********** Basket *************/
#basket #products ul
{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    padding: 0px 0px 0px 20px;
}
#basket #products ul li
{
    float: left;
    width: 150px;
    padding: 0px 0px 5px 0px;
}

#basket #products ul .title
{
    width: 285px;
}

#basket #header
{
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

#basket #totals
{
    width: 250px;
    padding: 0px 0px 0px 0px;
}

#basket #totals ul
{
    list-style-type: none;
    padding: 0px 0px 0px 20px;
}

#basket #totals label
{
    width: 150px;
    float: left;
    padding: 0px 10px 0px 0px;
    text-align: right;
}

/**** cUSTOMER DETAILS ****/


#customerdetails
{
}

#customerdetails ul
{
    list-style-type: none;
}
#customerdetails ul li
{
    padding: 0px 0px 10px 0px;
}

#customerdetails ul li label
{
    float: left;
    width: 120px;
    text-align: right;
    padding: 0px 10px 0px 0px;
}

/******* Admin **************/

#admin table td
{
    background-color: #ffffff;
}


#admin #productdetails
{
}

#admin #productdetails ul
{
    list-style-type: none;
}
#admin #productdetails ul li
{
    padding: 0px 0px 10px 0px;
}

#admin #productdetails ul li label
{
    float: left;
    width: 120px;
    text-align: right;
    padding: 0px 10px 0px 0px;
}
