@charset "utf-8";
/* CSS Document */

#wrapper {
    width:940px;
	float:left;	
	position:relative;
	margin:30px 0 0 40px;
}
ul.tabs {
    width:940px;
    margin:0;
    padding:0;
	position:absolute;
	top:-14px;
	left:48px;
	z-index:9999;
}
ul.tabs li {
    display:block;
    float:left;
    padding:0 2px 0 0;
	margin:0 80px 0 0;
}

ul.tabs li.t1 {
    display:block;
    float:left;
    padding:0 2px 0 0;
	margin:0 73px 0 0;
}

ul.tabs li.t2 {
    display:block;
    float:left;
    padding:0 2px 0 0;
	margin:0 76px 0 0;
}

ul.tabs li.t3 {
    display:block;
    float:left;
    padding:0 2px 0 0;
	margin:0 73px 0 0;
}

ul.tabs li.t4 {
    display:block;
    float:left;
    padding:0 2px 0 0;
	margin:0 60px 0 0;
}

ul.tabs li a {
	width:87px;
	height:41px;
    display:block;
    float:left;
    padding:12px 0 0 0;
    font-size:14px;
    background:url(../img/tab_bg.jpg) no-repeat 0 0;    
    text-decoration:none;
	color:#fff;
	text-align:center;
}

ul.tabs li a:hover
{
	background:url(../img/tab_selected.jpg) no-repeat 0 0;
}

ul.tabs li a.selected {
   background:url(../img/tab_selected.jpg) no-repeat 0 0;
   height:41px;
   color:#fff;
}
.tab-content {
    width:919px;
	float:left;
	background: #fafafa url(../img/tab_bdybg.png) repeat-y 0 0;    
	position:relative;	
}

.body_topbg
{
	width:919px;
	height:34px;
	float:left;
	background:url(../img/tab_topbg.jpg) no-repeat 0 0;
}

.body_botbg
{
	width:919px;
	height:20px;
	float:left;
	background: #fafafa url(../img/tab_botbg.png) no-repeat 0 0
}

td {
	white-space: nowrap;
	line-height: 35px;	
}
.calculate_button {
	line-height: 15px;
}