		
		.innerContentGrid {
			background:#edf4ed;
		}
		
		.innerContentGrid-innerone {
			background-image: url(../images/backgrounds/tail-lights-top.jpg);
			background-repeat: no-repeat;
			background-position: top;
		}
		
		.innerContentGrid-innertwo {
			background-image: url(../images/backgrounds/tail-lights-bot.jpg);
			background-repeat: no-repeat;
			background-position: bottom;
		}
		
	/*
	Vertical align with contained floats in css == tricky and un-documented... :¬]
	Biggup to Alasdair @ AIS for the IE solution!
*/

.row {
	overflow: 			hidden; /* IE6 */
	*position:			relative;
	margin:				10px 0 0;
/*	display:			table;*/
	vertical-align:		bottom;}
.row.first {
	margin:				20px 0 0;}
.xda-container {
	width:				140px;
	height: 			auto;
	}
.xda-contents-box {
	width:				165px;}
.xda-image-container {
	position:			relative;
	overflow: 			hidden; /* IE6 */
	display: 			table-cell;
	width:				140px;
	height: 				140px;
	vertical-align: 	bottom;}
.xda-image-container span { 
	/*background:			#FF0000;*/
	*width:				140px;
	*position:			absolute;
	*bottom:			0px;
	*left:					0px;}
.xda-image-container a img {}
.xda-title {
	display:				block;
	margin:				8px 0 0 20px;
	text-align:			left;}
.xda-title span {
	display:				block;}
.xda-title label {
	display:				block;
	width:				85px;
	cursor:				pointer;}
.xda-title label span {
	font-weight:		normal;
	font-size:			0.75em;}
.xda-title label input {
	margin:				1px 3px 0 0;
	*float:				left;}
.xda-title label span {
	display:				block;
	*margin:			4px 0 0;}

		/*
		
		.xda-support-box {
			width:130px;
			margin:0px auto;
		}
		
		.xda-support-pdf-link { 
			float:left;
			font-size: 8pt; 
			text-align:left;
			height:25px;
		}
		
		.xda-support-image-box {
			float:left;
			width:20px;
			height:25px;
		}
		*/
		
.xda-support-pdf {
	overflow:			hidden;
	text-align:			left;}
.xda-support-pdf img, .xda-support-pdf p {
	font-size:			1em;
	float:				left;}
.xda-support-pdf img {
	margin:				0 2px 0 0;}	
.xda-support-pdf a {
	}
		.xpa-pdf-image{
	float:left;
	display:block;}
	
	
.xda-support-title h3 {font-weight: bold;}
