/* 
  -----------------------------------
  Tab Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Content Column Structures
  -----------------------------------
*/

/*Turn off Padding in existing TPM content pabnels*/
 .p7TPMcontent {
    padding: 0px;
}
/*Conditionally add padding to default content panels*/
 .p7tpm-col-wrapper.no-columns {
    padding: 20px 28px;
}
/*Conditionally remove padding to default content panels that contain multi-column structures*/
 .no-columns, .multi-columns {
    font-size: inherit;
}
.sidebar_subscribe {
    padding: 25px;
    width: auto;
}
.sidebar_subscribe h2 {
    margin: 0 0 25px 0;
}
.sidebar_subscribe input {
    height: 34px;
    line-height: 34px;
    width: 190px;
    font-size: 13px;
    border: 1px solid #B6B6B6;
    border-right: 0;
    display: inline-block;
    color: #6C6C6C;
}
.sidebar_subscribe .subscribe_button {
    display: inline-block;
    background: transparent url("../images/xtd_subscribe.png") no-repeat left top;
    width: 40px;
    height: 38px;
    cursor: default;
    vertical-align: top;
}
.sidebar_subscribe .subscribe_button:hover {
    background: transparent url("../images/xtd_subscribe_over.png") no-repeat left top;
}
.p7tpm-col-wrapper.multi-columns {
    padding: 0px;
}
/*Default content padding*/
 .p7tpm-column-content {
    padding: 20px 28px;
    display: block;
    text-align: center;
}
.p7tpm-col-wrapper {
    zoom: 1;
}
/*Clear Floats for Column Structures inside content panels*/
 .p7tpm-col-wrapper:before, .p7tpm-col-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.p7tpm-col-wrapper:after {
    clear: both;
}
/*Various column widths*/
 .width-50 {
    width: 50%;
    float: left;
}
.width-25 {
    float: left;
    width: 25%;
}
.sidebar-left.width-main-75 {
    width: 75%;
    float: right;
}
.sidebar-left.width-25 {
    width: 25%;
    float: right;
    font-size: .9em;
}
.sidebar-right.width-main-75 {
    width: 75%;
    float: left;
}
.sidebar-right.width-25 {
    width: 25%;
    float: left;
    font-size: .9em;
}
.width-33 {
    width: 33.333%;
    float: left;
}
.width-22 {
    width: 22%;
    float: left;
    font-size: .85em;
}
.push-left-56 {
    position: relative;
    left: -56%;
}
.width-56 {
    width: 56%;
    float: left;
}
.push-right-22 {
    position: relative;
    left: 22%;
}
/*Column separators (vertical border)*/
 .border-left {
    border-left: 1px solid #000;
}
.p7TPMcwrapper_14 .border-left {
    border-left: 6px solid #FFF;
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
 @media only screen and (min-width: 0px) and (max-width: 700px) {
    .p7tpm-column {
        width: auto;
        float: none;
        position: static;
    }
    .p7tpm-column-content {
        padding: 10px 16px 2px 16px;
        height: auto;
        max-height: 888678px;
        border: none;
    }
    .p7tpm-column-content h2 {
        margin: 0px;
    }
    .border-left {
        border-left: none;
    }
    .p7TPMcwrapper_12.arrows_on, .p7TPMcwrapper_16.arrows_on, .p7TPMcwrapper_07.arrows_on {
        border-radius: 4px 4px 4px 4px;
    }
    .p7tpm-col-wrapper:before, .p7tpm-col-wrapper:after {
        display: none;
    }
}