/* BEGIN FILE  */
/* GENERIC STYLE SHEETS FOR ALL PAGES  */
body {
/* background-image: url(images/bg_01.gif); */
background-repeat: attribute; 
background-color: #FFFFFF;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}

body, td, div {
font-family: Times, serif;
color: #000000;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a:link {
color: #000000;
font-weight: normal;
text-decoration: none;
}

a:active {
color: #000000;
font-weight: normal;
text-decoration: none;
}

a:visited {
color: #000000;
font-weight: normal;
text-decoration: none;
}

a:hover {
color: #666666;
font-weight: normal;
text-decoration: none;
}

.top_nav {
color: #000000;
font-weight: normal;
font-size: 18px;
text-decoration: none;
}

a.top_nav:link {
color: #000000;
font-weight: normal;
text-decoration: none;
}

a.top_nav:active {
color: #000000;
font-weight: normal;
text-decoration: none;
}

a.top_nav:visited {
color: #000000;
font-weight: normal;
text-decoration: none;
}

a.top_nav:hover {
color: #666666;
font-weight: normal;
text-decoration: none;
}

.cat_nav {
color: #666666;
font-weight: normal;
font-size: 24px;
text-decoration: none;
}

a.cat_nav:link {
color: #666666;
font-weight: normal;
text-decoration: none;
}

a.cat_nav:active {
color: #666666;
font-weight: normal;
text-decoration: none;
}

a.cat_nav:visited {
color: #666666;
font-weight: normal;
text-decoration: none;
}

a.cat_nav:hover {
color: #000000;
font-weight: normal;
text-decoration: none;
}

.cat_nav_blue {
color: #658CD9;
border-color: #658CD9;
font-weight: normal;
font-size: 24px;
text-decoration: none;
}

a.cat_nav_blue:hover {
color: #658CD9;
font-weight: normal;
font-size: 24px;
text-decoration: none;
}

.cat_nav_brown {
color: #BA5A0E;
border-color: #BA5A0E;
font-weight: normal;
font-size: 24px;
text-decoration: none;
}

a.cat_nav_brown:hover {
color: #BA5A0E;
font-weight: normal;
font-size: 24px;
text-decoration: none;
}

.cat_nav_gold {
color: #F2B24E;
border-color: #F2B24E;
font-weight: normal;
font-size: 24px;
text-decoration: none;
}

a.cat_nav_gold:hover {
color: #F2B24E;
font-weight: normal;
font-size: 24px;
text-decoration: none;
}

.cat_nav_grey {
color: #CCCCCC;
border-color: #CCCCCC;
font-weight: normal;
font-size: 24px;
text-decoration: none;
}

a.cat_nav_grey:hover {
color: #CCCCCC;
font-weight: normal;
font-size: 24px;
text-decoration: none;
}

.prod_text_18 {
color: #000000;
font-weight: normal;
font-size: 18px;
text-decoration: none;
}

.prod_text_16 {
color: #000000;
font-weight: normal;
font-size: 16px;
text-decoration: none;
}

.sig {
color: #4B4B4B;
font-weight: normal;
font-size: 9px;
text-decoration: none;
}

a.sig:link {
color: #C12127;
font-weight: normal;
text-decoration: none;
}

a.sig:active {
color: #C12127;
font-weight: normal;
text-decoration: none;
}

a.sig:visited {
color: #C12127;
font-weight: normal;
text-decoration: none;
}

a.sig:hover {
color: #7B2015;
font-weight: normal;
text-decoration: none;
}

.grey_bg {
background-color: #EFEFEF;
}

.grey_border {
border-width: 1px;
border-color: #CCCCCC;
border-style: solid;
}

.imageborder_off {
border-width: 1px;
border-color: #FFFFFF;
border-style: solid;
}

.imageborder_on {
border-width: 1px;
border-color: #000000;
border-style: solid;
}

.imageborder2_off {
border-width: 1px;
border-color: #FFFFFF;
border-style: solid;
}

.imageborder2_on {
border-width: 1px;
border-color: #000000;
border-style: solid;
}

.button_on {
font-family: arial, verdana, sans-serif;
font-size: 9px;
font-weight: bold;
color: #000000;
background-color: #FFFFFF;
border-style: solid;
border-color: #FF9900;
border-width: 1px;
text-align: center;
padding: 0px;
}

.button_off {
font-family: arial, verdana, sans-serif;
font-size: 9px;
font-weight: bold;
color: #333333;
background-color: #EFEFEF;
border-style: solid;
border-color: #999999;
border-width: 1px;
text-align: center;
padding: 0px;
}

select {
font-family: arial, verdana, sans-serif;
font-size: 11px;
color: #4B4B4B;
background-color: #FFFFFF;
}

input, textarea {
font-family: arial, verdana, sans-serif;
font-size: 11px;
color: #4B4B4B;
background-color: #FFFFFF;
border-style: solid;
border-color: #CCCCCC;
border-width: 1px;
padding: 2px;
}

.shop_disabled {
color: #999999;
font-weight: normal;
text-decoration: none;
}

.disabledtxt {
color: #999999;
}

.alert {
color: #FF0000;
}

.alertsm {
font-size: 9px;
color: #FF0000;
}

form {
margin: 0px;
padding: 0px;
}
/* END FILE  */