body {
	margin: 0;
	padding: 0;
	/*background: url('bgstripe.png') top left repeat-x  #00245e;*/
	background: url('bgtile.png') top left repeat  #00245e;
	color: #565652;
	font: 0.8em/1.2em Trebuchet, Verdana, sans-serif;
}

a {
  color: #283f73;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  margin: 0;
  padding-top: 20px;
  font-weight: normal;
  font-size: 220%;
}

h1 a {
  color: #babab1;
}

h3 {
  font-weight: normal;
}

img {
  border: none;
}

#container {
  background: #fff;
  width: 800px;
  margin: 0 auto;
  padding: 0 10px;
}

#header {
  padding: 0;
  height: 68px;
 /* background: url('epl_logo.png') top left no-repeat; */
}

#header h2 {
  font-weight: normal;
}

#header #title {
  float: right;
  text-align: right;
  width: 330px;
  margin: 0 20px 0 0 ;
}

#header #description {
  color: #babab1;
}

#navigation {
  background: #092a60 url('bluestripe_gradient.png') top left repeat-x;
  border-top: 1px solid #aab1cb;
  border-bottom: 1px solid #061a3b;
  padding: 10px 0 30px 0;
}

#navigation ul, #sub-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navigation li {
  float: left;
  margin: 0 8px;
}

#navigation a {
  color: #fff;
}

#navigation a:hover {
  color: #fff;
  text-decoration: underline;
  font-weight:bold;
}

#cart-link {
  float:right;
  margin: 0 10px;
}

#sub-nav {
 /*  height: 28px;  Dan's original height if restore is needed */
    height: 56px; 
  background: #f78f19 url('gold_gradient.png') top left repeat-x;
  border-bottom: 1px solid #ad7227;
}

#sub-nav a:hover {
  color: #a3593c;
  text-decoration: none;
}

ul#tag-list {
  width: 585px;
  overflow: visible;
  height: 24px;
  padding: 6px 0 0 5px;
}

#tag-list li {
  display: block;
  margin: 0;
  padding: 0px 2px 0px 0px;
  height: auto;
  /* height was 21 but it was showing on second line*/
}

#tag-list li span {
  padding: 0px 5px;
  margin: 0;
}

#tag-list li span.active {
  background: url('tag-left.gif') top left no-repeat;
  color: #fbfbee;
  display: block;
  height: 18px;
}

#tag-list li.active {
  background: url('tag-right.gif') top right no-repeat;
}

#search {
  float: right;
  padding: 3px 5px;
  margin-top: 2px;
}

#search input {
  font-size: 85%;
}

#sub-nav li {
  float: left;
  margin: 0 6px;
}

#sub-nav a {
  color: #565652;
}

#main {
  padding: 20px;
}

#frontpage-articles {
  float: right;
  width: 60%;
}

#footer {
  padding: 10px 100px 60px 100px;
  background: #bfbfb6;
  border-top: 1px solid #afafa6;
}

#footer ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

#footer li {
  display: inline;
}

#footer a {
  color: #e9e9df;
}

#footer li:before {
  content: " | ";
  color: #e1e2d7;
}

#footer li:first-child:before { content: ""; }

/* PRODUCTS */

#products td {
  text-align: center;
  padding-bottom: 35px;
  vertical-align: bottom;
  font-size: 9pt;
}

#products form {
  margin: 0;
  padding: 0;
}

#products .attributes {
  padding: 0 5px 7px 5px;
  border: 1px solid #7c8bac;
}

#products .product-image {
  margin: 10px auto;
}

#products .attributes {
  width: 220px;
  text-align: left;
}

#products .attributes input, #products .attributes select {
  font-size: 80%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#products h3 {
  font-size: 100%;
  margin-top: 5px;
}

#products p.money {
  margin: 5px 0 0 0;
  float: right;
  line-height: 12px;
  font-size: 120%;
}

