/* text */
span, #textarea table td,  #textarea, h1, h2, .h2, .menu, .venti, .bottom, p, .select, .input, .header, .pr, th, ol, ul, .prom, td, input, textarea {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-weight: 	normal;
	font-size: 		10px;
	color: 			#636363;
	line-height: 	135%;
}

.header {
	text-align:		left;
}

body {
	padding:		0px;
	margin:			0px;
	background:		#FFFFFF;
	width:			100%;
}
.error {
	color:			#CE0000;
	font-weight:	bold;
}
/* headers */
.select {
	width: 			150px;
	background: 	#FFFFFF;
	border: 		1px solid #DDDDDD;
	height: 		20px;
}
.text, input, textarea {
	width: 			100%;
	background: 	#FFFFFF;
	border: 		1px solid #DED3CE;
	height: 		17px;
}
textarea {
	height:			100px
}
form {
	padding:		0px;
	margin:			0px;
}
h1, h1 a {
	font-family:	Tahoma;
	text-decoration:none;
	font-size: 		14px;
	font-weight: 	bold;
	color: 			#9C1C42;
	margin: 		0px;
}
h1 A:hover {
	color:			#CC0000;
	text-decoration:none
}
h2 {
	font-family:	Tahoma;
	text-decoration:none;
	font-size: 		11px;
	font-weight: 	bold;
	color: 			#636363;
	margin: 		0px;
}
.h2, span.style3 {
	text-decoration:none;
	font-size: 		12px;
	font-weight: 	bold;
	color: 			#BD2452;
	margin: 		0px;
}


/* text area */

	/* ul&ol */
	ul, ol, ul li, ol li {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	ul li {
		margin: 0 0 0 -15;
	}
	ol li {
		margin: 0 0 0 -11;
	}
	ul li {
		list-style-image: url(grafika/li.gif);
	}
	
	
	/* tabela */
	td.tab1, table#tabela td {
		border-right: 1px solid #C6C6C6; 
		border-top: 1px solid #C6C6C6; 
		border-bottom: 1px solid #C6C6C6; 
		border-left: 1px solid #C6C6C6;
		padding: 3px;
		font-size:  10px;
	}
	td.tab1 {
		background-color: #F7F7F7;
	}
	table#tabela td p {
		font-size:  10px;
		font-family: Tahoma;
	}
	th {
		text-align: right;
		padding: 0 5px 0 0;
	}
	
	
	/* p */
	p {
		margin: 0px;
		padding: 0px;
	}
	
	/* other */
	hr {
		border: 0px;
		color: #BDBABD;
		background-color: #BDBABD;
		height: 1px;
	}
	.c {
		text-align:		center;
	}
	.r {
		text-align: 	right;
	}
	.pr {
		padding:		2px 5px 2px 5px;
	}

/* anchors */
A img {
	border: 0px;
}

A, A:hover, A p, A:hover p {
	color: 			#BD2452;
	text-decoration: underline;
}
A:hover, A:hover p {
	color: 			#D6869C;
}

/* added by grizzly3 */
.foto {
	display: block;
	margin: 1em auto;
	background-color: #eee;
	padding: 2px;
	border: solid 1px #ddd;
}

/* promocja */
div.promocja, div.promocja span {
	background-color: #900;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
div.promocja {
	width: 100%;
	margin: 0 0 1.75em 0;
	padding: 0.75em 0;
	box-shadow: 10px 10px 5px #888;
	border-radius: 3px;
	-moz-box-shadow: 10px 10px 5px #888;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 10px 10px 5px #888;
	-webkit-border-radius: 3px;
}
