@charset "utf-8";

/* content */
#content {
    width: 960px;
    overflow: hidden;
    padding-left: 20px;
    margin:0 auto;
}

#mgt.wide-layout #content,
#mgt.stock-list #content{
    width: 988px;
    padding-left: 12px;
}

.vehicle-detail-page #content{
    width: 980px;
    padding-left: 0;
}

.vehicle-detail-page #warning{
    width: 970px;
}

@media (max-width: 1090px){
    .vehicle-detail-page #content{
        margin: 0 auto 0 10px;
    }
    .vehicle-detail-page #warning{
        padding-left:35px;
    }
}

.page-classified-detail #content{
    width: 970px;
    padding-left: 10px;
}

.page-classified-detail #list-detail .list-detail-right{
    margin-left: 10px;
}

.page-classified-detail  #warning-top{
    width: 795px;
    margin-left: 203px;
}

.txt-right{
	text-align:right;
}

/* breadclumb */
#bread {
    margin-bottom: 10px;
    overflow: hidden;
}

#mgt.wide-layout #bread{
	margin-bottom: 12px;
}

#bread li {
    float: left;
    padding-right: 5px;
}

#bread li a {
    margin-right: 5px;
}

/* Stocklist */
#list-content{
	width: 988px;
}

#list-content h1 {
    font-size: 22px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0;
}

#featured {
    background-color: #f5f5f5;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    border: solid 1px #dd0404;
	border-left: none;
	border-right: none;
}

#featured.finance {
    margin-top: 0px;
    margin-bottom: 10px;
}

#featured .left {
    float: left;
    padding-right: 10px;
    width: 290px;
}
#featured .left-make-only {
    width: 100px;
}
#featured .right {
    -webkit-text-size-adjust: 100%;
}
#featured .right.right-make-only {
    width: 100%;
}
#featured .right.is-description-image-none {
    float: none;
    width: 968px;
}
#featured .right h2 {
    color: #dd0404;
    font-size: 24px;
    margin-bottom: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#featured .right p {
    line-height: 1.7;
}

/*---top-seller---*/
#list-content .vehicle-list-box h2 {
	margin:0 0 12px;
	font-size:16px;
	border-bottom:solid 1px #dd0404;
}

#list-content .vehicle-list-box h2 span {
	display: inline-block;
	padding: 0 0 3px;
	border-bottom: solid 3px #dd0404;
	font-weight: bold;
}

#list-content .vehicle-list-box ul{
	clear: both;
	overflow:hidden;
}

#list-content .vehicle-list-box li{
	float:left;
	width:114.75px;
	padding:0 0 10px 0;
	margin-right: 10px;
}

#list-content .vehicle-list-box li:last-child{
	margin-right: 0;
}

#list-content .vehicle-list-box .top-seller-ranking li{
	position:relative;
	counter-increment: number;
}

#list-content .vehicle-list-box .top-seller-ranking li:before{
	content: counter(number);
	position:absolute;
	top: 0;
	left: 5px;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: url("../images/ranking/bestseller_no_bg.png") no-repeat 0px 0px;
}

#list-content .vehicle-list-box img{
	width: 100%;
	height: auto;
	max-height: 86px;
	margin: 0 auto 5px;
	display: block;
}

/*---list-form---*/

#list-content .list-form {
    background-color: #dd0404;
    border: 1px solid #dd0404;
    padding: 10px 10px 0 10px;
    font-size: 11px;
    margin-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#list-content .list-form table{
	table-layout: fixed;
}

#list-content .list-form td {
	padding-bottom: 10px;
}

#list-content .list-form .left-form{
	width: 286px
}

#list-content .list-form .model-td,
#list-content .list-form .model-code,
#list-content .list-form .keyword-country,
#list-content .list-form .from-to{
	width: 234px;
}

#list-content .list-form .fuel-td,
#list-content .list-form .right-form,
#list-content .list-form .keyword-location{
	width: 214px;
}

#list-content .list-form select {
    padding: 3px 0;
    /*width: 213px;*/
    height: 28px;
    border-radius: 4px;
}

#list-content .list-form .left-form select[name="make"],
#list-content .list-form .left-form select[name="drive_type"],
#list-content .list-form .left-form select[name="veh_type_sub"]{
	width: 265px;
}

#list-content .list-form .from-to select {
    width: 100px;
}

#list-content .list-form .from-left-to select {
    width: 126.5px;
}

#list-content .list-form .model-year li {
    margin-right: 3px;
    float: left;
}

#list-content .list-form .model-year .tilde {
    margin-top: 3px;
}

#list-content .list-form .from-to-year select {
    width: 75.5px;
}

#list-content .list-form .from-to-month select {
    width: 48px;
}

#list-content .list-form .from-to-month.last {
    margin-right: 0;
}

#list-content .list-form .from-to input {
    width: 126.5px;
    height: 28px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #list-content .list-form .from-to input {
         border: solid 1px rgb(169, 169, 169);
    }
}

/* Search by Auction Grade */
#list-content .list-form .auction-grade-title {
    padding: 2px 0 0 5px;
    font-weight: bold;
}
#list-content .list-form .grade-item-area {
    margin: 0 0 16px 15px;
}

#list-content .list-form .grade-item-name {
    width: 124px;
    padding-bottom: 0;
}

#list-content .list-form .grade-rank-line {
    padding-bottom: 4px;
}

#list-content .list-form .grade-rank {
    display: inline-block;
    width: 66.5px;
}

#list-content .list-form .grade-rank input {
    margin-right: 3px;
}

/* Accordion */

#list-content .list-form #option-anchor {
	position: relative;
	font-size: 14px;
	color: #3366cc;
	cursor: pointer;
}

#list-content .list-form #option-anchor span {
	font-weight: bold;
	width: 157px;
}

#list-content .list-form #option-anchor i{
	position: absolute;
	top:0;
	left: 160px;
}

#list-content .list-form #option-anchor i:before {
    vertical-align: 1px;
    font-weight: bold;
}

#list-content .list-form #option-anchor span:hover {
	text-decoration: underline;
}

#list-content .list-form #option-anchor .hide-more,
#list-content .list-form #option-furl {
    display: none;
}


/*  list-form  option-area  */
#list-content .list-form td.option-area {
    padding: 0;
}

#list-content .list-form .option-area input {
    padding: 5px;
    vertical-align: middle;
}

#list-content .list-form td.accessories {
    padding: 4px 0 15px 0;
}

#list-content .list-form .accessories td {
    padding: 0 10px 4px 0;
    vertical-align: top;
    width: 129px;
}

#list-content .list-form .accessories input {
    margin-right: 3px;
    vertical-align: middle;
}

#list-content .list-form td.accessories .indent {
    margin-left: 15px;
}

#list-content .list-form .accessories td.last_td,
#list-content .list-form .option-area .last {
    padding-right: 0;
}


/*  list-form  icon */
#list-content .list-form .icon-td {
    width: 919px;
}

#list-content .list-form .icon-td li {
    float: left;
    margin-right: 21px;
}

#list-content .list-form .icon-td img,
#list-content .list-form .icon-td input {
    vertical-align: middle;
    padding: 0;
}


