@import "General.css";
@import "Default.css";

input {
	background:	#cccccc;
	border:		1px solid #BBBBBB;
}	

textarea {
	background:	#cccccc;
	border:		1px solid #BBBBBB;
}	
	

table.Produkt {
	position:	relative;
	top:		10px;
	text-align:	center;
	border-collapse:collapse;
	border:		1px solid #BBBBBB;
	width:		700px;
}

table.Produkt td {
	border: 1px solid #BBBBBB;
}

tr.Title td {
	background:	#cc5555;
	font-weight:	bold;
	font-size:	15pt;
	height:	60px;
}

tr.TitleTable td {
        background:     #cc0000;
        font-weight:    bold;
        font-size:      16pt;
        height:		75px;
}

tr.Main {
	background:	#777777;
	font-size:	14pt;
	font-weight:	bold;
	height:		40px;
}

tr.Gray {
	background:	#999999;
	font-size:	11pt;
	text-align:	left;
	padding-left:	15px;
}


tr.Sub {
	background:	#999999;
	font-size:	11pt;
}


ul.Zalety {
	position:	relative;
	left:		0px;
	top:		0px;
	list-style-type:	disc;
	text-align:	left;
	vertical-align:	top;
}


ul.Zalety-2 {
	position:	relative;
	left:		20px;
	top:		0px;
	list-style-type:	circle;
	text-align:	left;
	vertical-align:	top;
}


