.panel {
	clear: both;
	display: none;
    background:none; /* declare background color for container to avoid distorted fonts in IE while fading */
    line-height:20px;
    font-size:13px;
    padding: 6px 12px 15px 12px;
}
.panel p {
	margin-bottom:15px;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs ul { position: relative; top: 1px; z-index: 2; }

#tabs li {
	float: left;
	margin-right: 10px;
	background: #ffffff;
}

#tabs ul li a {
	display: block;
    width:100px;
    height:19px;
    padding:3px 13px 0 13px;
    height/**/:/**/ 16px;
    /*background:url(/images/bg_tab.gif) no-repeat;*/
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size:13px;
    outline-style: none;
    border-top: 1px solid #CBC7A9;
	border-right: 1px solid #CBC7A9;
	border-left: 1px solid #CBC7A9;
	border-bottom: none;
	font-family: Georgia;
	letter-spacing: 2px;
}

#tabs ul li #desc { background: url(/images/description-gray.jpg) no-repeat 50% 50%; height: 20px; width: 112px; }
#tabs ul li #det { background: url(/images/details-gray.jpg) no-repeat 50% 50%; height: 20px; width: 112px; }
#tabs ul li #desc.active-tab { background: url(/images/description-red.jpg) no-repeat 50% 50%; height: 20px; width: 112px; }
#tabs ul li #det.active-tab { background: url(/images/details-red.jpg) no-repeat 50% 50%; height: 20px; width: 112px; }

#tabs ul li a.active-tab {
	color:#834461;
	border-top: 1px solid #CBC7A9;
	border-right: 1px solid #CBC7A9;
	border-left: 1px solid #CBC7A9;
	border-bottom: 1px solid #ffffff;
	/*background:url(/images/bg_tab_selected.gif) no-repeat;*/
}