/*  list-form  search-button-area  */
#list-content .list-form .search-button-area {
    margin: 14px 0 13px 0;
    overflow: hidden;
    position: relative;
}

#list-content .list-form .search-count-area{
    position: absolute;
    left: 15px;
    line-height: 28px;
    font-size: 13px;
}

#list-content .list-form .search-count-area .search-count{
	font-size: 18px;
	font-weight: bold;
}

#list-content .list-form .search-button-area .search-button{
	float: left;
    width: 50%;
}

#list-content .list-form .search-button-area .wishlist-button {
	float: right;
    width: 50%;
    height: 31px;
}

#list-content .list-form .search-button-area .search,
#list-content .list-form .search-button-area .wishlist {
    float: right;
}

#list-content .list-form .search-button-area .reset,
#list-content .list-form .search-button-area li{
    float: left;
}

#list-content .list-form .search-button-area .reset-button {
    float: left;
    margin: 4px 0 0 13px;
    font-size: 13px;
}

#list-content .list-form .search-button-area .reset-button a {
    font-size: 14px;
    font-weight: bold;
    vertical-align: -1px;
    margin-left: 10px;
}

#list-content .list-form .search-button-area a.bf-btn-small {
    padding: 0;
    margin: 0;
    min-width: 150px;
    font-size: 14px;
    line-height: 28px;
}

#list-content .list-form .search-button-area .bf-btn:hover {
    text-decoration: none;
}

#list-content .list-form .search-button-area .bf-btn-small i {
    vertical-align: 1px;
}

#list-content .list-form .search-button-area .form_icon img{
    margin: 7px 2px 0 5px;
}
/*---list-form end---*/


#list-content .pi-expire-timer div {
    display: inline-block;
}
#list-content .pi-expire-timer {
    margin: 0px 9px 4px 9px;
}

#list-content .pi-expire-timer .jst-seconds,
#list-content .pi-expire-timer .jst-minutes,
#list-content .pi-expire-timer .jst-hours {
    font-size: 13pt;
    font-weight: bold;
}

#list-content .pi-expire-timer .second-unit-symbol,
#list-content .pi-expire-timer .minute-unit-symbol,
#list-content .pi-expire-timer .hour-unit-symbol {
	font-weight: bold;
	font-size: 10pt;
}

#list-content .pi-expire-timer .minute-unit-symbol,
#list-content .pi-expire-timer .hour-unit-symbol {
	margin-right: 2px;
}

#list-content .results{
    display: table;
    width: 100%;
}

#list-content .results:after{
    content: "";
    display: block;
    clear: both;
}

#list-content .results-top{
    margin: 0 0 20px;
}

#list-content .results-bottom{
    position: relative;
    margin: 20px 0 15px;
    text-align: right;
}

#list-content .results-hits{
    display: table-cell;
    font-size: 23px;
    font-weight: bold;
    vertical-align: middle;
    white-space: nowrap;
}

#list-content .results-pagination ul{
    line-height: 1;
    text-align: center;
}

#list-content .results-pagination li{
    display: inline-block;
}

#list-content .results-pagination li a{
    display: inline-block;
    padding: 7px;
    font-size: 11px;
    color: #fff;
    background: #4a93e4;
}

#list-content .results .pagination-prev{
    margin-right: 5px;
}

#list-content .results .pagination-next{
    margin-left: 5px;
}

#list-content .results-pagination li a:hover{
    background: #9a9a9a;
    text-decoration: none;
}

#list-content .results .selected a{
    background: #dd0404;
}

#list-content .results-top .results-controllers{
	float: right;
}

#list-content .results-controllers .control-name{
    display: inline-block;
    padding: 4px 2px;
    color: #777;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

#list-content .results-items{
    display: inline-block;
}

#list-content .results-sort{
    display: inline-block;
    margin-left: 10px;
}

#list-content .results-items select,
#list-content .results-sort select{
    width: 140px;
    font-size: 13px;
    border-radius: 2px;
    cursor: pointer;
}

#list-content .results-bottom .results-items{
    position: absolute;
    top: 0;
    right: 0;
}

#list-content .results-bottom .results-items select{
    width: 90px;
}

#list-content .cars-box {
    border: 1px solid #e1e1e1;
    border-bottom: none;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

#list-content .cars-box table {
    width: 986px;
}

#list-content .cars-box .border-bottom-add{
    border-bottom: 1px solid #e1e1e1;
}

#list-content .cars-box th {
    background-color: #ededed;
    padding: 5px 0;
    text-align: center;
}

#list-content .cars-box th a {
    color: #000;
    border-bottom: solid 1px #000;
}

#list-content .cars-box th a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: none;
}

#list-content .cars-box th .icon-sort-down:before,
#list-content .cars-box th .icon-sort-up:before,
#list-content .cars-box th .icon-sort:before{
    text-decoration: none;
    margin-left: 2px;
}

#list-content .cars-box th .icon-sort-down:before{
    vertical-align: 2px;
}

#list-content .cars-box th .icon-sort-up:before{
    vertical-align: -2px;
}

#list-content .cars-box th img {
    vertical-align: middle;
}

#list-content .cars-box td {
    vertical-align: middle;
    text-align: center;
    padding: 3px 0;
    font-size: 12px;
    line-height: 1.0;
    color: #333;
}

#list-content .cars-box th,
#list-content .cars-box td{
    border-right: solid 1px #c8c8c8;
}

#list-content .cars-box th:last-child,
#list-content .cars-box td:last-child{
    border:none;
}

#list-content .cars-box td a {
    text-decoration: none;
}

#list-content .cars-box td a:hover {
    /*text-decoration: underline;*/
}

#list-content .cars-box td p {
    text-align: center;
    margin-bottom: 3px;
}

#list-content .bg-f3 {
    background-color: #f3f3f3;
}

#list-content .cars-box .photo-td {
	position: relative;
	padding: 0;
}

#list-content .cars-box .photo-td .img-area{
	width: 100%;
	height: auto;
	border: none;
}

#list-content .cars-box .photo-td .is-sold{
	position: relative;
	display: block;
}

#list-content .cars-box .photo-td .is-sold .img-area{
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

#list-content .cars-box .photo-td .is-sold .vehicle-photo-text{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 1;
	line-height: 0;
	text-align: center;
	color: #555;
	font-size: 18px;
	font-weight: bold;
}

#list-content .cars-box .photo-td p{
	margin: 0;
	padding: 5px 0 6px;
}

#list-content .cars-box .photo-td .bookmark-button-bg {
	position: absolute;
	top: 9px;
	left: 8px;
	width: 28px;
	height:28px;
	border-radius: 50%;
	background: #fff;
}

#list-content .cars-box .photo-td .bookmark-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	margin: 0;
	line-height: 28px;
	padding: 0;
	box-sizing: border-box;
	border-radius: 50%;
}

#list-content .cars-box .photo-td .bf-btn .icon-bookmark-add:before,
#list-content .cars-box .photo-td .bf-btn .icon-bookmark:before {
	font-size: 14px;
	vertical-align: middle;
	margin: 0 0 0 1px;
}

