/*
 * szablon styli ogólnych
 */
/*p { 
	margin: 0px;
}*/
a { 
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline;
}

div {
	height: auto;
}
table {
	border: 0;
}
img {
	border: 0;
	display: block;
}
ul, li, form {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
}	
.fl {
	float: left;
}
.fr {
	float: right;
}
.newLine {
	clear: both;
}
.mini {
	width: 1px;
	height: 1px;
}
.mini2 {
	width: 1px;
	height: 2px;
}
.mini5 {
	width: 1px;
	height: 5px;
}
.mini10 {
	width: 1px;
	height: 10px;
}
.mini15 {
	width: 1px;
	height: 15px;
}
.mini20 {
	width: 1px;
	height: 20px;
}
.mini30 {
	width: 1px;
	height: 30px;
}
.p1 {
	padding-left: 1px;
	padding-right: 1px;
}
.p5 {
	padding-left: 5px;
	padding-right: 5px;
}
.p10 {
	padding-left: 10px;
	padding-right: 10px;
}
.p20 {
	padding-left: 20px;
	padding-right: 20px;
}
.p30 {
	padding-left: 30px;
	padding-right: 30px;
}
.bold {
	font-weight: bold;
}
.nobold {
	font-weight: normal;
}
.white {
	color: #ffffff;
}
.lightGrey {
	color: #9399a3;
}
.red {
	color: #fe0002;
}

/* 
 * FORMULARZ 
 */
.ctop {
	margin: 0 auto;
	margin-top: 20px;
	width: 362px;
}
.cbottom {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 362px;
}
.ctop .corner, .cbottom .corner {
	width: 2px;
	height: 2px;
}
.ctop .line, .cbottom .line {
	width: 358px;
	height: 1px;
}
.ctop .line {
	border-top: 1px solid #e2e3e5;
}
.cbottom .line {
	border-bottom: 1px solid #e2e3e5;
}
.cform {
	margin: 0 auto;
	/*margin-top: 30px;
	margin-bottom: 30px;*/
	border-right: 1px solid #e2e3e5;
	border-left: 1px solid #e2e3e5;
	width: 300px;
	padding: 30px;
	font: 11px Tahoma, Arial, Sans-Serif;
	color: #000000;
}
.cform .formHeader {
	margin: 0 auto;
/*	width: 198px;*/
	margin-bottom: 10px;
	font: 16px Tahoma;
	font-weight: bold;
	color: #fe0002;
	text-align: center;

}
.cform .formAbstract {
	padding-bottom: 10px;
}
.cform input, .cform select, .cform textarea, .cform input.file {
	border: 1px solid #a5acb2;
	width: 100%;
	padding: 2px 0 2px 0;
	font: 11px Tahoma, Arial, Sans-Serif;
	color: #000000;
}
.cform input.checkbox, .cform input.radio {
	width: 20px;
	border: 0;
}
.cform textarea {
	height: 100px;
}
.cform .caption {
	font: 11px Tahoma, Arial, Sans-Serif;
	width: 90px;
	padding: 6px 10px 3px 0px;
	text-align: right;
}
.cform .input {
	width: 200px;
	padding: 3px 0 3px 0px;
}
.cform .input2 {
	padding: 3px 0 3px 0px;
}
.cform input.file {
	width: 200px;
}
.cform .buttons {
	padding: 10px 0 10px 0;
}
.cform .button {
	width: auto;
	height: auto;
	text-align: right;
	border: 0;
}
.cform .submitButton {
	padding-top: 3px;
	background: none;
	border: 0;
	width: auto;
	font: 11px Tahoma, Arial, Sans-Serif;
	color: #fe0002;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
	display: block;
}
.cform .submitLogin {
	width: auto;
	height: auto;
	border: 0;
}
.cform .submitLogin2 {
	width: auto;
	height: auto;
	border: 0;
}
.cform .submitLogin22 {
	width: 79px;
	height: 22px;
	border: 0;
}
.cform .submitSave {
	width: 73px;
	height: 22px;
	border: 0;
}
#process .required {
	padding-top: 10px;
	text-align: right;
}
#process .buttons {
	padding: 10px 0 10px 0;
}
#process .buttons2 {
	padding: 10px 0 0 0;
}
#process .button {
	padding-right: 10px;
	text-align: right;
}
#process .button2 {
	text-align: right;
}
#process .button2 input {
	border: 0;
	width: auto;
	height: auto;
}
.cform .personalData {
	padding: 12px 0 5px 0;
	width: 100%;
	text-align: justify;
}
.cform .errors {
	padding: 5px 0 10px 0;
	width: 94%;
	text-align: left;
}
.cform .error {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}


