/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

body {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #222;
  background: #fff;
}

a {
  color: #0a7aee;
  text-decoration: underline;
}

p {
  margin-bottom: 20px;
  line-height: 20px;
}

.gradient {
  filter: none;
}

.shadow {
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 3px 3px 5px 6px #ccc;
}

.shadow-inset {
  -moz-box-shadow: inset 0 8px 10px -10px #3d3d3d;
  -webkit-box-shadow: inset 0 8px 10px -10px #3d3d3d;
  box-shadow: inset 0 8px 10px -10px #3d3d3d;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

/**
 * bxSlider v4.2.5
 */
/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../images/bx_controls.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url('../images/bx_controls.png') no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../images/bx_controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../images/bx_controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*        
 * Header  
*/
.header {
  box-shadow: 0 0 10px #a6a6a6;
  background: #F1F1F1;
}

.header-content {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.header .logo {
  float: left;
  width: 241px;
  height: 70px;
  text-indent: -9999px;
  background: url(../images/logo-tp.png) no-repeat;   
}

/* 
 * Nav
*/
.nav {
  float: right;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-top: 26px;
  overflow: hidden;
  text-decoration:underline;
}

.nav li {
  float: left;
  margin-left: 5px;
}

.nav a {
  display: block;
  color: #2F7BB5;
  padding: 6px 9px;
  border-radius: 20px;
  text-decoration: underline;
}

.nav a:hover,
.nav a.active {
  color: #fff;
  background: #2f7bb5;
  text-decoration:none;
}

/* Sidebar */
.sidebar {
  float: right;
  width: 250px;
}

.sidebar .ad {
	margin-bottom: 10px;
}

.sidebar .block {
  margin-bottom: 23px;
  border: 1px solid #ccc;
	border-top: 3px solid #3883c9;
}

.sidebar .no-border {
  border: none;
}

.sidebar h3 {
  font-size: 14px;
  color: #2d5a98;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 12px 15px;
  border-bottom: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
}

.sidebar ul a, .sidebar li a {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
}

.sidebar h4 {
  font-size: 14px;
  font-weight: normal;
  color: #2f7bb5;
  line-height: 18px;
  margin-bottom: 10px;
}

.sidebar p {
  line-height: 18px;
  margin-bottom: 20px;
  font-size: 12px;
}

.sidebar .about .pad,
.sidebar .monthly .pad,
.sidebar .site-reviews .pad {
  padding: 0 15px 15px;
 }
 
.sidebar .about ul,
.sidebar .site-reviews ul {
  font-size: 12px;
  list-style-type: none;
}

.sidebar .monthly h3 {
	padding-left: 35px;
	background: url(../images/ico-side-users.png) no-repeat 5% 0.9em;
}

.sidebar .monthly ul {
  font-size: 12px;
  list-style-type: none;
}

.sidebar .about li,
.sidebar .monthly li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.sidebar .monthly a {
  font-size: 13px;
  font-weight: normal;
}

.sidebar .stats h3 {
	padding-left: 35px;
	background: url(../images/ico-side-info.png) no-repeat 5% 0.9em;
}

.sidebar .stats ul {
  font-size: 12px;
  margin: 0;
  padding: 15px 20px 15px 15px;
  line-height: 18px;
  list-style-type: none;
}

.sidebar .stats li {
  margin: 0 0 20px;
  padding-left: 28px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
  background: url(../images/ico-check-blue.png) no-repeat left top;
}

.sidebar .site-reviews li {
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}

.sidebar .site-reviews {
	position: relative;
}

.sidebar .site-reviews h4 {
	font-size: 12px;
	font-weight: bold;
	color: #2b2b2b;
	margin: 0;
}

.sidebar .site-reviews p {
	margin: 15px 0 0;
}

.sidebar .site-reviews a {
	font-weight: normal;
}

.sidebar .site-reviews .choice {
	position: absolute;
	top: 0;
	right: 0;
}

.sidebar .site-reviews .logo {
	float: left;
	border: 1px solid #ebebeb;
}

.sidebar .site-reviews .logo img {
	display: block;
}

.sidebar .site-reviews span {
	font-size: 12px;
	font-weight: bold;
}

.sidebar .site-reviews .text {
	float: right;
	width: 127px;
}

.sidebar .site-reviews h3 {
	padding-left: 35px;
	background: url(../images/ico-side-review.png) no-repeat 5% 0.9em;
}


.sidebar .stats li:last-child,
.sidebar .monthly li:last-child,
.sidebar .site-reviews li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.sidebar .articles .first-row,
.sidebar .articles .last-row {
  border-top: none;
}

.sidebar .articles p {
  margin-bottom: 0;
}

/*        
 * Footer
*/
.footer {
  clear: both;
}

.footer ul {
  font-size: 13px;
  list-style-type: none;
  margin-bottom: 10px;
  text-align: center;
}

.footer li {
  display: inline;
  margin: 0;
}

.footer li a {
  color: #2b2b2b;
  text-decoration: none;
}

.footer .copyright {
  margin-bottom: 30px;
  text-align: center;
}

.footer .tos {
  line-height: 18px;
  margin-bottom: 50px;
  text-align: center;
}

/* Home Global */
#home-global {
	background: #f1f1f1;
}

#home-global .container {
	width: 1048px;
	overflow: hidden;
}

