body {
  margin: 0px;
  padding: 0px;
  background-color: #EEEEEE;
}
img {
  border: none;
}
hr {
  height: 8px;
  background-color: #6c758d
}
#container {
  padding: 10px;
  padding-top: 3px;
  width: 760px; 
  margin: 0px auto; 
  background-color: white;
}

#container h2 {
  background-color: #6c758d; 
  margin: 0pt; 
  line-height: 1.5; 
  padding: 2px 2px 2px 8px; 
  color: rgb(255, 255, 255);
}

#container h3 {
  font-family: Arial,Helvetica,Verdana,sans-serif;
}

#container #content {
  background-image: url(/system/layout/shop-feature-back.jpg); 
  background-repeat: repeat-x; 
  background-position: left top;
  float: left;
  width: 532px;
  margin-right: 10px;
}

#container #content #body {
  width: 532px;
  min-height: 400px;
}

ul#navigation {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
ul#navigation li {
  display: block;
}
ul li.odd {
  background-image: url(/system/layout/album-list-back.gif); 
  background-repeat: repeat-x; background-position: left top;
}
ul li.even {
  background-image: url(/system/layout/album-list-back.gif); 
  background-repeat: repeat-x; background-position: left top;
}
#product-details {
  margin-left: 230px;
  padding-right: 10px;
}

div#footer {
  clear: both; 
  background-color: white; 
  width: 770px
}

/* The sidebar and its contents */
#container #sidebar {
  margin-left: 0px;
  padding-left: 0px;
  width: 212px;
  float: left;
}

div.sidebar-block {
  width: 210px;
  margin-left: 5px;
  margin-bottom: 15px;
  margin-top: 10px;
  border: 1px solid #555; 
  height: auto
}
div.sidebar-block-sisters {
  width: 210px;
  margin-left: 5px;
  margin-bottom: 15px;
  margin-top: 10px;
  border: 0px; 
  height: auto
}

.sidebar-block h4 {
  background-image: url('/system/layout/album-cat-back.gif'); 
  background-repeat: repeat-x; 
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 20px;
}
.sidebar-block h4.green {
  background-image: url('/system/layout/album-cat-back-green.gif'); 
}
.sidebar-block a {
  color: black;
}
.sidebar-block ul {
  padding: 0px;
  margin: 0px;
}
.sidebar-block li {
  height: 13px;
  list-style: none;
  margin: 1px 0px 1px 5px;
  padding: 1px;
  background-image: url('/system/layout/album-list-back.gif'); 
  background-repeat:repeat-x;
  background-position:top left;
}

.sidebar-block a:link, .sidebar-block  a:visited, .sidebar-block  a:active {
  color:#444444;
  text-decoration:none;
}
.sidebar-block  a:hover {
  color:#222222;
  text-decoration:underline;
}
ul#results li {
  margin-bottom: 15px;
}
.message {
	color: red;
	font-weight: bold;
}
p.cart-message {
	margin: 0px; 
	padding-left: 3px; 
	background-color: #000; 
	color: #FFF	
}
p.cart-message a {
	color: #fff
}
p.cart-navigation {
	width: 210px; 
	text-align: center;
}
#sidebar-cart {
	margin-bottom: 3px
}
#coupon-form {
  padding-bottom: 3em;
}
#coupon-form label {
  font-weight: bold;
}