/* reset */
html,body { 
	margin:0; 
	padding:0; 
	height:100%; 
	font-family:Arial; 
	font-size:12px; 
	color:#000; 
}

html { 
	overflow: -moz-scrollbars-vertical; 
}

h1, h2, h3, h4 { 
	padding:0; 
	margin:0; 
}

ul, ol { 
	padding:0px;
	 margin:0; 
}

p { 
	padding:0px; 
	margin:0px; 
}

img { 
	border:none; 
}

a:focus, a:active { 
	outline: none; 
}


/* main block */
.main-content {
	position:absolute;
	top:10px;
	left:50%;
	margin:0 auto;
	margin-left:-340px;
}

div#small {
	display:none;
}

#banner {
	width:654px;
	height:114px;
	margin-bottom:10px;
}

.calculator {
	width:654px;
	background:#ebebeb;
	text-align:center;
	padding-bottom:25px;
}

.logo {
	width:654px;
	text-align:right;
	margin-bottom:30px;
}

	.logo div {
		padding:20px 0px 0px 0px;
		font-size:13px;
		font-weight:bold;
	}
	
		.logo div a {
			color:#00502C;
			text-decoration:none;
		}
		
		.logo div a:hover {
			color:#000000;
		}
		

/* Calculator */
.calculator h2 {
	font-size:20px; 
	font-weight:bold;
	color:#000000;
	padding:16px 0px 10px 0px;
}

.data {
	padding:0px 0px 0px 33px;
	background:url('../images/data-bg.png') no-repeat left top;
}

.item {
	width:583px;
	line-height:11px;
	background:url('../images/dotted.png') repeat-x bottom;
	font-size:9px;
}

input.qty {
	width:30px;
	height:11px;
	border:1px solid #a2a2a2;
	background:#eeeeee;
	text-align:center;
	font-size:9px;
}

input.total {
	width:30px;
	height:11px;
	border:1px solid #a2a2a2;
	background:#eeeeee;
	text-align:center;
	font-size:9px;
}

.links {
	padding:0px 0px 0px 30px; 
	font-size:9px;
}

.ietaupijums {
	width:244px;
	height:134px;
	background:url('../images/ietaupijums.png') no-repeat left;
	margin-top:-170px;
	border-top:7px solid #ffffff;
	border-right:9px solid #ffffff;
	margin-bottom:20px;
}

span#hb_monthly_sub, span#mb_monthly_sub {
	font-weight:bold;
	font-size:14px;
}

span#sm_hb_monthly_sub, span#sm_mb_monthly_sub {
	font-weight:bold;
	font-size:14px;
}

span#save_monthly, span#save_yearly {
	font-weight:bold;
	font-size:20px;
}

span#sm_save_monthly, span#sm_save_yearly {
	font-weight:bold;
	font-size:20px;
}

.ietaupijums div.monthly {
	padding:62px 0px 1px 90px;
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
}

.ietaupijums div.yearly {
	padding:0px 0px 0px 75px;
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
}

.tip {
	display:none;
	width:105px;
	background:#fcebd3;
	border:1px solid #cac2b6;
	font-size:10px;
	color:#000000;
	text-align:left;
	padding:5px 5px 5px 5px;
	position:absolute;
	margin:-10px 0px 0px 40px;
}

.tip2 {
	display:none;
	width:105px;
	background:#fcebd3;
	border:1px solid #cac2b6;
	font-size:10px;
	color:#000000;
	text-align:left;
	padding:5px 5px 5px 5px;
	position:absolute;
	margin:-10px 0px 0px 65px;
}

.tip3 {
	display:none;
	width:105px;
	background:#fcebd3;
	border:1px solid #cac2b6;
	font-size:10px;
	color:#000000;
	text-align:left;
	padding:5px 5px 5px 5px;
	position:absolute;
	margin:-10px 0px 0px 58px;
}


