@charset "utf-8";

/*************************
* Reset
*************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: Arial;
}
body {
    line-height: 1;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
/* remember to define focus styles! */
: focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/***************************************
* Country Comparator
***************************************/
.frame {
    width: 947px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 45px;
    padding: 0;
    text-align: left;
}
#logo {
    width: 209px;
    height: 50px;
}
.menu {
    background-color: #cccccc;
    padding-top: 38px;
    height: 32px;
    margin-top: 17px;
    margin-bottom: 25px;
}
.menu ul, .menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}
.menu li {
    font-size: 24px;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 6px;
}
.menu li a {
    text-decoration: none;
    color: #ffffff;
}
.menu li.selected {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    background-color: #ffffff;
    color: #666666;
}
.menu li.selected a {
    color: #666666;
}
.main {
    margin-left: 20px;
    margin-right: 20px;
}
.sidebar {
    float: right;
    width: 230px;
    padding-left: 8px;
    border-left: 1px solid #808080;
}
h1 {
    color: #6D6D70;
    font-size: 20px;
    margin-bottom: 5px;
}
p {
    line-height: 26px;
    margin-top: 10px;
}
p.second {
    margin-top: 10px;  
}
table.homePageForm {
    background: #f2f2f2;    
    border: 10px solid #f2f2f2;
    font-size: 11px;
    width: 600px;
}
table.homePageForm td {
    padding: 6px 3px;
}
table.homePageForm select {
    width: 300px;
}
table.homePageForm td.titleField {
    width: 150px;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    padding-top: 10px;
}
.additionalCountries {
    height: 120px;    
}
.submit {
    border: 1px solid #444;
    color: #fff;
    background: #637bad;
}

.chartContainer {
    width: 100%;
    float: left;    
}
#mapCanvas {
    width: 500px;
    height: 360px;
    float: right;
}
#mapCanvasCost {
    width: 500px;
    height: 360px;
    margin-bottom: 10px;
    float: left;    
}
.chartCost {
    float: right;
    width: 300px;
    height: 300px;
    margin-top: 30px;
}

p.description {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 11px;
    color: #666;
    line-height: normal;
    clear: both;
    width: 350px;
}

.statsBox {
    margin-bottom: 10px;     
}
.left {
    float: left;    
}
.listRows {   
    float: left; 
    background: #F2F2F2;
    padding: 5px;
    margin-top: 0; 
}
.listRow {
    width: 350px;
    padding: 5px;
}
.listCountryName {
    float: left;
}
.listRankingValue {
    float: right;    
}

.chart {
    float: left;
    height: 300px;
    width: 300px;
    margin-left: 30px;
}
.map {
    width: 440px;
    height: 220px;
    margin-bottom: 20px;    
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; 
}
.clear {
    display: inline-block; 
}
.clear {
    display: block;
}
* html .clear {
    height: 1px; 
}
.share {
    float: right;
}
.share .title {
    font-size: 11px;
    margin-bottom: 5px;
}