/*  QuadCommerce Checkout stylesheet
    ©2006 Quadsimia - Internet Presence Professionals - www.quadsimia.com */



/*=== Checkout Pages: ========================================================*/

body.checkout div#container{
    padding-top:0;
}

body.checkout form fieldset{
    background-color:#a7c4e6;
    border:1px solid #6a92c1;
    clear:both;
}

body.checkout form fieldset.inline{
    vertical-align:middle;
    background-color:#a7c4e6;
}

body.checkout form fieldset.inline div label{
	display:inline;
	margin:0;
	padding:0;
	float:none;
	width:auto;
    font-weight:bold;
}

body.checkout form fieldset.inline div input{
	display:inline;
	width:auto;
	margin:0;
	padding:0;
	vertical-align:middle;
}

body.checkout form fieldset#paymentmethod{
    overflow:hidden;
}

body.checkout form fieldset#paymentmethod div{
    float:left;
    clear:none;
    vertical-align:bottom; margin:0 20px 0 0;
    line-height:2em;
    white-space:nowrap;
}
body.checkout form fieldset#paymentmethod div label{
    width:100%; float:none;
}
body.checkout form fieldset#paymentmethod input{
    margin:auto 0 auto auto;
    vertical-align:middle;
    width:auto;
    display:inline;
}
body.checkout form fieldset#paymentmethod img{ vertical-align:middle; }

body.checkout form fieldset#paymentdetails div.cvv2 input{ width:40px; }


/*=== Check Out "Progress" Box ===============================================*/

body.checkout div#progress li.complete{
	/*color:#bbcaa0;*/
}



/*=== Receipt Page ===========================================================*/

body.receipt div#main{
    float:none;
    width:100%;
    margin:0;
    padding:10px 0 20px 0;
    background-color:#fff;
    overflow:hidden;
}

body.receipt pre{
    color:#000;
    font-size:14px;
}


/*=== Shipping Carrier Copyright Notice ======================================*/

p.copyright{
    font-size:90%;
    margin:20px 0;
    font-weight:bold;
}
p.copyright img{
    float:left;
    margin:-5px 10px 10px 0;
}






