html {
  background-color: #EFEBDE;
}

body {
  padding: 2em 0em;
  background-color: #EFEBDE;
  font-family: verdana, sans-serif;
  font-size: 13px;
  color: #636363;
  text-align: center;
}

p {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

a {
  color: #40607F;
}

a:hover {
  color: #F78AB5;
}

th {
  font-weight: bold;
  background-color: #EEEEEE;
  padding: 0.2em;
  border: 2px solid #FFFFFF;
  text-align: center;
}

td {
  padding: 0.3em 0.5em;
}

td.numeric {
  text-align: right;
}

td.fieldname {
  font-weight: bold;
}

td.qty {
  text-align: center;
}

table.layout td,
table.layout tr,
td.layout {
  margin: 0em;
  padding: 0px;
}

ol {
  margin-left: 1.5em;
}

ol li {
  list-style-position: outside;
  list-style-type: decimal;
  margin: 0.5em 0em;
}

ul.bulleted {
  margin-left: 1.5em;
}

ul.bulleted li {
  list-style-type: circle;
  list-style-position: outside;
}

sup {
  font-size: 0.75em;
  line-height: 0.5em;
  font-family: verdana;
}

sup.sm {
  text-transform: uppercase;
  font-size: 7px;
  line-height: 0.5em;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

h1 {
  font-family: georgia;
  color: #40607F;
  font-size: 182%;
  clear: both;
  margin-bottom: 0.5em;
}

h2 {
  color: #F78AB5;
  font-size: 131%;
  font-family: helvetica, arial;
  margin-bottom: 0.5em;
}

h3 {
  font-weight: bold;
  font-family: helvetica, arial;
  color: #40607F;
}

label.required {
  font-weight: bold;
}

.clearer {
  clear: both;
}

.hidden {
  display: none;
}

div.section {
  margin: 1em 0em;
}

.admin {
  clear: both;
  background-color: yellow;
  border: 0.1em solid #FFC44D;
  color: black;
}

.admin a:link,
.admin a:active,
.admin a:visited {
	color: #FF4500;
}

.admin a:hover {
	color: #000000;
}

.admin h2 {
  font-size: 116%;
  font-weight: bold;
  color: black;
}

div.admin {
  padding: 0.2em;
}

.error {
  color: #FF0000;
}

.notice {
  color: #00FF00;
}

.inthepink {
  color: #F78AB5;
  font-family: helvetica, arial;
  font-size: 108%;
}

#error, #notice, #admin_notices {
  text-align: center;
  margin: 1em 0em;
  padding: 0.5em;
}

div.error {
  color: #FFFFFF;
  background-color: #FF0000;
}

div.notice {
  color: #008000;
  background-color: #BCEFB3;
}

div.notice ul, div.error ul {
  text-align: left;
  padding-left: 2em;
}

div.notice ul li, div.error ul li {
  list-style-position: outside;
  list-style-type: circle;
}

table.form {
  border: 0em;
}

table.form td {
  padding: 0.2em;
}

table.form td.label {
  text-align: right;
}

a.html_button {
  display: block;
  width: 14em;
  margin: 0.5em 0em;
  padding: 3px;
  background-color: #F389B6;
  text-decoration: none;
}

a.html_button div.html_button_inner {
  border: 1px solid #FFFFFF;
  padding: 3px;
  background-image: url('/images/go.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;
  color: #FFFFFF;
  font-family: helvetica, arial;
}

a.html_button div.back {
  background-image: url('/images/go_back.png');
}

a.html_button div.add {
  background-image: url('/images/add.png');
}

a.html_button div.remove {
  background-image: url('/images/remove.png');
}

#admin_toolbar {
  text-align: left;
  margin-top: -2em;
  margin-bottom: 2em;
}

#admin_toolbar ul {
  padding-left: 2em;
}

#admin_toolbar ul li{
  list-style-position: outside;
  list-style-type: square;
}

#header {
  width: 974px;
  margin: 0em auto;
  padding: 1em 0em;
  position: relative;
  text-align: right;
  background-color: #FFFFFF;
}

#header ul {
  position: absolute;
  bottom: 1em;
  right: 14px;
}

#header li {
  float: left;
  margin-left: 2em;
}

#header a {
  font-weight: bold;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

#header a.cart,
#header a.cart:hover {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  color: #636363;
}

#header a.count {
  text-transform: lowercase;
  font-variant: small-caps;
}

