#container {
    width: auto;
}

/* Navigation Styles */
#servicenav, #topnav, #timeSimulationnav, #topnav_sub, #navcontainer, #colors, #rollover_content {
	display: none;
}

/* Header Styles */
#site_header {
	display: none;
}

#page_header {
    width: 100%;
}

#content_bottom {
    display: none;
}

#product_showcase {
	width: auto;
	background: none;
	height: 200px;
}
	#showcase_image {
	    float: left;
		width: 375px;
	}
    #showcase_content {
        float: left;
        padding-left: 7px;
		width: 225px;
    }
		#showcase_content ul li img {
			display: none;
		}
		#showcase_header {
	        height: 120px;
		}
		.align_bottom {
			width: 225px;
		}		
	
/* Add to Cart column */
#addtocart {
	position: absolute;
	left: 375px;
	top: 110px;
	height: 30px;
	overflow: hidden;
}
	#addtocart img {
		display: none;
	}

/* Content Area */
#content_wrapper {
	width: 100%;
    background: none !important;
}
	#content {
		position: static;
	    width: 100% !important;
	    background: none !important;
		margin: 0 0 10px 0 !important;
		border-bottom: 1px solid #333;
		clear: both;
	}
		#content > img {
			display: none;
		}
	    #content_inner {
	        padding: 0;
	    }
		#content_products {
			width: 100%;
			background: none !important;
			padding: 10px 0 !important;
			border-top: 1px solid #333;
		}
			#overview_content, #inthebox_content, #details_manuals_content, #accessories_content {
				width: 650px;
				background: none;
			}
				.product_feature {
					width: 400px;
				}

/* Footer Styles */
#footer {
    display: none;
}
    .copyright {
		width: 100%;
		display: block;
		clear: both;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        margin-top: 4px;
        text-decoration: underline;
    }
	
/* Custom Styles */
.print_friendly {
	display: block;
}

#product_tabs {
	width: 100%;
}
