/* Printer styles */

/* Page container */

#container {
	width: 100%;
	margin: 0 auto;
}

/* Content container */

#outer{ 
	border: 0;
	width: auto; 
} 

#outer_full { 
	border: 0; 
} 

/* The page header */

#header {
	width:100%;
	text-align: center;
	height: 119px;
}

#header img {
	float: none;
}

/* Top tab navigation */

#navlist {
	display: none;
}

/* Main content area */

#maincol{ 
	width: 100%; 
	margin: auto;
	font-size: 10pt;
	text-align: left;
	padding: 0;
	line-height: 1.3em;
}

#content {
	padding: 0.25em;
	color: #000;
}

/* Right hand column */

#rightcol {
	width: 100%;
	float: none;
	margin: 0;
}

#rightcol h2 {
	display: none;
}

/* Left hand navigation column */

#leftcol
{
	display: none;
}

/* Special header and body styles */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
	color: #000;
}

/* Div containing the shopping cart */

#basket_box {
	display: none;
}

/* Page footer */

#footer {
	text-align: right;
	font-size: 8pt;
	clear: both;
	color: #000;
	background-color: #390021;
	padding: 4px;
}

/* No print */

.noprint, .relatedproductsbox, .colcontent, .options_select {
	display: none;
}