/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 16, 2011 */

@font-face {
    font-family: 'canodsei';
    src: url('canodsei-webfont.eot');
    src: url('canodsei-webfont.eot?iefix') format('eot'),
        url('canodsei-webfont.woff') format('woff'),
        url('canodsei-webfont.ttf') format('truetype'),
        url('canodsei-webfont.svg#webfontag64PjIf') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* Clutch CSS */

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: top;
    background: transparent;
    text-align: left;
    font-weight: normal;
}

html, body {
    height: 100%;
}

body {
	background: url(../images/rockbg.jpg) no-repeat center bottom #000910;
    background-attachment: fixed;
    background-size: 100% auto;
    font-family: helvetica, verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 1;
}

/* remove list-style from lists */
/*ol, ul {
    list-style: none;
}*/

/* remove border from fieldset and img */
fieldset, img {
    border: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/*clearfix */
.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

h1 {
    color: #c60000;
    font-family: 'canodsei', arial, verdana, sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
}
/**
 * -----------------------------------------------------------------------------
 * Global Styles
 * -----------------------------------------------------------------------------
 */
.breadcrumb{padding-top:10px;padding-bottom:20px;}
    .breadcrumb label{font-weight:bold;margin-right:10px;}
    .breadcrumb ul{list-style:none;}
        .breadcrumb ul li{display:inline-block;margin-right:5px;}
        .breadcrumb ul a{color:#000;text-decoration:none;}
            .breadcrumb ul a:hover{text-decoration:underline;}

/**
 * -----------------------------------------------------------------------------
 * Generic Containers
 * -----------------------------------------------------------------------------
 */
#topnav, #container {
    width: 100%;
}

#topnav-content, #content {
    margin: 0 auto;
}

/* Generic containers [end] */



/* Top navigation [begin] */

#topnav {
    background: url(../images/topnav-lines.png) repeat-x left top;
    border-bottom: #585858 1px solid;
    height: 54px;
}

#topnav-content {
    height: 100%;
    padding: 7px 33px 8px 0;
    width: 632px;
}

#logo-image {
    float: left;
}

#kit-selector-image {
    float: right;
	margin-top: 10px;
}

/* Top navigation [end] */



/* Funky lines background [begin] */

#lines, #lines-left, #lines-centre, #lines-right {
    width: 100%;
}

#lines {
    z-index: 1;
}

#lines-left, #lines-centre, #lines-right {
    position: absolute;
}

#lines-left {
    background: transparent url(../images/content-lines-left.png) no-repeat left top;
    height: 407px;
    top: 160px;
}

#lines-centre {
    background: transparent url(../images/content-lines-centre.png) no-repeat center top;
    height: 296px;
    top: 34px;
}

#lines-right {
    background: transparent url(../images/content-lines-right.png) no-repeat right top;
    height: 591px;
    top: 157px;
}

/* Funky lines background [end] */



/* Main container [begin] */

#container {
    min-height: 800px;
}

#content {
    position: relative;
    width: 665px;
    z-index: 1000;
}

/* Main container [end] */



/* General sections [begin] */

.heading {
    background: url(../images/heading-bg.png) no-repeat left bottom;
    float: left;
    height: 57px;
    padding: 0 33px 0 0;
    width: 632px;
}

.heading ul {
    float: right;
    list-style: none;
    position: relative;
    top: 16px;
}

.heading li {
    color: #fff;
    float: right;
    list-style: none;
    margin-right: 6px;
}

.heading li:first-child {
    margin-right: 0;
}

.heading li:first-child a {
    font-weight: bold;
}

.heading li a, .heading li a:visited {
    color: #fff;
    text-decoration: none;
}

.heading li a:hover {
    text-decoration: underline;
}

.sub-heading {
    background: url(../images/shade.png) no-repeat left bottom;
    margin-bottom: 10px;
    padding: 0 33px;
}

.left-panel {
    float: left;
    padding: 0 33px;
}

.right-panel {
    float: left;
    padding: 0 33px 0 0;
}

.pad{
    padding: 20px;
}

.content {
    background: #fff url(../images/content-bg.png) repeat-y left top;
    width: 665px;
}


.content dl {
    float: left;
}

.content dt, .content dd {
    background: url(../images/middle-sharps.png) repeat-x left top;
    display: block;
    float: left;
    padding-top: 15px;
    padding-bottom:15px;
    vertical-align: text-middle;
}

.content dt:first-child, .content dt:first-child+dd {
    background: none;
}

.content dt {
    border-left: #000 solid 1px;
    float: left;
    font-weight: bold;
    padding-left: 33px;
    padding-right: 33px;
    text-transform: uppercase;
    vertical-align: middle;
}

.content dt label {
    display: block;
    font-weight: bold;
    padding: 4px 0;
}

