.manufacturer-desc {
  font-size: 13px;
	font-weight: 500;
	text-align: justify;
}

#bicycle-lineup {
  width: 80%;
	margin: 25px auto;
	text-align: center;
	border: 1px solid #898989;
	background: #464a43;
	padding: 8px;
}

#bicycle-lineup p {
  font-size: 16px;
	text-align: center;
}

#bicycle-cat-listing {
  text-align: center;
	font-size: 14px;
	font-weight: 800;
}

#bicycle-cat-listing-footer {
  font-size: 13px;
	margin-top: 10px;
}

#quick-view-pop {
  display: none;
	background: #464a43;
	border: 1px #ffffff solid;
	width: 360px;
	height: auto;
	position: absolute;
	left: -1000px;
	z-index: 50;
	padding: 5px;
}

#quick-view-close, #quick-view-all {
  padding-top: 8px;
	padding-bottom: 4px;
	text-align: center;
}

#quick-view-all a {
  color: #ffcc99;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
}

#quick-view-close a {
  color: #fcf8cc;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
}

.bike-prod-desc {
  width: auto;
	height: 118px;
	overflow: hidden;
}

h2.bike-name-title {
  font-size: 20px;
  margin: 5px;
}

.bike-image-main {
  width: 100%;
	text-align: center;
	background: #ffffff;
	margin-bottom: 5px;
}

table.bike-specs-table {
  border: 1px solid #cccccc;
	border-collapse: collapse;
	border-spacing: 0;
	background: #cccccc;
	width: 100%;
	margin-bottom: 5px;
}

table.bike-specs-table td {
  padding: 3px;
  background: #464a43;
	border: 1px dotted #898989;
}

#custom-builds-logos {
  border: 1px solid #000000;
  float: right;
	margin-left: 10px;
	background: #5D667E;
	text-align: center;
}

.bike-vendor-block {
  width: 50%;
	height: 220px;
	float: left;
	margin: 5px 0;
}

.bike-vendor-block .bike-vendor-left {
  background-image: url("/images/main/vendor_box_left.png");
	background-repeat: no-repeat;
	width: 25px;
	height: 220px;
	float: left;
}

.bike-vendor-block .bike-vendor-right {
  background-image: url("/images/main/vendor_box_right.png");
	background-repeat: no-repeat;
	width: 25px;
	height: 220px;
	float: left;
}

.bike-vendor-block .bike-vendor-center {
  background-image: url("/images/main/vendor_box_center.png");
	background-repeat: repeat-x;
	width: 80%;
	height: 220px;
	padding: 15px 5px;
	text-align: center;
	float: left;
}

.bike-vendor-block img {
  padding: 2px 0;
}

.bike-listing-table {
  border: 2px;
	width: 95%;
	border-collapse: collapse;
}

.bike-listing-table td {
  padding: 5px;
	border: 2px solid #666666;
}

.bike-detail-table {
  border: 0;
	border-collapse: collapse;
	width: 100%;
}

.bike-detail-table td {
  border: 1px dotted #515151;
	padding: 2px;
	color: #c5c5c5;
}

#bike-category-wrapper {
  font-size: 1.2em;
	margin-bottom: 20px;
	background: #402b21;
	padding: 3px;
}

#bike-category-header {
  background: #251b17;
	color: #9f948d;
	font-size: 1.2em;
	font-weight: 800;
	text-align: center;
}

#bike-category-wrapper b {
  color: #ffffff;
}

/*----------------------- Maverick --------------------------*/

#maverick-content-container {
  width: 100%;
	margin: 25px;
}

.maverick-item {
  margin-bottom: 25px;
}

.maverick-item strong {
  font-size: 1.2em;
	color: #E2C97E;
}

.maverick-img {
  float: left;
	margin-right: 15px;
}

.maverick-img:hover {
  cursor: pointer;
}

#maverick-features-container {
  width: 100%;
}

#maverick-features-container strong {
  font-size: 1.1em;
}

#maverick-features-container div {
  width: 48%;
	float: left;
	margin: 5px;
}

#maverick-features-container ul {
  margin-left: 20px;
	padding: 0;
}

#maverick-features-container ul li {
  margin-bottom: 8px;
}

#enlarge-window {
  border: 3px solid #acacac;
	text-align: center;
	position: absolute;
	display: none;
	background: white;
	color: #666666;
}

.demo-message {
  font-size: 1.1em;
	font-weight: 800;
	color: #e2c97e;
	text-align: center;
	margin: 0 auto 20px auto;
	width: 80%;
}