#products .sold-out {
  margin: 0;
  background: #fdfde9;
  text-align: right;
  padding: 1px 3px;
}


/* ARTICLES */

.article {
  border-bottom: 1px dotted #ccc;
}

.article h3 {
  font-size: 130%;
}

#article-title {
  font-weight: normal;
  margin: 15px 0 25px 0;
}

/* BOTTOM CART */

#cart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4000;
  color: #000;    
  margin-bottom: -2px;
}

body.loading #cart-count {
  height: 100px;
  background: url('updating.gif') bottom left no-repeat;
}

#cart-hide {
  font-size: 8pt;
  color: #000;
  margin-bottom: 8px;
}

#cart-total {
  color: #000;
}

#cart-shade {
  background: transparent url('cart-shade.png') top left repeat-x;
  height: 15px;
}

#cart h3 {
  margin: 3px 0 5px 0;
  color: #000;
  font-size: 14pt;
}

#cart a {
  color: #000;
  font-weight:bold;
}


#cart-content {
  background: #f89921 url('cart-bg.gif') top left repeat-x;
  height: 124px;
  border-top: 1px solid #788898;
  padding: 10px 20px 0px 20px;
}

#cart-count {
  float: left;
  margin-right: 30px;
  font-size: 10pt;
}

#cart-items {
  margin-right: 5px;
  height: 120px;
  overflow: auto;
}

.cart-item {
  float: left;
  text-align: center;
  margin: 0 8px 25px 8px;
  height: 90px;
  width: 115px;
  font-size: 10pt;
  color: #000;
}

.cart-item-image {
  width: 50px;
  height: 50px;
  padding: 5px;
  background: #fff;
  border: 1px solid #788898;
  text-align: center;
  margin: 0 auto;
}

#cart-checkout {
  float: right;
  background: url('checkout.gif') center right no-repeat;
  width: 120px;
  height: 36px;
  font-size: 12px;
  color: #000;
}

#cart-checkout input {
  margin-top: 8px;
  padding-bottom: 0px;
  font-size: 12px;
}

/* LIGHTBOX OVERLAY */

#lightbox-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background: #000;
	-moz-opacity: 0.75;
	opacity:.75;
	filter: alpha(opacity=75);
}

body.loading #lightbox-overlay {
  background: #000 url('loading.gif') center center no-repeat;
}

#lightbox-overlay[id] {
  position: fixed;
}

#product-lightbox {
  position: fixed;
  text-align: left;
  background: #fff;
  border: 1px solid #d9d9cf;
  top: 50%;
  left: 50%;
	z-index:6000;
  padding: 15px 10px;
  width: 900px;
  height: 580px;
  margin: -305px -460px;
}

#product-lightbox-close {
  position: relative;
  height: 28px;
  width: 30px;
  left: 881px;
  bottom: 15px;
  margin-bottom: -10px;
}

#product-lightbox-desc {
  width: 400px;
  z-index: 9999;
  height: 440px;
  overflow: auto;
}

#product-lightbox h2 {
  margin: 0 0 20px 0;
  font-weight: normal;
  font-size: 150%;
  color: #111;
  clear: right;
}

#product-lightbox-images {
  float: left;
}

#product-lightbox-image-previews {
  width: 500px;
  height: 60px;
  overflow: hidden;
}

#product-lightbox-image {
  text-align: center;
  width: 480px;
  height: 480px;
  border-bottom: 1px solid #d9d9cf;
  margin: 0 10px 10px 0;
}

#product-lightbox-image-previews div {
  text-align: center;
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #ccc;
  padding: 3px;
  margin: 0 7px 5px 0;
  z-index: 9999;
}

#product-lightbox-form-area {
  position: relative;
  top: 40px;
  float: right;
  width: 285px;
  z-index: 9999;
  border: 1px solid #283f73;
  background: #b1b7c4;
  padding: 5px;
}

#lightbox-submit {
  display: block;
  float: right;
  margin-top: 10px;
}


/* PRODUCT W/O JS SCREEN */

