﻿#Product_Outer_Container
{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
    
#Product_Info_Container1
{
    width: 100%;
    height: auto; 
    background: #f9f9f9;
    position: relative;
}

/* Videos */
#Product_Video_Container_Outer
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 9999;
}
    .video_close
    {
        float:right;
        display: block;
        height: auto;
        width: auto;
        padding: 5px 10px;
        color: #fff;
        font-weight: bold;
        font-size: 1em;
        cursor: pointer;
        background: #000;
    }
#Product_Video_Overlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    z-index: -1;
}
#Product_Video_Container_Inner
{
    width: auto;
    height: auto;
    padding: 20px;
    margin: 50px auto;    
    background:#000;
    border: 12px solid #e4e4e4;
    z-index: 99999;
}
    .video_title
    {
        font-size: 0.9em;
        color: #fff;
        line-height: 24px;
        margin-bottom: 12px;
    }

/* end videos */

#Product_Image_Container
{    
    float: left;
    height: auto;
    margin: 10px 0 0 10px;
    width: 462px;  
}
#Primary_Image_Inner_Container
{
    height: auto;
    width: auto;
    background: #fff;
    border: 1px solid #d3d3d3;
}

#Primary_Image_Div
{
    display: table-cell;
    height: 450px;
    padding: 5px 5px;
    text-align: center;
    vertical-align: middle;
    width: 450px;
}
#Primary_Image_Ribbon
{
    height: 50px;
    width: auto;
}
.primary_img_video
{
    display: block;
    text-decoration: none;
    height: 42px;
    width: 170px;
    background-image:url('/images/icons/watch_videos_ribbon.png');
    background-repeat:no-repeat;
    background-position: 0% 50%; 
    cursor: pointer;           
}
#Alt_Images_Div
{
    padding:10px;
}

#Alt_Images_List
{
    list-style-type: none;
    height: auto;
    width: auto;
    text-align: center;
}
#Alt_Images_List li
{
    border: 1px solid #555;
    display: inline-block;
    margin:2px;
}
    
#Ask_Expert_Div
{
    height: auto;
    padding: 12px 12px;
    text-align: center;
    width: auto;
    line-height: 24px;
}
    .ask_expert_header
    {
        color: #003173;
        font-size: 1.2em;
        font-weight: bold;
    }
    .ask_expert_phone
    {
        color: #276A9F;
        font-size: 1em;
        font-weight: bold;
    }
    .ask_expert_link
    {
        color: #276A9F;
        font-size: 1em;
        margin-left:25px;
        margin-right: 5px;
    }
     .ask_expert_call
    {
        color: #276A9F;
        font-size: 1.5em;
        font-weight: bold;
    }
    .ask_expert_email
    {
        color: #276A9F;
        font-size: 1.5em;
        margin-left:25px;
        margin-right: 5px;
    }
        
#Product_Desc_Container
{
    width: 478px;
    height: auto;
    float: right;
    
}

.product_desc_header_section
{
    width: 96%;
    height: auto;
    padding: 2%;
}

.product_desc_options_section
{
    width: 96%;
    height: auto;
    padding: 0% 2% 2% 2%;
}
#product_stock_section{padding:1% 2% 0 2%;}
.product_desc_section
{
    width: auto;
    height: auto;
    padding:1% 2%;
}

.product_short_desc 
{
    font-family: Arial;
    color: #444;
    font-size: 1em;
    width: 95%;
    height: 54px;
    line-height: 18px;
}

.product_mfg
{
    font-size: 12px;
    color: #444;
}

.product_mfg_link
{
    text-decoration: none;
    color: #003173;
    font-weight: bold;
    font-size: 14px;
}
    .product_mfg_link:hover
    {
        text-decoration: underline;
    }

.product_sku
{
    color: #555;
    font-size: 0.7em;
    height: 16px;
    margin-top: 2px;
} 
.product_section_clear_bottom
{
    width: 80%;
    height: 1px;
    border-bottom: 1px solid #e4e4e4;
    clear: both;
    margin-top:6px;
}
.product_section_clear_top
{
    width: 80%;
    height: 1px;
    border-bottom: 1px solid #e4e4e4;
    clear: both;
    margin-bottom: 12px;
}

