* {
    margin: 0;
    padding: 0;
}

body {
    background: url(/img/body_bg1.gif) repeat-x #F4F8FF;
    color: #52565b;
    font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:12px;
    text-align: center;
    line-height:18px;
}

.ads {
    width: 100%;
    text-align: center;
    padding: 10px;
}

/*h1 {
    margin-bottom: .4em;
    color: #2a5877;
    font-weight: normal;
    font-size: 1.95em;
}*/

.container {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

.header {
    position: relative;
    height: 85px;
    text-align: right;
    z-index: 99;
}

.header ul {
    list-style: none;
}

.header #logo {
    float: left;
    margin: 7px 0 0 4px;
    text-shadow: 2px 2px 2px #AAA;
}

.header #logo img {
    margin-top: -8px;
    margin-right: 10px;
}

.header #logo a {
    margin-left: 30px;
    display: block;
    text-decoration: none;
}

.header #logo a span {
    font: bold italic 35px Serif;
    text-align: center;
    color: #048;
    display: inline;
}

.header .nav-bar {
    position: absolute;
    font-size: 12.0px;
    bottom: 0;
    left: 0;
    width: 960px;
    background: url(/img/nav_bar_bg.gif) repeat-x #2e3940;
}

.header .nav-bar .corner {
    float: right;
    width: 5px;
    font-size: .4em;
    background: url(/img/search_bg.gif) no-repeat 100% 0;
}

.header .nav-bar fieldset {
    float: right;
    padding-top: 6px;
}

.header .nav-bar .input-text {
    width: 12em;
    margin-top: -3px;
}

#nav {
    float: left;
    font-size: 12px;
    width: 700px;
    background: url(/img/nav_bg.gif) no-repeat;
    padding: 4px 15px 0 15px;
    text-align: left;
    font-size: 12px;
}

#nav ul {
    display: none;
}

#nav ul li {
    float: none;
}

#nav li {
    float: left;
    background: url(/img/nav_li_bg.gif) no-repeat 100% 50%;
    position: relative;
}

#nav a, #super ul a {
    display: block;
    padding-left: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

#nav a strong {
    display: block;
    line-height: 1.9em;
    padding: 0 12px .25em 5px;
    white-space: nowrap;
    font-size: 12px;
}

#nav li.over a, #nav a:hover {
    background: url(/img/nav_over_left.gif) no-repeat;
    color: #0088b5;
}

#nav li.over a strong, #nav a:hover strong {
    background: url(/img/nav_over_right.gif) no-repeat 100% 0;
    padding-right: 10px;
    padding-left: 7px;
}

#super {
    position: absolute;
    top: 25px;
    right: 10px;
    color: #b0afaf;
    font-size: .92em;
    z-index: 9;
    text-align: left;
}

#super li {
    position: relative;
    float: left;
    padding: 3px 0;
    list-style: none;
}

