/*
     STRUCTURE ELEMENTS
*/
#banner {
    z-index: 1;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 780px;
    height: 68px;
    background: url(/lady-img/header_stripe_white.gif) repeat-x;
}

#top-nav {
    z-index: 1;
    position: absolute;
    left: 1px;
    top: 69px;
    width: 780px;
    height: 42px;
}

*.top-nav-search {
    z-index: 2;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 148px;
    height: 40px;
    background-color: #0E5D37;
}

*.top-nav-search-input {
    width: 90px;
    border-width:2px;
    border-color: #000000 black black;
}

*.top-nav-navigation {
    z-index: 2;
    position: absolute;
    left: 150px;
    top: 0px;
    width: 480px;
    height: 40px;
    padding-top: 1px;
    padding-bottom: 1px;
}

*.top-nav-newsletter {
    z-index: 2;
    position: absolute;
    left: 631px;
    top: 1px;
    width: 148px;
    height: 40px;
    background-color: #0E5D37;
}

#main-part {
    z-index: 1;
    position: absolute;
    left: 1px;
    top: 116px;
    width: 780px;
}

#left-navigation {
    z-index: 2;
    position: absolute;
    left: 1px;
    top: 116px;
    width: 149px;
    background-color: white;
}

*.category-box {
    z-index: 3;
    position: relative;
    padding-bottom: 3px;
}

#worksheet {
    z-index: 2;
    position: absolute;
    left: 150px;
    top: 0px;
    width: 630px;
    height: 500px;
    background-color: #0E5D37;
}

#worksheet-popup-pages {
    left: 0px;
    top: 0px;
    color: #B5D0EB;
}

*.worksheet-content-popup-pages {
    left: 0px;
    top: 0px;
    background-color: #B5D0EB;
}

*.background-popup-pages {
   background-color: #B5D0EB;
}


*.worksheet-content {
    z-index: 3;
    position: relative;
    width: 630px;
    left: 0px;
    top: 0px;
    background-image: url(/lady-img/bg_black.gif );
    color: white;
}

*.worksheet-content_pay {
    z-index: 3;
    position: relative;
    width: 630px;
    left: 0px;
    top: 0px;
    background-color: #0E5D37;
    color: white;
}

*.worksheet-content-item {
    z-index: 4;
    position: relative;
    width: 600px;
    left: 13px;
    text-align: center;
}

#worksheet-lst {
    z-index: 2;
    position: absolute;
    left: 150px;
    top: 0px;
    width: 630px;
}

*.worksheet-lst-main-part-container {
    z-index: 3;
    width: 518px;
    height: 500px;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: #0E5D37;
}

*.worksheet-lst-main-part {
    z-index: 4;
    width: 518px;
    left: 0px;
    top: 0px;
    position: absolute;
    background-image: url(/lady-img/bg_black.gif );
    color: white;
}

*.worksheet-lst-service-part-container {
    z-index: 3;
    width: 111px;
    height: 500px;
    left: 519px;
    top: 0px;
    position: absolute;
    background-color: #0E5D37;
}

*.worksheet-lst-service-part {
    z-index: 4;
    width: 111px;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: white;
}

/*		DESIGN ELEMENTS   */

A.main-nav, A.top-nav-link {
    font-weight: bold;
    text-decoration: none;
}

A.main-nav:active, A.main-nav:hover,
A.top-nav-link:active, A.top-nav-link:hover
{
    color: #FFFFFF;
}

A.top-nav-link
{
    color:#B5D0EB;
}

A.nav-link{
    text-decoration: underline;
    color:#B5D0EB;
}
A.nav-link:hover, A.nav-link:active {
;
}

A.site-jump {
    text-decoration: underline;
    color:#0E5D37;
}
A.site-jump:hover, A.site-jump:active {
;
}

A.basket-nav-black, A.basket-nav-white:hover, A.basket-nav-white:active {
    color: #000000;
    text-decoration: none;
}

A.basket-nav-white, A.basket-nav-black:hover, A.basket-nav-black:active {
    color: #FFFFFF;
    text-decoration: none;
}

A.category-path {
    text-decoration: none;
    font-style: italic;
    color:#B5D0EB;
}

A.category-path:active, A.category-path:hover {
    text-decoration: underline;
    color: white;
}

A.main-category {
    color: #0E5D37;
    text-decoration: none
}

A.main-category:active, A.main-category:hover {
    text-decoration: underline;
}

A.site-nav {
    text-decoration: underline;
    color: #B5D0EB;
    font-weight: bold
}

A.site-nav:active {
    color: #B5D0EB;
    text-decoration: none;
}

A.back-forth {
    text-decoration: underline;
}

A.back-forth:active, A.back-forth:hover {
    color: white;
}

A.close_window {
    color: black;
    text-decoration: underline;
}

A.close_window: hover {
    text-decoration: none;
    color: black;
}

A.close_window:visited {
    color: black;
}

*.quantity {
    color: #000000;
    width: 30px;
    height: 18px;
    border: thin #0E5D37 solid;
    background-color: #FFFFFF
}

.lost_password_container {
    border: 1px solid black;
    width: 144px;
}