#CustomItemMessage
{
    color:#900;
    font-weight:bold;
    margin-bottom:20px;
}

/* Product Option Dropdowns */


.option_container
{
    height: auto;
    width: 100%;
    position: relative;
}
.option_label
{
    font-size: 12px;
    color: #444;
    display: block;
    float: left;
    height: 32px;
    width: auto;
    min-width: 50px;
    text-align: right;
    line-height: 28px;
    
}
.option_dropdown_div
{
	float: left;
	height: auto;
	width: auto;
	max-width: 320px;
	min-width: 125px;
	margin-left: 4px;	
}
    .option_dropdown_select
    {
        display: block;
        height: 28px;
        line-height:22px;
        width: auto;
        max-width: 320px;
        min-width: 125px;
        padding: 2px;
    }
    


/* Product Pricing */


#Product_Pricing
{
    margin-bottom: 16px;
    width: 225px;
    height: auto;
    float: left;
}

.product_price_p
{
    font-size: .9em;
    color: #B01119;
    height: 22px;
    width: auto;
    font-weight: bold;
}

.price_label
{
    display: block;
    float: left;
    font-size: 1em;
    height: 20px;
    line-height: 20px;
    text-align: right;
    width: auto;
    margin-right: 4px;
    font-weight: normal;
    color: #aaa;
}

.our_price_label
{
    color: #000;
}

.price_list
{
    color: #555;
    font-size: 1em;
    line-height: 20px;
    height: 20px;
    font-weight:normal;
}

.price_cost
{
    color: #B01119;
    font-size: 1em;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}

.final_price
{
    font-size: 1em;
}

.quantity-pricing
{
    color: #B01119;
}

#Product_Free_Shipping
{
    float: right;
    height: auto;
    width: auto;
    margin-right:4px;
}

#Product_Add_To_Cart
{
    height: auto;
    width: auto;
    margin-left: 8px;
    margin-top: 10px; 
    height: 50px;  
}

.product_qty
{
    line-height: 28px;
    font-size: 16px;
    width: auto;
    display: block;
    float: left;
    margin: 7px;
}
.product_qty > input
{
    border: 1px solid #555;
    height: 24px;
    width: 28px;
    margin: 2px;
    text-align: center;
}

.product_add
{
    display: block;
    height: auto;
    width: auto;
    margin-left: 16px;
    float:left;
}
.product_add > input
{
    background: #00d325;
    color: #FFFFFF;
    font-size: 18px;
    height: 40px;
    padding: 8px 50px;
    width: auto;
    margin-left: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border: none;
    
}
.product_add > input:hover
{
    background: #00a821;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.add_to_link
{
    color: #777;
    font-size: .7em; 
    float: left; 
    margin: 5px 0px 0px 26px;
}

/* Availability */

.availability_label
{
    font-size: 13px;
    color: #444;
    height: 20px;
    line-height: 20px;
    float:left;
    padding-right:5px;
}
.stockclass{width: 220px;float: left;}
.availability_status
{
    font-size: 14px;
    font-weight: bold;
}

.availability_info
{
    width:16px;
    height:20px;    
    line-height: 20px;
    position: relative;
    cursor: pointer;
    display:inline-block;
    top:-5px;
}

.availability_icon
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #0F3260;
    border-radius: 6px;
    color: #0F3260;
    display: block;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    height: 11px;
    line-height: 10px;
    margin-left: 4px;
    text-align: center;
    width: 11px;
}
    .availability_info:hover .availability_icon
    {
        background: #0f3260;
        color: #fff;        
    }

    .availability_info:hover .availability_bubble {
            display:block;
        }

        .availability_bubble
        {
            background: none repeat scroll 0 0 #F4F4F4;
            border: 1px solid #D0D0D0;
            border-radius: 10px;            
            box-shadow: 0 9px 9px -3px #555;
            display: none;
            font-family: Arial;
            font-size: 13px;
            height: auto;
            left: -180px;
            bottom: 30px;
            padding: 8px;
            position: absolute;            
            width: 280px;
            z-index: 1;
        }

        .availability_pointer
        {
            border-color: #F4F4F4 rgba(0, 0, 0, 0);
            border-style: solid;
            border-width: 12px 12px 0;
            bottom: -27px;
            content: "";
            display: block;
            left: 177px;
            position: absolute;
            width: 0;
            z-index: 1;
        }

