﻿body
{
    background-color: lightgrey;
    margin: 0px 0px 50px 0px;
}

a
{
    margin: 0px;
}

body, a
{
    font-family: Arial;
    padding: 0px;
    color: #1A1C3F
}

a img
{
    border-width: 0px;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}

form
{
    display: inline;
}

em
{
    font-style: normal;
    font-weight: bolder;
}

h1
{
    font-size: large;
    font-weight: bold;
    border: solid #1A1C3F;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 1px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

h2
{
    font-size: medium;
    font-weight: bold;
    margin: 20px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}

h2 a:hover
{
    color: #EE9700;
}

h3
{
    font-size: small;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}

p
{
    font-size: small;
    font-weight: normal;
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

td
{
    font-size: small;
    font-weight: normal;
    padding: 5px 10px 0px 10px
}

#mainDiv
{
    background-color: #ffffff;
    border: solid #1A1C3F;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 1px;
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 800px
}

#headerDiv
{
    background-image: url("headerBottom.gif");
    background-position: bottom;
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px 0px 6px 0px;
}

#menuGraphicDiv
{
    background-color: #1A1C3F;
    border: solid #EE9700;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 5px;
    margin: 0px;
    padding: 0px 0px 5px 0px
}

#logoDiv
{
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 10px;
    float: left
}

#logoText
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: x-small;
    margin: 0px;
    padding: 0px
}

#titleDiv
{
    text-align: right;
    margin: 0px;
    padding: 5px
}

#titleText
{
    color: #FFFFFF;
    font-size: x-large;
    margin: 0px;
    padding: 0px;
    border-bottom-width: 0px;
}

#subTitleText
{
    color: #FFFFFF;
    font-size: large;
    font-weight: normal;
    margin: 5px 5px 0px 0px;
    padding: 0px
}

#searchForm
{
    position: relative;
    float: right;
    background-color: #EE9700;
    background-image: url("headerBottom.gif");
    background-position: bottom;
    background-repeat: repeat-x;
    margin: -4px 0px 0px 0px;
    padding: 2px 10px 8px 10px;
    border: solid #888888;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

#headerLeft
{
    background-image: url("headerLeft.gif");
    background-position: left;
    background-repeat: repeat-y;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px 0px 0px 0px;
    width: 7px;
    height: 100%;
}

#headerTopCorner
{
    background-image: url("headerTopCorner.gif");
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: -1px 0px 0px 0px;
    width: 7px;
    height: 12px;
}

#headerBottomCorner
{
    background-image: url("headerBottomCorner.gif");
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px 0px 0px 0px;
    width: 11px;
    height: 10px;
}

#BasketA
{
    font-size: x-small;
    font-weight: bold;
    text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

#searchInput
{
    vertical-align: middle
}

#searchButton
{
    vertical-align: middle;
}

#menuDiv
{
    float: left;
    margin: 5px 0px 20px 0px;
    width: 10em;
}

#contentDiv
{
    margin: 0px 0px 0px 10em;
    padding: 15px 10px 10px 15px;
}

#footerOuterDiv
{
    background-image: url("footerTop.gif");
    background-position: top;
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    height: 6px;
    width: 100%;
}

#footerDiv
{
    background-color: #1A1C3F;
    border: solid #EE9700;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 5px;
    border-bottom-width: 0px;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 2px 0px;
    color: White;
    font-size: x-small;
    text-align: center;
}

#footerDiv a
{
    color: White;
}

.menuGroup
{
    position: relative;
    border: solid 3px #EE9700;
    border-left-width: 0px;
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
}

.menuGroup:hover, .selected, .hover
{
    background-color: #EE9700;
}

.menuTopCorner
{
    background-image: url("menuTopCorner.gif");
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: -3px -3px 0px 0px;
    width: 5px;
    height: 5px;
}

.menuBottomCorner
{
    background-image: url("menuBottomCorner.gif");
    background-position: right bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0px -3px -3px 0px;
    width: 5px;
    height: 5px;
}

.menuHeader
{
    font-size: medium;
    font-weight: bold;
    margin: 5px 0px 0px 10px;
}

.menuHeader a
{
    text-decoration: none;
    width: 100%;
    display: block;
}

.menuGroup ul
{
    margin: 0px;
    padding: 0px;
}

.menuGroup li
{
    display: inline;
}

.menuGroup li a
{
    padding: 0px 0px 0px 15px;
    text-decoration: none;
    display: block;
}

.menuGroup a:hover
{
    color: White;
}

.menuItem
{
    font-size: small;
}

.h2content
{
    width: 350px;
}

.itemList
{
    margin: 0px;
    padding: 0px;
}
.itemList li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline;
}

.smallItemDiv
{
    position: relative;
    float: left;
    width: 230px;
    margin: 10px;
    padding: 10px;
    border: solid 1px #1A1C3F
}

.smallItemDiv img
{
/*    width: 14em;*/
}

.smallItemPrice
{
    text-align: right;
    font-size: small;
    font-weight: bold;
    float:right;
}

.editableDiv
{
    border: dashed 1px red
}

.editableA
{
    margin: 1px 0px 1px 3px;
    padding: 2px;
    background: yellow;
    font-size: medium;
    font-weight: bold;
}

.ip
{
    width: 1px;
    height: 1px
}

.margin0
{
    margin: 0px
}

.right
{
    text-align: right;
}

.clearFloat
{
	clear: both;
}

/* IE correction */
* html .visualIEFloatFix
{
	height: 0.01%;
}