#header img {
  float: left;
  margin-left: 5.5em;
}

#header .sign_out {
  font-size: 85%;
  letter-spacing: -0.1em;
  word-spacing: -0.1em;
}

#header .sign_out a {
  font-weight: normal;
}

#main_section {
  width: 946px;
  background-color: #FFFFFF;
  margin: 0em auto;
  text-align: left;
  padding: 0em 14px 0em 14px;
}

#navigation {
  color: #FFFFFF;
  background-color: #8496AD;
  padding: 1em 0.2em;
  margin-bottom: 0em;
  height: 1.4em;
}

#navigation li {
  float: left;
  margin: 0em 0.8em;
  text-transform: uppercase;
  vertical-align: top;
}

#navigation a {
  color: #FFFFFF;
  text-decoration: none;
}

#navigation a:hover {
  text-decoration: underline;
}

#navigation li.selected {
  font-weight: bold;
}

#product_search {
  width: 20em;
  margin-top: -2.8em;
  margin-bottom: 2em;
  padding-right: 0.5em;
  text-align: right;
  position: relative;
  left: 52.3em;
}

#product_search fieldset {
  display: inline;
  vertical-align: middle;
}

#product_search input.term {
  padding: 0.2em;
  color: #AAAAAA;
  border: 0px;
}

#product_search input.active {
  color: #000000;
}

#product_search input.submit {
  position: relative;
  top: 0.3em;
}

#content {
  clear: both;
  position: relative;
}

#product_browser_filters {
  width: 11em;
  padding-left: 1em;
  float: left;
}

#product_browser_filters li.filter_option_group {
	margin-bottom: 1.5em;
}

#product_browser_filters li.filter_option {
  margin: 0.1em 0em;
  font-size: 93%;
  text-transform: lowercase;
}

#product_browser_filters li.filter_option a {
  color: #909090;
  text-decoration: none;
}

#product_browser_filters li.filter_option a:hover {
  color: #636363;
}

#product_browser_filters li.selected {
  padding-left: 1.2em;
  margin-left: -1.2em;
  font-weight: bold;
  background-image: url('/images/bullet.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
}

#product_browser_content,
#product_view_content {
  padding: 0em 0em 0em 1em;
  width: 59.5em;
  float: left;
  border-left: 0.1em solid #CCCCCC;
}

#breadcrumb_trail {
  text-transform: lowercase;
  margin-bottom: 2em;
}

#search_query,
.pagination_wrapper {
  margin-bottom: 1em;
}

#search_query .label {
  font-size: 116%;
}

#search_query .term {
  font-size: 116%;
  font-weight: bold;
}

.pagination {
  text-transform: lowercase;
}

div.pagination {
  display: inline;
}

#product_browser_content #products {
  clear: both;
}

#product_view_content #products {
  clear: both;
}

.product {
	float: left;
}

#product_browser_content .product {
  width: 18.5em;
  margin: 0.5em 1em 2em 0em;
}

#product_view_content .product {
  width: 59.7em;
}

.product .image_wrapper {
  float: left;
}

#product_browser_content .product .image_wrapper {
  width: 85px;
}

#product_view_content .product .image_wrapper {
  width: 200px;
}

.product_data {
  float: left;
}

.regular_price {
  color: #909090;
	text-decoration: line-through;
}

.markdown_price {
	color: #F78AB5;
}

#product_browser_content .product_data {
  width: 10.8em;
  padding: 0em 0.2em;
}

#product_browser_content .product_data .price,
#product_browser_content .product_data .markdown_price {
  font-weight: bold;
}

#product_view_content .product {
  margin-bottom: 2em;
}

#product_view_content .product_data {
  width: 24.5em;
  padding: 0em 0.2em;
  margin: 0em 1em;
}

.product_data h3 {
  text-transform: capitalize;
}

.product_data h3 a {
  text-decoration: none;
}

.product_data .swatch {
  border: 0.1em solid #AAAAAA;
  padding: 1px;
  margin: 0.2em;
  width: 50px;
  height: 50px;
  float: left;
}

.select_item {
  float: left;
  width: 16em;
  border-left: 0.1em solid #CCCCCC;
  padding-left: 1em;
}

.select_item .price,
.select_item .markdown_price {
  font-family: georgia;
  font-size: 167%;
  color: #40607F;
  margin-bottom: 0.5em;
}

