section#calc {
	margin-top: 10px;
	position: relative;
	background: #ffffff url('../images/calc/bg.png') center top no-repeat;
	background-size: 100%;
}

section#calc div#head {
	font-family: arial;
	margin: 60px 11px 25px 11px;
}

section#calc section#left {
	float: left;
	width: 600px;
}

section#calc section#right {
	float: right;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 275px;
	text-align: center;
}

section#calc > h1 {

}

section#calc section#left > form > fieldset  h2, section#calc section#left > form > fieldset > div > h2 {
	font-family: arial;
	background: url('../images/calc/h2.png') left bottom repeat-x;
	padding: 9px 0 9px 25px;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	border: 1px solid #e0e0e0;
	border-bottom: 0;
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
	letter-spacing: 1px;
}

section#calc section#left > form > fieldset  div:nth-child( n + 2 ) h2{
	margin-top: 50px;
}

section#calc section#left > form > fieldset  article, section#calc section#left > form > fieldset > div > article {
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	border: 1px solid #e0e0e0;
	border-top: 0;
	padding: 18px 18px 8px 18px;
}

section#calc section#left > form > fieldset  article > p, section#calc section#left > form > fieldset > div > article > p {
	font-size: 12px;
	font-family: arial;
}

section#calc section#left > form > fieldset  article > h3, section#calc section#left > form > fieldset > div > article > h3,
section#calc  section#left > form > fieldset  article > div#liczbaOsob > h3,
section#calc  section#left > form > fieldset  article > div#kryteria > h3 {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	margin-top: 10px;
}

section#calc section#left > form > fieldset article label {
	font-family: arial;
	font-size: 12px;
	display: block;
	margin: 10px 0;
}

section#calc section#left > form > fieldset article div#mikroDiv  {
	margin-left:28px;
	overflow:hidden;
	position:relative;
	top:-5px
}

section#calc section#left > form > fieldset article div#mikroDiv label {
	font-size: 11px
}

section#calc section#left > form > fieldset  article > label > input[type='radio'],
section#calc section#left > form > fieldset  article > div > label > input[type='radio']
 {
	margin-right: 15px;
}

section#calc section#left > form > fieldset article > label > input[type='text'] {
	margin-left: 15px;
	border: 1px solid #d0d0d0;
	border-top-width: 2px;
	border-left-width: 2px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 6px;
	vertical-align: baseline;
}

section#calc section#right > div {
	border-bottom: 2px solid #e9e9e9;
	padding: 15px 0 10px 15px;
	text-align: left;
}

section#calc section#right > div span {
	font-size: 24px;
	font-weight: bold;
}

section#calc section#right > div > span > span  {
	color:  #ad1e51;
}

section#calc section#right > div > p {
	font-size: 10px;
	font-family: arial;
	color: #838383;
}

section#calc section#right > ul {
	text-align: left;
}

section#calc section#right > ul > li > a {
	padding: 5px 0 5px 25px;	
	display: block;
	text-decoration: none;
	border: 1px solid #e8e8e8;
	border-left: 0;
	border-right: 0;
	color: #000000;
	cursor:default;
}

section#calc section#right > ul > li > a.aktualny {
	color: #ad1e51;
	background: #f6f6f6;
}


section#calc section#right > a {
	background: url(../images/ro_stripes2.png) 0 -157px repeat-x;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px;
	font-size: 10px;
	border: 1px solid #a21a46;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 10px 0;
	-webkit-box-shadow: 1px 1px 1px 1px #dbdbdb;
	box-shadow: 1px 1px 1px 1px #dbdbdb;
}

div#krok1, div#krok2, div#krok2_2, div#krok3, div#krok4
{
	overflow:hidden;	
}

section#calc section#right > a > img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
	display: inline-block;
}

div.clear {
	clear: both;
}

.przekreslone {
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);					
	cursor: default
}

div.calcZamowienie span.dottedBottom {
	border-bottom: 1px dotted gray
}

div.calcZamowienie span.item {
	text-transform: uppercase;
	display: inline-block;
	width: 350px
}

div.calcZamowienie span.pakiet {
	position: relative;
	top: -8px
}

div.calcZamowienie span.item.bigger {
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline
}

div.calcZamowienie div.info_box  div#cena span {
	font-size: 24px;
	font-weight: bold;
	
}

div.calcZamowienie div.info_box  div#cena span span {
	color: #AD1E51
}