/* @group base */

* {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #2f3535;
  font: normal 0.75em/145% Arial, Tahoma, sans-serif;
  color: #2f3535;
  text-align: center;
  padding: 30px 0 60px 0;
}

p {
  margin: 0px 0px 10px 0px;
  line-height: 150%;
  color: #454545;
}

a {
  color: #404d6c;
  outline: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.hide {
  display: none;
}

img {
  border: 0px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.align_right {
  text-align: right;
}

.padd5 {
  padding: 5px;
}

.padd10 {
  padding: 10px;
}

.padd15 {
  padding: 15px;
}

.padd20 {
  padding: 20px;
}



/* @end */

/* @group Clearings */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.clear {
  clear: both;
}



/* @end */

/* @group Layout */

#page-container {
  width: 980px;
  margin: 0px auto;
  padding: 15px 0 15px 0;
  text-align: left;
  background-color: #595d5d;
}

#page-wrapper {
  margin: 0 15px 0 15px;
  background-color: #e7e7e7;
}

#page-header {
  height: 108px;
  background-color: #2f3535;
}

#page-navigation {
  height: 40px;
  background-color: #595d5d;
  padding-left: 20px;
}

#page-content-container {
  padding: 20px;
}

#sidebar {
  width: 294px;
  float: right;
}

#main-content {
  width: 601px;
  float: left;
  background-color: #fff;
  border: 1px solid #aaa;
}

#page-footer {
  background-color: #2f3535;
  padding: 15px 20px 15px 20px;
  border-bottom: 5px solid #db7aad;
}

#page-footer a.top {
	text-decoration:none;
}



/* @end */

/* @group Header */

#page-header h1 {
  padding: 30px 0 0 30px;
  font: normal 3.0em Georgis, Times, serif;
  color: #fff;
}

#page-header h1 a {
  color: #fff;
  text-decoration: none;
}

#shopping-cart {
  width: 250px;
  float: right;
  margin: -26px 20px 0 0;
  background-color: #fff;
  border: 2px solid #fff;
}

#shopping-cart h3 {
  font: bold 1.0em Arial, Tahoma, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #973367;
  padding: 5px 0px 5px 10px;
}

#shopping-cart span {
  display: block;
  padding: 15px;
  font: bold 1.0em Arial, Tahoma, sans-serif;
  color: #000;
}

#shopping-cart span a {
  font: bold 1.0em Arial, Tahoma, sans-serif;
  color: #000;
}



/* @end */

/* @group Navigation */

#page-navigation ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#page-navigation li {
  float: left;
}

#page-navigation li a {
  font: bold 1.0em Arial, Tahoma, sans-serif;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 12px 15px 12px 15px;
}

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

#page-navigation li a.active {
  background: url("bg_nav_active.gif") no-repeat 50% 100%;
  padding: 14px 15px 18px 15px;
  border-left: 1px solid #ece9e2;
  border-right: 1px solid #ece9e2;
}



/* @end */

/* @group Main content */

#main-content.wide {
  width: auto;
  float: none;
  padding: 20px;
}

#main-content h2 {
  font: normal 1.7em Arial, Tahoma, sans-serif;
  color: #454545;
  margin: 0 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #454545;
}

#main-content h3 {
  font: bold 1.2em Arial, Tahoma, sans-serif;
  color: #454545;
  text-transform: uppercase;
  margin: 10px 0 10px 0;
}

#main-content h3 span {
  display: block;
  font: normal 0.9em Arial, Tahoma, sans-serif;
  color: #b75387;
  text-transform: none;
  margin-top: 1px;
}

#main-content a {
  color: #b75387;
}

#main-content .article-item {
  margin-bottom: 15px;
}

#main-content ul {
  margin: 0 0 10px 0;
  padding-left: 16px;
  list-style-type: square;
}



/* @end */

/* @group Pagination */

#pagination {
  margin-top: 10px;
}

#pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#pagination ul li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  background: none;
}

#pagination li.info {
  font: bold 1.0em Arial, Tahoma, sans-serif;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  background-color: #444;
  padding: 6px 20px 6px 20px;
}

#pagination a {
  display: block;
  border: 1px solid #444;
  font: bold 1.0em Arial, Tahoma, sans-serif;
  color: #444;
  text-decoration: none;
  padding: 5px 8px 5px 8px;
}

#pagination a:hover {
  color: #b75387;
  border: 1px solid #b75387;
}

#pagination li.current {
  font: bold 1.0em Arial, Tahoma, sans-serif;
  color: #b75387;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 5px 8px 5px 8px;
}



/* @end */

/* @group template: index.liquid */

#head-highlight {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #aaa;
  margin-bottom: 11px;
	overflow:hidden;
}

#head-highlight img {
  float: left;
  margin-right: 10px;
}

#products-highlight {
  margin-bottom: 11px;
}

#products-highlight .product {
  width: 294px;
  float: left;
  margin-right: 11px;
  background-color: #fff;
  border: 1px solid #aaa;
}

#products-highlight .last {
  margin-right: 0px;
}

#sidebar #products-highlight .last {
  margin-bottom: 11px;
}

#products-highlight h3 {
  font: bold 1.3em Arial, Tahoma, sans-serif;
  color: #454545;
  text-transform: uppercase;
  margin: 0px 0 8px 0;
  padding-bottom: 3px;
  border-bottom: 1px dotted #454545;
}

