@charset "utf-8";
/* CSS Document */
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	background:#fff;
/*	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
}
#mainbody {
	background:#fff;
	padding:10px;
	min-height:340px;
}

a:link, a:visited, a:active { color:#333; text-decoration:none;  }
a:hover { color:#333; text-decoration:underline; }
#cartform {
	margin:5px 0 0 0;
}
#image_mainproduct {
	border: 1px solid #333;	
}

#productimage_mainproduct {
	float:left;
	padding:10px 10px 5px 10px;
}
#productinfo {
	font-size:90%;
	/* padding: 0 10px 10px 10px;*/
	padding: 0 5px 10px 10px;
}
#productprice {
	font-weight:bold;
}
#divider {
	border: 1px solid #ccc;
	height:1px;
}
.updatequantity {
	width:50px;
}
.couponcodebox {
	width:100px;
}
#headerrow {
	background:#eee;
}
#updatebutton {
	border: 1px solid #333;
}
#checkoutbutton {
	border: 1px solid #333;
}
#loginbutton {
	border: 1px solid #333;
}
#continuebutton {
	border: 1px solid #333;
}
#paybutton {
	border: 1px solid #333;	
}
#customeremail {
	width:200px;
}
.customerpassword {
	width:200px;
}
#titlebar {
	background:#ddd;
	font-weight:bold;
	padding:5px;
}
.warning {
	color:#900;
	font-weight:bold;
}
.cardmonth {
	width:30px;
}
.cardyear {
	width:50px;
}
#cardname { width:200px; }
#cardtype {  }
#cardnumber { width:250px; }
#cardissuenumber { width:50px; }
#cardcv2number { width:50px; }
.show {
	visibility:visible;
	display:inline;
}
.hide {
	visibility:collapse;
	display:none;
}
