body {
    font-family: sans-serif, arial, helvetica;
    margin: 0px;
    background-color: white;
}

table.menubar {
/*    background: url('images/grad-blue-horiz.png') no-repeat;*/
    background: url('images/grad-blue-vert2.png') repeat-x bottom;
    border-bottom: solid 1px #0061b1;
    font-weight: bold;
    width: 100%;
    border-collapse: collapse;
}

.menubar tr {
    vertical-align: bottom;
}

.topmenu td {
    vertical-align: bottom;
    width: 8em;
}

table.trailer {
/*
    background: url('images/grad-blue-vert2.png') repeat-x bottom;
    border-top: solid 1px #0061b1;
*/
    font-weight: bold;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.botmenu {
    text-align: center;
    font-size: 12px;
    color: #909090;
}

.botmenu a:link {
    color: #4b4bee;
}

.botmenu a:visited {
    color: #7a5a8b;
}

.footer td, .footer a {
    text-align: center;
    font-size: 10px;
    color: #909090;
}

.footer_menu {
    color: red;
    text-align: center;
}

.logo {
    text-align: right;
    width: 195px;
    padding-top: 5px;
    padding-right: 5px;
}

.logo a:hover {
    background-color: transparent;
}

img {
    border-style: none;
}

.imglink a:hover {
    background-color: transparent;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    background-color: #e6ebee;
}

h1 {
    color: #0061b1;
    font-size: 14pt;
}

h2 {
    color: #0061b1;
    font-size: 12pt;
}

h3 {
    color: #0061b1;
    font-size: 10pt;
}

h4 {
    color: #0061b1;
    font-size: 8pt;
}

.content {
    font-size: 11pt;
    padding: 5px;
    z-index: 1;
}

.left {
    float: left;
}

.right {
    float: right;
    padding: 10px;
}

dt {
    font-weight: bold;
    padding-left: 1em;
    padding-top: .5ex;
}

dd {
    padding-left: 1em;
    padding-right: 4em;
    text-align: justify;
}

li {
    padding-top: 1ex;
}

.device_table {
    table-layout: fixed;
    border-collapse: collapse;
}

.device_table td {
    border: 1px solid #e0e0e0;
}

td.prod_image {
    text-align: right;
}

td.prod_desc {
    padding-left: 4em;
    padding-right: 4em;
}

table.order {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
}

.order td {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

table.specs {
    border: 1px solid #0061b1;
}

.specs td {
    text-align: right;
}

.specs th {
    color: white;
    background-color: #0061b1;
}

td.spec_hdr {
    padding-top: 5px;
    font-weight: bold;
    text-align: left;
}

div.note {
    width: 640px;
    border: 1px solid red;
    padding: 10px;
    margin: 10px;
}

table.builds {
    border-collapse: collapse;
}

table.builds td {
    border: 1px solid #a0a0a0;
}

table.cart {
    border-collapse: collapse;
    width: 90%;
}

table.cart td.noborder {
    border: none;
}

table.cart td, table.cart th {
    border: 1px solid #a0a0a0;
    padding: 2px;
}

table.cart .quantity, .subtotal {
    text-align: right;
}

table.cart form.update {
    display: inline;
}

.amount {
    text-align: right;
}

#faq .question {
    font-weight: bold;
}

div.answer {
    margin-top: 1ex;
    font-weight: normal;
}

.req {
    color: red;
}

.addr_info {
    border-collapse: collapse;
}

.label {
    font-weight: bold;
    text-align: right;
}

ul.alert {
    list-style: none;
    width: 96.5%;
    padding: 1px 10px;
    font-size: 1.3em;
    margin: 0 0 10px 0;
}

ul.alert.error {
    background: #ffbcbc;
    color: #a40f0f;
    border-bottom: 2px solid #e59898;
    border-right: 2px solid #e59898;
}

.info {
    background: #d9ffcf;
    max-width: 18cm;
    padding: 3mm;
    border-bottom: 2px solid #93ad8c;
    border-right: 2px solid #93ad8c;
}

#order_too_complex {
    max-width: 18cm;
    padding-top: 1mm;
    padding-left: 3mm;
    padding-right: 3mm;
    background: #d9dcfe;
    border-bottom: 2px solid #9092a9;
    border-right: 2px solid #9092a9;
}

table.collapsed  {
    border-collapse: collapse;
}

div.calendar, div.timepicker {
    background-color: white;
    border: 1px solid black;
}

.calendar .header, .timepicker .header {
    background-color: #f0f0f8;
}

.calendar .weekday {
    background-color: #f0f0f8;
}

.calendar .monthyear {
    font-weight: bold;
}

.calendar span {
    padding: 2px;
}

.calendar .day {
    cursor: pointer;
}

.calendar .othermonth {
    color: silver;
}

.calendar .weekend {
    background-color: #ACD6F5;
}

.calendar .today {
    border: 1px solid red;
}

.calendar .selected, .timepicker .selected {
    background-color: #FFB3BE;
}

.date_input {
    text-align: left;
}

#order_history {
    border-collapse: collapse;
    border: 1px solid gray;
}

#order_history .thead {
    background-color: #c0c0c0;
}

#order_history th, #order_history td {
    border: 1px solid gray;
    padding: 2px;
}

#order_history td {
    text-align: right;
}

.ship_cost_loading {
    display: none;
    position: fixed;
    width: 200px;
    height: 90px;
    padding: 5px;
}

#ship_cost_loading {
    left: 150px;
    top: 160px;
    background-color: white;
    z-index: 1002;
    border: 1px solid black;
}

#ship_cost_loading_shadow {
    left: 155px;
    top: 165px;
    z-index: 1001;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#order_summary {
    max-width: 18cm;
}

.processing_order {
    display: none;
    position: fixed;
    width: 200px;
    height: 90px;
    padding: 5px;
}

#processing_order {
    left: 150px;
    top: 160px;
    background-color: white;
    z-index: 1002;
    border: 1px solid black;
}

#processing_order_shadow {
    left: 155px;
    top: 165px;
    z-index: 1001;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: black;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: 1000;
}

#products {
    border-collapse: collapse;
    width: 80%;
}

#products td {
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    padding: 3px;
}

#products .left_border {
    border-left: 1px solid #a0a0a0;
}

#products .right_border {
    border-right: 1px solid #a0a0a0;
}

#products .image {
    text-align: center;
}

#view_cart_button {
    color: #808080;
    font-size: 10px;
    margin: 10px;
}

#view_cart_button img {
    vertical-align: middle;
}

.quickbar a {
    color: #808080;
    font-size: 10px;
    margin: 10px;
}

.quickbar img {
    vertical-align: middle;
}

.package_info {
    border: 1px solid gray;
}
