/* print formatting */

body {
	width : 17cm;
	margin : auto;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#nv, 
div#switch, 
div#switchcurrency,
div#ft,
.c1s .headerNavigation, 
td#rc, 
td.pageHeading,
.menu,
.printinvite
{
	display : none;
}

#bl {
	
}

#oscProductInfo {
	border : 1px solid black;
}

.c1s > table > tbody > tr > td.main,
.c1s > table > tbody > tr > td > table > tbody > tr > td.main
 {
	padding : 2px 0px 0px 0px;
	border : 1px solid white;
	border-top : 20px solid white;
	font-size : 1.6em;
	margin : 0px;
}

.c1s > table > tbody > tr > td > table.infoBox > tbody > tr.infoBoxContents > td
 {
	border : 1px solid black;
	font-size : 1.2em;
}

td.main p {
	margin : 2px;
}

td.smallText {
	font-size : 1.2em;
	font-weight : bold;
}
a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0px solid white;
}
/*
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
*/ 
 
/* debugging*/
.debug {
	border : 1px solid red;	
}
