/* TAB */
.tabnav {
	display:block;
	min-height:29px;
	margin:0px auto;
	/*width:650px;*/
	width:1000px;
	padding-left:10px;
}
.tabnav_d {
	
	/*width:600px;*/
	width:1000px;
	
}

.tabnav li{
	display:block;
	height:29px;
	margin:2px 1px 0px 0px;
	background-image:url(/images/tabs/tab_deactive_BG.png);background-position:top;background-repeat:repeat-x;
	float:left;
	
}
.tabnav li img{
	float:left;
	width:3px;
}
.tabnav li.selected{
	background-image:url(/images/tabs/tab_active_BG.jpg);background-position:top;background-repeat:repeat-x;
	margin-top:2px;
}
.tabnav li.selected a{
	display:block;
	color:#19C506 !important;
	font:bold 12px arial;
	text-decoration:none;
	padding:7px; 
	float:left;
	text-decoration:none !important;
}
.tabnav li.selected a:hover {
	color:#19C506 !important;
}
.tabnav li a{
	display:block;
	color:#7C7C7C !important;
	font:bold 12px arial;
	text-decoration:none;
	padding:9px 5px 0px 5px; 
	float:left;
	text-decoration:none !important;
}
.tabnav li a:hover{
	color:#494949 !important;
}

.tabnav li.selected div.tab_L {
	display:block;
	background:url(/images/tabs/tab_active_L.jpg) no-repeat;
	width:5px;
	float:left;
	height:29px;
}
.tabnav li.selected div.tab_R {
	display:block;
	background:url(/images/tabs/tab_active_R.jpg) no-repeat;
	width:5px;
	float:left;
	height:29px;
}

.tabnav li div.tab_L {
	display:block;
	background:url(/images/tabs/tab_deactive_L.png) no-repeat;
	width:5px;
	float:left;
	height:29px;
}
.tabnav li div.tab_R {
	display:block;
	background:url(/images/tabs/tab_deactive_R.png) no-repeat;
	width:5px;
	float:left;
	height:29px;
}
.tab_content {
	margin:-1px auto 10px auto;
	/*width:440px;*/
	width:1000px;
	height:auto;
	min-height:350px;
	background:#f4f4f4 url(/images/tabs/center_content_bg.gif) repeat-x top;
	border-top:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	padding:10px;
}
.tab_content.big_column {
	/*width:638px!important;*/
	width:1000px;
}
.tab_content.big_column_d {
	width:588px!important;
}
/* END TAB */
