@charset "UTF-8";
/* CSS Document */

body {
	background-color: #202020;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 11px;
}
h2 { 
	font-size: 12px;
	padding: 0;
	margin: 0;
}
h3 { 
	font-size: 12px;
	color: #FFF;
	height: 20px;
	line-height: 18px;
	font-weight: bold;
}
h4 {
/* Used as breadcrumb / navigation header in account area */
	border: #F00 solid 1px;
	padding: 5px;
}
h5 {
/* Used as alert for messages */
	border: #F05A28 solid 1px;
	background: #FFF;
	color: #000;
	font-size: 12px;
	padding: 5px;
}
h6 {
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
	font-size: 14px;
	width: 98%;
	border: #F00 solid 2px;
	padding: 3px;
	background: #000;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F00;
}
#outer {
	margin-left: auto;
	margin-right: auto;
}
#shopcart {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	width: 250px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFF;
	float: left;
	clear: right;
}
#shopcart a:link{
	color: #FFF;
	text-decoration: underline;
}
#shopcart a:visited{
	color: #FFF;
	text-decoration: underline;
}
#shopcart a:hover{
	color: #F00;
	text-decoration: none;
}
#shopcart a:active{
	color: #F00;
	text-decoration: none;
}
#grayBackground {
	background: #000;
}
#tabularData table {
	text-align: left;
	color: #FFF;
}
#tabularData th {
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #CCC;
	color: #000;
	height: 20px;
	line-height: 18px;
}
#tabularData td {
	color: #FFF;
	/*border: #666 dotted 1px;*/
	text-align: left;
	padding: 0 0 2px 2px;
}
#tabularData td a:link {
	color: #FFF;
	text-decoration: underline;
}
#tabularData td a:visited {
	color: #FFF;
	text-decoration: underline;
}
#tabularData td a:hover {
	color: #F00;
	text-decoration: none;
}
#tabularData td a:active {
	color: #F00;
	text-decoration: none;
}
#tabularData td.alt {
	background: #000;
	color: #FFF;
	/*border: #666 dotted 1px;*/
	text-align: left;
	padding: 0 0 2px 2px;
}
#tabularData td.nostyle {
	color: #FFF;
	border: none;
	text-align: left;
}
#tabularData td.rowTextLabel {
	background: none;
	color: #FFF;
	/*border: #666 dotted 1px;*/
	text-align: right;
	margin: 0 0 3px 3px;
	font-weight: bold;
}
#tabularData td.rowInputField {
	background: none;
	color: #FFF;
	/*border: #666 dotted 1px;*/
	text-align: left;
	margin: 0 0 3px 3px;
}
#tabularData td.smaller {
	background: #FFF;
	color: #FFF;
	/*border: #CCC dotted 1px;*/
	text-align: left;
	padding: 0 0 2px 2px;
	font-size: 12px;
}
.checkoutBody {
	padding-left: 20px;	
}
#helpPopupWindow {
	color: #000;
	font-size: 11px;
	background: #EEE;
	border: #FFFFFF solid 1px;
	padding: 8px 8px 8px 8px;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
    margin-right: auto;
	text-align:left
}
.buttonSubmitOrder {
	font-size: 16px;
	height: 30px;
	font-weight: bold;
	background: #900;
	padding: 5px;
	border: #000 solid 2px;
}
#errorMessageBox {
	font-size: 13px;
	color: #990000;
	background:#FFEAEA;
	border: #990000 solid 2px;
	padding: 8px 8px 8px 8px;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
    margin-right: auto;
	text-align:left
}
#resultArrayBox {
	font-size: 11px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	width: 90%;
	border: #999999 dashed 1px;
	padding: 8px 8px 8px 8px;
	margin-top: 10px;
	margin-bottom: 14px;
	margin-left: auto;
    margin-right: auto;
	text-align:left;
	color: #000000;
}
#resultArrayBox a:link{
	color: #000000;
}
#resultArrayBox a:visited{
	color: #000000;
}
#resultArrayBox a:hover{
	color: #000000;
	text-decoration: none;
}
#resultArrayBox a:active{
	color: #000000;
	text-decoration: none;
}
#resultArrayBox .success{
	color: #003366
}
#resultArrayBox .fail{
	color: #990000
}
.error_strings {
	color: #900;
	width: 450px;
	background: #FFF;
	text-align: left;
}
#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 9px;
}

