
.downloads {
	width: 228px;

	margin-bottom: 10px;

	background-color: #adb0b2;

}

	.downloads_title {
		height: 46px;
		width: 228px;

		background-image: url(../images/style2_links_title.gif);
		background-repeat: no-repeat;

		margin-bottom: 12px;

	}

		.downloads_title_text {
			font-size: 13px;
			color: #ffffff;

			padding-top: 23px;
			padding-left: 10px;
		}

	.downloads_body {
		margin-left: 10px;
	}

		.download_item {
			padding-top: 5px;

			margin-bottom: 4px;

			font-size: 12px;
		}

			.download_item a {
				color: #464646;
			}

		.download_sep {
			height: 3px;

			font-size: 0px;
			line-height: 0px;

			background-image: url(../images/style2_links_sep.gif);
			background-repeat: no-repeat;
		}

	.downloads_bottom {
		height: 10px;

		font-size: 0px;
		line-height: 0px;

	}

