/* ---------- Universal ---------- */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	background-color: #89080d;
	color: #eee;
	font-size: 16px;
}
hr {
	width: 90%;
}
/* ---------- Links ---------- */
a:link, a:visited {
	text-decoration: none;
	color: #aaa;
	/*border-bottom: 1px #aaa dashed;*/
}

a:hover, a:active {
	color: #888; 
	border-bottom: 1px #888 solid; 
}

/* ---------- Layout ---------- */
#container {
	margin: 20px auto 30px;
	padding: 30px;
	width: 75%;
	min-width: 1100px;
	max-width: 1100px;
	background-color: #000;
}

#footer {
	color:#999; 
	font-size:90%; 
	margin-bottom:50px;
	text-align:center; 
}

/* ---------- Header Tags ---------- */
h1,h2,h3,h4,h5,h6{ color:#eee; font-weight:bolder; padding:10px 15px 0px 15px;  text-align: center;}
#masthead h1 { 
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 5px;
	color: #102372;
	text-align: center;
	background-color: grey;
	border: 20px solid #afafaf;
	
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
h1{ font-size:36px; }
h2{ font-size:24px; }
h3{ font-size:18px; }
h4{ font-size:16px; }
h5{ font-size:14px; }
h6{ font-size:12px; }

/* ---------- Customer ---------- */
#customer {
	/*float: left;*/
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 2px solid #ffffff;
	padding: 2px;
	text-align: center;
}
#customer #name {
	font-size: 150%;
}

/* ---------- Shopping Cart Button ---------- */
/*#cartBtn .btn{
	width: 150px;
	text-decoration: none;
	font-size: 1.5em;
	margin-top: 1px;
	margin-bottom: 10px;
}
#cartBtn a {
	text-decoration: none;
}
*/
.button{
	width:20%;
	margin-left: auto;
	margin-right: auto;
	font: bold 25px Arial;
	text-decoration: none;
	background-color: #EEEEEE;
	color: #102372;
	padding: 2px 6px 2px 6px;
	border-top: 3px solid #CCCCCC;
	border-right: 3px solid #333333;
	border-bottom: 8px solid #333333;
	border-left: 8px solid #CCCCCC;
	text-align: center;
} 

.button a {
	text-decoration: none;
	color: #102372;
}

/* ---------- Index ---------- */
#indexPage {
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	background-color: #000;
	border: 12px ridge #ccc;
	border-radius: 10px;
}
#index h1 {
	margin-top: 0px;
	text-align: center;
}
#index h2 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#loginForm {
	width: 279px;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #ccc;
	border-radius: 10px;
}
#loginTable {
	width: 500px;
	height: 100px;
	background-color: #000000;
}
#loginTable label {
	width: 150px;
}
#loginTable td {
	width: 200px;
	height: 100px;
}
#loginTable #col2 {
	margin-top: 2px;
	margin-bottom: 2px;
	height: 50px;
}

table {
	width: 1000px;
	border: 4px solid #ccc;
	background-color: #fff;
}

table td {
	width: 325px;
	height: 400px;
	vertical-align: middle;
	padding: 10px;
	border: 2px solid #999;
}

table img {
	width: 300px;
	margin: 10px;
	border: 1px solid #000;
}

/* ---------- Add To Cart ---------- */
#add-to-cart a {
	text-decoration: none;
}

.itemImage a {
	text-decoration: none;
}

/* ---------- Login Page ---------- */
#loginTable {
	/*clear: both;*/
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	
}
#loginTable th {
	font-size: 2em;
	text-align: center;
}
#loginTable td {
	text-align: left;
}
#loginTable .btn {
	width: 100px;
	font-size: 1.3em;
}

/* ---------- Register Page ---------- */
#register table {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
#register label {
	font-size: 1.2em;
}
#submit {
	width: 150px;
	font-size: 1.5em;
}
.error {
	color: #ff0000;
}
.complete {
	color: #00FF00;
}

/* ---------- Shopping Cart ---------- */
#cartTotals {
	width: 200px;
	border: 2px solid #fff;
	margin-left: 75%;
	padding: 10px;
}
#cartTotals p {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
#checkoutSubmit {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

/* ---------- Checkout ---------- */
#checkout h3 {
	margin-top: -15px;
}
#checkout .ckForm {
	width: 370px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 125%;
	line-height: 95%;
}
#checkout label {
	float: left;
	width: 200px;
}
#checkout .input {
	float: left;
}
#checkout hr {
	width: 250px;
}
#totals {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #fff;
	padding: 10px;
}
#totals p {
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
#totals hr {
	width: 100px;
}


/* ---------- Confirmation ---------- */
#confirm {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #ccc;
	padding-left: 15px;
	padding-top: -15px;
	margin-bottom: 15px;
}
#confirm h3 {
	margin-top: 0px;
}
.conTable {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	font-size: 120%;
}
.conTable td {
	/*border: none;*/
	line-height: 15px;
}
.conTable tr {
	border-bottom: 1px solid #ccc;
}

/* ---------- Image Page ---------- */
.imageTable {
	width: 20%;
	border:none;
	background: none;
	margin-left: auto;
	margin-right: auto;
}
.imageTable tr td{
	height: 20px;
	border: none;
}

.imageTable #backButton {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	font: bold 25px Arial;
	text-decoration: none;
	background-color: #EEEEEE;
	color: #102372;
	padding: 2px 6px 2px 6px;
	border-top: 3px solid #CCCCCC;
	border-right: 3px solid #333333;
	border-bottom: 8px solid #333333;
	border-left: 8px solid #CCCCCC;
	text-align: center;
}