#products-highlight h3 a {
  color: #454545;
  text-decoration: none;
}

#products-highlight h3 a:hover, #products-highlight li.none h3 a:hover {
  color: #b75387;
}

#products-highlight img {
  float: right;
  margin: 0 0 3px 10px;
}

#products-highlight .money {
  font: bold 1.4em Arial, Tahoma, sans-serif;
  color: #000;
  margin:10px 0;
}

#products-highlight .original-price {
  color: #b75387;
  text-decoration:line-through;
}

#main-content h1 {
	margin-bottom:15px;
}



/* @end */

/* @group template: collection.liquid */

#products-view .product-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#products-view .product-item .product-image {
  float: left;
  margin-right: 20px;
}

.original-price {
	margin-left:5px;
}



/* @end */

/* @group template: product.liquid */

#product-detail #image-tab {
  width: 250px;
  float: right;
  padding: 10px 0 0;
  margin: 15px 0 15px 0;
  border: 1px solid #aaa;
  text-align: center;
}

#product-detail #desc-tab {
  width: 250px;
  padding-top: 20px;
  float: left;
}

ul.details {
  margin-top: 30px;
  padding-left: 0px;
  list-style: none;
}

ul.details li {
  margin-bottom: 5px;
}



#products-highlight del, {
	text-indent:10px;
}

#product-detail .pimage img {
	margin-bottom:5px;
}

#product-detail .pimage-small {
	border-top:1px dotted #aaa;
	padding:10px 0 0;
}




/* @end */

/* @group template: cart.liquid */

#shoppingcart-table {
  width: 100%;
  margin: 10px 0 20px 0;
}

#shoppingcart-table th {
  padding: 5px 0 3px;
  border-bottom: 1px solid #ccc;
}

#shoppingcart-table td {
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

#shoppingcart-table td.basket-column-one {
  padding: 8px 0;
}

#shoppingcart-table td.basket-column-one  h3 {
  margin: 0 0 10px 0;
}

#shoppingcart-table td.basket-column {
  width: 80px;
  padding-top: 15px;
}

#shoppingcart-table td.basket-column del {
  font-size: 0.9em;
  color: #999;
}

.basket-images {
  margin: 0 10px 0 6px;
  float: left;
}

.basket-images img {
  width: 50px;
  background-color: #fff;
  margin: 3px;
  padding: 5px 15px 5px 15px;
}

.basket-images img:hover {
  background-color: #b75387;
}

.basket-desc {
  width: 400px;
  padding-top: 4px;
  float: left;
}

.basket-odd, .basket-even {
  padding: 8px 10px;
}

.basket-even {
  background-color: #f3f3f3;
}

#shoppingcart-table #subtotal td {
  padding: 10px 5px 0 0;
  border: none;
  border-top: 1px solid #444;
  text-align: right;
  font: normal 1.7em Arial, Tahoma, sans-serif;
  color: #454545;
}

#shoppingcart-table #subtotal td span {
  color: #b75387;
}

#checkout {
  margin: 10px 0 20px 0;
  text-align: right;
}

#checkout input {
  font: bold 1.1em Arial, Tahoma, sans-serif;
  color: #fff;
  padding: 6px 15px 6px 15px;
  border: none;
  background-color: #444;
  cursor: pointer;
}

#checkout input:hover {
  background-color: #b75387;
}



/* @end */

/* @group Sidebar */

#sidebar .side-links {
  border: 1px solid #aaa;
  background-color: #fff;
  list-style: none;
  padding: 15px 15px 20px 15px;
  margin-bottom: 11px;
}

#sidebar .side-links li {
  padding: 5px 5px 5px 20px;
  border-bottom: 1px dotted #aaa;
  background: url("bullet_1.gif") no-repeat 4px 11px;
}

#sidebar .side-links li a {
  font: bold 1.0em Arial, Tahoma, sans-serif;
  color: #444;
}

#sidebar .side-links li.head {
  font: bold 1.2em Arial, Tahoma, sans-serif;
  color: #fff;
  text-transform: uppercase;
  border: none;
  background: url("bg_nav_active.gif") no-repeat 50% 100%;
  padding: 12px 15px 16px 15px;
  margin-bottom: 15px;
}

#sidebar .side-links li.search {
  border: none;
  padding: 5px 0 0 0;
}

#sidebar .side-links li.search input {
  font: bold 1.4em Arial, Tahoma, sans-serif;
  color: #454545;
  width: 180px;
  float: left;
  padding: 2px;
}

#sidebar .side-links li.search button {
  font: bold 1.1em Arial, Tahoma, sans-serif;
  color: #fff;
  width: 70px;
  float: right;
  border: none;
  padding: 5px 0 5px 0;
  background-color: #444;
}

#sidebar .banner {
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 22px;
  margin-bottom: 11px;
}

#sidebar .side-links li.none {
  padding:0;
  border-bottom: 1px dotted #aaa;
  background:none;
  margin-bottom:25px;
  height: 120px;
}

fieldset {
	border:0;
}



/* @end */

/* @group Footer */

#page-footer ul {
  list-style: none;
  border-bottom: 1px solid #595d5d;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

#page-footer li {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #595d5d;
}

#page-footer p {
  color: #fff;
  text-align: right;
  margin: 0px;
}

#page-footer a {
  color: #db7aad;
}



/* @end */