#home-global .hero {
	text-align: center;
	margin: 0 auto 10px;
}

#home-global .hero .container {
	width: 1227px;
}

#home-global .hero .bx-wrapper {
	border: none;
	background: none;
}

#home-global .hero .text {
	position: absolute;
	top: 29%;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

#home-global .hero .text img {
	margin-bottom: 30px;
}

#home-global .hero h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 50px;
	margin-bottom: 25px;
}

#home-global .hero p {
	font-size: 22px;
}

#home-global .hero img {
	margin: 0 auto;
}

#home-global .box-links {
	padding: 25px;
	margin-bottom: 20px;
	background: #fff;
	overflow: hidden;
}

#home-global .box-links .col {
	float: left;
	width: 233px;
	margin-right: 22px;
}

#home-global .box-links .col:last-child {
	margin-right: 0;
}

#home-global .box-links img {
	display: block;
	margin-bottom: 20px;
}

#home-global .box-links a {
	font-weight: bold;
}

#home-global .footer {
	background: none;
}

#home-global .footer h3 {
	font-size: 14px;
	color: #2b2b2b;
	margin-bottom: 20px;
}

#home-global .footer .details {
	float: left;
	width: 250px;
	margin-right: 100px;
}

#home-global .footer .newsletter {
	float: left;
	width: 300px;
	margin-right: 100px;
}

#home-global .footer .subscribe {
	float: right;
	width: 290px;
}

#home-global .footer .subscribe div {
	margin-bottom: 15px;
}

#home-global .footer .subscribe label {
	display: block;
	margin-bottom: 10px;
}

#home-global .footer .subscribe input[type=text],
#home-global .footer .subscribe input[type=email] {
	width: 269px;
	height: 43px;
	padding: 0 10px;
	border: none;
}

#home-global .footer .subscribe input[type=submit] {
	width: 140px;
	height: 44px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	border: none;
	background: #0a7aef;
}

#home-global .footer ul {
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#home-global .footer-top {
	padding: 40px 0;
	background: #e1e9f3;
}

#home-global .footer-bottom {
	color: #fff;
	padding: 20px 0;
	background: #2d5d94;
}

#home-global .footer li {
	margin-right: 6px;
}

#home-global .footer-bottom a {
	color: #fff;
}

/*
 * Content
*/
.content {
  margin-bottom: 50px;
  padding-bottom: 30px;
  overflow: hidden;
}

.content header h1 {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -1px;
  margin-bottom: 15px;  
}

.content header .sub {
  font-size: 16px;  
}

