body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666666;
	background-color:#990000;
	background-image:url(../images/mask.gif);
	background-repeat:repeat;
	text-align:center;
	height: 100%;
	overflow-y:auto;
	margin: 0;
	padding: 0;
}

div#eventNotFound {
	width: 400px;
	margin: 0 auto;
}

div#eventNotFound form label {
	float: left;
	width: 150px;
}

div#eventNotFound form input {
	margin-bottom: 20px;
	width: 200px;
}

div#eventNotFound form input.submitButton {
	width: auto;
}

img { border: none; }

.imageborder{border:1px solid #bbb;margin:5px;}

.frame {
	background-color:#FFFFFF;
	background-image:url();
	text-align:left;
	font-size:small;
	padding:0;
	margin:0;
	}

.small {
	font-size: 11px;
}


#page {
	margin: 15px auto;
	width:720px;
	text-align:left;
	background-color: #FFFFFF;
	color:#666666;
}

#content {
	background-color: #fff;
	z-index: 2;
}

#caldiv {
	position: absolute;
	visibility: hidden;
	background-color: #fff;
}

#header {
	width:720px;
	height:141px;
	
}

#left {
	width:200px;
	padding:5px;
	float:left;
}

#right {
	width: 480px;
	padding:10px;
	float:right;
	text-align:justify;
}

#footer {
	font-size:x-small;
	padding-bottom:3px;
	clear:both;
	text-align: center;
}

h1 {
	font-size:small;
	color:#990000;
}

h1.center {
	text-align: center;
	margin-bottom: 30px;
}

h2 {
	font-size:small;
	color:#990000;
}

.nolist { list-style-type:none; margin:0px; padding:0px;}
.nolist li {display:inline;}

form {
	text-align: left;
	margin:0;
	padding:0;
}
form label {
	float: left;
	width: 400px;
	display: block;
	text-align: left;
	padding-top: 2px;
	margin-right: 0px;
	font-weight: bold;
	font-size: small;
}

form input,
form select {
	float: left;
}

form .formButton {
	float: none;
	font-weight: bold;
	width: 100px;
}

table.orderProcessSteps tr.text {
	width: 20%;
	text-align: center;
	color: #999;
	font-size: 12px;
}

table.orderProcessSteps tr.text a {
	color: #999;
	text-decoration: none;
}

table.orderProcessSteps tr.text a:hover {
	color: #999;
	text-decoration: underline;
}

table.orderProcessSteps tr.text td.active {
	color: #000;
}

table.orderProcessSteps tr.img td.inner {
	background-image: url("../images/step_bar_inner.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

table.orderProcessSteps tr.img td.inner-active {
	background-image: url("../images/step_bar_bullet_inner.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

table.orderProcessSteps tr.img td.left {
	background-image: url("../images/step_bar_left.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

table.orderProcessSteps tr.img td.right {
	background-image: url("../images/step_bar_right.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

table.orderProcessSteps tr.img td.left-active {
	background-image: url("../images/step_bar_bullet_left.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

table.orderProcessSteps tr.img td.right-active {
	background-image: url("../images/step_bar_bullet_right.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

table#orderTBL,
table#promoCodeTBL {
	width: 500px;
	margin: 0 auto;
}

table#orderTBL th,
table#promoCodeTBL th {
	background-color: #ddd;
}

table#orderTBL td,
table#promoCodeTBL td {
	background-color: #eee;
}

table#promoCodeTBL td input#promoCode {
	width: 150px;
	background-color: #fff;
	border: 1px solid #aaa;
}

table#checkoutTBL {
	width: 500px;
	margin: 0 auto;
}

table#checkoutTBL th {
	width: 175px;
	background-color: #ddd;
}

table#checkoutTBL td {
	width: 325px;
	background-color: #eee;
}

table#checkoutTBL td input,
table#checkoutTBL td select {
	width: 200px;
	background-color: #fff;
	border: 1px solid #aaa;
}

div.shoppingCart {
	position: fixed;
	top: 0;
	left: 10px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 2px;
	
	
}

* html div.shoppingCart { position: absolute;  }

div.shoppingCart p {
	background-color: #ccc;
	font-weight: bold;
	padding: 2px 0;
	margin: 0;
	text-align: center;
}

div.shoppingCart table {
	margin: 5px 10px;
}

div.shoppingCart table th {
	background-color: #ccc;
	padding: 2px 5px;
}

div.shoppingCart table td {
	background-color: #eee;
	padding: 2px 5px;
}

div.shoppingCart table .col1 {
	width: 180px;
}

div.shoppingCart table .col2 {
	width: 50px;
	text-align: center;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

