#Tabs {
    width:210px;
    padding-left: 5px;
}

#Tabs i {
    display: block;
}

#Tabs .active {
    box-shadow: 0 0 6px 3px #111111 inset;
}

#Tabs .box1 {
    background: #2C84EE;
}

#Tabs .box1:hover {
    box-shadow: 0 0 6px 3px #38D1F7;
}

#Tabs .box2 {
    background: #016C38;
}

#Tabs .box2:hover {
    box-shadow: 0 0 6px 3px #AACA37;
}

#Tabs .box3 {
    background: #781766;
}

#Tabs .box3:hover {
    box-shadow: 0 0 6px 3px #E81750;
}

#Tabs .box1 a{
  height: 90px;
  line-height: 20px;
  padding-left: 0;
  width: 200px;
}

#Tabs .box2 a{
  height: 90px;
  padding-left: 0;
  width: 95px;
}

#Tabs .box3 a{
  height: 90px;
  padding-left: 0;
  width: 95px;
}

#Tabs ul {
padding: 0px;
margin: 0px;
margin-left: 10px;
list-style-type: none;
}

#Tabs ul li {
display: inline-block;
clear: none;
float: left;
}

#Tabs a {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    text-decoration: none;    
    text-align: center;
    padding-top: 10px;
}

#Tabs a:hover {
}

#Content_Area {
    width: 585px;
    overflow: auto;
    line-height: 19px;
    z-index: 5;
    height: 500px;
}

#Content_Area .list_bullet li{
    margin-left: 10px;
}

.gradient {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}