/* MRD added to fix auth.net display of the Credit Card Form */
#gtsecure-templateform .one-page-checkout  #checkout-step-payment .main { 
	background: none; 
	margin: 0;
	padding: 0;
	width:auto;
	min-height:auto;
}
/* END MRD added */

#gtsecure-templateform .one-page-checkout li.section { position:relative; }

#gtsecure-templateform .one-page-checkout .head {
	background:url("../images/opc_off_head_bg.gif") repeat-x scroll 0 100% #EEEEEE;
	border-color:#FFFFFF #D9DDE3 #D9DDE3;
	border-right:1px solid #D9DDE3;
	border-style:solid;
	border-width:1px 1px 0;
	margin-bottom:0;
	padding:4px 8px 6px;
}

#gtsecure-templateform .one-page-checkout  .head {
	background:none repeat scroll 0 0 #D0DCE1;
	border-color:#A3AEB3;
	border-width:1px 1px 0;
	cursor:pointer;
}

#gtsecure-templateform .one-page-checkout .active .head {
	background:none repeat scroll 0 0 #F9F3E3;
	border:1px solid #BBAFA0;
	cursor:default;
	margin-bottom:0;
	padding-bottom:5px;
}

#gtsecure-templateform .one-page-checkout h3 {
	color:#999999;
	font-size:1.05em;
}

#gtsecure-templateform .one-page-checkout .active h3 {
	color:#F18200;
}



#gtsecure-templateform .one-page-checkout .allow .step-count {
	background:none repeat scroll 0 0 #DBE6EB;
}


#gtsecure-templateform .one-page-checkout .box {
	background:none repeat scroll 0 0 #FAF7EE;
	border-color:-moz-use-text-color #BBB6A5 #BBB6A5;
	border-style:none solid solid;
	border-width:0 1px 1px;
	padding:15px 20px;
}

#gtsecure-templateform .one-page-checkout .active .box {
	background:url("../images/multi_address_box_bg.gif") repeat-x scroll 0 0 #FBFAF6;
	border-color:#BBAFA0;
	display:block;
}


/* Side bar */
.one-page-checkout-progress li {
	background:none repeat scroll 0 0 #EEEEEE;
	border:1px solid #A3AEB3;
	margin-bottom:6px;
}

.one-page-checkout-progress h4.complete {
	background:none repeat scroll 0 0 #D0DCE1;
	border-bottom:1px solid #A3AEB3;
	color:#5E8AB4;
	padding: 2px 8px;
}

.one-page-checkout-progress .content {
	padding:8px 13px;
}

.one-page-checkout-progress h4 {
	background:none repeat scroll 0 0 #EEEEEE;
	color:#999999;
	margin:0;
	padding:2px 8px;
	text-transform:none;
}