/*
* CONTAINERS AND SPECIFIC BACKGROUNDS *
*/

#contentlite {
background:url(http://hidemyass.com/images/background-content-view.png) repeat-x;
padding-top:23px;
}

/*
* SUB-PAGE NAVIGATION BAR *
*/

#pagelocation a,
#pagelocation a:visited {
color:#222222;
text-decoration:underline;
}

span#pagelocation {
display: block;
height: 45px;
font-size:12px;
}

/*
* LEFT CONTAINER *
*/

#leftcontent {
width:738px;
float: left;
border-right:1px solid #e6e6e6;
padding:0 20px 25px 0;
}

#leftcontentpro {
width:690px;
float: left;
padding:0 20px 25px 0;
}

/*
* RIGHT CONTAINER *
*/

#rightcontent{
width:183px;
float: right;
}

/*
* RIGHT STYLES *
*/

#rightcontent h2{
font-weight:normal;
font-size:20px;
margin:0 0 10px 0;
padding-bottom:8px;
background:url(http://hidemyass.com/images/dotted-border.gif) repeat-x bottom;
clear:both;
}

#rightcontent input{
width:177px;
margin: 0 0 7px 0;
}

#rightlist {
margin:0;
padding:0;
}

#rightlist li {
background:url(http://hidemyass.com/images/bullet2.gif) no-repeat left;
padding-left:16px;
font-size:12px;
margin-bottom:5px;
}

#rightnav{
margin:0;
padding:0;
font-size:15px;
font-weight:bold;
color:#5c5c5c;
}

#rightnav li {
margin-bottom:6px;
padding: 0 0 8px 5px;
background:url(http://hidemyass.com/images/dotted-border.gif) repeat-x bottom;
width:180px;
list-style-type:none;
}

#rightnav li a{
color:#5c5c5c;
background:url(http://hidemyass.com/images/bullet2.gif) no-repeat left;
padding-left:19px;
}

#rightnav li a:hover{
color:#292929;
}

#rightad{
margin-top:20px;
}

/*
* FOOTER *
*/


/******* PRO MOD *******/
#footerlite {
border:1px solid #d3d3d3;
background:#f3f3f3;
padding:5px;
margin-bottom:10px;
color:#525251;
/*float:left; this fixes it but then creates a background problem */
clear:both; /* this also fixes but now there is a height problem */
font-size:12px;
text-align:right;
width:939px;
height:45px;
}
/******* ^^^^^^^ *******/
#footerlite ul{
margin:7px 0 5px 0;
padding:0;
float:right;
}

#footerlite li{
list-style:none;
float:left;
padding:0 6px 0 6px;
border-right:1px solid #d3d3d3;
}

#footerlite .noborder{
border:0;
padding-right:0;
}

#footerlite #privax{
float:left;
padding:3px 0 0 5px;
}

#footerlite #privax a{
background:url(http://hidemyass.com/images/privax-footer.gif) no-repeat 0 0;
display:block;
width:105px;
height:36px;
text-indent:400000px;
overflow:hidden;
}

#footerlite #privax a:hover{
background:url(http://hidemyass.com/images/privax-footer.gif) no-repeat 0 -36px;
}