/* CSS Print Document */

body {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}

#masthead {
	
	margin-bottom: 1em;
}

#wrapper {width:95%;}

#masthead H1 {
	text-indent:-99999px;
}


/* HIDDEN GROUP */
#nav,
#breadcrumbs,
#showcase,
#store,
#catalog,
#products_nav,
#quickcompare-window,
#tabs_bar,
#email_page_window,
#footer_zone,
#footer_content,
.far_aligned, .near_aligned, .button, .btn_remove
{
	display: none;
}


/* PAGE RELATED CONTENTS
--------------------------- */

/* Index */
	#highlight_product DD.heading {
		font-weight: bold;
		font-size: 130%;
	}
	
	#catalog UL {
		list-style-type: none;
	}
	
	#catalog LI {
		padding: 0 0 1em 0;
	}
	
	.content_padding {
		padding: 1em 20px;
	}
	

/* My List */

	#showcase DT {
		font-weight: bold;
		font-size: 130%;
	}
	
/* Product Details */

	#product_related {
		float: right;
		width: 200px;
	}
		
	.tabs_content {
		display: block !important;
	}
	
	.div .off {
		display: block !important;
	}
	.product_image {
		float:left;
	}
	.product_features{
		clear:both;
	}
	.table_list, .table_column {
		width:100%;
		border-top:1px solid black;
		border-right:1px solid black;
	}
	.table_list td, .table_list th, .table_column td, .table_column tr {
	border-bottom:1px solid black;
	border-left:1px solid black;
	}
  
  .td_product_remove, .th_product_remove {
    display: none;
  }
	
	.printer_footer_info {
		text-align:left;
		width:80%;
	}
	
div#product_comparison > table.table_column > thead,
.product_image_view_large {
	display: none;
}

div#product_comparison .tr_product_add_to_list {
  display: none;
}

div#product_comparison tr.first {
  display: none;
}

	.td_product_features {
		vertical-align: top;
	}
	
	.td_product_price {
		text-align: right;
	}

td.empty_td {
  display: none;
}

A {
	text-decoration: none;
	color: black;
}

.product_image_inner small a  {display:none;}

