@charset "UTF-8";
/* CSS Document */
small {
	font-size:9px;
	color:#414141;
}

#allModelsContainer {
	width: 1000px;
	height: 500px;
	background: #ababab url(http://mmna.cachefly.net/MMNA/build/images/bpr_pagebg.en-us.jpg) no-repeat;
}
#allModelsModelColumn {
	position: absolute;
	margin-left: 200px;
	padding-top: 20px
}
#allModelsModelLeft {
	float:left;
	width:356px;
	padding-bottom:8px;
}
#allModelsModelRight {
	float:left;
	width:345px;
	margin-left: 20px;
	padding-bottom:8px;
}
.allModelsModelHeader {
	cursor:pointer;
	color:#eb282c;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}
a.allModelsLink {
	color:black;
	text-decoration:underline;
	font-weight:bold;
	font-size:10px;
	padding-top:5px;
	cursor:pointer;
}
.allModelsModelContainer {
	vertical-align:top;
	padding:16px 4px 6px 2px;
	height:80px;
}
.allModelsModelContainer div {
	padding-top:15px;
	}
	
.allModelsModelFinal {
	border:none;
}
.half {
	width:380px
}
.modelImg {
	cursor:pointer;
	width:210px;
	text-align:right;
}

#container {
	background: #ababab url(/MMNA/images/bpr_pagebg.en-us.jpg) no-repeat;
}
.allModels_divider {
	border-bottom:1px dotted #666666;
	padding-bottom:10px;
}

