﻿.outer-wrapper {
	width: 750px; 
	margin-left: 8px;
	height:84px;

}
.vendor {
	float: left;
	width: 368px;
	height: 84px;
	border: 1px gray dotted;
	border-bottom: 1px white solid;
	display:table;
	overflow:hidden;
	position:relative;
}

.vendor:nth-child(2n) {
	border-left: 1px white solid;
}


.vendor:nth-last-child(2), .vendor:nth-last-child(1) {
	border-bottom: 1px gray dotted;
}

.vendor:hover {
	margin-left:-1px;
	padding-left: 1px;
	border: 1px maroon solid;
}

.vendor-logo {
	height: 80px;
	padding:2px;
	width: 180px;
	vertical-align: middle;
	line-height: 80px;
	display: inline-block;

}
.vendor-link {
	height: 80px;
	padding-left: 6px;
	width: 176px;
	font-family: sans-serif;
	font-weight: 400;
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;

}
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.text2 {
	font-size: 14px;
}
.clrht {
	clear:both;
	height: 4em;
}
.link-spanner {
/* this makes the whole div clickable - see html code */	
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
}