/*
STYLE SHEET FOR SEJFY-STALPOL.PL
Created by AMP MEDIA
http://www.ampmedia.com.pl
ToC
1. defaults
2. structure
3. promo boxes
4. right side
5. left side
6. content
7. product
8. shopping cart & product list 
9. create accont & login & bonus & message warning & errors
10. address & search & review & account & checkout payment & product attributes
11. popup
12. additions & platnodci.pl
Notes
*/



/* --------- 1. defaults --------- */

html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
}

a, a:visited { text-decoration: none; outline: 0; /* prevent dotted border in Firefox */  }
a { color: #303030; }
ol, ul { list-style: none; }

body {
	background: #F8F8F8 url(../images/bg_main_page_max.jpg) top center no-repeat;
	margin: 0;
	font-size: 100%;
	color: #303030;
}

body, input, textarea, select, option, optgroup, button {
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
}

input, textarea, select, option, optgroup, button {
	font-size: 100%;
}

address {
  	font-style: normal;
	font-weight: bold;
	line-height: 20px;
}


				
/* --------- 9. create accont & login & bonus & message warning & errors  --------- */

 fieldset {
	border: 1px solid #E1E1E8;
	margin: 0.5em 0em;
	padding: 0.5em;
	width:410px;
	margin:auto;
	clear:both;
}
fieldset legend {
		color: #2E3092;
		font-weight: bold;
		font-size:13px;
	}
label {
		float: left;
		width: 11em;
		padding: 3px 0 2px;
		cursor: pointer;
	}
label {
		float: left;
		width: 8em;
		padding: 8px 0 2px;
		cursor: pointer;
		font-size:14px;
	}
select, .centerColumn textarea,
input, .centerColumn label, textarea {
		color: #787878;
		margin: 3px 0 2px;
	}

.legend {
		background: #3298C2;
		color: #fff;
		height: 1%;
		line-height: 32px;
		display: block;
		padding: 0 11px 0;
		font-weight: bold;
	}
.information, .termsdescription,
.notice, .instructions {
	padding: 6px 0;
}
	.information a, .information a:visited, .important a {
		display: block;
		color: #03A4FE;
		padding: 0 0 10px;
		text-decoration: underline;
	}

	.important a {
		font-weight: bold;
	}
#container-form {
	width:650px;
	margin:auto;
	}
#form-bg {
	background:url("bg.jpg");
	background-repeat:no-repeat;
	background-color:white;
	}
img {
	display:block;
	}
#padding {
	width:619px;
	margin:auto;
	padding-top:10px;
	}
#foot {
	background:url("footer-bg.jpg");
	height:91px;
	width:650px;
	}
#foot p {
	margin:0;
	padding-top:10px;
	font-size:12px;
	text-align:center;
	}

span.error{
	color:#9A0000;
	font-size: 11px;	
}

div.error{
	color:#9A0000;
	border:1px solid #9A0000;
	font-size: 12px;
	font-weight:bold;
	background: #FFFACD;
	display: block;
	padding: 10px;
	width: 410px;
	margin: 5px auto;	
}

div.ok{
	color:#106F00;
	border:1px solid #106F00;
	font-size: 12px;
	font-weight:bold;
	background: #E4FFDF;
	display: block;
	padding: 10px;
	width: 410px;
	margin: 5px auto;	
}
