/*-- main container --------------------------------------------------------*/

#bg_submenu { background-image: url('../images/bg_menu.jpg'); }

/*--- main navigation ------------------------------------------------------*/

#logo { background: url('../images/logo.gif') no-repeat; }
#basket { background: url('../images/basket.jpg') no-repeat; }


#main_navigation_list a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
}

#main_navigation_list a.navigation_active_item { color: #ffffff; background: url('../images/navigation_button_active.gif') no-repeat; font-weight: bold; }
#main_navigation_list a.navigation_item { color: #000000; background: url('../images/navigation_button.gif') no-repeat; font-weight: normal; }
#main_navigation_list a.navigation_item:hover { color: #ffffff; background: url('../images/navigation_button_active.gif') no-repeat; font-weight: bold; }

/*--- button ---------------------------------------------------------------*/

#ProductDetails a.button { color: #000000; background: url('../images/button.gif') no-repeat; font-weight: normal; }
#ProductDetails a.button:hover { color: #ffffff; background: url('../images/button_active.gif') no-repeat; font-weight: bold; }

