<!--

.equip_cntnr {
  width: 765px;
	border: 1px solid #666666;
	background: #efefef;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.equip_hdr {
  width: 745px;
	background: #670001;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	color: #ffffff;
	overflow: hidden;
}

.equip_title {
	float: left;
	width: 600px;
}

.equip_price {
	margin-left: 595px;
	text-align: right;
}

.equip_bdy {
	padding: 10px;
	overflow: hidden;
}

.equip_picture {
  float: left;
	width: 155px;
}

.equip_picture img {
  margin-bottom: 5px;
}

.equip_details {
	margin-left: 155px;
}

.equip_details h1 {
  font-weight: bold;
	font-size: 10pt;
	display: inline;
}

.equip_ftr {
	background: #dedede;
	padding: 5px 10px 5px 10px;
	border-top: 1px dotted #666666;
}

.equip_col_01 {
  float: left;
	width: 200px;
	margin: 0 20px 20px 20px;
	vertical-align: top;
}

.equip_col_02 {
  margin: 0 0 20px 240px;
	vertical-align: top;
}

/* ++++++ DETAILS +++++++ */

.details_cntnr {
  width: 765px;
	border: 1px solid #666666;
	background: #efefef;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.details_cntnr h1 {
  font-weight: bold;
	font-size: 12px;
	display: inline;
}

.details_cntnr h2 {
  font-weight: bold;
	font-size: 12px;
	display: inline;
}

.details_hdr {
  width: 745px;
	background: #670001;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	color: #ffffff;
	overflow: hidden;
}

.details_title {
}

.details_bdy {
	padding: 10px;
	width: 745px;
	overflow: hidden;
}

.details_picture {
  text-align: right;
}

.details_picture img {
  margin-bottom: 5px;
}

.details_details {
	width: 480px;
	float: left;
}

.details_details table {
  width: 100%;
}

.details_details td {
  padding: 3px;
}

.details_col_01 {
  width: 35%;
}

.details_col_02 {
  width: 65%;
}

.details_other {
	background: #efefef;
	padding: 10px 10px 5px 5px;
}

.details_ftr {
	background: #ffffff;
	padding: 10px;
	border-top: 1px dotted #666666;
	overflow: hidden;
}

.details_ftr_pic {
  float: left;
	width: 165px;
}

.details_ftr_txt {
  width: 560px;
	margin-left: 185px;
}

.details_ftr2 {
	background: #dedede;
	padding: 5px 10px 5px 10px;
	border-top: 1px dotted #666666;
}
-->
