/**
 * Print media style sheets for www.icss.sk
 */

@import url("all.php");
@import url("ie5.css");

.noPrint {
	display: none;
}

/* remove: header, column, side menu */
#headerWrap, #header, #headerGap, #footerGap, 
#side, #column, #footer .copyright {
	display: none;
}

/* adjust footer */
#footerWrap {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0px;
	border: none;
	padding: 30px 0px 0px 0px;
	text-align: center;
	background: transparent none;
}
#footerWrap #footer {
	clear: both;
	width: 540px;
	height: auto;
	margin: 0px auto;
	border: none;
	border-top: #666 1px solid;
	padding: 5px 0px 0px 0px;
	text-align: center;
	background: transparent none;
}
#icsStyleMoto #footerWrap, 
#icsStyleMoto #footer,
#icsStyleInfo #footerWrap, 
#icsStyleInfo #footer,
#icsStyleCust #footerWrap, 
#icsStyleCust #footer {
	background: transparent none;
}


#footerWrap #footer ul.footerLink {
	clear: both;
	height: auto;
	padding: 0px;
	list-style: disc;	
	background: transparent none;
}
#footerWrap #footer ul.footerLink li {
	float: left;
	margin: 0px;
	border: none;
	padding: 2px 15px 0px 18px;
	font-size: 11px;
	line-height: 15px;
	list-style: none;
	background: transparent url(http://www.icss.sk/public/img/layout/bullet.gray_square.gif) no-repeat 0px 7px;
	color: #666;
}

#footerWrap #footer ul.footerLink li.first {
	list-style: none;
	margin: 0px;
	padding-left: 45px;
	background: transparent none;
}
#footerWrap #footer ul.footerLink li.printBreak {
	clear: both;
	list-style: none;
	margin: 0px;
	padding-left: 120px;
	background: transparent none;
}
#footerWrap #footer ul.footerLink li a {
	text-decoration: none;
	background: none;
	color: #666;
}


/* center page and remove margins and borders */
body {
	background: transparent none;
}

#midWrap {
	margin: 0px;
	border: none;
	padding: 0px;
	background: transparent none;
}
#mid3 {
	width: 540px;
	margin: 0px auto;
	border: none;
	padding: 0px;
	background: transparent none;
}
#mid3 #cnt {
	float: none;
	right: 0px;
	width: 540px;
	margin: 0px auto;
	border: none;
	padding: 0px;
	background: transparent none;
}

/* add logo to title */
#mid3 #cnt .title {
	background: url(http://www.icss.sk/public/img/layout/header.ics_logo.gif) no-repeat right top;
}
#icsStyleMoto #mid3 #cnt .title {
	background: url(http://www.icss.sk/public/img/layout/header.ics_logo_blue.gif) no-repeat right top;
}
#icsStyleInfo #mid3 #cnt .title {
	background: url(http://www.icss.sk/public/img/layout/header.ics_logo_green.gif) no-repeat right top;
}
#icsStyleCust #mid3 #cnt .title {
	background: url(http://www.icss.sk/public/img/layout/header.ics_logo_violet.gif) no-repeat right top;
}

#mid3 #cnt .title h2 {
	width: 420px;
	/* IE5 Win, Opera stop */ voice-family: "\"}\""; voice-family: inherit;
	width: 400px;
}
html>body #mid3 #cnt .title h2 { /* Opera back */
	width: 400px;
}
td.eur_dph span {
    font-size:12px;
}