.select_item input,
.select_item select {
  margin: 0.4em 0em;
}

.select_item select {
  width: 16em;
}

select option.unavailable {
  color: #AAA;
  text-decoration: line-through;
}

#related_products_header {
  display: block;
  zoom: 1;
}

#related_products_header li {
  height: 2em;
  float: left;
  position: relative;
  border-left: 0.1em solid #CCCCCC;
  border-right: 0.1em solid #CCCCCC;
  border-top: 0.1em solid #CCCCCC;
  padding: 0.3em 0.3em 0em 0.3em;
  margin-right: 0.5em;
  background-color: #EFEBDE;
  font-family: helvetica, arial;
  cursor: pointer;
}

#related_products_header li.selected {
  top: 1px;
  background-color: #FFFFFF;
}

#related_products_header li.related_products {
  text-transform: lowercase;
  color: #F78AB5;
}

#recently_viewed_products,
#related_products {
  clear: both;
  border: 0.1em solid #CCCCCC;
  padding: 1em 0em;
}

#recently_viewed_products a,
#related_products a {
  text-decoration: none;
}

#recently_viewed_products .product,
#related_products .product {
  width: 19.5em;
  /*height: 20em;
  border-left: 0.1em solid #CCCCCC;*/
  text-align: center;
  vertical-align: middle;
}

#recently_viewed_products .first,
#related_products .first {
  border: 0em;
}

#customer_sign_in {
  float: left;
  margin-right: 2em;
}

#customer_update select {
  width: 20em;
}

#customer_update div.section {
  float: left;
  margin-right: 1em;
}

#customer_register {
  float: left;
}

#checkout_steps {
  display: block;
  margin-bottom: 2em;
  color: #AAA;
}

#checkout_steps a {
  text-decoration: none;
}


#checkout_steps .current {
  font-weight: bold;
}

#checkout_steps .disabled {
  text-decoration: line-through;
}

.disclaimer {
  font-weight: bold;
  color: #F78AB5;
}

#cart_update_form {
  margin-top: 1em;
}

table#cart {
  width: 72em;
}

table#cart tr.line {
  border-bottom: 1px solid #CCCCCC;
}

table#cart td.total {
  font-weight: bold;
}

#continue_shopping {
  position: relative;
  top: 3.3em;
}

#cart_checkout_form a.html_button {
  float: right;
}

#shipping_form div.section,
#billing_form div.section {
  margin-right: 1em;
  float: left;
  width: 32em;
}

#shipping_form a.html_button,
#billing_form a.html_button {
  clear: both;
  float: right;
}

#order table {
  width: 72em;
}

#order div.section h2 {
  border-bottom: 1px solid #CCCCCC;
}

#order div.section h2 a.edit {
  float: right;
  font-size: 70%;
}

#order div.total {
  text-align: right;
}

#order div.address,
#order div.note {
  float: left;
  width: 22.9em;
}

#order div.address {
  margin-right: 2em;
}

#order div.address table,
#order div.note table {
  width: 100%;
}

#order div.shipping td,
#order div.tax td,
#order div.discount td,
#order div.payments td, {
  padding: 0em;
}

#place_order {
  clear: both;
  float: right;
}

#wish_list_items div.item {
  width: 23em;
  margin: 0.5em 1em 2em 0em;
  float: left;
}

#wish_list_items div.item div.item_data {
  width: 16em;
  padding: 0em 0.2em;
  float: left;
}

#wish_list_items div.item div.image_wrapper {
  width: 85px;
  padding: 0em;
  float: left;
}

#footer {
  width: 974px;
  margin: 0em auto;
  font-size: 80%;
}

#footer div.slogan {
  padding: 0.5em 14px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 100;
  color: #F78AB5;
  letter-spacing: 0.2em;
  background-color: #FFFFFF;
}

#footer div.links {
  padding: 1em 14px;
  text-transform: uppercase;
}

#footer div.links a {
  color: #636363;
  text-decoration: none;
}

#footer div.links a:hover {
  text-decoration: underline;
}

#footer div.links div {
  float: left;
  border-right-width: 0.1em;
  border-right-color: #CCCCCC;
  border-right-style: solid;
  padding-right: 2.5em;
  margin-right: 1em;
  line-height: 1.8;
}

#footer div.links div.facebook {
  border-right: 0px;
}

#footer div.links div a {
  display: block;
}
