div[class="product-download-display"] {
	width: 282px;
	height: 282px;
	float: left;
	display: inline-block;
	position: relative;
	background-color: #E6E7E8;
	border: 1px solid #000000;
}

h2[class="product-download-sml-title"], 
h2[class="product-download-lrg-title"] ,
h2[class="product-download-partno"] {
	font-size: 1.3em;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}

h2[class="product-download-sml-title"] {
	width: 175px;
	margin: 5px 5px 0px 5px;
	background-color: #58595B;
	border: 2px solid #231F20;
	color: #FFFFFF;
}

h2[class="product-download-lrg-title"] {
	width: 212px;
	margin: 5px 5px 0px 5px;
	background-color: #58595B;
	border: 2px solid #231F20;
	color: #FFFFFF;
}

h2[class="product-download-partno"] {
	float: left;
	clear: left;
	margin-left: 5px;
	margin-right: 5px;
}

p[class="product-download-desc-1"] {
	display: block;
	font-size: .68em !important;
	width: 110px;
	height: 162px;
	margin: 0px 0px 0px 5px;
	float: left;
	clear:left;
}

p[class="product-download-desc-2"] {
	display: block;
	font-size: .68em !important;
	width: 110px;
	height: 136px;
	margin: 0px 0px 0px 5px;
	float: left;
	clear:left;
}

img[class="product-download-sml-image"] {
	float: right;
	clear: right;
	position: absolute;
	right: 0px;
}

img[class="product-download-lrg-image"] {
	float: right;
	clear: right;
	position: absolute;
	top: 5px;
	right: 0px;
}

div[class="product-download-footer"] {
	display: inline-block;
	width: 280px;
	height: 24px;
	text-align: left;
	padding: 5px 0px;
}

div[class="product-download-footer"] > a {
	display: block;
	color: #000 !important;
}

div[class="product-download-footer"] > a:active {
	display: block;
	color: #000;
}

div[class="product-download-footer"] > a:visited {
	display: block;
	color: #000;
}

div[class="product-download-icon"] {
	display: inline-block;
	width: 35px;
	margin-left: 5px;
	float: left;
}

div[class="download-desc"] {
	display: inline-block;
	position: relative;
	top: 3px;
}

.clear-right-fix {
	clear: right;
}