.tab-menu {
	z-index: 10;
	width: 100%;
	text-align: left;
	margin-left: -40px;
	margin-bottom: -10px;
}
.tab-menu ul li.tab-title {
	display: inline;
}
.tab-menu li.tab-title a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	padding: 4px;
	border-top: solid 1px #DDD;
	border-left: solid 1px #DDD;
	border-right: solid 1px #DDD;
	font-weight: bold;
	background-color: #FFF;
}

.tab-area {
	background-color: #FFF;
	height: 160px;
	border: solid 1px #DDD;
	padding: 4px;
}
.card-break {
	width: 1px;
	background-color: #000;
	height: 12px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.card-clear {
	clear: both;
}

