@charset "utf-8";
@import url("fonts.css");
* {
	outline: none;
}
html {
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
body {
	background: #E0E0E0 url("../images/autoveiling/background.jpg") repeat-x;
	margin: 0;
}
a {
	color: #000000;
}
a:hover {
	color: #1C6AAA;
}
td p.bodytext {
	margin: 0;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
img {
	border: none;
}
input[type="text"], input[type="password"], select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #a5a5a5;
	font-size: 11px;
	padding: 3px 5px;
	-webkit-box-shadow: inset 1px 1px 1px 0px #dddddd;
	-moz-box-shadow: inset 1px 1px 1px 0px #dddddd;
	box-shadow: inset 1px 1px 1px 0px #dddddd;
}
input.placeholder[type="text"], input.placeholder[type="password"] {
    color: #a5a5a5;
}
input#zoekbutton, input#resetbutton {
	background-color: #1D6AA9;
	border: 0 none;
	box-shadow: 1px 1px 2px #7F7F7F;
	color: white;
	cursor: pointer;
	font-size: 11px;
	height: 22px;
	line-height: 14px;
	overflow: visible;
	padding: 0 4px;
	width: auto;

}
::-webkit-input-placeholder {
   color: #a5a5a5;
}
:-moz-placeholder { /* Firefox 18- */
   color: #a5a5a5;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #a5a5a5;
}
:-ms-input-placeholder {
   color: #a5a5a5;
}
h1, h2 {
	font-family: "Signika", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #2380cc;
	margin: 0;
}
#menu {
	width: 940px;
	height: 50px;
	background: url("../images/autoveiling/background_menu.jpg") repeat-x;
	margin: 0 10px 27px;
	font-family: "Signika", sans-serif;
	font-size: 17px;
	position: relative;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
}
#menu ul a {
	height: 50px;
	line-height: 50px;
	width: 114px;
	background: url("../images/autoveiling/menubutton_108x50.jpg") repeat-x left top;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	border-right: 5px solid #FFFFFF;
}
#menu ul a:hover {
	background: url("../images/autoveiling/menubutton_108x50.jpg") repeat-x left -50px;
	font-weight: 700;
	color: #1d6aa9;
}
#menu ul a span {
    display: -moz-inline-box; /* FF2 or lower */
    display: inline-block; /* FF3, Opera, Safari */
    line-height: normal;
    vertical-align: middle;
	cursor: pointer;
}

#header {
	width: 960px;
	height: 70px;
	font-family: "Signika", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color:#0d304c;
	z-index: 2;
	position: relative;
}

#slides {
	position: absolute;
	top: 59px;
	height: 310px;
	z-index: 1;
	display: none;
}
#slides .slides_container {
	width:960px;
	height:310px;
	overflow:hidden;
	position:relative;
	display:none;
}
#slides .slide {
	width:960px;
	height:310px;
	display:block;
	float: left;
}
#slidespagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
	text-align: center;
    z-index: 6;
	left: 0;
    right:0;
}
#slidespagination a, .subslidespagination a {
	display:inline-block;
	width:18px;
	height:0;
	padding-top:18px;
	background-image:url("../images/autoveiling/pagination.png");
	background-position:0 0;
	overflow:hidden;
}
#slidespagination a.selected, .subslidespagination a.selected {
	background-position:0 -18px;
}

#loginbox {
	position: absolute;
	right: 5px;
	bottom: 15px;
	background: url("../images/inlogvlak_homepage_large.png") 50% 50% no-repeat;
	width: 185px;
	height: 162px;
	font-size: 13px;
	padding: 10px 15px;
}
#loginbox .username {
	margin-top: 10px;
	margin-bottom: 10px;
}
#loginbox .username, #loginbox .password {
	width: 170px;
}
#loginbox .password {
	margin-bottom: 5px;
}
#loginbox .loginbutton, #loginbox .logoutbutton {
	border: 0;
	background: white;
	cursor: pointer;
	color: #1C6AAA;
	font-family: inherit;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#loginbox .logbuttonleft {
	float: left;
}
#loginbox .logbuttonright {
	float: right;
}
#loginbox .logbuttonbottom.logbuttonright {
	bottom: 15px;
	position: absolute;
	right: 15px;
}
#loginbox .logbuttonbottom.logbuttonleft {
	bottom: 15px;
	position: absolute;
	left: 15px;
}
#loginbox .rememberpassword, #loginbox .forgotpassword {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a5a5a5;
	text-decoration: none;
}
#loginbox .rememberpassword, input {
	vertical-align: middle;
	margin: 0;
}
#loginbox .forgotpassword {
	display: block;
	float: left;
	white-space: nowrap;
	padding-top: 5px;
	width: 100%;
	text-align: center;
}
#loginbox .noaccount {
	clear: both;
	color: #1C6AAA;
	font-size: 14px;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
}
#loginbox div.userheader {
    background: url("/leden/images/layout2013/ingelogd.jpg") no-repeat scroll 0 50% transparent;
    font-family: "Signika",sans-serif;
    height: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 20px;
}
#loginbox div.usertext {
    height: 52px;
    line-height: 130%;
    margin-bottom: 5px;
    overflow: hidden;
}
#loginbox div.userheader.ingelogdals {
	background: url("/leden/images/icons/group_key.png") no-repeat scroll 0 50% transparent;
}
/*
	Header
*/
#header a {
	text-decoration: none;
	color:#0d304c;
}
#header a:hover {
	text-decoration: none;
	color:#1d6aa9;
}
#header .logo {
	float: left;
}

