html, body {
  font: normal 12px Arial, Helvetica, Sans-Serif;
  background: #602B19 url('/images/background.gif');
  padding: 0px; margin: 0px;
  color: #000000;
  height:100%;
}

table, tbody, tr, td {
  font: normal 12px Arial, Helvetica, Sans-Serif;
  vertical-align: top;
  color: #000000;
}

th {font-size: 12px; text-align: left; color: #6B9A4A; background-color: #CFCFCF;}

td.head {
  padding: 3px 7px 3px 7px;
  font: bold 12px Arial;
  color: #FFFFFF;
}
td.tabsheetheadactive{
  padding: 3px 7px 3px 7px;
  font: bold 12px Arial;
  color: #FFFFFF;
  border: solid 1px red; 
  border-bottom: none; 
  font-weight: bold;
background: #DF757A url('/images/headers/picture-02.gif') repeat-x;;
}

td.tabsheethead{
  padding: 3px 7px 3px 7px;
  font: bold 12px Arial;
  color: #FFFFFF;
  border: solid 1px red; 
  border-left: none; 
  border-right: none; 
  border-top: none;   
  font-weight: bold;
background: #FFAE48 url('/images/headers/picture-03.gif') repeat-x;;
}



td.menu, td.menu1, td.menu2 {
  padding: 3px 12px 4px 12px;
  font: bold 12px Arial;
  color: #FFFFFF;
  cursor: pointer;
}

td.menu {cursor: default;}

td.menu1 {background: #C5272D url('/images/menu/button-01.gif') no-repeat;}
td.menu2 {background: #FFD800 url('/images/menu/button-02.gif') no-repeat;}

td.menu1 a.menu {color: #FFFFFF;}
td.menu2 a.menu {color: #B51B1D;}

td.submenu {
  padding: 2px 12px 2px 20px;
  font: normal 12px Arial;
  color: #FFFFFF;
  cursor: pointer;
}

table.catalog {border: 1px solid #A2A2A2; border-bottom: 0px;}
table.catalog td, table.catalog th {border-bottom: 1px solid #A2A2A2; padding: 2px 5px 2px 5px;}
table.catalog td {background-color: #FFFFFF;}
table.catalog td.icon {padding: 2px 2px 2px 2px;}
table.catalog a:link, table.catalog a:visited {color: #555555;}

div.contact {border-top: 3px solid #A2A2A2; padding-top: 1px;}
table.contact th {background-color: #A2A2A2;}
table.contact td, table.contact th {border-bottom: 1px solid #A2A2A2; color: #000000;}
table.contact tr.novelty td {font-weight: bold;}

h1, h2, h3, h4, h5, h6, p {
  font-family: Arial, Helvetica, Sans-Serif;
  padding: 0px; margin: 0px;
  font-weight: bold;
}

p {font: normal 12px Arial, Helvetica, Sans-Serif; padding-bottom: 24px; color: #2B2B2B; line-height: 18px; padding-bottom: 10px;}
b {font-weight: bold; font-family: Arial;}

h1 {font: bold 14px Arial; color: #BB1C24; padding-bottom: 10px;}
h3 {font: bold 12px Arial; color: #BB1C24; padding-bottom: 10px;}

.nobr {white-space: nowrap;}
.small {font-size: 10px;}

small {font: normal 11px Arial, Helvetica, Sans-Serif; color: #7B7D7B;}

ul, ol {text-align: left; margin: 0px 0px 0px 15px;}
ul ul, ol ol, ol ul, ul ol {margin: 10px 0px 10px 15px;}
ul li, ol li {margin: 0px 0px 2px 0px;}
li p {text-align: justify;}

ul.menu li {color: #FF9C00;}

a:link, a:visited, a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #B40074;
}
a:hover{
  color: #EC5707;
}

a.menu:link, a.menu:visited, a.menu:hover {
  text-decoration: none;
  cursor: pointer;
}

a.button:link, a.button:visited, a.button:hover {
  text-decoration: none;
  cursor: pointer;
  color: #FFFFFF;
}

a.login:link, a.login:visited, a.login:hover {
  font: normal 11px Arial;
  text-decoration: underline;
  cursor: pointer;
  color: #FFFFFF;
}

a b {text-decoration: none;}

form {padding: 0px; margin: 0px;}

input.form, select.form, textarea.form {
  font: normal 12px Arial, Helvetica, Sans-Serif;
  border: 1px solid #7F9DB9;
  background: #FFFFFF;
  color: #101010;
}

input.login {
  width: 54px; height: 22px;
  cursor: pointer;
}

div.button {
  width: 54px; height: 22px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 2px;
  color: #FFFFFF;
  font: normal 11px Arial;
  background: transparent url('/images/button.gif') no-repeat;
  cursor: pointer;
}

div.message {
  border: 1px solid #7F9DB9;
  background-color: #FFFFFF;
  padding: 5px;
  height: 100px;
  overflow: visible;
}

div.message img {
  display: inline;
}

img {
  display: block;
  border-color: #CDCDCD;
}

#smiles {
  display: inline;
  visibility: hidden;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  position: absolute;
}