/* global.css */
html,body {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: auto;
    text-align: left;
}

.o {
    outline: 1px solid #f00;
}

.b {
    border: 1px solid #f00;
}

div {
    overflow: hidden;
}

ul, ol, li, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

/* CLEARING OF FLOATS */

.clearfix {
    clear: both;
    display: inline-table;
    /* Hides from IE-mac \*/
    height: 1%;
    display: block;
    /* End hide from IE-mac */
}

html>body .clearfix {
    height: 1px;
}

/* FONT SETTINGS */

h1 {
    font-size: 2em;
    margin: 0px;
}

h2 {
    font-size: 1.5em;
    margin: 0 0 7px 0;
}

h3 {
    font-size: 1.3em;
    margin: 0 0 7px 0;
}

h4 {
    font-size: 1.1em;
    margin: 0 0 5px 0;
}

h5, h6 {
    font-size: 1em;
    margin: 0 0 5px 0;
}

p {
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 1.3em;
}

a, a:active, a:visited {
    background-color:inherit;
    color: #3f662f;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

textarea, input {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

img {
    margin: 0 0 0 0;
    padding: 0;
    border: none;
}

div.tabbedView {
    background-color:transparent !important;
}

.error {
    background-color:inherit;
    color:red;
}

@media print {
    .noPrint{
        display:none;
    }
}




/*Cookie top dialog */

#cookieDialog {
    margin-bottom: 10px;
    height: 110px;
    position: relative;
    display: none;
    background-color: #fcf8e3;
    box-shadow:0 5px 5px rgba(0,0,0,.33);
}
#textDialog {
    margin: 0 0 10px 30px;
    padding-right: 70px;
    position: absolute;
    bottom: 0;
}
#closeDialog {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    overflow: hidden;
    z-index: 99;
    background: url("/agra/skins/agra/gfx/sprite.png") no-repeat scroll -41px -218px transparent;
    text-indent: -9999px;
    cursor: pointer;
}

/*End Cookie top dialog */

/* Proposed global changes for responsive mobile implementation */

.staticPageContainer.mobile-view ol {
    list-style-type: decimal;
    margin-left: 1em;
}

.staticPageContainer.mobile-view .back-to-top {
    text-align: right;
    font-size: 11px;
    font-weight: bold;
}

.page-space {
    height: 1em;
    clear: left;
}

.aside-column {
    float: right;
    width: 300px;
    margin: 0 0 0 20px;
}

/* Cookie policy tables */
.cookie-types {
    width: 100%;
}

/* Buyers Guide styling */
.buyersGuide div.buyersGuideLeft {
    float:left;
    padding-right: 10px;
    width:200px;
}
.buyersGuide div.buyersGuideRight {
    float:left;
    width:400px;
}

.buyersGuide div.buyerLogo {
    padding-bottom: 10px;
}

.buyersGuide div.buyerSpacer {
    margin-bottom: 20px;
}

.buyersGuide h3 {
    padding-bottom: 10px;
}

.buyersGuide p {
    margin-top: 0;
}

.analysis-right, .analysis-left {
    background-color: #fff;
    border-top: 10px solid #032E46;
    border-bottom: 2px solid #032E46;
    width: 200px;
    padding: 10px;
    margin:10px;
}

.analysis-left {
    float: left;
}

.analysis-right {
    float: right;
}

.analysis-box {
    float: left;
    background-color: #dcdcdc;
    border-top: 10px solid #032E46;
    border-bottom: 2px solid #032E46;
    width: 590px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#need-help {
    float:right;
}

.searchResult {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

#mobileSearchPagination {
    display:none;
}

