#NavTabs_TabStripHead { /*[This is the navigation bar where the modules are listed.]*/
    background: none !important;
    background-color: #EF3E33 !important;
}
#LoginPanes {
    padding-top: 30px !important;
    width: 400px !important; /* original 550*/
}

#dnn_ctr398_Login_pnlLoginContainer {
    margin-top: -50px !important;
}

#LoginContent {
    margin-left: 20px !important;
    margin-top: 10px !important; /*Moves the login boxes 50 pixels down from the top*/
    border-radius: 5px; /*determines how rounded the border is*/
    background: rgba(255, 255, 255, 1) !important; /*sets the background color of the login box and the transparency*/
    width: 400px !important; /*Sets the width of the login box original 600*/
}

#dnn_ctr2264_ModuleContent {
    padding: 10px !important;
    background-color: #000 !important;
    border-radius: 3px !important;
}

img#dnn_Image1 {
    max-width: 260px !important; /*sets the image to be the same width as the login button*/
    border-radius: 3px !important;
}

#bottomLegend {
    /*background-color: #FFF!important;*/
    padding: 20px 10px 20px 10px !important;
    margin: 0 -10px 0 10px !important;
    width: 300px !important; /*original 560px*/
}

#troubleLink {
    height: 50px !important;
    width: 200px !important; /*original 500px*/
     padding: 0px 0px 0px 46px !important;
    margin-top: -30px !important;
}

#troubleLink > span {
        text-align: left !important;
        padding: 0px 0px 0px 0px !important;
}


#helpLink {
    margin: -35px 0 0 0px !important;
    padding: 0px 0px 0px 0px !important;
}

.AdditionalAttributeColumn.Average.Cost > div {
    padding-right: 3px;
    float: right;
}

.QuoteOptionSelected {
    background-color: rgb(239, 62, 51) !important;
}