﻿/*General page properties*/
body
{
    background-color: white;
    color: black;
    font-family: Garamond;
    font-size: small;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 20px;
    text-align: center;
    vertical-align: middle;
}

h1
{
    color: #9B9B9B;
    font-size: 200%;
}

h2
{
    color: #9B9B9B;
    font-size: 120%;
    margin-bottom: 5px;
}

a, a:link, a img
{
    border: 0px;
    color: Black;
    text-decoration: none;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.ulSpaced li
{
    list-style-type: circle;
    margin: 0px;
    padding: 0px;
    /*list-style-position: inside;*/
}

ul
{
    margin: 0px;
}

form
{
    margin: 0px;
    padding: 0px;
}

/*Page layout*/
li.inline
{
    display: inline;
}

.mainPanel
{
    border: solid 1px black;
    height: 560px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align: left;
    width: 843px;
}

.menubar
{
    
    background: #ffffff;
    background-image: url(imageshtm/floral.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    float: left;
    height: 540px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    -moz-opacity: 0.40;
    left: 0;
    position: relative;
    padding-top: 20px;
    text-align: center;
    top: 0;
    width: 200px;
}

.content
{
    float: left;
    height: 520px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 599px;
    overflow: auto;
}

.contentHalf
{
    margin: 0px;
    width: 500px;
}

.enter
{
    position: relative;
    left: 57px;
    width: 115px;
    top: 125px;
    height: 25px;
    z-index: 0;
    text-align: center;
    /*font-size: medium;*/
}
.accessory
{
    border: 0px;
    height: 134;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 0px;
    width: 570px;
}

.img
{
    float: left;
    padding-right: 20px;
}

.thumb
{
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
    cursor: pointer;
}

.button
{
   background-color: White;
   border: 1px solid;
   border-top-color: #728EB9;
   border-left-color: #728EB9;
   border-right-color: #728EB9;
   border-bottom-color: #728EB9;
}

.bagCare
{
    position: relative; 
    left: 75px; 
    top: 200px; 
    height: 290px; 
    width: 450px;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.60;
    background: white;
    padding: 10px;
    font-size: 110%;
    vertical-align: middle;
    overflow: auto;
}


/*The collapsible menu*/
#Menu, #Menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#Menu a
{
    background-color: Transparent;
    color: Black;
    display: block;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}

#Menu a:hover
{
    color: Red;
}

#Menu ul a
{
    background-color: #C1C1C1;
    color: Black;
    font-size: small;
    font-weight: normal;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.90;
}

#Menu ul a:hover
{
    color: Red;
}


