/* ---------------------------------------------------------------------
Original Author: Jason Dicks
Contributors: N/A

Target Browsers: N/A
Media Type: Print
Width: All Sizes
------------------------------------------------------------------------ */
.tabbed-content .tab-wrapper {
    display: none;
}

.tabbed-content .window {
    border: none;
}

.tabbed-content .window .slides > li {    
    border: 1px solid #acacac;
    margin: 0 0 10px -40px !important;
	padding: 0 0 0 0 !important;
    display: block;
	list-style-type:none;
	clear: both;
	width: 98% !important;	
	
}

.window .slides > li .slide-title {
    display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #000;
	list-style: none !important;
	padding-bottom: 5px;
}

.personal-options,
.nav,
.search-bar,
.item-select,
.grid-side-alt,
.breadcrumb .list-style-11,
.product-carousel-nav,
.product-icons,
.product-section-headline a,
.video-container,
.footer,
.footer-column-twitter,
.footer-column-careers,
.footer-column-contact .contact-area,
.footer-column-contact .list-style-1,
.logo span, .divide, 
.typekit-badge, 
.dataTables_length, 
.dataTables_filter,
.product-select,
.product-select-heading,
.product-select .button-style-2,
.dataTables_info,
.dataTables_paginate paging_two_button
 {
    display: none !important;
}

.product-carousel-contain,
product-information-contain {
    overflow: hidden;
}

#product-carousel li {
    position: relative !important;
    display: block !important;
    opacity: 1 !important;
    float: left;
}

.product-specifications table {
    border: 1px solid #acacac;    
    display: block;
}

/* Updates, to clean up product detail print page - 05/02/2012 - Acquity Group */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#product-carousel li img {
	display: none;
}

#product-carousel li:first-child img {
	display: block;
}

.product-description {
	clear: both;
	overflow: hidden;
}

.product-information-contain, .product-description .product-carousel-contain {
	float: left;
}

.product-information-contain {
	width: 45%;
}

.breadcrumb-divide {
    padding: 0 10px;
}

.breadcrumb a {
    text-decoration: none;
}

a:link {
    color: #336699;
    text-decoration: underline;
}

.table-style-2, .table-style-3 {
	border-collapse: collapse;
	width: 95% !important;
 }
 
 .table-style-2 th, .table-style-3 th {
	 border-bottom: 1px solid #ABABAB;
	 border-left: 1px solid #B4B4B4;
}

.table-style-2 td, .table-style-3 td {	
    border-left: 1px solid #B4B4B4;
	text-align: center;
	padding: 2px;
	margin: 0;
	height: auto;
	font-size: 10px;
}

.table-style-2 td:first-child, .table-style-2 th:first-child, .table-style-3 td:first-child, .table-style-3 th:first-child  {
    border-left: none;
}

ul.slides {
	list-style-type: none;
}

.product-specifications {
	margin-bottom: 0;	
	padding-bottom: 0;
}

.tabbed-content {	
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;	
	overflow:hidden;	
}

ul.tabs {
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.product-section-headline, .product-usage {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	clear: both;
}

.logo {
	width: 200px !important;
	height: 37px !important;	
}

.media-block .media {
	margin-right: 0;	
}

.media-block .media div {
	height: auto;
	width: auto;
}

/* End Updates */