﻿body 
{
    font-size: 11px;
    font-family: Verdana;
}
.PageWrapper
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.ListItem
{
    display:block;
    border: 1px solid #C0C0C0;
    padding: 4px;
    margin-bottom: 4px;
    line-height: 24px;
    width: 100%;
}
.ListCode
{
    text-decoration: none;
    color: #000000;
    display: none;
}
.ListImage
{
    display: none;
    float: left;
    margin-right: 4px;
    border: 1px solid #C0C0C0;
}
.ListName
{
    color: #000000;
    text-decoration: none;
    display: inline-block;
    float: left;
    width:550px;
    height: 100%;
    vertical-align: text-bottom;
    margin-right: 4px;
}
.ListPrice
{
    color: #000000;
    text-decoration: none;
    display: inline-block;
    float: left;
    margin-right: 4px;
    width: 50px;
    text-align: right;
}
.ListInfo
{
    width:100%;
    position:relative;
}
.ListBuy
{
    position:relative;
    float:right;
    width: 120px;
}
.Buy
{
    display: inline-block;
    height: 24px;
}
.Qty
{
    width: 35px;
    text-align: center;
}
.Button
{
    margin: 0px;
    font-size: 11px;
    width: 85px;
    background-image: url('images/glass.gif');
    border: 1px solid #C0C0C0;
    height: 22px;
}
.DetailItem
{
    border: 1px solid #C0C0C0;
}
.DetailCode
{
    display: none;
}
.DetailName
{
    background-image: url('images/glass.gif');
    font-size: 14px;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
.DetailImage
{
    margin: 4px;
    float: right;
}
.DetailDescription
{
    padding: 4px;
}
.DetailBuy
{
    display: block;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-width: 1px;
    border-color: #C0C0C0;
    padding: 6px 4px 4px 4px;
    clear:both;
}
.DetailPrice
{
    font-size: 14px;
    font-weight: bold;
    margin-right: 4px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    float:left;
}
.DetailBuyControls
{
    display: inline-block;
    line-height: 24px;
}
.DetailAlsoBought
{
    display: block;
    margin: 4px 4px 4px 4px;
    border: 1px solid #C0C0C0;
    padding: 4px;
    background-image: url('images/ab-back.gif');
    width: 99%;
}
.DetailABItem
{
    display: block;
    background-color: #FFFFFF;
    border: 1px dotted #C0C0C0;
    margin-right: 4px;
    padding: 2px;
}
.DetailABName, .DetailABPrice, .DetailABMoreInfo, .DetailABImage
{
    clear:both;
    display: block;
    float: left;
}
.BasketTableHeader
{
    width: 500px;
}
.BasketCode, .BasketName, .BasketQty, .BasketPrice, .BasketItemTotal
{
    width: 100px;    
}
.formTable .fieldLabel
{
    font-weight: bold;
    padding-left: 6px;
    padding-right: 10px;
}
.formTable .fieldData
{
    padding-top: 2px;
}
.formTable .subheader
{
    font-weight: bold;
    background-image: url('images/glass.gif');
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
}
.BuyFormOuter
{
    border: 1px solid #C0C0C0;
    width: 600px;
    padding: 0px;
    margin-left:auto;
    margin-right:auto;
}
.formTable
{
    width: 100%;
}
.Basket, .BuyFormOuter
{
    border: 1px solid #C0C0C0;
    width: 600px;
    margin:0px auto 6px auto;
}
.BasketTable
{
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
.BasketTitle
{
    font-weight: bold;
    background-image: url('images/glass.gif');
    padding: 6px;
}
.BasketRow
{
    padding-left: 6px;
    padding-right: 2px;
    padding-top:2px;
}
.BasketFooter
{
    font-weight: bold;
    background-image: url('images/glass.gif');
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 2px;  
}
.BasketFooterPrice
{
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 2px; 
    border-top: solid 1px #cccccc;
}
.BasketLinks
{
    width: 100%;
    text-align: center;
}
.BasketLinks a
{
    width: 75px;
    height: 18px;
    text-align: center;
    background-image: url('images/glass.gif');
    border: 1px solid #C0C0C0;
    display:inline-block;
    text-decoration: none;
    color: #000000;
    padding-top:4px;
    margin:2px;
}