#header .logo #logoimg {
	height: 70px;
	width: 328px;
	background: url("../images/autoveiling/logo.png") 0 0 no-repeat;
}

#header .callme {
	float: left;
	background-color: white;
	background-color:rgba(255,255,255,0.97);
	border-radius: 5px;
	padding: 5px 5px 0 5px;
	width: 254px;
	height: 27px;
	position: relative;
	margin-top: 12px;
	overflow: hidden;
}
#header .callme.hidden {
	height: 27px;
}
#header .callme.show {
	height: 81px;
}
#header .callme input {
	float: left;
	clear: both;
	margin-bottom: 5px;
	width: 186px;
	height: 14px;
}
#header .callme input[type="submit"] {
	float: right;
	position: absolute;
	bottom: 0;
	right: 4px;
	width: 58px;
	background-color: #c70104;
	border: 1px solid #a5a5a5;
	font-family: inherit;
	color: white;
	font-weight: bold;
	height: 22px;
	padding-bottom: 2px;
	cursor: pointer;
}
#header .callme, #header .aboutavn {
	margin-right: 10px;
}
#header .aboutavn {
	float: left;
	margin-top: 19px;
}
#header .socialmedia {
	float: left;
	margin-top: 10px;
}
#header .socialmedia ul {
	margin: 0;
	padding: 0;
}
#header .socialmedia li {
	list-style: none;
	float: left;
}


#brandbox {
	width: 960px;
	height: 369px;
	position: relative;
}

.clear {
	clear: both;
	width: 960px;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*
	Footer
*/
#footer {
	width: 100%;
	background-image: url("../images/autoveiling/footerlijn.png");
	background-repeat: repeat-x;
	background-color: #dedede;
}
#footercontent {
	width: 940px;
	padding-top: 35px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	line-height: 24px;
	-webkit-text-shadow: 1px 1px 0px #fff; /* Safari and Chrome */
	text-shadow: 1px 1px 0px #fff;
	clear: both;
}
#footer #footer4 {
	line-height: normal;
}
#footer h2 {
	color: black;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}
#footer .column {
	float: left;
	width: 225px;
	background: url("../images/footer_kolomlijn.jpg") no-repeat right;
	margin-right: 10px;
	min-height: 200px;
}
#footer ul {
	list-style: none;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}
