#Payment {
	
}

.Payment {

}

.Payment th {
	padding:4px;
	font-weight:normal;
	text-align : left;
}

.Amount {
	font-size:16px;
	color:green;
	font-weight:bold;
}

.Secure {
	border:2px solid #8C3557;
	background-color:#FFFFD9;
	padding:3px;
	background-image:url(http://assets.mpcstudios.com/images/icons/lock.png);
	background-repeat : no-repeat;
	background-position :top right;
}

.PaymentButton {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#F2F8FF;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	
	background-image : url(http://assets.mpcstudios.com/images/icons/lock_go.png);
	background-repeat : no-repeat;
	background-position : 3px 5px;
	
    font-family:Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
	padding-left:23px;
	padding-top:5px;
	padding-bottom:5px;
}

.PaymentSummary {
	border:1px solid silver;
	width:100%;
}


.PaymentSummary td , .PaymentSummary th {
	font-size:11px;
	vertical-align : top;
	padding:4px;
	color:black;
}

.PaymentSummary td {
	padding:5px;
	border-bottom:1px solid silver;
}


.PaymentSummary th {
	text-align : left;
	font-weight:bold;
	background-color:gray;
	color:white;
	font-size:12px;
}

thead {
	margin:0px;
}

.Divider {
	background-color:#FFD89D;
	font-weight:bold;
}

.Tax {
	text-align : right;

}

.Total {
	text-align:right;
	font-size:13px!important;
	font-weight:bold;
	background-color:#D2FFD3;
}

.Billing {
	width:40%;
	float:left;
	padding:5px;
}

.Shipping {
	width:40%;
	float:left;
	padding:5px;
}
strong {
color:#000000;
}
h1 {
color:#E12931;
}
h2 {
font-size:18px;
color:#8C3557;
}