body div br.clear {
	height: 0px;
	line-height: 0;
}
div.window_hold {
	height: 317px;
	
}

div.window {
	margin-top: 1px;
	width: 425px;
	height: 315px;
	float: left;
	border-top: 1px solid #6e6e6e;
	border-bottom: 1px solid #6e6e6e;
	overflow: hidden;
}

div.window .link_head {
	cursor: pointer;
	display: block;
	padding: 0px 18px 18px 18px;
	margin-top: 0px;

	background: url(../images/window/bg_h2.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	border-bottom: 1px solid white;
}

div.window h2 {
	margin: 0;
	margin-right: 25px;
	background: url(../images/window/select.gif) right bottom no-repeat;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1em;
	padding-top: 12px;
}

div.window h2 a {
	color: #ededed;

}

div.window h2 a:hover, div.window p a:hover {
	color: #90c6f2;

}

div.window p {
	font-size: 10px;
	color: #9c9c9c;
	margin: 0px;
	padding: 0px;
	padding-top: 18px;
	margin-right: 25px;


}


div.window p a {
	color: #9c9c9c;

}