
/***************************
            GLOBAL
***************************/

.MobileOnly {
    display:none;
} 

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height:17px;    
    margin:0px;
    background-color: #fafafa;
}

h2 {
    color: #6c6d70;
}

h1 {
    color: #000;
    text-transform: uppercase;
}

a, a:link, a:visited {
    text-decoration:none;
}
   

a:hover {
    color: #f6891f;
    text-decoration:underline;
}


.P21Main, .P21SystemHeader, .P21SystemBody, .P21SystemFooter, .P21SystemContent, .Header, .Content, .Footer {
    width:100%;
}

.P21SystemBody {
    max-width:1014px;
    margin:0 auto;
}

.P21SystemLSide, .P21SystemRSide {
    display:none;   
}

.ContentImportHTMLFeatureCell > table > tbody > tr:nth-child(2) > td > table {
    width:100%;
}

.ContentCustomerFeatureCell > table > tbody > tr:nth-child(2) > td > table {
    width:100%;
}

.ContentCatalogTopItemsFeatureCell > table > tbody > tr:nth-child(2) > td > table {
    width:100%;
}


.ContentQuickOrderFeatureCell > table > tbody > tr:nth-child(2) > td > table {
    width:100%;
}


/***************************
   TEXT ON SEARCH RESULTS
***************************/

.ItemSearchResults_CategoryInfoDescriptionsTD, .ItemSearchResults_CategoryInfoLinksTD {
    padding: 0px 10px;
}

.ItemSearchResults_CategoryInfoDescription1Text iframe {
    width: 100%;
    max-width: 560px;
    height: auto;
    min-height: 315px;
    display: block;
}







