/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +con-tab
-----------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------*/

/**
 *
 * =con-tab
 *
 **/

.con-tab {
	position: relative;
	top: -10px;
	*top: -9px;
	_top: -9px;
	float: left;
	width: 580px;
}

.con-tab .usedcar {
	width: 570px;
}

.con-tab .usedcar .title {
	height: 35px;
	background: url('../i/content_m_bottom.gif') repeat-x 50% bottom;
}

.con-tab .usedcar .title ul li {
	display: inline;
	font-size: 13px;
}

.con-tab .usedcar .title ul li {
	float: left;
	font-size: 13px;
	width: 99px;
    height: 25px;
    margin: 0 5px 8px 0;
    padding: 10px 0 0 0;
    text-align: center;
    text-decoration: none;
    background: url('../i/content_m02.gif') no-repeat;
    cursor: pointer;
}

.con-tab .usedcar .title ul li:hover {
	width: 99px;
    height: 25px;
    color: #438fce;
    margin: 0 5px 8px 0;
    padding: 10px 0 0 0;    
    background: url('../i/content_m01.gif') no-repeat;
	text-align: center ;
	text-decoration: none;
	cursor: pointer;
}

.con-tab .usedcar .title ul li.currentbr {
	width: 99px;
    height: 25px;
    color: #438fce;
    margin: 0 5px 8px 0;
    padding: 10px 0 0 0;    
    background: url('../i/content_m01.gif') no-repeat;
	text-align: center ;
	text-decoration: none;
    cursor: default;
}

.con-tab .usedcar .title ul li.list a {
	background: none;
}

.luggage-tabbe .usedcar h2 {
	display: none;
}

#luggage02 {
	display: none;
}

/* +content
*----------------------------------------------------------------------------*/

.con-tab .usedcar .content {
	position: relative;	
    width: 550px;    
    padding: 10px 10px 0 10px;    
}

.con-tab .usedcar .content .add {
	width: 550px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	overflow: hidden;
    clear: both;
    border-bottom: 1px dotted #ccc;
}

.con-tab .usedcar .content .add .pix {
	float: left;
	width: 160px;
    margin: 0 10px 0 0;
}

.con-tab .usedcar .content .add .txt {
	float: right;
	width: 380px;
	font: 13px/22px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

.con-tab .usedcar .content .add .txt h3 {
	float: right;
	width: 380px;
    font: bold 19px/28px Verdana ;
    color: #000;
}

.con-tab .usedcar .content .add .txt h3 a{
	color: #3780bd;
}

.con-tab .usedcar .content .add .txt a {
	color: #17617e;
}

.con-tab .usedcar .content .even {
	width: 550px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	overflow: hidden;
    clear: both;
    border-bottom: 1px dotted #ccc;
}

.con-tab .usedcar .content .even .pix {
	float: right;
	width: 160px;
    margin: 0 0 0 10px;
}

.con-tab .usedcar .content .even .txt {
	float: left;
	width: 380px;
	font: 13px/22px Verdana, Arial, Helvetica, sans-serif;
}

.con-tab .usedcar .content .even .txt h3 {
	float: right;
	width: 380px;
	font: bold 15px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #17617e;
}

.con-tab .usedcar .content .even .txt a {
	color: #17617e;
}

