@import url("/stylesheets/reset.css");
@import url("/stylesheets/fonts.css");
@import url("/stylesheets/base.css");

html {
	background: #E3E3E3;
	color: #000000;
	text-align: center;
}

body {
	width: 895px;
	text-align: left;
	margin: 0 auto;
	font-size: 13px;
	font-family: arial,clean,sans-serif;
	line-height: 1.3;
        position: relative;
}

h1, h3 {
	color: #E2001A;
}

a {
	text-decoration: none;
	color: #E2001A;
}

a:hover {
	color: #000000;
}

table p,
table ul {
	margin: 0;
}

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

div#top {
	position: relative;
        height: 90px;
}

#top h1 {
        margin: 0;
}

#top h1 a {
	height: 50px;
	width: 170px;
	font-family: "Arial Rounded MT Bold", arial, clean;
	font-size: 36px;
        display: block;
        text-indent: -99em;
        background: url(/images/logo.png) no-repeat top left;
}

#top ul#topNav {
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

#topNav li {
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
        background: url(/images/nav_right.png) no-repeat top right;
}

#topNav li a {
	display: block;
	font-weight: bold;
        color: #FFFFFF;
        padding: 8px 0;
        width: 150px;
        text-align: center;
        background: url(/images/nav_left.png) no-repeat top left;
}

#topNav li:hover {
    background-position: right -56px;
}

#topNav li:hover a {
    background-position: 0 -56px;
}

#topNav li.current {
    background-position: right -112px;
}

#topNav li.current a {
    background-position: 0 -112px;
}

#top form#searchBox {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
}

#searchBox label {
    display: none;
}

#searchBox #searchInput {
    background: url(/images/searchfield.gif) no-repeat left top;
    border: none;
    float: left;
    height: 21px;
    padding: 6px 8px 0;
    width: 200px;
}

#searchBox #searchSubmit {
    background: url(/images/searchbutton.png) no-repeat right top;
    border: none;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 27px;
    text-indent: -99em;
    width: 33px;
}

#searchBox #searchSubmit:hover {
    text-indent: -99em;
    background: url(/images/searchbutton.png) no-repeat right bottom;
}


/*
#mainnav li {
	float: left;
	list-style: none;
}

#mainnav li a {
	display: block;
	background: #E2001A;
	padding: 8px 15px;
}

#mainnav li:first-child a {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

#mainnav li a:hover,
#mainnav li.current a {
	background: #91001A;
}

#mainnav li.current a {
	font-weight: bold;
}

#mainnav li.back a {
	background-image: url(/images/icons/arrow-back.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 32px;
	border-right: 1px solid #91001A;
}*/
 /*
#top form.search {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
}

#top .search input.text {
	height: 16px;
	padding: 2px 5px;
	border: 1px solid #91001A;
	float: left;
}

#top .search input.submit {
	border: none;
	background: #E2001A;
	color: #FFFFFF;
	font-weight: normal;
	cursor: pointer;
	width: 60px;
}

#top .search input.submit:hover {
	font-weight: bold;
}
*/

div#content {
	background: #FFFFFF;
        border-top: 3px solid #B70917;
	border-bottom: 1px solid #BFBFBF;
	padding: 5px 0 5px 5px;
        position: relative;
}

#content ul#sortBy {
    margin: 5px 5px 0;
}

#sortBy li {
    float: left;
    list-style: none;
    margin: 0 5px 5px;
}


/*
#sortBy li a {
    color: #FFF;
    background: #FF1200;
    border: 1px solid #FF1200;
    padding: 2px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
} 

#sortBy li a:hover,
#sortBy li.current a {
    border-color: #B70917;
    background: #B70917;
}

#sortBy li.current a {
    font-weight: bold;
}
*/

#sortBy li.current a {
    font-weight: bold;
} 

#content div#left {
	float: left;
	width: 580px;
	margin: 5px;
}

#content div#right {
	float: left;
	width: 280px;
	margin: 5px 0 5px 5px;
}

#content div.contentBox {
        margin: 5px 10px 5px 5px;
        padding: 10px;
        border: 1px solid #ACACAC;
}

#content div.contentBox h3 {
    margin-top: 0;
}

ul#bottomnav {
	margin: 0;
	color: #E2001A;
	position: absolute;
	right: 0;
	margin: 2px 0 10px 0;
}

#bottomnav li {
	list-style: none;
	float: left;
}

#bottomnav li a {
	display: block;
	float: left;
	padding: 2px 4px;
}

/* Content styles */

/* siteList */
#content div.siteList .box {
	border: 1px solid #ACACAC;
	background: #F1F1F1;
	padding: 5px;
	width: 273px;
	height: 115px;
	float: left;
	margin: 5px;
	overflow: hidden;
        position: relative;
}

.siteList .box img.logo {
	float: left;
	border: 1px solid #ACACAC;
	width: 120px;
	height: 60px;
}

.siteList .box h3 {
	margin: 0;
	font-size: 13px;
}

.siteList .box p.description,
.siteList .box h3 {
	line-height: 1.2;
	width: 145px;
	margin-left: 128px;
}

.siteList .box p.description {
    text-align: justify;
}

.siteList .box ul.info {
	position: absolute;
        left: 7px;
        top: 80px;
        margin: 0;
}

.siteList .box ul.info li {
    list-style: none;
    margin-bottom: 5px;
}

.siteList .box div.rating {
        position: absolute;
        left: 135px;
        top: 75px;
}

