﻿/************************ GENERIC ***********************/

.label
{
    float:left;
    width:100px;
}

.filter
{
    float:left;
    width:150px;
    margin-bottom:3px;
}

.clearfloat
{
    clear:both;
}

.cursor
{
    cursor:hand;
    cursor:pointer;
}

#location_filters
{
    float: left; width: 270px;
}


#broadband_filters
{
    float: left; width: 250px;
    /*border-top: solid 6px #336699;*/
    margin-right:4px;
    padding-top:2px;
}

#phone_filters
{
    float: left; width: 270px;
    border-top: solid 6px #84c225;
    padding-bottom:2px;
    margin-bottom:2px;
    padding-top:2px;
}

#tv_filters
{
    float: left; width: 270px;
    border-top: solid 6px #ff6702;
}

#filters
{
    font-size:11px;
    font-family:Verdana;
}

.info_label
{
    font-weight:bold;
    display:block;
    float:left;
}

.info_value
{
    display:block;
    float:left;
}

.info_broadband
{
    margin-top:3px;
    width:300px;
    float:left;
    margin-bottom:3px;
    
}

.info_phone
{
     margin-top:3px;
    width:200px;
    float:left;
    margin-bottom:3px;
    
}

.info_tv
{
     margin-top:3px;
    width:200px;
    float:left;
    margin-bottom:3px;
    
}

.broadband_line
{
    width:295px;
    float:left;
    height:6px;
    background: #336699;
    margin-right:5px;
}

.phone_line
{
    width:195px;
    float:left;
   background: #84c225;
   height:6px;
   margin-right:5px;
}

.tv_line
{
    width:195px;
    float:left;
    background: #ff6702;
    height:6px;
    margin-right:5px;
}

#broadbandLabel
{
    padding-left:5px;
    border-left: solid 4px #336699;
    display:none;
}

#chkBroadband
{
    display:none;
}

#phoneLabel
{
    padding-left:5px;
    border-left: solid 4px #84c225;
    display:none;
}

#chkPhone
{   
    display:none;
}

#chkMobileBroadband
{
    display:none;
}

#tvLabel
{
    padding-left:5px;
    border-left: solid 4px #ff6702;
    display:none;
}

#chkTV
{   
    display:none;
}

.bullet
{
    float:left;
    margin-right:5px;
}

#packages_table
{
    margin-top:10px;
    margin-bottom:10px;
}


.gobutton
{
    width:70px;
    height:36px;
    background:url(http://www.broadbandpackages.org/engine/images/go.jpg);
}

.emptycell
{
    background: url(http://www.broadbandpackages.org/engine/images/emptycell.gif);
    background-repeat:no-repeat;
    /*width:40px;background:red;
    height:20px;*/
}

/************************ can be changed by the website ***********************/

#bc_table
   {
       font-size:11px;
       font-family:Verdana;
       
   }
   
   
   #bc_table th
   {
    background:#e5e5e5;
    height:25px;
    border-right:solid 1px white;
    border-left:solid 1px white;
    border-bottom:solid 3px #cccccc;
    
   }
   
   #bc_table th a
   {
     color:black;
     text-decoration:none;
   }
   
   #bc_table td
   {
      border-bottom:solid 2px #cccccc;
   }
   
   #bc_table a
   {
      color:blue;
      
   }
   
   .bc_logo
   {
    /*   width:60px;
       height:30px;*/
   }
   
   .bc_big_logo
   {
   }
   
   .bc_tr_highlighted
   {
    background:#e5e5e5;
     cursor:hand;
    cursor:pointer;
   }
   
   .bc_tr
   {
     cursor:hand;
    cursor:pointer;
   }
   
   .bestvalue
   {
   background:url(http://www.broadbandspeedchecker.co.uk/images/best_value.gif);
   width:36px;
   height:31px;
   }
   
   