@charset "utf-8";
/* CSS Document */

label {	display: block;}
.button { background-color: #fff;}
input:focus, select:focus, checkbox:focus, textarea:focus { color: #006eb1;	background-color: #FFFFFF;}

#activecart {margin-top:10px; width:565px; border: double #bbb 3px; font-size:.875em;}
td {padding:10px; background-color: #eee;}
th {padding:10px; background-color: #006eb1; color:#fff;}

#activecart input, select, checkbox, textarea {	width:30px; color: #006eb1; background: #FFFFFF; border: solid #000000 1px;}
#cartitem {width:150px;}
#cartbuttons {width:100%; margin-top:10px;}
#cartbuttons li { padding-left:5px; list-style:none; font-size:.7px; width:auto; float:left;}
#cartbuttons input, select, checkbox, textarea {width:auto;}
.cartmessage {width:350px; font-size:.7em;}

#contactpage input, select, checkbox, textarea {width:180px; color: #006eb1; background: #FFFFFF; border: solid #000000 1px;}
