/* Store Settings */
div.notes {
  font-size: .8em;
  background-color: #F6F6F6;
  padding: 18px 18px 1px 18px;
  margin: 30px 0 0;
}
span.bullet {
  margin: 0 10px;
  color: #999;
}
p.cart-contents {
  text-align: center;
  font-size: .8em;
  margin-top: 0;
}
img.product {
  float: right;
  border: 0;
  margin-left: 30px;
}
img.add {
  position: relative;
  top: 5px;
  left: 10px;
}
img.right-margin, a.right-margin {
  margin-right: 20px;
}
div.product-image {
  float: right;
  width: 110px;
  text-align: center;
  margin: 0 0 15px 15px;
}
div.product-image img {
  margin: 0 auto;
  float: none;
}
div.description {
  float: left;
  width: 99%;
  text-align: left;
  font-size: .9em;
  margin-bottom: 20px;
}
div.link-line {
  clear: both;
  width: 99%;
  margin: 0 auto;
  padding-top: 20px;
}
div.link-line img {
  border: 0;
}
.product-options-title {
  margin: 20px 0 3px 0;
  font-size: 1em;
}
table.product-options {
  font-size: 1em;
  margin: 0 0 20px 0;
}
table.product-list {
  padding: 0;
  margin-bottom: 20px;
}
table.product-list td {
  text-align: center;
}
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 {
  font-size: .8em;
  margin: 8px auto;
  width: 145px;
  text-align: center;
  color: #000;
}
#center div.product-list-name a:link, #center div.product-list-name a:visited, #center div.product-list-name a:active {
  color: #000;
  text-decoration: underline;
}
#center div.product-list-name a:hover {
  color: #7C2525;
  text-decoration: none;
}
div.product-list-add {
  font-size: .8em;
  margin: 8px auto;
  width: 145px;
  text-align: center;
}
#center div.product-list-add a:link, #center div.product-list-add a:visited, #center div.product-list-add a:hover, #center div.product-list-add a:active {
  text-decoration: none;
  font-weight: bold;
}
div.paginator-dropdown {
  border-top: 1px solid #D2D2D2;
  padding-top: 10px;
}
div.paginator-dropdown select {
  width: 40px;
  font-size: .8em;
}
div.paginator-dropdown, div.paginator-bottom {
  text-align: right;
  margin: 10px 0;
  font-size: .8em;
}
div.paginator-top {
  text-align: right;
  margin: 20px 0 20px;
  font-size: .8em;
  padding-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;
}
.paginator-top a, .paginator-bottom a {
    color: #CD3C53;
    text-decoration: underline;
}
.paginator-top a:hover, .paginator-bottom a:hover {
    color: #DA7080;
    text-decoration: underline;
}
input,
textarea,
select {
    border: 1px solid #E7E7E7; 
    font-family: Verdana, Arial, sans-serif;
    color: #333333;
    font-size: 11px;
    background-color: #F6F6F6;
}
input[type="checkbox"],
input[type="radio"],
input[type="image"] {
    border: 0;
    background-color: transparent;
}
div.line {
  background: url('../../../images/line.gif') repeat-x;
  height: 40px;
  width: 99%;
  clear: both;
}
div.heading-left {
  float: left;
  padding-bottom: 20px;
}
div.heading-right {
  float: right;
}
div.heading-right p {
  font-size: .6em;
  text-align: right;
  margin: 0;
}

/* Required Style */
.Required {
    color: red;
}

/* Error Style */
.Error {
    color: red;
}

/* Store Closed Style */
.StoreClosedText {
    font-family: Tahoma, Verdana;
    color: #C63983;
    font-size: 16px;
    font-weight: bold;
}

/*
 * Shopping Cart Styles BEGIN
 */
.shopping-cart {
    padding: 0;
    margin: 2px;
    width: 100%;
    clear: both;
    background-color: white;
    color: #333333;
    font-size: .8em;
}
.shopping-cart .product-name {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  color: #7C2525;
}
.shopping-cart p {
  font-size: .9em;
  line-height: 180%;
}
.empty {
    padding: 30px 0 40px;
    color: #7C2525;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
/*
 * Shopping Cart Styles END
 */

/*
 * Search Result Styles BEGIN
 */
.SearchResult {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
}
.SearchResult .Empty{
    padding: 30px 0px 40px 0px;
    text-align: left;
    font-family: Tahoma, Verdana; 
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}
.SearchResult .Highight {
    background-color: #F9C6F9;
}
.SearchResult .ProductName {
    padding: 0px;
    padding-bottom: 5px;
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.SearchResult .ProductName a:hover{
    color: #888888;
}
.SearchResult .ProductDescription a {
    color: #333333;
    text-decoration: none;
}
.SearchResult .ProductDescription a:hover {
    color: #888888;
}
.SearchResult .ProductNumber {
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
}
/*
 * Search Result Styles END
 */

/*
 * Checkout Styles BEGIN
 */
.checkout {
    margin: 2px;
    width: 100%;
    color: #333333;
    clear: both;
    font-size: .8em;
}
.checkout p {
  font-size: .9em;
  line-height: 180%;
}
.checkout .product-name {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  color: #7C2525;
}
.totals td {
  font-size: .9em;
  padding: 2px 0;
  color: #545454;
  font-weight: normal;
} 
div.title {
    padding: 12px 0 5px 15px;
    color: #7C2525;
    font-weight: bold; 
    text-align: left;
}
.checkout .block {
    padding: 15px;
    border: 1px #E5E5E5 solid;
}
.checkout .column-title {
    white-space: nowrap;
    color: #666;
    font-weight: bold;
}
.checkout .total-label {
    white-space: nowrap;
    padding-right: 7px;
    font-weight: bold;
}
.checkout .total-value {
    font-weight: bold;
}
.checkout .left {
    text-align: left;
}
.checkout .right {
    text-align: right;
}
.checkout .center {
    text-align: center;
}
.checkout input.Error ,
.checkout textarea.Error,
.checkout select.Error {
    border: 1px solid red;
}
.checkout select.Short {
    width: 100px;
}
.checkout .errors {
    padding: 15px;
    color: red;
    text-align: left;
    line-height: 20px;
}
.checkout .impossible-to-compute-shipping-cost {
    padding: 20px;
    color: #C63983;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
}
/*
 * Checkout Styles END
 */

hr.separator {
    height: 1px;
    color: #E5E5E5;
    background-color: #E5E5E5;
    border: 0px;
}
 
/*
 * Subcategories List Styles BEGIN
 */
.Subcategories {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
    vertical-align: top;
    text-align: center;
}

/* the following styles are inherited from .CategoryName */
.Subcategories .CategoryName {
    padding: 2px;
}

.Subcategories .CategoryName a {
    font-weight: bold;
}

.Subcategories .CategoryName a:hover {
}
/*
 * Subcategories List Styles END
 */

h1.product-info {
  text-align: left;
  font-size: .8em;
  margin-top: 0;
}
h1.product-info span {
  color: #7C2525;
  font-weight: bold;
  background: none;
}
h1.product-info a {
  color: #666;
}
h1.left {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  clear: left;
}
