#container
{
    position: relative;
}
.home div.product
{
    background-image: url(/images/rachaelsmithcontacts/productbox.jpg);
    background-repeat: no-repeat;
    float: left;
    font-size: 90%;
    height: 165px;
    padding-top: 10px;
    text-align: center;
    width: 165px;
}
.home .product .product_image
{
    height: 110px;
}
.home .product .details
{
    padding: 0 5px;
}

form ol {
    list-style:none;
    padding:0px;
    margin:0px;
}

div.cartsummary
{
    position: absolute;
    right: 5px;
    top: -5px;
}

#cartlist
{
    width: 100%;
}
.orderconfirmation_container, .order_details
{
    padding-top: 20px;
}
.imagesubmit
{
    float: right;
    margin-right: 50px;
}
#shopping_register, #shopping_login
{
    padding-top: 20px;
}
#registration label, .loginregister label, #shopping_register label, #newaddress label
{
    display: inline-block;
    font-weight: bold;
    width: 200px;
}
#shopping_login .item, #registration .item, #newaddress .item, form ol li
{
    padding: 2px 0;
}
h2.iam
{
    padding-bottom: 3px;
}
.loginregister input.shoplogin, .loginregister input.continue
{
    left: 240px;
    position: relative;
}
.home fieldset
{
    border: medium none;
    padding: 20px 0 0;
}
.addresspicker_container h2, .addressentry_container h2
{
    font-size: 18px;
    padding-top: 20px;
}
.addresspicker_container h2
{
    padding-bottom: 10px;
}
a.addtocart, a.checkout, a.viewcart, a.delete_cart_item, a.continueshopping, a.changeaddress
{
    background-repeat: no-repeat;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    top: 8px;
}
a.addtocart
{
    background-image: url(/images/rachaelsmithcontacts/addtocart.png);
    width: 117px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    padding-top: 30px;
    
}

.productview .price {
    display:block;
    font-size:125%;
    float:left;
    position:relative;
    top:5px;
}

input.addtocart {
    background-image: url(/images/rachaelsmithcontacts/addtocart.png);
    width: 117px;
    background-color:transparent;
    border:none;
    overflow: hidden;
    height:30px;
    padding-top:30px;
    background-repeat:no-repeat;
    float:left;
    margin-left:5px;
    cursor:pointer;
}

.productview .description
{
    clear:left;
}

a.checkout
{
    background-image: url(/images/rachaelsmithcontacts/checkout.png);
    width: 117px;
}
a.viewcart
{
    background-image: url(/images/rachaelsmithcontacts/viewcart.png);
    width: 114px;
}
a.delete_cart_item
{
    background-image: url(/images/rachaelsmithcontacts/remove.png);
    padding-top: 25px;
    position: relative;
    top: 0;
    width: 115px;
}
a.continueshopping
{
    background-image: url(/images/rachaelsmithcontacts/backtoshop.png);
    width: 121px;
}
a.changeaddress
{
    background-image: url(/images/rachaelsmithcontacts/changeaddress.png);
    width: 121px;
}
#cartlist th
{
    text-align: left;
}
#cartlist th.total
{
    padding-right: 5px;
    text-align: right;
}
#cartlist th.details, #cartlist td.details
{
    visibility: hidden;
}
.loginregister form h2, .loginregister form h3
{
    padding-bottom: 10px;
}
.addressentry_container .continue
{
    margin-top: 10px;
}
.orderconfirmation_container .address_details, .orderconfirmation_container .order_details
{
    float: left;
    width: 49%;
}
.orderconfirmation_container .order_details
{
    position: relative;
    top: -20px;
}
.imagesubmit
{
    position: relative;
    right: -45px;
}

div.productlist:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input.continue, input.shoplogin {
    background-image:url(/images/rachaelsmithcontacts/continue.png);
    background-color:Transparent;
    border:none;
    width:105px;
    height:30px;
    padding-top:30px;
    overflow:hidden;
}

input.paynow {
    background-image:url(/images/rachaelsmithcontacts/paynow.png);
    background-color:Transparent;
    border:none;
    width:105px;
    height:30px;
    padding-top:30px;
    overflow:hidden;
}

input.useaddress {
    background-image:url(/images/rachaelsmithcontacts/useaddress.png);
    background-color:Transparent;
    border:none;
    width:120px;
    height:30px;
    padding-top:30px;
    overflow:hidden;
}

