﻿body {
 
}

#bookMark {
    height: 30px;
}
/*#wide {
    background: transparent url(../Images/BlackNight.png) repeat 40% 30%;
    
}*/
#header {
    /*background: radial-gradient(circle, #e9e8e8 0%, #666);*/
    /* background: transparent url(../Images/BlackNight.png) repeat 40% 30%;*/
}

#bookmark {
}

#search {
}

#menu {

}

#nav {

}

#color {

}

#main {

}

#black {

}

h1.logo {
    font-family: 'BankGothic Lt BT';
    font-size: 3em;
    letter-spacing: 0.1em;
    color: #69693c;
}
    h1.logo span {
        font-size: 0.5em;
        color: #69693c;
        letter-spacing: 0;
    }


ul.menuSub li {
    min-width: 50px;
    padding: 3px 3px;
    margin: 0 3px 3px 0;
    text-align: center;
    border: 1px solid #000;
}
    ul.menuSub li:hover {
        background-color: #0291a7;
    }
    ul.menuSub li.active {
        background-color: #0291a7;
    }
    ul.menuSub li a {
        display: block;
    }

.detailWaterMark_Sizes {
    background: transparent url(../Images/WaterMarkEI_Sizes.png) repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
}

.aNow 
{
    background-color: #0291a7;
}

.boxItemsColor {
    background: #0291a7;
    width: 32%;
    border: 5px solid #fff;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 7px;
}
    .boxItemsColor img {
        width: 50%;
    }
.boxItems {
    /*width: 45%;*/
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 7px;
}


    @media (min-width:0) and (max-width: 991px) {
        
        .boxItemsColor {
            width: 45%;
            padding: 5px;
        }

        #ufoNarrow {
            display: none;
        }
    }