
/* ------------ View Cart  ------------ */

#main .viewcartform h4{
	margin:20px 0 10px;
	border-top: 2px solid #CCC;
	color:#333;
}
a.continue{
	display:block;
	background:  url(../layout/sprite.png) no-repeat -168px -241px;
	height:32px;
	width:161px;
	text-indent:-9999em;
	margin-top:20px;
	border:none;
	cursor:pointer;
}

a.img_checkout, input.img_checkout{
	display:block;
	background:  url(../layout/sprite.png) no-repeat 0px -241px;
	height:32px;
	width:161px;
	text-indent:-9999em;
	margin-top:20px;
	border:none;
	cursor:pointer;
}
/* ------------ End View Cart  ------------ */

/* ------------ Edit  Cart  ------------ */

.cartitem li.itemsku,
.cartitem li.itemquantity,
.cartitem li.itemprice
{
	padding-top:0px;
	padding-left:30px;
	list-style: url(../../../uploads/images/Tag_16x16.png) outside;
	}
	
.itemdesc{
	font-weight: bold;
	margin:10px 0;
	list-style: none;
}

#main a.a-submit{
	color:#fff;
	padding:10px;
	background: #F60;
	}
/* ------------ End Edit  Cart  ------------ */

/* ------------ Orders  ------------ */
#main ul.billing{
	margin-top:10px;
}


.invoive{
	margin:0 auto;
	font-size: 0.85em;
	}
.invoive h4{
	margin:15px 10px 3px 0;
	}
	
#main .invoive img{
	float:none;
	}	
	
.invoice_table{
	border: 1px solid #CCC;
	background: #fff;
	width: 99%;
	float:left;
	}
.invoice_table tr, .mini_table tr{
	border-bottom: 1px solid #CCC;
	}

.invoice_table td, .mini_table td{
	padding: 5px;
	border-right: 1px solid #CCC;
	}
.invoive tr.head{
	background: #DFDFDF;
	font-weight: bold;
	}

.mini_table{
	border: 1px solid #CCC;
	background: #fff;
	width: 44%;
	float:right;
	margin-right:7px;
	}
.mini_table td.head{
	background: #DFDFDF;
	font-weight: bold;
	}
/* ------------ End Orders  ------------ */


label{
	display:block;
	margin-top:10px;
}



.registration, #selfreg_selpkg{
	float:left;
	width:290px;
/*	border-right: 1px solid #B1CADA;
	padding-right:5px;*/
 margin-right:10px;
	

	}
.registration input#ma0ba6input_First,
.registration input#ma0ba6input_username,
.loginform input#m81785feu_input_username{
	width:240px;
	}	
	

#main .registration ul li, #main .loginform ul li, #main .registration-form ul li,#main .login ul li, #selfreg_selpkg ul li{
	list-style: none;
	background: url(none);
	padding-top:5px;
	
	}
.loginform{
	float:left;
	width:290px;
	margin-left:10px;
		}	
		
/*	Single lofin form*/
.login{
width:290px;
	margin-left:10px;
	float:left;
	}		
	
	
#main .registration ul li.inputlabel{
	margin-left:0;
	}
	
.error{
	padding:0px 5px 2px 25px;
	background: url(../layout/error.gif) no-repeat 0 0;
	margin-bottom:10px;
	font-weight: bold;
	color: #C30;
	display:block;
}
#main div.error li{
	padding:2px 2px 2px 20px;
	background: url(../layout/error.gif) no-repeat 0 0;	
	}


	
#main .continue a,
#main .checkout a{
	width:232px;
	height:52px;
	display:block;
	background-image: url(../layout/checkout-bt.png);
	background-repeat:no-repeat;
	text-indent:-9999em;
	margin-top:5px;
	margin-left:5px;
	float:left;
	}
	
#main .continue a{
	background-position:0 0px;
	}
	
#main .checkout a{
	background-position:0px -57px;
	}

/* ===================== selfreg_selpkg ===================== */
#selfreg_selpkg {
	display:block;
	padding:0px 0 20px;
	}
	
#selfreg_selpkg li.radio{
	margin-top:0px;
	margin-left:0px;
	}
#selfreg_selpkg li.radio input{
	margin-top:0px;
	margin-left:0px;
	}
		
#selfreg_selpkg li.prompt{
	margin-top:2px;
	margin-left:0px;
 font-weight:bold;
	}	
#selfreg_selpkg li.value{
	 font-weight:bold;
	}		
#selfreg_selpkg p{
	padding:5px 5px 5px 28px;
	border-bottom: 1px solid #CCC;
	clear:both;
	}	
	
	#selfreg_selpkg .input{
		width:60px;
		margin:0 auto;
	
	}	

/* ===================== CDirectory ===================== */
	.rowtext{
		padding-top:10px;
		padding-left:5px;
		padding-bottom:2px;
		}
	
	.rowinput{	}
	
	/* ===================== Ecommerce links hearder ===================== */
	
		
	div.ecommerce {
	position:absolute;
	width: 230px;
	xmargin-top: 26px;
	xmargin-left: 335px;
	background:white;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:15px 0px 15px 10px;
	  }
			
	div.ecommerce a {
	margin: 0 5px 0 0px;
	display: block;
	float: left;
	font-size:75%;
	color:#333;
	  }
