/* 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;
}

/* Start forgotten password pages */

div.formTable .formFieldErroneousText {
    padding:0 !important;
}

div.formTable .g-recaptcha {
    padding-bottom:10px;
}

div.formTable form#forgottenPasswordForm div.formWidthLabel {
	width:auto;
}

div.formTable form#forgottenPasswordForm .formField {
	width:400px;
}

div.formTable form#forgottenPasswordForm .forgottenPassword-message {
    text-align:left;
    padding-bottom:10px;
    clear: left;
    font-size: 0.9em;
    font-weight: bold;
    overflow: hidden;
}

div.formTable form#forgottenPasswordForm .submitButtonArea {
    text-align:left;
}

div.formTable form#resetPasswordForm .formLabel {
    float: left;
    padding-bottom: 7px;
    width: 400px;
}

div.formTable form#resetPasswordForm .formWidthField {
    float: left;
    padding-bottom: 7px;
    width: 400px;
}

div.formTable form#resetPasswordForm .formSubmitButton {
    margin: 1px auto;
    padding: 8px 25px 8px 25px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    background: #1a87c5; /* Old browsers */
    background: linear-gradient(to bottom, #1a87c5 0%, #084769 100%); /* W3C */
    background: -webkit-linear-gradient(top, #1a87c5 0%, #084769 100%); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #1a87c5 0%, #084769 100%); /* FF3.6+ */
    background: -o-linear-gradient(top, #1a87c5 0%, #084769 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1a87c5 0%, #084769 100%);	/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a87c5', endColorstr='#084769', GradientType=0); /* IE6-9 */
}

.resetPassword-message{
     clear: left;
     font-size: 0.9em;
     font-weight: bold;
     text-align: left;
     padding: 0 0 20px;
 }

.resetPassword-error{
    clear: left;
    font-size: 0.9em;
    text-align: left;
    padding: 0 0 20px;
}