.registerShortForm, .loginFullForm {
	width:600px;
	padding:0px 15px 15px 15px;
}

.my .registerfull, .my .loginFull{
	/*border: 1px solid #007F93;*/
	border: 1px solid #003366;
	background-color: #D5E7EB;
	padding: 6px;
}

#my-full-login, #my-full-register, #my-partial-login {
	width:100%;
}

.my .loginFull{
	width: 500px;
}

#my-partial-login{
	/*border: 1px solid #007F93;*/
	border: 1px solid #003366;
	background-color: #D5E7EB;
	padding: 6px;
	width: 500px;
}





#my-full-login .hint, #my-full-register .hint, #my-partial-login .hint {
	width:70%;
	float:left;
	padding-top:4px;
	margin-bottom:10px;
	font-weight:bold;
}

/* Order history */
	.my .orders td, .my .orders th {
		padding: 1px 8px 1px 0px;
	}
	.my .orders th {
		/*color: #007F93;*/
		color: #003366;
		text-align: left;
	}
	.my .orders td {
		font-size: 10pt;
	}
	.my .orders .orderDetails {
		width: 100%;
		border: 1px solid black;
		margin: 4px;
		padding: 4px;
	}
	.my .orders .orderDetails td, .my .orders .orderDetails th {
		padding:4px;
	}
	.my .orders .order-detail {
		background-color: lightgray;
	}
	.my .orders .order-detail-wrapper {
		border: 1px solid black;
	}
	.my .orders .order-detail td,
	.my .orders .order-detail th {
		padding: 2px;
		font-size: smaller;
	}

	.my .orders .chargeLine td {
		color: gray;
		background-color: lightgray;
	}
	.my .orders .productLine td {
		color: black;
		background-color: white;
	}

/* SHopping List */
.my .lists #listList {
	width:45%;
	float: left;
}
.my .lists #listDetail {
	width:45%;
	float: right;
}

.my .purchase {
	/*border: 2px solid #007F93;*/
	border: 2px solid #003366;
	padding: 8px;
	margin-bottom: 10px;
	width:60%;
}
.my .purchase .fieldlabel {
	width:100px;
}

.my .default {}
	.my .default table {
		margin-top:6px;
	}
	.my .default .label {
		width: 35%;
		/*color: #007F93;*/
		color: #003366;
		font-size: 14pt;
		font-weight: bold;
		padding-bottom: 0px;
		vertical-align: top;
	}
	.my .default .hint {
		width:65%;
		font-weight:bold;
		padding-left: 22px;
		padding-bottom: 10px;
		vertical-align: top;
	}
	.my .default .displayPromo {
		margin-bottom:10px;
	}
.my .favourites .item {
	padding-bottom: 8px;
	margin-bottom: 8px;
	/*border-bottom: 1px solid #007F93;*/
	border-bottom: 1px solid #003366;
}

.favouritetable {
	border: 1px solid #D8EAEC;
	margin:10px;
	width:100%;
	}
	
	.favouritetable th {
	padding:5px;
	font-weight:bold;
	font-size:10pt;
	border-right: 1px solid #D8EAEC;
	background-color: #336FAD;
	color:white;
	}
	
	.favouritetable td {
	padding:5px;
	font-size:10pt;
	border-top: 1px solid #D8EAEC;
	border-right: 1px solid #D8EAEC;
	}
	
	.favouritetable td.itempicture{
		width:200px;
		text-align:right;
	}
	.favouritetable td.itemdescription {
		width:320px;
		text-align: left;
	}
	.favouritetable td.itemfavprice {
		width: 100px;
		text-align: right;
	}
	.favouritetable td.itemdefaultimage {
		width:24px;
		border-right: 0px;
	}
	
	.favouritetable td.itemicon{
		text-align: center;
	}
	
	.favouritetable td.category{
	background-color:#D8EAEC;
	/*color:#007F93;*/
	color:#003366;
	}