﻿body
{
    font-family: Verdana;
    font-size: 12px;
    color: #00009b;
    text-align: center;
}

.pgbody
{
    margin: auto;
    width: 780px;
    display: block;
}

.logo
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding-bottom: 25px;
}

.ButtonArea
{
	width: 100%;
	float: left;
}

.btns
{
    background-color: #cbd5ff;
    color: #00009b;
    text-align: center;
    height: 40px;
    width: 100px;
    border: 0px;
    margin-left: 10px;
    border-top: solid 2px #00009b;
    border-left: solid 2px #00009b;
    border-right: solid 2px #00009b;
    border-bottom: solid 2px #cbd5ff;
    position: relative;
    top: 2px;
    font-weight: bold;
    display: block;
    float: left;
}

.btn
{
    background-color: #00009b;
    color: #cbd5ff;
    text-align: center;
    height: 40px;
    width: 100px;
    border: 0px;
    margin-left: 10px;
    position: relative;
    top: 6px;
    display: block;
    float: left;
}

.mntext
{
    border: 0px;
    width: 780px;
    background-color: #cbd5ff;
    color: #00009b;
    text-align: center;
    padding: 20px;
    border: solid 2px #00009b;
    float: left;
}

.left
{
    float: left;
}

.imgsmall
{
    font-size: 10px;
}

.basket
{
    border: solid 1px #00009b;
    font-size: 10px;
    text-align: left;
    width: 220px;
}

.shopbtn
{
    background-color: #cbd5ff;
    color: #00009b;
    text-align: center;
    height: 20px;
    width: 220px;
    border: 0px;
    text-decoration: underline;
    display: block;
}

.shopbtn:hover
{
  background-color: #cbd5ff;
    color: #00009b;
    text-align: center;
    height: 20px;
    width: 220px;
    border: 0px;
    text-decoration: underline;
    font-weight: bold;
    display: block;
}

.basketheader
{
    background-color: #00009b;
    color: #cbd5ff;
    font-weight: bold;
    text-align: center;
}

