@charset "utf-8";
/* CSS Document */

.leftcol, .topbar, .footer, .header, .mainlinks, .maincontentfooter, .thumb-img, .desc-text p, .icons-title, .rate-star, .pure-left h2, .rate-star-text, .rightcol .maincontent .content a{
	display: none;
}

.rightcol .maincontent .content, .rightcol .maincontent{
	display: block;
	margin: 0;
	padding: 0;
	width: 555px;
	/*overflow hidden crops content if it's longer than 1 page*/
	/*overflow: hidden;*/
}

.desc-text{
	float: none;
	width: auto;
}

.table div.coloumn1, .table div.coloumn2, .table div.coloumn3{
	border-left: none;
	border-right: none;
}

.table{
	width: 555px;
	overflow: hidden;
}

.table .rows-odd, .table .rows-even {
	border-bottom: 1px dotted #666;
}

.wrapper .mainwrapper .rightcol{
	float:none;
}

.table div.headRow{
	border-bottom: 1px dotted #222;
	border-top: 1px dotted #222;
}

.wrapper{
	border-left: 2px solid #4d4d4d;
	border-right: 2px solid #4d4d4d;
	clear: both;
	margin: 0;
	padding: 0px;
	width: 600px;
}

.printHeadGraphic, .printFootGraphic{
	display: inline;
	float: left;
}

.printHeadBlock{
	display: block;
	clear: both;
}

.showPrint{
	display:inline;	
}

.relatedProductsPrintContainer
{
	display:none;
}