﻿#productiq-product-groups
{
    height: 500px;
}

#productiq-product-groups, #productiq-product-groups ul
{
    margin: 0;
    list-style: none;
    width: 200px;
    padding: 0;
    border: 1px solid #F0F0F0;
}

#productiq-product-groups a
{
    display: block;
}

#productiq-product-groups li
{
    float: left;
    width: 200px;
    background-color: #FFFFFF;
    padding: 0;
    list-style: none;
}

#productiq-product-groups .sub
{
    background-image: url(Content/Images/triangle-right.png);
    background-repeat: no-repeat;
    background-position: top right;
}

#productiq-product-groups li ul
{
    position: absolute;
    width: 200px;
    left: -999em;
    margin-left: 200px;
    margin-top: -1.5em;
}

#productiq-product-groups li:hover ul
{
    position: absolute;
    width: 200px;
    left: auto;
    margin-left: 200px;
    margin-top: -1.1em;
}

#productiq-product-groups li:hover ul, #nav li.sfhover ul
{
    position: absolute;
    width: 200px;
    left: auto;
    margin-left: 200px;
    margin-top: -1.1em;
}

.ProductCategoryName
{
    /*font-family: Verdana, Geneva, sans-serif;*/
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    padding: 2px;
}

.image-border
{
    border: 1px solid #C5C5C5 !important;
}

.TABLE-Products
{
    width:100%;
    border: 1px #C5C5C5 solid;
    margin: 10px;
    margin: /*\**/ 0px\9 /*IE8 HACK*/;
}
.TABLE-Products tr,.TABLE-Products td{height:auto;}
.TABLE-Products p{padding:0 0 5px 0;margin:0;}
.TABLE-Products h2{text-align:left;font-size:16px;}
.TABLE-products a h2 {text-align:left;font-size:16px !important;color:black; text-decoration:underline;}

.TABLE-products .nonStandard h2{text-align:right;}

.ProductPageTitle
{
    font-size: 18px;
    font-weight: bold;
    color: #D92B32;
    padding-left: 20px;
}

.ProductPageTitle A
{
    font-size: 18px !important;
    font-weight: bold !important;
    color: #D92B32 !important;
    padding-left: 20px !important;
}


.ProductPageCategory
{
    font-size: 12px;
    font-weight: bold;
    color: #D92B32;
    padding-left: 20px;
}

.ProductPageCategory A
{
    font-size: 12px !important;
    font-weight: bold !important;
    color: #D92B32 !important;
    padding-right: 10px !important;
    text-decoration:underline !important;
}



.BorderBottomTR
{
    border-bottom: 1px #C5C5C5 solid;
    padding-bottom:10px;
}

.ProductTitle
{
    font-size: 14px;
    font-weight: bold;
    padding-top:10px;    color:black !important;
    text-decoration:underline !important;
    
}
.ProductTitle A
{
    font-size: 14px !important;
    font-weight: bold !important;
    /*color: #444544 !important;*/
    color:black !important;
    text-decoration:underline !important;
    
}
.BorderBottomTR div, .BorderBottomTR h2 {margin:0;padding: 10px 0 0 0}
/*.BorderBottomTR h2 {background-color:#cccccc}*/
.list-description
{
    
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
    font-size:12px;
    color:#000000;
}

.greySmall
{
    font-size: 10px;
    color: #999;
}

#ProductDetailInfo
{
    float: right;
    padding-right: 32px;
}

#ProductDetailRight
{
    text-align: center;
}



.learn-more
{
    padding: 10px;
    border: thin solid #CCC;
    height: 20px;
}

li.noindent
{
    margin: 0;
    padding: 0;
    padding: 10px;
    border: thin solid #CCC;
    height: 20px;
}

ul.noindent li
{
    list-style-type: none;
    margin: 0;
    padding: 10px 0 10px 10px;
    display: block;
    margin-bottom: 10px;
    margin-left: -30px;
}

