@charset "utf-8";
/* CSS Document */

#login {
	line-height:25px;
    width: 265px;
	padding: 0px 34px 34px 0px;
	}
	
#nextbutton {
	margin-top: 25px;
	clear:right;
	float:right;
	}	
	
/* ACCOUNT PAGES */

.account_column {
	width: 50%;
	float:left;
	}	

.account_column h5 { width: 180px; clear: both; }
.account_column input { margin-bottom: 3px; display:block; margin-left: 180px; }
.account_column select { margin-bottom: 3px; display:block; margin-left: 180px; }

.account_column b {
	display: inline-block;
	width: 160px;
}

#osel-coupon-resale {
	margin-top: 5px;
}
.paymentdetail, #osel-coupon-resale b {
	display:block;
	float:left;
	width: 160px;
	height: 26px;
}
#osel-coupon-resale input {
	margin-bottom: 5px;
}
#osel-coupon-resale p {
	margin: 0px;
}
#osel-coupon-resale font {
	clear: both;
}
	
.invalid {
	color: #FF0000;
	}
	
.pad {
    margin-top: 25px;
	}
	 
.listheader {
	background-color: #bf1e2d; 
	color: #fff;
    height:20px;
    padding: 4px 5px;
	white-space:nowrap;
	}

.floatleft {
	float: left;
	}	
.floatright {
	float:right;
	}	
	
#total {
    padding: 10px 0 0 10px;
    text-align:right;
	}
	
.baskettext_left{
	padding: 3px 2px 0 2px;
    vertical-align: top;
	}

.baskettext_right{
	padding: 3px 0 0 15px;
	text-align: right;
    vertical-align: top;
	}
	
.baskettext_left h4, .baskettext_right h4 { margin: 1px 0 2px 0; }

.priceeach {
	text-align:right;
	width: 80px;
	margin-left: 5px;
	float:right;
	}
	

	
.clear {
	clear:both;
	}

#giftbox { width:100%; float:left; font-family:Georgia, 'Times New Roman', Times, serif; font-size:14px; padding-bottom: 10px;}
#giftbox textarea{
	width:500px;
}	
