/* Download list*/
.prod_download{
	margin: 5px 10px 5px 0px;
	width: 224px;
	float: left;
	min-height: 126px;
}

.prod_download p.small i{
	font-size: 12px;
	line-height: 14px;
}



/*Download Filter*/
#product-item-filter {
display: block;
margin: -5px 0 15px;
overflow: hidden;
float: left;
}

.download.active, .hover_action:hover .download {
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
}

#product-item-filter li {
display: block;
float: left;
list-style: none;
}

/*#product-item-filter li:first-child {
	margin-top: 9px;
	margin-right: 5px;
}*/

#product-item-filter li a {
	margin: 7px 7px;
	display: block;
}

#product-item-filter a {
background: #ccc;
color: #fff;
cursor: pointer;
display: block;
margin: 0 0 5px 5px;
padding: 5px 10px;
-webkit-transition: background-color .05s ease, border .05s ease, color .05s ease, opacity .05s ease-in-out;
-moz-transition: background-color .05s ease, border .05s ease, color .05s ease, opacity .05s ease-in-out;
-ms-transition: background-color .05s ease, border .05s ease, color .05s ease, opacity .05s ease-in-out;
-o-transition: background-color .05s ease, border .05s ease, color .05s ease, opacity .05s ease-in-out;
transition: background-color .05s ease, border .05s ease, color .05s ease, opacity .05s ease-in-out;

}
#product-item-filter a.active { background: #297499;}
#product-item-filter a:hover { background: #078cbe; }


#download_banner {
	width: 100%;
	display: block;
	background: url('../img/download-red-cube.png') no-repeat 620px 0;
	height: 180px;
	margin-bottom: 15px;
	margin-top: -20px;
	}	

/*PRODUCT SQUARE IMAGES*/
.prod-img{
	width: 70px;	
	color:black;
	border: 1px solid transparent;
	padding-bottom: 11px;
	border: 1px solid gainsboro;
	height:59px;
	margin: 0px 10px 5px 0px;

	}


.subscriptions .prod-img		{ background-color: #84D1F7 !important; }
.ipworks .prod-img 		{ background-color: #67AFD8 !important; }
.ibiz 	.prod-img 		{ background-color: #078cbe !important; }
.adapters .prod-img 		{ background-color: #297499 !important; }
.powershell .prod-img	{ background-color: #0E4B69 !important; }

.support .prod-img		{ background-color: gainsboro !important; }

#prod-ip  .prod-img	{ background-image: url(../img/prod-ipworks.png) !important;}
#prod-is	 .prod-img	{ background-image: url(../img/prod-ssl.png)  ;}
#prod-ih	 .prod-img	{ background-image: url(../img/prod-ssh.png)  ;}
#prod-im	 .prod-img	{ background-image: url(../img/prod-smime.png)  ;}
#prod-ie	 .prod-img	{ background-image: url(../img/prod-encrypt.png)  ;}
#prod-ig	 .prod-img	{ background-image: url(../img/prod-pgp.png)  ;}
#prod-in	 .prod-img	{ background-image: url(../img/prod-snmp.png)  ;}
#prod-ib	 .prod-img	{ background-image: url(../img/prod-bluetooth.png)  ;}
#prod-iz	 .prod-img	{ background-image: url(../img/prod-zip.png)  ;}
#prod-iw	 .prod-img	{ background-image: url(../img/prod-ws.png)  ;}
#prod-bb	 .prod-img	{ background-image: url(../img/prod-quickbooks.png)  ;}
#prod-bp	 .prod-img	{ background-image: url(../img/prod-epayment.png)  ;}
#prod-bc	 .prod-img	{ background-image: url(../img/prod-direct.png)  ;}
#prod-bl	 .prod-img	{ background-image: url(../img/prod-paypal.png)  ;}
#prod-bo	 .prod-img	{ background-image: url(../img/prod-ebank.png)  ;}
#prod-bx	 .prod-img	{ background-image: url(../img/prod-ship.png)  ;}
#prod-bm  .prod-img	{ background-image: url(../img/prod-x12.png)  ;}
#prod-be  .prod-img	{ background-image: url(../img/prod-edi.png)  ;}
#prod-bi	 .prod-img	{ background-image: url(../img/prod-sap.png)  ;}
#prod-br	 .prod-img	{ background-image: url(../img/prod-sharepoint.png)  ;}
#prod-bg	 .prod-img	{ background-image: url(../img/prod-google.png)  ;}
#prod-ba	 .prod-img	{ background-image: url(../img/prod-amazon.png)  ;}
#prod-bz	 .prod-img	{ background-image: url(../img/prod-azure.png)  ;}
#prod-eaz .prod-img	{ background-image: url(../img/prod-biztalk.png)  ;}
#prod-eas .prod-img	{ background-image: url(../img/prod-ssis.png)  ;}
#prod-eaf .prod-img	{ background-image: url(../img/prod-wcf.png)  ;}
#prod-eaw .prod-img	{ background-image: url(../img/prod-wf.png)  ;}
#prod-nc .prod-img	{ background-image: url(../img/prod-netcmdlets.png)  ;}
#prod-ns .prod-img	{ background-image: url(../img/prod-powershell.png)  ;}
#prod-rc .prod-img	{ background-image: url(../img/prod-redcarpet.png)  ;}
#prod-sp .prod-img	{ background-image: url(../img/prod-support.png)  ;}

#download_group li{list-style-type:none;margin-right:12px;padding:5px 0 0 5px;}
#download_list .tech_hover, #archive_container .tech_hover{background-position:-3px -93px;}