#product h2 {
  font-weight: normal;
  font-size: 175%;
  margin-top: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

#featured-image {
  float:left;
  margin: 0 20px 15px 0;
}

table#product-table {
  width: 280px;
  margin-bottom: 30px;
}

table#product-table td {
  vertical-align: top !important;
  text-align: center;
}

table#product-table td.desc {
  text-align: right !important;
  font-style: italic;
}

table#product-table td.st {
  padding-top: 20px !important;
}

#product #description {
  padding: 0 0 10px 10px;
  margin: -15px 0 0 10px;
  text-align: left;
}

#product-images {
  float: left;
  padding-right: 5px;
  margin: 0 0 15px 0;
  text-align: center;
}

#product-images img {
  border: 1px solid #ccc;
  border-top: 1px solid #666;
  border-bottom: 1px solid #eee;
  padding: 3px;
  background: #000;
}

#product-images .pimage {
  float: left;
  margin: 10px 10px 10px 0;
  height: 240px;
}

/* COLLECTION.LIQUID */

#collection-description {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

/* CART.LIQUID */

#line-items {
  font-size: 90%;
  width: 760px;
}

#line-items td {
  width: 33%;
  vertical-align: top;
}

#line-items .cart-thumb {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 12px;
  margin-bottom: 7px;
}

#line-items img {
  border: 1px solid #ccc;
  border-top: 1px solid #666;
  border-bottom: 1px solid #eee;
  padding: 2px;
  background: #000;
}

table#line-items td {
  padding: 5px;
  border: 1px solid #adada5;
  background: #aeb4c1;
}

table#line-items a {
  color: #333;
  font-size: 80%;
}

table#line-items a.continue-link {
  color: #fff;
  font-size: 100%;
  float: left;
  padding-top: 3px;
}

table#line-items h3 {
  color: #000;
  font-size: 125%;
}

tr.proceed td {
  text-align: right;
  background: #283f73 !important;
  border: 1px solid #788898 !important;
}

tr.info td {
  background: #666 !important;
  font-size: 125%;
  color: #fff;
}

tr.info td:first-child {
  background: #aeb4c1 !important;
  text-align: left;
}

/* PAGINATION */

#pagination a {
  border: 1px solid #ccc;
  padding: 1px 3px;
}

#pagination .current {
  color: #000;
  background: #e2e9f1;
  padding: 1px 3px;
  border: 1px solid #9aafc3;
}

/* UTILITY CLASSES */

.c { text-align: center !important; }
.r { text-align: right !important; }
.l { text-align: left !important; }
.fr { float: right; }
.fl { float: left; }
.cl { clear: left; }
.cr { clear: right; }
.no-decoration a:hover { text-decoration: none; }

.dark-link a { color: #222 !important; }

.info {
  text-align: right;
}

/* Comments */

#comments { margin: 20px 0; }
#comments dt { margin-top: 10px; }
#comments dd { margin-left: 0; }
#comments dd input, #comments dd textarea { width: 300px; }
#comments>ul { margin-top: 10px; padding: 0; }
#comments>ul>li { margin: 10px 0; list-style-type: none; }

.comment {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #f5f5f5;
}

.comment-details {
	font-size: 90%;
  background: #ddd;
  padding: 2px 5px;
}

.notice {
  font-size: 10pt;
  margin: 15px 0;  
  border: 1px solid #eFeBd5;
  border-bottom: 1px solid #dFdBc5;
  border-right: 1px solid #dFdBc5;
  padding: 5px 15px;
  background: #FFFBE5;
  color: #6a9c30;
  text-align: center;
}

.error { color: #933; }
.input-error { background: #FFFBE5; }

.comment-form { 
	margin-top: 40px;
}

.comment-form .hint {
	font-size: 11px;
	font-style: italic;
	color: #666;
}

.comment-form dt {
	font-weight: bold;
}

.comment-form input[type=submit] {
	margin-top: 8px;
}