#Item_Msg_Div
{
    width: 100%;
    height: auto;
}

.item_msg_list
{
    width: 90%;
    margin-left: 10%;
    clear:both;
}

.item_msg_list > li
{
    color: #555;
}
/* Special Offers */

.product_special_offer
{
    border: 1px solid #B01119;
    border-right: none;
    background: #fff;
    height: auto;
    padding: 4px;
    width: 100%; 
    font-size: .9em; 
    clear:both;
    margin-top:15px;  
}
    .special_offer_title
    {
        color: #B01119;
        font-size: 1em;
        font-weight: bold;
        display: block;
    }
    .special_offer_desc
    {
        color: #222222;
        font-size: 0.9em;
    }
    .special_offer_link > a
    {
        color: #276a9f;
        font-size: 0.9em;
        margin-left: 5px;
    }

.product_guarantee_link
{
    color: #0F3260;
    font-size: .95em;
    text-decoration: none;
    line-height:32px;
    font-weight:bold;
}
    .guarantee_sublink
    {
        color: #276a9f;
        font-size: 0.8em;
        margin-left: 10%;
        width: 45%;
    }

/* Product Social */

#Product_Social_Share {
    margin-top: 8px;
    height: 75px;
    width: auto;
    opacity: 0;
}

.product_social_header
{
    color: #0F3260;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 8px;
    margin-left: 4px;
    width: auto;    
}

#Product_Social_Links {
    width: auto;
    height: 40px;
    list-style-type: none;
    margin-left: 16px;
}
#Product_Social_Links .share_icon {
    display: block;
    float: left;
    text-align:center;
    width: auto;
    height: 24px;
    margin: 0px 4px;
}

.sh_facebook{width:95px !important;}
.sh_twitter{width:58px !important;}
.sh_linkedin{width:61px !important;}
.sh_pinterest{width:40px !important;}
.sh_google{width:57px !important;}

/* Product Info Container 2 */

#Product_Info_Container2
{
    margin-top: 25px;
    min-height: 200px;
    position:relative;    
}

#Product_Tabs_Header
{
    height:40px;
    width: 65%;
    left: 0px;
    
}

#Product_Tabs
{
    height: 40px;
    width: 100%;
    list-style-type: none;
}

#Product_Tabs li
{        
    color: #0F3260;
    display: inline-block;
    float: left;    
    height: 40px;    
    width: 20%;
    background: #fff;
}
    .product_tabs_link
    {
        color: #0F3260;
        display: block;
        font-family: Arial;
        font-size: .9em;
        font-weight: bold;
        height: 38px;
        line-height: 40px;
        text-align: center;
        width: 95%;
        margin: 0% 5% 0% 0%;
        background: #cee1f2;
        border: 1px solid #AFC6DB;
        border-bottom: none;
        border-radius: 6px 6px 0px 0px;
        text-decoration: none;
    }
    .product_tabs_link:hover
    {
        background: #AFC6DB;
        cursor: pointer;
    }
    .product_tabs_link.selected
    {
        background: #fff;
        border: 1px solid #e4e4e4;
        border-bottom: none;
        height: 40px;
    }

   
.product_tabs_section
{
    width: 65%;
    height: auto;
    display: none;
    border: 1px solid #e4e4e4;
    float:left;
}    

#Product_Overview
{
    display: block;
}
    .Product_Overview_Logo
    {
        display: block;
        float: right;
        margin: 20px 16px 4px;
    }
    
    .product_overview_content, .product_reviews_content, .product_accessories_content, .product_datasheets_content
    {
        color: #444444;
        font-size: 13px;
        font-family: Verdana;
        height: auto;
        min-height: 50px;
        line-height: 19px;        
        text-align: left;
        width: 96%;
        padding: 3% 1% 3% 3%;
        text-align: justify;
    }
    .product_overview_content p
    {
        margin-bottom: 12px;
    }
    
