﻿/** Tabs component */
.tabs nav ul {
    text-align: center;
	font-family:alsanreg,Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 0.15em;
}

.tabs nav ul li {
    border: 1px solid #e9f3fa;
    background: #fff;
    display: inline-block;
    *display:inline;
    zoom:1;
    margin-right: -0.3em;
    position: relative;
    z-index: 1;
}

.tabs nav ul li.active,
.tabs nav ul li:hover {
    z-index: 2;
    border-color: #01458c;
    background-color: #005596;
}
.tabs nav ul li.active {
	/* font-family:"Allianz_sans_bold",Arial, sans-serif; */
}

.tabs nav ul li a h2 {
    display: block;
background-color: transparent;
color: #01458c;
text-align: center;
padding: 10px 14px;
font-size: 1em;
text-transform: none;
line-height: 0;
/* letter-spacing: 1px; */
/* font-weight: bold; */
font-family: alsanreg,Arial, sans-serif
}

.tabs nav ul li.active a h2 ,
.tabs nav ul li:hover a h2 {
    color: #fff;
}

.tabs .tabs_content > .tab_item {
    display: none;
}

.tabs .tabs_content > .active {
    display: block;
}

/** HP_products */
.hp_our_products nav {
    margin-bottom:30px;
}