#list-content .cars-box .photo-td .bf-btn .icon-bookmark:before,
#list-content .cars-box .photo-td .bf-btn .icon-bookmark-spin:before {
	color: #555555;
}

#list-content .cars-box .make-model-td{
	text-align: left;
	line-height: 1.4;
	padding: 0 6px;
}

#list-content .cars-box .make-model-td .model-title{
	color: #3366cc;
	font-weight: bold;
}

#list-content .cars-box .make-model-td .model-title:active{
	color: #EE0000;
}

#list-content .cars-box .make-model-td .model-text{
   color: #333;
   font-weight: bold;
}

#list-content .cars-box .ref-icon-wrap {
	margin-top: 10px;
}

#list-content .cars-box .ref-icon-wrap > img{
	vertical-align: bottom;
	margin: 0 3px 6px 0;
}

#list-content .cars-box td.engine-td,
#list-content .cars-box td.steering-trans-td{
    line-height:1.5;
}

#list-content .cars-box td .none-search-result-area{
    text-align: center;
    font-size: 14px;
}

#list-content .cars-box td .none-search-result-area p{
    padding: 5px 0;
}

#list-content .cars-box td .none-search-result-area .content-text{
	padding-top: 10px;
	line-height: 18px;
}

#list-content .cars-box td .none-search-result-area .or-text{
	margin: 18px 0 13px;
}

#list-content .cars-box td .none-search-result-area .search-tips-area{
	width: 300px;
	margin: 0 auto;
}

#list-content .cars-box td .none-search-result-area .search-tips-area p{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
	text-align: left;
}

#list-content .cars-box td .none-search-result-area .search-tips-area ul{
	padding-left: 18px;
	line-height: 18px;
	list-style: disc;
}
@-moz-document url-prefix() {
	#list-content .cars-box td .none-search-result-area .search-tips-area ul{
		padding-left: 14px;
	}
}

#list-content .to-autoparts{
    padding:0 0 28px;
    text-align: center;
}
#list-content .to-autoparts.is-return-result{
    padding-top:20px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
#list-content .to-autoparts.is-return-result p{
    padding:8px 0;
    font-size: 14px;
}
#list-content .to-autoparts p{
    text-align: center;
}
#list-content .to-autoparts a:hover,
#list-content .to-autoparts a:focus{
    text-decoration: underline;
}
#list-content .to-autoparts .link{
    display: inline-block;
    text-align: center;
}
#list-content .to-autoparts .link p{
    text-align: center;
    font-weight: bold;
}
#list-content .to-autoparts .link img{
    margin:5px 0 0;
    vertical-align: middle;
}

#list-content .cars-cash {
    margin-bottom: 5px;
    text-align: center;
}

#list-content .cars-cash .cars-cash-left {
    width: auto;
    float: none;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.4;
}

#list-content .cars-cash .cars-cash-left .line-through{
    padding:0 4px;
    font-size: 14px;
    white-space: nowrap;
}

#list-content .cars-cash .cars-cash-left .green{
    padding:0 4px;
    font-size: 16px;
    white-space: nowrap;
}

#list-content .cars-cash .cars-cash-left .red{
    padding:0 4px;
    white-space: nowrap;
}

#list-content .cars-cash .cars-cash-right {
    width: 90px;
    padding-right: 5px;
    float: right;
}

#list-content .cars-cash .cars-cash-left p,
#list-content .cars-cash .cars-cash-right p {
    margin-bottom: 0;
    word-wrap: break-word;
}

/* stocklist parts-store banner*/
#list-content .cars-box td.stocklist-banner-td {
	border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
	padding: 10px 0px;
	display: none;
}

#list-content .cars-box .stocklist-banner-td .stocklist-banner-inner{
    position: relative;
    height: 60px;
}

#list-content .cars-box .stocklist-banner-td a{
	position: absolute;
	top: 0;
    left: -2px;
}

/* stocklist login banner*/
#list-content .cars-box .login-banner-table{
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
}

#list-content .cars-box .login-banner-table.border-bottom-none{
    border-bottom: none;
}

#list-content .cars-box .login-banner-table .banner-area-wrap{
    position: relative;
    left: -2px;
    padding-right: 2px;
    display: block;
    border: 1px solid #d1edd4;
    border-radius: 8px;
    width: 100%;
    background: #dff6e1;
    margin: 10px 0;
}

#list-content .cars-box .login-banner-table .banner-icon{
    float: left;
    margin: 10px 12px;
    width: 36px;
    line-height: 40px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.03em;
    text-align: center;
    background: #077812;
    border-radius: 4px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

#list-content .cars-box .login-banner-table .banner-text-area{
    float: left;
    text-align: left;
    margin-top: 10px;
    line-height: 20px;
}

#list-content .cars-box .login-banner-table .banner-text-message{
    font-size: 20px;
    color : #7b1fa2;
}

#list-content .cars-box .login-banner-table .banner-text-discount{
    font-size: 16px;
    color: #077812;
}


#list-content .cars-box .login-banner-table .banner-button{
    float: right;
    width: 150px;
    line-height: 31px;
    margin: 15px 12px;
    background: #077812;
    color: #fff;
}

/* stocklist 2012-03-22 */
.calculator {
    padding: 10px 10px 7px 10px;
    border: 1px solid #1783b8;
    line-height: 100%;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #f3fbff;
}

.calculator td {
    vertical-align: top;
}

.calculator td.v-top {
    vertical-align: top;
}

.calculator td table td {
    padding-right: 10px;
    padding-bottom: 10px;
}

.calculator td input {
    padding: 0;
    vertical-align: middle;
    margin-right: 3px;
}

.calculator td table td.pb7 {
    padding-bottom: 5px;
}

.calculator td table td.pr0 {
    padding-right: 0;
}

