/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Arial", Arial, Verdana, sans-serif;   
  color:#333;
  background: none;
  font-size: 9pt;
  font-weight:100;
}
#container {
  background: none;
  width:535px;
  margin:0 auto;
  padding:30px 0;
}
.container {
	width:auto;
	padding:0 30px;
	clear:both;
	display:block;
	overflow:hidden;
	position:static;
}
h1,h2,h3,h4,h5,h6 {font-weight:bold; color:#999999;  }

a img { border:none; }
p img.top { margin-top: 0; }

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }

a:link, a:visited {
	background: transparent;
	font-weight:700;
	text-decoration: underline;
}

#header .container{

}
#logo{
	left:0;
	position:static;
}
.invoiceHead{
	float:right;
	text-align:right;
}
#header h2{
	color:#fff;
}

#content .confirmationForm input, #content .confirmationForm input *{
	width:300px;
	color:#000!important;
	margin:0.2em;
}
#content .confirmationForm label{
	width:150px;
	color:#999;
	margin:0.2em;
}
#cartTable td, #cartTable th{
	padding:2px;
}
#footer{
	margin:0;
	padding:5px;
	background:#eee;
}
#header{
	padding:3px;
}
#banner{
	padding:0 0 3px 0;
	margin-bottom:1.5em;
}
#banner .internal{
	margin:0;
}
#content .confirmationForm li {
	overflow:hidden;
}
#banner .menu{
	color:#fff;
	font-size:8pt;
}
#cartTable{
	color:#333;
}