.content header p {
  font-size: 14px;  
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.meet-local {
	min-height: 40px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}

.meet-local span {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 0 0 4px 4px;
  background: #2f7bb5;
}

/* Main Content */
.main-content {
  width: 713px;
}

.main-content h1 {
  font-family: Verdana, sans-serif;
  font-size: 43px;
}

.main-content h2 {
  font-size: 30px;
  color: #2b2b2b;
  margin-bottom: 20px;
}

.main-content h3 {
  font-size: 20px;
  color: #2265c2;
  margin: 0 0 15px 0;
}

.main-content ul,
.main-content ol {
  margin: 0 0 30px 17px;
}

.main-content li {
  margin-bottom: 10px;
  line-height: 18px;
}

.main-content header {
  margin: 0 0 30px 0;
}

.main-content .bcrumbs {
	font-size: 14px;
	color: #3883c9;
  margin: 10px 0 25px;
  list-style-type: none;
}

.main-content .bcrumbs li {
  display: inline;
}

.main-content .bcrumbs a {
	text-decoration: none;
}

.main-content .bcrumbs a:hover {
	text-decoration: underline;
}

/* Hero Block */
.hero-block {
  clear: both;
  margin-bottom: 35px;
  overflow: hidden;
}

.hero-block h2 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 20px;
  color: #2f7bb5;
  margin-bottom: 5px;
}

.hero-block .columns {
}

.hero-block .col {
  float: left;
  padding: 0 10px;
  overflow: hidden;
}

.hero-block .separator {
  float: left;
}

.hero-block .col:first-child {
  border: none;
	padding-left: 0;
}

.hero-block .browse {
	padding: 0 18px;
}

.hero-block .date {
	padding: 0 0 0 19px;
}

.hero-block .col img {
  float: left;
  margin: 0 14px 0 0;
}

.hero-block .text {
  float: left;
	width: 150px;
}

.hero-block p {
  font-size: 11px;
  color: #555;
  line-height: 14px;
  margin-bottom: 0;
}

/* Top Five */
.topfive {
  margin-bottom: 50px;
}

.last-update {
  overflow: hidden;
}

.last-update .most-popular {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-left: 55px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  background: #e9444a;
}

.last-update .most-popular span {
  padding-left: 25px;
  background: url(../images/ico-white-check.png) no-repeat left;
}

.last-update .update {
  font-size: 14px;
}

.last-update .update-only {
	margin-bottom: 20px;
}

.last-update .update select {
  width: 100px;
  color: #2b2b2b;
  margin-left: 10px;
  padding: 2px 3px;
  border-radius: 3px;
  background: #fcfcfc;
}

.column-title {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px 20px;
	background: #2f7bb5;
}

.column-title ul {
	margin: 0;
	padding: 0;
}

.column-title li {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 15px;
	text-align: center;
}

.column-title li.site {
	width: 165px;
}

.column-title li.info {
	width: 160px;
}

.column-title li.base {
	width: 100px;
}

.column-title li.score {
	width: 100px;
}

.column-title li.more {
	width: 130px;
}

.topfive .block {
  position: relative;
  margin-bottom: 17px;
  padding: 15px;
  border: 1px solid #a9a9a9;
  border-top: 4px solid #2b2b2b;
  box-shadow: 0 4px 2px -2px #ebebeb;
}

.topfive .number {
  position: absolute;
  top: 10px;
  left: -16px;
  width: 63px;
  height: 29px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-top: 12px;
  text-align: center;
  background: url(../images/bg-rank.png) no-repeat;
}

.topfive .award {
  top: -10px;
  left: -16px;
  width: 61px;
  height: 62px;
  padding-top: 18px;
  background: url(../images/bg-rank-badge.png) no-repeat;
}

.topfive header {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}

.topfive header h2 {
  font-size: 30px;
  color: #0a7aee;
  margin: 0 0 0 45px;
}

.topfive header h2 a {
  text-decoration: none;
}

.topfive header .rating {
  width: 185px;
  line-height: 18px;
  overflow: hidden;
}

.topfive .rating .our-rating span {
  font-size: 24px;
  color: #ff9900;
}

.topfive .rating .our-rating strong {
  font-size: 20px;
}

.topfive .rating .user-rating {
  text-align: center;
}

.topfive .description {
  padding: 17px;
  overflow: hidden;
}

.topfive .description h3 {
  font-family: "Times New Roman", serif;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  padding: 5px 0 4px 35px;
  background: url(../images/ico-circle-arrow.png) no-repeat left;
}

.topfive .description img {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
}

.topfive .description .text {
  width: 430px;
}

.topfive .free-membership {
  display: inline-block;
  color: #e9444a;
  padding: 11px 15px;
  border: 1px dashed #d4ca9d;
  background: #fffbe9;
}

