@charset "UTF-8";

#phonecontent
{
 /* width:1024px;*/

}



#body
{
 /* width:1024px;*/
  background-color:white;
  padding-top:20px;
  border:2px solid #4c5864;
}

th
{
  background-image:url(/images/blacktableheader.png);
  background-repeat:repeat-x;
  height:40px;
  color:white;
  font-size:12px;
  font-weight:bold;
  padding-left:5px;
  padding-right:5px;
}


h2
{
  font-size:20px;
}

h3
{
  font-size:16px;
  color:#749DB5;
}

h4
{
  font-size:12px;
  color:red;
}


th:hover
{
  background-image:url(/images/greentableheader.png);
}

td
{
  padding:10px;
  margin:0px;
}

.solidbg
{
  background-color:white;
  color:#4c5864;
}
.solidbg a:hover
{
  color:#4c5864;
}

.tariff
{
  text-align:left;
}


#dealstable tr:hover
{
  background-image:url(/images/blacktableheader.png);
    background-repeat:repeat;
    color:white;

}
#dealstable a:hover
{
  color:white;
}

#dealstable2 td
{
  text-align:center;
}

.phonename
{
  height:43px;
  font-size:20px;
  background-color:#73ab26;
}

#nameimage
{
  margin-left:20px;
}

#phoneimage
{
  position:relative;
  left:20px;
  margin-top:20px;
  width:266px;
  padding:5px;
  float:left;
}
#phonedesc
{
  margin-top:20px;
  width:393px;
    padding:5px;
  float:left;
}
#phonefeat
{
  margin-top:20px;
  width:285px;
  padding-top:5px;
    padding-left:20px;
  float:left;
  overflow:hidden;
}

.dealsnpages
{
  margin-left:20px;
  font-size:14px;
}
.dealsnpages a
{
  border-bottom:dotted 1px;
  font-size:inherit;
}
#currentpage
{
font-weight:bold;
}
.aveprice
{
  font-weight:bold;
  color:red;
}

#filterbutton
{
background-image:url(/images/filter.png);
background-repeat:no-repeat;
width:70px;
height:18px;
background-color:white;
}

#filterform
{
  margin-left:20px;
  font-size:14px;
  font-weight:bold;
}
#filterform select
{
  border:1px solid black;
}
.mouseover
{
  display:none;
  z-index:999;
  background-color:black;
 background-image:url(/images/blacktableheader.png);
    background-repeat:repeat;
  color:white;
  position:absolute;
  top:35px;
  padding:5px;
  width:250px;
}
.mouseoverdiv
{
  position:relative;
}
