/* Store Styling */
p.shipping {
  clear: both;
}
.line {
	background: url('../images/line.gif') repeat-x;
	height: 40px;
  clear: both;
}
.link-line {
  clear: both;
  margin: 6px 0;
  text-align: center;
}
.link-line2 {
  clear: both;
  margin: 6px 0;
  text-align: left;
}
img {
  border: 0;
}
a:link.enlarge_image, a:visited.enlarge_image, a:active.enlarge_image {
  font-size: 10px;
  text-decoration: underline;
  color: #666666;
}
a:hover.enlarge_image {
  text-decoration: none;
}
p.sale-price {
  color: red;
  margin: 0;
  padding: 0;  
  font-size: 10px;
  font-weight: bold;
}
p.info-details {
  font-size: 10px;
}
p.info-details span {
  color: #999999; 
  margin: 0 10px;
}
span.amount {
  font-weight: normal;
}
p.empty{
  color: #A81422; 
  font-weight: bold; 
  font-size: 12px; 
  text-align: center;
  margin: 50px;
}
p.detailed-images-heading {
  text-align: center;
  margin: 15px 0 0;
  font-weight: bold;
  font-size: 1.2em;
  color: red;
}
p.detailed-images-heading a {color: red;}
div.empty {
  margin: 30px 0 40px 0;
}
.center {
  text-align: center;
}
.bullet {
  color: #999999; 
  margin: 0px 5px;
}
span.bullet {
  color: #999999;
  margin: 0 8px;
}
form {
  padding: 0;
  margin: 0;
}
#store-cats ul li.selected a:link, #store-cats ul li.selected a:visited, #store-cats ul li.selected a:active {
  color: #990033;
  font-weight: bold;
}

/*  Product List */

table.Subcategories {
  width: 500px;
}
table.Subcategories a {
  font-size: 13px;
  font-weight: bold;
}
table.Subcategories div.CategoryName {
  margin: 5px 0;
}
table.product-list {
  padding: 0;
  margin-bottom: 20px;
}
table.product-list td {
  text-align: center;
  width: 165px;
}
table.product-list img, table.cart-items img, table.order-items img {
  border: 0;
}
table.cart-items img.no-border, table.order-items img.no-border {
  border: 0;
}
table.product-list img.add {
  border: 0;
  position: relative;
  left: 0;
}
div.product-list-name {
  margin: 8px auto;
  width: 150px;
  text-align: center;
  font-weight: bold;
}
div.product-list-name a:link, div.product-list-name a:visited, div.product-list-name a:active {
  font-size: 11px;
  text-decoration: underline;
  color: #990033;
}
div.product-list-name a:hover {
  text-decoration: none;
}
div.product-list-price {
  font-size: 11px;
  color: #000;
}
div.product-list-add {
  font-size: 1em;
  margin: 8px auto;
  width: 165px;
  text-align: center;
}
div.product-list-add a:link, div.product-list-add a:visited, div.product-list-add a:active {
  color: #9F032B;
  text-decoration: underline;
  font-weight: bold;
}
div.product-list-add a:hover {
  text-decoration: none;
}
.list-item {
  position: relative;
  clear: both;
}
.thumb {
  width: 150px;
  text-align: center;
  float: left;
  margin: 0;
}
.thumb a {
  margin: 0;
}
.divider {
  width: 30px;
  height: 50px;
  float: left;
}
.info {
  float: left;
  width: 310px;
}
.info p {
  margin-bottom: 5px;
}
.details {
  float: left;
  margin: 6px 0 0 0;
}
.addtocart {
  float: left;
  margin-top: 6px;
}
/*  Product List Ends */

/* Pagination */
.paginator-dropdown {
  float: left;
  margin-bottom: 20px;
}
.paginator-dropdown div {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: white;
  color: #333333;
  text-align: left;
  font-size: 11px;
}
.paginator-dropdown select {
  color: #333333;
  font-size: 11px; 
}
.menu div {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: white;
  color: #333333;
  text-align: right;
  font-size: 11px;    
}
.menu div a {
  color: #CD3C53;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
}
.paging {
  float: right;
  margin-bottom: 20px;
}
a:link, .paging a:visited, .paging a:hover, .paging a:active {
  color: #990033;
}
/* Pagination Ends */

