/* $Id: local-sample.css,v 1.2 2010/09/17 21:36:06 eternalistic Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

.header-group-inner {
    padding: 0px 0 0px;
}

/* Header Group */
.header-group-wrapper {
  background: #ffffff;
}

.header-group-wrapper a:link,
.header-group-wrapper a:visited {
  color: #ffffff;
}

/* Header Top */
.header-top-wrapper {
  background: #ffffff;
}

.cart-block-summary-links ul.links li {
    border-right: 0px;
    padding: 0 1em 0 0.75em;
}
