* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

body {
    font-size: 14px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* Genral text tags */
p {
    margin-bottom: 1em;
    line-height: 1.5em;
}

h1, h2, h3 {
    margin-bottom: 5px;
    margin-top: 20px;
}

.error {
    color: #f00;
}

/* ********************************************************************** */
/* Form Definitions */
/* ********************************************************************** */
form.textentry dl {
    margin-top: 15px;
    margin-bottom: 15px;
}

form.textentry dt {
    width: 10em;
    float: left;
    clear: right;
    text-align: right;
    margin-bottom: 6px;
    font-weight: bold;
}

form.textentry dd {
    clear: right;
    margin-bottom: 6px;
    margin-left: 10.5em;
}

form.textentry .reqd {
    color: #c00;
    font-weight:bold 
}

form.textentry .help { 
    cursor:help 
}

form.textentry .formhelp {
    font-size: 90%;
    color: #888;
}

form.textentry span.error {
    font-size: 80%;
}

.error-field input, .error-field textarea {
    background-color: #ffffaa;
}

form.textentry .errorlist {
    margin-left: 20px;
    color: #f00;
}

form.textentry input[type=text], input.text, textarea {
    width: 300px;
}

textarea {
    height: 150px;
}

form.textentry input[type=submit] {
    margin-bottom: 10px;
}

/* ********************************************************************** */
/* Comparision table */
/* ********************************************************************** */
#vps-table {
    border-collapse: collapse;
    width: 740px;
    margin-bottom: 1em;
    font-size: 11px;
}

#vps-table th {
    background-color: #777;
    padding: 8px;
    color: #fff;
}

#vps-table th a {
    color: #fff;
    display: block;
}

#vps-table td {
    padding: 3px;
}

#vps-table .row1 {
    background-color: #ddd;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

/* ********************************************************************** */
/* Main box */
/* ********************************************************************** */
#main, #main-wide {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8em;
}
#main {
    width: 800px;
}
#main-wide {
    width: 1200px;
}

/* ********************************************************************** */
/* Page footer */
/* ********************************************************************** */
#footer {
    text-align: center;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

/* ********************************************************************** */
/* Rounded menu ********************************************************* */
/* ********************************************************************** */
#slogan {
    margin-left: 20px;
    margin-top: 20px;
    width: 500px;
    text-align: right;
    float: left;
}
#slogan h1 {
    font-size: 400%;
    margin-bottom: 0;
    margin-top: 00px;
}
#slogan p {
    font-style: italic;
}
#slogan a {
    color: #001868;
    text-decoration: none;
}

/* ********************************************************************** */
/* Language selection menu ********************************************** */
/* ********************************************************************** */
#portal {
    margin-top: 30px;
    margin-right: 20px;
    float: right;
}

#portal img {
    float: left;
    margin-right: 5px;
}

#portal div {
    float: left;
}

#portal p, #portal a {
    font-size: 80%;
}


/* ********************************************************************** */
/* The tabs ************************************************************* */
/* ********************************************************************** */
#navtabs {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    list-style: none;
    height: 30px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

#navtabs li {
    float: left;
    padding-left: 14px;
    line-height: 30px;
    background: #cce7f7 url(/static/vps/tabs/left.png) no-repeat left top;
    margin-right: 1px;
}

#navtabs li a {
    background: #cce7f7 url(/static/vps/tabs/right.png) no-repeat top right;
    padding-right: 14px;
    color: #001868;
    display: block;
}

#navtabs .current {
    background: #0288d8 url(/static/vps/tabs/left_active.png) no-repeat left top;
}

#navtabs .current a {
    background: #0288d8 url(/static/vps/tabs/right_active.png) no-repeat right top;
    color: #fff;
}

#navtabs_line {
    background-color: #0288d8;
    height: 4px;
    clear: both;
    margin-bottom: 10px;
}