#Product_Details_List
{
    width: 100%;
    height: auto;    
    list-style-type: none;
}

.product_details_section
{
    margin: 0 4%;
    padding: 16px 0;
    width: 92%;
    border-bottom: 1px solid #d4d4d4;
    float: left;
}

    .product_details_label
    {
       color: #444444;
        float: left;
        font-size: 15px;
        font-weight: bold;
        height: auto;
        min-height: 40px;
        line-height: 40px;
        text-align: left;
        width: 50%;
    }
    .product_details_content
    {
        color: #444444;
        float: left;
        font-size: 13px;
        font-family: Verdana;
        height: auto;
        min-height: 50px;
        line-height: 16px;
        padding-left: 40px;
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        width: 85%;
        line-height: 19px;
        
    }
    
    .product_details_content p
    {
        margin-bottom: 12px;
    }
    .product_details_content ul
    {
        list-style-type: disc;
    }

.pr-review-engine { float: left;} 

#Product_Accessories
{
    width:100%;
}

.product_accessories_header
{
    color: #0f3260;
    font-size: 1.5em;
    font-weight: bold;
    margin: 4px 0 32px;
}

#Product_Accessories_Category_List
{    
    display: block;
    height: auto;
    list-style-type: none;
    margin: 1%;
    width: 25%;
    float: left;
}
    #Product_Accessories_Category_List > li
    {
        display:block;
        height: auto;
        min-height: 24px;
        width: 95%;
        margin-top: 8px;
        cursor: pointer;
    }
        #Product_Accessories_Category_List > li > a
        {
            display:block;
            height: auto;
            line-height: 22px;
            text-decoration: none;
            color: #276a9f;
            border-radius: 4px;
            font-size: 1em; 
            padding: 4px 4px 4px 8px;   
            border: 1px solid #fff;         
        }
            #Product_Accessories_Category_List > li > a:hover
            {
                border:1px solid #003173;
                background: #cee1f2;
                color: #0F3260;
            }
            #Product_Accessories_Category_List > li > a.selected
            {
                background: #0F3260;
                color: #fff;
                border: 1px solid #0F3260;
            }
            
#Product_Accessories_Item_List
{
    display: block;
    width: 71%;
    float: left;        
    height: auto;
    min-height: 50px;
    list-style-type: none;
    margin-top: 12px;
    border-left: 1px solid #cee1f2;
    padding-left: 8px;
}
#Product_SimilarAccessories_Item_List
{
    display: block;
    float: left;        
    height: auto;
    min-height: 50px;
    list-style-type: none;
    margin-top: 12px;
    margin-left:-15px;
}
    .product_accessories_item,.product_similaraccessories_item
    {
        border: 1px solid #e7e7e7;
        border-radius: 2px;
        display: block;
        float: left;
        height: 295px;
        margin: 4px 12px 4px 16px;
        text-align: center;
        width: 180px;
    }
     .product_similaraccessories_item
    {
       height: auto;
       background-color:#fff;
       font-size: 0.85em;
    }
    .item_msg
    {
        color: crimson;
        font-weight: bold;
        font-size: 16px;
    }
    .product_similar_msg
    {
        font-size:12px;
        position: relative;
        top: -5px;
    }
    .product_msg
    {
        margin-top:4px;
        font-family: Arial;
        color: #444;
        font-size:15px;
        width: 95%;
        line-height: 18px;
        font-weight:bold;
    }
    .product_custommsg
    {
        font-size: 13px;
        margin: 10px 0 0 15px;
    }
        .product_accessories_desc > a
        {
            color: #444;
            font-size: .9em;
            font-weight: bold;
            height: 56px;
            line-height: 14px;
            overflow: hidden;
            width: 95%;
            margin: 4px auto;
            display: block;
            text-decoration: none;
        }
            .product_accessories_desc > a:hover
            {
                text-decoration: underline;
            }
        .product_accessories_part_number
        {
            color: #555;
            font-size: 0.85em;
            line-height: 14px;
            margin: 8px auto;
            font-weight: bold;
        }
        .product_accessories_price
        {
            color: #444;
            font-size: .9em;
            line-height: 14px;
            margin: 8px auto;
            height:28px;
        }            
        .product_accessories_addtocart
        {
            background: #00d325;
            border: medium none;
            color: #ffffff;
            cursor: pointer;
            font-size: 1em;
            height: 28px;
            margin: 0px auto;
            padding: 4px;
            width: 65%;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            display: block;
        }
            .product_accessories_addtocart:hover
            {
                background: #00a821;
            }
            
