/*
Theme Name: Consumer-Rankings 2.0
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
h1, h2 {
  padding: 0;
  margin: 0; }

body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px; }

.rel {
  position: relative; }

.sp {
  background: url(images/sprite.png) no-repeat;
  display: inline-block; }

.block {
  clear: both; }

.tac {
  text-align: center; }

a {
  color: #1122cc;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

a:hover {
  color: #09F; }

a img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

a img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8; }

body {
  min-width: 1060px;
  font-family: 'Open Sans', Arial, sans-serif;
  background: #E8EFF5; }

.wrapper {
  width: 1020px;
  margin: 0 auto; }

/*=====================================
	HEADER 
=======================================*/
.site-header {
  width: 100%;
  background: #fff; }

.logo {
  width: 320px;
  height: 28px;
  background-position: 0px 0px; }

.site-header .logo {
  margin: 18px 0px 5px 7px;
  float: left; }

.main-navigation {
  float: right;
  width: 645px; }

.main-navigation .menu-item {
  display: block;
  float: left;
  margin: 10px 16px 0px;
  font-size: 14px;
  position: relative;
  padding: 0 10px 0;
  z-index: 10;
  line-height: 43px; }

.main-navigation .menu-item:hover {
  background: #EDF2F8; }

.main-navigation .menu-item a {
  font-size: 14px;
  font-weight: 700;
  color: #254C69;
  text-transform: uppercase;
  text-decoration: none; }

.social-icons {
  float: right;
  width: 95px;
  margin: 20px 0 0 0; }

.main-navigation .menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 43px;
  left: 0;
  background: #3B7197;
  z-index: 10;
  line-height: 25px; }

.main-navigation .menu-item:hover .sub-menu {
  display: block; }

.main-navigation .menu-item .sub-menu a {
  color: #fff;
  display: block;
  float: left;
  width: 170px;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 10px;
  text-transform: none; }

.main-navigation .menu-item .sub-menu a:hover {
  background: #224D6D; }

.site-header .social-icons a {
  display: inline-block;
  float: left; }

.fb.sp {
  width: 30px;
  height: 28px;
  background-position: -325px -4px; }

.gp.sp {
  width: 30px;
  height: 28px;
  background-position: -355px -4px; }

.tw.sp {
  width: 30px;
  height: 28px;
  background-position: -385px -4px; }

.semmenu {
  background: #fff; }

.semmenu .container {
  width: 1020px;
  margin: 0px auto; }

.semmenu .sp {
  background-image: url("/images/cr-new-sprite.png");
  background-repeat: no-repeat;
  display: inline-block; }

.semmenu #header {
  clear: both;
  height: 75px;
  border-bottom: 1px solid #CCC;
  -webkit-box-shadow: 0px -3px 13px #666;
          box-shadow: 0px -3px 13px #666; }

.semmenu #header span.logo {
  margin: 18px 0px 0px;
  float: left;
  width: 161px;
  height: 37px;
  background-position: 0px 0px; }

.sem-site-header {
  position: relative;
  width: 1020px;
  margin: 0px auto; }

.sem-site-header ul.submenu {
  list-style: none outside none;
  position: absolute;
  right: 0px;
  top: -60px; }

.sem-site-header ul.submenu li {
  display: inline; }

.sem-site-header ul.submenu.longermenu li a {
  padding: 2px 10px;
  font-size: 12px; }

.sem-site-header ul.submenu li a {
  float: left;
  text-decoration: none;
  color: #666;
  margin: 0px 3px;
  border-radius: 40px;
  -webkit-transition: #000 0.3s linear 0s;
  transition: #000 0.3s linear 0s;
  padding: 2px 12px;
  font-size: 14px; }

/*=====================================
	HOME 
=======================================*/
.home-top-popular {
  width: 100%;
  background: #fff;
  margin: 10px 0; }

.home-top-popular .list-left {
  width: 450px;
  min-height: 320px;
  float: left;
  margin: 10px 0 10px 10px;
  background: url(images/main-article.jpg) no-repeat; }

.home-top-popular .list-left .uparrow {
  width: 65px;
  height: 65px;
  background-position: -9px -30px;
  position: absolute;
  top: 10px;
  left: 9px; }

.home-top-popular .list-left .redbox {
  margin: 165px 0 0 10px;
  float: left;
  background: #F13011;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 220px;
  line-height: 30px; }

.home-top-popular .list-left .ll-heading {
  width: 430px;
  text-align: left;
  float: left;
  margin: 0 0 0 10px;
  background: #FFF;
  padding-top: 10px; }

.home-top-popular .list-left .ll-heading sup {
  font-size: 13px;
  position: relative;
  top: -14px;
  left: -1px; }

.home-top-popular .list-middle .lm-heading a sup {
  font-size: 12px;
  position: relative;
  top: -7px;
  left: -2px; }

.home-top-popular .list-left .ll-heading a {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #000;
  padding: 0 15px;
  display: inline-block;
  text-decoration: none; }

.home-top-popular .ll-seelist {
  text-align: left;
  float: left;
  margin: 8px 0 0 26px; }

.home-top-popular .ll-seelist a {
  font-size: 16px;
  text-transform: uppercase;
  color: #2980b9;
  text-decoration: none; }

.home-top-popular .ll-seelist .ll-seelist-img {
  width: 23px;
  height: 23px;
  background-position: -414px -4px;
  vertical-align: middle;
  padding-bottom: 5px;
  margin-left: 3px; }

.home-top-popular .list-middle {
  width: 230px;
  float: left;
  margin: 10px 0 10px 10px;
  background: url(images/second-article.jpg) no-repeat;
  min-height: 320px; }

.home-top-popular .list-middle .lm-heading {
  margin: 195px 0 0 10px;
  width: 210px;
  background: #fff;
  text-align: left;
  display: inline-block;
  float: left; }

.home-top-popular .list-middle .lm-heading a {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  padding: 9px 20px 0;
  line-height: 25px;
  display: inline-block; }

.home-top-popular .list-middle .ll-seelist {
  margin: 4px 0px 0px 29px; }

.home-top-popular .list-right {
  width: 280px;
  float: left;
  margin: 10px 0 10px 20px;
  min-height: 320px; }

.underlined_heading {
  min-width: 59%;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  line-height: 30px;
  padding-bottom: 4px;
  float: left;
  margin: 2px 0 5px;
  position: relative; }

.underlined_heading .the_underline {
  width: 187px;
  height: 4px;
  background: #00628C;
  position: absolute;
  left: 0;
  bottom: 0; }

.home-top-popular .list-right .lr-item {
  line-height: 40px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #EEEEEE; }

.home-top-popular .list-right .lr-item a {
  font-size: 12px;
  color: #000;
  text-decoration: none; }

.fwb {
  margin: 10px auto 5px;
  width: 728px; }

/*=====================================
	FULL WIDTH LISTS 
=======================================*/
.full-width-lists {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 10px;
  padding-bottom: 15px; }

.full-width-lists .list_item {
  width: 190px;
  float: left;
  margin: 12px 0 0 12px;
  line-height: 1em; }

.full-width-lists .list_item .crop {
  width: 190px;
  height: 100px;
  overflow: hidden;
  position: relative;
  float: left;
  text-align: center; }

.full-width-lists .list_item .crop img {
  width: 190px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1; }

.full-width-lists .list_item .hlt-heading {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px 0; }

.full-width-lists .list_item .hlt-descr {
  font-size: 12px;
  color: #868686;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px; }

/*=====================================
	LEFT CONTAINER
=======================================*/
.container_left {
  width: 690px;
  min-height: 400px;
  float: left;
  background: #fff; }

.container_left.nobackground {
  background: none; }

.container_left .content {
  width: 650px;
  margin: 10px 20px 0;
  float: left; }

.container_left .content p, .container_left .content li, .container_left .content span {
  font-size: 12px; }

.container_left.nobackground .content {
  background: #fff;
  width: auto;
  margin: 10px 0 0;
  padding: 22px 18px 5px; }

/*=====================================
	LEFT CONTENT LISTS
=======================================*/
.container_left .content .list_item {
  width: 100%;
  padding: 0 0 20px 0;
  margin: 6px 0px 15px;
  border-bottom: 1px solid #E2E2E2;
  float: left; }

.container_left .content .list_item .crop {
  margin: 4px 25px 0 0;
  width: 271px;
  height: 141px;
  overflow: hidden;
  position: relative;
  float: left;
  text-align: center; }

.container_left .content .list_item .crop img {
  width: 271px;
  position: absolute;
  top: 0px;
  left: 0px; }

.container_left .content .list_item .c_heading a {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  display: block;
  line-height: 1.2em;
  float: right;
  width: 54%; }

.container_left .content .list_item .c_excerpt {
  font-size: 12px;
  color: #868686;
  line-height: 18px;
  display: block;
  margin-top: 13px;
  width: 54%;
  float: right; }

.container_left .content .list_item.no_image .c_heading a {
  width: 100%; }

.container_left .content .list_item.no_image .c_excerpt {
  width: 100%; }

.container_left .content .list_item.no_image .cat_name {
  position: relative;
  /* top: 0; */
  left: 0;
  float: left;
  /* clear: both; */
  width: auto;
  display: block; }

/*=====================================
	HOME FEATURED CONTENT 
=======================================*/
.recommended_lists {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin: 15px 0 25px; }

.recommended_lists .underlined_heading {
  margin-bottom: 12px; }

.recommended_lists .rl_list_item {
  width: 210px;
  margin-right: 10px;
  float: left; }

.recommended_lists .rl_list_item.last {
  margin-right: 0; }

.recommended_lists .rl_list_item .crop {
  padding-bottom: 5px;
  width: 210px;
  height: 114px;
  overflow: hidden;
  position: relative;
  float: left;
  text-align: center; }

.recommended_lists .rl_list_item .crop img {
  width: 210px;
  position: absolute;
  top: 0px;
  left: 0px; }

.recommended_lists .rl_list_item .rl_heading {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 0 10px; }

.recommended_lists .rl_list_item a {
  text-decoration: none; }

/*=====================================
	SIDEBAR 
=======================================*/
.sidebar {
  width: 300px;
  min-height: 400px;
  float: right;
  background: #fff;
  padding: 10px; }

.sidebar .widget {
  margin: 23px 0px 0px 10px;
  width: 280px;
  float: left; }

.sidebar .widget .heading {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  padding-bottom: 12px;
  position: relative; }

.sidebar .widget .heading .swh_underline {
  width: 122px;
  height: 4px;
  position: absolute;
  background: #00608B;
  left: 0;
  bottom: 0; }

/*=====================================
	Sidebar List Widget
=======================================*/
.sidebar .widget .sw_item {
  width: 100%;
  float: left;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 17px;
  margin-bottom: 18px;
  line-height: 0.9em; }

.sidebar .widget .sw_item a {
  text-decoration: none; }

.sidebar .widget .sw_item .crop {
  margin: 3px 14px 0 0;
  width: 140px;
  height: 73px;
  overflow: hidden;
  position: relative;
  float: left;
  text-align: center; }

.sidebar .widget .sw_item .crop img {
  width: 140px;
  position: absolute;
  top: 0px;
  left: 0px; }

.sidebar .widget .sw_item span {
  font-size: 13px;
  color: #000; }

/*=====================================
	email_listing sidebar
=======================================*/
.sidebar .email_listing {
  width: 240px;
  height: 265px;
  background: #3B7197;
  color: #fff;
  padding: 20px;
  margin: 0 auto;
  text-align: center; }

.sidebar .email_icon {
  width: 27px;
  height: 20px;
  background-position: -442px -4px;
  margin: 0px auto; }

.sidebar .email_listing h1 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 0; }

.sidebar .email_listing p {
  text-align: center;
  line-height: 20px;
  width: 100%;
  line-height: 1.4em;
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 13px; }

.sidebar .email_listing input {
  border-radius: 5px;
  width: 208px;
  height: 34px;
  margin: 25px auto 0;
  border: 1px solid #fff;
  color: #b3b3b3;
  font-size: 13px;
  padding: 0 0 0 5px;
  display: block; }

.sidebar .padding {
  width: 188px !important;
  height: 15px !important;
  padding: 10px !important; }

.sidebar .email_listing .btn_submit {
  background: #f1c40f;
  border: 1px solid #fbd748;
  color: #000;
  margin-top: 10px;
  display: block; }

.sidebar .email_listing .btn_submit:hover {
  background: #fbd748;
  color: #000; }

.sidebar .email_listing .legal {
  font-size: 11px;
  color: #acc7e7;
  line-height: 1em;
  padding-top: 10px; }

.sidebar .widget .heading_about {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  text-transform: none;
  padding-bottom: 0;
  position: relative;
  margin: 0; }

.sidebar .widget .sw_item span.seo_text {
  font-size: 11px;
  color: #000;
  line-height: 1em;
  margin: 0;
  padding: 0; }

.sidebar .widget .heading_about sup {
  position: relative;
  top: -3px;
  left: -1px;
  font-size: 11px; }

/*=====================================
	Footer
=======================================*/
#footer {
  margin-top: 10px;
  width: 100%;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #444;
  padding-top: 30px; }

.footer_left {
  width: 40%;
  float: left;
  margin: 10px; }

.footer_social {
  display: inline-block;
  line-height: 24px; }

.footer_social a {
  display: inline-block;
  float: left; }

.footer_menu_holder {
  width: 30%;
  float: right;
  margin-top: 15px; }

.footermenu {
  width: 150px;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footermenu li {
  padding: 4px 0; }

.footermenu a {
  color: #444;
  text-decoration: none; }

.footermenu a:hover {
  color: #444;
  text-decoration: underline; }

.footerimage {
  margin: 25px 10px 0; }

.entry-content img {
  max-width: 100%;
  float: none;
  display: block;
  margin: 15px auto; }

.entry-content img.alignright {
  float: right;
  display: block;
  margin: 15px 0 15px 15px; }

.entry-content img.alignleft {
  float: left;
  display: block;
  margin: 5px 15px 5px 0; }

.entry-header .entry-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 15px 0; }

.clear.pagetop {
  height: 10px;
  clear: both;
  width: 100%;
  float: left; }

.bottom_offer {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #E2E2E2; }

.bottom_offer a {
  color: #0087d5;
  text-decoration: none; }

.bottom_offer a:hover {
  color: #00578a; }

.breadcrumb, .breadcrumbs {
  float: left;
  width: 59%;
  margin: 0 0 10px;
  color: #dddddd;
  font-size: 13px; }

.breadcrumb a, .breadcrumbs a {
  color: #00608d; }

.breadcrumb a:hover, .breadcrumbs a:hover {
  color: #137eb1; }

.breadcrumb .adv_text {
  margin: 0;
  color: #000;
  float: right; }

.second_menu {
  width: 100%;
  margin: 0;
  float: left;
  background: #2A343E;
  color: #fff;
  font-size: 12px; }

.second_menu .menu_item {
  float: left;
  line-height: 35px;
  padding: 0 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: white; }

.second_menu a.menu_item:hover,
.second_menu a.menu_item.active {
  background: #00608D; }

.second_menu div.menu_item {
  font-style: italic;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhMzQzZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk0JSIgc3RvcC1jb2xvcj0iIzE2MWMyMiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTFhMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(42, 52, 62, 0)), color-stop(94%, rgba(22, 28, 34, 0)), color-stop(100%, #151a20));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(42, 52, 62, 0) 0%, rgba(22, 28, 34, 0) 94%, #151a20 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(rgba(42, 52, 62, 0)), color-stop(94%, rgba(22, 28, 34, 0)), to(#151a20));
  background: linear-gradient(to right, rgba(42, 52, 62, 0) 0%, rgba(22, 28, 34, 0) 94%, #151a20 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a343e', endColorstr='#151a20',GradientType=1 );
  /* IE6-8 */ }

.round_arrow_b.sp {
  width: 20px;
  height: 20px;
  background-position: -472px -7px;
  margin: 0 0 -3px 5px; }

.new_upd.sp {
  width: 96px;
  height: 96px;
  background-position: -78px -29px; }

.top_pop {
  width: 100%;
  float: left;
  background: #fff; }

.top_pop.dating .wrapper {
  height: 180px;
  background: url(images/dating-b-image.jpg) right top no-repeat; }

.top_pop.hosting .wrapper {
  height: 180px;
  background: url(images/hosting-b-image.jpg) right top no-repeat; }

.top_pop .top_pop_close {
  display: block;
  width: 25px;
  line-height: 25px;
  font-size: 23px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #9E9E9E;
  text-decoration: none;
  color: #fff;
  text-align: center; }

.top_pop.dating .new_upd.sp {
  position: absolute;
  top: 30px;
  left: 70px; }

.top_pop.hosting .new_upd.sp {
  position: absolute;
  top: 30px;
  left: 50px; }

.top_pop .round_arrow_b.sp {
  margin: 0px 0 -4px 5px; }

.top_pop .official_list {
  margin: 0 auto 10px;
  padding-top: 20px;
  display: block; }

.top_pop .tp_heading {
  font-size: 33px;
  font-weight: 700;
  color: #000;
  display: block;
  width: 100%;
  text-align: center;
  padding: 3px 0; }

.top_pop .tp_heading sup {
  font-size: 14px;
  position: relative;
  top: -17px;
  left: -3px; }

.top_pop .tp_button {
  display: block;
  margin: 5px auto 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  width: 240px;
  text-align: center;
  line-height: 45px;
  background: #FEE117;
  border-radius: 5px;
  border: 0; }

.top_pop .tp_button:hover {
  background: #F1C40F;
  cursor: pointer; }

.top_pop a {
  text-decoration: none; }

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
  color: #fff;
  text-decoration: none; }

.pagination li {
  display: inline; }

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
  background-color: #6FB7E9;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.5rem;
  font-size: 13px; }

.pagination li a:hover,
.pagination li.active a {
  background-color: #3C8DC5; }

.pagination {
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }

/*=====================================
	NEW Vertical Home
=======================================*/
.main_text {
  width: 100%;
  float: left;
  background: #fff; }

.main_text .wrapper {
  padding: 15px 0 10px;
  overflow: hidden; }

.main_text h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  width: 59%; }

.main_text h1 sup {
  font-size: 16px;
  position: relative;
  top: -15px; }

.main_text#review_main h1 {
  width: 100%; }

.main_text p {
  width: 59%;
  font-size: 12px;
  margin-bottom: 0; }

.hero_image {
  position: relative;
  top: 0;
  right: 20px;
  float: right; }

/* ==========================================================================
   Rate box
   ========================================================================== */
.ratebox {
  float: right;
  width: 200px;
  margin: 25px 0 0 0;
  display: none; }

.ratebox .our_rating,
.ratebox .users_rating {
  width: 50%;
  float: right;
  line-height: 1em;
  text-align: center; }

.ratebox .users_rating.centered {
  float: none;
  margin: 0 auto; }

.ratebox .our_rating {
  font-size: 15px;
  /* IE7 fix */ }

.ratebox .our_rating .brite {
  font-size: 24px;
  font-weight: 700; }

.ratebox .our_rating .big_number {
  font-size: 12px;
  font-weight: 400;
  color: #b8b8b8; }

.ratebox .our_rating .our-ratingtext,
.ratebox .users_rating .user-ratingtext {
  font-size: 10px;
  font-weight: 400;
  color: #656565; }

.ratebox .users_rating .simpleRatings {
  display: block;
  width: 80px;
  margin: 0 auto 3px; }

/* ==========================================================================
   Content Under Listings
   ========================================================================== */
.container_left.nobackground .content {
  color: #555;
  font-size: 12px; }

.container_left.nobackground .content.staticwidth {
  width: 654px;
  margin-top: 0; }

.container_left.nobackground .content h2.top_heading {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding: 0 0 25px 0; }

.container_left.nobackground .content h2 {
  font-size: 20px;
  font-weight: 400;
  padding: 0; }

/* ==========================================================================
   Non SEM Single Review Page
   ========================================================================== */
.single_review {
  padding-bottom: 20px; }

.single_review .main_text {
  width: 380px;
  margin: 0;
  float: left; }

.single_review .main_text h1 {
  width: auto;
  max-width: 100%;
  font-size: 22px; }

.single_review .main_text p {
  width: 100%; }

.single_review .review_right_top {
  width: 250px;
  float: right;
  margin: 0;
  text-align: center;
  margin-top: 46px; }

.single_review .review_right_top img {
  padding-top: 10px; }

.single_review .review_right_top .users_rating {
  float: none;
  margin: 0 auto; }

.single_review .review_right_top a.submit_review {
  color: #00AEFF;
  font-size: 12px;
  margin-top: 7px;
  display: inline-block; }

.single_review .screenshot {
  width: 250px;
  float: right;
  margin: 0;
  text-align: center; }

.single_review .screenshot img {
  padding: 0px 0px 5px;
  max-width: 100%;
  margin-top: 46px; }

.single_review .screenshot .add-rank-screenshot {
  display: none; }

.review-section h3 {
  padding: 20px; }

.single_review .review-section {
  font-size: 12px;
  clear: both; }

.single_review .review-section h3 {
  font-size: 17px;
  font-weight: 400;
  border-bottom: 1px solid #DDD;
  padding: 0px 0px 10px; }

.single_review .visit-tab span {
  display: block;
  width: 100%;
  text-align: center; }

.single_review .btn_visit {
  width: 100%;
  text-align: center; }

.single_review .visit-tab a,
.single_review .btn_visit a {
  background: #FFE21C;
  border: 1px solid #D9BD04;
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 22px;
  text-decoration: none;
  border-radius: 6px;
  text-transform: uppercase;
  margin: 10px auto 0; }

.single_review .visit-tab a:hover,
.single_review .btn_visit a:hover {
  background: #F1C40F;
  cursor: pointer; }

.single_review table {
  width: 100%;
  text-align: center;
  border-left: 1px solid #CCCCCC; }

.single_review thead th {
  padding: 3px 10px;
  background: #00608D;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid #fff; }

.single_review table td {
  padding: 10px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC; }

.single_review table td.grey-bg {
  background: #F2F2F2; }

.single_review .inner-screenshot img {
  border: 1px solid #888;
  margin: 10px 0 0;
  max-width: 100%;
  display: block;
  clear: both; }

.single_review .inner-screenshot.wide-screenshot {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0;
  padding-bottom: 15px;
  font-style: italic; }

.single_review .inner-screenshot {
  width: 321px;
  text-align: center;
  margin: 22px auto; }

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

.single_review ul li {
  background-image: url("images/blue_check.png");
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 30px;
  line-height: 31px; }

.single_review .summary-box > img {
  float: left;
  margin-right: 10px; }

/* ==========================================================================
   Non SEM Reviews Page - User Reviews
   ========================================================================== */
.container_left #userreviews {
  float: left;
  padding: 20px; }

.container_left #userreviews .consumer-review p {
  padding: 10px 0; }

/* ==========================================================================
   Non SEM Reviews Page
   ========================================================================== */
.reviewitem {
  width: 100%;
  float: left;
  padding: 0 0 20px;
  margin: 0 0 20px;
  font-size: 13px;
  border-bottom: 1px solid #E2E2E2; }

.reviewitem h3 {
  display: block;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0; }

.reviewitem h3 a {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-decoration: none; }

.reviewitem h3 a:hover {
  text-decoration: underline; }

.reviewitem .leftcol {
  width: 420px;
  float: left;
  line-height: 1.6em; }

.reviewitem .rightcol {
  width: 190px;
  float: right;
  text-align: center; }

.reviewitem .rightcol span.ctabtn {
  margin: 5px 0 5px; }

.reviewitem .red_header {
  background-position: -311px -33px;
  width: 166px;
  height: 37px;
  text-align: right;
  padding-right: 9px;
  color: #fff;
  font-weight: 700;
  margin-left: 15px;
  font-size: 13px;
  display: none;
  margin: 0px auto 5px;
  clear: both;
  position: relative;
  top: 5px; }

.reviewitem.numone .red_header {
  display: block; }

.reviewitem a {
  color: #00A0EE;
  text-decoration: none; }

.reviewitem a:hover {
  color: #00A0EE;
  text-decoration: underline; }

.content .heading {
  margin: 10px 0 25px;
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  padding-bottom: 12px;
  position: relative;
  float: left;
  min-width: 59%; }

.content .heading .swh_underline {
  width: 122px;
  height: 4px;
  position: absolute;
  background: #00608B;
  left: 0;
  bottom: 0; }

.single_review .review_right_top .users_rating {
  display: none; }

/* ==========================================================================
   Compare Chart Page
   ========================================================================== */
.comparetable {
  float: left;
  margin-bottom: 30px; }

.empty {
  visibility: hidden; }

.row-cta.empty {
  visibility: visible; }

.row {
  clear: both;
  padding: 15px;
  height: 35px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #CEDBC0;
  color: #666; }

.lastcol .row {
  border-right: 0; }

.label-col {
  font-size: 12px;
  color: #666;
  width: 17%;
  float: left; }

.label-col .row {
  text-align: left;
  border-right: 1px solid #cedbc0; }

.row.row-subtitle {
  border-right: none;
  font-size: 22px;
  color: #0067a1;
  height: 29px;
  background-color: #FFF; }

.ie7 .row.row-subtitle {
  background-color: transparent; }

.ie7 .row.row-subtitle .abs {
  width: 712px;
  height: 39px;
  top: 0px;
  padding: 20px 0 0 0; }

.table-col .row.row-subtitle {
  position: relative; }

.row.row-cta {
  height: 95px;
  padding: 5px; }

.data-col {
  float: left;
  width: 16.6%; }

.data-col .top img {
  left: 8px;
  top: -7px;
  width: 88px;
  max-height: 27px; }

.ie7 .data-col {
  width: 16.5%; }

.abs {
  position: absolute; }

.row-subtitle.row .abs {
  top: 20px;
  left: 5px;
  width: 500px;
  height: 35px;
  display: block;
  z-index: 9999;
  position: absolute;
  background-color: #FFF; }

span.sp.miniribbon {
  background-position: -72px -162px;
  width: 25px;
  height: 40px; }

.itemc {
  clear: both;
  text-align: center;
  font-size: 12px; }

.itemc .compare-title {
  font-size: 18px;
  font-weight: 700;
  color: #000; }

.itemc .top {
  clear: both;
  height: 30px; }

.itemc .bottom {
  clear: both;
  line-height: 23px; }

.itemc .bottom .simpleRatings {
  width: 80px;
  margin: 0px auto; }

.itemc .bottom a {
  color: #00A7EE;
  text-decoration: none; }

.itemc span.sp.miniribbon {
  top: -5px;
  left: -12px; }

.numone .itemc span.sp.miniribbon {
  display: none; }

.itemc span.sp.miniribbon {
  display: none; }

.row.row-cta span.ctabtn {
  font-size: 14px;
  padding: 10px 15px; }

.row.end {
  border-bottom: none;
  padding: 15px 3px;
  background-color: #FFF; }

.data-col.numone {
  background-color: #F8F8F8; }

.data-col.numone span.sp.greycheck {
  background-position: -107px -60px; }

.data-col.numone .row.row-cta.end {
  background: #F8F8F8; }

.data-col .row.row-cta.end .submit_review {
  color: #00A7EE;
  text-decoration: none;
  font-size: 12px; }

.data-col .row.row-cta.end .submit_review:hover {
  text-decoration: underline; }

.content_block {
  display: block;
  float: left;
  width: 100%; }

.content_block.feature {
  font-size: 12px;
  color: #333;
  margin-top: 0; }

/* ==========================================================================
   Four Column Comparison Chart
   ========================================================================== */
.comparetable.fourcol .label-col {
  width: 185px; }

.comparetable.fourcol .data-col {
  width: 155px; }

.comparetable.fourcol .red_header {
  background-position: -311px -75px;
  width: 133px;
  line-height: 28px;
  text-align: right;
  padding: 0 11px 2px 0;
  color: #FFF;
  font-weight: 700;
  font-size: 10px;
  display: none; }

.comparetable.fourcol .numone .red_header {
  display: block; }

.graycheck {
  background: url(images/sprite.png) no-repeat;
  display: inline-block;
  width: 19px;
  height: 19px;
  background-position: -519px -7px; }

.numone .graycheck {
  background-position: -495px -7px; }

/* ==========================================================================
   HTML TABLE - Comparison Chart
   ========================================================================== */
.comparison_table {
  font-size: 12px;
  color: #666; }

.comparison_table .red_header {
  display: none; }

.comparison_table .numone .red_header {
  background-position: -311px -75px;
  width: 133px;
  height: 28px;
  text-align: right;
  padding: 0 11px 2px 0;
  color: #FFF;
  font-weight: 700;
  font-size: 10px;
  margin: 0 auto;
  display: block; }

.comparison_table .main_row {
  width: 185px; }

.comparison_table .column {
  width: 155px;
  text-align: center; }

.comparison_table .bottom .simpleRatings {
  width: 80px;
  margin: 0px auto;
  display: none; }

.comparison_table .top {
  clear: both;
  height: 30px;
  text-align: center;
  width: 100%; }

.comparison_table tr {
  height: 55px; }

.comparison_table th {
  padding: 5px 0; }

.comparison_table th .compare-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: block; }

.comparison_table td, .comparison_table th {
  border-left: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  border-right: none;
  text-align: center; }

.comparison_table td.main_row, .comparison_table th.main_row {
  border-left: none;
  text-align: left; }

.comparison_table td.numone, .comparison_table th.numone {
  background: #F8F8F8; }

.comparison_table .bottom a {
  color: #00A7EE;
  text-decoration: none;
  font-weight: 400; }

.comparison_table .bottom a:hover {
  text-decoration: underline; }

.comparison_table .item {
  padding: 15px;
  display: inline-block; }

.comparison_table .submit_review {
  color: #00A7EE;
  text-decoration: none;
  font-size: 12px; }

.comparison_table .submit_review:hover {
  text-decoration: underline; }

.comparison_table .row-cta span.ctabtn {
  font-size: 14px;
  padding: 10px 15px; }

.comparison_table .end td {
  border-bottom: 0;
  padding: 20px 0 25px; }

.comparison_table .end a {
  display: block;
  clear: both; }

/* ==========================================================================
   Bucket Category Pages
   ========================================================================== */
.ranked_topics_container {
  float: left;
  width: 100%;
  margin: 20px 0 10px; }

.ranked_topic {
  width: 200px;
  float: left;
  height: 60px;
  margin: 10px 0 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding-right: 15px; }

.ranked_topic a {
  color: #000;
  text-decoration: none; }

.ranked_topic a:hover {
  text-decoration: underline; }

.icon_dating, .icon_hosting, .icon_voip, .icon_backup, .icon_fax, .icon_cameras, .icon_tablets, .icon_tax, .icon_antivirus {
  height: 55px;
  width: 55px;
  background-position: -8px -131px;
  float: left;
  margin: -8px 10px 0 0; }

.icon_dating {
  background-position: -133px -131px; }

.icon_hosting {
  background-position: -193px -131px; }

.icon_voip {
  background-position: -256px -131px; }

.icon_backup {
  background-position: -316px -131px; }

.icon_fax {
  background-position: -378px -131px; }

.icon_cameras {
  background-position: -8px -131px; }

.icon_tablets {
  background-position: -71px -131px; }

.icon_tax {
  background-position: -439px -131px; }

.icon_antivirus {
  background-position: -500px -131px; }

.listing {
  width: 690px;
  min-height: 400px;
  float: left;
  background: none; }

/* ==========================================================================
   Flower Listing Style
   ========================================================================== */
.listitem {
  background-color: #fff;
  clear: both;
  border: 0;
  margin: 0px auto 10px;
  width: 100%;
  padding-bottom: 10px; }

.listitem .order {
  width: 52px;
  height: 58px;
  background-position: -252px -30px;
  position: absolute;
  top: 11px;
  left: -11px; }

.listitem.numone .order {
  width: 52px;
  height: 58px;
  background-position: -252px -30px;
  position: absolute;
  top: 11px;
  left: -11px; }

.listitem .order_number {
  font-size: 25px;
  color: #FFF;
  font-weight: 700;
  position: absolute;
  top: 19px;
  left: -12px;
  font-family: "Roboto",Arial,"Helvetica Neue",Helvetica,sans-serif;
  display: block;
  width: 52px;
  text-align: center;
  z-index: 9999; }

.listitem.numone .order_number {
  font-size: 25px;
  color: #FFF;
  font-weight: 700;
  position: absolute;
  top: 19px;
  left: -12px;
  font-family: "Roboto",Arial,"Helvetica Neue",Helvetica,sans-serif;
  display: block;
  width: 52px;
  text-align: center;
  z-index: 9999; }

.listitem .top_content {
  padding: 1px 15px 9px; }

.listitem .name_box {
  font-size: 39px;
  color: #0076EE;
  font-weight: 400;
  float: left;
  margin: 8px 0 0 28px;
  max-width: 64%; }

.listitem .name_box a {
  font-size: 31px;
  color: #000;
  font-weight: 700;
  float: left;
  margin: 8px 0 0 28px;
  text-decoration: none; }

.listitem .cta_link a {
  color: #0076ee;
  font-size: 12px;
  text-decoration: none;
  margin: 10px 0 0 0;
  display: block; }

.listitem .cta_link a:hover {
  color: #49a3ff;
  font-size: 12px;
  text-decoration: underline;
  margin: 10px 0 0 0;
  display: block; }

.listitem .name_box a:hover {
  text-decoration: underline; }

.listitem .green_label {
  width: 20px;
  height: 20px;
  background-position: -422px -6px;
  margin: 9px 0 0 10px;
  float: left; }

.listitem .bottom_content {
  width: 100%;
  border-top: 1px solid #ebebeb;
  margin: 6px 0 0 0; }

.listitem .b {
  float: left;
  font-size: 13px;
  font-weight: 400;
  margin-left: 20px;
  line-height: 25px;
  margin-left: 73px;
  text-align: center;
  display: block; }

.listitem .b .brite {
  font-size: 24px;
  font-weight: 700; }

.listitem .b .b_b {
  font-size: 24px;
  font-weight: 700; }

.listitem .b .b1 {
  font-size: 14px;
  font-weight: 400; }

.listitem .b.b_one {
  line-height: 24px;
  margin: 0 0 0 20px; }

.listitem .leftcol {
  width: 68%;
  padding: 10px 0px 0px 0px;
  line-height: 1em;
  float: left;
  font-size: 13px;
  padding-top: 10px; }

.listitem .leftcol .top_row {
  width: 100%;
  min-height: 62px;
  border-bottom: 1px solid #ebebeb; }

.listitem .leftcol .logo_box {
  clear: both;
  float: left;
  padding: 0 10px;
  text-align: center; }

.listitem .leftcol .logo_box img {
  max-width: 100%;
  x-width: 100%; }

.listitem .leftcol img {
  margin: 0 0 5px 0; }

.listitem .leftcol .deal_box {
  float: right;
  width: 52%;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0 0; }

.listitem .leftcol .deal_box .deal_icon {
  width: 90px;
  height: 24px;
  background-position: 0px 0px;
  float: left;
  margin-right: 10px; }

.listitem .rightcol {
  float: right;
  width: 29%;
  text-align: center;
  font-size: 14px; }

.listitem .rightcol img {
  max-width: 180px;
  margin-top: 11px; }

.listitem .rightcol a.submit_review {
  color: #00aeff;
  font-size: 12px;
  margin-top: 7px;
  display: inline-block; }

.listitem .red_header {
  background-position: -311px -33px;
  width: 166px;
  height: 37px;
  text-align: right;
  padding-right: 9px;
  color: #fff;
  font-weight: 700;
  margin-left: 15px;
  display: none;
  font-size: 13px; }

.listitem.numone .red_header {
  display: block; }

.listitem .rightcol p {
  display: none; }

.listitem p a {
  color: #0076ee;
  font-size: 12px;
  text-decoration: none; }

.listitem p a:hover {
  color: #53a5f9;
  font-size: 12px;
  text-decoration: underline; }

.listitem .name a {
  color: #0076ee;
  font-size: 28px;
  text-decoration: none; }

.listitem .bottom_content .leftcol p {
  padding: 0px 16px 0px;
  font-family: "Open Sans",sans-serif;
  line-height: 18px;
  color: #555;
  font-size: 12px;
  margin-bottom: 0; }

.listitem.numone .bottom_content .leftcol p {
  padding: 5px 20px 0 16px;
  font-family: "Open Sans",sans-serif;
  line-height: 18px;
  margin-bottom: 0; }

/* ==========================================================================
   Buttons
   ========================================================================== */
span.ctabtn {
  background: #FFE21C;
  border: 1px solid #D9BD04;
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 18px;
  text-decoration: none;
  border-radius: 6px;
  text-transform: uppercase;
  margin: 10px 0 0; }

span.ctabtn:hover {
  background: #F1C40F;
  cursor: pointer; }

/* ==========================================================================
   Cameras main page
   ========================================================================== */
.list_item .icon_ranked {
  background-position: -466px -75px;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 85px;
  left: 10px;
  z-index: 100; }

.listitem .order_number .ast {
  font-size: 14px;
  position: relative;
  top: -9px; }

/* ==========================================================================
   Electronics reviews
   ========================================================================== */
.single_review .lp-image {
  float: right;
  width: 204px;
  margin: 45px 0px 27px;
  text-align: center; }

.Product-Specification {
  border-top: 1px solid #CCC; }

.buy-box {
  margin: 0 auto; }

.buy-box p {
  font-size: 13px;
  text-align: center; }

.buy-box p span {
  font-style: italic;
  font-weight: bold;
  color: #0f60ad; }

.buy-box .btn-buy {
  width: 141px;
  height: 44px;
  background: url("/media/29481/btn-buy.png") repeat scroll center top transparent;
  display: block;
  margin: 5px auto;
  -webkit-transition: none;
  transition: none; }

.buy-box .btn-buy:hover {
  background: url("/media/29481/btn-buy.png") repeat scroll center bottom transparent;
  -webkit-transition: none;
  transition: none; }

/* ==========================================================================
   Listing V2
   ========================================================================== */
.list_item_specs {
  border: 1px solid #D7D7D7;
  width: 450px;
  margin: 5px 0 0 15px; }

.list_item_specs .spec_holder {
  width: 33%;
  border-right: 1px solid #D7D7D7;
  float: left;
  text-align: center;
  font-size: 12px;
  color: #AAAAAA; }

.list_item_specs .spec_holder.last {
  border-right: 0; }

.list_item_specs .spec_holder span {
  display: inline-block;
  padding: 10px 0; }

.list_item_specs .spec_holder span.spec_value {
  font-size: 23px;
  font-weight: 700;
  padding: 10px 0 15px;
  color: #000; }

/* ==========================================================================
   Styling categories color titles
   ========================================================================== */
.cat_name {
  padding: 0px 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: none repeat scroll 0% 0% #16A085;
  z-index: 9999; }

.cat_name p {
  margin: 0px;
  padding: 0px; }

.cat_name a {
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 20px;
  font-weight: 700; }

.sidebar .cat_name {
  padding: 0px 10px;
  position: absolute;
  top: 5px;
  left: 2px;
  background: none repeat scroll 0% 0% #16A085;
  z-index: 9999; }

.sidebar .cat_name p {
  margin: -2px 0 0 0px;
  padding: 0px; }

.sidebar .cat_name a {
  color: #FFF;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 14px;
  font-weight: 700; }

.cat_color169 {
  background: none repeat scroll 0% 0% #E74C3C; }

.cat_color164 {
  background: none repeat scroll 0% 0% #8E44AD; }

.cat_color179 {
  background: none repeat scroll 0% 0% #1259a1; }

.cat_color174 {
  background: none repeat scroll 0% 0% #e38000; }

.cat_color184 {
  background: none repeat scroll 0% 0% #e3cb04; }

.cat_color185 {
  background: none repeat scroll 0% 0% #000000; }

.cat_color173 {
  background: none repeat scroll 0% 0% #169bcc; }

.cat_color182 {
  background: none repeat scroll 0% 0% #347134; }

.cat_color183 {
  background: none repeat scroll 0% 0% #340c85; }

.sidebar .cat_color169 {
  background: none repeat scroll 0% 0% #E74C3C; }

.sidebar .cat_color164 {
  background: none repeat scroll 0% 0% #8E44AD; }

.sidebar .cat_color179 {
  background: none repeat scroll 0% 0% #1259a1; }

.sidebar .cat_color174 {
  background: none repeat scroll 0% 0% #e38000; }

.sidebar .cat_color184 {
  background: none repeat scroll 0% 0% #e3cb04; }

.sidebar .cat_color185 {
  background: none repeat scroll 0% 0% #000000; }

.sidebar .cat_color173 {
  background: none repeat scroll 0% 0% #169bcc; }

.sidebar .cat_color182 {
  background: none repeat scroll 0% 0% #347134; }

.sidebar .cat_color183 {
  background: none repeat scroll 0% 0% #340c85; }

/* ==========================================================================
   SEM Menu
   ========================================================================== */
