/*
	font color:			#666
	a:hover: 			#FE3202
	h1:					#959697
	image border: 		#DDD
	image border: hoover:	#CCC
*/


h1 {
	font: 20px 'Verdana', sans-serif;
	letter-spacing: -1px;
	margin: 10px 0 20px 0;
	color: #959697;
}

h2 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.3;
}

#content-right ul {
	margin: 20px 0 20px 15px;
}


#content-right ul li {
	font-size: 13px;
	margin-bottom: 0.5em;
}

#content-right a {
	text-decoration: none;
	border-bottom: 1px dashed #666;
	color: #666;
}

#content-right a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #FE3202;
	color: #FE3202;
}

#content-right a.thumb, #content-right a.thumb:hover {
	border: none;
}

#content-right a.thumb img {
	border: 5px solid #DDD;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	margin: 0 4px 10px 0;
}

#content-right a.thumb:hover img{
	border: 5px solid #CCC;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}




/*  BIKES LIST  */

#content-right .sell-bike {
	background: #F2F2F2;
	padding: 15px;
	height: 120px;
	margin-bottom: 15px;
}

	#content-right .sell-bike .sell-bike-desc {
		float: left;
	}

		#content-right .sell-bike .sell-bike-desc p {
			font-size: 11px;
			line-height: 1.4;
		}

	#content-right .sell-bike  .sell-bike-img {
		float: right; margin: 5px;
	}


	#content-right .sell-bike .sold {
		color: #FE3202;
	}

	

/*  BIKES PAGES   */	

	
#content-right #motos-gallery {
	
}

#content-right #motos-table-left {
	float: left;
	width: 110px;
	line-height: 2;
	background: #F2F2F2;
	padding: 10px;
}

#content-right #motos-table-right {
	float: left;
	width: 80px;
	line-height: 2;
	background: #F2F2F2;
	padding: 10px;
}

#content-right #motos-desc {
	margin-left: 250px;
	text-align: justify;
}