.calculator .calculator-title {
    background-image: url("../images/icon/gnome-calculator.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 10px;
    color: #1080b6;
    font-size: 16px;
    font-weight: bold;
}

.calculator .calculator-title span {
    font-size: 11px;
    color: #939393;
    padding-left: 2px;
    font-weight: bold;
}

.calculator .fixedTip {
    padding:0px;
}

.is-japan-products .calculator .select-area{
    width:auto;
}
.is-japan-products .calculator .button-calculate,
.is-japan-products .calculator .reset-bt{
    vertical-align: middle;
}
.is-japan-products .calculator a.priceTip{
    margin: 0 0 0 2px;
    line-height: normal;
}


a.button-calculate {
    color: #fff;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 5px 15px;
    position: relative;
    display: inline-block;
    text-transform:uppercase;
    text-shadow: 1px 1px 0 #333;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #1a99d5;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#1a99d5),to(#1a99d5));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#1a99d5),to(#1a99d5));
    border: solid 1px #096fa0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}

a.button-calculate:hover {
    color: #fff;
    border-color: #096fa0;
    background: #3eb5ed;
    text-decoration: none;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

a.button-calculate {
    background: #1a99d5;
}

a.button-calculate-inner, a.button-calculate-inner:hover, a.button-calculate-inner:active {
    background-image: url("../images/icon/calculator.png");
    background-position: 12px 50%;
    background-repeat: no-repeat;
    padding-left: 35px;
}

a.button-url {
    color: #fff;
    font: bold 13px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 5px 20px;
    position: relative;
    display: inline-block;
    text-transform:uppercase;
    text-shadow: 1px 1px 0 #333;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #8c8c8c;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#8c8c8c),to(#8c8c8c));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#8c8c8c),to(#8c8c8c));
    border: solid 1px #424242;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}

a.button-url:hover {
    color: #fff;
    border-color: #424242;
    background: #adadad;
    text-decoration: none;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

a.button-url {
    background: #8c8c8c;
}

a.button-url-inner, a.button-url-inner:hover, a.button-url-inner:active {
    background-image: url("../images/icon/page_copy.png");
    background-position: 12px 50%;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.font-normal {
    font-weight: normal;
}

#mgt table .reset-bt {
    font-size: 12px;
    padding: 5px 40px;
    margin-right: 0;
}

#container .print-bt {
    font-size: 13px;
    padding-right: 40px;
    padding-left: 47px;
}

#container .totla-box {
    width: auto;
    height: auto;
    float: none;
    margin-bottom: 10px;
}

.total-price-box {
    border-top: 1px solid #b2d6e7;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.total-price-box li {
    display: inline;
    margin-right: 5px;
}

.specs-left {
    width: 480px;
    float: left;
}

#mgt .tabs li.mr0 {
    padding-right: 0;
}

.dest-box th {
    text-align: left;
    vertical-align: top;
    padding-bottom: 5px;
    padding-right: 5px;
    width: 90px;
    font-size: 10px;
    font-family: Arial,sans-serif;
    display: block;
}

.dest-box td {
    font-size: 11px;
    text-align: left;
    vertical-align: top;
    padding-bottom: 5px;
}

a.tip {
    color: #3a87ad;
    font: 11px Arial, sans-serif;
    text-decoration: none;
    padding: 5px 7px;
    position: relative;
    display: inline-block;
    transition: border-color .218s;
    background: #d9edf7;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#d9edf7),to(#d9edf7));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#d9edf7),to(#d9edf7));
    border: solid 1px #bce8f1;
    border-radius: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    line-height: 110%
}

a.information-collect {
    color: #3a87ad;
    font: 11px Arial, sans-serif;
    text-decoration: none;
    padding: 5px 7px;
	margin: 0 50px 10px 50px;
    position: relative;
    display: inline-block;
    transition: border-color .218s;
    background: #d9edf7;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#d9edf7),to(#d9edf7));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#d9edf7),to(#d9edf7));
    border: solid 1px #bce8f1;
    border-radius: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    line-height: 110%
}

a.button-order-now-blue {
    color: #fff;
    font: bold 19px Arial, sans-serif;
    text-decoration: none;
    padding: 8px 40px;
    position: relative;
    display: inline-block;
    text-transform:uppercase;
    text-shadow: 1px 1px 0 #333;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#3366cc),to(#3366cc));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#3366cc),to(#3366cc));
    border: solid 1px #364780;
    border-radius: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
}

a.button-order-now-blue:hover {
    color: #fff;
    border-color: #364780;
    background: #4677d8;
    text-decoration: none;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

a.button-order-now-blue {
    background: #3366cc;
}
/*
a.button-order-now-blue-inner, a.button-order-now-blue-inner:hover, a.button-order-now-blue-inner:active {
    background-image: url(/images/icon/order.png);
    background-position: 20px 50%;
    background-repeat: no-repeat;
    padding-left: 55px;
}
*/

a.button-order-now-orange {
    color: #fff;
    font: bold 19px Arial, sans-serif;
    text-decoration: none;
    padding: 8px 30px;
    position: relative;
    display: inline-block;
    text-shadow: 1px 1px 0 #333;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#f03916),to(#f02826));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#f03916),to(#f02826));
    border: solid 1px #aa160e;
    border-radius: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
}

a.button-order-now-orange:hover {
    color: #fff;
    border-color: #aa160e;
    background: #f02826;
    text-decoration: none;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

a.button-order-now-orange {
    background: #f03916;
}

a.button-order-now-orange-inner, a.button-order-now-orange-inner:hover, a.button-order-now-orange-inner:active {
    background-image: url("../images/icon/order_now.png");
    background-position: 20px 50%;
    background-repeat: no-repeat;
    padding-left: 55px;
}

.px10 {
    font-size: 10px;
}

.specs-right {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-bottom: 10px;

}

.more-cars {
    background-image: url("../images/stocklist/more_cars_bg.gif");
    background-repeat: repeat-x;
    background-position: 0 0;
    height: 22px;
    font-weight: bold;
    padding: 5px 0 10px 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.thumb-icon {
    background-image: url("../images/stocklist/thumb-icon.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 15px;
    height: 16px;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

.more-cars-box .blue{
	margin:0 0 9px;
}

.more-cars-box {
	width: 140px;
	padding: 10px 10px 4px;
	margin: 0 auto;
	font-family: Arial;
	line-height: 110%;
	float: left;
}

#mgt.wide-layout .more-cars-box {
	width: 144.5px;
}

.more-cars-box p {
    margin-bottom: 3px;
}
.more-cars-box p:last-child{
	margin-bottom: 0;
}
.similar-area{
	float: left;
}

.list-search-center{
	padding-top: 10px;
}

.list-search-center .tip{
	margin-top: 33px;
}

.list-search-center .note-text{
	text-align: center;
	width: 100%;
	display: inline-block;
}

.list-search-center #mcc_target{
	min-height: 200px;
	position: relative;
	overflow: hidden;
}

.list-search-center .loading-img{
	position:absolute;
	top:40px;
	left:50%;
	margin:0 0 0 -50px;
}


/*------------------------------------
thank you
 ------------------------------------*/
.thank-you-area#thanks_msg{
	border: none;
}
.thank-you .in-thank-you-wrap {
	padding: 10px 28px 20px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #f2f2f2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f2f2f2;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #f2f2f2;
}
#mgt .thank-you .headline{
	height: 29px;
	background: transparent url("../images/inquiry_head_bg.jpg") repeat-x scroll 0 0;
	font-size: 12px;
	padding: 8px 0px 0px 10px;
	text-transform: none;
}
#mgt .thank-you .headline .jqmClose{
	float: right;
	padding: 0px 5px 0px;
	margin-top: -2px;
}
.thank-you .in-thank-you-wrap .read {
	color: #008000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.thank-you .in-thank-you-wrap .thankyou-image {
	margin: 30px 0 0;
	text-align: center;
}
.thank-you .in-thank-you-wrap .description {
	margin: 20px 0 0;
	font-size: 16px;
	line-height: 22px;
}
.thank-you .in-thank-you-wrap .link-area {
	margin: 30px 0 0;
	text-align: center;
}
.thank-you .in-thank-you-wrap .description strong {
	font-weight: bold;
}
.thank-you .in-thank-you-wrap .button-orange{
	font: bold 26px Arial, sans-serif;
	line-height: 26px;
	min-width: 250px;
	padding: 8px 0px;
	background: -webkit-gradient(linear,left top,left bottom,from(#f03916),to(#f02826));
	background: linear-gradient(to bottom, #f03916, #f02826);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}
.thank-you .in-thank-you-wrap .button-orange:hover{
	background: 7px 50% no-repeat,linear-gradient(#f03916, #f02826);
	background-color: #f02826;
}
.thank-you .in-thank-you-wrap .line{
	border: none;
	border-top: solid 1px #d4d4d4;
	margin: 32px 0;
}
.thank-you .in-thank-you-wrap .signup-flow-area{
	display:none;
}
.thank-you .in-thank-you-wrap .action{
	max-width: 320px;
	margin:20px auto 0;
}

.thank-you .in-thank-you-wrap .action .bf-btn{
	position: relative;
}
.thank-you .in-thank-you-wrap .action .bf-btn:hover,
	text-decoration: none;
}

.thank-you .in-thank-you-wrap .signup-flow-area .description{
	margin-top: 20px;
}
.thank-you .in-thank-you-wrap .signup-flow-area .sub-description{
	margin-top: 10px;
	text-align:center;
}

.thank-you #your_details_contents .vehicles-reserve > .numbers-vehicles{
    color: #d93005;
}

#thanks_msg {
	width:500px;
	display: none;
	position:relative;
	height:auto;
	background:#FFFFFF;
	border:5px solid #f02826;
}

#thanks_msg .thanks_inquiry_msg {
	margin : 10px 20px 20px 20px;
}

#popup_body.is-mobile .thank-you .in-thank-you-wrap{
	padding: 10px 10px 20px;
}

#popup_body.is-mobile #thanks_msg {
	width: 100%;
}

/* popup-recommend-cars-area */
.vehicle-detail-page #popup_window.is-absolute{
	position: absolute !important; /* override jqModal.css .jqmWindow  */
	top: 20px !important;          /* override jqModal.profile.js */
	background: transparent;
}