/* ********************************************************************** */
/* text pages *********************************************************** */
/* ********************************************************************** */
.listing {
    margin-left: 4em;
    margin-bottom: 1em;
}

ul.listing {
    list-style-type: square;
    color: #0288d8;
}

.listing li {
    line-height: 1.5em;
}

h1 a, h2 a {
    color: #001868;
    text-decoration: none;
}

h1 a:hover, h2 a:hover {
    border-bottom: 1px dotted #0288d8;
}

h1 {
    clear: both;
}

/* ********************************************************************** */
/* survey page ********************************************************** */
/* ********************************************************************** */
#survey ul {
    margin-left: 3em;
    list-style-type: none;
    margin-bottom: 2em;
}

/* ********************************************************************** */
/* rating stars ********************************************************* */
/* ********************************************************************** */
.rating .star {
    
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    padding: 1px;
    float: left;
    cursor: default;
}

.rating .clickable:hover {
    cursor: pointer;
}

.rating .blank {
    background-image: url('/static/stars/blank.png');
}

.rating .quarter {
    background-image: url('/static/stars/quarter.png');
}

.rating .half {
    background-image: url('/static/stars/half.png');
}

.rating .three-quarter {
    background-image: url('/static/stars/three-quarter.png');
}

.rating .full {
    background-image: url('/static/stars/star.png');
}

.rating .full-highlight {
    background-image: url('/static/stars/star-hl.png');
}

.rating .empty-highlight {
    background-image: url('/static/stars/blank.png');
}

/* ********************************************************************** */
/* namevalues *********************************************************** */
/* ********************************************************************** */
.namevalues {
    line-height: 1.5em;
}
.namevalues th {
    text-align: left;
    padding-right: 1em;
    min-width: 10em;
}

.small-namevalues th {
    min-width: 5em;
}

.namevalues td .featurelist {
    list-style-type: none;
}

.namevalues .featurelist li {
    background-image: url(/static/bool/yes.png);
    background-repeat: no-repeat;
    padding-left: 24px;
}

.namevalues .cost {
    font-weight: bold;
    color: #001868;
}

.vat-inclusive, .vat-exclusive {
    
    background-repeat: no-repeat;
    padding-left: 24px;
}

.vat-inclusive {
    background-image: url(/static/bool/yes.png);
}

.vat-exclusive {
    background-image: url(/static/bool/no.png);
}

/* ********************************************************************** */
/* comments ************************************************************* */
/* ********************************************************************** */
.comment .meta {
    font-weight: bold;
}

.comment .meta .rating {
    display: inline-block;
}

.comment .body {
    margin-left: 4em;
    margin-top: 0.5em;
}

.comment {
    margin-bottom: 1em;
}

#comment-form label {
    width: 10em;
    display: block;
    float: left;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
}

#comment-form .submit {
    margin-left: 10em;
}

#comment-form input[type=submit] {
    width: 100px;
}

#comment-form {
    margin-top: 1em;
}

/* ********************************************************************** */
/* breadcrumbs ********************************************************** */
/* ********************************************************************** */
.breadcrumb {
    color: #0288d8;
}

.breadcrumb a {
    text-decoration: none;
    color: #001868;
}

.breadcrumb a:hover {
    text-decoration: underline;
    color: #001868;
}

/* ********************************************************************** */
/* boxes on the provider page ******************************************* */
/* ********************************************************************** */
#left-namevalues, #right-namevalues {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 47%;
    margin-bottom: 10px;
}

#right-namevalues {
    float: right;
}

#left-namevalues h2, #right-namevalues h2 {
    text-align: center;
}

/* ********************************************************************** */
/* clear br ************************************************************* */
/* ********************************************************************** */
br.clear {
    clear: both;
}

/* ********************************************************************** */
/* Diario blogging ****************************************************** */
/* ********************************************************************** */
.blogdesc {
    font-style: italic;
    font-size: 110%;
}
.news-entries {
    list-style-type: none;
}

