.w11b { font-size: 12px; color: white; font-weight: bold; font-family: arial,helvetica }

.f10 { font-size: 10px; color: black; font-weight: normal; font-family: arial,helvetica }

.body { font-size: 8pt; font-family: Verdana, Geneva, Arial }
.Wbody { font-size: 8pt; font-family: Verdana, Geneva, Arial; color:white; }
.price  { font-size: 11pt; font-family: Verdana, Geneva, Arial }


.mybut {
font: 12px verdana,helvetica,arial; 
color: white;
font-weight: bold;
background: red;
width: 75px;
border: 1px solid white;
cursor: pointer;
}
.mybut_hover {
font: 12px verdana,helvetica,arial; 
color: white;
font-weight: bold;
font-style: italic;
background: red;
width: 75px;
border: 1px solid white;
cursor: pointer;
}


.basketbut {
font: 12px verdana,helvetica,arial; 
color: white;
font-weight: normal;
background: red;
width: 90px;
border: 2px solid black;
cursor: pointer;
}
.basketbut_hover {
font: 12px verdana,helvetica,arial; 
color: white;
font-weight: normal;
font-style: italic;
background: red;
width: 90px;
border: 2px solid black;
cursor: pointer;
}

.qty {
border: 1px solid black; 
font: normal 14px verdana,helvetica,arial;
width: 30px;
}

.formbox {
color: black;
font: 12px verdana,helvetica,arial; color: black; 
font-weight: normal;
background: white;
border: 1px solid black;
width: 225px;
margin-top: 1px;
margin-bottom: 4px;
}

TEXTAREA {
border: 1px solid black;
height: 60px;
font: 11px arial,helvetica; 
color: black; 
width: 225px;
}