* {
font-family: sans-serif;
}
input, select, textarea {
font-size: inherit;
font-weight: bold;
background-color: #FFF;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
tr {
vertical-align: top;
}
td {
padding: 0;
}
img {
border: 0;
vertical-align: bottom;
}
.loading {
background:url(../img/busy-animation-flat.gif) no-repeat left center;
min-height: 14px;
}
.price.loading {
background-position: right center;
}
.loading.centered {
background-position: center center;
}
img.loading, .img.loading {
min-width: 34px;
background-position: center;
}
a {
text-decoration: none;
color: #115594;
}
a:hover {
text-decoration: none;
color: #900;
}
.price {
color: #C80000;
font-weight: bold;
}
span.code {
font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
background-color: #DDD;
padding: .125em .25em;
}
.label {
color: #999;
}
h1 {
font-size: 144%;
}
hr {
border: 0;
color: #EEE;
background-color: #EEE;
height: 1px;
}
.shadow {
-moz-box-shadow: 0 0 20px #888;
-webkit-box-shadow: 0 0 20px #888;
box-shadow: 0 0 20px #888;
}