





/* stage 2 */

table.quoteTable {
    border:                         1px solid #FFF;
    border-collapse:                collapse;
}

table.quoteTable th {
    background:                     #dc5508;
    border:                         1px solid #FFF;
    color:                          #FFF;
    font:                           17px Trebuchet MS, Arial, Sans-serif;
    padding:                        5px 10px;
    text-align:                     left;
}

table.quoteTable tr {
    background:                     #f1f1f1;
}

table.quoteTable tr.row1 {
    background:                     #e8e7e7;
}

table.quoteTable td {
    border:                         1px solid #FFF;
    padding:                        5px 10px;    
}

table.quoteTable td span {
    color:							#dc5508;
    font-weight:					bold;    
    font-size:						17px;    
}















/* Process Tabs */

ul.tab-menu {
    border-bottom:                  4px solid #ea6a12;
    height:                         38px;
    list-style-type:                none;
    margin:                         0 0 10px;
    padding:                        0;
}

ul.tab-menu li {
    display:                        inline;
    float:                          left;
    margin:                         0 9px 0 0;
    padding:                        0;
}

a.process-tab {
    background:                     url('../images/processTabBg.gif') no-repeat right top;
    color:                          #3d3d3d;
    display:                        inline-block;
    font:                           17px Trebuchet MS, Arial, Sans-serif;
    height:                         22px;
    padding:                        8px 10px 8px 0;
    position:                       relative;
    text-decoration:                none;
}

a.process-tab:hover, a.process-tab.current {
    background:                     url('../images/processTabBg.gif') no-repeat right -38px;
    color:                          #FFF;    
}

a.process-tab.disabled:hover {
    background:                     url('../images/processTabBg.gif') no-repeat right top;
    color:                          #3d3d3d;
	/*cursor:							default;*/
}

a.process-tab .number {
    display:                        block;
    float:                          left;
    height:                         42px;
    margin:                         -12px 0 0 0;
    width:                          47px;
}

a.process-tab .number.one, a.process-tab.disabled:hover .number.one {
    background:                     url('../images/processTabOne.gif') no-repeat;
}

a.process-tab:hover .number.one, a.process-tab.current .number.one {
    background:                     url('../images/processTabOne.gif') no-repeat 0 -42px;
}

a.process-tab .number.two, a.process-tab.disabled:hover .number.two {
    background:                     url('../images/processTabTwo.gif') no-repeat;
}

a.process-tab:hover .number.two, a.process-tab.current .number.two {
    background:                     url('../images/processTabTwo.gif') no-repeat 0 -42px;
}

a.process-tab .number.three, a.process-tab.disabled:hover .number.three {
    background:                     url('../images/processTabThree.gif') no-repeat;
}

a.process-tab:hover .number.three, a.process-tab.current .number.three {
    background:                     url('../images/processTabThree.gif') no-repeat 0 -42px;
}

a.process-tab .number.four, a.process-tab.disabled:hover .number.four {
    background:                     url('../images/processTabFour.gif') no-repeat;
}

a.process-tab:hover .number.four, a.process-tab.current .number.four {
    background:                     url('../images/processTabFour.gif') no-repeat 0 -42px;
}

a.process-tab .number.five, a.process-tab.disabled:hover .number.five {
    background:                     url('../images/processTabFive.gif') no-repeat;
}

a.process-tab:hover .number.five, a.process-tab.current .number.five {
    background:                     url('../images/processTabFive.gif') no-repeat 0 -42px;
}









