#tabs .brbg {
	min-height: 525px;
	height: auto!important;
	height: 525px;
	}

.tabs {
	height: 43px;
	margin: 0 0 0 -2px;
	overflow: hidden;
	padding: 0;
	position: relative;
	}
.tabs li {
	background: url(../images/t_cbg.jpg) repeat-x left 6px;
	display: inline;
	float: left;
	margin: 0 0 0 2px;
	padding: 6px 0 0 0;
	width: 92px;
	}
.tabs a {
	background: url(../images/t_lbg.jpg) no-repeat left top;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	}
.tabs a span{
	background: url(../images/t_rbg.jpg) no-repeat right top;
	display: block;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	}

.tabs .activ {
	background: url(../images/t_cbg_a.jpg) repeat-x left top;
	padding: 0;
	width: 157px;
	}
.tabs .activ a {
	background: url(../images/t_lbg_a.jpg) no-repeat left top;
	}
.tabs .activ a span{
	background: url(../images/t_rbg_a.jpg) no-repeat right top;
	height: 43px;
	line-height: 43px;
	}

#tab_2, #tab_3, #tab_4, #tab_5 {
	display: none;
	}



#account .tabs li {
	width: 136px;
	}
#account .tabs .activ {
	width: 200px;
	}