.content dd {
    float: right;
    padding-right: 33px;
}

.content dd input[type=text], .content dd input[type=password] {
    height: 14px;
    padding: 2px;
}

.content dd input[type=file] {
    height: 24px;
}

.footer {
    background: url(../images/footer-bg.png) no-repeat left top;
    height: 11px;
}

.content table {
    border-collapse: collapse;
    margin-bottom: 20px;
}

.content tr:first-child th:first-child {
    padding-left: 64px;
}

.content tr.odd th, .content tr.even th {
    text-align: right;
    width: 4px;
}

.content th, .content td {
    border-left: #fff solid 1px;
    border-top: #fff solid 1px;
    padding: 6px;
    vertical-align: middle;
}

.content tr:first-child th, .content tr:first-child td {
    border-top: 0;
}

.content th {
    background: #191919;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.content tr.year th{background:#565656;}

.content th:first-child, .content td:first-child {
    border-left: #000 solid 1px;
}

.content .odd th, .content .odd td {
    background: #c6c6c6;
}

.content .even th, .content .even td {
    background: #dedede;
}

#account {
    color: #fff;
    font-size: 1.2em;
    position: absolute;
    top: 8px;
    right: 16px;
}

#account a {
    color: #fff;
    text-decoration: none;
}

#account a:hover {
    text-decoration: underline;
}

/*
#account {
    position: relative;
    top: -76px;
    width: 106px;
}

#account a{
    background: url(../images/logout-button.png) no-repeat left top;
    display: block;
    height: 44px;
    text-indent: -9999px;
    width: 106px;
}

#account a:hover {
    background-position: left -44px;
}
*/

/* General sections [end] */



/* Section 1 [begin] */

#section-1-content dt {
    width: 405px;
}

#section-1-content dd, #section-1-content dd select {
    width: 160px;
}

#section-1-footer {
    background: url(../images/sub-footer-bg.png) no-repeat left top;
    height: 42px;
}

.mandatory {
    color: #bf0000;
    margin-left: 33px;
    width: 100%;
}

p.mandatory {
    float: left;
    font-style: italic;
}

/* Section 1 [end] */



/* Section 2 [begin] */

#section-2 {
    opacity: 0.0;
    position: relative;
    top: -200px;
    z-index: -1;
}

#section-2-content {
    visibility: visible;
}

#section-2-content td:nth-child(7) {font-size:0.8em;}

#section-2-content input[type=radio] {
    margin: 0;
    padding: 0;
}

#section-2-submit #tooltip {
    background: url(../images/tooltip.png) no-repeat left top;
    display: inline-block;
    height: 16px;
    left: 3px;
    position: relative;
    text-indent: -9999px;
    top: -3px;
    width: 16px;
}

#conditions {
    left: 140px;
    position: relative;
}

/* Section 2 [end] */



/* Thumbs [begin] */

#thumb-list, #vid-list {
    float: left;
    overflow: auto;
    width: 85px;
}

#thumb-list {
    height: 200px;
}

#vid-list {
    height: 320px;
}

#thumb-list li, #vid-list li, #thumb-list li a, #vid-list li a {
    width: 50px;
}

#thumb-list li, #vid-list li {
    list-style: none;
    margin-top: 5px;
    opacity: 0.5;
    height: 55px;
}

#thumb-list li:hover, #vid-list li:hover {
    opacity: 1.0;
}

#thumb-list li a, #vid-list li a {
    border: #707070 solid 1px;
    display: block;
    padding: 4px;
}

#thumb-list li a:hover, #vid-list li a:hover {
    border: #dc8484 solid 1px;
}
/* Thumbs [end] */



/* Section 3 [begin] */

#section-3-content {
    padding-bottom: 40px;
}

#section-3-left-panel {
    float: left;
    width: 210px;
    
}

#kit-list {
    height: 200px;
    overflow: auto;
}

#kit-list {
    width: 210px;
}

#kit-list li, #kit-list li a {
    width: 174px;
}

#kit-list li {
    border-top: #e2e2e2 solid 1px;
    height: 26px;
    list-style: none;
}

#kit-list li:first-child, #kit-list li:hover, #kit-list li:hover+li {
    border-top-color: transparent;
}

#kit-list li:first-child {
    margin-top: 10px;
}

#kit-list li a, #kit-list li a.active {
    background: url(../images/kit-list-item.png) no-repeat left top;
    color: #000;
    display: block;
    height: 14px;
    padding: 6px 0;
    text-decoration: none;
    text-indent: 30px;
}

#kit-list li a:hover, #kit-list li a.active {
    background-position: left -26px;
    color: #fff;
}

#section-3-right-panel {
    float: left;
    width: 356px;
    margin-top: 40px;
}

#image-panel {
    float: left;
    width: 271px;
}

