/*
 * Cart styles
 */

div#cart {

}

div#cart table {
  font-size: 1.0em;
  border-collapse: collapse;
  border: none;
  overflow: hidden;
  margin: 0 0 12px 0;
  padding: 0;
  width: 100%;
}
div#cart table tr td,
div#cart table tr th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border: none;
  margin: 0;
  padding: 8px;
  color: #0a3349;
}

div#cart table tr th img.thumbnail {
  float: right;
  display: block;
  margin: 0;
  padding: 0;
}


/*
 * Cart table header
 */

div#cart table thead tr th {
  background: #e6f6fc;
  border-right: 5px solid #fff;
  border-bottom: 11px solid #fff;
}

div#cart table tfoot tr th#thdisc {
  font-weight:bold;
}
div#cart table thead tr th.price {
  border-right: none;
}


/*
 * Cart table footer
 */

div#cart table tfoot tr.product-total th,
div#cart table tfoot tr.product-total td {
  background: #e6f6fc;
  border-bottom: 5px solid #fff;
}
div#cart table tfoot tr.product-total th {
  text-align: right;
}
div#cart table tfoot tr.product-total td {
  font-weight: bold;
  text-align: right;
}

div#cart table tfoot tr.region-selector-and-delivery-total th,
div#cart table tfoot tr.region-selector-and-delivery-total td {
  border-bottom: 5px solid #fff;
}
div#cart table tfoot tr.region-selector-and-delivery-total td.region-selector {
}
div#cart table tfoot tr.region-selector-and-delivery-total td.region-selector fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
div#cart table tfoot tr.region-selector-and-delivery-total td.region-selector fieldset label {
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 5px;
}
div#cart table tfoot tr.region-selector-and-delivery-total td.region-selector fieldset select {
  font-size: 1em;
}
div#cart table tfoot tr.region-selector-and-delivery-total th {
  text-align: right;
}
div#cart table tfoot tr.region-selector-and-delivery-total td.delivery-total {
  font-weight: bold;
  text-align: right;
}

div#cart table tfoot tr.overall-total th,
div#cart table tfoot tr.overall-total td {
  background: #e6f6fc;
}
div#cart table tfoot tr.overall-total th {
  text-align: right;
}
div#cart table tfoot tr.overall-total td {
  font-weight: bold;
  text-align: right;
}
div#cart table tfoot tr.overall-total th.cards img {
  float: left;
}

/*
 * Cart table body
 */

div#cart table tbody tr th,
div#cart table tbody tr td {
  background: #effbff;
  border-right: 5px solid #fff;
  padding-bottom: 12px;
}
div#cart table tbody tr.last th,
div#cart table tbody tr.last td {
  border-bottom: 11px solid #fff;
  padding-bottom: 8px;
}
div#cart table tbody tr td.quantity {
  text-align: center;
}
div#cart table tbody tr td.quantity fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
div#cart table tbody tr td.quantity fieldset label {
  display: none;
}
div#cart table tbody tr td.quantity fieldset select {
  font-size: 1.5em;
}

div#cart table tbody tr td.quantity fieldset a{
  color:#2c556b;
  font-weight:bold;
  font-size:1.3em;
}

div#cart table tbody tr td.price {
  font-weight: bold;
  text-align: right;
}

div#cart table tbody tr td ul.details-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#cart table tbody tr td ul.details-list li {
  margin: 0 0 6px 0;
  padding: 0;
}

div#cart p.shop-more-button {
  text-align: right;
}


/*
 * Checkout details form - General styles
 */

div#cart form#checkout-details {
  border-top: 1px solid #dedbd8;
  margin-top: 12px;
  padding-top: 24px;
}

#checkout-details div#top-of-checkout{
  display:inline-block;
}

#checkout-details div#top-of-checkout{
  overflow:hidden;
  display:block;
  padding-bottom:5px;
}

form#checkout-details h3 {
  font-family:Georgia, "Times New Roman", Times, serif;
  color: #2C556B;
  font-size: 1.4em;
  font-weight: normal;
  margin: 5px 0 15px 0;
  float:left;
  width:356px;
}

