/* User properties (options) editing */
#user_details {
	position: relative;
	width: 60%;
	margin: 0 auto;
}

#user_details span {
	position: absolute;
	right: 0;
	width: 60px;
}

#user_details input {
	border: 0;
	float: none;
	width: auto;
}

#user_details span input, #userdetails span img {
	padding: 0;
	margin: 0 2px;
}

#user_details .user_property {
	margin: 1em 0;
	background: #eee;
	border: 1px dashed #ccc;
}

#user_details .user_property img.spinner {
	float: left;
}

/*Ts and Cs*/
#terms {
	height: 6em;
	width: 100%;
	overflow: auto;
	border: 1px dashed #ccc;
	background: #eee;
	padding: 0.5em;
}

/*Deliveries*/
#delivery_content {
	width: 65%;
	float: left;
}

#delivery_list {
	width: 30%;
	float: right;
	text-align: right;
}
#delivery_list h1 {
	margin-top: 0;
}

#delivery_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#delivery_list ul li {
	margin: 1em 0;
	padding: 0;
	color: #ccc;
	font-weight: bold;
}

#delivery_list ul li p {
	margin: 0;
}

.delivery h1 {
	margin-top: 0;
}

.delivery .message, .delivery ul {
	padding: 0.5em;
	border: 1px solid #ccc;
}

.delivery ul {
	list-style: none;
}

.delivery li {
	color: #ccc;
	font-weight: bold;
}

.delivery h3 {
	margin-top: 0;
}

.delivery small a {
	color: #587a20;
}

/*Comments*/
#comments {
}

.comment, #comments form {
	border: 1px dashed #ccc;
	padding: 5px;
	background: #eee;
	color: #000;
	margin: 0.5em 0;
}

#comments form label {
	font-weight: bold;
	float: left;
	font-size: 1.1em;
	margin-right: 0.5em;
	clear: none;
}

#comments form textarea {
	height: 8em;
}

#comments form input {
	margin-top: 0.5em;
	float: right;
}

.comment {
	position: relative;
}

.comment h3 {
	margin: 0.25em 0;
}

.comment .comment_text {
	padding-left: 1em;
}

.comment span {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
}

/*Formatting for the payment section*/

#payment {
	color: #333;
}

#payment h1 {
	margin: 0;
	color: #587a20;
	display: inline;
}

#payment.non_user, #payment.non_user h1 {
	color: #ccc;
}

#payment.non_user p {
	color: #333;
}