
BODY {
    color: #000000;
    background: #FFFFFF;
    
    font-family: Arial, Helvetica, San-Serif;
    font-size: 13px;
    font-style: Normal;
    margin-top: 0;    
}

TABLE {
    border-width: 0px;
    border-style: none;
    
    font-family: Arial, Helvetica, San-Serif;
    font-size: 11px;
    font-style: Normal;
}

FORM {
  margin-top: 0px;
  margin-bottom: 0px;
}


.FIELD_TITLE {
    font-weight:bold;
}


.HEADER_BOX {
    border-style: solid;
    border-color: #02AAB3;
    border-width: 1px;
    border-bottom: 0px;
    color: #065C86;
    font-weight: bold;
}

.HEADER_BOX_SELECTED {
    background-color: #02AAB3;
    padding: 3px;
    color: #FFFFFF;
    font-weight: bold;
}


.HEADER_BOX_UNSELECTED {
    background-color: #E8F4F9;
    padding: 3px;
    color: #065C86;
    font-weight: bold;
}

.SEARCH_BOX {
    background-color: #02AAB3;
    padding: 3px;
    color: #FFFFFF;
}

.NAVIGATION {
   height: 25px;
   padding: 3px;
   color: #065C86;
   font-weight: bold;
   background-color: #E8F4F9;
}

.BODY_BOX {
    border-style: solid;
    background-color: #E8F4F9;
    border-color: #065C86;
    border-width: 0px;
    border-bottom: 0px;
    border-top: 0px;
}

.BODY_CONTENT {
    background-color: #FFFFFF;
    padding: 2px;
}

.FOOTER_BOX {
    background-color: #02AAB3;
    padding-bottom: 3px;
    font-weight: bold; 
    color: #FFFFFF;
}


.BOTTOM_SEARCH_BOX {
    background-color: #0092B0;
    height:30px;
    padding:3px;
    color: #FFFFFF;
}

.REVIEW_BOX {
    border-style: solid;
    border-color: #065C86;
    border-width: 1px;
}

.PRODUCT_BOX
{
   background-color:#E8F4F9;
}

.MENU_BOX
{
    border-style: solid;
    border-color: #0092B0;
    border-width: 1px;
}

.MENU_BOX2
{
    border-style: solid;
    border-color: #D7D7D7;
    border-width: 1px;
}

.TITLE_BAR
{
    background-color: #E8F4F9;
    text-align: center;
}

.SEPERATOR
{
    background-image:url("../images/dot.gif");
}

.tab_underline { border-width:1; border-bottom-color: #02AAB3; border-bottom-style:solid; }
.tab_store { background-color:#02AAB3; color:#FFFFFF; font-weight: bold;}

A.tab_store_href:link { color: #FFFFFF; text-decoration: none; font-weight: bold; }
A.tab_store_href:visited { color: #FFFFFF; text-decoration: none; font-weight: bold; }
A.tab_store_href:hover { color: #FFFFFF; text-decoration: underline; font-weight: bold; }
A.tab_store_href:active{ color: #FFFFFF; text-decoration: underline; font-weight: bold; }

A:link { color: #065C86; text-decoration: none; font-weight: bold; }
A:visited { color: #065C86; text-decoration: none; font-weight: bold; }
A:hover { color: #065C86; text-decoration: underline; font-weight: bold; }
A:active{ color: #065C86; text-decoration: underline; font-weight: bold; }

A.TOP_LINK:link { color: #919191; text-decoration: none; font-weight: bold; }
A.TOP_LINK:visited { color: #919191; text-decoration: none; font-weight: bold; }
A.TOP_LINK:hover { color: #919191; text-decoration: underline; font-weight: bold; }
A.TOP_LINK:active{ color: #919191; text-decoration: underline; font-weight: bold; }

A.FOOTER_LINK:link { color: #FFFFFF; text-decoration: none; font-weight: bold; }
A.FOOTER_LINK:visited { color: #FFFFFF; text-decoration: none; font-weight: bold; }
A.FOOTER_LINK:hover { color: #FFFFFF; text-decoration: underline; font-weight: bold; }
A.FOOTER_LINK:active{ color: #FFFFFF; text-decoration: underline; font-weight: bold; }