#footer .footerline {
	width: 100%;
	text-align: center;
	background: url("../images/footerlijn_horizontaal.jpg") repeat-x top;
	padding-top: 10px;
	margin-top: 30px;
}
#footer .column.followavn {
	background: none;
}
#footer .column.followavn a {
	margin-right: 7px;
}
#footer .column.followavn a.lasticon {
	margin-right: 0;
}
#footer .footicons li {
	float: left;
	margin-right: 10px;
}
#contentbox {
	width: 960px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#FFF;
	z-index: 7;
	position: relative;
}
.contentbox {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 12px;
	padding: 8px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	outline: 1px solid #C9C9C9;
	float:left;
	max-height: 213px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;

	background-image: url("../images/background-gradient_contentkader.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;

}
.contentbox1 {
	width: 202px;
}
.contentbox2 {
	width: 442px;
}
.contentbox3 {
	width: 681px;
}
.contentbox4 {
	width: 922px;
}
.contentbox.height170 {
	height: 152px;
}
.contentbox .content {
	margin-top: 20px;
}
.contentbox .content p {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contentbox.intro p {
	height: 126px;
}
.contentbox.intro .nowinauction {
	float: right;
}

.contentbox.news {
	min-height: 213px;
}
.contentbox.news small {
	color: #2380cc;
}
.contentbox.news h3 {
	margin: 0;
	font-size: 12px;
}
.contentbox.news p {
	margin: 0;
	height: 115px;
}

.contentbox.recentvehicles {
	min-height: 213px;
}
.dialogcolumn .rsslink {
	position: absolute;
	top: 2px;
	right: 2px;
}
.contentbox.recentvehicles table {
	padding: 0;
	margin: 0;
}
.contentbox.recentvehicles table img {
	width: 60px;
	border: 1px solid #b1c2cc;
	cursor: pointer
}
.contentbox.recentvehicles table .caroftheday div {
	position: relative;
}
.contentbox.recentvehicles table .caroftheday img {
	border: 1px solid #ff5500;
	z-index: 1;
}
.contentbox.recentvehicles table .caroftheday a {
	text-decoration: none;
}
.contentbox.recentvehicles table .caroftheday a:after {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ff5500;
	content: "Auto v/d dag";
	font-size: 9px;
	font-weight: bold;
	color: white;
	z-index: 5;
	width: 100%;
	text-align: center;
	height: 12px;
	line-height: 11px;
}
.auctioneer {
	margin: 24px 8px 0 8px;
}
.auctioneer .movingauctioneer3 {
	height: 440px;
	width: 320px;
	float: none;
	margin-top: -3px;
	overflow: hidden;
	position: absolute;
}
.auctioneer .movingauctioneer .auctioneerimage {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: none;
	margin-left: -100px;
	margin-top: -20px;
}
.auctioneer .auctioneerbutton {
	background: url("../images/autoveiling/menubutton_108x50.jpg") repeat-x left -5px;
	height: 40px;
	float: right;
	clear: both;
	position: absolute;
	bottom: 30px;
	right: 20px;
	color: #ffffff;
	text-decoration: none;
	font-family: "Signika",sans-serif;
	font-size: 17px;
	line-height: 40px;
	padding: 0 10px 0 10px;
	box-shadow: #ccc 2px 2px 2px;
}
.auctioneer .auctioneerbutton .underline {
	text-decoration: underline;
}
.auctioneerholder .auctioneer .auctioneerballoon {
	float: right;
	margin-top: 8px;
}
.auctioneer .auctioneer1 {
	background: url("../images/veilingmeester1.png") no-repeat;
	height: 205px;
	width: 99px;
	float: left;
	margin-left: 28px;
	margin-right: 34px;
}
.auctioneer .auctioneer2 {
	background: url("../images/veilingmeester2.png") no-repeat;
	height: 205px;
	width: 113px;
	float: left;
	margin-left: 18px;
	margin-right: 30px;
}
.auctioneer .auctioneer3 {
	background: url("../images/veilingmeester3.png") no-repeat;
	height: 205px;
	width: 131px;
	float: left;
	margin-left: 5px;
	margin-right: 25px;
}
.auctioneer .auctioneer4 {
	background: url("../images/veilingmeester4.png") no-repeat;
	height: 205px;
	width: 148px;
	float: left;
	margin-left: 5px;
	margin-right: 0px;
}
.auctioneer .auctioneerballoon {
	background: url("../images/auctioneer_balloon.png") no-repeat;
	height: 74px;
	width: 264px;
	float: left;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 10px;
	/*line-height: 55px;*/
	font-family: "Signika", sans-serif;
	font-size: 16px;
	color:#2380cc;
	clear:right;
	margin-left: -20px;
	margin-top: -12px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.auctioneer .auctioneerballoon a {
	color: #2380CC;
}
.auctioneer .padding {
	margin-left: 140px;
}
.auctioneer p {
	margin-bottom: 0;
}

.contentbox.youtube {
	padding-bottom: 0;
	height: 160px;
	border: 0;
}
.contentbox .youtube {
	position: absolute;
	top: 0;
	right: 0;
}
.contentbox.youtube h2, .contentbox.youtube p {
	width: 170px;
}
.currentvehicles {

}
.currentvehicles .carouselholder {
	padding: 5px 0 5px 30px;
	position: relative;
}
.currentvehicles .carouselholder .caroufredsel_wrapper {
	height: 100px;
}
.currentvehicles .carousel .item {
	display: block;
	float: left;
	margin: 6px;
	padding: 5px;
	border-radius: 4px;
	text-align: center;
	width: 50px;
	text-decoration: none;
	color: gray;
}

.currentvehicles a.prev, .currentvehicles a.next {
	width: 16px;
	height: 17px;
	display: block;
	position: absolute;
	top: 60px;
}
.currentvehicles a.prev {
	left: 10px;
	background: url("../images/icon_left.png") no-repeat transparent;
}
.currentvehicles a.next {
	right: 10px;
	background: url("../images/icon_right.png") no-repeat transparent;
}
.currentvehicles a.prev span, .currentvehicles a.next span {
	display: none;
}

.contentcolumn {
	margin-left: 9px;
	margin-right: 9px;
	margin-bottom: 11px;
	float:left;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.firstcontentcolumn {
	clear: left;
}
.contentcolumn1 {
	width: 221px;
}
.contentcolumn2 {
	width: 461px;
}
.contentcolumn3 {
	width: 700px;
}
.contentcolumn4 {
	width: 941px;
}

.morelink {
	background: transparent url("../images/autoveiling/icon_more.png") no-repeat left center;
	padding-left: 10px;
}

#breadcrumbs {
	font-size: 11px;
	position: absolute;
	display: block;
	top: 72px;
}
#breadcrumbs a {
	text-decoration: none;
	color: #000000;
}
#breadcrumbs a:hover {
	color: #1C6AAA;
}
#pagetitle {
	font-family: "Signika", sans-serif;
	font-size: 28px;
	color: #1C6AAA;
	line-height: 35px;
	margin-bottom: 20px;
	padding: 0 248px 0 248px;
}
.subsliderplaceholder {
	position: relative;
	display: table-cell;
	width: auto;
	overflow: hidden;
}
.subslider {
/*	height: 150px;
	width: 700px;*/
	float: right;
	margin: 0 12px 10px 0;
	display: none;
	overflow: hidden;
}
.subslider .slide {
	display: block;
	float: left;
	height: 250px;
}
.subslidespagination {
	/*width: 700px;*/
	/*margin: 125px 0 0 249px;*/
	position: relative;
	bottom: 35px;
	text-align: center;
	display: none;
}
.csc-menu {
	list-style-image:url("../images/autoveiling/icon_more.png");
}
.csc-menu li {
	margin-left: -23px;
	margin-bottom: 8px;
}
.csc-menu li a {
	text-decoration: underline;
}
#footer a {
	text-decoration: none;
}
.dialog.dialog_static_block hr {
	display: none;
}

