
body {
    font-family: Arial, Helvetica, Verdana, "sans-serif";
    font-size: 77%;
}

a, a:link, a:visited, a:hover, a:active {
    color: #000;
}
a:hover {
    text-decoration: none;
}

h2 {
    color: #D0080B;
}
h3 {
    color: #000;
    font-size: 1.3em;
}
h4 {
    color: #000;
    font-size: 1.1em;
}

/*Layout styles */
#header {
    margin-bottom: 10px;
    background: #FFF url('../images/jc_banner_bg.jpg') repeat-x;
}
#toolbar {
    text-align: right;
    margin-bottom: 10px;
    height: 20px;
}

#toolbar a {
    vertical-align: top;
    margin-left: 5px;
    font-weight: bold;
    font-size: 1.2em;
}

#footer {
    margin-top: 50px;
}

/* Content styles */

.feedback h3 {
    color: green;
}
.warning h3 {
    color: #C00;
}

.prices {
    width: 100%;
}
.prices th {
    background-color: #FF6363;
}
.prices tr {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.prices td, .prices th {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    padding: 5px;
}
.calcform {
    font-weight: bold;
}

.button {
    background-color: #FFF;
}

/* clients listing */
#clients h3 {
    margin-bottom: 0;
    padding-bottom:0;
}

/* signup form */
#signup fieldset {
    border: 1px solid #CCC;
    padding: 10px;
    min-height: 375px;
}
#signup legend {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FFF;
}
#signup label span, #signup .req {
    color: #f00;
    font-weight: bold;
}
#signup .check {
    background-color: #FEFF9F;
}

/* trial calculator */
#tc_table {
    width: 700px;
}
#tc_table tr {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
#tc_table td, #tc_table th {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 2px;
}
#tc_table th, #tc_table tr#result td {
    background-color: #FF6363;
    text-align: left;
}
#tc_table tr.odd td, tr.odd td {
    background-color: #DDD;
}

/* Products page */
#products #prd_list {
    list-style-type: none;
    font-size: 1.3em;
    font-weight: bold;
    width: 350px;
}
#products #prd_list input {
    width: 25px;
    padding: 0;
    margin: 0;
}
#products #prd_list p {
    margin-left: 30px;
    font-size: 0.75em;
    font-weight: normal;
}
#prd_list .currentprice {
    font-style: italic;
    font-weight: normal;
    float: right;
}

#order_prodlist th, #order_history th {
    padding: 5px;
    background-color: #C9E7A7;
    text-align: left;
    border-bottom: 1px solid #000;
}
#order_prodlist td {
    padding: 5px;
}
td.order_total {
    border-bottom: 1px solid #000;
}

#order_history th, #order_history td {
    padding: 5px;
}