/* 
 * FORMULARZ PREZY PRODUKCIE
 */
.ptop {
	margin: 0 auto;
	margin-top: 20px;
	width: 462px;
}
.pbottom {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 462px;
}
.ptop .corner, .pbottom .corner {
	width: 2px;
	height: 2px;
}
.ptop .line, .pbottom .line {
	width: 458px;
	height: 1px;
}
.ptop .line {
	border-top: 1px solid #e2e3e5;
}
.pbottom .line {
	border-bottom: 1px solid #e2e3e5;
}
.pform {
	margin: 0 auto;
	/*margin-top: 30px;
	margin-bottom: 30px;*/
	border-right: 1px solid #e2e3e5;
	border-left: 1px solid #e2e3e5;
	width: 400px;
	padding: 30px;
	font: 11px Tahoma, Arial, Sans-Serif;
	color: #000000;
}
.pform .formHeader {
	margin-bottom: 10px;
	font: 16px Tahoma;
	font-weight: bold;
	color: #fe0002;
	text-align: center;

}
.pform .formAbstract {
	padding-bottom: 10px;
}
.pform input, .pform select, .pform textarea, .pform input.file {
	border: 1px solid #a5acb2;
	width: 100%;
	padding: 2px 0 2px 0;
	font: 11px Tahoma, Arial, Sans-Serif;
	color: #000000;
}
.pform input.checkbox, .pform input.radio {
	width: 20px;
	border: 0;
}
.pform textarea {
	height: 100px;
}
.pform .caption {
	font: 11px Tahoma, Arial, Sans-Serif;
	width: 120px;
	padding: 6px 10px 3px 0px;
	text-align: right;
}
.pform .input {
	width: 270px;
	padding: 3px 0 3px 0px;
}
.friend input.text {
	position: relative;
	left: -10px;
}
.pform input.file {
	width: 200px;
}
.pform .buttons {
	padding: 10px 0 10px 0;
}
.pform .button {
	width: auto;
	height: auto;
	text-align: right;
	border: 0;
}

.pform .submitButton {
	padding-top: 3px;
	background: none;
	border: 0;
	width: auto;
	font: 11px Tahoma, Arial, Sans-Serif;
	color: #fe0002;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}

.pform .personalData {
	padding: 12px 0 5px 0;
	width: 100%;
	text-align: justify;
}
.pform .errors {
	padding: 5px 0 10px 0;
	width: 94%;
	text-align: left;
}
.pform .error {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}
div.message {
	font: 16px Tahoma, Arial;
	font-weight: bold;
}

#msgBox .msg {
	border: 1px solid #d5d5d5;
}
#msgBox .statusMessage {
	padding: 20px;
	font: 1.4em Tahoma, Arial;
}
#msgBox .forwardButton {
	margin-bottom: 20px;
	text-align: center;
}
#msgBox .forwardButton a {
	font: 1.4em Tahoma, Arial;
	color: #fe0002;
}

#errBox {
	margin-bottom: 20px;
	border: 1px solid #d5d5d5;
	padding: 20px;
	font: 1.4em Tahoma, Arial;
	color: #fe0002;
	font-weight: bold;
}
.text_adv_price {
	width: 40px;
	float: left;
}
.text_adv {
	width: 200px;
	float: left;
}