#top_brand { background-color: white; color: black; }
#top_brand a { color: black; text-decoration: none; }
#top_brand a:hover { color: black; text-decoration: underline; }
#top_menu { background-image: url(/images/gui/topnav_bg.gif); background-repeat: repeat-x; background-color: darkgray; height: 34px; }
.wide_container { width: 960px; margin: auto; }
.top_nav { background-image: url(/images/gui/topnav_spacer.gif); background-position: left top; background-repeat: no-repeat; height: 34px; }
.top_nav_left_menu, .top_nav_right_menu { float: left; background-image: url(/images/gui/topnav_spacer.gif); background-position: right top; background-repeat: no-repeat; margin: 0px; padding: 10px 25px 12px 25px; white-space: nowrap; line-height: 12px; display: inline; }
.top_nav_right_menu { float: right; }
.top_nav a { color: #4E4E4E; font-size: 12px; font-weight: normal; text-decoration: none; }
.top_nav a:hover { color: #4E4E4E; font-size: 12px; font-weight: normal; text-decoration: underline; }
.cart_full, .cart_empty { padding-right: 19px; background-repeat: no-repeat; background-position: center right; font-size: 12px; color: black; }
.cart_full a, .cart_empty a { color: blue; text-decoration: underline; }
.cart_full a:hover, .cart_empty a:hover { color: darkblue; text-decoration: underline; }
.cart_full { background-image: url(/images/gui/cart_full.gif); }
.cart_empty { background-image: url(/images/gui/cart_empty.gif); }