.vehicle-detail-page #popup_window.is-absolute #popup_body{
	background: transparent;
}

.popup-recommend-cars-area{
	position: relative;
	background: #fff;
	display: none;
}

.popup-recommend-cars-area .similar-area{
	padding: 0 10px;
}
.popup-recommend-cars-area .viewmore-area{
	clear: both;
	text-align: center;
	padding: 20px 0;
}

.popup-recommend-cars-area .viewmore-area .bf-btn{
	max-width: 320px;
	margin: 0 auto;
}

.popup-recommend-cars-area .viewmore-area .bf-btn:active,
.popup-recommend-cars-area .viewmore-area .bf-btn:hover,
.popup-recommend-cars-area .viewmore-area .bf-btn:visited{
	color: #555;
	text-decoration: none;
}

#popup_body.is-mobile .popup-recommend-cars-area .similar-area{
	width: 100%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}

#popup_body.is-mobile .popup-recommend-cars-area .more-cars-box{
	width: 33.3%;
	padding: 10px 0 4px 10px;
	box-sizing: border-box;
}

#popup_body.is-mobile .popup-recommend-cars-area .more-cars-box img{
	width: 100%;
	height: auto;
}

#popup_body.is-mobile .popup-recommend-cars-area .viewmore-area{
	padding: 20px 10px;
}

/* Stocklist 2013-02-14 */

#list-content .underoffer{
    color: #333;
    margin: 0px 9px 4px 9px;
    font-weight: bold;
    font-size: 12px;
    text-align:left;
}
#list-content .underoffer.is-japan-products{
    width: 200px;
    margin: 0 auto 4px;
}
.clear .underoffer{
	text-align:center;
	font-weight:bold;
}
#list-content .can-listed-message{
	margin: 9px 9px 0;
	font-size: 14px;
}

.notifyme .bf-btn{
	font-size: 12px;
    width: 200px;
	display: block;
	margin: 0 auto;
	padding: 0;
}

.box-login{
	color: #3366cc;
	margin-top: -38px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 24px;
	background-color: #FFF;
	border: solid 4px #1783b8;
	border-radius: 10px;
	z-index: 10;
	display: inline-block;
}
#mgt .notify-me .mfp-content .box-login.search-modal{
	border: none;
	background-color: #1c1c1c;
	border-radius: 0px;
	padding: 8px 15px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.9;
}
#mgt .notify-me .mfp-content .box-login.search-modal > p{
	text-align: center;
	color: #fff;
	font-size: 14px;
}
#mgt .notify-me .mfp-content .box-login.search-modal > p .icon-ok{
	margin-right: 4px;
	color: #009900;
}
#list-detail .pi-expire-timer {
    margin: -6px 0 10px 0;
}
#list-detail .pi-expire-timer div {
    display: inline-block;
}
#list-detail .pi-expire-timer .second-unit-symbol {
    font-weight: bold;
    font-size: 13pt;
}
#list-detail .pi-expire-timer .minute-unit-symbol {
    font-weight: bold;
    font-size: 13pt;
    margin-right: 6px;
}
#list-detail .pi-expire-timer .hour-unit-symbol {
    font-weight: bold;
    font-size: 13pt;
    margin-right: 6px;
}

#list-detail .pi-expire-timer .jst-seconds,
#list-detail .pi-expire-timer .jst-minutes,
#list-detail .pi-expire-timer .jst-hours {
    font-size: 18pt;
    font-weight: bold;
}

#list-detail .can-listed-message{
    margin: 29px 0px;
    font-size: 13pt;
}

#list-detail-notifyme{
    text-align:center;
}

#list-detail-notifyme .notifyme {
    margin-top:6px;
}


/* Stocklist Detail */
#list-detail .list-detail-left {
    width: 460px;
    float: left;
}

#list-detail #imgMain.is-sold {
	position: relative;
}

#list-detail #imgMain.is-sold .vehicle-photo-text{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	color: #555;
	font-size: 32px;
	font-weight: bold;
	pointer-events: none;
}

#list-detail .list-detail-left .photo-click {
    text-align: center;
    margin: 5px 0;
}

#list-detail .list-detail-left .photo-click p {
    background-image: url("../images/stocklist/click_icon.gif");
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-weight: bold;
    display: inline-block;
/display: inline;
}
#list-detail #gallery {
    margin-top: 10px;
}

#list-detail #gallery li {
    float: left;
    padding-right: 8px;
    padding-bottom: 3px;
}

#list-detail .list-detail-right {
    width: 500px;
    float: left;
    margin-left: 20px;
}

#list-detail .list-detail-right h1 {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
}

#list-detail .list-detail-center{
    clear: both;
}

#list-detail .list-detail-box {
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin: 10px 0;
    width: 330px;
    float: left;
}

#list-detail .list-detail-box .detail-error {
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #dd0404;
    text-align: center;
    line-height: 30px;
}

#list-detail .list-detail-box .detail-error img {
    margin-left: 10px;
    vertical-align: middle;
}

#list-detail .list-detail-box-underoffer {
    width: 313px;
    float: left;
}

#list-detail .list-detail-box-underoffer p {
    font-size: 13pt;
    margin-bottom: 10px;
}

