﻿*{
margin:0;
padding:0;
}

ul{	list-style: none;margin-top:12px; margin-bottom:12px;}

li {
background:url(/images/bullet-small.gif) no-repeat left 8px;
padding:0 0 12px 20px;
}

html, body  {
	text-align: center;
	position:relative;
	font-size:16px;
	height: 100%;
	background-color:#dfdfde; 
	background: url(/images/bg.jpg);
	background-attachment:fixed;
	position: relative;
}
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}

a:link, a:visited, a:hover {
	color: #ff0066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.left {float:left}
.right{float:right}
.clear{clear:both}



img {
	border: 0;
}

.wrapper {
position:relative;
	margin: 0px auto;
	text-align: left;
	width: 650px;
}


#header {
	background:#717171 url(/images/headerbg.gif);
	height:180px;
	padding: 10px;
	border-bottom:6px solid #ff0066;
}

#header h1 a{
	font-family: 'Trebuchet MS';
	font-size: 0px;
	font-weight: normal;
	line-height:0px;
}

#header h1 {
	width: 750px;
	height: 130px;
	position: relative;
	margin:auto;
	
	}
#header span {
	background:url(/images/title.png) no-repeat;
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	}

*html #header span {
	background:url(/images/title.gif) no-repeat;
	}

#header h2 {
	font-family: 'Georgia';
	font-size: 70%;
	font-weight: bold;
	margin: 12px auto 4px auto; 
	color:#fff;
	text-align:center;
	background:none;
}

*html #header h2 {
	margin: 0px auto 4px auto; 
}
#nav {
	height: 24px;
	position:absolute;
	top:12px;
	right:12px;
}

#nav ul { 
	position: relative;
	overflow: auto;
}

#nav ul li {
	list-style: none;
	display: inline;
	float: left;
	background:none;
	padding:0;
}

#nav li a:link, #nav li a:visited {
	display: block;
	font-family: arial;
	font-size: 70%;
	text-decoration: none;
	font-weight:bold;
	padding: 4px 5px;
	margin: 0 4px 0 0;
	color:#fff;
}

#nav li a:link.selected, #nav li a:visited.selected {
	border-top: 1px solid #c60;
}

#nav li a:hover {
	background: #ff0066;
	padding: 4px 5px;
	margin: 0 4px 0 0;
}

.push {
height:142px;
}

#footer {
height: 142px; /* .push must be the same height as .footer */
border-top: 8px solid #ff0066;
background: #717171 url(/images/headerbg.gif);
padding: 10px;
font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
letter-spacing:0.06em;
font-size: 80%;
text-align: center;
color:#fff;
}

#footer p{padding-top:22px;font-weight:bold;}

#footer a:link, #footer a:visited {color:#fff;text-decoration:underline;}

/* ----------- Home page specific -------------*/


ul.ratings {clear:both;width:100%;margin-top:2px;}
ul.ratings li {width:100%;float:left;display:block !important;border-bottom:dotted 1px #797976;padding:3px 0;}
.rating_label {float:left;	white-space: nowrap; font-size: 75%; color:#797976;background:#fff !important;}
.rating_value {float:right;white-space: nowrap; font-size: 80%;}
.rating_value img, .rating_value a{margin:6px 0 0 1px}
.rating_value .no_ratings {color: #666;}

.highlight {background:#e5b9c9;padding:0 1px}

#isp{
position:relative;
margin:auto;
padding:22px 0;
background:#fff;
}

#reviews{
/*background: #e7e6e1;*/
padding:14px 0;
margin:auto;
}


.isp-description{
position:relative;
background:#fff; 
color:#333;
border: solid 4px #e6a3bb;
padding:22px;
margin-top:12px;
margin-bottom:22px;
padding-bottom:32px;
opacity: 0.65;
-moz-opacity: 0.65; /* older Gecko-based browsers */
filter:alpha(opacity=65); /* For IE6&7 */

border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; -mso-border-radius:8px;
}

*html .isp-description{
position:fixed;
padding-bottom:0;
margin-bottom:2px;
height:240px;
}

#chart{
position:absolute;
bottom:-770px;
left:-50px;
width:100px;
height:600px;
background: url(/images/chart.gif) no-repeat ;
font-size:0.01em;
}

.isp-description .left{
width:57%;
font-size:85%;
text-align:justify;
margin-top:6px;
}
.isp-description .right{
width:38%;
}

a.rate{position:absolute; bottom:6px;left:22px;margin-bottom:4px;font-size:80%; font-weight:bold}
a.rate:after { content: '>'; font-size:160%;   margin-left:4px; }

*html a.rate{padding-top:12px;display:block;position:static}



/*------------------------------------------*/






#isplist {
	width: 180px;
	margin-top: 15px;
	text-align: center;
	border-bottom: 10px solid #fff;
}

#page {
	font-family: "Trebuchet MS";
	line-height: 1.5em;
	float: left;
	color:#666;
	width:100%;
}

#page h1 {
	font-family: 'Trebuchet MS', arial;
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#page h2 {
	font-family: 'Trebuchet MS', arial;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #666;
	padding-left:0;
}

#page h1 a:link, #page h1 a:visited {
	color: #ff0066;
}

#page h1 a:hover, #page h1 a:active {	
	text-decoration: none;
	border-bottom:dashed 2px #ff0066;
}
#page .content {
	clear: left;
}

