/* css for specials and closeouts modal */
/* by Ryan McCoy : Fewtr */

#Specials_Mask {
/*position: absolute;*/
position: fixed;  /*keeps mask there when page scrolling */
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 8000;
background-color: #fff;
display: none;
}

#Specials_Modal {
position: absolute;
left: 50%;
top: 50%;
margin-left: -387px; /* half the width */
margin-top: -242px; /* half the height */
display: none;
z-index: 9000;
    background: #fff;
    border: 10px solid #fff !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-khtml-border-radius: 0 !important;
border-radius: 0 !important;
-webkit-box-shadow: 0px 0px 22px 0px rgba(50, 50, 50, 0.45);
-moz-box-shadow: 0px 0px 22px 0px rgba(50, 50, 50, 0.45);
box-shadow: 0px 0px 22px 0px rgba(50, 50, 50, 0.45);

}

.modal_header {
background: #0e5aaf;
height: 40px;
}

.modal_title {
font-size: 18px;
color: #fff;
line-height: 40px;
text-align: left;
    font-weight: bold;
    font-family: 'Open Sans', Arial, sans-serif !important;
padding-left: 20px;
}

.modal_body {
    width: 753px;
    height: 364px;
    padding: 10px 0;
    text-align: center;
}

.modal_content_container {
    margin: 0 auto;
    display: inline-block;
    
}

.float_left {
float: left;
}

.float_right {
float: right;
}

.close_box a {
display: block;
background: transparent;
padding: 0 10px;
text-align: right;
line-height: 40px;
font-size: 14px;
color: #fff !important;
    font-weight: bold;
cursor: pointer !important;
font-weight: normal;
text-decoration: none !important;
}

.close_box a:hover {
color: #e2428a !important
}

#Specials_Modal .ProductList .Odd {
 /*margin-right: 0 !important;  */ 
}

#Specials_Modal .ProductList .Even {
/*margin-right: 18px !important;   
margin-left: 18px !important; */
}

#Specials_Modal .ProductList li {
 text-align: left !important;   
margin-right: 18px;
min-height:339px;

}

#Specials_Modal .ProductList li:last-child {
margin-right: 0 !important;
}