/************************************************
* Description:
* Created: 12/01/2010
* Author: NWE
*
* Copyright: anaXis N.V.
*************************************************/


/*-------------------------------------
  ----------[ color changes ]----------
  -------------------------------------*/
  
/*----------[ shopping cart line ]----------*/
#header #shoppingcart
{
    border-left-color: #ef8200;
}

/*----------[ menu background ]----------*/
#menuContainer 
{
    background-color: #ef8200;
}

/*----------[ breadcrumbs between line ]----------*/
#breadcrumbs li
{
    border-left: solid 1px #ef8200;
}

/*----------[ h1 arrow ]----------*/
#content h1,
#catalog_product_legend h1
{
    background-image: url(../images/arrow_large_cat_orange.png);
}

#catalog_category #titleFloating,
#catalog_products #titleFloating,
#catalog_product #titleFloating,
#catalog_legend #titleFloating
{
    background-color: #ef8200;
}

#blocks div.blockInside div.product div.name,
#blocksSmall div.blockInside div.product div.name,
#catalog_product_legend #blocks div.blockInside div.product div.name
{
    background-image: url(../images/arrow_small_cat_orange.png);
}


#catalog_product #eshop #eshopTitle
{
    background-image: url(../images/eshop_logo_cat_orange.png);
    background-color: #ef8200;
}

#catalog_product #productLinks li
{
    background-image: url(../images/arrow_small_cat_orange.png);
}

#catalog_product #eshopContent #eshopArticle
{
    background-color: #ef8200;
}
