/* Eric Meyers Reset CSS v2.0 http://cssreset.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {  
	font-family: "Comic Sans MS";
	background: url(/images/backShade.jpg) repeat-y ;
	Xbgproperties="fixed";
	color: black;
	}

a:link {text-decoration: underline; color: blue;}
a:visited {text-decoration: underline; color:purple;}
a:active {text-decoration: underline; color: red;}
a:hover {text-decoration: underline; color: red;}
.no-border-img {
	text-decoration: none;
	border: 0 none;
	}

a.darkBackground:link {
  text-decoration:  underline;
  color:white;
  }
a.darkBackground:visited {
  text-decoration:  underline;
  color:aqua;
  } 
a.darkBackground:hover   {
  text-decoration:  underline;
  color:red;
  } 

a.redBackground:visited {
  text-decoration:  underline;
  color:            blue;
  } 
a.redBackground:hover   {
  text-decoration:  underline;
  font-weight:      bold;
  color:            blue;
  } 

#screen{
	width: 980px;
	}

#top-menu {
	font-size:90%;
	padding-right:1%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
}

#identify {
	font-size: 90%;
	text-align: right;
	Xdisplay: none;
}

#header {
	}

.header{
 	font-size: 150%;
 	text-align: center;
 	padding: 1%;}

.headerText {
	width:640px; 
	height:90px; 
	float:left;
}

#checkstand {
	float:left;
	width:140px;
	margin-left:2px;
	text-decoration:none;
}

.emphasize{
	font-size: 110%;
	color: FireBrick;
	font-style: italic; 
	font-weight: bold; 
}


#logo {
	float:left; 
	margin-left:6px; 
	margin-right:0px; 
	margin-bottom:0px; 
	width:150px;
}

#header-text {
	float:left; 
	width:65%;
	font-size:150%;
	text-align:center;
}

.homeMessage {
	margin:0px; 
	margin-bottom:0px;
	Xpadding:2%; 
	Xbackground-color:Aqua; 
	font-style:italic; 
	color:FireBrick; 
}
a.redHyperlink:link {color:FireBrick; text-decoration:none;}

#content{
	margin-top:0px;
	}

#slots {float:left; 
	width:86%;
	margin-left:5px;
	}

.slot {	float:left; 
	width:33%;
	height:270px;
	overflow:hidden; 
	list-style-type: none;
	}

.boxpairs {
	float:left; 
	width:45%; 
	height:310px;
	min-width:370px;
	max-width:436px;
	border-style:solid; 
	border-width:.5px;
	background-color:PaleTurquoise ;
	padding:1%;
	margin-left:2%;
	margin-top:1%;
	
}

.doorCoupon {
	width:225px;	
	height:255px;
}

#index{
	float:left; 
	width:13%;
	font-size: 100%;
	overflow:hidden; 
	background-color: rgb(204, 255, 255);
}

#footer{
	width:100%;
	margin:auto; 
	text-align:center;
	margin-top: 1%;
}

p.index {margin: 0em;
	padding-left:2px;
	}
p.indexSelected {margin: 0em;	
	padding-left:2px;
	background-color: #a0d4ff;
	}

.formBox { 
	clear:both;
	float:left;
	width:80%;
	margin-top: 1%;
	margin-left: 2%;
	background-color:PaleTurquoise ;
}

.fieldset {
	width: 80%; 
	border-style:solid; 
	border-color:blue; 
	margin-left:2%;
	background-color:PaleTurquoise ;
}

.form {
	width:60%; 
	height:250px; 
	margin:auto; 
	background:PaleTurquoise ; 
	color:black; 
	margin-top:15px; 
	padding:1%;
}
.errorMessage {
	width:80%; 
	Xfloat:left;  
	margin:auto;
	margin-top:10px; 
	Xmargin-right:20px; 
	padding:1%; 
	background:white; 
	color:red;   
	font-size:120%; 
	text-align:left; 
	border-style:solid;
	border-width:.5px;
}
.message {
	width:50%; 
	float:left;  
	background:white; 
	color:black; 
	font-size:110%; 
	margin-top:20px; 
	margin-right:20px; 
	padding:2%; 
	text-align:left; }

.fieldLabel {
	clear:both;
	float:left;
	width:30%;
	margin-bottom:1%;
	margin-right:1%;
	font-size:105%;
	text-align:right;
	font-size:105%;
}

.inputLine {
	float:left;
	width:60%;
	text-align:left;
	padding:2px;
	margin-bottom:1%;
	font-size:105%;
}

.infoLine {
	font-size:90%;
	margin-top:0px;
	margin-bottom:0px;
}

.demoButton  {
	height: 45px;
	width: 65px;
	border-style: solid;
	border-width: 0px;
}

.cart_box {  
	float:left; 
	width:80%; 
	background-color: white;
	margin-left:4px;
	border-style: solid; 
	border-color: FireBrick;
}

.cart_tablehead {  
	background-color: #3315F2; 
	Xfont-size: 14px; 
	color: #FFFFFF; 
	font-weight: bold;
}

.section {
	clear: left; 
	width: 98%; 
	float:left;
	margin-top: 10px; 
	margin-bottom: 20px; 
	margin-left: 14px;
	margin-right: 4px;
}

img.floatLeft { 
	float: left; 
	width:150px;
	margin-top: 2px; 
	margin-right:2px; 
	margin-left:2px; 
}


.icon{	margin: 5%;
 	padding: 10%;
 	border-style: solid;
 	border-color: white;
 	border-size: 4px;} 
.itemContainer { 	
	border-style: solid;
  	border-top-width: 1px;
  	border-top-color: black;
 	border-right-width: 5px;
  	border-right-color: black;
  	border-left-color: black;
 	border-left-width: 1px;
  	border-bottom-width: 6px;
  	border-bottom-color: blue;
   	background-color: rgb(228,228,228); 
	padding:10px;}
.link{ 	
	margin-top:6%;
 	margin-bottom:6%; }

.invoiceBox { 
	border: 2px solid rgb(51, 51, 255);
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	float: left;
	width: 70%;
    }

.nameAddress {
	float:left; 
	width:33%; 
	margin-top:1%; 
	margin-left:.3%; 
}

.change{
	float:right;
	font-size:70%;
}
.box {
	border-style:solid;
	border-width: .5px;
	border-color: blue;
}
