﻿.addresscorrectionfade {
    z-index:2000;
    width:1800px;
    height:900px;
    background-color:gray;
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

.addresscorrectionmain {
    z-index:3000;
    position:absolute;
    left:395px;
    height:300px;
    background-color:#ffffff;
    width:280px;
    border:4px solid #304C7B;
    visibility:hidden;
    text-align:center;
}

.addresscorrectionheader {
    text-align: center;
    padding-top: 8px;
    font-weight: bold;
}

.addresscorrectionsection {
    width: 200px;
    text-align: left;
    padding-left: 5px;
}

.addresscorrectionfooter {
    text-align: center;
    padding-bottom: 8px;
    padding-top: 8px;
}

.addresscorrectioncursor {
    cursor: pointer;
}

/* issue in Safari and Chrome - line above link on dept page ----------------------------
issue is due to the empty span before the image: td.productthumbone a span {display:none;}
------------------------------------------------------------------
*/

td.productthumbone a {text-decoration:none;}

td.productthumbone a.safari {text-decoration:underline;} 

