.vtabs {
	/* a border is required for IE otherwise the tab panels will not be aligned correctly. */
	position: relative;  border: 1px solid #ffffff;width:930px;margin:0px 0 30px 0; padding-top:30px;
}
.vtabs .vtabs-tab-column {
	position: absolute; left: 0;; margin: 0; width: 220px; min-width: 220px;
}
.vtabs .vtabs-tab-column ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/* css for tab that is open */
.vtabs .vtabs-tab-column ul li.open, .vtabs .vtabs-tab-column ul li.closed {
	background-color: #f8f8f8;
	margin: 0px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-bottom: -1px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	min-height:20px;
	z-index: 10;
}
/* css for tab that is closed */
.vtabs .vtabs-tab-column ul li.closed {
	background-color: #e8e8e8;
	border-right: 1px solid #c0c0c0;
	background-repeat:repeat-x;	
}
/* css for tab hover */	
.vtabs .vtabs-tab-column ul li:hover {
	background-color: #efefef;
	background-repeat:repeat-x;		
}
/* css for link on tab that's open */
.vtabs .vtabs-tab-column ul li a.open, .vtabs .vtabs-tab-column ul li a.closed {
	font-size: 20px;font-family: MelbourneRegular;
	font-weight: 300!important;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #656565!important;
}
/* css for link on tab that's closed */
.vtabs .vtabs-tab-column ul li a.closed {
	color: blue;
}	
.vtabs .vtabs-content-column {
	padding: 0px;
	margin: 0px;
}

.top-line{border-top:#c0c0c0 solid 1px}

/* css for the content panels */
.vtabs .vtabs-content-column .vtabs-content-panel {
	background-color: #f8f8f8;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 3px;
        padding-top:20px;
	margin: 0px 0 0 0px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}