/*-------------- */
.bricks {
    margin-bottom:25px;
}
.bricks .legend {
    margin-bottom:5px;
    height:15px;
    position:relative;
    font-size:12px;
    color:#555;

}
.bricks .legend em {
    position:absolute;
    display:block;
    right:0;
    top:0;
    width:20%;  
    margin-right:22px;
}   
.bricks .disclaimer {
    font-size:11px;
    text-align:right;
    padding-right:10px;
    color:#999;
}
.bricks .row {
    margin-bottom:1px;
    color:#233a56;
    border:#e9e9e9 1px solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
}
.bricks .row .title {
    position:relative;
    cursor:pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;            
}
.bricks .row .title:hover {
    background-color:#e9e9e9;
}

.bricks .row .title,
#allinclusive {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:16px; 
    line-height:45px;
    height:45px;
}

.bricks #Free .title,
.bricks #Combo .title,
.bricks #Base .title
{
    font-size:28px; 
    line-height:75px;
    height:75px;
}
.bricks #Free .price,
.bricks #Combo .price,
.bricks #Base .price
{
    font-size:35px;
}
.bricks .row .title .name {
    position:relative;
    z-index:1;
    padding:0 0 0 35px;
}
.bricks .row .title .price {
    position:absolute;
    width:20%;
    top:0;
    right:0;
    margin-right:25px;
    font-size:28px;
    z-index:2;
    text-decoration:none;
    text-align: center;
}
.bricks .row .title .name u {
    text-decoration:none;
    color:#233a56;
    border-bottom:#233a56 1px dashed;
}
.bricks .row .title:hover .name u {
    border-bottom:none;
}
.bricks .row .title .name span {
    display:inline-block;
    height:25px;
    vertical-align:top;
    padding-top:10px;
    line-height:normal;
}
.bricks .row .title .name span em {
    position: relative;
    width: 80px;
    height: 25px;
    background: #8fa322;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size:12px;
    padding:2px 5px;
    margin-left:5px;
    color:#fff;
}
.bricks .row .title .name em:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 7px;
    border-style: solid;
    border-width: 5px 4px 0;
    border-color: #8fa322 transparent;
    display: block;
    width: 0;
    z-index: 1;
}
.bricks .row .list {
    display:none;   
}
.bricks .row .list ol {
    margin:10px;
    -moz-column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-count: 4;
    -webkit-column-gap: 15px;
    column-count: 4;
    column-gap: 15px;
    padding:10px 0;
    background-color:#f4f4f4;
}
.bricks .row .list ol li {
    font-size:11px;
    list-style:circle;
    padding:0 0 5px 10px;
    list-style-position:inside;
}

#Porn.row .title {
    background-color:#ffe4e4;
}
#Porn.row .title:hover {
    background-color:#ffc8c8;
}



#packets thead th{ 
    font-size:11px;
    padding:0 0 5px 0 
}

#packets thead td.disclaimer {  
    border-bottom:#e1e1e1 2px solid;
}
#packets thead td.disclaimer p {
    padding:7px 0;
    margin:0;
    color:#959595;
    font-size:11px;
}
#packets tbody td {
    padding:3px 0 3px 10px;
    font-size:11px
}
#packets tbody td.group {
    color:#959595;
    font:normal 18px Arial, Helvetica, sans-serif;
    padding:15px 0 5px 10px;
    border-bottom:#959595 1px solid;
}
.bundle-price p {
  font-size:11px;
  line-height:32px;
    margin:0 !important
}

.rightside .bundle-price p em {
    margin-right:15px;
}

.bundle-price p em {
  padding:15px 15px 5px 10px;
  font-size:11px;
  background-color:#e0ea98;
  display:block;
    margin-right:4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;   
}

.bundle-price p span {
  font-size:32px;
  padding:0 5px;
}

.binder{
  border-bottom:#dddddd 2px solid;
}
.ext {
  font-weight:bold;
}