div.cart_view_cart_box {
	float: right;
	border: 1px solid #999999;
	padding: 7px;
	background-color: #F3F3F3;
}
div.ajax_add_to_cart_confirmation_box {
	position: fixed;
	z-index: 999999;
	top: 50%;
	left: 50%;
	width: 300px;
	padding: 7px 15px;
	margin-left: -150px;
	margin-top: -50px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.cart_per_product_plus_postage {
	font-size: 10px;
}

table.cart_view_cart_table {
	width:100%;
    border-collapse: collapse;
	margin-top: 10px;
}
table.cart_view_cart_table th {
	border-bottom:1px dotted #333333;
    border-left-width:0px;
    border-right-width:0px;
    border-top-width:0px;
    font-size:13px;
    text-align:left;
	padding: 5px;
}
table.cart_view_cart_table td {
	border-bottom:1px dotted #CCCCCC;
    border-left-width:0px;
    border-right-width:0px;
    border-top-width:0px;
	padding: 5px;
}

div.cart_view_cart_product_custom_field_details, a.cart_view_cart_product_custom_field_details_link {
	font-size: 10px;
}

a.cart_view_cart_remove_product_link {
	font-size: 10px;
}

div.cart_view_cart_postage_zones {
	margin-bottom: 10px;
}

div.cart_view_cart_total_before_discount {
	margin-bottom: 15px;
}

div.cart_view_cart_total_after_discount {
	margin-bottom: 15px;
}

div.cart_view_cart_discount_form {
	margin-bottom: 15px;
}

div.cart_view_cart_discount_applied_msg {
	font-style: italic;
	border: 1px solid #DEDEDE;
	background-color: #F3F3F3;
	padding: 5px;
	border-radius: 5px;
	margin: 5px 0px;
}

table.cart_products_list_table {
	border-width: 0px;
	margin-top: 9px;
}
table.cart_products_list_table td {
	vertical-align: top;
	border-width: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
}
table.cart_products_list_table td.cart_products_list_single_column_right {
	padding-left: 10px;
}
table.cart_products_list_table td.cart_products_list_multi_column {
	text-align: center;
	padding-right: 15px;
	padding-bottom: 10px;
}
img.cart_product_image_large {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
table.cart_categories_list_table {
	border-width: 0px;
	border-collapse: collapse;
	margin-top: 9px;
}
table.cart_categories_list_table td {
	vertical-align: top;
	border-width: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}
table.cart_categories_list_table td.cart_categories_list_single_column_right {
	padding-left: 10px;
}
table.cart_categories_list_table td.cart_categories_list_single_column_left {
	width: 0px;
}
table.cart_categories_list_table td.cart_categories_list_multi_column {
	text-align: center;
	padding-right: 15px;
	padding-bottom: 10px;
}
img.cart_product_image_thumb {

}
img.cart_category_image_thumb {

}
table.cart_product_details_table {
	border-width: 0px;
}
table.cart_product_details_table input, table.cart_product_details_table select {
	font-size: 10px;
}
span.cart_product_rrp, span.cart_product_list_rrp {
	font-size: 11px;
}
span.cart_product_rrp_price, span.cart_product_list_rrp_price {
	text-decoration: line-through;
}
span.cart_advanced_search_link, span.cart_advanced_search_link a , span.cart_basic_search_link, span.cart_basic_search_link a {
	font-size: 11px;
}
table.cart_search_results_table {
	border-width: 0px;
	border-collapse: collapse;
}
table.cart_search_results_table th {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	border-width: 0px;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px;
}
table.cart_search_results_table td {
	vertical-align: top;
	border-width: 0px;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px;
}

span.cart_checkout_heading_field {
	font-weight: bold;
}

span.cart_product_list_product_option {
	white-space: nowrap;
}

div.cart_temando_postage_price_single {
	margin: 5px 0px;
	font-style: italic;
}

/**********  START jquery ad-gallery styles *******/

.ad-gallery {
  /*
  #scottmod
  width: 600px;*/
  width: 450px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    /*
	#scottmod
	height: 400px;*/
	height: 340px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
	  top: 48%;
      left: 48%;
	  /**
	  #scottmod 
      border: 1px solid #CCC;**/
      border: 2px solid #CCCCCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(/includes/jquery/plugins/ad-gallery/non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(/includes/jquery/plugins/ad-gallery/ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(/includes/jquery/plugins/ad-gallery/ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(/includes/jquery/plugins/ad-gallery/opa75.png);
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='/includes/jquery/plugins/ad-gallery/opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url(/includes/jquery/plugins/ad-gallery/ad_scroll_back.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      background: url(/includes/jquery/plugins/ad-gallery/ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
/******** END jquery ad-gallery styles ********/