@charset "utf-8";
/* CSS Document */

.tab{ height:39px; padding-left:22px;}
.tab li{ float:left; margin-right:3px;}
.tab li a{ display:block; float:left; background:url('../images/auto-dialer-tab.gif') no-repeat 0 0; padding-left:15px; height:39px; text-decoration:none}
.tab li a span{ display:block; float:left; background:url('../images/predictive-dialer-tab.gif') no-repeat 100% 0; padding-right:15px; height:39px; text-decoration:none; color:#FFFFFF; cursor:pointer; font-style:normal; font-variant:normal; font-weight:normal; line-height:39px; font-size:15px; font-family:"Open Sans", Arial, Helvetica, sans-serif}

.tab li a:hover{background:url('../images/ivr-tab.gif') no-repeat 0 -39px;}
.tab li a:hover span{background:url('../images/voip-software-tab.gif') no-repeat 100% -39px;}

.tab li a.tabactive{background:url('../images/call-center-software-tab.gif') no-repeat 0 -78px;}
.tab li a.tabactive span{background:url('../images/phone-software-tab.gif') no-repeat 100% -78px; }


/*----------------------contact us page tab start-----------------*/
ul.tabs {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
	height: 32px; 
	border-bottom: 1px solid #148fcb;
}
ul.tabs li {
	float: left;
	margin: 0 7px 0 0;
	padding: 0;
	height: 31px;
	border: 1px solid #148fcb;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #f2f2f2;
}
ul.tabs li a {
	text-decoration: none;
	color: #626262;
	display: block;
	font:bold 13px/31px "Open Sans", Arial, Helvetica, sans-serif;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #fdfdfd;
}
ul.tabs li.active { 
	background: #fff;
	border-bottom: 1px solid #fff; 
}
ul.tabs li.active a{ 
	color:#148fcb;

}

.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
}
.tab_content {
	padding: 15px 0 0;
}
/*----------------------contact us page tab end-----------------*/