.content .ltxt{
	width: 180px;
	margin-left: 10px;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
	
	background: -moz-linear-gradient(-135deg, #EEE, #FFF);
	background: -webkit-linear-gradient(-135deg, #EEE, #FFF);
	-moz-background-origin: border;
	background-origin: border-box;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 3px solid transparent;
	box-shadow: inset -999px 0 0 #fff;
	
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.content .ltxt .categ{
	/*background: -moz-linear-gradient(-135deg, #a0cadf, #1c3a49);
	background: -webkit-linear-gradient(-135deg, #a0cadf, #1c3a49);
	-moz-background-origin: border;
	background-origin: border-box;
	border: 3px solid transparent;
	box-shadow: inset -999px 0 0 #fff;  */
	
	margin-bottom: 6px;
	padding: 0 0 5px 10px;
}

.content .rtxt{
	width: 720px;
	margin-right: 10px;
	float: right;
	margin-bottom: 5px;
}

.content .rtxt a{
	text-decoration: none;
}

.content .rtxt .categ{
	background: -moz-linear-gradient(-45deg, #1c3a49, #FFF);
	background: -webkit-linear-gradient(-45deg, #1c3a49, #FFF);
	-moz-background-origin: border;
	background-origin: border-box;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	border-left: 3px solid transparent;
	border-right: 1px solid transparent;
	box-shadow: inset -999px 0 0 #fff;
	
	margin-bottom: 6px;

	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	padding: 10px;
	min-height: 100px;
}

.content .rtxt .categ img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ltxt a{
	font-size: 1em;
	color: #68828e;
	text-decoration: none;
	font-weight: bold;
}

.ltxt a:hover{
	color: #1b415e;
}

.ribbon-type{
	margin-bottom: .8em;
}

.technical-details{
	min-width: 350px;
}

.technical-details td{
	padding-bottom: 1px;
	padding-top: 2px;
}

.technical-details h2{
	color: #FFF;
}

.technical-details tr td:first-child{
	padding-right: 25px;
}

.technical-details tr:nth-child(2n+1) td{
	background: #d9eaf2;
}

.technical-details tr:nth-child(2n) td{
	background: #b7d7e7;
}

.technical-details tr:first-child td:first-child{
	background: #1B415E;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 10px;
}

.img-right{
	float: right;
	margin-top: -330px;
}