﻿.MessageList
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}
.MessageList li
{
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}


.ProductList
{
    width: 100%;
}
.ProductList img
{
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}


.ProductList th
{
    width: 230px;
}

.ProductList th, .ProductList td
{
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}

.ProductList td
{
    vertical-align: top;
    padding-left: 10px;
}

.ProductList span
{
    display: block;
    width: 150px;
    text-align: right;
}





.TableForm
{
    border-collapse: collapse;
    width: 100%;
}
.TableForm th, .TableForm td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    padding: 10px;
}
.TableForm th
{
    width: 200px;
    vertical-align: top;
    background-color: #F4F9FF;
    font-weight: normal;
    text-align: left;
}
.TableForm td
{
    background-color: #EBF3FF;
}


.Validators
{
    color: Red;
}

.Messages
{
    padding: 8px;
    border: 1px solid #FF0000;
    background-color: #FFCC00;
    font-weight: bold;
    text-align: center;
}
