﻿.cartTable
{
    width:100%;
}
.buttonRemove
{
    background:url(/web/design/images/button-remove-cart.gif) no-repeat;    
    
}
.buttonRemove a,
.buttonRemove a:visited,
.buttonRecalc a,
.buttonRecalc a:visited,
.buttonClearCart a,
.buttonClearCart a:visited,
.buttonCheckout a,
.buttonCheckout a:visited
{
    color:#fff;
    text-decoration:none;
    margin-left:25px;
    line-height:18px;
    font-size:12px;
}
.buttonRecalc,
.buttonClearCart,
.buttonCheckout,
.buttonRemove
{
    width:100px;
    height:20px;
    float:right;
}
.buttonRecalc,
.buttonClearCart,
.buttonCheckout
{
    margin-left:10px;
}
.buttonRecalc
{
    background:url(/web/design/images/button-recalculate.gif) no-repeat; 
}
.buttonClearCart
{
    background:url(/web/design/images/button-clear-cart.gif) no-repeat;
}
.buttonCheckout
{
    background:url(/web/design/images/button-checkout.gif) no-repeat;
}
.cartNavBtns
{
    margin-top:10px;
}
.cartItemQuantity
{
    width:30px;
}
.autoLabel,
.formLabelMandatory,
.formLabel
{
    float:left;
    width:200px;
    margin-bottom:5px;
}
.autoValue,
.formValue
{
    float:right;
    width:300px;
    margin-bottom:5px;
}
.autoField,
.formField
{
    width:510px;
    clear:both;
}
.custDetailsHeader
{
    width:510px;
    margin:20px 0 10px; 
}
.sameAsDelivery_cont
{
    margin-left:215px;
}
.buttonEdit1
{
    margin-top:-470px;
}
.buttonEdit2
{
    margin-top:-215px;
}
.buttonEdit
{
    background:url(/web/design/images/button-edit.gif) no-repeat;
    width:100px;
    height:20px;
    float:right;
}
.buttonPurchase
{
    background:url(/web/design/images/button-checkout.gif) no-repeat;
    width:100px;
    height:20px;
}
.buttonPurchase
{
    background:url(/web/design/images/button-checkout.gif) no-repeat;
    width:100px;
    height:20px;
}
.buttonNext
{
    background:url(/web/design/images/button-next.gif) no-repeat;
    width:100px;
    height:20px;
}

.buttonEdit a,
.buttonEdit a:visited,
.buttonPurchase a,
.buttonPurchase a:visited,
.buttonNext a,
.buttonNext a:visited
{
    color:#fff;
    text-decoration:none;
    margin-left:25px;
    line-height:18px;
    font-size:12px;
}
.cartTable
{
    width:100%;
}
.cartTable td
{
    height:25px;
}
.cartTotalsValue
{
    float:right;
    text-align:right;
}
.messageCont
{
    display:none;
}
.delDetailsButton
{
    /*margin-top:130px;*/

	top:970px;
	position:absolute;
}
.discountDetails
{
    /*margin-top:-190px;
    margin-bottom:50px;*/
    /*border:1px solid orange;*/
    /*clear:both;*/
}
.mailListDetails
{
    /*margin-top:-100px;
    margin-bottom:80px;*/
    /*border:1px solid lime;*/
}
.wholesalerDetails
{
	/*margin-top:-50px;
    margin-bottom:100px;*/
    /*border:1px solid pink;*/
}
.commentsBox
{
	height:80px;
	font-size:12px;
}
.mailListCheck label,
.sameAsDelivery_cont label
{
	margin-left:5px;
}
.ct
{
	margin-bottom:35px;
}