.topfive .free-membership a {
  font-size: 14px;
  font-weight: bold;
}

.topfive .free-membership strong {
  font-size: 18px;
  padding-left: 28px;
  text-transform: uppercase;
  background: url(../images/ico-tag-red.png) no-repeat left;
}

.topfive footer {
  padding: 13px 15px 0;
  border-top: 1px solid #e0e0e0;
  overflow: hidden;
}

.topfive footer .browse {
  padding-top: 20px;
}

.topfive footer .browse a {
  font-size: 18px;
  padding-left: 20px;
  background: url(../images/ico-green-marker.png) no-repeat left;
}

.topfive footer .recommended {
  width: 360px;
}

.topfive footer .age {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

.topfive footer .age strong {
  font-size: 29px;
}

.topfive .button {
  font-size: 13px;
  text-align: center;
}

.topfive .button button,
.topfive .button button:active {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #3e3624;
  margin-bottom: 5px;
  padding: 10px 25px 9px;
  text-transform: uppercase;
  border: 1px solid #d3aa1d;
  border-bottom: 4px solid #d3aa1d;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  background: #faed21; /* Old browsers */
  background: -moz-linear-gradient(top,  #faed21 0%, #fcd306 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faed21), color-stop(100%,#fcd306)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #faed21 0%,#fcd306 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #faed21 0%,#fcd306 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #faed21 0%,#fcd306 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #faed21 0%,#fcd306 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faed21', endColorstr='#fcd306',GradientType=0 ); /* IE6-9 */
}

.topfive .button button:hover {
  background: #fcd306; /* Old browsers */
  background: -moz-linear-gradient(top,  #fcd306 0%, #faed21 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcd306), color-stop(100%,#faed21)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fcd306 0%,#faed21 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fcd306 0%,#faed21 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fcd306 0%,#faed21 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fcd306 0%,#faed21 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd306', endColorstr='#faed21',GradientType=0 ); /* IE6-9 */
}

/* Block V2 */
.topfive .block-v2 {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid #ccc;
}

.topfive .block-v2 .content {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.topfive .block-v2 .site {
	width: 178px;
	padding: 0 10px 0 0;
}

.topfive .block-v2 .info {
	width: 135px;
	padding: 0 20px 0 0;
}

.topfive .block-v2 .info p {
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 18px;
}

.topfive .block-v2 .base {
	width: 90px;
	text-align: center;
	padding: 5px 10px 0 0;
}

.topfive .block-v2 .base span {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

.topfive .block-v2 .base table {
	margin-top: 15px;
}

.topfive .block-v2 .base td img {
	margin-bottom: 5px;
}

.topfive .block-v2 .base td {
	text-align: center;
}

.topfive .block-v2 .score {
	width: 100px;
	padding-top: 5px;
	text-align: center;
}

.topfive .block-v2 .score span {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

.topfive .block-v2 .more {
	width: 125px;
	padding-top: 5px;
	text-align: center;
}

.topfive .block-v2 .button button {
	font-size: 14px;
	padding: 5px 18px;
}

/* Block V3 */
.topfive .block-v3 {
  position: relative;
  margin-bottom: 17px;
  border: 1px solid #a9a9a9;
  border-top: 4px solid #3883c9;
  box-shadow: 0 4px 2px -2px #ebebeb;
}

.topfive .block-v3 .rating {
  position: absolute;
  top: 10px;
  right: -9px;
}

.topfive .block-v3 .rating .box {
	width: 150px;
	font-family: Arial, sans-serif;
  font-size: 12px;
	padding: 8px 15px;
	border: 1px solid #e2e2e2;
  background: #f7f7f7;
}

.topfive .block-v3 .rating .toppick {
  color: #fff;
	border: none;
  background: #2f7bb5;
}

.topfive .block-v3 .rating strong {
  font-size: 18px;
	margin-left: 5px;
}

.topfive .block-v3 .fold {
  position: absolute;
  bottom: -8px;
  right: 0;
	width: 9px;
	height: 8px;
	background: url(../images/pic-fold.png);
}

.topfive .block-v3 .rating h5 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}

.topfive .block-v3 header {
	padding: 10px 50px 5px;
	border: none;
}

.topfive .block-v3 .content {
	padding: 0 40px 10px;
	margin: 0;
}

.topfive .block-v3 .content img {
	display: block;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}

.topfive .block-v3 .content .photo {
	width: 183px;
	margin-right: 20px;
}

.topfive .block-v3 .content p {
	margin-bottom: 10px;
}

.topfive .block-v3 .button button {
	width: 98%;
	font-size: 20px;
	padding: 5px 18px;
}

.topfive .block-v3 footer {
	border: none;
	padding: 0;
}

.topfive .block-v3 footer td {
	padding: 10px;
	text-align: center;
	border: 1px solid #d4d4d4;
}

.topfive .block-v3 footer img {
	vertical-align: middle;
}

.topfive .block-v3 footer img.female {
	margin-left: 10px;
}

.topfive .block-v3 footer .title {
	font-weight: bold;
	background: #f6f6f6;
}

/* Top Five Reviews */
#reviews .topfive .description {
  padding: 17px 17px 0px;
  overflow: hidden;
}


/* Reviews Page */
#reviews-page h2 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}

#reviews-page .main-content .block {
	margin-bottom: 50px;
}

#reviews-page .main-content .block h3 {
	font-size: 14px;
	font-weight: bold;
	color: #2b2b2b;
}

#reviews-page header .meta {
	width: 100%;
	color: #848484;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}

#reviews-page header .meta img {
	vertical-align: middle;
}

#reviews-page header .meta td {
	padding: 7px 15px;
	border-right: 1px solid #dcdcdc;
}