a.fullversion {
	display: none;
}
#mobilecontent {
	display: none;
}

.callme .error {
	border: 1px solid red;
}

.overlay {
	width: 100%;
	height: 100%;
	bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 98;
	background-color:#000;
	opacity:0.6;
	filter:alpha(opacity=60);
    display: none;
}
.dialog {
    display: none;
	position: fixed;
	background: url("../images/dialog.png") no-repeat;
	font-size: 13px;
	padding: 25px;
	width: 325px;
	height: 190px;
	top: 50%;
	left: 50%;
	margin-left: -173px;
	margin-top: -112px;
	z-index: 99;
}
.dialog .submit {
	position: absolute;
	bottom: 15px;
	right: 15px;
	border: 0;
	background: white;
	cursor: pointer;
	color: #1C6AAA;
	font-family: inherit;
	font-size: 18px;
	margin: 0;
	padding: 0;
	float: right;
}
p.bodytext, ul.csc-menu, .csc-header {
	margin-top: 0;
	margin-bottom: 12px;
}

#contactform {
	line-height: 20px;
	overflow: hidden;
}
#contactform div.clear {
	width: 100%;
	height: 6px;
	float: left;
	clear: both;
}
#contactform span.label {
	width: 100px;
	display: block;
	float: left;
}
#contactform span.label.large {
	width: 250px;
}
#contactform input.small, #contactform input.large, #contactform select.large, #contactform textarea.large  {
	display: block;
	float: left;
}
#contactform input.error {
	border: 1px solid red;
}
#contactform input[type=radio].error, #contactform input[type=checkbox].error {
	border: none;
	outline: 1px solid red;
}
#contactform input.small {
	width: 118px;
}
#contactform input.large {
	width: 348px;
}
#contactform select.large {
	width: 360px;
}
#contactform textarea.large {
	width: 348px;
	height: 70px;
}
#contactform span.extrainfo {
	display: block;
	float: left;
	width: 325px;
}
#contactform a.submit {
	font-family: "Signika",sans-serif;
	font-size: 17px;
	height: 50px;
	line-height: 50px;
	width: 108px;
	background: url("../images/autoveiling/menubutton_108x50.jpg") no-repeat left top;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	border: none;
	float: right;
}
#contactform a.submit:hover {
	background: url("../images/autoveiling/menubutton_108x50.jpg") no-repeat left -50px;
	font-weight: 700;
	color: #1d6aa9;
}

