
/* TOP MOTOS */

/* Top motos container */
.top-car-box {
	position: relative;
	height:125px;
	width:513px;
	background-color:#f1f1f1;
	border-bottom:1px solid #aeaeae;
	border-right:1px solid #aeaeae;
	padding:0;
}

/* Top motos list */
.top-car-box-list {
	position: absolute;
	left: 9;
	top: 9;
	margin:0;
	padding:0;
	list-style-type:none;
}

/* Top motos list element */
.top-car-box-list li {
	position: relative;
	float:left;
	padding: 0 0 9px 14px;
}

/* Top motos list element image */
.top-car-box-list li div.small-list-box {
	width: 60px;
	height: 45px;
	padding: 1px;	
	background-color: #f1f1f1;
	border: 1px solid #aeaeae;	
	cursor: pointer; 
	display: none;
}
		
/* Mouseover box container */
.top-car-box-list li div.big-list-box-left {
	position: absolute;			
	top: 45px;
	left: -15px;
	width: 271px;
	background-color: transparent;
	display: none;
}

/* Mouseover box header */
div.big-list-box-header {
	width: 271px;
	padding: 5px 8px;
	color: white;
	font-weight: bold;
	background: transparent url(../images/bg-roundcorner_2.gif) 0 0 no-repeat;
}
	
/* Mouseover box image and text container */
div.big-list-box-content-container {
	width: 271px;
	padding: 5px 5px;
	border: 1px solid #aeaeae;
	position: absolute;
	background-color: #f1f1f1;
}
* html div.big-list-box-content-container{
	position: relative;	
}
*+ html div.big-list-box-content-container{
	position: relative;		
}

/* Mouseover box header IE */
div.big-list-box-header-ie {
	width: 283px;
	padding: 5px 8px;
	color: white;
	font-weight: bold;
	background: transparent url(../images/bg-roundcorner_2.gif) 0 0 no-repeat;
}
		
/* Mouseover box image and text container IE */
div.big-list-box-content-container-ie {
	width: 283px;
	padding: 5px 5px;
	border: 1px solid #aeaeae;
	position: absolute;
	background-color: #f1f1f1;
}
* html div.big-list-box-content-container-ie{
	position: relative;	
}
*+ html div.big-list-box-content-container-ie{
	position: relative;		
}

/* Mouseover box image */
div.big-list-box-image {
	padding-top: 20px;
	float:left; 
	width:121px;
	background-color:transparent;
	text-align: center;
}
		
/* Mouseover box text */
div.big-list-box-text {
	float:left; 
	background-color:transparent;
	width: 145px;
}
		
/* Mouseover box text: model */
div.big-list-box-model {
	padding: 0px 0 5px 8px;
	color: #42566a;
	font-weight: bold;
	background-color:transparent;
}
		
/* Mouseover box text: data */
div.big-list-box-data {
	padding: 4px 0 0 8px;
	color: #42566a;
	font-weight: normal;
}
		
/* Mouseover box text: price */
div.big-list-box-price {
	padding: 8px 0 5px 8px;
	color: #42566a;
	font-weight: bold;
	font-size: larger;
}
		
/* Refresh icon */
div.refresh-icon {
	position: absolute;
	top: 10px;
	left: 487px;
	height: 16px;
	width: 14px;
}

.elementShown {
	z-index: 10000 !important;
}
