/* CSS Document */
.menu_path
{
    height: 15px;
    width: 705px;
    float: left;
    background-color: #FFF;
    color: #C00;
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
}
.main_heading
{
    height: 15px;
    width: 705px;
    float: left;
    background-color: #FFF;
    color: #C00;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}
.product_make
{
    height: 20px;
    width: 685px;
    float: left;
    background-color: #666;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
    margin-right: 15px;
    padding-top: 3px;
}
.product_name_large
{
    height: 20px;
    width: 685px;
    float: left;
    background-color: #666;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
    margin-right: 15px;
    padding-top: 3px;
}

.product_box
{
    float: left;
    height: 180px;
    width: 157px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.product_box_bottom_Wrapper
{
    padding: 0px;
    margin: 0px;
    width: 158px;
    height: 41px;
    border-style: none solid solid none;
    border-width: thin;
    border-color: #989697;
    float: left;
}
.product_box_image_wrapper
{
    border-style: none solid none solid;
    border-width: thin;
    border-color: #989697;
    height: 120px;
    width: 157px;
    overflow: hidden;
    float: left;
    cursor: hand;
}
.product_info
{
    float: left;
    width: 685px;
    margin-top: 20px;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
    margin-right: 15px;
    padding-top: 3px;
    font-size: small;
}
.model_name
{
    background-color: #989697;
    float: left;
    height: 40px;
    width: 153px;
    padding-top: 3px;
    padding-left: 5px;
    color: #FFF;
    font-size: small;
}
.product_thumbnail
{
    margin: auto;
    padding: 5px 20px 5px 20px;
    max-width: 115px;
}
.product_thumbnail_big
{
    padding: 5px;
    margin: auto;
    overflow: auto;
    max-width: 600px;
}
.product_box_bottom
{
    float: left;
    height: 41px;
    width: 157px;
}
.corner
{
    border-style: none none solid solid;
    border-width: thin;
    border-color: #FFFFFF;
    float: left;
    height: 41px;
    width: 41px;
}

.item_number
{
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #989697;
    text-align: right;
    padding-right: 5px;
}
.details
{
    float: left;
    height: 30px;
    width: 111px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-align: right;
    padding-right: 5px;
    overflow: hidden;
}
.ProductHoverPanelWrapper
{
    max-height: 90%;
}
.ProductHoverPanel
{
    margin: inherit;
    background-color: #FFFFFF;
    border: 2px solid #666;
    z-index: 13000;
    max-height: 90%;
    overflow: hidden;
}
.ProductHoverPanelHeader
{
    height: 22px;
    background-color: #666;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
}
.ProductHoverPanelWrapper
{
}
.popupHover
{
}
.product_info_hover
{
    padding: 10px;
    float: left;
    width: 685px;
    margin-top: 20px;
    text-align: left;
    vertical-align: middle;
    margin-right: 15px;
    font-size: small;
}
/* Autocomplete Styles
# CompletionListCssClass - Css Class that will be used to style the completion list flyout.
# CompletionListItemCssClass - Css Class that will be used to style an item in the AutoComplete list flyout.
# CompletionListHighlightedItemCssClass - Css Class that will be used to style a highlighted item in the AutoComplete list flyout.
*/
.CompletionListCssClass
{
    border: 1px solid #d9d9d9;
    background-color: #FFFFFF;
    z-index: 12000;
    font-size: small;
}
.CompletionListItemCssClass
{
    padding: 5px;
}
.CompletionListHighlightedItemCssClass
{
    padding: 5px;
    background-color: #d9d9d9;
}
.closeHoverPanelButton
{
    float: left;
}
/* Lightbox CSS*/
.gallery
{
    zoom: 1;
    width: 290px;
    height: auto;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.gallery a
{
    display: block;
    float: left;
    margin: 5px;
    padding: 6px;
    border: solid 1px #b8b8b8;
    background-color: #f4f5f5;
    opacity: 0.87;
    text-align: center;
}
.gallery a:hover
{
    opacity: 1;
}
.gallery a img
{
    border: none;
    display: block;
}
.gallery a#vlightbox
{
    display: none;
}
.gallery_text
{
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    color: #000;
    line-height: 18px;
}
