/*
	Theme Name: Svenska Citroënklubben (undersektion)
	Theme URI: http://citroenklubben.se
	Version: 1.0
	Author: Guldfors Webbyrå
	Author URI: http://guldfors.se
*/



/*-----------------------------------------------------------------------------------*/
/*	Latest Ads / Table Styles
/*-----------------------------------------------------------------------------------*/

#latest-ads {
	margin-top: 20px;
}

table, th, td
{
	border:none;
	color: #555555;
	font-size: 13px!important;
	line-height: 2!important;
}
tbody, tfoot th{

}
tbody tr td:first-child,
thead tr th:first-child,
tfoot tr th:first-child  {
	text-align: left!important;
	padding-left: 5px;
}

.ads-table {
	margin-bottom: 20px;
	width: 100%;
	border: none;
	background: white;

	border-collapse: collapse;
  	border-spacing: 0;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.ads-table tbody tr {
}

.ads-table thead {
	background: #8E95C8;
	color: white;
}
.ads-table thead th{ border-right: none; border-left: none;	color: white; text-transform: uppercase;  }
.ads-table thead th:first-child { border-left: 1px solid #d4d4d4;	 }
.ads-table thead th:last-child { border-right: 1px solid #d4d4d4;	 }

.ads-table tfoot { background: #d8effb; }

#ads-categories {
	margin-bottom: 50px;
}

#ads-categories ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	overflow: hidden;
}

#ads-categories ul li {
	width: 25%;
	float: left;
}