/*===============MY CART=========*/
#steps{
padding-left:55px;
margin-bottom:25px;	
overflow:hidden;
}

#steps .stage{
	float:left;
	width:200px;
	margin-right:15px;
	text-align:center;
	 opacity: 0.4;
  filter: alpha(opacity = 40);
padding-top:5px;
	
}



#steps .stage .number{
	display:block;
	font-family:MyriadProBold;
	font-size:3em;
	margin-bottom:8px;
}

#steps .stage .text{
	display:block;
}

#steps .stage.active{
 opacity: 1;
  filter: alpha(opacity = 100);

	
}

#steps .stage.active .text{
	
}

#steps .stage.active .number{
	color:#FF6700;
}

 .cartBtn{
	margin-right:10px;
height:45px;
}
.mycart-left{
	width:60%;
	float:left;
	
margin-right:80px;
}
#page-content #mycart_inner_div input[type="button"]{

	padding-top:10px;
}

.mycart-right{
	width:30%;
	float:left;
	margin-bottom:25px;
}

#mycart_discount{
	
}

#mycart_discount .def_field {
	width:130px;
	margin-bottom:0;
}

#page-content #mycart_discount input[type="button"]{
	float:right;	
	margin-right:5px;
}

#mycart_main_div .links {
	clear:both;
	float:right;
	width:300px;
	text-align:right;
}

#loginform .links{
	float:none;
	text-align:left;
}

/*------------------------------SIGN UP-----------------------------*/

#signup-form{
	width:100%;
}

#signup_inner_div, .signup_table {
	float:left;
	margin-right:15px;
	width: 48%;
	/*margin-right:20px;*/
}

.fieldLabel
{
    width: 200px;
    vertical-align: top;

}

ul .errors
{

}

ul.errors li
{
    list-style-type: none;
    color: red;
}

#signup_right_div{
	float:left;
}

td.total,th.total,.total   {
background-color:#6F6A68;color:#fff;text-align:right;padding:5px; }


#iframe #page-content .stage .text{
	line-height:1.2em;
}

#order-history-details,order-history-address{
	margin-bottom:25px;
}

#page-content #current-pledges input[type="text"]{
	width:100px;
}

#chkout-pmt-div iframe{
	background-color:#f2f2e7;
}
#iframe #chkout-pmt-div{
	text-align:center;
	margin:0 auto;
	width:100%;
	
}
#iframe #checkout-moneris {
	width:100%;
}
#checkout-paypal{
float:left;	
width:200px;
}
.data table{
	width:70%;
}
.data .even{
	background-color:#d2d3cb;
}

.data td{
	padding-left:5px;
}

.data td.total{
	text-align:left;
}

#unpaid-registrations table td{
	padding:5px;
}

#unpaid-registrations table tbody > :nth-child(even){
	background-color:#D2D3CB;
}