.tax_tabs p {
	font-size: 1.1em;
	padding: 7px 0;
	line-height: 1.2em;
}


.tax_tabs .box .loss{
	color: #bb131a;
}

.tax_tabs .box .gain{
	color: #00723b;
}

.tax_tabs a {
	color: #0094D6;
}

.tax_tabs p {
	font-size: .9em;
	padding: 3px 0;
	line-height: 1.1em;
}

 .tax_tabs h1 {font-size: 21px; font-weight: normal; margin: 0 0 30px;}

.tax_tabs {
	width: 620px;
	background: #EFEFEF;
	margin: 0 0 30px;
	font-size: : 12px;
}
.tax_tabs ul.tabs {
	height: 40px;
	list-style: none;
	border-bottom: 1px solid #DDD;
	background: #FFF;
	margin: 0;
	padding:  0;
}
.tax_tabs .tabs li {
	float: left;
	display: inline;
	margin: 0 0 -1px 0;
	padding: 5px 15px;
	color: #fff;
	cursor: pointer;
	background: #000000;
	background-image: url('https://s3.amazonaws.com/iw-files/interactive_graphics/2011/10/taxes/images/offtab.jpg');
	background-repeat: repeat-x;
	border: 1px solid #efefef;
	border-bottom: 1px solid #333;
	font-size: 1em;
	font-weight: bold;
	height: 30px;
	line-height: 1.1em;
	position: relative;
	text-align: center;
	width: 90px;
}
.tax_tabs .tabs li:hover,
.tax_tabs .vertical .tabs li:hover {
	background: #666;
	background-image: url('https://s3.amazonaws.com/iw-files/interactive_graphics/2011/10/taxes/images/overtab.jpg');
	background-repeat: repeat-x;
}
.tax_tabs .tabs li.current {
	color: #000;
	background: #EFEFEF;
	border: 1px solid #D4D4D4;
	border-bottom: 1px solid #EFEFEF;
}
.tax_tabs .box {
	clear: both;
	display: none;
	border: 1px solid #D4D4D4;
  	border-width: 0 1px 1px;
	background: #EFEFEF;
	background-image: url('https://s3.amazonaws.com/iw-files/interactive_graphics/2011/10/taxes/images/taxform.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 260px;
	padding: 30px 0 15px 0;
}

.tax_tabs .box h3 {
	font-size: 1.6em;
	line-height: 1em;
	margin: 0 0 10px 0;
}

.tax_tabs .box ul {
	margin: 5px 0 0 20px;
	font-size: .9em;
	line-height: 1.3em;
	color: #333;
}

.tax_tabs .box.visible {
	display: block;
}

.tax_tabs .box .left_column {
	width: 300px;
	margin-left: 30px;
	float:left;
}

.tax_tabs .box .right_column {
	float: right;
	padding: 100px 0;
	width: 200px;
	margin-right: 20px;
}

.tax_tabs .box .right_column h4 {
	background-color: #000;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 10px;
	text-align: center;
}
