/** STORE **/
.products {
  background:transparent;
}
.product {
  display:block;
  width:623px;
  margin-top:15px;
/*  position: relative;*/
}
.product h3 {
  color:#312b2d;
  font-size:1.5em;
}
.product .product-popup {
	position: absolute;
	border: 1px black solid;
	background-color: #AAF0F9;
	width: 300px;
	padding: 3px;
	top: 75px;
	left: 155px;
	visibility: hidden;
}
.product .product-popup .product-popup-close {
	text-align: right;
}
.product .product-popup p.product-popup-description {
	padding: 0;
	margin: 0 !important;
}
.product-details {
  float: left;
  width: 530px;
  margin-bottom: 12px;
  background: #f5f5f5; 
  padding:12px;
  padding-right:50px;
}
.product-details p {
  margin-top:.5em;
}
.product-details h4{
  font-size: 14px;
}
.product-details form {
  clear:both;
  padding-top:12px;
  text-align:right;
}
.product-details form p {
  margin:0;
}
.product-details form p input.text {
  margin-left:8px;
}
.product-details form p input.button {
  margin-left:4px;
  vertical-align:middle;
  margin-bottom:4px;
}
#int_right .product img {
  border:2px solid #D96043;
  margin:0;
  margin-right:12px;
  float:left;
}
#int_right .product img.button {
  border:0;
  margin:0;
  margin-left:12px;
  float:none;
}
#int_right .product img.button a {
  display:inline;
}
.product p.product-note {
  padding:4px 12px;
}
.product p.product-note-sold-out {
	background:#c12f30;
	padding:4px 12px;
	color:#FFFFFF;
}
#int_right h2 {
  padding: 15px 15px 0 15px;
}
#int_right_content {
	margin: 0; 
  padding: 0;
}
h3.success {
  color:#693;
  margin-top:1em;
}
#int_right_content p {
  margin-bottom:1em;
}


/** SHOPPING CART **/
table.shopping-cart {
  width:100%;
  border-collapse:collapse;
  margin:1em 0;
  }
table.shopping-cart thead tr{
  background: #cecece;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
table.shopping-cart thead tr th{
  border: none !important;
}
table.shopping-cart th,
table.shopping-cart td {
  border:1px solid #bbb;
  border-left:none;
  border-right:none;
  padding:5px 9px;
  }
table.shopping-cart td.description {
  width:50%;
  }
table.shopping-cart thead th {
  background:#cecece;
  white-space:nowrap;
  text-align:right;
  }
table.shopping-cart tfoot th {
  text-align:right;
  border:1px solid #aaccdd;
  white-space:nowrap;
  }
table.shopping-cart thead th.date,
table.shopping-cart thead th.boolean,
table.shopping-cart thead th.description {
  text-align:left;
  }
table.shopping-cart th.total,
table.shopping-cart td.currency,
table.shopping-cart td.quantity {
  text-align:right;
  white-space:nowrap;
  }
table.shopping-cart th.currency {
  border-right:none;
  }
table.shopping-cart td.date {
  white-space: nowrap;
}
ul.cart-buttons {
  float:right;
  }
ul.cart-buttons li {
  background:#CF3B18;
  list-style-type:none;
  float:left;
  margin-left:6px;
  }
ul.cart-buttons li a {
  display:block;
  padding:6px 12px;
  text-decoration:none;
  color:#fff;
  margin:1px;
  text-transform:uppercase;
  font-size:.9em;
  }
ul.cart-buttons li a:hover {
  color:#fff;
  background:#D96043;
  }
* html ul.cart-buttons li a{
  float: left;
  width: 90px;
  text-align: center;
}
form fieldset {
  background:#f7f7f7 !important;
  border:1px solid #DDB4AA;
  margin-top:1em;
  padding:18px;
  }
* html form fieldset{
  background-color: #f7f7f7; 
}
form fieldset legend {
  color:#fff;
  background:#CF3B18;
  border:1px solid #872710;
  padding:6px 12px;
  }
form fieldset p {
  margin-top:0;
  margin-bottom:1em;
  }
form fieldset p label {
  width:172px;
  float:left;
  line-height:2em;
  margin-right:12px;
  text-align:right;
  }
form fieldset p input {
  width:240px;
  }
form fieldset p textarea {
  width: 240px;
  height: 60px;
}
form fieldset input.register-button,
form fieldset input.login-button {
  margin-left:184px;
  }

div.user_address .header {
  font-weight: bold;
}
* html .payment-info select{
  width: 60px; 
}
.payment-info select{
  width: 45px;
}
.payment-info select + select{
  width: 60px;
}
#privacy_note{
  margin-top: 24px;
}

.price {
	float:right;
}
.error {
	font-size:1.5em;
	color:#c34;
}
.cd {
	font-size: 10px;
}