#list-detail .list-detail-box-underoffer .login-is-text{
	color: #666;
	font-size: 14px;
	padding:4px 15px 0 0;
	display: inline-block;
}

#list-detail .list-detail-box-underoffer .notifyme-title-underoffer{
	font-size: 16px;
	margin: 6px 0;
}

#list-detail .list-detail-box-underoffer .detail-error {
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #dd0404;
    text-align: center;
    line-height: 30px;
}

#list-detail .list-detail-box-underoffer .detail-error img {
    margin-left: 10px;
    vertical-align: middle;
}

#list-detail .detail-icon {
    clear: both;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 16px;
}

#list-detail .detail-icon span{
	font-weight: bold;
}

#list-detail .detail-icon p {
    text-align: left;
}

#list-detail .detail-icon a {
    text-decoration: none;
    font-size: 16px;
}

#list-detail .detail-icon a:hover {
    text-decoration: underline;
}

#list-detail .car-underoffer-info-area .detail-icon{
	padding-top:10px;
	padding-bottom: 6px;
}
#list-detail .car-underoffer-info-area .detail-icon .find-more-text a{
	width: 100%;
	padding: 8px 0 8px 3px;
	border-top: 1px solid #e5e4e2;
	border-bottom: 1px solid #e5e4e2;
	display: inline-block;
}
#list-detail .detail-icon .choose-from-text{
	margin-top: 8px;
	font-size: 16px;
}

#list-detail .detail-icon .fa-chevron-down{
	font-size: 14px;
}

#list-detail .list-detail-box .list-fob {
    width: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

#list-detail .list-detail-box .list-fob td {
    padding: 4px 10px;
    vertical-align: top;
}

#list-detail .list-detail-box .list-fob  tr td:first-child {
    padding: 4px 0 4px 10px;
    width: 176px;
    text-align: left;
}

#list-detail .list-detail-box .list-fob .coupon-discount td{
    vertical-align: top;
    text-align: right;
}

#list-detail .list-detail-box .list-fob td.green,
#list-detail .list-detail-box .list-fob td.red{
    white-space: nowrap;
}

#list-detail .list-detail-box .list-fob .ip-usd-price{
    display: block;
}

#list-detail .list-detail-box .pi-vehicle-price .ip-jpy-price,
#list-detail .list-detail-box .list-fob .ip-sh-price{
    font-size: 14px;
    font-weight: bold;
}

#list-detail .list-detail-box .pi-vehicle-price tr:first-child td:first-child  {
	font-size: 14px;
}
#list-detail .list-detail-box .pi-vehicle-price .green{
	font-size: 19px;
}

#list-detail .list-detail-box .pi-vehicle-price .line-through,
#list-detail .list-detail-box .pi-vehicle-price .red  {
	text-align: right;
}

#list-detail .currency-change-wrap{
    float:left;
    width:310px;
    padding:4px 10px;
    color:#555;
    background: #f2f2f2;
    border:solid 1px #c8c8c8;
    border-bottom:none;
}

#list-detail .currency-change-wrap select{
    height: auto;
    padding: 3px 6px;
    border: solid 1px #dedede;
    border-radius: 2px;
    cursor: pointer;
}

#list-detail .print {
    width: 158px;
    float: right;
}

#list-detail a .parts-for-this-veh {
    margin-top: 8px;
}

#list-detail a .parts-for-model-code {
	font-size: 11px;
	color:#A2A2A2;
}

#list-detail a .model-code {
	font-size: 11px;
	color:#000;
}

#list-detail .parts-search-url-link:hover p{
	color: #3366cc;
}

#list-detail .print-right p{
    text-align:center;
}

#list-detail .specification {
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    line-height: normal;
}

#list-detail .specification th {
    width: 70px;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    padding: 5px;
    border-right: 1px dotted #999999;
    border-bottom: 1px dotted #b4b4b4;
    font-family: Arial, Helvetica, sans-serif;
}

#list-detail .specification td {
    padding: 5px;
    font-size: 11px;
    border-bottom: 1px dotted #b4b4b4;
}

#list-detail .specification tr:not(:last-child) td {
    border-right:dotted 1px #bfbfbf;
}

#list-detail .specification .gray {
    background-color: #f2f2f2;
    color: #000;
}

#list-detail .specification .years-td {
    vertical-align: top;
    padding-top: 10px;
}

.gold {
    background-color: #f02826;
    color: #000;
}

#list-detail .list-title {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1px;
}

#list-detail .list-detail-left .list-title{
    margin-top: 12px;
}

#list-detail .list-inner {
    margin-bottom: 10px;
}

#list-detail .list-inner dt {
    width: 60px;
    text-align: left;
    float: none;
    font-weight: bold;
    color: #f02826;
    clear:both;
    font-size: 11px;
}

#list-detail .list-inner dl {
    padding-bottom:25px;
}

#list-detail .inquiry {
    padding: 7px;
}

#list-detail .inquiry .inquiry-left {
    color: #858585;
    font-weight: bold;
}

#list-detail .inquiry .inquiry-box {
    margin-top: 20px;
    margin-bottom: 10px;
}

#list-detail .inquiry dt {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#list-detail .inquiry dd {
    margin-bottom: 10px;
}

#list-detail .inquiry dd img {
    vertical-align: middle;
    margin-left: 5px;
}

#list-detail .inquiry dd input {
    width: 205px;
}

#list-detail .inquiry dd select {
    width: 220px;
}

#list-detail .inquiry form p {
    color: #858585;
    font-size: 11px;
}

/* tabs */
/* tabs style */
#mgt #spec {
    width: auto;
    float: left;
    border: 1px solid #e1e1e1;
}

#mgt #inquiry {
    margin-left: 0;
    width: auto;
    float: none;
    border: 1px solid #E1E1E1;
}

#mgt #popup_window #inquiry{
    margin-left: 0px;
}

#mgt .box{
    border: 1px solid #e1e1e1;
    /*border-top: 2px solid #60ae0d;*/
    padding: 5px;
    margin-bottom: 20px;
}

#mgt .boxes {
    border-top: 2px solid #60ae0d;
}

#container .border-orange {
    border-top: 2px solid #f02826;
}

#container .border-blue {
    border-top: 2px solid #3366cc;
}

#container .border-green {
    border-top: 2px solid #008000;
}

*html #container .box{
    margin-top: -1px;
}

#mgt .tabs {
    /* border-bottom: 1px solid #e1e1e1; */
    overflow: hidden;
}

*html #container .specs-left .tabs {
    border-bottom: none;
    padding-bottom: 1px;
}

#mgt .headline{
    background-image: url("../images/stocklist/more_cars_bg.gif");
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 10px;
    display: block;
    border-bottom: none;
    padding: 5px 1px 9px 5px;
    line-height: 100%;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    text-transform: uppercase;
}
#mgt .tabs li {
    background-image: url("../images/stocklist/list_bg.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    width: 131px;
    height: 10px;
    display: block;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    padding: 5px 1px 9px 1px;
    line-height: 100%;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-right: 11px;
    margin-bottom: -1px;
    cursor: pointer;
}

