@charset "utf-8";
/* CSS Document */

/* CSS Document */
.MDBPageSelectorTop table {
width:380px;
}
 
.MDBPageSelectorTop {
margin-top:20px;
padding-bottom:25px;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
}
 
.MDBPageSelectorBottom {
padding-top:25px;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
}
 
.mdb_table_headline_leftPageSelector {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	border-width:1px;
	border-bottom-color:#cccccc ;
	border-bottom-style:solid; 
	padding:1px;
	text-align:left;
	width:12%;
	padding-bottom:8px;				
 
}
 
.mdb_table_headline_versionPageSelector {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	border-width:1px;
	width:12%;
	border-bottom-color:#cccccc ;
	border-bottom-style:solid; 
	padding:1px;
	text-align:left;
	padding-bottom:8px;
}
 
.mdb_table_textPageSelector,
.mdb_table_text_headlinePageSelector {
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	border-width:1px;
	border-bottom-color:#cccccc ;
	border-bottom-style:solid; 
	padding:3px;
	width:12%;
	text-align:left;
 
}
 
.mdb_table_headline_centeredPageSelector {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	border-width:1px;
	border-bottom-color:#cccccc ;
	border-bottom-style:solid; 
	padding:1px;
	text-align:center;
	padding-bottom:8px;
}
 
.mdb_table_centered_itemPageSelector{
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	border-width:1px;
	border-bottom-color:#cccccc;
	border-bottom-style:solid; 
	padding:3px 3px 3px 3px;
	text-align:center;
	/*width:60px;*/
	width:12%;
	height:15px;
	line-height:15px;
 
}
.mdb_table_headline_centered_width70PageSelector {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	border-width:1px;
	border-bottom-color:#cccccc ;
	border-bottom-style:solid; 
	padding:3px 3px 3px 3px;
	text-align:center;
	padding-bottom:8px;
	width:12%;
	height:15px;
	line-height:15px;				
}			
			
/* Compare-Trims */
.mdb_table_comparetrims_linkPageSelector, .mdb_table_comparetrims_link_firstPageSelector {
padding: 3px;
}
.mdb_table_comparetrims_link_firstPageSelector {
padding-top: 24px;
}
table.mdb_table_compare .mdb_linkblock .mdb_table_centered_itemPageSelector {
	border:0;
}
	
	.mdbButtonCell {
		height: 50px;
		/*width:350px;*/
		border-top:1px solid #cccccc;
		vertical-align:top;
	}	
	.mdbButtonCellDown {
		height: 50px;
		/*width:350px;*/
		border-top:1px solid #cccccc;
		vertical-align:bottom;
	}		
	.mdbPageButtonBox {
		width:100%;
		border:1px solid #cccccc;
	}
	.mdbPageButton {
		width:auto;
		text-align:center;
		line-height:17px;
	}
	.mdbPageButton a {
		font-size: 12px;
		color: #666666;
		text-decoration:none;
		font-weight:bold;
		width:100%;
		line-height:17px;
		height:17px;
	}	
	.mdbButtonPageLeft,	.mdbButtonPageRight {
		width:15px;
		height:17px;
		border-top:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
		font-size: 12px;		
	}
	.mdbButtonPageRight {
		border-left:1px solid #cccccc;
	}	
	
		.LeftInactive {
			width:15px;
			height:17px;
			background-image:url(/images/global/general/00_left_trim_inactive.gif);
			background-repeat:no-repeat;
			background-position:top left;
		}
		.LeftActive {
			width:15px;
			height:17px;
			background-image:url(/images/global/general/01_left_trim_normal.gif);
			background-repeat:no-repeat;
			background-position:top left;
		}
		.LeftActive:hover {
			background-image:url(/images/global/general/02_left_trim_active.gif);
 
		}	
		.RightInactive {
			width:15px;
			height:17px;
			background-image:url(/images/global/general/00_right_trim_inactive.gif);
			background-repeat:no-repeat;
			background-position:top left;
		}			
		.RightActive {
			width:15px;
			height:17px;
			background-image:url(/images/global/general/01_right_trim_normal.gif);
			background-repeat:no-repeat;
			background-position:top left;
		}	
		.RightActive:hover {

			background-image:url(/images/global/general/02_right_trim_active.gif);
		}	
 