@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,  table, caption, tbody,
 tfoot, thead, tr, th, td {

margin:0pt;
padding:0pt;
}

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* GENERAL RESET *******/
/******* TABS *******/
#body-right-container-tabbed{
	margin: 2px 0px 0px 0px;
	width: 308px;
}
#body-right-container-tabbed ul{
	list-style: none;
	list-style-position: outside;
}
#body-right-container-tabbed ul.tabmenu li{
	float: left;
	margin-right: 0px;
	margin-bottom: -1px;
}
#body-right-container-tabbed ul.tabmenu li{
	font-weight: 700;
	display: block;
	padding: 5px 12px 5px 12px;
	margin-bottom: -1px;
	position: relative;
	color: #898989;
	cursor: pointer;
	border-bottom: 1px solid #898989;
}
#body-right-container-tabbed ul.tabmenu li:hover{
	color: #ffffff;
}
#body-right-container-tabbed ul.tabmenu li.active{
	margin-bottom: -5px;
	top: -3px;
	border-bottom: 0;
	color: #F07F20;
	z-index: 100;
	border-bottom: 0px solid #898989;
}

li#tab1 {
	width: 42px;
}

li#tab2 {
	width: 100px;
}

li#tab3 {
	width: 37px;
}

li#tab4 {
	width: 33px;
}

/******* /TABS *******/
/******* CONTENT *******/
.body-tab-content{
	margin: 0pt auto;
	width: 260px;
	text-align: left;
	padding: 24px 24px 0px 24px;

}
.body-tab-content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
.body-tab-content.tab1{
	display: block;
}
.body-tab-content.tab2{
	display: none;
}
.body-tab-content.tab3{
	display: none;
}
/******* /CONTENT *******/