.partkey{}
    .partkey .title{
        background: #C0C0C0 url(../images/partkeyicon.png) 8px center no-repeat;
        padding: 7px;
        padding-left: 30px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: #BF1010;
        font-weight: bold;
    }
    .partkey .main{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border:solid 1px #c0c0c0;
        border-top: none;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        margin: 0;
        padding: 10px;
        background: #E5E5E5;
        list-style: none;
        font-size: 11px;
    }
        .partkey .main .item{
            border-bottom:solid 1px #c0c0c0;
            padding-bottom: 5px;
            margin-bottom: 5px;
        }
        .partkey .main .item:last-child{
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }
    .partkey .highlight{
        color:#BF1010;
        font-weight: bold;
    }

/* Section 3 [end] */



/* Section 4 [begin] */

#section-4 {
    position: relative;
    top: -33px;
}

#section-4-tabs {
    height: 32px;
    padding-left: 33px;
}

#section-4-tabs li {
    display: inline;
    float: left;
    margin-left: -16px;
    position: relative;
}

#section-4-tabs li:first-child {
    margin-left: 0;
}

#section-4-tabs li a {
    text-indent: -9999px;
}

#section-4-tabs li a:hover {
    background-position: left -32px;
}

#section-4-tabs li, #section-4-tabs li a {
    display: block;
    height: 32px;
}

#description-tab, #description-tab a {
    width: 170px;
    z-index: 3;
}

#description-tab a {
    background: url(../images/description-tab.png) no-repeat left -32px;
}

#notes-tab, #notes-tab a {
    width: 165px;
    z-index: 2;
}

#notes-tab a {
    background: url(../images/notes-tab.png) no-repeat left top;
}

#tv-tab, #tv-tab a {
    width: 165px;
    z-index: 1;
}

#tv-tab a {
    background: url(../images/tv-tab.png) no-repeat left top;
}

#section-4-heading, #tac-heading {
    background: url(../images/heading-bg-2.png) no-repeat left bottom;
    height: 11px;
}

#tac-content, #section-4-content, #quick-specs {
    color: #444343;
    font-size: 1em;
    line-height: 1.5em;
}

#section-4-content {
    padding: 30px 0;
}

#quick-specs {
    padding: 0;
    margin: 10px 0;
}
#quick-specs p {
    font-size: 12px;
    font-weight: bold;  
}

#section-4-content-1, #section-4-content-2, #section-4-content-3 {
    width: 665px;
}

#section-4-content-3 {
    height: 320px;
}

#section-4-content li {
    margin-left: 30px;
}
#section-4-content-2-full-panel ul li {
    height: 20px;
    padding: 10px;
    margin: 0;
    list-style: none;
    border: 1px solid #fff;
    border-radius: 10px;	
}
/*#section-4-content-2-full-panel ul li {
    border: 1px solid #fff;
}*/
#section-4-content-2-full-panel ul li:hover {
    background: #eee;
    border: 1px solid #e2e2e2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#section-4-content-2-full-panel ul li a {
    color: #000;
    height: 20px;
    display: block;
    padding: 0 0 0 25px;
    background: url(../images/pdf-icon.gif) no-repeat left top;
    text-decoration: none;
}
#section-4-content-2-full-panel ul li a:hover {
    color: #C60000;
}
#section-4-content p {
    margin-bottom: 20px;
}

#section-4-content-1, #section-4-content-3 {
    display: block;
}

#section-4-content-2 {
    display: none;
}

#section-4-content-1-left-panel {
    width: 310px;
}
    #section-4-content-1-left-panel h1{font-family:arial;font-size:1em}

#section-4-content-1-right-panel {
    text-align: center;
    width: 256px;
}
    #section-4-content-1-right-panel img{
        width:100%;
    }

#section-4-content-2-left-panel {
    width: 310px;
}

#section-4-content-2-right-panel {
    text-align: center;
    width: 256px;
}

#section-4-content-3-right-panel li {
    margin-left: 0;
}

#section-4-content-2-full-panel ul{
    padding: 0 30px;
}

#section-4-submit {
    float: none;
    position: relative;
    padding: 10px 0;
    margin: 0 auto;
}

#section-4-submit #back {
    background: url(../images/back-button.png) no-repeat left top;
    display: block;
    height: 44px;
    text-indent: -9999px;
    width: 106px;
    z-index: 9999;
}

#section-4-submit #back:hover {
    background-position: left -44px;
}

/* Section 4 [end] */



/* Section login [begin] */

/* Section login [end] */



/* Section user manager [begin] */

#section-user-manager-content tr:first-child th:first-child {
    padding: 6px;
    width: 46px;
}

#perform {
    padding: 0 33px 33px 33px;
}

/* Section user manager [end] */



