/* @override http://www.autonet.be/users/_default/css/cars.css */

/**************/
/**** HOME ****/
/**************/

table#tri {
	border: 1px solid #D11025; /* <---- */
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
			
	table#tri tr td {
		width: 33%;
		padding: 2px 5px;
	}
	
		table#tri tr td a {
			color: #000000;
			text-decoration: none;
		}
		
		table#tri tr td a:hover {
			text-decoration: underline;
		}
						
table#listing {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}
			
	table#listing tr td {
		background: #EEEEEE; /* <---- */
		vertical-align: top;
	}
			
		table#listing h2 {
			background: #2C3743;
			padding: 2px 5px;
			margin: 0;
			color: #FFFFFF;
			font-size: 12px;
			border-top: 5px solid #FFFFFF;
		}
		
		table#listing h2 a {
			color: #FFFFFF;
			text-decoration: none;
		}
			
		table#listing h2 a:hover {
			text-decoration: underline;
		}
		
		table#listing .listing_prix {
			float: right;
			background: #FFFFFF;
			font-size: 11px;
			padding-bottom: 3px;
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 8px;
			margin-right: 25px !important;
			margin-right: 13px;
			font-weight: bold;
		}
				
				
	table#listing tr td.td_listing_img {
		width: 102px;
		padding: 5px;
	}
					
		table#listing tr td.td_listing_img .listing_nbr {
			margin-top: 3px;
			margin-bottom: 3px;
			text-align: center;
			background: #E5E5E5;
			padding-bottom: 5px;
			border: 1px solid #2C3743;
		}
				
			table#listing tr td.td_listing_img .listing_nbr a, table#listing tr td.td_listing_img .listing_nbr a:hover {
				color: #000000;
				text-decoration: none;
			}
				
				table#listing tr td.td_listing_img .listing_nbr .listing_nbr_photo {
					padding-left: 0;
					font-weight: bold;
					margin-right: 3px;
					position: relative;
					top: -2px;
				}
							
				table#listing tr td.td_listing_img .listing_nbr .listing_nbr_video {
					padding-left: 0;
					font-weight: bold;
					margin-left: 3px;
					position: relative;
					top: -2px;
				}
							
					table#listing tr td.td_listing_img .listing_nbr .listing_nbr_photo img, table#listing tr td.td_listing_img .listing_nbr .listing_nbr_video img {
						position: relative;
						top: 5px;
					}
				
					
		table#listing tr td.td_listing_img img.listing_img {
			border: 1px solid #2C3743; /* <---- */
		}
				
		table#listing tr td.td_listing_img .listing_annvideo {
			border: 1px solid #FFFFFF;
			background: #2C3743;
			color: #FFFFFF;
			text-align: center;
			margin-top: 3px;
			padding: 2px 0;
		}
		
						
		table#listing tr td table, table#listing tr td table {
			width: 100%;
			margin-top: 5px;
		}	
				
			table#listing tr td table tr td, table#listing tr td table tr td {
				padding: 2px 5px;
			}
			
			table#listing tr td table tr td.listing_title, table#listing tr td table tr td.listing_title {
				font-weight: bold;
				text-align: right;
				width: 100px;
			}
					
					
		table#listing tr td .listing_goto-fiche {
			text-align: right;
			margin-right: 25px;
			margin-top: 15px;
			margin-bottom: 5px;
		}
		
			table#listing tr td .listing_goto-fiche span {
				background: #2C3743;
				border: 1px solid #FFFFFF;
				padding: 2px 5px;
			}
					
				table#listing tr td .listing_goto-fiche a {
					color: #FFFFFF;
					text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
					
				table#listing tr td .listing_goto-fiche a:hover {
					text-decoration: underline;
				}
					