/* HTML-Tag Definitionen */

html, body {
   height: 100%;
}

body {
   color: #454545;
   background-color: #FFFFFF;
   margin: 0px 0px 0px 0px;
   text-align: left;
   font-family: Arial, Sans-Serif;
   font-size: 13px;
}

body, div, td, input, textarea, select {
   font-family: Arial, Sans-Serif;
}


a { 
   text-decoration: underline; 
   color: #454545;
}

a:hover {
   text-decoration: underline;
   color: #F95E00;
}

h2 {
   color: #BF0000;
}

.cart {
}

.button {
   height: 27px;
   font-style: normal;
}

.msg_error {
   border: 2px solid #FF0000;
   background-image: url('/home/default/images/msg_error.gif');
   background-color: #FFCCCC;
   color: #FF0000;
   padding: 8px;
   padding-left: 30px;
   background-repeat: no-repeat;
   background-position: 8px 8px;
   margin-bottom: 15px;
   text-align: left;
   font-style: italic;
}

.input_error {
   border: 2px solid #FF0000;
}
