#tabsDescription {
	display:                            block;
	position:                           relative;
	margin-bottom:                      15px;
	top:                                15px;
}
#tabsDescription div {
	clear:                              both;
	padding:                            10px;
	background:                         #fff;
	border:                             solid 1px #ccc;
	position:                           relative;
	z-index:                            1;
	margin:                             0 15px 0 0;
	display:                            none;
}
#tabsDescription h2 {
	position:                           relative;
	top:                                1px;
	float:                              left;
	color:                              #1a4c7d;
/*	width:                              130px; */
    margin:                             0 2px;
	text-align:                         center;
	font-weight:                        normal;
	font-size:                          1.3em;
	background-color:                   #f0f0f0;
	background-image:                   none;
	border:                             solid 1px #ccc;
	border-bottom:                      none;
	-webkit-border-top-left-radius:     3px;
	-webkit-border-top-right-radius:    3px;
	-moz-border-radius-topleft:         3px;
	-moz-border-radius-topright:        3px;
	border-top-left-radius:             3px;
	border-top-right-radius:            3px;
	height:                             35px;
	padding:                            5px 20px;
	cursor:                             hand;
	cursor:                             pointer;
	z-index:                            0;
    min-height:                         18px;
}
#tabsDescription div td{
	border-bottom:                      solid 1px #ccc;
	vertical-align:                     top;
}


#tabsDescription div div {
	display: block !important;
	padding:0px !important;
	border: none !important;
	margin:0 !important;
	position: relative !important;
}
