.motor_bookmarks {
  float: left;
  margin-bottom: -5px;
}

.motor_bookmarks p {
  float: left;
  cursor: pointer;
  display: block;
  margin-right: 5px;
  padding: 3px 10px 3px 10px;
  width: auto;
  height: 17px;
  color: white;
  font-weight: bold;
  background-color: gray;
  border: 1px solid #333;
  border-bottom: none;
}

.motor_container {
  float: left;
  min-width: 630px;
  width: 630px;
  padding: 10px 10px 140px 10px;
  border: 1px solid #333;
  background-color: #f5f5f5;
}

.motor_container p.info, .motor_container p.price, .floating_info p.price, .floating_info p.info {
  margin-bottom: 8px;
  height: 16px;
  width: auto;
  border: 1px solid #333;
  padding: 5px;
  background-color: #D1E3E9;
  height: auto;
  font-weight: bold;
}

.motor_container p {width: 100%; margin-bottom: 7px;}
.motor_container p.price, .floating_info p.price {background-color: #D3E9BE;}

.motor_container h1 {font-size: 160%; margin-bottom: 5px;}
.motor_container h2 {font-size: 140%; margin-bottom: 5px;}
.motor_container h3 {font-size: 110%; margin-bottom: 5px;}

.motor_container .variant_border {padding: 10px; border: 1px solid #e5e5e5;}

.motor_container input {
  padding: 0;
  margin: 0;
  width: auto;
  margin-bottom: 10px;
  border: none;
}

.motor_features {
  float: left;
  border: 1px solid #666666;
  padding: 10px;
  width: 628px;
  background-color: #f5f5f5;
}

.motor_features_left {
  float: left;
  width: 58%;  
}

.motor_features_right {
  text-align: center;
  float: right;
  width: 35%;
  /*border: 1px solid #666666;*/
  padding: 20px;
  padding-top: 0px;   
}

/*.motor_features img {
  border: 1px solid #666666;
}*/

.motor_features_image {
  padding: 10px;
  border: 1px solid #666;
  background-color: white;
}

.motor_features_image_title {
  text-align: center;
  /*font-size: 60%;*/
  padding: 3px;
  border: 1px solid #999;
  background-color: #eee;
}

.motor_compare {
  float: left;
  border: 1px solid #666666;
  padding: 10px;
  width: 290px;
  /*height: 320px;*/
  background-color: #f5f5f5;
  margin-right: 12px;
  margin-bottom: 12px;
}

.motor_compare_left {
  float: left;
  width: 290px;  
}

.motor_compare_left p {font-size: 10px;}

.motor_compare div.thumbnail_link {}
.motor_compare div.thumbnail_link div.thumbnail {
  clear: both;
  visibility: hidden;
  float: left;
  position: absolute;
  width: auto;
  height: auto;
  border: 1px solid #333;
}

.motor_compare div.thumbnail_link:hover div.thumbnail {visibility: visible;}

.motor_other_image {
  text-align: center;
  float: left;
  padding: 10px;
  background-color: white;
  border: 1px solid #999;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 160px;
  clear: none;
}

.motor_other_image_title {
  font-size: 80%;
  padding: 3px;
  border: 1px solid #999;
  background-color: #eee;
  max-width: 150px;
  margin-top: 5px;
}

.motor_helper {
  height: 20px;
  clear: both;
}

.motor_slidedown_top {
  padding: 5px;
  /*background-color: #D1E3E9;*/
  background-color: #eee;
  border: 1px solid #ccc;
  /*border-bottom: none;*/
}

.motor_slidedown_top h3 {font-size: 90%; font-weight: bold; margin-bottom: 3px;}

.motor_slidedown_text {
  padding: 5px;
  /*background-color: #D1E3E9;*/
  background-color: #eee;
  border: 1px solid #ccc;
  border-top: none;
  margin-top: -1px;
}

.motor_slidedown_note {
  /*padding: 0px 10px 0px 0;*/
  padding: 0 0 0 10px;
  font-size: 10px;
  /*border: 1px solid #999;*/
  color: #BF0B0B;
  /*background-color: #FFF0B3;*/
}

.motor_slidedown_price {
  float: right;
  /*width: 50px;*/
  min-width: 80px;
  height: 18px;
  /*padding: 3px 3px 3px 3px;*/
  /*margin-right: -5px;*/
  font-size: 100%;
  /*border: 1px solid #999;*/
  border-right: none;
  background-color: #BCCFA8;
  text-align: right;
  margin: 0;
  margin-top: -3px;
  padding: 2px 5px 0 0;
}

.chosen_part {
  padding: 3px 0px 3px 25px;
  background-color: #FFF0B3;
  background-color: #B3DAEF;
  border: 1px solid #999;
  background: url(/public/images/scroll_arrow.jpg) #E1EFD1 no-repeat 3px 3px;
}

.floating_info {
  float: left;
  width: 650px;
  height: 180px;
  position: fixed;
  top: 100%;
  margin-left: 0px;
  margin-top: -180px;
  padding: 0px;
  padding-top: 5px;
  background: url(/public/images/transparent_bground.png) repeat;
  clear: both;
  border: 1px solid #333;
  border-top: none;
}


.floating_info_inner {
  /*border: 1px solid #aaa;*/
  padding: 5px;
  background-color: white;
  height: 180px;
}