.lost_password_container button {
    background-color: white;
    text-decoration: none;
    color: black;
    width: 144px;
    border: 2px #0E5D37 solid;
    font-size: 10px;
    font-family: verdana, geneva, arial, helvetica;
}

.submit_basket_container {
    border: 1px solid black;
    width: 144px;
}

.submit_basket_container input {
    background-color: white;
    text-decoration: none;
    color: black;
    width: 144px;
    border: 2px #0E5D37 solid;
    font-size: 10px;
    font-family: verdana, geneva, arial, helvetica;
}

.submit-basket {
    width: 148px;
    border: 2px #0E5D37 solid;
    background-color: #FFFFFF;
    font-size: 10px;
    font-family: verdana, geneva, arial, helvetica;

}

*.submit-button {
    color: #FFFFFF;
    height: 21px;
    width: 150px;
    border: 0px;
    background-color: #000000;
}

INPUT.text-input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: black;
    font-weight: normal;
    width: 150px;
    height: 15px;
    border-color: black;
}

*.brm_success {
    FONT-SIZE: 12px;
    COLOR: #00AB01;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    font-weight: bold;
}

*.brm_info {
    FONT-SIZE: 12px;
    COLOR: #5480D6;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    font-weight: bold;
}

*.brm_error {
    FONT-SIZE: 12px;
    COLOR: #CC3333;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    font-weight: bold;
}

A.site-nav:hover  {
    text-decoration: none;
 }

*.checkout-head-sel{	background-color: #B5D0EB; color:#0E5D37;}
*.checkout-head{	background-color: #000000; color:#FFFFFF;}

/*  New Styles */
/*  Right Nav   */
.rightNavBoxBlack{
    width:111px;
    border: 1px solid black;
}
.rightNavBoxBlack .head{
    width:109px;
    height:20px;
    text-align:center;
    margin:0 auto;
    font-weight:bold;
    font-size:12px;
    font-family: verdana, geneva, arial, helvetica;
    color:white;
    background-color:black;
}


/*  New Styles */

/*  Right Nav and Left Nav  */
.rightNavBoxBasket,
.rightNavBoxBlack,
.rightNavBoxOrange,
.rightNavBoxBlack .head,
.rightNavBoxOrange .head,
.rightNavBoxBasket .head{
    width:109px;
}
.leftNavBoxBlack,
.leftNavBoxBlack head,
.leftNavBoxBasket,
.leftNavBoxBasket .head{
    width:147px;
}

.rightNavBoxBlack,
.leftNavBoxBlack,
.leftNavBoxBasket{
    border: 1px solid black;
}
.rightNavBoxOrange{
    border: 1px solid #0E5D37;
}
.rightNavBoxBasket,
.leftNavBoxBasket{
    border: 1px solid black;
    background-color: #0E5D37;
}

.rightNavBoxBlack .head,
.rightNavBoxOrange .head,
.rightNavBoxBasket .head,
.leftNavBoxBlack .head,
.leftNavBoxBasket .head{
    height:16px;
    text-align:center;
    margin:0 auto;
    font-weight:bold;
    font-size:12px;
    font-family: verdana, geneva, arial, helvetica;
    color:white;
}

.rightNavBoxBlack .head,
.leftNavBoxBlack .head{
    background-color:black;
}
.rightNavBoxOrange .head{
    background-color:#0E5D37;
}

.rightNavBoxBasket .content,
.rightNavBoxBlack .content,
.rightNavBoxOrange .content,
.leftNavBoxBasket .content,
.leftNavBoxBlack .content{
    margin:3px;
    font-size:10px;
    font-family: verdana, geneva, arial, helvetica;
}
.rightNavBoxBasket .head a,
.leftNavBoxBasket .head a{
    font-weight:bold;
    font-size:12px;
    font-family: verdana, geneva, arial, helvetica;
}

.rightNavBoxBasket .head a,
.rightNavBoxBasket .content a:hover,
.rightNavBoxBasket .content a:active,
.leftNavBoxBasket .head a,
.leftNavBoxBasket .content a:hover,
.leftNavBoxBasket .content a:active{
    text-decoration: none;
    color:white;
}
.rightNavBoxBasket .content a,
.rightNavBoxBasket .head a:hover,
.rightNavBoxBasket .head a:active,
.leftNavBoxBasket .content a,
.leftNavBoxBasket .head a:hover,
.leftNavBoxBasket .head a:active{
    text-decoration: none;
    color:black;
}
.rightNavBoxBasket .content .empty,
.leftNavBoxBasket .content .empty{
    text-align:center;
    color:white;
}

.cardType{
    float:right;
}

.payPalLogo {
    width: 50px;
    height: 33px;
    background: url( /lady-img/paypal.gif );
}

.cardType img{
}
.cardType img.masterCardType{
    width:48px;
    height:30px;
    background: url(/lady-img/card_type3.gif) 0 0 no-repeat;
}
.cardType img.visaCardType{
    width:48px;
    height:30px;
    background: url(/lady-img/card_type4.gif) 0 0 no-repeat;
}

.cardType img.expressCardType{
    width:48px;
    height:30px;
    background: url(/lady-img/card_type2.gif) 0 0 no-repeat;
}

.categoryMarker{
    width: 13px;
    height: 8px;
    border: 0;
}