/* 
    Document   : ecommerce
    Created on : 26-Oct-2009, 06:31:29
    Author     : jgw
    Description:
        Styles for eCommerce plugin.
*/
#store .product-store {
    width: 10%;
    float: left;
    padding: 1%;
    margin: 1%;
    overflow: hidden;
    min-width:125px;
    position: relative;
    font-size: 70%;
    background-color: #ffffff;
    border: 1px solid;
    clear: none;
}

#store .product-store img {
    margin: 0;
}

#store .product-store .image-box,
    #store .product-store .name-box,
    #store .product-store .description-box,
    #store .product-store .price-box{
    float: left;
    width: 100%;
    position: relative;
/*    padding-bottom: 2px;*/
    overflow: hidden;
}

#store .product-store .name-box{
    height: 45px;
}
#store .product-store .description-box{
    height: 50px;
}
#store .product-store .image-box{
    height: 80px;
}
#store .product-store .price-box{
    margin-top: 2px;
    height: 46px;
}
#store .product-store .postage-box{
    margin: 1px;
}

.free-postage-box{
    margin: 1px;
    color: red;
}

#store .product-store .add-to-cart-box {
    margin: 1px;
}
/*Main cart styles*/
#main-cart{
    margin: 2px;
    width: 100%;
    float: left;
    position: relative;
}
.main-cart-image{
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    clear: both;
}

.main-cart-title{
    width: 100%;
    clear: both;
    position: relative;
    font-size: 85%
}
#main-cart .main-cart-title a, .main-cart-detail .main-cart-col a{
    text-decoration: none;
}
.main-cart-col a{
    font-size: 160%;
    font-weight: bold;
}
.main-cart-continue{
    position: relative;
    float: left;
    clear: left;
    text-align: left;
    width: 49%;
    margin-right: 1%;
}
.main-cart-checkout{
    width: 49%;
    position: relative;
    float: right;
    text-align: right;
    clear: right;
    margin-left: 1%;
}
.cart-summary-line{
    width: 100%;
    text-align: center;
    clear: both;
}
#main-cart .main-cart-title img{
    width: 80px;
    height: 80px;
    border: none;
    padding: 0px;
    position: relative;
    text-align: center;
}
#main-cart .main-cart-detail{
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 75%;
}
.main-cart-detail img{
    Position: relative;
    float: left;
    clear: left;
    padding-left: 2%;
}
#main-cart .product-image{
    float: left;
    position: relative;
    padding-left: 2%;
}
.main-cart-detail{
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}
.main-cart-detail p{
    font-weight: bold;
}
.main-cart-detail .postage-box{
    margin-right: 2%;
}

.main-cart-detail .free-postage-box{
    margin-right: 2%;
    color: red;
}
.main-cart-col{
    position: relative;
    float: right;
    clear: right;
    text-align: right;
    margin-right: 10px;
}

/*End of main cart styles*/
/*Cart summary styles*/
#cart{
/*    margin-bottom: 1%;
    margin-top: 10px;
    margin-right: 15px;
    float: left;
    position: relative;
    border: 1px solid;*/
    font-size: 75%;
/*    width: 98%;*/
}
#cart-title, #cart-title img{
    width: 100%;
    position: relative;
    clear: both;
    float: left;
}
#cart-title img{
    width: 123px;
    height: 42px;
    border: none;
    padding: 0px;
    margin: 0px;
}
#cart-title form{
    margin:0px;
    border:0px;
    float: left;
    position: relative;
    clear: left;
}
#cart-title-line{
    clear: right;
    float: left;
    position: relative;
}
#cart table {
    clear: both;
    width: 96%;
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    position :relative;
/*    border: 1px dashed;*/
    text-align: left;
}

.total-line {
/*    border-top: 1px dashed;*/
}
#shopping-cart h1, #shopping-cart h2, #shopping-cart h3, #shopping-cart h4,
 #shopping-cart p, #shopping-cart div{
    padding: 1px;
    margin: 1px;
}
#shopping-cart .item-price, .total-line {
}
#shopping-cart .total-line .total-cell {
    font-weight: bold;
    border-top: 1px solid #595 ;
}
.cart-items .button-to input{
    padding: 0;
    border: 1px outset blue
}

.ebay_image {
  margin:2px;
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
}
.ebay_image img {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  width: auto;
  height: 150px;
}
.ebay_image a:hover img {
  border:1px solid #0000ff;
}
.pagination-links {
    margin: 5px;
    clear: both;
    text-align: center;
}
.add-to-cart-box .button-to .add_to_cart {
    background:url("http://cloudcityservices.co.uk/img/services/addtocart.png") no-repeat;
    cursor:pointer;
    width: 90px;
    height: 20px;
    border: none;
}

.ecommerce table tr {
    border-bottom: 1px solid;
    border-color: graytext;
}
.ecommerce table td {
/*    border: 1px solid;
    border-color: graytext;*/
    padding: 5px;
}
.ecommerce table th {
    text-align: center;
    padding: 5px;
/*    border: 1px solid;*/
}
.ecommerce table {
    outline-color: activeborder;
    outline-style: groove;
    outline-width: medium;
    border-collapse:collapse;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
}