#reviews-page header .meta .editor img {
	margin-right: 10px;
}

#reviews-page header .meta .rating span {
	margin-right: 5px;
}

#reviews-page header .meta .rating .score {
	font-size: 15px;
	color: #2b2b2b;
	margin-left: 5px;
	margin-right: 0;
	vertical-align: middle;
}

#reviews-page header .meta .btn {
	border-right: none;
}

#reviews-page .button {
  font-size: 13px;
  text-align: center;
}

#reviews-page .button button,
#reviews-page .button button:active {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #3e3624;
  padding: 3px 12px;
  border: 1px solid #d3aa1d;
  border-bottom: 2px solid #d3aa1d;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  background: #faed21; /* Old browsers */
  background: -moz-linear-gradient(top,  #faed21 0%, #fcd306 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faed21), color-stop(100%,#fcd306)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #faed21 0%,#fcd306 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #faed21 0%,#fcd306 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #faed21 0%,#fcd306 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #faed21 0%,#fcd306 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faed21', endColorstr='#fcd306',GradientType=0 ); /* IE6-9 */
}

#reviews-page .button button:hover {
  background: #fcd306; /* Old browsers */
  background: -moz-linear-gradient(top,  #fcd306 0%, #faed21 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcd306), color-stop(100%,#faed21)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fcd306 0%,#faed21 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fcd306 0%,#faed21 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fcd306 0%,#faed21 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fcd306 0%,#faed21 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd306', endColorstr='#faed21',GradientType=0 ); /* IE6-9 */
}

#reviews-page .bottom-block {
	padding: 10px;
	background: #2f7bb5;
	overflow: hidden;
}

#reviews-page .bottom-block .logo {
	float: left;
	display: block;
	margin-right: 20px;
}

#reviews-page .bottom-block .rating {
	float: left;
	color: #fff;
	overflow: hidden;
}

#reviews-page .bottom-block .rating span {
	float: left;
	font-size: 30px;
	padding: 10px 0;
	margin-right: 10px;
}

#reviews-page .bottom-block .overall {
	float: left;
	font-size: 13px;
	color: #fff;
	margin-top: 10px;
}

#reviews-page .bottom-block .btns {
	float: right;
	overflow: hidden;
}

#reviews-page .bottom-block .similar {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 10px 15px;
	margin: 8px 0 0;
	text-decoration: none;
	background: #47afff;
}

#reviews-page .bottom-block .visit {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	margin: 8px 0 0 5px;
	text-decoration: none;
	background: #67bd0a;
}

#reviews-page .bottom-block .rating {
	float: left;
}

#reviews-page .overview {
	margin-bottom: 50px;
}

#reviews-page .overview .site {
	padding-top: 20px;
	overflow: hidden;
}

