/* The line below imports most of the styles for your chosen theme.
It is recommended that you leave this in to receive bug fixes or additions
to this theme. */

@import url('/themes/default/stylesheets/styles.css');


/* The styles below are automatically turned into controls on the Design Bar.
For more information, see the FAQ. */

* {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; /*: Font :*/
}

body {
  color: #666666;                   /*: Body Font :*/
  background-color: #FFFFFF;        /*: Body Background :*/
  background-repeat: repeat;        /*: Background Image Repeat :*/
  background-position: top center;  /*: Background Image Position :*/
  background-attachment: scroll;    /*: Background Attachment :*/
}

#header {
  text-align:center;                /*: Header Alignment :*/
}

#header h1 a {
  color: #666666;                   /*: Store Name :*/
}

#nav, #container {
  background-color: #CCCCCC;        /*: Store Border :*/
}

#nav li a {
  color: #464646;                   /*: Navigation Links :*/
}

#nav li a:hover, #nav li.current a {
  background-color: #656565;        /*: Navigation Hover Background :*/
  color: #FFFFFF;                   /*: Navigation Hover Color :*/
}

h2#title {
  color: #656565;                   /*: Page Title :*/
  background-color: #FFFFFF;        /*: Page Title Background :*/
}

#content {
  background-color: #FFFFFF;        /*: Middle Section Background :*/
}

div.description a:link, div.description a:visited {
  color: #30AFEA;                   /*: Product Description Links :*/
}

.active .add_button {
  background-color:#f8f8f8;  /*: Add to Cart Button :*/
}

#footer_info, #footer_info a:link, #footer_info a:visited {
  color: #656565;                   /*: Footer Text :*/
}
