/* Tab Content - menucool.com */

ul.tabs
{
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
	font-weight: bold;
    position: relative;
    padding: 7px 36px 36px 21px;
    border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;
    color: #000;
    background: #F0F0F0;
    border-radius:0;
    outline:none;
	border:none;
	
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover {
  background: #f0f0f0 none repeat scroll 0 0;
  /*border: 1px solid #eee;*/
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    background: white;
    border: 1px solid #B7B7B7;
    border-bottom-color: white;
	border:none;
	box-shadow: 0 0 3px 0 #999;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents {
  border-radius: 0 3px 3px;
  border-top:none;
  /*height: 490px;*/
  margin: 29px 0 0;
  /*overflow-y: auto;*/
  padding: 16px 0 0;
}

.tabcontents.multi-tabs {
  margin: 1px 0 0 -1px;
}

ul.tabs.multi-tabs {
  font-size: 0;
  list-style-type: none;
  margin: 20px 0 0;
  padding: 7px 0;
  text-align: left;
}


ul.tabs.multi-tabs li a {
	background: #999;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font: 12px/0px Verdana;
	margin-right: 7px;
	outline: medium none;
	padding: 18px 23px 17px 27px;
	position: relative;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-padding-before: 19px;
	font-weight: bold;
}


ul.tabs.multi-tabs li a:after{
	
	background:#999 none repeat scroll 0 0;
  content: "";
  height: 50px;
  position: absolute;
  right: -9px;
  top: 0;
    width: 23px;
  transition: all 0.5s ease;
}


ul.tabs.multi-tabs li a:hover:after{
	
	background: #182b43 none repeat scroll 0 0;
  content: "";
  height: 50px;
  position: absolute;
  right: -9px;
  top: 0;
  
  width: 23px;
}


ul.tabs.multi-tabs li a:hover {
 background: #182b43 none repeat scroll 0 0;
color:#fff;
  
}




ul.tabs.multi-tabs li.selected a, ul.tabs.multi-tabs li.selected a:hover {
  background: #182b43 none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  color: #fff;
  padding: 18px 23px 17px 27px;
  position: relative;
  top: 0;
  width: 170px;
  transition: all 0.5s ease;
  -webkit-padding-before: 19px;
}


.hm-title h3::after {
  background: #d2af37 none repeat scroll 0 0;
  content: "";
  height: 47px;
  position: absolute;
  right: -10px;
  top: 0;
  /*transform: skewX(19deg);*/
  width: 18px;
}

ul.tabs.multi-tabs li.selected a::after, ul.tabs.multi-tabs li.selected a:hover::after {
  background: #182b43 none repeat scroll 0 0;
  content: "";
  height: 50px;
  position: absolute;
  right: -9px;
  top: 0;
  /*transform: skewX(19deg);*/
  width: 23px;
}

.tab-detils {
    margin: 70px 0 0 0;
}