#reviews-page .overview .site-rating {
	float: left;
}

#reviews-page .overview .site-rating ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#reviews-page .overview .site-rating li {
	font-size: 15px;
	font-weight: bold;
	color: #2d5a98;
	margin-bottom: 2px;
	padding: 11px 13px;
	background: #f5f5f5;
	overflow: hidden;
}

#reviews-page .overview .site-rating li span {
	float: right;
}

#reviews-page .overview .site-rating li.overall {
	color: #fff;
	background: #2f7bb5;
}

#reviews-page .overview .site-rating li:first-child img {
	display: block;
	box-shadow: 0 0 10px #ccc;
}

#reviews-page .overview .sshot {
	float: right;
	border: 1px solid #e6e6e6;
}

#reviews-page .overview .sshot img {
	display: block;
}

#reviews-page .data-breakdown p {
	font-size: 13px;
	line-height: 17px;
}

#reviews-page .data-breakdown .columns {
	overflow: hidden;
}

#reviews-page .data-breakdown .col {
	float: left;
	width: 224px;
	margin-right: 20px;
}

#reviews-page .data-breakdown .col-last {
	margin-right: 0;
}

#reviews-page .data-breakdown .box {
	font-size: 24px;
	font-weight: bold;
	color: #2d5a98;
	margin-bottom: 30px;
	padding: 24px 0;
	text-align: center;
	border: 1px solid #dcdcdc;
	background: #fbfbfb;
}

#reviews-page .data-breakdown .box h4 {
	font-size: 14px;
	color: #434343;
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#reviews-page .pricing {
	margin-bottom: 50px;
}


#reviews-page .pricing .offer {
	overflow: hidden;
}

#reviews-page .pricing .offer p {
	font-size: 16px;
	padding: 18px 0;
}

#reviews-page .pricing .offer .special {
	position: relative;
	float: left;
	width: 290px;
	margin-right: 30px;
	padding: 5px;
	background: #e8f8ff;
}

#reviews-page .pricing .offer .special img {
	position: absolute;
	top: 0;
	right: 0;
}

#reviews-page .pricing .offer .special .box {
	font-size: 14px;
	font-weight: bold;
	color: #717171;
	padding: 15px;
	border: 1px dashed #9ab6d4;
	background: url(..//images/pic-pricing-offer.png) no-repeat 94% 0.9em;
}

#reviews-page .pricing .offer .special .box a {
	display: block;
	font-size: 18px;
	color: #2d5a98;
	margin-top: 5px;
}

#reviews-page .pricing .plans {
	overflow: hidden;
}

#reviews-page .pricing .plans .box {
	float: left;
	width: 220px;
	font-size: 14px;
	font-weight: bold;
	color: #434343;
	margin-right: 20px;
	padding: 25px 0;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #dcdcdc;
	background: #fbfbfb;
}

#reviews-page .pricing .plans .box-last {
	margin-right: 0;
}

#reviews-page .pricing .plans a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #2d5a98;
	margin-top: 10px;
	text-transform: none;
}

#reviews-page .pros-cons {
	margin-bottom: 20px;
}

#reviews-page .pros-cons h3 {
	font-size: 18px;
	color: #2d5a98;
	margin-bottom: 25px;
}

#reviews-page .pros-cons .box {
	margin-bottom: 11px;
	padding: 25px;
	border: 1px solid #dcdcdc;
	background: #fbfbfb;
}

#reviews-page .pros-cons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#reviews-page .pros-cons li {
	margin: 0 0 15px;
	padding: 0 0 0 30px;
}

#reviews-page .pros-cons .pros li {
	background: url(../images/ico-pro-check.png) no-repeat left;
}

#reviews-page .pros-cons .cons li {
	background: url(../images/ico-cons-x.png) no-repeat left;
}

#reviews-page .pros-cons .button {
	margin-top: 30px;
}

#reviews-page .pros-cons .button button {
	margin: 0 auto;
	padding: 10px 30px;
}

#reviews-page .pros-cons .button button a {
	font-size: 18px;
	color: #3e3624;
	text-transform: uppercase;
	text-decoration: none;
}


/* Guide */
#guide header p {
  font-size: 16px;
  color: #2f7bb5;
}

#guide .main-content h3 {
  font-size: 18px;
}