h2.comments {
	background: #f3f2ed url(/images/review-icon.gif) no-repeat 12px;
	font-size: 105%;
	font-weight: bold;
	color: #7f7e7c;
	padding: 10px 10px 10px 42px !important;
	border: solid 2px #f4e6e5;
}


h3.respond {
	clear: right;
	font-size: 105%;
	font-weight: bold;
	margin: 10px 0;
	color: #aaa1a0;
}

#reviews .review{
background: #fff;
	border: solid 2px #f4e6e5;
padding:22px;
margin-top:12px;
margin-bottom:22px;
position:relative;
border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; -mso-border-radius:8px;
}

#reviews .review .speech{
position:absolute;
width:100px;
height:61px;
top:240px;
left:-205px;
background:url(/images/speech.png) no-repeat top right;
font-size:60%;
text-align:right;
padding:22px 105px 0 0;
}

*html #reviews .review .speech{
position:absolute;
top:250px;
left:-227px;
padding:32px 105px 0 0;
background:url(/images/speech.gif) no-repeat top right;
}


#comments h3.review {
	clear: right;
	margin: 0 0 14px 0;
	padding: 0px;
	color: #797976;
	font-family: Arial;
	font-size: 80%;
	border:none;
}

#comments p {
clear:both;
font-size: 88%;
color: #555453;
text-align:justify;
}

.usercomment{clear:both;padding-top:20px;position:relative;}

/*
.usercomment p:before { content: '\201C'; font-size:160%; margin-right:4px; color:#555453}
.usercomment p:after { content: '\201D'; font-size:160%;   margin-left:4px; color:#555453;}
*/

#comments p,#comments  br{
	margin-bottom: 16px;
}


#comments ul {
}

#comments li {
	display: inline;
}

#comments .rating_value {
	padding-right: 10px;
}

textarea,input#author,input#email,input#url{background:#E7E6E1;border:solid #F4E6E5 1px; color:#555453;font-family:Trebuchet MS}
textarea{margin-bottom:8px;padding:8px;}
input{padding:6px 12px; margin:3px;}

input#submit{border:none;background:#E7E6E1;color:#ff0066;
border:solid 1px #ccc;
border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -mso-border-radius:4px;
box-shadow: 4px 3px 6px #ccc; -webkit-box-shadow: 3px 3px 6px #ccc; -moz-box-shadow: 1px 1px 10px #ccc;}
input#submit:hover{background:#ff0066;color:#fff}
#isplist {
	text-align: left;
	border:none;
}

#isplist h2 {
	padding: 2px 10px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #f3f2ed;
}

#isplist ul {
	margin: 0 0 0 10px;
	list-style: none;
}

#isplist ul li {
	line-height: 2em;
	font-family: Arial;
	font-size: 80%;
	border-bottom: 1px solid #eee;
}

#isplist ul li a:link, #isplist ul li a:visited {
	color: #fff;
}

.customer_favorite {
	font-family: Arial;
	font-size: 90%;
	font-weight: bold;
	color: #666;
	padding-left: 10px;
}

.reviewcount, .visitsite, .visitsite_single {
	float: right;
}

.reviewcount a:link, .reviewcount a:visited {
	display: block;
	margin-top: 1px;
	padding: 1px 3px;
	font-family: Arial;
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
}
.reviewcount a:hover{
background:#ff0066;
color:#fff;

}


.visitsite, .visitsite_single {
	padding-left: 8px;
}

.visitsite a:link, .visitsite a:visited {
	display: block;
	margin-top: 1px;
	padding: 1px 3px;
	background: #f3f2ed;
	font-family: Arial;
	font-size: 80%;
	color: #069;
	text-decoration: none;
	font-weight: bold;
}

.visitsite_single a:link, .visitsite_single a:visited {
	display: block;
	margin-top: 1px;
	padding: 1px 8px;
	background: #c00;
	font-family: Arial;
	font-size: 80%;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.visitsite_single a:hover {
	display: block;
	margin-top: 1px;
	padding: 1px 8px;
	background: #fcc;
	font-family: Arial;
	font-size: 80%;
	color: #06c;
	text-decoration: underline;
	font-weight: bold;
}


#yoursay {
background:#fff;
margin:auto;
padding:24px 0;
}

#yoursay .left{
width:360px;}

.tip {float:right; width:190px; height:130px;text-align:center; padding:20px 30px 0 30px;border:dashed 1px #ccc;background: url(/images/rate.gif) no-repeat bottom center}

#yoursay h3{margin:22px 0 12px 0}

#sidebar {
position: fixed;
display:block;
overflow: auto; 
z-index: 2;
font-size:70%;
top:280px;
right:-100px;
background:#fff url(/images/isps.gif) no-repeat left;
padding-left:30px;
border-right:none;
border:solid 1px #fdcfdf;
opacity: 0.55;
-moz-opacity: 0.55; /* older Gecko-based browsers */
filter:alpha(opacity=55); /* For IE6&7 */
}

*html #sidebar {
position: absolute;
top:250px;
right:0px;
}


#sidebar:hover{right:0px;}


#sidebar li{text-align:left;margin:0;background:none;
padding:0 0 0px 20px;line-height:16px;}
#sidebar h2{font-size:80%;}