.main {
    padding: 10px 0 15px 0;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.footer {
    padding: 15px 0;
    margin-bottom: 15px;
    font-size: .92em;
    text-align: right;
}

.footer hr {
    border: 1px solid;
}

.footer .legal {
    float: left;
    width: 100%;
    text-align: center;
}

fieldset {
    border: none;
}

legend {
    display: none;
}

form {
    display: inline;
}

input, select {
    vertical-align: middle;
}

.input-text {
    border: 1px solid #c3c3c3;
    font-size: .98em;
    height: 1.5em;
    padding: 1px 3px 0pt 4px;
    width: 90%;
}

a img {
    border: 0;
    vertical-align: middle;
}

a {
    color: #0088b5;
    text-decoration: underline;
    outline: none;
    cursor: pointer;
}

a:hover {
    color: #8ab54a;
    text-decoration: none;
}

ul {
    padding-left: 20px;
}

p {
	margin-top:8px;
	margin-bottom:8px;
}

br {
	font-size:10px;
	line-height:10px;
}

.left-column {
	width:200px;
	float:left;
	margin-left:20px;
}

.left-column p {
	margin:5px;
	font-size:11px;
}

.right-column {
	width:700px;
	float:left;
    padding-left: 20px;
}

.single-column {
	width:920px;
	float:left;
    padding-left: 20px;
    padding-right: 20px;
}

.bottom-column {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px dotted #888;
    margin-top: 30px;
    padding-top: 10px;
}

h3 {
	font-family: verdana,arial,sans-serif;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:normal;
	color: #385F95;
	margin:7px 0;
    text-align: center;
}

h4 {
	font-family: "Trebuchet MS", Tahoma,arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #555;
	margin: 15px 0 5px 0;
}

h5 {
	font-family: "Trebuchet MS", Tahoma,arial,sans-serif;
	background-color: #F1F1F1;
	padding: 3px;
	line-height: 20px;
	color: #789030;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    text-align: center;
}

h5 img {
    position: relative;
    top: -2px;
}

.big-box h5.alt {
	text-align:center;
	font-size:13px;
	border-bottom:1px solid #eee;
	color:#385F95;
}

.box {
	padding: 3px 5px 15px;
}

.side-box {
	background: transparent url(/img/side-box.png) no-repeat;
	padding-top: 9px;
	width: 200px;
	margin-bottom: 20px;
}

.side-box-inner {
	background: transparent url(/img/side-box.png) no-repeat 0 bottom;
    display: block;
	padding: 0 5px 5px;
	font-size: 12px;
	word-break: break-all;
}

.side-box-inner h5 {
	background:transparent !important;
	padding-top:0;
}

.side-box-inner table {
    width: 190px;
    table-layout: fixed;
}

.side-box-inner table td {
    overflow: hidden;
}

.big-box {
	background: transparent url(/img/big-box.png) no-repeat;
	padding-top:12px;
	width:700px;
	margin-bottom:20px;
}

.big-box-inner {
	background: transparent url(/img/big-box.png) no-repeat 0 bottom;
	padding:0 15px 12px;
	font-size:12px;
}

.big-box-solid {
	background: transparent url(/img/big-box-solid.png) no-repeat;
	padding-top:8px;
	width:700px;
	margin-bottom:20px;
}

.big-box-solid-inner {
	background: transparent url(/img/big-box-solid.png) no-repeat 0 bottom;
	padding:0 15px 5px;
	font-size:12px;
	color:#555577;
}

.big-box-inner h5 {
	background:transparent !important;
	padding-top:0;
}

.full-box {
	background: transparent url(/img/full-box.png) no-repeat;
	padding-top:12px;
	width:920px;
}

.full-box-inner {
	background: transparent url(/img/full-box.png) no-repeat 0 bottom;
	padding:0 15px 10px;
	font-size:12px;
}

.content-box {
	width:700px;
}

.content-box p {
	margin-left:5px;
	margin-right:5px;
}

.content-box ul.features {
	margin-left:20px;
}

.content-box h5 {
	background-image: url(/img/med-shd.png);
}
/*
.ui-slider { width: 200px; height: 23px; position: relative; background-repeat: no-repeat; background-position: center center; }
.ui-slider-handle { position: absolute; z-index: 1; height: 23px; width: 12px; top: 0px; left: 0px; background-image: url(i/slider-handle.gif);  }
.ui-slider-handle-active { border: 0px dotted black;  }
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
.ui-slider-range { position: absolute; background: #50A029; opacity: 0.3; filter: alpha(opacity=30); width: 100%; height: 100%; }

.ui-slider, .ui-slider-1 { background-image: url(i/slider-bg-1.png); }
.ui-slider-2 { background-image: url(i/slider-bg-2.png); }
*/
.slider {
    position: relative;
    width: 180px;
    height: 15px;
    background: url(/img/slider-bg.png) repeat-x;
    top: -5px;
    left: 5px;
}

.slider-handle {
    position: absolute;
    z-index: 1;
    background: url(/img/slider-thumb.png);
    height: 15px;
    width: 14px;
    left: 0px;
    top: 3px;
}

.ui-slider-handle-active {
    background-position: -14px -15px;
}

.separator { margin: 10px 5px 5px 5px; border-bottom: 1px dotted #a4a4a4; overflow: hidden; height: 1px; }

table.product, table.graphs {
    width: 700px;
    font-size: 12px;
    margin-bottom: 10px;
    border-collapse: collapse;
}

table.product {
    border: 1px solid #aaa;
    background: #eee;
}

table.graphs {
    border: 1px solid #ddd;
}

table.graphs p {
    font-weight: bold;
}

table.product td {
    padding: 2px 5px 2px 5px;
}

td.name {
    width: 170px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

td.title {
    width: 530px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

td.name, td.gravity, td.payout, td.subscription, td.traffic, td.price, td.visit {
    border-right: 1px solid #ccc;
}

td.visit {
    text-align: center;
}

td.graphs {
    text-align: center;
    border-top: 1px solid #ccc;
}

td.graphs img {
    padding: 5px;
}

table.graphs td {
    width: 350px;
    text-align: center;
    padding: 10px;
}

.smallgraphcaptions {
    margin-left: -60px;
    font-weight: bold;
}

.smallgraphcaptions span {
    margin-left: 115px;
}

span.up {
    color: #0c0;
}

span.down {
    color: #c00;
}

.filter-caption {
    width: 100%;
    /*cursor: n-resize;*/
}

.sorting {
    border: 1px solid #88c;
    display: inline-block;
    padding: 0 10px 2px 10px;
    cursor: pointer;
    margin: 20px 10px 20px 10px;
    vertical-align: middle;
}

div.sorting-selected {
    background-color: #fff;
}

span.sorting-selected {
    color: #ea0;
}

.loading {
    height: 20px;
    text-align: center;
}
.loading span {
    display: none;
}

.bottom-column img {
    float: right;
}

.cloud {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: normal;
    vertical-align: middle;
}

.cloud a {
    text-decoration: none;
}

#more {
    text-align: center;
    display: none;
}

#more span {
    color: #0088b5;
    text-transform: uppercase;
}

#more span:hover {
    background-color: #0088b5;
    color: #048;
    cursor: pointer;
}

#categories h4, #categories p {
    display: block;
    text-decoration: none;
    color: #444;
    cursor: pointer;
    outline: none;
}

#categories h4 {
    background-color: #eee;
    margin: 0;
    padding-left: 10px;
    width: 180px;
    line-height: 20px;
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#categories h4.open {
    background-color: #ccc;
}

#categories p {
    padding-left: 20px;
    width: 170px;
    margin: 0;
    cursor: pointer;
}

#categories p:hover {
    background-color: #ddd;
}

#categories .selected {
    font-weight: bold;
    color: #448;
}

.timeframe, .showgraphs {
    color: #008875;
    text-decoration: underline;
    outline: none;
    cursor: pointer;
    display: inline;
    padding-left: 20px;
}

.showgraphs {
    display: block;
    text-align: center;
}

.timeframe.selected {
    font-weight: bold;
    text-decoration: none;
}

.productpage-caption-active {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #dfd;
}

.productpage-caption-inactive {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fdd;
}

.pagination-wrapper {
    text-align: center;
    display: none;
}

.pagination {
    font-size: 80%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.pagination a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next {
	color:#999;
	border-color:#999;
	background:#fff;
}
/*
.links {
	display: none;
}
*/
