ul.faq-tabs {  
	display: block;
	width: 100%;
	height:36px; 	
}

/* single tab */
ul.faq-tabs li {  
	float: left;
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;					
	text-align:center;
	white-space:nowrap;	
	height:30px;
	color: #fff;	
	margin-right: 10px;
}

	ul.faq-tabs li a, ul.faq-tabs li span{
		display: -moz-inline-stack;
		display: inline-block;
		zoom: 1;
		*display: inline;
		height:30px;
		line-height:30px;			
		margin:0;
		font-size: 10px;
		text-decoration: none;
		color:#036;	
		cursor: pointer;
	}
	
	ul.faq-tabs li a{
		padding-left:10px;
		background:url(img/btn-submit.png) no-repeat 0px 0px;
	}
	
	ul.faq-tabs li a.current {
		background:url(img/btn-submit.png) no-repeat 0px -60px;
	}
	
	ul.faq-tabs li a span{
		font-style:normal;
		padding-right:10px;
		text-transform:uppercase;
		background:url(img/btn-submit.png) no-repeat 100% 0px;
	}
	ul.faq-tabs li a.current span {
		background:url(img/btn-submit.png) no-repeat 100% -60px;
	}
	
	ul.faq-tabs li a.current, ul.faq-tabs li a.current span {
		color: #fff;
		cursor: default;
	}
	
	ul.faq-tabs li.compras a.current 		{ background:url(img/btn-submit.png) no-repeat 0px -720px;}
	ul.faq-tabs li.compras a.current span 	{ background:url(img/btn-submit.png) no-repeat 100% -720px;}
	
	ul.faq-tabs li.ventas a.current 		{ background:url(img/btn-submit.png) no-repeat 0px -660px;}
	ul.faq-tabs li.ventas a.current span 	{ background:url(img/btn-submit.png) no-repeat 100% -660px;}
	
	ul.faq-tabs li.envios a.current 		{ background:url(img/btn-submit.png) no-repeat 0px -690px;}
	ul.faq-tabs li.envios a.current span 	{ background:url(img/btn-submit.png) no-repeat 100% -690px;}
	
	ul.faq-tabs li.tpv a.current 			{ background:url(img/btn-submit.png) no-repeat 0px -750px;}
	ul.faq-tabs li.tpv a.current span 		{ background:url(img/btn-submit.png) no-repeat 100% -750px;}
	
	ul.faq-tabs li.monedero a.current 		{ background:url(img/btn-submit.png) no-repeat 0px -780px;}
	ul.faq-tabs li.monedero a.current span 	{ background:url(img/btn-submit.png) no-repeat 100% -780px;}

/* link inside the tab. uses a background image */
ul.faq-tabs a { 
	
}

ul.faq-tabs a:hover {
	color:#999;
}
	
/* selected tab */
ul.faq-tabs a.current {
	color: #c00;
	cursor:default;
}

	
/* tab pane */
div.faq-panes div {
	display:none;
	margin-top: 10px;
}




