.ws-wrapper{
	background-color:#F5F5F5;
	border: solid 1px #CCC;
	margin-bottom:25px;
	display:table;
	width:100%;
	padding:0;
}

.ws-wrapper:first-child{
}

.ws-wrapper .ws-logo{
	width:129px;
	height:124px;
	border:1px solid #ccc;
	margin-right:20px;
	padding: 0 10px 0 14px;
    line-height: 110px;
	background-color:#fff;
}

.ws-wrapper .ws-details h3{
	margin-top:0;
	margin-bottom:5px;
	font-size:20px;
}

.ws-wrapper .ws-details a:hover{
	text-decoration:none;
}
.ws-details h3 a:hover  {	color:#008bf1;}

.ws-wrapper .ws-details:after{
	clear:both;
	content:"";
	display:block;
	width:100%;
}

.ws-wrapper .ws-logo img{
	max-width:100px;
	height:auto;
}

.phonelabel, .weblabel {
	color:#008bf1;
}

a.weblink {color:#333;}
a.weblink:hover {color:#9bd1fc;}

.addressblock, .contactblock {margin:0;}
.addressblock, .contactblock {
	width:100%;float:none;
	display:block;
	white-space: nowrap;
}
.addressblock {white-space:normal;}
.mobileonly {
	display:none;
	visibility:hidden;
}
@media only screen and (max-width:768px) {
	.mobileonly {display:inline-block;visibility:visible;}
}

@media only screen and (max-width:992px) {
.addressblock, .contactblock {display:block;}
}
@media only screen and (min-width:992px) {
	.addressblock, .contactblock {width:50%;}
}

a.morebusiness {
	background-image: url( "/images/ico_morebusiness.png" );
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:50px;
	padding-right:24px; /*to match vcfbusiness*/
background-size: 20px 20px;
background-position-x: 16px;
	
}

a.vcfbusiness,
a.vcfbusiness_dis {
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:30px;
	/*position: absolute;*/
	height: 30px;
	margin-top: -5px;
}

a.vcfbusiness {
	background-image: url( "/images/ico_download.png" );
	background-size: 20px 20px;
	background-position-x: 5px;
}

a.vcfbusiness_dis {
	background-image: url( "/images/ico_download_dis.png" );
	background-size: 20px 20px;
	background-position-x: 5px;
}

.block_left, 
.block_right {
	display: table-cell;
	vertical-align: top;
}
.block_left {width:1%;padding:19px 0 19px 19px;}
.block_right {width:99%;padding:25px 0 0 0;}
