/*
-------------------------------
Buy Direct Heating - Style 01
-------------------------------
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #4d4d4d;	
}
.comp_pic {
	position:absolute;
	visibility:hidden;
	width:100px;
	height:100px;
	z-index:1;
	background-color: #999999;
}
a.tech_info:link{
color:#666666;
font-size:10px;
text-decoration:none;
font-weight:bold;
}

a.tech_info:visited{
color:#666666;
font-size:10px;
text-decoration:none;
font-weight:bold;
}

a.tech_info:hover{
color:#999999;
font-size:10px;
text-decoration:none;
font-weight:bold;
}

a.tech_info:active{
color:#999999;
font-size:10px;
text-decoration:none;
font-weight:bold;
}

.menu {
	padding-top: 5px;
	padding-right: 5px;
}
.bg_X_rep {
	background-repeat: repeat-x;
}
.bg_Y_rep {
	background-repeat: repeat-y;
}
.padding_top_5px{
	padding-top: 5px;
}
.padding_bottom_5px{
	padding-bottom: 5px;
}
.padding_left_5px{
	padding-left: 5px;
}
.padding_right_5px{
	padding-right: 5px;
}
.padding_5px{
	padding: 5px;
}
.text_small{
	font-size: 10px;
	color: #4d4d4d;
}
.text_medium{
	font-size: 14px;
	color: #4d4d4d;
}
.text_window_medium{
	font-size: 12px;
	color: #04364b;
	font-weight: bolder;
}
.text_window_large{
	font-size: 18px;
	color: #04364b;
	font-weight: bolder;
}
.text_price_small{
	font-size: 10px;
	color: #cc9900;
	font-weight: bolder;
}
.text_price_medium{
	font-size: 14px;
	color: #cc9900;
	font-weight: bolder;
}
.text_price_large{
	font-size: 18px;
	color: #cc9900;
	font-weight: bolder;
}
.search_btn{
	border:0;
	width: 60px;
	height: 20px;
	cursor: pointer;
	margin: 0px;
}
.search_input{
	background-image:url(../images/DH_Style02_14.gif);
	background-repeat:repeat-x;
	border: 1px double #c2c2c2;
	margin: 0px;
	height: 20px;
}
.cursor_hand{
	cursor: pointer;
}