/* ===== Info Block Styles ===== */

.infoblock{
	position: relative;
	background-color: #fff;
	width: 341px;
	height: 278px;	
	border: 1px solid #aeaeae;
	border: 1px solid #aeaeae;
	margin-top: 10px;
	margin-left: 12px;
	box-shadow: 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#dddddd, offX=1.5, offY=1.5, positive=true);
}

.infoblock .infoblockText {
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 10px;
	line-height: 1.2em;
	font-size: 12px;	
}

.infoblock h1{
	font:  24px impact;
	color: #fff;
}

.infoblock .h1 { 
	background: #ec825f  ;
	width: 341px;
	height: 33px;
	border: 1px solid #aeaeae;
	margin-top:-1px;
	margin-left: -1px;
	padding-top: 5px;
}

#AdditionalResourcesBlockGrouped .h1.Videos{ 
	background-image: url(/netsmartz_v3/images/lawenforcement/yellow-icon2.gif);
	background-repeat: no-repeat;
	background-position: 150px;
	
}

.infoblock .img{
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
}

.infoblock .img1{
	position: absolute;
	margin-top: -5px;
	margin-left: 10px;
	width: 64px;
	height: 38px;
	margin-left: -4px;
	background-color: transparent;
}

.infoblock .floatRight { 
	position: absolute;
	right: 15px;
	bottom: 15px;	
}

/* ===== Download & Watch Text ===== */

.infoblock a {
	position: absolute;
	bottom: 15px;
	left: 20px;
	font: bold 14px tahoma;
	color: #ff9934;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
}

.infoblock .email {
	position: static;
	font: 12px tahoma;
	color: #ff9934;
	text-decoration: none;
	padding: 0px;
}

.infoblock .download a {
	left: 20px;
	background: url(/NetSmartz_v3/images/bullets/download-icon.gif) no-repeat 0 ;
}

.infoblock .watch a {	
	bottom: 37px;
	background: url(/NetSmartz_v3/images/bullets/arrow-icon.gif) no-repeat 0;
}

.infoblock a:hover {
	text-decoration: underline;
}

.yellow .infoblock .h1 {
	background: #fcc257  !important;
	margin-left: -1px;
}

.blue .infoblock .h1 {
	background: #6bc0df  !important;
	margin-left: -1px;
	width: 695px;
}

.purple .infoblock .h1 {
	background: #bd92e2 !important;
	width: 695px;
	margin-left: -1px;
}

.full .infoblock {
	width: 695px !important;
	height: 200px;
}

.full .infoblock a {
	bottom: 15px !important;
}

.full .infoblock .download a {	
	left: 589px;
}

.full .infoblock .watch a {
	left: 440px;
}

.full .infoblock .eskit a {
	left: 580px;
	background: url(/NetSmartz_v3/images/bullets/arrow-icon.gif) no-repeat 0;
}

.language-es .infoblock .eskit a {
	left: 480px !important;	
}

.full .infoblock .mskit a {
	left: 580px;
	background: url(/NetSmartz_v3/images/bullets/arrow-icon.gif) no-repeat 0;
}

.language-es .infoblock .mskit a {
	left: 480px !important;
}

.full .infoblock .floatRight { 
	position: absolute !important;
	right: 15px;
	bottom: 55px;
}

.full .infoblock .infoblockText {
	padding-right: 140px;
}