.guide-list h4 {
  font-size: 18px;
  color: #d00000;
  margin-bottom: 5px;
}

.guide-list p {
  margin-bottom: 0;
}

.guide-list ul {
  margin: 0 0 40px 20px;
  padding: 0;
  list-style-type: none;
}

.guide-list li {
  padding: 23px 32px;
  border: 1px solid #e3e07d;
  overflow: hidden;
  background: #fffdd3; /* Old browsers */
  background: -moz-linear-gradient(top,  #fffff0 0%, #fffdd3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffff0), color-stop(100%,#fffdd3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fffff0 0%,#fffdd3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fffff0 0%,#fffdd3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fffff0 0%,#fffdd3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fffff0 0%,#fffdd3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff0', endColorstr='#fffdd3',GradientType=0 ); /* IE6-9 */
}

.guide-list .number {
  float: left;
  font-size: 36px;
  font-weight: bold;
  width: 63px;
  height: 63px;
  color: #fff;
  margin-right: 20px;
  line-height: 62px;
  text-align: center;
  text-shadow: 1px 1px 5px #296c9e;
  border-radius: 100%;
  background: #40a9f8; /* Old browsers */
  background: -moz-linear-gradient(top,  #40a9f8 0%, #3181bc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40a9f8), color-stop(100%,#3181bc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #40a9f8 0%,#3181bc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #40a9f8 0%,#3181bc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #40a9f8 0%,#3181bc 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #40a9f8 0%,#3181bc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a9f8', endColorstr='#3181bc',GradientType=0 ); /* IE6-9 */
}

.guide-list .text {
  float: left;
  width: 520px;
}


/* Membership Base */
.membership-list {
  border-top: 2px solid #000;
}

.membership-list .block {
  padding: 35px 0;
  border-bottom: 5px solid #ececec;
  overflow: hidden;
}

.membership-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.membership-list .company {
  float: left;
  width: 165px;
  padding: 0 19px 0 10px;
}

.membership-list .company img {
  display: block;
  margin: 0 auto 20px;
}

.membership-list .company .subtext {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.membership-list .company h3 {
  font-size: 17px;
  color: #2265c2;
  line-height: 22px;
  text-transform: uppercase;
}

.membership-list .company h3.top {
  color: #ed5436;
}

.membership-list button,
.membership-list button:active {
  display: block;
  width: 165px;
  font-size: 15px;
  font-weight: bold;
  color: #3e3624;
  margin-bottom: 25px;
  padding: 10px 0 9px;
  text-transform: uppercase;
  border: 1px solid #d3aa1d;
  border-bottom: 4px solid #d3aa1d;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  background: #faed21; /* Old browsers */
  background: -moz-linear-gradient(top,  #faed21 0%, #fcd306 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faed21), color-stop(100%,#fcd306)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #faed21 0%,#fcd306 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #faed21 0%,#fcd306 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #faed21 0%,#fcd306 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #faed21 0%,#fcd306 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faed21', endColorstr='#fcd306',GradientType=0 ); /* IE6-9 */
}

.membership-list button:hover {
  background: #fcd306; /* Old browsers */
  background: -moz-linear-gradient(top,  #fcd306 0%, #faed21 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcd306), color-stop(100%,#faed21)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fcd306 0%,#faed21 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fcd306 0%,#faed21 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fcd306 0%,#faed21 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fcd306 0%,#faed21 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd306', endColorstr='#faed21',GradientType=0 ); /* IE6-9 */
}

.membership-list .stats {
  float: left;
  width: 460px;
  padding: 0 25px;
  border-left: 1px solid #d6d6d6;
}

.membership-list .stats ul {
  font-size: 13px;
}

.membership-list .stats ul strong {
  font-size: 19px;
}

.membership-list .stats li {
  margin-bottom: 14px;
  padding: 2px 0 2px 55px;
}

.membership-list .stats li.icon1 {
  background: url(../images/ico-mlist1.png) no-repeat left;
}

.membership-list .stats li.icon2 {
  background: url(../images/ico-mlist2.png) no-repeat left;
}

.membership-list .stats li.icon3 {
  background: url(../images/ico-mlist3.png) no-repeat left;
}

.membership-list .stats li.icon4 {
  background: url(../images/ico-mlist4.png) no-repeat left;
}

.membership-list .stats li.icon5 {
  background: url(../images/ico-mlist5.png) no-repeat left;
}

.membership-list .stats li.icon6 {
  background: url(../images/ico-mlist6.png) no-repeat left;
}

.membership-list .stats .unavailable {
  color: #b3d0eb;
}

/* How We Rank */
#how-we-rank .columns {
  overflow: hidden;
}

#how-we-rank .columns h4 {
  font-size: 14px;
  margin-bottom: 5px; 
}

#how-we-rank .columns p {
  margin-bottom: 30px;
}

#how-we-rank .col {
  width: 310px;
  margin-right: 45px;
}

/* Feature Comp */
.feature-header {
  margin: 0 0 50px 74px;
  border-bottom: 1px solid #e8e8e8;
}

.feature-header td {
  position: relative;
  width: 125px;
  border-left: 1px solid #b0bdc9;
  border-right: 1px solid #b0bdc9;
  text-align: center;
  vertical-align: top;
}

.feature-header td.mostpop {
  border-left: 2px solid #e9444a;
  border-right: 2px solid #e9444a;
}

.feature-header .rank {
  font-size: 14px;
  color: #fff;
  padding: 6px 0;
  background: #587693 url(../images/bg-feattop.png) no-repeat bottom;  
}

.feature-header .top,
.feature-header .bottom {
  padding: 10px 0;
}

.feature-header .top {
  font-size: 14px;
}

.feature-header .top img {
  margin-bottom: 10px;
}

.feature-header .bottom {
  border-top: 1px solid #e8e8e8;
}

.feature-header .bottom a {
  display: block;
  margin-bottom: 5px;
}

.feature-header .mostpop .rank {
  position: absolute;
  top: -8px;
  left: -2px;
  width: 129px;
  font-size: 12px;
  padding: 12px 0 18px;
  border-radius: 3px 3px 0 0;
  background: #e9444a url(../images/bg-feattop-pop.png) no-repeat bottom;  
}

.feature-header .mostpop .top {
  margin-top: 30px;
}

#feature-comp h2 {
  font-family: "Times New Roman", serif;
  font-size: 24px;
  color: #587693;
  margin: 0 0 20px;
}

