/* GENERAL STYLES */
/**** CompanyDropDownMacroCss  ***/

#DivContainerCompanyDropDownMacro
{
    float: left;
    display: block;
    width: 160px;
    height: auto;
    padding-left: 0px;
    padding-top: 10px;
    border: solid 0px #73797e;
}

.CompanyDropDownMacroCss
{
    font-family: verdana,tahoma;
    color: #73797e;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
    background-color: #f7f6f6;
    width: 160px;
    height: 18px;
    border: solid 1px #73797e;
}

/**** END CompanyDropDownMacroCss  ***/

/**** PageSizeDropDownMacroCss  ***/

#DivContainerBreadCrumb
{
    float: left;
    display: block;
    padding: 0px;
    margin: 0px;
}

#DivContainerPageSize
{
    float: right;
    display: block;
    border: solid 0px #73797e;
    padding-right:4px;

}

#DivContainerPageSize select
{
    font-family: verdana,tahoma;
    color: #73797e;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
    background-color: #f7f6f6;
    width: 40px;
    height: 18px;
    border: solid 1px #73797e;
}

#DivContainerProductsTable
{
    float: right;
    display: block;
}

#div_products_table_header
{
    float: left;
    width: 675px;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#div_products_table_container
{
    float: left;
    display: block;
border: 0px solid red;
    width:675px;
    margin-top:23px;
}

/**** END PageSizeDropDownMacroCss  ***/


/**** Category MENU CSS ***/

#div_category_menu_container
{
    float: left;
    display: block;
    width: 190px;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Navigation Category */

#secondLevelNavigationCategory
{
    float: left;
    width: 160px;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
	margin-bottom: 10px;
    list-style: none;
    font-size: 11px;
}

/* UNSELECTED CATEGORY STYLES */

#secondLevelNavigationCategory .unselected
{
    background-repeat: no-repeat;
    margin-top: 4px;
    color: #555656;
    font-weight: normal;
    font-family: tahoma,arial, sans-serif;
    font-size: 11px;

    border-bottom: 1px solid #b7b3ae;
}

#secondLevelNavigationCategory .unselected a,
#secondLevelNavigationCategory .unselected a:link,
#secondLevelNavigationCategory .unselected a:active,
#secondLevelNavigationCategory .unselected a:visited
{
    display: block;
    color: #e3e3e3;
    padding: 5px 0;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    font-family: tahoma,arial, sans-serif;
}

#secondLevelNavigationCategory .unselected a:hover
{
    display: block;
    color: #dd2f02;
    padding: 5px 0;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    font-family: tahoma,arial, sans-serif;
}

/* END UNSELECTED CATEGORY*/

/* SELECTED CATEGORY STYLES */

#secondLevelNavigationCategory .selectedCat
{
    background-repeat: no-repeat;
    margin-top: 4px;
    border-bottom: 1px solid #b7b3ae;
    color: #dd2f02;
    font-family: tahoma,arial, sans-serif;
    font-size: 10px;
}

#secondLevelNavigationCategory .selectedCat a,
#secondLevelNavigationCategory .selectedCat a:link,
#secondLevelNavigationCategory .selectedCat a:active,
#secondLevelNavigationCategory .selectedCat a:visited
{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    font-size: 11px;
    font-family: tahoma,arial, sans-serif;
    color: #e3e3e3;
    text-decoration: none;
}

#secondLevelNavigationCategory .selectedCat a:hover
{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    font-size: 11px;
    font-family: tahoma,arial, sans-serif;
    color: #dd2f02;
    text-decoration: none;
}

/* END SELECTED CATEGORY STYLES */



/* Selected Sub Category styles*/


#secondLevelNavigationCategory .SubMenuLink
{
    background-repeat: no-repeat;
    margin-top: 4px;
    color: #e3e3e3;
    font-family: tahoma,arial, sans-serif;
    font-size: 10px;

    border-bottom: 1px solid #b7b3ae;
}

#secondLevelNavigationCategory .SubMenuLink a,
#secondLevelNavigationCategory .SubMenuLink a:link,
#secondLevelNavigationCategory .SubMenuLink a:active,
#secondLevelNavigationCategory .SubMenuLink a:visited
{
    display: block;
    padding: 5px 0 5px 10px;
    font-weight: bold;
    font-size: 10px;
    font-family: tahoma,arial, sans-serif;
    color: #dd2f02;
    text-decoration: none;
}

#secondLevelNavigationCategory .SubMenuLink a:hover
{
    display: block;
    padding: 5px 0 5px 10px;
    font-weight: bold;
    font-size: 10px;
    font-family: tahoma,arial, sans-serif;
    color: #363431;
    text-decoration: none;
}
/* END SELECTED SUB CATEGORY STYLES */

/* UNSELECTED SUB CATEGORY STYLES */


#secondLevelNavigationCategory .SubMenuLinkUnselected
{
    background-repeat: no-repeat;
    margin-top: 4px;
    color: #e3e3e3;
    font-weight: normal;
    font-family: tahoma,arial, sans-serif;
    font-size: 10px;
    border-bottom: 1px solid #b7b3ae;
}

#secondLevelNavigationCategory .SubMenuLinkUnselected a,
#secondLevelNavigationCategory .SubMenuLinkUnselected a:link,
#secondLevelNavigationCategory .SubMenuLinkUnselected a:active,
#secondLevelNavigationCategory .SubMenuLinkUnselected a:visited
{
    display: block;
    color: #e3e3e3;
    padding: 5px 0 5px 10px;
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
    font-family: tahoma,arial, sans-serif;
    text-decoration: none;
}

#secondLevelNavigationCategory .SubMenuLinkUnselected a:hover
{
    display: block;
    color: #dd2f02;
    font-weight: normal;
    font-size: 10px;
    font-family: tahoma,arial, sans-serif;
    padding: 5px 0 5px 10px;
    text-decoration: none;
}

/* END Selected Sub Category styles*/






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
