@charset "UTF-8";
.partsBox {
	float: left;
	width: 450px;
	padding-right: 15px;
}
#wrapper .contents h3 {
	margin: 0px;
	border-bottom-style: none;
	padding-top: 10px;
	line-height: 1.4;
	clear: both;
}
#wrapper .contents h4 {
	color: #FFF;
}

/* Hides from IE-mac ＼*/
*html.inner dl {
	height:1%;
}
.inner dl {
	display:block;
}
/* End hide from IE-mac */

/*END CLEARFIX*/
.partsBox .cartableb img {
	width: 200px;
	float: left;
}
	
.partsBox .cartables {
	padding-left:20px;

}

.partsBox td {
	vertical-align:top
}

.partsBox .price {
    color: #F79646;
	display: block;
	font-weight: bold;
	font-size:16px;
}

.partsBox .todetails {
	text-align:right;
	font-size:16px;
}
	

#wrapper .contents .partsBox h4 {
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 10px;
}

.noBorder{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}