/* Search Page */
.search-form {
  text-align: center;
}
.search-form input.text {
  color: #993300;
  width: 250px;
  background: none;
  border-width: 1px;
  border-style: solid;
  border-color: gray; 
  margin: 0 16px 0 0;
  padding: 2px 2px 2px 4px;
  font-size: .9em;
  position: relative;
  top: 3px;
}
.search-form input.button {
  background: url('../images/search2.gif');
  border: 0;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 40px;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.search-result-data {
  padding: 2px;
  margin: 0;
  width: 100%;
  background-color: white;
}
.search-result-highlight-data {
  background-color: #FAF4D0;
}
.product-name a:link, .product-name a:visited, .product-name a:hover, .product-name a:active {
  color: #990033;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
span.product-number {
  color: #666666;
  font-weight: bold;
}
.search-form {
  margin-bottom: 20px;
}
/* Search Page Ends */

/* Product Info */
.description ul {
  margin-bottom: 30px;
}
.image-detail {
  margin: 0 0 10px 30px;
  border: 0;
  float: right;
}
.enlarge_text {
  margin: 0 30px 30px 30px;
  float: right;
  clear: right;
}
.feature_image, .option_image {
  border: 1px solid #000;
  float: left;
  margin: 0 30px 20px 0;
  clear: left;
}
.feature, .option {
  float: right;
  width: 370px;
}
.description {
  margin-bottom: 20px;
  text-align: left;
}
p.shown {
  font-weight: bold;
}
p.price-detail {
  margin: 10px 0;
  clear: left;
}
p.addtocart-detail {
  margin: 30px 0;
}
.product-options {
  padding: 10px 0;
  clear: left;
  text-align: left;
}
.product-options textarea {border: 1px solid gray;}
.product-options input, .product-options textarea, .product-options select { 
  font-size: 11px;
}
.product-options table tr td {
  color: #333; 
  font-size: 11px;  
  font-weight: normal;
  text-align: left;
}
.product-options-selected {
  font-size: 10px;
  margin: 0 0 5px 10px;
  color: #555;
  text-align: left;
}
form.options {
  clear: both;
}
.short-description {
  clear: both;
}
h1 span {
  font-size: 11px;
  margin: 0 2px;
  position: relative;
  top: -1px;
}
h1 a:link, h1 a:visited, h1 a:active {
  text-decoration: none;
  font-size: 12px;
  color: #987E65;
}
h1 a:hover {
  text-decoration: underline;
}
h1.smaller a {text-decoration: underline;}
h1.smaller a:hover {text-decoration: none;}
h1 span.yellow {
  background: yellow;
  font-size: 17px;
}
span.yellow {
  background: yellow;
}
/* Product Info Ends */

/* Shopping Cart */
.cart input {
    border-width: 1px;
    border-style: solid;
    border-color: gray; 
    font-size: 11px;
    background-color: #F9F9F9;
}
/* Shopping Cart Ends*/

/* Checkout */
.Checkout {
    padding: 0px;
    margin: 2px;
    width: 100%;
    font-size: 11px;
    text-align: left;
}
.Checkout .Title {
    padding: 12px 0px 5px 15px;
    color: #990033;
    font-size: 12px;
    font-weight: bold; 
    text-align: left;
}
.Checkout .Block {
    padding: 15px;
    border: 1px #E5E5E5 solid;
}
.Checkout input.Error ,
.Checkout textarea.Error,
.Checkout select.Error {
    border: 1px solid red; 
    background-color: #F9F9F9;
    font-size: 11px;
}
.Checkout select.Short {
    width: 100px;
}
.Checkout .Errors {
    padding: 15px;
    color: red;
    text-align: left;
    line-height: 20px;
}
.Checkout .Empty {
    padding: 30px 0px 40px 0px;
    color: #C63983;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.Checkout .ImpossibleToComputeShippingCost {
    padding: 20px;
    color: #C63983;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.checkout-order .total-label, .cart .total-label {
    white-space: nowrap;
    padding-right: 7px;
    font-weight: normal;
    text-align: right;
}
.checkout-order .total-value, .cart .total-value {
    font-weight: bold;
    text-align: right;
}

table.totals {
  clear: both;
}
.Normal {
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0; 
    background-color: #F9F9F9;
    font-size: 11px;
    font-family: Verdana, Tahoma, Helvetica;
}
select.Normal, select.Error {
    width: 250px;
}
.error {
    color: red;
}
div.required {
    text-align: right;
    margin: 10px;
    font-style: italic;
}
/* Checkout Ends */

#main img.no-border {border: 0;}
.survey {
  font-weight: bold;
  margin: 12px 18px 24px;
  text-align: left;
}
.survey a, .survey {
  color: blue;
}