/* Section add/edit user [begin] */

#section-login-content dt,
#section-import-content dt,
#section-add-user-content dt,
#section-edit-user-content dt {
    width: 100px;
}

#section-login-content dd,
#section-import-content dd,
#section-add-user-content dd,
#section-edit-user-content dd {
    width: 465px;
}

/* Section add/edit user [end] */



/* Message [begin] */

.message {
    float: left;
    display: inline-block;
    font-weight: bold;
    margin: 20px auto 0 33px;
    padding: 6px;
}

.success {
    background: #9BE87E;
    border: #63CE36 solid 1px;
}

.error {
    float: left;
}

/* Message [end] */



/* Section submit [begin] */

.submit {
    color: #fff;
    display: block;
    float: right;
    font-size: 0.8em;
    height: 44px;
    padding: 25px 0;
    text-transform: uppercase;
    width: 643px;
}

.submit p {
    float: left;
    margin-top: 2px;
}

.submit a {
    color: #bf0000;
    text-decoration: none;
}

.submit a:hover {
    text-decoration: underline;
}

.submit input[type=submit] {
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    border: 0;
    display: block;
    float: right;
    height: 44px;
    text-indent: -9999px;
    padding: 22px 0;
    width: 106px;
}

.submit input[type=submit]:hover {
    background-position: left -44px;
    cursor: pointer;
}

#section-2-submit input[type=submit] {
    background-image: url(../images/continue-button.png);
}

#section-login-submit input[type=submit] {
    background-image: url(../images/login-button.png);
}

#section-import-submit input[type=submit] {
    background-image: url(../images/import-button.png);
}

#section-add-user-submit input[type=submit] {
    background-image: url(../images/create-button.png);
}

#section-edit-user-submit input[type=submit] {
    background-image: url(../images/update-button.png);
}

/* Section submit [end] */



/* Terms & Conditions [begin] */

#tac {
    width: 665px;
}

#tac-content {
    background: #fff url("../images/content-bg.png") repeat-y left top;
    display: block;
    padding: 32px;
    opacity: 1.0;
    width: 601px;
    z-index: 9999;
}

#tac-content h1 {
    margin-bottom: 10px;
}

#tac-content p {
    margin-bottom: 20px;
}

#tac-content #confirm {
    float: right;
}

#tac-content #confirm a {
    background: #ccc;
    color: #000;
    font-weight: bold;
    padding: 5px 10px;
    margin-right: 5px;
    text-decoration: none;
}

#tac-content #confirm a:hover {
    background: #999;
}


/**
 * -----------------------------------------------------------------------------
 * Admin Area
 * -----------------------------------------------------------------------------
 */
.adminmenu{
    margin: 0;
    padding: 0;
    list-style: none;
}
    .adminmenu li{
        padding:5px 0;
    }

/**
 * -----------------------------------------------------------------------------
 * Scrollbars
 * -----------------------------------------------------------------------------
 */
.scroll-pane ul li a img {
    min-height: 42px;
    width: 50px;
}
#vid-list ul {
    height: auto;
}
/* Scroll bars [end] */



.js-off {
    background-color: #FFF;
    width: 960px;
    text-align: center;
    min-height: 100px;
    font-weight: bold;
    padding-top: 20px;
}
/* 22/04/1024 Simone: added row pointers and hover cause the trigger now is on the entire row
*/
.even td{
	cursor:pointer;
}
.even td:hover{
	color:#BF0000;
}
/**
 * -----------------------------------------------------------------------------
 * Mobile Platforms
 * -----------------------------------------------------------------------------
 */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px)
{
    /*
    #bModal { display: none; }
    #tac { display: none; }
    */

    #topnav-content
    {
        width: 100%;
    }

    /*
    #tac
    {
        width: 80%;
        height: 300px;
    }
    
    #tac-content
    {
        width: 80%;
        height: 300px;
        overflow: auto;
        background: #fff;
    }
    
    #tac-heading
    {
        display: none;
    }
    
    #tac-footer
    {
        display:none;
    }
    */

    #tac-content #confirm
    {
        float: none;
    }

    #tac-content #confirm a
    {
        background: #ccc;
        color: #000;
        font-weight: bold;
        padding: 25px 100px;
        display: block;
        margin: 25px 100px 25px 100px;
        text-align: center;
        text-decoration: none;
    }

    #tac-content #confirm a:hover
    {
        background: #999;
    }

    /*
    #topnav-content { width: 100%; }
    #content { width: 100%; }
    #tac-content { height: 300px; overflow: auto; }
    */

    }
    
/**
 * -----------------------------------------------------------------------------
 * Vehicle Results Styles
 * -----------------------------------------------------------------------------
 */
table#vehicles{}
    table#vehicles td:hover{cursor: pointer;}
