/* Print Stylesheet */
/*
	----------------------------------
	Global Section
	----------------------------------
*/

body {
	/* font color might want to be changed to a darker shade for easier reading */
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.hr {
	border-top: 2px solid #999999;
	border-bottom: 13px solid #fff;
	background-color:#fff;
	clear: both;
	padding: 0;
}

.clear {
	clear: both;
}

img {
	border: none;
}

/*
	----------------------------------
	Header Section
	----------------------------------
*/

#milliporeLogo {
	X_background: url(/assets/images/global/logo-millipore.gif) no-repeat 0 0;
	display: block;
	float: left;
	height: 90px;
	margin-left:0px;
	padding-bottom: 5px;
	position: relative;
	width: 122px;
}

#milliporeLogo span {
	display: none;
}

#account {
	display: none;
}

#topSearch {
	display: none;
}

#mainNav {
	display: none;
}

#userModule, #cart_and_favs_win, #favs_content, #cart_content {
	display: none;
}

/*
	----------------------------------
	Content Section
	----------------------------------
*/

#content {
	border: none;
}

#globalLeftNav {
	display: none;
}

#findProduct {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

#findProduct h1 {
	margin-top: 8px;
}

#findProduct table, tr, td {
	border: none;
}

#productActions {
	display: none;
}


/*
	---------------------------------
	Catalogue Compare Items
	---------------------------------
*/

#content #comparisonTable h1 {
	font-size: 14px;
}

#content #comparisonTable .print_btn {
	display: none;
}

#content #comparisonTable .coldesc {
	display: none;
}

#content #comparisonTable .rowdesc {
	font-size: 11px;
	font-weight: bold;
}

#content #comparisonTable tr td {
	font-size: 12px;
	padding: 0 20px 0 0;
	vertical-align: text-top;
}


/*
	---------------------------------
	Search Results
	---------------------------------
*/

#searchSummaryNav {
	display:none;
}
#searchSummaryContent {
	margin:0;
	padding:0;
	width:100%;
}	
.summary h3 span {
	margin:0 10px 0 10px;
	padding:0;
}	
.summary h3 a {
	color:#333333;
	font-size: 12px;
	text-decoration: none;	
}

.tab_type_4 #contentTabs {
	display:none;
}
#resultsControls .pagination ul  {
	display:none;
}
#resultsDisplay th {
	font-size: 12px;
	font-weight:bold;
	text-align:left;
}	
#resultsDisplay td, #resultsDisplay td a {
	color:#333333;
	font-size: 12px;
	line-height:120%;
	text-decoration: none;	
}
#resultsDisplay .table_footer ul {
	display:none;
}	


/*
	---------------------------------
	Order Summary and Confirmation
	---------------------------------
*/

h1.alternate {
	font-size: 18px;
}

h1.alternate .first {
	float: left;
}

h1.alternate .second {
	float: right;
}

#eComContainer p.special_instruct {
	margin: 0;
}

#eComContainer .order_data {
	float: left;
	padding-right:5px;
	width: 235px;
}

#eComContainer .order_data span {
	display: block;
}

.edit_link {
	display: none;
}

div.ecom_hr {
	background: url(/assets/images/ecommerce/bg-hr.jpg) no-repeat 0 10px;
	border: none !imporant;
	clear: both;
	height:30px;
	margin: 0;
}

div.ecom_hr hr {
	display: none;
}

table#shoppingCart {
 	clear: both;
 	margin-bottom: 20px;
}	

#totals {
	color: #8d8d8d;
	float: right;
	font-size: 11px;
	line-height: 160%;
	margin-bottom: 20px;
	width: 400px;
}

#totals .desc {
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
	width:260px;
	_width:250px;
}

#totals .value {
	color: #4d4d4d;
	display: block;
	float: right;
	font-weight: bold;
	text-align:left;
	width:125px;
	_width:135px;
}

/*
	----------------------------------
	Filter Sizing Configuration
	----------------------------------
*/

#filterResults .filter_module {display: none;}
#configContent {width: 100%;}
.config_mod_header {
	border-bottom:1px solid #999999;
	font-size: 14px;
	font-weight:bold;
	padding:10px 0 8px 0;
}
.config_mod_header a {display: none;}
h1.filtertool {
	font-size:16px;
	margin:0;
	padding:0;
}
.config_mod .lt {
	float:left;
	margin:0;
	padding:0;
	width:48%;
}
.config_mod .rt {
	float:right;
	margin:0;
	padding:0;
	width:48%;
}
.config_mod_content .form_row {
	margin:0;
	padding:3px 0 3px 0;
	_width:325px;
}
.config_mod_content .form_row label {
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin:0 7px 0 0;
	padding:5px 0 0 5px;
	width:190px;
}
.config_mod_content .form_row label a {
	text-decoration: underline;
}
.config_mod_content .lt .form_row .field {
	background-color:#ebf6fb;
	display: block;
	float:left;
	font-size:12px !important;
	font-weight:bold;
	_height:18px;
	min-height:18px;
	margin:0;
	padding:3px 0 3px 5px;
	width:160px;
	_width:110px;
}

.config_mod_content .rt .form_row .field {
	background-color:#ededed;
	display: block;
	float:left;
	font-size:12px !important;
	font-weight:bold;
	_height:18px;
	min-height:18px;
	margin:0;
	padding:3px 0 3px 5px;
	width:160px;
	_width:110px;
}
.config_mod .lt h3,
.config_mod .rt h3 {
	font-size: 12px;
	font-weight:bold;
	text-transform: none !important;
	margin:5px 0 0 0 !important;
}

/*
	----------------------------------
	Configurator
	----------------------------------
*/
#configuratorKit .modal {
	display: block;
}	

/*
	----------------------------------
	Footer Section
	----------------------------------
*/

#footer {
	border-top: 1px solid #999999;
	border-bottom: 13px solid #fff;
	background-color:#fff;
	clear: both;
	margin-top: 30px;
	padding: 10px 0 10px 0;
}

.printDate {
	display: block;
}

#footer ul { 
	display: none; 
}


/*  
    ---------------------------------
	Pathways
	---------------------------------
*/

#image_map {
	display:none;
}
#image_map_scaled {
	display:none;
}
#map_key_layer {
	display:none;
}