#Accessories_Container
{
    width: 33%;
    height: auto;
    float: right;
    display: inline-block;
}

#Accessories_Required
{
    margin-bottom: 12px;
}

    .accessories_header
    {
        border-radius: 6px 6px 0 0;
        background: #9d002a;
        color: #fff;
        display: block;
        font-family: Arial;
        font-size: 0.9em;
        font-weight: bold;
        line-height: 40px;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        width: 97%;
    }
    #Accessories_Recommended > .accessories_header
    {
        background: #cee1f2;
        color: #0F3260;
    }
    
    .accessories_item_container
    {
        margin-top: 1px;
        border: 1px solid #e4e4e4;
        
    }
    .accessories_item
    {
        border-bottom: 1px solid #e4e4e4;
        list-style-type: none;
        margin: 0 4px;
        padding: 8px 0;
    }
        .accessories_info_container
        {
            width: 57%;
            float: right;
            display: block;
            height: auto;
            text-align: center;
        }
        .accessories_item_desc a
        {
            color: #444;
            font-size: .7em;
            font-weight: bold;
            height: 42px;
            line-height: 14px;
            overflow: hidden;
            width: 100%;
            margin: 4px auto;
            display: block; 
            text-decoration:none;           
        }
            .accessories_item_desc > a:hover
            {
                text-decoration: underline;
            }
        .accessories_part_number
        {
            color: #575757;
            font-size: 0.7em;
            line-height: 14px;
            margin: 8px auto;
            font-weight: bold;
        }
        .accessories_price
        {
            color: #444;
            font-size: .8em;
            line-height: 14px;
            margin: 8px auto;
        }
        .accessories_addtocart
        {
            background: #00d325;
            border: medium none;
            color: #ffffff;
            cursor: pointer;
            font-size: .9em;
            height: 24px;
            line-height: 14px;
            margin: 0px auto;
            padding: 4px;
            width: 65%;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            display: block;
        }
        .accessories_addtocart.custom
        {
            line-height: 16px;
            background: #276A9F;
            text-decoration: none;
            height: 16px;
            width: 60%;
        }
        .product_accessories_addtocart.custom
        {
            line-height: 20px;
            background: #276A9F;
            text-decoration: none;
            height: 20px;
            width: 60%;
        }
        .accessories_addtocart:hover
        {
            background: #00a821;
        }
        .accessories_addtocart.custom:hover,.product_accessories_addtocart.custom:hover
        {
            background: #0F3260;
        }
        a.more        
        {
            background: none repeat scroll 0 0 #cee1f2;
            color: #0f3260;
            display: block;
            font-size: 0.9em;
            font-weight: bold;
            height: 28px;
            line-height: 28px;
            text-align: center;
            text-decoration: none;
            width: auto;
        }
            a.more:hover
            {
                background: #276a9f;
                color: #fff;
            }
 .product_webtitle
 {         
    color: #276a9f;
    margin: 10px 0 0 20px; 
    font-size: 1em;
 }
.product_chat_msg
{
    position:relative;
}

.product_chat_msg .bcStatic
{
    position: absolute;
    top: -28px;
    left: 205px;
}

