﻿/*======================= Sub Products Page =========================*/

.sub_product_container
{
    margin: 70px 0px 50px;
    overflow: hidden;
}

/*---------------- Left Content ----------------*/

.span2
{
    width: 718px;
    float: left;
    min-height: 1px;
}
.product_details
{
    margin: 10px 0px;
    height: auto;
    overflow: hidden;
}
.pro_img
{
    width: 100%;
}
.pro_img img
{
    width: 100%;
}
.pro_desc
{
    border-top: 2px solid #BEBEBE;
    border-bottom: 2px solid #BEBEBE;
    background-color:#f7f7f7;  /*  #F5F5F5; */
    overflow: hidden;
    height: auto;
    margin: 10px 0px 0px;
    border-left: 1px solid #f7f7f7;  /*   #CECECE;  */
    border-right: 1px solid #f7f7f7;  /*   #CECECE; */
}
.pro_desc:hover
{
    background-color:#f2f2f2;  /*   #EFEFEF;   */
    border-bottom: 2px solid #2698B5;
    border-top: 2px solid #2698B5;
}
.pro_desc:hover .caption.caption-arrow:before
{
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #2698B5;
}
.caption
{
    color: #555;
    padding: 17px 20px 6px;
}
.caption.caption-arrow
{
    position: relative;
    overflow: hidden;
}
.caption.caption-arrow:before
{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 20px;
    border-width: 7px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #BEBEBE;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}
.thumbnail-arrow
{
    position: absolute;
    width: 11px;
    height: 6px;
    background: url("../images/arrow2.png") no-repeat scroll 0% 0% transparent;
    margin-top: -23px;
    transition: all 0.3s ease-in 0s;
}
.caption h3
{
    color: #6B4DAF;
    margin: 0px 0px 12px;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}
.pro_content
{
    width: 100%;
}
.pro_content .span4
{
    width: 100%;
    display: block;
    min-height: 30px;
    box-sizing: border-box;
    float: left;
}
.pro_content .span4:first-child
{
    margin-left: 0px;
}
.caption .span4 p
{
    text-align: justify;
    font-size: 12px;
    font-family: Verdana;
    color: #333;
    line-height: 18px;
    margin: 0px 0px 10px;
}
.span4 ul
{
    margin: 0px 0px 10px 16px;
    font-family: Verdana;
}
.span4 ul li
{
    list-style-type: disc;
    font-size: 12px;
    line-height: 20px;
}
/*---------------- Left Content Complete ----------------*/

/*---------------- Right Content ----------------*/
.span3
{
    width: 226px;
    float: right;
    min-height: 1px;
}

.right-column > .row
{
    padding-bottom: 35px;
}
.row
{
    margin-left: -20px;
}

.row:before, .row:after
{
    display: table;
    content: "";
    line-height: 0;
}

.page-header
{
    margin: 0px 0px 15px;
    padding: 0px 0px 12px;
    border-bottom: 2px solid #7BBE6A;
}
.arrow-grey
{
    background: url("../images/arrow1.png") no-repeat scroll 20px bottom transparent;
    background-position: 20px 28px;
}
.no-bottom-margin
{
    margin-bottom: 0px !important;
}

.page-header h2
{
    line-height: 24px;
    font-size: 18px;
    font-weight: normal; /*color: #2CA9DF;*/
    color: #F07260;
}
.categories
{
    font-family: Verdana;
}
.categories ul
{
    margin: 0px 0px 20px;
}
.categories ul li
{
    list-style: outside none none;
}
.span3 ul li
{
    color: #9D9D9D;
    list-style: outside none none;
    margin-top: 5px;
}
.categories ul li a
{
    font-size: 12px;
    text-decoration: none;
    display: block;
    padding: 7px 0px 8px 19px;
    color: #333;
    /*background: none repeat scroll 13px center #F0F0F0;*/background: none repeat scroll 13px center #F2F2F2;
    margin-bottom: 5px;
    transition: all 0.1s ease-in 0s;
}
.active2 a
{
    border-right: 4px solid #2CA9DF;
}
.categories ul li a:hover
{
    background-color: #E6E6E6;
    color: #2CA9DF;
    text-decoration: none;
    padding: 7px 0px 8px 26px;
    transition: all 0.1s ease-out 0s;
}

/*---------------- Right Content Complete ----------------*/
/*======================= Sub Products Complete =========================*/
