.centered{
	margin: 0 auto;
	text-align: center;
}
.introTextBox{
	text-align:left;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height:25px;
	background-color: #F8F8F8;
	border: 1px solid #ccc;
	margin-bottom:10px;
	padding: 12px 0;
}
.hwIcon{
	width: 150px;
height: 150px;
margin-left: 20px;float:right;
}
.compatibleMakesList{
	list-style:none;
	margin: 0;
	padding:0;
	position: relative;
}
.compatibleModelsList{
	display:none;
	padding: 0;
	list-style:none;
}
.compatibleModelsList li:first-of-type .modelListTitle{
	position:relative;
	border-top:1px solid #bbb;
}
.compatibleDerivsList{
	list-style:none;
	display:none;
	margin:0;
	padding:0;
	background-color: rgb(243, 243, 243);
}
.compatibleDerivsList li:hover{
	background-color: #FFF;
}
.compatibleDerivsList li a{
	color: #419ACC;
	text-decoration: none;
	padding: 10px 32px;
	display: inline-block;
}
.derivLinkWrapper{
	display:inline-block;
	width: 562px;
	cursor:default;
}
.derivListItem > *{
	vertical-align: middle;
}
.popularityWrapper{
	display:inline-block;
	width:30px;
}
.compatListScore{
	display:inline-block;
	position: absolute;
	text-align: center;
	width: 76px;
	font-size: 14px;top: 11px;
	left: -18px;
}
.smallRatingCanvas{
	position:absolute;
	top: -2px;
}
.smallRatingContainer{
	display:inline-block;position:relative;width:52px;height:37px;
}
.compatBtnList{
	height: 36px;
	text-align:left;
}
.compatBtnItem{
	margin: 0 2px;
	padding:0;
}
.compatBtn{
	border-color: #ccc;
}
.compatBtnList li:last-of-type {
	margin-right:0;
}
/* for no-model hw */
.compatibleDerivsList li:first-of-type{
	border-top: 1px solid #bbb;
}
.compatibleDerivsList li:first-of-type a{
	padding-top:15px;
}
/* for model hw */
.compatibleModelsList .compatibleDerivsList li:first-of-type{
	border-top:none;
}
.compatibleModelsList .compatibleDerivsList li:last-of-type{
	border-bottom: 1px dashed #bbb;
}
.compatibleModelsList > li:last-of-type .modelListTitle{
	border-bottom: none;
}
.dashedBorderBottom{
	border-bottom: 1px dashed #bbb !important;
}
.noBorder{
	border:none !important;
}

.compatibleDerivsList li:last-of-type a{
	padding-bottom: 15px;
}
.compatibleMakesList:last-of-type > li:last-of-type{
	border-bottom: 1px solid #bbb;
}
.makeListTitle{
	padding:15px 20px;
	border-bottom: 1px solid rgb(243, 243, 243);
}
.modelListTitle{
	padding:10px 20px;
	border-bottom: 1px dashed #bbb;
}
.makeListTitle:hover, .modelListTitle:hover {
	background-color: #FFF;
}
.listStyleClosed > li{
	background-color: rgb(243, 243, 243);
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	cursor: pointer;
	/*list-style-image:url('../../img/icons/plus.gif');*/
}
.listStyleClosed:first-of-type > li, .listStyleOpen:first-of-type > li{
	border-top:1px solid #ccc;
}
.listStyleOpen > li{
	background-color: rgb(243, 243, 243);
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 1px solid #ccc;
	cursor: pointer;
	/*list-style-image:url('../../img/icons/minus.gif');*/
}
.makeListTitleBorderBottom{
	border-bottom: 1px solid #bbb;
}
.expandPlus, .expandMinus{
	display: inline-block;
	position: absolute;
	right: 19px;
	top: 8px;
	font-family: arial;
	z-index: 1;
	font-size: 2em;
	color: #DADADA;
	width: 19px;
	text-align: center;
}
.expandMinus{
	top: 6px;
}
.expandModelsPlus, .expandModelsMinus{
	display: inline-block;
	position: absolute;
	right: 19px;
	top: 8px;
	font-family: arial;
	z-index: 1;
	font-size: 1.3em;
	color: #DADADA;
	width: 19px;
	text-align: center;
}
.expandModelsMinus{

}