body, html {
    margin: 0px;
    padding: 0px;
    background: #fff;
    background-color: #ffffff;
    font-size: 85%;
    font-family: sans-serif;
    color: #777;
}

html {
    padding: 20px 0px 20px 0px;
    
}

div.spacer {
    padding: 0px;
    clear: both;
}
    
a:link {
  text-decoration: none;
  color: steelblue;
} 

a:visited {
  text-decoration: none;
  color: steelblue;
} 

a:hover {
  text-decoration: none;
  color: #000;
} 

a:active {
  text-decoration: none;
  color: white;
}
    
#wrap {
    background: #fff;
    margin: 0 auto;
    width: 800px;
}

#header {
    background: #fff;
}

#headerImage {
    float: left;
}

#navigation {
    background: #fff;
    border: 1px solid #c0c0c0;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

#nav {
    width: 600px;
    float: left;
}

#sharebutton {
    padding-top: 5px;
    float: right;
}

.mainContent {
    background: #fff;
}

div.content_section {
    clear: both;
    padding-top: 20px;
}

div.content_section_left_large, div.content_section_right_large,
div.content_section_left_small, div.content_section_right_small {
    padding-top: 20px;
}

div.content_section_left_large {
    float: left;
    width: 600px;
}

div.content_section_right_large {
    float: right;
    width: 600px;
}

div.content_section_left_small {
    float: left;
    width: 180px;
}

div.content_section_right_small {
    float: right;
    width: 180px;
}

div.content_section_header {
    background-color: #eee;
    border: 0px;
    border: 1px solid #c0c0c0;
    border-bottom: 0px;
    padding: 1px;
    padding: 1px 10px;
    font-size: 120%;
}

div.content_section_detail {
    background-color: white;
    padding: 20px 20px 20px 20px;
    border: 1px solid #c0c0c0;
    text-align: left;
}

div.content_section_detail_image_left {
    float: left;
    padding: 0px 20px 0px 0px;
}

div.content_section_detail_image_right {
    float: right;
    padding: 30px 0px 0px 20px;
}

td.catalog {
    width: 145px;
    padding: 10px 0px 30px 0px;
}

img.catalog, img.order {
    border: 0px;
}

table.order {
    width: 100%;
    border: 1px solid #c0c0c0;
    font-size: 90%;
}

th.order {
    background-color: #eee;
    font-weight: bold;
    padding: 2px;
    border-bottom: 1px solid #c0c0c0;
    font-size: 100%;
}

td.order {
    background-color: white;
    padding: 5px;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    height: 80px;
}

img.order {
    width: 75px;
}

tr.order_total {
    background-color: #eee;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid #c0c0c0;
}

td.order_total {
    border-bottom: 1px solid #c0c0c0;
    font-size: 110%;
}

td.order_buttons {
    padding: 0px;
    padding-top: 20px;
    background-color: white;
    height: 80px;
}

div.slider {
    border: 1px solid black;
    width: 100%;
    height: 5px;
    background-color: #ccc;
    padding: 0px;
}

div.knob {
    top: -11px;
    border: 1px solid black;
    width: 78px;
    background-color: rgb(255,200,100);
    cursor: move;
    color: black;
    float: left;
    padding: 5px;
}

#footer {
    background: #fff;
    clear: both;
    border: 1px solid #c0c0c0;
}

ul.errorlist {
    color: red;
    font-size: 85%;
    list-style-image: url(/static/images/decor/error_arrow.jpg);
}

#help_tip {
    border: 1px solid steelblue;
    color: steelblue;
    font-size: 80%;
    font-weight: bold;
    padding: 0px;
    padding-left: 1px;
    padding-right: 1px;
}

.report_list {
    cursor: pointer;    
}

#sbox-window .sbox-content-swf
{
	overflow:				hidden;
}






