@charset "utf-8";
/* CSS Document */

.tabs {
	list-style:none;
	height:30px;
}

.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}

.panes .pane {
	display:none;
}

.menubox .tabs a {
	background-color: #ffffff;
	font-size:14px;
	font-weight:bold;
	display:block;
	height: 30px;
	line-height:30px;
	width: 103px;
	text-decoration:none;
	color:#4d4d4d;
	position:relative;
	border-bottom:1px solid #d6d6d6;
	padding-left:10px;
}
.menubox .tabs .rightborder a {
	border-right:1px solid #d6d6d6;
	width:102px;
}
/* when mouse enters the tab move the background image */

.menubox .tabs a:hover {
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */

.menubox .tabs .current, .menubox .tabs .current:hover, .menubox .tabs li.current a {
	cursor:default !important;
	background-color:#f0f0f0;
	border-bottom:0 !important;
}

#sp_single_desc_outer .tabs{
	border-left:1px solid #d6d6d6;
}

#sp_single_desc_outer .tabs a {
	background-color: #f0f0f0;
	display:block;
	height: 29px;
	line-height:30px;
	text-decoration:none;
	color:#4d4d4d;
	position:relative;
	border-right:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	padding: 0 10px 0 10px;
}

#sp_single_desc_outer .tabs .current, #sp_single_desc_outer .tabs .current:hover, #sp_single_desc_outer .tabs li.current a {
	cursor:default !important;
	border-bottom:1px solid #fff !important;
	background-color:#fff !important;
}

#sp_single_desc_outer .panes{
	padding:10px;
	border:1px solid #d6d6d6;
	background-color:#FFF;
}


#faqs .tabs{
	border-left:1px solid #d6d6d6;
}

#faqs .tabs a {
	background-color: #f0f0f0;
	display:block;
	height: 29px;
	line-height:30px;
	text-decoration:none;
	color:#4d4d4d;
	position:relative;
	border-right:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	padding: 0 10px 0 10px;
}

#faqs .tabs .current, #faqs .tabs .current:hover, #faqs .tabs li.current a {
	cursor:default !important;
	border-bottom:1px solid #fff !important;
	background-color:#fff !important;
}

#faqs .panes{
	padding:10px;
	border:1px solid #d6d6d6;
	background-color:#FFF;
}

#faqs .panes div{
	padding:15px;
	clear:both;
}