.TABLE-StandardVendors TD
{
    border: thin solid #ccc;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

.ClearAll
{
    clear: both;
}

/*NEW STYLES 12:37 */

#red-box
{
    background-image: url(../images/red-box-back.png);
    padding: 20px 20px 20px 20px;
    display: block;
    background: #63F;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    background-color: #A10F0C;
    margin-top: 20px;
}

.CompanyListing, .CompanyPendingListing
{
    margin-left: 30px;
}


.CompanyListing UL, .CompanyPendingListing UL
{
    color: #333;
    margin-left: 0px;
    list-style-type: none;
    margin: 0px;
}
.CompanyListing LI, .CompanyPendingListing LI
{
    color: #333;
    list-style-type: none;
    margin: 0px;
    margin-left/**\*/: 40px\9
}

a.CompanyListing
{
    color: #333;
    text-decoration: none;
}

a.CompanyListing:hover
{
    color: #333;
    text-decoration: underline;
}

a.CompanyListing:visited
{
    color: #333;
    text-decoration: none;
}

a.CompanyListing:active
{
    color: #333;
    text-decoration: none;
}
.PremiumCompanyImage
{
    margin-right: 5px;
    margin-bottom: 15px;
    max-width: 75px;
    max-height: 75px;
    /* IE max css hack */
    height: expression(this.height >= this.width && this.height > 75 ? '75px' : true);
    width: expression(this.height < this.width && this.width > 75 ? '75px' : true);
}


.CompanyPendingListing
{
    color:Red; font-style:italic;
}
.CompanyPendingListing ul li a
{
    color:Red;
    text-decoration:none;
}
a.CompanyPendingListing:hover
{
    text-decoration:underline;
}


/* NAV */

#navWrapper
{
/*    background-color: #e5e5e5;*/
    padding: 0px;
    width:215px;
}

.navTitle
{
    padding: 5px 0 5px 0;
    width: 100%;
}

#nav
{
    width: 100%;
}

#nav, #nav ul
{
    /* all lists */
    padding: 0 0 0 4px;
    margin: 0;
    list-style: none;
    float: left;
}

#nav li
{
    /* all list items */
    position: relative;
    float: left;
    margin-bottom: -1px;
    width: 205px;
    list-style: none;
}

#nav li ul
{
    /* second-level lists */
    position: absolute;
    left: -999em;
    margin-left: 206px;
    margin-top: -40px;
    padding-left: 15px;
    font-weight: normal;width:215px;
}

#nav li a
{
    width: 198px;
    display: block;
    color: #000000 !important;
    text-decoration: none; /* background-color : white; */
    border: 0px solid black;
    padding: 6px;
    /*font-size: 10pt;*/
    font-size: 12px;
}

#nav li a:hover
{
    color: #d61921;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
{
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{
    left: auto;
    /*background-color: #e5e5e5; */
    margin-top: -40px;
}


.frmLabel
{
    width: 125px;
    height: 50px;
    font-weight: bold;
}
.frmLabel2
{
    height: 20px;
}

input.pendingChange
{
    border: 1px solid red;
}
select.pendingChange
{
    color: Red;
}
.pendingChange, .pendingChange p, table.pendingChange
{
    border-bottom: 1px solid red;
    background-color: #F5F5F5;
}
table.pendingChange
{
    border-left: 1px solid red;
    background-color: #F5F5F5;
}
img.pendingChange
{
    border: 2px solid red !important;
    margin: 2px !important;
    padding: 2px !important;
}


/*
    Search form
*/
.search-form
{
    border: 1px solid #ccc;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.search-form div
{
    padding: 8px;
    padding-right: 0px;
}
.featured-product-title
{
    font-size: 10pt;
    font-weight: bold;
    color: #444544;
}
.featured-product-desc
{
    font-size: 9pt !important;
    margin: 0px;
}
.latest-product-title
{
    font-size: 10pt;
    font-weight: bold;
    color: #444544;
}
.latest-product-desc
{
    font-size: 9pt !important;
    margin: 0px;
}
.search-form-title
{
    font-size: 17px;
    font-weight: bold;
    color: #444544;
}
.search-form input[type="text"], .search-form-searchbox
{
    width: 350px;
} 
.search-form input[type="submit"]
{
    padding: 4px;
}
.search-form .options
{
    
}
.search-form-options
{
    font-size:10px;
    font-weight: bold;
    color: #444544;
}
.search-form-label
{
    font-size: 10pt;
    font-weight: bold;
}

.search-form-input
{
    width: 350px;
}

.search-form-tree
{
    border: 1px solid #CCC; 
    height: 200px; 
    overflow: auto;
}

.search-form-tree div div table td:first-child, .search-form-tree div div table td:last-child
{
    height: 0px !important;
    padding: 0px !important;
    left: 0px !important;
    top: 0px !important;
}

.search-form-tree div div table tbody tr td div
{
    padding: 0px !important;
}

.search-form-tree div
{
    padding: 0px !important;
}

.search-form-tree div div table:first-child td, .search-form-tree div div table:first-child tr, .search-form-tree div div table:first-child tbody
{
    height: 0px !important;
    padding: 0px !important;
    left: 0px !important;
    top: 0px !important;
}

.search-display-link table
{
    margin-right: 5px;
}
.search-display-link, .search-display-link td, .search-display-link a
{
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
    color: #000000;
    text-align: left;
}

.error{color:Red;}

.btnDesc{font-size:9px;}

.catBullet{padding:0;margin:0;}
