/* CSS Document */

/* Forms Fields */
select {  
 font-size:.95em;
 color:#000;
	background-color:#d9e5bf;
 border:1px solid #000;
 border-bottom:1px solid #f1f1f1;
 border-left:1px solid #ccc;
 height:18px;
}
select#orderType,
select#cardType
 {  
 font-size:.95em;
 color:#000;
 background-color:#d9e5bf;
 border:1px solid #000;
 border-bottom:1px solid #f1f1f1;
 border-left:1px solid #ccc;
 height:18px;
width:250px;
}
input#referenceNumber,
input#quantity,
input#name,
input#addr1,
input#addr2,
input#addr3,
input#addr4,
input#telephone,
input#email,
input#Bank Draft,
input#Credit Card,
input#cardType,
input#cardNumber,
input#cardExpDate,
input#amountOfMoney,
input#cardAddress1,
input#cardAddress2,
input#cardAddress3,
input#cardAddress4,
input#cardAddress5 { 
 font-size:.95em;
 color:#000;
 background-color:#d9e5bf;
 border:1px solid #000;
 border-bottom:1px solid #f1f1f1;
 border-left:1px solid #ccc;
 height:18px;
width:250px;
}
input#payment { /* radiobutton */
 color:#000;
}
textarea {  
 font-size:.95em;
font-family:Arial, Helvetica, sans-serif;
 color:#000;
 background-color:#d9e5bf;
 border:1px solid #000;
 border-bottom:1px solid #f1f1f1;
 border-left:1px solid #ccc;
width:250px;
} 
textarea#S1 {
	height:60px;
}

select#othersitesjump {
	width:110px;
}



/* Search Formats */
.searchform {
}
.searchresultpagetitle {
 font-family : Verdana, sans-serif;
 font-size : 15px;
 color : #333333;
 font-weight : bold;
}
.searchresultcontent {
 font-family : Verdana, sans-serif;
 font-size : 11px;
 color : #000000;
 font-weight : normal;
}
.searchresultheader {
 font-family : Verdana, sans-serif;
 font-size : 14px;
 color : #333366;
 font-weight : bolder;
}
.searchmarkup {
 color : #000000;
}


.loginform {
 font-family : Verdana, sans-serif;
 font-size : 14px;
 color : #000000;
 font-weight : normal;
}

 

/* Mailform Formattting */
.mailform {
 font-family : Verdana, sans-serif;
 font-size : 11px;
 color : #003366;
 font-weight : normal;
}
.mailformrequired {
 font-family : Verdana, sans-serif;
 font-size : 11px;
 color : #003366;
 font-weight : bolder;
}
.mailformcomment {
 font-family : Verdana, sans-serif;
 font-size : 11px;
 color : #CC0000;
 font-weight : bolder;
}
.mailformradio {
 font-family : Verdana, sans-serif;
 font-size : 10px;
 color : #003366;
 font-weight : normal;
}