@CHARSET "UTF-8";
img{
 border: 0px;
}
#tabs {
	width: 989px;
	padding: 0px 0px 0px 8px;
	line-height: normal;
	font-size: 13px;
}

#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tabs li {
	float: left;
    margin: 0;
	padding: 0; 
}

#tabs a, #tabs a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    /*padding: 0 0 0 8px;
    /*background-color: #b9b9b9;
    background: url(image/button_unclick_bg.jpg) repeat-x;*/
}

#tabs a {
    margin: 0 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}

#tabs a:link, #tabs a:visited {
    color: #434345;
}

#tabs a:hover {
	color: #ffffff;
}

#tabs a:hover span {
	color: #ffffff;
}

#tabs #current a {
    position: relative;
    z-index: 2;
    margin-top: 0;
    color: #ffffff;
}

#tabs a span.m {
	padding: 0px 0px 9px 0px;
    height: 30px;
	line-height: 28px;
    background: url(../images/tabs/button_unclick_bg.jpg) repeat-x;
}

#tabs #current a span.m {
    padding: 0px 0px 10px 0px;
    height: 30px;
    color: #ffffff;
	line-height: 27px;
	background: url(../images/tabs/button_click_bg.jpg) repeat-x;
}
#tabs a span.f {
    padding: 0px 0px 10px 0px;
	width: 10px;
    height: 32px;
    background: url(../images/tabs/button_unclick_front.gif) no-repeat;
}

#tabs #current a span.f {
    padding: 0px 0px 10px 0px;
    height: 32px;
	width:10px;
    color: #ffffff;
	background: url(../images/tabs/button_click_front.gif) no-repeat;
}
#tabs a span.b {
	margin:0px;
	padding: 1px 0px 10px 0px;
	margin-right: 2px;
    height: 32px;
	width: 10px;
    background:  url(../images/tabs/button_unclick_back.gif) no-repeat;
	
}

#tabs #current a span.b {
    padding: 0px 0px 10px 0px;
	margin-right:2px;
    height: 32px;
	width: 10px;
    color: #ffffff;
	background:  url(../images/tabs/button_click_back.gif) no-repeat;
}

#tabs #current a:link, #tabs #current a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

#tabs a:hover, #tabs a:focus, #tabs a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

#tabs-panel {
	clear: both;
    border: 1px solid #818181;
    padding: 10px 0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}