BODY
{
	background-image:url(img/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
	padding:0px;
	font-family: Verdana;
	font-size:14px;
}

p {margin:7px 0 7px 0}

p, td, th {
	font-size:12px;
}

a {
	color:#745646;
}

a.active {
	color:black;
}

.main 
{
	width:850px;
	margin:auto;
	//height: 100%;
	text-align: left;
}

#container {
	text-align: center;
}

.calc 
{
	background-image:url(img/bg_calc.jpg);
	background-repeat:no-repeat;
	width:738px;
	
	margin:0 56px 0 56px;
	text-align:left;
}

.calc_pos 
{
	padding: 36px 0 0 70px;
}

.calc input
{
	border: 1px solid #5e5e5c;
	width:100px;
}

.calc input.image
{
	border: none;
	width:auto;
	
}


.calcimg
{
	margin-top:10px;
	
}
	
table
{
	text-align:left;

}

td 
{
	vertical-align:top;
}

table.quickcalc tr td {height:30px;}

.seo 
{
	font-size:11px;
	color:#5c5c5c;
	width:640px;
	text-align:left;
	margin: auto;
	border: 1px solid #e9e9e9;
	padding-left:10px;
	padding-right:10px;
	}

h2 
{
	color:#745646;
	margin:20px 0 0 0;
}

h3 
{
	font-size:17px;
	margin:0;
}

.seo h3 
{
	font-size:12px;
}

h3 a
{
	text-decoration:none;
	color:#745646;
}
h3 a:hover
{
	text-decoration:underline;
}

h1 
{
	font-size:14px;
}

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

.claim 
{
	position:absolute;
	top:90px;
	left:320px;
}

ul {
	text-align:left;
	margin-left:0px;
	padding:0;
}

ul li {
	list-style-type: none;
}

.verivox {
	margin-left: 85px;
	width: 680px;
}

#footer {
	text-align:center;
	display:block;
	font-size:10px;
	color: #5e5e5c;
	text-decoration:none;
}


#seo-pics
{
	color:#5c5c5c;
	width:678px;
	text-align:left;
	padding-left:12px;
	margin: 30px 0 0 80px;
}
.contentSpacer3cols h3
{
	font-size:12px;
	margin-top:10px;
}
.contentSpacer3cols p
{
	font-size:10px;
	padding-right:5px;
}

.contentSpacer3cols {
	float:left;
	margin:-1px 4px 10px 0;
	padding:0 2px 0 0;
	width:218px;
}
.contentSpacer3cols img {
	width:216px;
}


/* power/gas calc css */

.form_container {border:1px #cccccc solid;}

.mouseover_on {background-color: #C1E4FF}
table.calc_output {width: 100%; border-spacing: 1px;}
#calc_heading {padding:0 0 12 0px;}
a.calc_link {}
.tab_head {background:#cccccc;}
.tab_head_cell {font-size:12px; font-weight:bold; padding:5px;}
.tab_result_cell {font-size:12px; padding:5px; vertical-align: middle}
.tab_result_price {font-size:15px; font-weight:bold; text-align:right;}
.tab_result_comments {font-size:11px;}
.tab_result_comments ul {font-size:10px; padding:0px; list-style:disc;}
.tab_result_comments li {font-size:10px; padding:0px;}
.tab_result_remarks {width: 175px;}
.comments {display:none;}
.tab_res1 {background:#ffffff;}
.tab_res2 {background:#eeeeee;}
.tab_footnotes {font-size:10px;}
.tab_footnotes a {font-size:10px;}
.form_cell {font-size:11px; white-space: nowrap;}
.form_legend_cell {width: 100%; font-size:11px;}
.power_form {font-size:11px; width:100px;}
#submit1 {font-size:10px;}
.tooltip {font-size:11px; text-align:left; position:absolute; z-index:10; display:none; border:1px #000000 solid; padding:5px; background:#FFFFCC; color:#000000; width:350px; z-index:100;}
.tooltip b {font-size:11px;}
.tooltip p {font-size:11px;}
.tooltip td {font-size:11px;}

.form_tab		{background:#f8f8f8; padding:5px; margin:0px; border:0px;}
.form_tab_cell	{background:#f8f8f8; padding:2 2 8 2px; font-size:12px;}
.select-free
{
	position:absolute;
	z-index:10;
	cursor:move;

	overflow:hidden;/*must have*/
	width:33em;/*must have for any value*/;
	
}

.select-free iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}