#Product_Recommendations{margin:30px 0 0 0}
#Product_Rec_Tabs{height:40px;width:100%;list-style-type:none}
#Product_Rec_Tabs li{color:#0F3260;display:inline-block;float:left;height:40px;width:20%;background:#fff}
.product_Rec_tabs_link{color:#555;font-size:15px;line-height: 18px;font-weight: bold;background: url('/images/Order/new_oc_downarrow_grey.png') right no-repeat;padding: 0 25px 0 0;}
.product_Rec_tabs_link:hover{cursor:pointer}
.product_Rec_tabs_link.selected{color:#444}
.product_Rec_tabs_section{height:auto;display:none}
.product_img
{
  position: relative;
  top: 7px;
  margin-right: 50px;
}    
.product_msg a
{
    text-decoration:none;
    color: #000;
}
    
#AlsoBought_Products,#Similar_Products{width:960px;height:300px;background:#fff;border-radius:8px;margin:0 auto;} 
#AlsoBought_Products_Left,#Similar_Products_Left{height:300px;line-height:150px;width:2.5%;float:left;visibility:hidden;cursor:pointer;background-image:url(../../images/buttons/recently_viewed_left.png);background-repeat:no-repeat;background-position:100% 50%;} 
#AlsoBought_Products_Right,#Similar_Products_Right{height:300px;line-height:150px;width:2.5%;float:right;visibility:hidden;cursor:pointer;background-image:url(../../images/buttons/recently_viewed_right.png);background-repeat:no-repeat;background-position:0 50%;} 
#AlsoBought_Products_Slider,#Similar_Products_Slider{width:95%;height:295px;position:relative;overflow:hidden;float:left;margin:0 auto;} 
.Suggestion_Viewed_List{width:auto;height:245px;text-align:center;position:absolute;top:0;left:0;} 
.suggest_viewed_item{background:none repeat scroll 0 0 #FFF;display:inline-block;float:left;position:relative} 
.suggest_viewed_item.first{width:228px} 
.suggest_viewed_img_link{height: 125px;width: 125px;text-align: center;} 
.suggest_viewed_desc_link{color:#575757;display:block;font-size:.75em;font-weight:700;line-height:15px;text-align:center;text-decoration:none;clear: both;margin:10px 0;min-height:50px} 
.suggest_viewed_desc_link:hover{text-decoration:underline;} 
.suggest_viewed_item p{bottom:8px;color:#B01119;display:block;clear:both;text-align:center}
.suggestion{margin:15px 5px;padding:10px 7px;border:1px solid #E4E4E4;display:block;height:245px;width:202px;}
#OptionUnavailable{display: block;color:red;font-size: 13px;margin-left: 16px;}
#Product_Outer_Container .triimg{vertical-align:top;margin:6px 6px 0 0;}
#Product_Outer_Container .product-warningmsg{font-size:12px;}
#Product_Outer_Container .product-warningmsg span{display:inline-block;margin-top:3px;}
#Product_Outer_Container .product-warningmsg span.warn{color:#000;font-weight:bold;}
#Product_Outer_Container .product-warningmsg span a{color:#276a9f;width: 45%;text-decoration:none;}
#Product_Reviews #shopper_review_page #review_image{display:none;}
#Product_Reviews #shopper_review_page #review_header{padding:0 15px 15px 0px;}
#Product_Reviews #shopper_review_page #review_header .percentage{margin-left:0px;}
#Product_Desc_Container #ratings .on {width:25px;height:24px;background-image:url('/images/icons/star-full-md.png');display: inline-block;margin: 1px;}
#Product_Desc_Container #ratings .half {width:25px;height:24px;background-image:url('/images/icons/star-half-md.png');display: inline-block;margin: 1px;}
#Product_Desc_Container #ratings .off,#review_header .stars .off {width:25px;height:24px;background-image:url('/images/icons/star-empty-md.png');display: inline-block;margin: 1px;}
#Product_Desc_Container #ratings .desc{display:none;}
#shopper_approved_product #sa_product_product_image{float:left;height:150px !important;}
#shopper_approved_product .product_desc{padding-top:50px;padding-left:10px;float: left;width:300px;}
#shopper_approved_product #sa_product_productRating{clear:both;padding-top:20px;}    