﻿@charset "UTF-8";
/*-----------------------------------------------
 tradecarview
 User Review detail
 -------------------------------------------------*/


 .container2012 .inner {
  width: 1260px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.item_rv_right{
  width: 940px;
}

.rv_main_detail {
  clear: both;
  margin-top: 6px;
  width: 100%;
  line-height: 1;
  padding: 2px 0 8px;
  -webkit-box-shadow: 0 -3px 0 0 #f2f3f5;
  box-shadow: 0 -3px 0 0 #f2f3f5;
 }
.rv_main_detail .review_block{
  margin: 0 auto;  
  width: 1020px;

}
.rv_main_detail .review_info h3{
  margin: 0;
  height: auto;
  padding: 8px 0;
}
.rv_main_detail .review_block .review_info_r{
  margin-left: 20px;
  width: 490px;
}
.rv_main_detail .review_block .review_info_r .thumb{
  width: auto;
}

.rv_main_detail .review_block .review_info dl dd{
  margin-left: 0;
}

.rv_main_detail_title{
  display: inline-block;
  display: inline;
  zoom: 1;
  clear: both;
  margin: 0 !important;
  padding-bottom: 4px;
  border-bottom: 3px solid #4a67ad;
  line-height: 1;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #4a67ad;
}

.rv_main_detail .starl{
  font-size: 14px;
}
.rv_main_detail .starll{
  font-size: 20px;
}

.rv_main_detail .review_help,
.rv_main_detail .review_txt{
  margin: 0;
}

.rv_main_detail h3{
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px; 
}
.rv_main_detail .item_rv_left dl{
  margin: 0;
  font-size: 13px;
}
.rv_main_detail .item_rv_left dd{
  margin-left: 0;
}
.rv_main_detail .item_rv_right{
  width: 920px;
} 
.rv_main_detail .item_rv_left{
  width: 320px;
  line-height: 20px;
} 
.rv_main_detail .comment02_ttl{
  font-size: 12px;
}
.rv_main_detail .item_rv_left img{
  margin-bottom: 4px;
}

.stars {
    padding-left: 52px;
    height: 18px;
    background-image: url(/images/1/common/ico_stars_s.png);
    background-repeat: no-repeat;
    background-position: 0 -517px;
}

.starl {
    padding: 3px 0 2px 95px;
    height: 18px;
    line-height: 18px;
    background-image: url(/images/1/common/ico_stars_l.png);
    background-repeat: no-repeat;
}

.starll {
    padding: 5px 0 2px 130px;
    height: 25px;
    font-size: 133%;
    line-height: 25px;
    font-weight: bold;
    background-image: url(/images/1/common/ico_stars_ll.png);
    background-repeat: no-repeat;
}