@import "right_menu.css";

#wrapper {
}
h2 {
	width:660px;
	height:49px;
	background:url('images/equipment/title.png') no-repeat 0 0;
	text-indent:-999em;
	margin:0.5em 10px;
}
h3 {
	width:630px;
	height:48px;
	text-indent:-999em;
	margin-top:24px !important;
	margin-bottom:16px;
}

#high_spec h3 {
	background:url('images/equipment/equipment1.png') no-repeat 0 0 ;
}
#middle_spec h3 {
	background:url('images/equipment/equipment2.png') no-repeat 0 0 ;
}
#low_spec h3 {
	background:url('images/equipment/equipment3.png') no-repeat 0 0 ;
}

#high_spec, #middle_spec, #low_spec {
margin-bottom:20px;
}

.image {
width:240px;
float:left;
margin-left:20px;
}

.desc {
width:410px;
float:left;
}

.desc dt {
border-bottom:1px solid #eee;
}
.desc dd {
margin-top:10px;
margin-bottom:20px;
margin-left:0px;
color:#ddd;
}

.caution {
color:#e60012;
font-size:85%;
}