*{
	color: black;
}

h1.printOnly{
	text-align: center;
	margin-top: 1cm;
}

#toplinks, #header, #colLeft, #shopHeader{
	display: none;
}

a, #content #singleTitleView #titleInfo div.price{
	color: black;
}

#content {
    overflow: hidden;
    height: 100%;
    background-color: green;
}

#titleList .titleview{
	clear: both;
	height: 200px;
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid black;
}

#singleTitleView #addToCart, #singleTitleView .linkForPDF, #singleTitleView .infoQuotation{
    display: none;
}

#singleTitleView .cover{
	width: 20%;
	padding: 0;
	float: left;
}

#singleTitleView #titleInfo{
	width: 75%;
	float: right;
	
}

#singleTitleView #titleInfo div.price p{
    color: black;
}

#singleTitleView #titleInfo .detailData .key {
    width: 30%;
}

#titleList .titleview .titleinfo a{
	display: none;
}