#mgt .tabs li.mr0 {
    margin-right: 0;
}

*html #mgt .tabs li {
    padding-bottom: 5px;
    margin-bottom: -3px;
}

#mgt .tabs li a {
    color: #000;
    text-decoration: none;
}

#mgt .tabs li.order-orange,
#mgt .headline.order-orange {
    background-image: url("../images/stocklist/order_orange.gif");
}

#mgt .tabs li.order-blue,
#mgt .headline.order-blue  {
    background-image: url("../images/stocklist/order_blue.gif");
}

#mgt .tabs li.iq a,
#mgt .headline.iq a {
    padding-left: 20px;
    color: #000;
    text-decoration: none;
    background-image: url("../images/stocklist/mail-icon.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
}

#mgt .headline.iq.active-hover a,
#mgt .headline.iq.active a,
#mgt .tabs li.active-hover a,
#mgt .tabs li.active a {
    background-image: url("../images/stocklist/mail-icon.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    border-bottom: none;
    margin-bottom: -1px;
    color: #FFF;
}

#container #list-detail .tabs .sc a {
    background-image: none;
}
#mgt .headline.active,
#mgt .headline.active-hover,
#mgt .tabs li.active,
#mgt .tabs li.active-hover{
    background-position: 0 -25px;
    border-bottom: none;
}

/* Stocklist Detail button */

.car-info-area-bottom .print .bookmark-button {
	margin-top: 0;
}
.car-info-area-bottom .print .bf-btn:active:hover {
	box-shadow: none;
}

.car-info-area-bottom .print .bf-btn .icon-bookmark:before,
.car-info-area-bottom .print .bf-btn .icon-bookmark-add:before,
.car-info-area-bottom .print .bf-btn .icon-bookmark-spin:before,
.car-info-area-bottom .print .bf-btn .icon-print:before {
	font-size: 16px;
}

.car-info-area-bottom .print .bf-btn .icon-bookmark-add:before,
.car-info-area-bottom .print .bf-btn .icon-bookmark:before {
	font-weight: bold;
	margin-right: 3px;
}

.car-info-area-bottom .print .bf-btn .icon-bookmark-spin:before {
	font-weight: bold;
	margin: 0.5px 0 0 0;
}

.car-info-area-bottom .print .bf-btn .icon-bookmark-spin {
	width: 16px;
	text-align: center;
	line-height: 0px;
}

.car-info-area-bottom .print .bf-btn span {
	font-weight: bold;
}

.car-info-area-bottom .print .bf-btn{
	text-decoration: none;
	color: #555555;
	width: 125px;
}

.car-info-area-bottom .print .bf-btn .icon-print{
	margin:0 3px 0 8px;
}

/* Stocklist Detail step area*/
.step-navi{
	display:table;
	overflow:hidden;
	margin: 0 5px -5px 10px;
	display: none; /* F19-380 ABテスト用 */
}
.step-navi li{
	display:table-cell;
	position:relative;
	background: #F2F2F2;
	padding: 2px 0 5px 16px;
	font-size: 10px;
	color: #333;
	text-indent: -12px;
	line-height: 1.3;
	letter-spacing: -0.01em;
}
.step-navi li:before{
	content: "";
	position: absolute;
	top:-8px;
	right:-11px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 28px 0 28px 12px;
	z-index: 1;
}
.step-navi li:after{
	content: "";
	position: absolute;
	top:-8px;
	right:-8px;
	border-style: solid;
	border-color: transparent transparent transparent #F2F2F2;
	border-width: 28px 0 28px 12px;
	z-index: 1;
}
.step-navi span{
	font-size: 16px;
	font-weight: bold;
}
.step-navi p{
	position: relative;
	z-index: 2;
}
.step-navi li.step-one{
	width: 102px;
	background: #FFE3CC;
}
.step-navi li.step-one:after{
	border-color: transparent transparent transparent #FFE3CC;
}
.step-navi li.step-two{
	width: 80px;
	padding-left: 24px;
}
.step-navi li.step-three{
	width: 100px;
	padding-left: 24px;
}
.step-navi li.outer-step{
	background-color: transparent;
	padding-left: 10px;
}
.step-navi li.outer-step:before,
.step-navi li.outer-step:after{
	display:none;
}

#list-center .inquiry-login .step-navi{
	margin: 0 auto 11px;
	width: 300px;
}

#list-center .inquiry-order .step-navi{
	margin: 5px auto -6px;
    width: 300px;
}

#list-center .inquiry .step-navi li{
	letter-spacing: -0.04em;
}

/* Stocklist Detail In-stock only button */
.moving-inquiry{
	text-align: center;
	margin: 15px 0 5px;
}
.moving-inquiry .bf-btn{
	width: 294px;
	padding: 0;
	margin: 0;
}
.moving-inquiry .bf-btn > i.icon-mail{
	font-size: 18px;
}

a.inquiry-inner, a.inquiry-inner:hover, a.inquiry-inner:active {
    background-image: url("../images/stocklist/mail-icon.png");
    background-position: 20px 7px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

a.inquiry-inner {
    background-color: #60ae0d;
}

#productionym_window {
    position: absolute;
    width: 340px;
    height: 212px;
    background-color: #FFF;
    border: 5px solid #EC6D02;
    display: none;
}


#productionym_window .title{
    height: 20px;
    font-weight: bold;
    padding: 3px;
    background: transparent url("../images/main/inquiry_head_bg.jpg") repeat-x scroll 0 0;
    font-size: 12px;
}

#productionym_window #productionym_target{
    padding:12px;
}

/* Quotation Board */
#list-content #tab{
    text-align: center;
    overflow: hidden;
}

#list-content #tab li{
    background: url("../images/main/mgt_image.png") no-repeat 0px -2514px;
    width: 499px;
    float: left;
    line-height: 26px;
    /* font-weight: bold; */
    list-style: none;
    cursor: pointer;
    position: relative;
}

#list-content #tab li.right{
    margin-left: -10px;
}

#list-content #tab li:hover{
    background: url("../images/main/mgt_image.png") no-repeat 0px -2488px;
    font-weight: bold;
}

#list-content #tab li.select{
    background: url("../images/main/mgt_image.png") no-repeat 0px -2488px;
    font-weight: bold;
    z-index: 2;
}
#list-content #tab li:hover span,
#list-content #tab li.select span{
    font-weight: bold;
}
#list-content #tab-inner{
    text-align:center;
    overflow: hidden;
    margin-top:5px;
}

#list-content #tab-inner li{
    background: url("../images/main/mgt_image.png") no-repeat 0px -2560px;;
    width: 240px;
    float: left;
    line-height: 20px;
    /* font-weight: bold; */
    list-style: none;
    cursor: pointer;
    margin-left: 5px;
}

#list-content #tab-inner li:hover{
    background: url("../images/main/mgt_image.png") no-repeat 0px -2540px;
    color: #fff;
    font-weight: bold;
}
#list-content #tab-inner li.select{
    background: url("../images/main/mgt_image.png") no-repeat 0px -2540px;
    color: #fff;
    font-weight: bold;
}

