html, body {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 18px;
	color:#222;
	margin:0px; padding:0px;
}

#tabbanner {
	width:300px;
	height:410px;
	background-color:#fff;
	display:none;
}

#tabs {
	width:300px;
	height:410px;
	box-sizing: border-box;
}

.menu {
	display:table;
	width: 290px;
	box-sizing: border-box;
	margin:5px 5px 0px;
}

.menu ul {
	display:table-row;
}

.menu ul li {	
	font-size:18px;	
	display:table-cell;
	text-align:center;
	width:auto;
}

.menu ul li a {
	color:#222;
	text-decoration:none;
	display:block;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	height:44px;
	line-height:44px;
}

.menu ul li.ui-tabs-active a {
	color:#184e8a;
	background-color:#f4f4f4;
	font-weight:bold;
}

#tabs div.ui-tabs-panel {
	margin:0px 5px 5px;
	width: 290px;
	box-sizing:border-box;
	padding:10px;
	height:361px;
	background-color:#f4f4f4;
	text-align:center;
	position:relative;
}

#tabs div.text {
	position:absolute;
	bottom:15px;
	left: 10px;
	width: 265px;
}

#tabs div.product {
	position:absolute;
	left:-5px;
	top:0px;
	width:300px;
	height:351px;
	background-position: left -40px;
	background-repeat: no-repeat;
}

#tabs #tabs-1 div.product {
	background-image:url(images/products_digital.png);
}

#tabs #tabs-2 div.product {
	background-image:url(images/products_blz.png);
}

#tabs #tabs-3 div.product {
	background-image:url(images/products_tools.png);
}

#tabs a.btn {
	background-color:#184e8a;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin:auto;
	width:140px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin-top:20px;
}