.news-entry .date {
    font-style: italic;
}

.news-entry .meta {
    clear: both;
}

.news-entry .body {
    margin-bottom: 0.5em;
}

.news-entry ul {
    list-style-type: square;
    margin-left: 4em;
    margin-bottom: 1em;
}

/* ********************************************************************** */
/* forum search ********************************************************* */
/* ********************************************************************** */
/* Hidden by default and then shown by the javascript callback. */
#forum_threads {
    display: none;
}
.gsc-results {
    width: 1100px;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

.gsc-resultsHeader {
    display: none;
}

.gsc-result {
    float: left;
    width: 375px;
    height: 85px;
    margin-right: 10px;
}

.gsc-cursor-box {
    width: 1100px;
    float: left;
}

/* ********************************************************************** */
/* World map page ******************************************************* */
/* ********************************************************************** */
#map_canvas {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.country-list {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}

.country-list li {
    float: left;
    width: 390px;
    height: 130px;
    padding-right: 10px;
    padding-bottom: 15px;
}

.country-list li h2 {
}

.country-list li img {
    width: 64px;
    height: 64px;
    float: left;
    padding-right: 8px;
    padding-bottom: 5px;
}

.country-list li img:hover {
    opacity: 0.5;
}

.provider-list {
    padding-top: 5px;
}

/* ********************************************************************** */
/* Map info windows ***************************************************** */
/* ********************************************************************** */
.map-window {
    text-align: left;
}

.map-window img {
    padding-right: 3px;
}

.map-window a {
    font-size: 16px;
}

/* ********************************************************************** */
/* List of providers in a region **************************************** */
/* ********************************************************************** */
.country-provider-list {
    list-style: none;
}

.country-provider-list-item {
    width: 390px;
    min-height: 80px;
    padding-right: 10px;
    float: left;
}

.country-provider-list-item a {
    float: left;
    padding-right: 5px;
}

.country-provider-list-item .rating {
    float: left;
    
}

/* Overwrite default, stars is read-only. */
.country-provider-list-item .rating .clickable:hover {
    cursor: default;
}

/* ********************************************************************** */
/* Header with flag ***************************************************** */
/* ********************************************************************** */
.country-hosting-header {
    padding-left: 54px;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    line-height: 48px;
}

/* ********************************************************************** */
/* Icons **************************************************************** */
/* ********************************************************************** */
.os-icon {
    max-width: 21px;
}

/* ********************************************************************** */
/* Reviews on the front page ******************************************** */
/* ********************************************************************** */
.latest-comments {
    width: 450px;
    float: right;
    font-size: 11px;
    margin-left: 5px;
}

.latest-comments h2 {
    margin: 0;
    padding: 0;
}

/* ********************************************************************** */
/* Website shots ******************************************************** */
/* ********************************************************************** */
.shadow-webshot {
    margin-left: auto;
    margin-right: auto;
    width: 220px;
}
.shadow-webshot .wrap1, .shadow-webshot .wrap2, .shadow-webshot .wrap3 {
    display:block;
    background-repeat: no-repeat;
}

.shadow-webshot .wrap1 {
    float:left;
    background:url(/static/els/imageshadow/shadow.gif) right bottom no-repeat;
}
.shadow-webshot .wrap2 {
    background-image: url(/static/els/imageshadow/bl.gif);
    background-position: -12px 100%;
}
.shadow-webshot .wrap3 {
    padding:0 9px 9px 0;
    background-image: url(/static/els/imageshadow/tr.gif);
    background-position: 100% -12px;
}

.shadow-webshot .image {
    display: block;
    width: 200px;
    height: 150px;
    border: 1px solid #aaa;
    
}

/* ********************************************************************** */
/* Semi-transparent hovering ******************************************** */
/* ********************************************************************** */
img.clickflag:hover {
    opacity: 0.5;
}

