/* Style dla przelicznika */
div.packageCalc {
	height: 162px;
	margin: auto;
	}
	
	div.packageCalc *.clear {
		clear: both;
		height: 0;
		font-size: 1px;
		line-height: 1px;
		visibility: hidden;
		}
	
	div.packageCalc div.barWrappers,
	div.packageCalc div.arrow,
	div.packageCalc div.result {
		float: left;
		}
		
	div.packageCalc div.barWrappers {
		width: 250px;
		font-size: small;
		}
		
		div.packageCalc div.barWrappers div.barWrapper {
			display: block;
			width: 100%;
			}
			
			div.packageCalc div.barWrapper div.barLabel {
				text-align: left;
				padding-right: 10px;
				overflow: hidden;
				height: 100%;
				clear: left;
				}
			
			div.packageCalc div.barWrapper div.bar {
				width: 202px;
				height: 20px;
				background: url(../images/packageCalc/barBg0.png) no-repeat left center;
				position: relative;
				float: left;
				margin-bottom: 10px;
				cursor: pointer;
				}
			
				div.packageCalc div.barWrapper div.bar div.barGraphicValue {
					height: 20px;
					background: url(../images/packageCalc/barBg1.png) no-repeat left center;
					position: absolute;
					left: 1px;
					}
			
			div.packageCalc div.barWrapper div.barDigitalValue {
				display: inline;
				color: #000;
				font-size: 1em;
				}
		
	div.packageCalc div.arrow {
		width: 65px;
		height: 100%;
		background: url(../images/packageCalc/arrow.png) no-repeat left;
		}
		
	div.packageCalc div.result {
		width: 180px;
		height: 30px;
		line-height: 30px;
		margin-top: 63px;
		font-size: 30px;
		font-family: impact, helvetica, sans-serif;
		letter-spacing: 0.1em;
		text-align: left;
		font-style: italic;
		}
		
	div.packageCalc div.result2 {
		font-size: 12px;
		font-family: 'Trebuchet MS', Trebuchet, Helvetica, Arial, sans-serif;
		font-style: normal;
		line-height: 20px;
		letter-spacing: 0;
		color: #e0de5d;
		width: 250px;
		}

