
/*TECHNOLOGY*/

#technologyHead {
	width:770px;
	margin-right:-15px;
	overflow:hidden;
	_zoom:1;
}
#technologyHead div {
	width:368px;
	float:left;
	margin-right:15px;
	background:#f9f9f9;
	border:1px solid #e0e0e0;
}

#technologyHead dl {padding:5px 5px 5px 15px;}

#technologyHead dt {font-weight:bold;padding-right:10px;}
#technologyHead dd {font-size:85%;}

#technologyHead dt,
#technologyHead dd {
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5`7*/
	/zoom: 1; /*for ie5`7*/
}

#technologyHead dt,
#technologyHead dd {
display:table-cell;
margin-bottom:1px;
vertical-align:middle;
}

* html #technologyHead dt,
* html #technologyHead dd{/* IE 6 */
display:inline;
zoom:1;
}

*:first-child+html #technologyHead dt,
*:first-child+html #technologyHead dd {/* IE 7 */
display:inline;
zoom:1;
}

/*\*//*/
* html #technologyHead dt,
* html #technologyHead dd{
display:inline-block;
}
/**/

.mod-seriesList .w100 {width:100%;}
.mod-seriesList-item2-text {padding-right:15px;}

@media (max-width:960px) {}
@media (min-width:941px) {}
@media (max-width:640px) {

	#technologyHead {
		width:100%;
		margin-right:10px;
	}
	#technologyHead div {
		width:99%;
		clear:both;
		margin:0 0 15px 0;
	}
	
	.mod-lineupItem .mod-txtred {display:block;}
}