﻿#cart_container h3
{
    color: #616161;
}

#cart_container h4
{
    margin-top: 0px;
    color: #003663;
    font-weight: normal;
}

h5
{
    font-size: 10pt;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #616161;
}

h6
{
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 9pt;
    color: #555555;
}

.webuiedition p
{
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 19px;
}

.sup
{
    font-size: 8pt;
    margin-left: -4px;
    position: relative;
    top: -2px;
}

.dimtext
{
    color: #616161;
}

.webuiedition
{
    display: table;
    margin: 20px 0px;
}

.webuiedition ul
{
    padding: 0px;
    margin: 0px;
    display: table;
    width: 100%;
}

.webuiedition ul li
{
    display: inline;
    float: left;
    padding: 0px 15px;
    max-width: 180px;
}

.edition_selector
{
    background-image: url(/WebResources/Images/Store/ui_selector.png);
    background-repeat: no-repeat;
    width: 201px;
    height: 245px;
    cursor: pointer;
}

.edition_selector div
{
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 25px;
    color: White;
    font-size: 10pt;
}

li.edition
{
    position: relative;
    z-index: 10;
}

.topborder
{
    border-top: #d9d9d9 1px solid;
}

.bottomborder
{
    border-bottom: #d9d9d9 1px solid;
}

.product
{
    margin: 10px;
    margin-top: -10px;
    margin-right: 0px;
}

.product ul, .productoptions ul
{
    padding: 0px;
    margin: 0px;
    display: table;
    width: 100%;
    list-style: none;
}

.product ul li
{
    display: inline;
    float: left;
    padding: 0px 15px;
    min-width: 115px;
    margin-bottom: 10px;
    background-color: White;
}

.product img
{
    border: none;
    margin-bottom: -5px;
}

.product ul li p
{
    margin-left: 10px;
}

.product a:hover
{
    color: rgb(0, 102, 255);
}

.incontainer
{
    padding: 10px 0px;
}

#product_filter
{
    float: right;
    text-align: center;
    margin-bottom: 20px;
}

#product_filter ul li, .productoptions ul li
{
    float: left;
    margin-bottom: 0px;
    line-height: 10px;
    font-size: 8pt;
    padding: 0px 2px;
    min-width: inherit;
    background-color: Transparent;
}

#product_filter a.selected, .speciallink a.selected
{
    background-image: url(/WebResources/Images/Store/linkbg.gif);
    color: White;
    padding-top: 2px;
    padding-bottom: 2px;
}

#product_filter a.selected:hover, .speciallink a.selected:hover
{
    color: white;
    cursor: default;
}

#product_filter a, .speciallink a
{
    color: #616161;
    padding: 0px 10px;
    border: 0px none;
}

#product_filter a:hover, .speciallink a:hover
{
    color: rgb(0, 102, 255);
}

span.selectedleft
{
    background-image: url(/WebResources/Images/Store/linkbg_left.gif);
    padding-left: 1px;
    padding-bottom: 2px;
    padding-top: 2px;
}

span.selectedright
{
    background-image: url(/WebResources/Images/Store/linkbg_right.gif);
    padding-right: 1px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.speciallink a.selected, .speciallink span.selectedleft, .speciallink span.selectedright
{
    padding-top: 1px;
    padding-bottom: 1px;
}

hr
{
    border-top: #d9d9d9 1px solid;
}

.cartitem
{
    padding: 10px 0px;
}

.cartitem img.boxshot
{
    height: 130px;
    float: left;
    margin-top: 20px;
}

.cartitemcontainer
{
    margin-top: 20px;
}

.productoptions
{
    margin-left: 20px;
    border: #dedede 1px solid;
    float: right;
    width: 400px;
    background-color: whitesmoke;
    padding: 10px;
    margin-right: 20px;
    margin-top: -30px;
    margin-bottom: 20px;
}

.editproductoptions
{
    background-color: #fdfad5;
    border: #f5d47d 1px solid;
}

.productoptions div
{
    margin-bottom: 10px;
}

.cartitemcontainer p
{
    margin-top: 5px;
    margin-bottom: 10px;
}

.cartitemcontainer label
{
    font-weight: normal;
    margin-right: 5px;
    color: #000;
}

.cartinputtext
{
    font-family: "Segoe UI" , Tahoma, Verdana;
    font-size: 9pt;
    border: gray 1px solid;
    padding: 2px;
    background-color: white;
}

.productoptions ul
{
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
}

.productoptions ul.inlineitem li
{
    display: inline;
    float: left;
    padding: 0px 0px;
    margin-right: 40px;
}

.productoptions a.actionlink
{
    margin-left: 50px;
}

.comboedit
{
    border: gray 1px solid;
    padding: 2px;
    background-color: White;
    padding-right: 16px;
    cursor: pointer;
    background-image: url(/WebResources/Images/Store/arrow_expand.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

a.selectedtype
{
    color: Black;
    cursor: default;
}

#combined_selector h5
{
    margin-left: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 20px;
    background-image: url(/WebResources/Images/arrow_learnmore.png);
    background-repeat: no-repeat;
    background-position: left 3px;
}

#option_selector
{
    border: gray 1px solid;
    background-color: White;
    width: 200px;
    height: 100px;
    position: absolute;
    text-align: left;
}

#option_selector a
{
    display: block;
    padding: 3px 5px;
}

#option_selector a:hover
{
    background-color: #555555;
    color: White;
    cursor: default;
}

/* checkout form */
#bg_blocker
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: Black;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}


#checkout_box
{
    position: absolute;
    z-index: 10;
    background-image: url(/WebResources/Images/Store/dialogbox_bg.png);
    width: 628px;
    height: 297px;
    background-repeat: no-repeat;
    cursor: default;
}

#checkout_box div
{
    font-size: 10pt;
}

#checkout_box div.footer
{
    position: absolute;
    bottom: 8px;
    height: 35px;
}

.inputcontainer
{
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.inputcontainer p label
{
    color2: #003663;
    font-weight: bold;
    font-size: 9pt;
}

.inputcontainer p
{
    margin-top: 3px;
    margin-bottom: 3px;
}