/* CSS Document */

form.store select { color: black; background-color: #fe9; border: 1px solid #bbb; margin-left: 10px; }
form.store input[type="text"] { color: black; background-color: #fff; border: 1px solid #bbb; margin-left: 10px; }
form.store input[type="submit"] { background-color: #369; border: 1px solid #bbb; color: white; margin-left: 10px; padding: 1px 2px; font-size: 11px; font-weight: bold; }
form.store input[type="submit"]:hover { color: #369; background-color: #ddd; }
form.store label { font-weight: bold; margin-right: 10px;}

form.store h3 { margin-bottom: 5px;}

div#cart { padding: 0; margin: 5px 10px 0 0; text-decoration: none; line-height: 10px; width: 80px; float: right; text-align: center; }

div#cart a {padding: 0; margin: 0; color: #000; text-decoration: none; display: block; padding: 2px 5px; line-height: 10px; font-size: 10px; font-weight: bold; border: 1px solid #ccc; background-color: #fc0; }

div#cart a:hover { color: #eee; background-color: #369; }