



/* Pricing Table Styles */
#pricingtable 
{
position:relative; 
width: 210px; 
height: 215px;
margin: 70px 0 0 0px;
padding: 0px 0 0 0;

background:url(../images/ptable-bg.png) no-repeat top left;
}

#pricewindow 
{
width: 210px; 
height: 235px; 
position:absolute; 
top: 00px; 
left: 0px; 
overflow:hidden;
}


.manual {overflow:auto !important;}
#pricingtable table {text-align:center; margin: 30px 0 0 0; color: #000;}
#pricingtable table td {width: 210px; text-align:center; font: 12px arial;}
#pricingtable table th {display:none; text-align:center;}
#pricingtable table .subscriberrow td 
{
font-size: 13px; 
color:#32600c;
}

#pricingtable table td a
{
color: #000;
}

table tr.subscriberrow 
{
font: 20px arial;
}

#pricingtable table .pricerow td 
{
font-size: 50px; 
line-height: 0px; 
color:#000; 
text-transform:uppercase; 
}


#pricingtable table .pricerow strong {display:block; width:200px; font-weight:normal; letter-spacing:-4px;}
#pricingtable table .pricerow td.free {}
#pricingtable table .pricerow td.free strong {letter-spacing:-0px;}
#pricingtable table .limitrow td {font-size:14px;  color:#000;}

#pricingtable a.choose 
{
width: 208px; 
display: block; 
position: absolute; 
top: 170px; 
left: 1px;
padding: 10px 0 0 0; 
height: 38px; 
color: #000; 
text-align:center; 
text-decoration:none; 
font: bold 20px arial;
background:url(../images/ptable-button-choose.png) no-repeat;
}


#pricingtable a.choose:hover {background-position:0 -50px; color: #fff;}
#pricingtable a.choose:focus,
#pricingtable a.choose:active {background-position:0 -100px;}

ul#proceed 
{
display:block; 
position:absolute; 
top:0px; 
left: 0px; 
width:180px; 
height:47px; 
margin:0; 
padding:0; 
list-style:none;
}

ul#proceed li { display:inline; padding:0;}
ul#proceed li a {display:block; width: 55px; height:45px; background:url(../images/ptable-nextprev.gif) no-repeat; text-indent:-9999px; outline:none;}
/* html ul#proceed li a {background-image:url(../images/ptable-nextprev-ie6.png);}*/
ul#proceed li.prev a {background-position: 20px 10px; float:left;}
ul#proceed li.prev a:hover {background-position: 20px -35px;}
ul#proceed li.next a {background-position:-40px 10px; float:right;}
ul#proceed li.next a:hover {background-position:-40px -35px;}