#list-content .qb-results{
    overflow: hidden;
}

#list-content .qb-results .qb-results-hits{
    float: left;
    width: 120px;
    padding-top: 3px;
    font-weight: bold;
}

#list-content .qb-results .qb-results-right{
    float: right;
    padding-top: 3px;
    font-weight: bold;
}
#price_year,
#price_mileage,
#year_mileage{
    width: 100%;
    text-align: center;
}

#price_year a,
#price_mileage a,
#year_mileage a{
    /*
    color: #57a2d2;
    text-decoration: underline;
    */
}

#price_year a:hover,
#price_mileage a:hover,
#year_mileage a:hover{
    /*color: #57a2d2;*/
    font-weight: bold;
}

#list-content .content_wrap2 table,
#list-content .content_wrap2 td,
#list-content .content_wrap2 th{
    border-color: #ddd;
    table-layout: fixed;
}

#list-content .content_wrap2 td a{
    display: block;
}

#list-content .content_wrap2 td a:hover{
}

#loading {
    width: 100%;
    height: 1423px;
    text-align: center;
}

.load_icon {
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}

#market_target .content_wrap2{
    width: 986px;
}

#nearest_port_city_status{
    margin:5px 0 0;
    color: #dd0404;
    font-size:11px;
    font-weight: bold;
}

#list-center {
	width:560px;
	margin: 20px auto;
}

#list-center .inquiry {
    padding: 0px 7px 0px 7px;
}

#list-center .inquiry-order{
    padding: 0px 7px 0px 7px;
}

#list-center .inquiry .inquiry-left {
    color: #858585;
    font-weight: bold;
}

#list-center .inquiry .inquiry-box {
    margin-top: 20px;
    margin-bottom: 10px;
}

#list-center .inquiry dt {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#list-center.inquiry dd {
    margin-bottom: 10px;
}

#list-center .inquiry dd img {
    vertical-align: middle;
    margin-left: 5px;
}

#list-center .inquiry dd input {
    width: 205px;
}

#list-center .inquiry dd select {
    width: 220px;
}

#list-center .inquiry form p {
    color: #858585;
    font-size: 11px;
}

#list-center #country_info{
	padding: 0 10px;
}

#list-center .fixedTip img{
	vertical-align: top;
	}

#list-center .local-service  .fixedTip img,
#list-center .step1-area-left .fixedTip img{
	vertical-align: bottom;
	margin-left: 3px;
}

#list-center .quote-table-russian .fixedTip img{
	margin-left: 3px;
}

#list-center .step1-add-area .fixedTip img{
	margin-left: 5px;
	vertical-align: baseline;
}

#list-center .with-clearing-service-add-area .fixedTip img{
	margin-left: 5px;
	vertical-align: baseline;
}

#list-center .promotion-step2 .fixedTip img{
	width: 15px;
}

/* Finance */
.seemore-area a{
	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.seemore-area .up-right,
.seemore-area .down-right{
	width: 290px;
	float: right;
	padding-right:15px;
	height:65px;
}

.seemore-area .up-left,
.seemore-area .down-left{
	float: none;
	width: 968px;
}

.seemore-area .up-left b,
.seemore-area .down-left b{
	padding-top:7px;
	display: inline-block;
}
.seemore-area .down-right{
	padding-top:50px;
}
#featured .up-left h2 {
	color: #f02826;
	font-size: 24px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
article {
	max-height:25px; /* seemore height */
	clear:both;
}


/* 201612 mypage_sale & 2017 couponsale_stocklist */

.mypage_sale,
.coupon_sale{
    position:relative;
}
.mypage_code,
.coupon_code{
    position: absolute;
    bottom: 62px;
    left: 370px;
    right: 0;
    text-align: center;
    color:#fff;
    font-size: 40px;
    line-height: 1;
    width: 399px;
    height: 42px;
}

.hilux_coupon_code{
    color: #fe0000;
    font-size: 38px;
}

.electronics_coupon_code {
    left: 383px;
    text-shadow: 1px 1px 7px #00263c, -1px -1px 7px #00263c;
}

.ipad_coupon_code {
    left: 383px;
}

.lefthand_coupon_code{
   color: #000000;
}

.nissan_coupon_code{
	font-size: 37px;
	line-height: 1.2;
}

.holiday_coupon_code{
	left: 388px;
}

/* time sale coupon */
.timesale-coupon .countnumber li{
	float:left;
	width:69px;
	height:69px;
	text-align:center;
	color:#ffffff;
	font-size: 52px;
	font-weight: 700;
	line-height: 50px;
	margin:0 5px;
	overflow: hidden;
}

.timesale-coupon .countnumber{
	position:absolute;
	top: 21px;
	right:94px;
	width:243px;
	height:70px;
}



/* campaign_banner */
#campaign_banner img,
.bottom_banner img{
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

#campaign_banner .coupon-conditions{
	text-align: center;
	margin: 10px 0 16px;
}

#campaign_banner .coupon-conditions i{
	font-size: 14px;
	vertical-align :-1px;
	margin-left: 6px;
}

.bottom_banner{
	margin-top: 20px;
}

.sold-banner{
	margin-top: 5px;
}

/* description */
.vehicle-description-left {
	float: left;
	margin-top: 10px;
}

.vehicle-description-right {
	float: left;
    margin-left: 20px;
    max-width: 640px;
}

.vehicle-description h4 {
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 10px;
    font-weight: bold;
}


/* buynow sliding banner */

.sliding_div{
  display:none;
  position: fixed;
  width: 320px;
  cursor: pointer;
  z-index:99999999999;
}

.sliding_div_right{
  bottom:13%;
  right:-15%;
  margin-right: 20px;
  -webkit-animation: slide 0.4s forwards;
  -moz-animation: slide 0.4s forwards;
  -o-animation: slide 0.4s forwards;
  animation: slide 0.4s forwards;
}

.sliding_div .slid-content {
  margin: auto;
  height: 60px;
  padding: 7px;
  background: rgba(0,0,0,0.75);
  border-radius: 8px;
}

.slid-content .slid-buynow-text{
  color: #ededed;
  line-height:20px;
  text-align:left;
  margin: 10px 0 0;
}

.slid-content .icon-wrap{
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 10px 10px 4px 5px;
  padding: 0;
  color: #ededed;
  font-size: 1.1em;
  font-weight: bold;
  background: #f02826;
  border-radius: 2px;
}

.slid-content .icon-wrap > i:before{
  font-size: 30px;
  line-height: 40px;
  margin-left: -3px;
}

.slid-content .slid-buynow-text .text-demand{
  color: #ededed;
  font-size: 16px;
}

.sliding_div .slid-close {
  float: right;
  margin-top: 3px;
  margin-right: 8px;
}

.sliding_div .slid-close > img{
  width: 12px;
  height: 12px;
  vertical-align:bottom;
}

@-webkit-keyframes slide {
    100% { right: 0; }
}

@keyframes slide {
    100% { right: 0; }
}

/* oho_trading */
#list-content .class-div-list-form-green {
    background-color:#faf8e5;
    border-color:#48b04b;
}
