﻿#tabs_wrapper {
	width: 637px; padding-top:5px; 
}
#tabs_container {
	border-bottom: 1px solid #fb9b48;
}
#tabs {
	list-style: none;
	padding: 5px 0 4px 0;
	margin: 0 0 0 10px;
	font: 0.75em arial;
}
#tabs li {
	display: inline; cursor:pointer;
}
#tabs li a {
	border: 1px solid #fb9b48;
	padding: 4px 6px;
	text-decoration: none;
	background-color: #ffffff;
	border-bottom: none;
	outline: none; font-size:12px;
	color:#4f9f33; font-weight:bold;
	/*border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;*/
}
#tabs li a:hover {
	background-color: #ffffff;
	padding: 4px 6px;
}
#tabs li.active a {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	padding: 4px 6px 5px 6px;
	border-bottom: none;
}
#tabs li.active a:hover {
	background-color: #eeeeee;
	padding: 4px 6px 5px 6px;
	border-bottom: none;
}

#tabs li a.icon_accept {
	background-image: url(../../imgwb/imgw/icon_hot.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 36px;
}
#tabs li a.icon_accept:hover {
	padding-left: 36px;
}

#tabs_content_container 
{

	width: 637px
}
.tab_content 
{
	display: none; color:#000000; font-size:12px; text-align:justify; 
	width:637px; overflow:hidden; padding-left:0px
}
.tab_contentk
{
	border: 3px solid #ff9c4c; border-top:0px;
	color:#000000; font-size:12px; text-align:justify; 
	padding: 5px; padding-left:0px; width:626px; overflow:hidden
}