/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

html, body {
	height: auto;
}
 
body {
	background: none;
	padding: 80px 40px 40px 40px; 
}

#logo {
	position: absolute;
	display: block;
	top: 40px;
	left: 40px;
}

#printicon {
	position: absolute;
	top: 43px;
	right: 40px;
}

#box {
	position: static;
	width: auto;
	margin: 0;
	background: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

	#col1 {
		/*width: auto;*/
		width: 30% !important;
		width: 30%;
		margin-right: 0px;
		
		float: none;
	}

		#leftContent {
			padding: 20px 0 0 0;
		}

	#col2 {
		/*width: auto;*/
		width: 60% !important;
		width: 60%;
		
		float: none; 
	}

		#mainContent {
			padding: 20px 0 0 10px;
		}

#currenturl {
	position: absolute;
	left: 40px;
	padding-top: 5px;
}

#leftContent p {
	padding: 0;
	width: auto !important;
	width: auto;
}

.content ul {
	list-style: disc;
	margin: 5px 0 5px 14px;
}

.content ul li {
	padding-left: 0;
	background: none;
}

/* tx-gbproducts-pi1 */

#map,
#mainContent div.contentElement.gbproducts_pi1 {
	margin: 0;
}