/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5/Jun/2015, 17:57:17
    Author     : Pedro Rodrigues
*/
.mPagesWrapperBox{
    width: 100%; 
    height: auto; 
    margin-top: 125px; 
    margin-bottom: 50px;
    float:left;
    box-sizing: border-box;
}

.mMenuTab{
    width: 95%;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    text-align: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: table;
    cursor: pointer;
}
.mSubCatBox{
    width: 100%; 
    height: auto; 
    float: left; 
    text-align: left; 
    border-top:1px solid #e2e2e2;
    display: none;
}

.mMenuTab span{
    line-height: 40px;
    margin-left: 25px;
    font-size: 12px;
    font-weight: bold;
}
.slideUpDownIcon{
  width: 6px;
  height: 0px;
  padding: 5px;
  float: right;
  margin-top: 15px;
  margin-right: 15px;
  text-align: center; 
  background: url("../images/icons/sprite-icons.png") -8px -456px repeat-x;
}

.mPagesWrapperBox ul{
    width: 100%;
    list-style: none; 
    float: left; 
    padding: 25px;
    font-size: 15px;
    margin: 0;
    box-sizing: border-box;
}
.mPagesWrapperBox li{
    width: 100%;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c2c2c2;
}
.mPagesWrapperBox a{
    width: 100%;
    display: block;
    box-sizing: border-box;
}