/* 
    Document   : heating.css
    Created on : 17-Dec-2008, 12:26:32
    Author     : Richard Le Poidevin
    Description:
        Colours and styles specific to the heating section
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	background-image:url(../images/body2_bg.jpg);
	background-color:#8796ae;
}

#holderBody {
background-color:#f2f6f5;
background-image:none;
}

.intro {
	top:85px;
}

.box.tip h2 {
	background-color:#579acf;
}

.box.tip table {
	background-color:#daebf9; /* #b4d4ee */
}

.box.tip table th {
	background-color:#579acf;
	border-bottom-color: #b4d4ee;
	color:#ffffff;
}

.box.tip table td {
	border-bottom:solid 1px #579acf;
}

.box.tip p, .box.tip ul, .box.tip table {
	margin:10px 10px 0 10px;
	padding-left:0;
}

a:link, a:visited {
	color:#579acf;
	text-decoration:none;
}

a:hover, a:active {
	color:#579acf;
    text-decoration: underline;
}

.box a:link, .box a:visited {
	color:#ffffff;
	text-decoration:none;
}

.box a:hover, .box a:active {
	color:#ffffff;
    text-decoration: underline;
}

h4, label {
	margin:1em 10px 0.2em 10px !important;
	color:#579acf;
	line-height:1.3;
}

label span {
	margin:0 10px 1em 10px;
	display:block;
	color:#579acf;
	line-height:1.3;
	font-weight:bold;
}

.submit {
	margin:1em 10px 0;
	paadding:3px;
	width:auto;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#579acf;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
}

.submit:hover {
	background-color:#daebf9;
	color:#579acf;
}