/* Style for download page /////////////////////////////////////// */

div#dow_title {
	width: 958px;
	height: 20px;
	overflow: hidden;
	background: url(../images/dow_title.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	font-weight: bold;
	padding: 8px 0 0 10px;
	text-transform: uppercase;
}

div#dow_content {
	width: 966px;
	background: url(../images/dow_bg.gif) repeat-y;
	border-left: 1px solid #737373;
	border-right: 1px solid #737373;	
}

div#dow_end {
	width: 968px;
	height: 21px;
	line-height: 11px;
	overflow: hidden;
	background: url(../images/dow_footer.gif) no-repeat;
}

/* more */

div.dow_left {
	width: 400px;
	padding: 20px 0 20px 40px;
	text-align: left;
	float: left;
}

div.dow_pic_top {
	width: 340px;
	height: 10px;
	overflow: hidden;
	background: url(../images/dow_pic-top.gif) no-repeat;
}

div.dow_left img {
	border-left: 10px solid #575757;
	border-right: 10px solid #575757;
}

div.dow_pic_bottom {
	width: 340px;
	height: 10px;
	overflow: hidden;
	background: url(../images/dow_pic-bottom.gif) no-repeat;
}

div.dow_10px_space {
	height: 10px;
	width: 340px;
	overflow: hidden;
}

div.dow_right {
	width: 466px;
	padding: 40px 40px 40px 0;
	text-align: left;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #fcfcfc;
}

/* more */

div.dow_right p {
	margin: 0px;
	padding: 0 0 15px 0;
}

div.dow_right span {
	color: #a4a4a4;
}

div.dow_right a {
	text-decoration: none;
	color: #FFFFFF;
}

div.dow_right a:hover {
	text-decoration: underline;

}

div.dow_right span a {
	color: #a4a4a4;
}

div.dow_right input {
	width: 275px;
	height: 16px;
	background: url(../images/dow_input_bg.gif) no-repeat 0 0;
	color: #ffffff;
	margin: 1px 0 0 0;
	margin-left: 40px;
	overflow: hidden;
	padding: 3px 7px 0 5px;
}

/* more */

div.dow_clear {
	width: 966px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #000000;
	overflow: hidden;
}

div#dow_footer_fix {
	display: none;
}

/* End of style for download page //////////////////////////////// */