﻿/***** Layout Styles *****/

	* {
		background-image: none !important;
	}

	html, 
	body, 
	form {
		height:auto;
		background:none;
	}

	#page {
		width:auto;
		height:auto;
	}
	
	.cols-four,
	.cols-three,
	.print-full-width {
		float:none;
		width:100%;
		margin:10px 0 0;
	}

	#content {
		overflow:visible;
		padding:0;
		background:none;
	}
	/* IE8 Product Detail print fix */
		#page, .mod .wrapper { overflow:visible; }
		.wrapper .border-top { display: none; }

/***** Utilities Styles *****/

	.print-only {
		display:block;
	}
	.no-print {
		display: none !important;
	}
	
	#header,
	#navigation,
	#footer,
	#sub-footer,
	#footer-login,
	.mod-menu,
	.pages,
	.scroller .next, 
	.scroller .prev,
	.page-tools,
	.download-mod,
	.arrow-left-top {
		display:none;
	}

/***** Resets *****/

	.ind-abs {
		padding-left: 0;
	}
	.scroller {
		margin-bottom: 0 !important;
	}

	.linked-products .wrapper {
		background-image: none !important;
	}

/***** Module Styles *****/

	.cols-one {
		margin-right: 1px;
	}
	

