﻿
/* .order_summary */
.order_summary
{
    border: 1px solid #666666;
    margin: 15px 0px 15px 0px;
}

.order_summary h3
{
    margin: 2px 20px 2px 20px;
    font-size: 10pt;
    color: White;
    border-style: none;
}

.order_summary ul
{
    list-style-type: none;
    margin: 5px;
}

.order_summary ul li
{
    padding: 2px;
}

.order_summary ul li strong
{
    display: inline-block;
    text-align: right;
    width: 140px;
    padding-right: 5px;
}

.order_summary .basic
{
    width: 400px;
    vertical-align: top;
}

.order_summary .shipping
{
    width: 400px;
    vertical-align: top;
}

/* .order_header */
.order_header
{
    border: solid 1px #888888;
    /*font-size: 8pt;*/
}

.order_header h3
{
    font-size: 10pt;
    margin: 0px;
    padding: 2px;
    text-align: center;
}

.order_header table
{
    /*width: 100%;*/
}

.order_header ul
{
    list-style-type: none;
    margin: 3px;
}

.order_header table td,.order_header table th
{
    vertical-align: top;
}

.order_header td.basic
{
    border-width: 1px;
    border-color: #666666;
    border-right-style: solid;
    padding: 2px;
}

.order_header td.shipping
{
    padding: 2px;
}

.order_header td.billing
{
    border-width: 1px;
    border-color: #666666;
    border-right-style: solid;
    padding: 2px;
}

.order_header table th
{
    background-color: #888888;
    color: #CCCCCC;
    font-weight: bold;
}

.order_header ul strong
{
    display: inline-block;
    width: 100px;
    text-align: right;
    padding-right: 5px;
}

.order_header ul li
{
    padding: 2px 0px 2px 0px;
}

/* .order_items */
.order_items
{
    border: 1px solid #d0d0d0;
}

table.order_items
{
    width: 100%;
    border-collapse: collapse;
}

table.order_items thead tr th
{
    background-color: #d0d0d0;
    color: #333;
    padding: 4px;
}

table.order_items tbody td
{
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}

.order_items td.description
{
    text-align: left;
    border-left:solid 1px #d0d0d0;
    border-top: solid 1px #d0d0d0;
}

.order_items td.itemno
{
    text-align: center;
    border-top: solid 1px #d0d0d0;
}

.order_items td.quantity
{
    background-color: #f0f0f0;
    text-align: center;
    border-left: solid 1px #d0d0d0;
    border-top: solid 1px #d0d0d0;
}

.order_items td.rate
{
    background-color: #f0f0f0;
    text-align: right;
    border-left: solid 1px #d0d0d0;
    border-top: solid 1px #d0d0d0;
}

.order_items td.amount
{
    background-color: #f0f0f0;
    text-align: right;
    border-left: solid 1px #d0d0d0;
    border-top: solid 1px #d0d0d0;
}

.order_items tfoot tr
{
    background-color: #f0f0f0;
    color: White;
}

.order_items tfoot tr th
{
    border-top: solid 1px #d0d0d0;
    padding: 5px;
}

.order_items .order_subitems
{
    margin: 10px;
    text-align: right;
}

.order_items .order_subitems table
{
    width: auto;
    font-size: 0.9em;
}

.order_items .order_subitems th
{
    color: Black;
    background-color: Transparent;
}

.order_items .order_subitems tbody td
{
    padding: 2px 2px 2px 10px;
}

.order_items .order_subitems .subitems_total
{
    border-top: solid 1px #999999; 
    font-weight: bold; 
    padding: 5px;
    color: Green;    
}

.order_items .grand_total
{
    font-weight: bold;
    text-align: right; 
    font-size: 1.2em;
    color: Green;    
}


ul.hantle_input_form
{
    list-style-type: none;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0px;
    padding: 0px;
}

ul.hantle_input_form  li
{
    list-style-type: none;
    padding-top: 2px;
    padding-bottom: 2px;
    clear: both;
}

ul.hantle_input_form span.label
{
    width: 120px;
    float:left;
    text-align: right;
    margin-right: 6px;
    font-weight: bold;
}

ul.hantle_input_form .value
{
    /*
    float:left;
    display: inline;
    text-align: left;
    */
}

#store_part_products ul#partlist 
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#store_part_products ul#partlist li.partitem
{
    position: relative;
    list-style-type: none;
    margin: 3px;
    padding: 5px;
    border: 2px solid #99CCFF;
    display: inline;
    float: left;
    width: 230px;
    height: 100px;
}

#store_part_products ul#partlist li.partitem .price
{
    position:absolute;
    right: 10px;
    top: 30px;
    color: Red;
    font-size: 1.5em;
}

#store_part_products ul#partlist li.partitem .itemno
{
    position:absolute;
    right: 10px;
    top: 10px;
    font-size: 0.8em;
}

#store_part_products ul#partlist li.partitem .overview
{
    /*font-size: 1.1em;*/
}

#store_part_products ul#partlist li.partitem img
{
    margin: 0px;
    padding: 5px;
    width: 55px;
    height: 55px;
}

#store_system_products ul#systemlist 
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#store_system_products ul#systemlist li.systemitem
{
    position: relative;
    list-style-type: none;
    margin: 3px;
    padding: 5px;
    border: 2px solid #99CCFF;
    display: inline;
    float: left;
    width: 290px;
    height: 110px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#store_system_products ul#systemlist li.systemitem .name
{
    position:absolute;
    right: 20px;
    top: 15px;
    font-size: 1.3em;
    font-weight: bold;
}

#store_system_products ul#systemlist li.systemitem .price
{
    position:absolute;
    right: 20px;
    top: 40px;
    color: Red;
    font-size: 1.2em;
}

#store_system_products ul#systemlist li.systemitem .itemno
{
    position:absolute;
    right: 10px;
    top: 10px;
    font-size: 0.8em;
}

#store_system_products ul#systemlist li.systemitem .overview
{
    position:absolute;
    right: 10px;
    top: 60px;
    width: 210px;
    font-size: 1.0em;
    line-height: 1.3em;
    border-top: solid 3px #99CCFF;
    padding-top: 10px;
}

#store_system_products ul#systemlist li.systemitem img
{
    margin: 0px;
    padding: 5px;
    /*width: 100px;*/
    height: 100px;
}

.store h2
{
    background-color: #99ccff;
    border: solid 3px #99ccff;
    /*
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    */
    padding: 5px 5px 5px 20px;
    font-size: 1.4em;
}

#checkout .panel
{
    position: relative;
    margin: 5px 5px 5px 0px;
    padding: 0px;
    border: 1px solid #e0e0e0;
    /*
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    */
}

#checkout .panel h3
{
    background-color: #e0e0e0;
    color: #333;
    padding: 2px 20px 2px 20px;
    margin: 0px 0px 0px 0px;
}

#checkout .options
{
    clear: both;
}

.cartlink
{
    display: block;
    position: absolute;
    right: 10px; 
    top:0px;
}