/*Typo3 image align*/
.csc-textpic-right .csc-textpic-imagewrap {
	text-align: right;
}
.csc-textpic-left .csc-textpic-imagewrap {
	text-align: left;
}
.csc-textpic-center .csc-textpic-imagewrap {
	width: auto !important;
	text-align: center;
}
.csc-textpic-intext-right .csc-textpic-imagewrap {
	float: right;
	margin-left: 10px;
}
.csc-textpic-intext-left .csc-textpic-imagewrap {
	float: left;
}
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	float: right;
}
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	float: left;
}

/* Typo3 Global */
.csc-default fieldset {
	border: 0;
	padding: 0;
}

/* Typo3 Mail Form */
.csc-mailform {
	border: 0;
	margin: 0;
    padding: 0;
}
.csc-mailform .csc-mailform-field {
	margin-bottom: 5px;
}
.csc-mailform label {
    display: block;
    float: left;
    width: 100px;
}

.infobutton {
	display: block;
	position: relative;
}
.infobutton .infotext {
	position: absolute;
	top: 11px;
	left: 45px;
	font-family: "Signika", sans-serif;
	color: #ffffff;
	font-size: 18px;
}
.quote .quote-text {
	white-space: pre-wrap;
}
.quote h1 {
	margin-bottom: 12px;
}
.quote img {
	float: right;
	margin-left: 5px;
}
.quotes * {
	text-decoration: none;
}
.quotes a:hover {
	color: #000000;
}
.tx-jpfaq-pi1 ul {
	list-style: none;
    margin: 0;
    padding: 0 0 10px;
}
.tx-jpfaq-pi1 li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.tx-jpfaq-pi1 h2 {
	margin-bottom: 5px;
}
.tx-jpfaq-pi1 .jpfaqAll {
	display: none;
}
.tx-jpfaq-pi1 li h3 {
    cursor: pointer;
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 0;
}
.tx-jpfaq-pi1 .jpfaqAnswer {
	margin: 0 0 0 10px;
}

.tx-jpfaq-pi1 fieldset {
    margin-bottom: 10px;
}
.tx-jpfaq-pi1 legend {
    display: none;
}
.tx-jpfaq-pi1 label {
    font-weight: bold;
}
.tx-jpfaq-pi1 ul {
    margin: 0;
    padding: 0 0 10px;
}
.tx-jpfaq-pi1 li {
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0;
}
.tx-jpfaq-pi1 li h3 {
    margin-bottom: 3px;
    padding-left: 20px;
}
.tx-jpfaq-pi1 li h3.questionUnfolded {
}
.tx-jpfaq-pi1 li h3 {
    cursor: pointer;
}
.tx-jpfaq-pi1 .jpfaqAll {
    margin-bottom: 10px;
}
.tx-jpfaq-pi1 .jpfaqShowAll, .tx-jpfaq-pi1 .jpfaqHideAll {
    cursor: pointer;
    padding-left: 20px;
}
.tx-jpfaq-pi1 .jpfaqHideAll {
}

.socialicon {
    background-image: url("../images/socialicons/social-icons.png");
    display: -moz-inline-stack;
    display: inline-block;
}

.rss24 {
    width: 24px;
    height: 24px;
    background-position: 0 -152px;
}

.twitter32 {
    width: 32px;
    height: 32px;
    background-position: -96px -120px;
}
.youtube32 {
    width: 32px;
    height: 32px;
    background-position: -128px -120px;
}
.facebook32 {
    width: 32px;
    height: 32px;
    background-position: 0 -120px;
}
.linkedin32 {
    width: 32px;
    height: 32px;
    background-position: -32px -120px;
}
.rss32 {
    width: 32px;
    height: 32px;
    background-position: -64px -120px;
}

.twitter48 {
    width: 48px;
    height: 48px;
    background-position: -144px -72px;
}
.youtube48 {
    width: 48px;
    height: 48px;
    background-position: -192px -72px;
}
.facebook48 {
    width: 48px;
    height: 48px;
    background-position: 0 -72px;
}
.linkedin48 {
    width: 48px;
    height: 48px;
    background-position: -48px -72px;
}
.rss48 {
    width: 48px;
    height: 48px;
    background-position: -96px -72px;
}
/* News module css */
.news-header-list-title {
    text-decoration: underline;
}
.news-single-item {
    padding: 0;
}
.news-list3-item {
    padding: 0;
    background: 0;
}
.news-list3-container {
    padding: 0;
    background: 0;
    margin-top: 10px;
}
.news-list3-container p {
    margin: 0 0 5px 0;
}
.news-list3-item {
    border: 0;
}
.underline {
    text-decoration: underline;
}


.randomlogos .imgholder {
	float: left;
	height: 110px;
	margin: 0 24px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 136px;
	display: none;
}
.randomlogos .imghelper {
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
}
.randomlogos .imgholder img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
