#rhsArea fieldset {
	text-decoration:none;
	color:#000000;
	display:block;
	border: 1px solid #6C6C6C;
	padding:3px;
	background-color:#16B9E2;
	background-image: url(/images/interface/logInBackground.gif);
	background-repeat: repeat-x;
}
#rhsArea fieldset input.accountLogInBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	width: 120px;
	border: 1px solid #6C6C6C;
}
#rhsArea fieldset label {
	color:#000000;
	text-transform: uppercase;
}
#rhsArea fieldset input.logInButton {
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #6C6C6C;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0E05;
	background-color: #FFDD53;
}
#rhsArea fieldset h3 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 3px 2px 0px;
	padding: 0px;
	line-height:15px;
	text-align:center;
	color:#FFFFFF;
}
.logInError {
	color:#000000;
	font-size:9px;
}
ul.standardBullets {
	list-style-type:square;
}
ul.standardBullets li {
	margin-bottom:4px;
}
#myAccountBox {
	text-decoration:none;
	color:#000000;
	display:block;
	border: 1px solid #6C6C6C;
	padding:3px;
}
#myAccountBox h3 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 3px 2px 0px;
	padding: 0px;
	line-height:15px;
	text-align:center;
	color:#000000;
}
#myAccountBox ul {
	list-style-type:none;
	margin:8px 0px 4px;
	padding:0;
}
#myAccountBox li {
	margin-bottom:4px;
}
#myAccountBox a {
	text-decoration:none;
	color:#000000;
}
#myAccountBox a:hover {
	color:#FF0000;
}
#myAccountBox a.selected {
	font-weight: bold;
}
table.previousOrdersTable td {
	padding:5px 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6C6C6C;
	font-size: 11px;
	text-transform: capitalize;
}
table.previousOrdersTable th {
	padding:3px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #6C6C6C;
}
table.previousOrdersTable td a {
	text-decoration:none;
	color: #FBA213;
}
table.previousOrdersTable td a:hover {
	color: #000000;
}
h4.orderInfoHeadings {
	font-size: 11px;
	font-weight: bold;
	color: #6C6C6C;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6780A;
	text-transform: uppercase;
}
.orderHeading {
	float:left;
	width:120px;
	font-weight: bold;	
}
h2.accountH2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBA213;	
}
#cardPricesList {
	background-color: #F7F7F7;
	border: 1px solid #6C6C6C;
	padding:3px;
	text-align:center;
	width:461px;
	margin-top:5px;
}
#cardPricesList ul {
	list-style-type: none;
	padding:0;
	margin:10px 0px 0px;
}
#cardPricesList li a {
	width:140px;
	height:100px;
	margin-bottom:0;
	background-image: url(/images/interface/latestCardBackground1.gif);
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
	color:#000000;
}
#cardPricesList li a:hover {
	color:#FF0000;
	background-image: url(/images/interface/latestCardBackground2.gif);
	background-repeat: no-repeat;
}
#cardPricesList li {
	display:inline;
	text-align:center;
	margin-right:6px;
	margin-left:7px;
	margin-bottom:5px;
	float:left;
	padding:0;
}
#cardPricesList li img {
	margin-top:5px;
	margin-left:2px;
	margin-bottom:0;
	border:none;
	width:130px;
	height:84px;
}
#cardPricesList li h5 {
	margin:0px 0px 4px;
	padding:0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.quantity {
	float:left;
	width:75px;
}