#feature-comp .main-content header {
  margin-bottom: 40px;
}

#feature-comp .checklist {
  width: 100%;
  margin-bottom: 35px;
  border-top: 1px solid #e0e0e0;
}

#feature-comp .checklist td {
  width: 127px;
  padding: 20px 0;
  border-right: 2px solid #9fafbe;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  vertical-align: middle;
}

#feature-comp .checklist td.firstcol {
  width: 70px;
  font-size: 12px;
  margin: 0;
  padding-right: 5px;
  line-height: 18px;
  text-align: left;
  border-right: none;
}

#feature-comp .checklist td.secondcol {
  border-left: 2px solid #e9444a;
  border-right: 2px solid #e9444a;
  background: #fffecf;
}

#feature-comp .buttons td {
  width: 130px;
  padding: 0 5px;
  text-align: center;
}

#feature-comp .buttons td.firstcol {
  width: 80px;
}

#feature-comp .btn,
#feature-comp .btn:active {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #3e3624;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 1px 1px #fff;
  border: 1px solid #d3aa1d;
  border-bottom: 4px solid #d3aa1d;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  background: #faed21; /* Old browsers */
  background: -moz-linear-gradient(top,  #faed21 0%, #fcd306 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faed21), color-stop(100%,#fcd306)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #faed21 0%,#fcd306 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #faed21 0%,#fcd306 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #faed21 0%,#fcd306 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #faed21 0%,#fcd306 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faed21', endColorstr='#fcd306',GradientType=0 ); /* IE6-9 */
}

#feature-comp .btn:hover {
  background: #fcd306; /* Old browsers */
  background: -moz-linear-gradient(top,  #fcd306 0%, #faed21 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcd306), color-stop(100%,#faed21)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fcd306 0%,#faed21 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fcd306 0%,#faed21 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fcd306 0%,#faed21 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fcd306 0%,#faed21 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd306', endColorstr='#faed21',GradientType=0 ); /* IE6-9 */
}