body {
    background-color: #cccccc;
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
}

h1 {
    margin-top: 0px;
    color: #34318A;
}

a, a:visited {
    color: #34318A;
}

a:hover {
    font-weight: bold;
}

img {
    border: 0px;
}

img.left {
    border: 1px solid #000000;
    float: left;
    margin-right: 15px;
}

img.right {
    border: 1px solid #000000;
    float: right;
    margin-left: 15px;
}

div#main_container {
    background-color: #ffffff;
    width: 900px;
    margin: 0px auto;
    padding: 10px;
}

div#header_logo {
    float: left;
}

div#header_address {
    float: right;
    text-align: right;
} 

div#top_menu {
    overflow: hidden;
    width: 896px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
    background-image: url('/images/menu_background.jpg');
    padding-left: 5px;
}

dt
{
    font-weight: bold;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    font-weight: bold;
} 

a.button:hover{
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

div#side_menu {
    float: left;
    width: 150px;
}

div#content_container {
}

div#disclaimer {
    font-size: smallest;
    color: #999999;
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
}

div#sidebar {
    float: right;
    background-color: #A5DAF4;
    width: 200px;
    margin-left: 10px;
    padding: 10px;
}

div#sidebar h1, div#bottombar h1 {
    font-size: 14px;
    font-weight: bold;    
    color: #000000;
}

div#sidebar img, div#bottombar img {
    border: 1px solid #000000;
}

div#bottombar {
    background-color: #A5DAF4;
    padding: 10px;
}

br.break  {
    clear: both;
}

/* Product listing */
div.product {
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
}

div.product_image {
    float: left;
    width: 100px;
    height: 75px;
    border: 1px solid #000000;
    margin-right: 5px;
    text-align: center;
}

div.product_description {
    float: left;
}

span.product_name {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

span.product_name a {
    color: #000000;
}

div.product_price {
    width: 100px;
    float: right;
    text-align: center;
}

span.product_currency {
    font-weight: bold;
    font-size: 18px;
    height: 75px;
}

div#sidebar  select {
    width: 100%;
}

div#sidebar input.price {
    width: 50px;
}

div#sidebar div.label {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

/* Product details */
div#product_details_header {
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 10px;
}


div#detail_picture_info {
    width: 150px;
    text-align: center;
}


div#detail_information {
    border-top: 1px dotted #cccccc;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

div#detail_information div.label {
    clear: left;
    width: 150px;
    font-weight: bold;
    float: left;
}

div#detail_information div.value {
    float: left;
}

div#product_sidebar {
    width: 150px;
    float: right;
    background-color: #ffffff;
    margin-left: 10px;
}

div#product_details_header h1 {
    margin-bottom: 5px;
}

div#product_sidebar  div#price{
    width: 150px;
    text-align: center;
}


div#detail_image {
    width: 100px;
    height: 75px;
    border: 1px solid #000000;
    text-align: center;
}

div.solution {
    width: 300px;
    float: left;
}

div.coupon_categories {
}

div.coupon_category {
    text-align: center;
    float: left;
    width: 220px;
    height: 230px;
}
