
@font-face
{
    font-family:HelveticaNeue;
    src:url('../fonts/HelveticaNeue.eot');
    src:url('../fonts/HelveticaNeue.eot?#iefix') format('eot'),
    url('../fonts/HelveticaNeue.ttf') format('truetype');
}

@font-face
{
    font-family:HelveticaNeueLight;
    src:url('../fonts/HelveticaNeueLight.eot');
    src:url('../fonts/HelveticaNeueLight.eot?#iefix') format('eot'),
    url('../fonts/HelveticaNeueLight.ttf') format('truetype');
}

@font-face
{
    font-family:HelveticaNeueUltraLight;
    src:url('../fonts/HelveticaNeueUltraLight.eot');
    src:url('../fonts/HelveticaNeueUltraLight.eot?#iefix') format('eot'),
    url('../fonts/HelveticaNeueUltraLight.ttf') format('truetype');
}

@font-face
{
    font-family:HelveticaNeueBold;
    src:url('../fonts/HelveticaNeueBold.eot');
    src:url('../fonts/HelveticaNeueBold.eot?#iefix') format('eot'),
    url('../fonts/HelveticaNeueBold.ttf') format('truetype');
}

header,
footer,
nav,
section {
    display: block;
}

.link
{
    text-decoration:underline;
    color:#a9a9a9;
}

.link:hover
{
    color:#d0142c;
    cursor:pointer;
}

.link:active
{
    color:#d0142c;
    border:none;
}

h3
{
    margin:10px 0 20px 0 !important;
    text-transform:uppercase;
    font-size:10px;
}



/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.formItem
{
    width:200px !important;
    margin:0 0 0 10px !important;
}

.formLabel
{
    vertical-align:top;
}

#globalLinkToBasket
{
    text-decoration:none;
    text-transform:lowercase !important;
    font-family: "HelveticaNeue";
    font-size:13px;
}

.largeImg
{
    border:10px solid #eee;
    margin:10px auto;
}

.footNote
{
    font-size:10px;
}


/* COVERAGE */        
.inTextLink
{
    text-decoration:none;
    color:#666;
}

.coverageLoadingImg
{
    width:400px;
    height:400px;
    margin-left:70px;
}

.ttgPopUpSteps li {
    margin-bottom:5px;
}

/* BASKET */

.tblBasket .description {
    float:left;
    display:block;
    width:250px;
}

.tblBasket .btnInfo {
    float:right;
    margin:5px 0;
}

#navtaqMapInfoDialog ul li {
    margin-bottom:10px;
}
