h3 {
	width: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 15px;
	background-color: transparent;
	color:#008ECC;
	font-size: 18px;
	font-weight: normal;
	border-bottom: solid 1px #333;
}
h4 {
	width: auto;
	height: 24px;
	padding-left: 30px;
	margin-bottom: 9px;
	line-height: 24px;
	background-color: #C2C3C5;
	font-size: 15px;
	color:#222;
	font-weight: normal;
	background-repeat: no-repeat;
	cursor:pointer;
}

h4.mplt_open {
	background-image: url(../images/mpltype_opened.png);
}
h4.mplt_closed {
	background-image: url(../images/mpltype_closed.png);
}



.mp_brandnav {
	margin-bottom: 18px;
}
.mp_brandnav a {
	display: inline-block;
	margin-right: 2px;
	padding: 5px 23px;
	text-decoration: none;
	background-color:#008FCC;
	color:#FFF;
	position: relative;
}
.mp_brandnav a .mpbn_arrow {
	display: none;
	width: 20px;
	height: 6px;
	background-image: url(../images/mpbn_arrow.png);
	position: absolute;
	margin-left: -10px;
	left:50%;
	bottom:-6px;
}

.mp_brandnav a:hover {
	display: inline-block;
	margin-right: 2px;
	padding: 4px 22px;
	text-decoration: none;
	background-color:#FFF;
	color:#008FCC;
	border: solid 1px #008FCC;
}
.mp_brandnav a:hover .mpbn_arrow {
	display: block;
}


.mp_brandnav a.mpbn_active {
	display: inline-block;
	margin-right: 2px;
	padding: 4px 22px;
	text-decoration: none;
	background-color:#FFF;
	color:#008FCC;
	border: solid 1px #008FCC;
}
.mp_brandnav a.mpbn_active .mpbn_arrow {
	display: block;
}

.mp_typefilter {
	width: 100%;
	height: 30px;
	background-color: #C2C3C5;
	background-image: url(../images/mptf_icon.png);
	background-repeat: no-repeat;
	margin-bottom: 18px;
}
.mp_typefilter select {
	height: 20px;
	width: 120px;
	margin-top: 5px;
	margin-left: 52px;
	border:solid 1px #CCC;
}

.mpltboard_list {
	width: 950px;
	height: 0;
	overflow: hidden;
}
.mpltb_item {
	display: block;
	width: 226px;
	height: 302px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #CCC;
	float:left;
	overflow: hidden;
	position: relative;
}
.mpltb_item img {
	width: 227px;
}
.mpltbi_bottom {
	width: 100%;
	height: 52px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color:#FFF;
}
.mpltbi_bottomcontent {
	padding:10px;
}
.mpltbi_boardname {
	margin-bottom: 9px;
	float: left;
	text-transform: uppercase;
}
.mpltbi_boardprice {
	float: right;
}



















