/*
Design by Cero 2009
*/

body {
scrollbar-face-color: #C61E02;
scrollbar-shadow-color: #C61E02;
scrollbar-highlight-color: #C61E02;
scrollbar-3dlight-color: #F7E8AA;
scrollbar-darkshadow-color: #F7E8AA;
scrollbar-track-color: #F7E8AA;
scrollbar-arrow-color: #F7E8AA; 

	margin:	0;
	padding: 0;
	background-image: url(bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;

	margin: 0;
	padding: 0;
	font-size: 8px;
	color: #505050;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS"; font-size:16;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C61E02;
}


p, ul, ol {
	line-height: 200%;
}

A {
	WIDTH: auto; TEXT-DECORATION: none;
}
A:visited {
	WIDTH: auto; TEXT-DECORATION: none;
}
A:active {
	WIDTH: auto; TEXT-DECORATION: none;
}
A:link {
	WIDTH: auto; TEXT-DECORATION: none;
}
A:hover {
	WIDTH: auto; COLOR: #C61E02; TEXT-DECORATION: nome;
}


/* control */

input.mainFormError
{
	background-color: #F96045;
}

textarea.mainFormError
{
	background-color: #F96045;
}

select.mainFormError
{
	background-color: #F96045;
}



/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:220px;  
	border: 1px solid #4F4E4F; 
	background:#F7E8AA url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
	padding-bottom:10px; 
	padding-right:10px;
}

#side_1
{
POSITION: fixed; TOP: 110px; RIGHT: 0px;
width:51px;
margin:0px;
padding:0px 0px 0px 0px;
border:0px solid #fff;
}

a.cennik
{
	font-size: 25px; color:#fff; font-weight: bold; height:140px; background: url(cennik_b1.png) no-repeat left top;
	padding: 12px 15px 17px 15px; margin: 10px 0 0 0;
}

a.cennik:hover
{
	color:#C61E02; font-weight: bold; background: url(cennik_b2.png) no-repeat left top
}

