﻿#MainPage {
    margin:0px auto;
    padding:15px 0px 0px 0px;
    width:902px;
    text-align:left;
}

#SearchPageBody {
    float:left; 
    width:930px; 
    font-size:12px; 
    color:whitesmoke; 
    cursor:default; 
    background-image:url('../../image/side.png'); 
    background-attachment:scroll; 
    background-position:top left; 
    background-repeat:repeat-y;
}

#SearchMenu {
    float:left; 
    width: 196px; 
    Text-align: left; 
    padding-top:5px;
}

#SearchNav {
    float:left; 
    width:699px; 
    height:15px; 
    text-align:left; 
    color:whitesmoke; 
    border-bottom:solid 1px gray; 
    cursor:default; 
    padding-bottom:5px;
}

#SearchContent {
    width:699px; 
    float:left; 
    cursor:default;
}

body
{
    /*background-color: #007A3D;*/
    background-position: center top;
    background-color: black; /*#E6E6E6;*/ /*#4A4A4A;/* /*#CCCCCC;*/
    text-align: center;
    font-size: 10px;
    font-family: normal 62.5% Tahoma, sans-serif;
    color: #F5F5F5; /*<-whitesmoke*/
    /*background-image: url( '../../Image/Background.jpg' );
    background-repeat: no-repeat;
    background-attachment: scroll;*/
    margin:0px 0px 0px 0px;
}

a 
{
    color: #F8E167;
    text-decoration:none;
}

a:hover
{
    color:Red;
}

/* Account Bar Setup */

.AccountLink 
{
    color:gray;
    text-decoration:none;
    font-weight:bold;
}

.AccountLink:hover 
{
    color: #F8E167;
}

.RequiredMessageBox
{
    background-color: #FFC0CB;
}

.Menu1
{
    color:#F5F5F5;
    text-decoration:none;
    font-weight:bold;
}

.Menu1:hover 
{
    color: #F8E167;
}

.Menu2
{
    color:#F5F5F5;
    text-decoration:none;
    font-weight:bold;
}

.Menu2:hover 
{
    color: #F8E167;
}

/* Page Setup */

.BorderSides
{
    width: 950px; 
    /*
    width: 930px;
    background: url(../../Image/RightLeftBorder.jpg) repeat-y center center;
    padding-left: 30px;
    */
    text-align: left;
}

.BorderBottom
{
    width: 950px;
    /*background: url(../../Image/BottomBorder.jpg) no-repeat center top;*/
    padding-left:30px;
    height: 20px;
}

.SideButton
{
    border: solid 1px red;
}

.TopMenuButton
{
    border-right: inset 2px green;
    text-align: center;
    height: 14px;
    font-family: tahoma;
    color: #FFFFFF;
    padding-right: 5px;
}

.CheckOutBody 
{
    background-position: center top;
    background-color: black;
    text-align: center;
    font-size: 10px;
    font-family: normal 62.5% Tahoma, sans-serif;
    color: #F5F5F5;
    background-image: url( '../../Image/CheckOutBackground.jpg' );
    background-repeat: no-repeat;
    background-attachment: scroll;
}