form#checkout-details h3.shorter{
  width:200px;
}

form#checkout-details p a.dark{
  color:#2c556b;
  text-decoraton:underline !important;
}

form#checkout-details #shop-more-btn{
  float:right;
}
form#checkout-details sup.mandatory {
  color: #900;
  font-size: 1.5em;
  font-weight: bold;
}
form#checkout-details fieldset {
  border: none;
  margin: 0 0 30px 0;
  padding: 0;
}
form#checkout-details fieldset.controls {
  border-top: 1px solid #dedbd8;
  margin: -8px 0 0 0;
  padding-top: 20px;
}
form#checkout-details fieldset div.field {
  background: #efefef;
  overflow: hidden;
  height: 100%;
  margin-bottom: 5px;
  padding: 8px;
}
form#checkout-details fieldset div.field label {
  color: #000000;
  text-align: right;
  float: left;
  margin: 2px 12px 0 0;
  width: 175px;
}
form#checkout-details fieldset div.field label span.note {
  font-size: 0.8em;
  display: block;
  font-style: italic;
  vertical-align: top;
  margin-top: 5px;
  padding-left: 10px;
}
form#checkout-details fieldset div.field label span.invalid {
  color: #900;
  font-size: 1.1em;
  text-align: right;
  display: block;
  margin-top: 2px;
  font-style: italic;
}
form#checkout-details fieldset div.field input.text,
form#checkout-details fieldset div.field select {
  font-size: 0.9em;
  float: left;
  width: 200px;
}

form#checkout-details fieldset div.field input.text {
  border: 1px solid #ccc;
  padding: 3px;
  width: 180px;
}
form#checkout-details fieldset div.field input.text.large {
  width: 280px;
}
form#checkout-details fieldset div.field input.text.small {
  width: 100px;
}
form#checkout-details fieldset div.field input.text.tiny {
  width: 50px;
}

form#checkout-details fieldset div.field select {

}

form#checkout-details fieldset div.group {
  float: left;
  margin-bottom: -8px;
  width: 300px;
}
form#checkout-details fieldset div.group input,
form#checkout-details fieldset div.group select {
  display: block;
  float: none !important;
  margin-bottom: 8px;
}

form#checkout-details fieldset div.change-details-ctr,
form#checkout-details fieldset div#change-details-ctr{
  text-align:right;
}

form#checkout-details fieldset#pay-by-mail {
  display: block;
  margin: 20px 0 0 0;
}
form#checkout-details fieldset div.change-details-ctr a,
form#checkout-details fieldset div#change-details-ctr a,
form#checkout-details fieldset#pay-by-mail a {
  color: #2C556B;
  text-decoration: underline;
}
form#checkout-details fieldset.controls p.mandatory-fields {
  font-size: 0.9em;
  float: left;
  margin: 8px 0 0 0;
}
form#checkout-details fieldset.controls p.mandatory-fields img {
  margin: 0 0 10px 0;
}
form#checkout-details fieldset.controls div.continue-button {
  float: right;
}


/*
 * Checkout details form - Specific styles
 */

form#checkout-details textarea#additional-comments-field {
  width: 310px;
  height: 75px;
}

form#checkout-details div#delivery-address-same-as-above {
  background: #eee;
  margin-bottom: 5px;
  padding: 8px;
}
div#delivery-address-same-as-above input {
  vertical-align: middle;
  margin: 0 2px 0 187px;
}
div#delivery-address-same-as-above label {
  vertical-align: middle;
}

div#checkout-details div#start-date,
div#checkout-details div#expiry-date {
  overflow: hidden;
}
div#start-date input.text,
div#expiry-date input.text {
  margin-right: 5px;
  width: 30px !important;
}
div#start-date span.separator,
div#expiry-date span.separator {
  float: left;
  margin: 2px 5px 0 0;
}
div#start-date span.format,
div#expiry-date span.format {
  font-size: 0.8em;
  float: left;
  margin: 4px 0 0 3px;
}

span#delivery-address-same-as-above-span{
  cursor:pointer;
  text-decoration:underline;
  font-weight:bold;
}