﻿.visualtable {
	border-top:solid 1px #dddddd;
	border-bottom:solid 1px #dddddd;
	padding-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
.multipletable {
	border-bottom:none;
}
.visualtable .cell {
	float:left;
	border-right:solid 1px #bebebe;
	margin-bottom:10px;
}
.visualtable .cell.last, .visualtable .cell.last {
	border-right:none;
}
.visualtable .cell .content {
	padding:4px;
	font-size:80%;
	margin-left:4px;
	margin-top:2px;
	margin-bottom:2px;
}
.visualtable .cell .content img {
	margin-bottom:6px;
}
.visualtable .cell .content .heading {
	font-weight:bold;
	color:#06C;
	font-size:140%;
	margin-bottom:5px;
}
.visualtable .cell .content .text {
	line-height:120%;
	color:#555555;
	font-size:110%;
}
.visualtable .cell .content .text .more {
	padding-left:10px;
	margin-left:6px;
	background-image:url(/images/template/slideshows/visualtable/more-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	display:inline;
}
.visualtable .cell .content .text .more a, .visualtable .cell .content .text .more a:link, .visualtable .cell .content .text .more a:visited {
	text-decoration:none;
}
.visualtable .cell .content .text .more a:hover, .visualtable .cell .content .text .more a:active {
	text-decoration:underline;
}




.vt-narrow {
	width:530px;
}
.vt-narrow .cell {
	width:176px;
}
.vt-narrow .cell .content {
	width:160px;
}

.vt-wide {
	width:740px;
}
.vt-wide .cell {
	width:184px;
}
.vt-wide .cell .content {
	width:168px;
}


.vt-3wide {
	width:737px;
	overflow:hidden;
}

.vt-3wide .cell {
	width:245px;
}
.vt-3wide .cell .content {
	width:230px;
}

