body{
	background: white;
	font-size: 0.9em;
}

	
#container {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}


	
#header, #menu, #footer, .pager, .detailpager, .print, #info, #leftContent h6{
	display: none;
}

table.results{
	width: 100%;
	float: left;
	clear: both;
	margin: 30px 0 0 0;
	color: #3b488b;
	line-height: 1.6em;
	font-size: 1em;
}

table.results a{
	color: #0E1C65;
	font-weight: 800;
}

table.results .image{
	border: 1px solid #ccc;
}

table.results th{
	border-bottom: 2px solid #3B488B;
	text-align: left;
	/*border: 1px solid #ccc;*/
}

table.results th a{
	color: #0E1C65;
	font-weight: 800;
	border: none;
	padding: 0 0 0 12px;
	background: url(../images/icons/bullet_sort.gif) no-repeat 0 50%;
}

table.results td{
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border: 1px solid #ccc;
	/*border: 1px solid #ccc;*/
}

table.results tr.alt{
	background: #fff;
}


table.specs{
	clear: both;
	width: 550px;
	font-size: 0.9em;
	border: 1px solid #ddd;
	background: #fff;
	margin: -2px 0 0 0;
}

table.specs tr{
	line-height: 2.5em;
	border: 1px solid #ddd;
}

table.specs th{
	width: 35%;
	border-right: 5px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0 0 0 5px;
	color: #666666;
	font-weight: 800;
	background: #fff;
}

table.specs td{
	padding: 0 0 0 5px;
	border-bottom: 1px solid #ddd;
	background: #fff;
}