/* siteSingle*/
#content div.siteSingle {
	border: 1px solid #ACACAC;
	padding: 5px;
	margin-bottom: 10px;
        position: relative;
}

.siteSingle img.logo {
	float: left;
	border: 1px solid #ACACAC;
	width: 120px;
	height: 60px;
}

.siteSingle h3 {
	margin: 0;
	font-size: 13px;
}

.siteSingle p.description,
.siteSingle h3 {
	line-height: 1.2;
	width: 145px;
	margin-left: 128px;
}

.siteSingle p.description {
    text-align: justify;
}

.siteSingle .general {
	float: left;
	margin-right: 20px;
}

.siteSingle ul.info {
	float: left;
        margin: 0;
}

.siteSingle ul.info li {
    list-style: none;
    margin-bottom: 5px;
}

#content div.siteComments {
	border: 1px solid #ACACAC;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#content .siteComments .comment {
	padding-left: 30px;
	background: url(/images/icons/comment.png) no-repeat 5px 7px;
	border-top: 1px dotted #ACACAC;
        position: relative;
}

#content .siteComments .comment h3 {
	font-size: 13px;
	margin: 5px 0;
}

#content .siteComments .comment h3 span {
	color: #767476;
	font-weight: normal;
	font-size: 11px;
}

#content div.bottomInfo {
    background: #E0F2FB;
    border: 1px solid #83D0F0;
    margin: 5px 10px 5px 5px;
    overflow: hidden;
}

#content .bottomInfo div h3 {
    margin: 0;
    color: #000;
}

#content .bottomInfo div a {
    color: #000;
}

#content .bottomInfo div a:hover {
    color: #E2001A;
}

#content .bottomInfo .categories {
    float: left;
    height: 150px;
    padding: 10px;
}

#content .bottomInfo .categories ul {
    margin: 1em 0;
}

#content .bottomInfo .categories ul li {
    list-style: none;
    float: left;
    margin: 5px;
    width: 100px;
}

#content .bottomInfo .topCategories {
    float: right;
}

#content .bottomInfo .topSites {
    float: left;
    width: 150px;
    height: 150px;
    border-left: 1px solid #83D0F0;
    padding: 10px;
}

#content .bottomInfo .topSites ul {
    margin: 1em 0;
}

#content .bottomInfo .topSites ul li {
    list-style: none;
}

/* Login */
#content div.userLogin {
    border: 1px solid #ACACAC;
    padding: 5px 10px;
    margin: 5px;
}

/* rating */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
	background: url(/images/star.gif) left -1000px repeat-x;
}

.star-rating {
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}

.star-rating li {
	display: inline;
        margin-bottom: 0;
}

.star-rating a,
.star-rating .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.x1-stars {
	width:20%;
	z-index:6;
}

.star-rating a.x2-stars {
	width:40%;
	z-index:5;
}

.star-rating a.x3-stars {
	width:60%;
	z-index:4;
}

.star-rating a.x4-stars {
	width:80%;
	z-index:3;
}

.star-rating a.x5-stars {
	width:100%;
	z-index:2;
}

.star-rating .current-rating {
	z-index:1;
	background-position: left center;
}

.rating .rates-count,
.rating .vote-hover {
    margin-top: 2px;
}

/* topSites */

#right div.topSites {
	border: 1px solid #ACACAC;
	padding: 5px 10px;
	margin-bottom: 10px;
}

legend {
        color: #E2001A;
        font-weight: bold;
        margin: 1em 0;
}

.comment legend {
    margin: 5px 0;
}

fieldset {
    zoom: 1;
    padding: 0.1px;
}

.inputs li,
.buttons li {
        list-style: none;
}

.inputs ol,
.buttons ol {
    margin: 0;
}

.inputs label {
    width: 140px;
    float: left;
}

.inputs input,
.inputs textarea,
.buttons input,
#recaptcha_widget_div,
.inputs select {
    margin-left: 150px;
    display: block;
}

.inputs input,
.inputs textarea{
    padding: 4px 5px;
    border: 2px solid #ACACAC;
    width: 304px;
}

.inputs input[type=hidden] {
    padding: 0;
    border: 0;
    width: 0;
    margin: 0;
    display: inline;
}

.inputs input[type=checkbox] {
    width: auto;
    margin-left:0;
    margin-right:10px;
    padding:0;
    width:auto;
    display: inline;
}

p.inline-errors {
    color: red;
}

form li {
    clear: both;
    margin: 5px 0;
}

.siteList div.pagination {
    margin: 5px;
}

.siteList div.pagination span.disabled {
    display: none;
}

.siteList div.pagination a {
    border: 1px solid #BBBBBB;
    padding: 2px 6px;
    color: #000;
    background: #F4F4F4;
}

.siteList div.pagination a:hover {
    color: #E2001A;
}

.siteList div.pagination a.prev_page,
.siteList div.pagination a.next_page {
    border: none;
    background: none;
}

.siteList div.pagination span.current {
    padding: 2px 7px;
    font-weight: bold;
    color: #E2001A;
}

.siteList div.topPagination {
    position: absolute;
    right: 5px;
    top: 5px;
}

.siteList div.bottomPagination {
    position: absolute;
    right: 0px;
}

#content .generalContent {
    border: 1px solid #ACACAC;
    padding: 5px 10px;
    margin: 5px 10px 5px 5px;
}

span.no {
    display: none;
}

ul.tools {
    margin: 2px 2px 0 0;
    position: absolute;
    top: 0;
    right: 0;
}

ul.tools li {
    list-style: none;
    float: left;
}
div.innerBottomA {
    margin: 5px;
}