﻿#imgShopping:hover {
    cursor: pointer;
}

.aLogin {
    
}

 .pop-Loginbox {
            width: 400px;
            position: fixed;
            z-index: 100;
            background: #f7f7f7;
            left: 50%;
            top: 120px;
            margin-left: -200px;
            box-shadow: 0 0 10px #333;
            border: 2px solid #666;
            border-radius: 5px;
            }
         .pop-Loginclose {

		    position: absolute;
		    top: 8px;
		    right: 11px;
		    font-weight: bold;
		    cursor: pointer;
		} 
         .pop-Logintitle {
            font-size: 14px;
            background: #dbdcdc;
            color: #595757;
            padding-left: 15px;
            height: 30px;
            line-height: 30px;
            border-radius: 5px 5px 0 0;
            }

          .pop-Loginfooter {
              margin-top: 5px;
            background: #dbdcdc;
            color: #595757;
            padding: 10px;
              text-align: center;
            border-radius:  0 0 5px 5px;
         }
.contentContainer {
    width: 980px;
    margin: 0 auto;
    height: auto !important;
    height: 800px;
    min-height: 800px;
    background-image: url('../Images/bg.jpg');
}

.headerContainer {
    width: 980px;
    height: 110px;
    border-bottom: 1px dotted gray;
}


.renderBodyContainer {
    height: auto !important;
    height: 600px;
    min-height: 600px;
}

.headerLogo {
    width: 100px;
    height: 100px;
    border: 0px solid rosybrown;
    margin-left: 50px;
    float: left;
    cursor: pointer;
}

.headerUser {
    width: 100%;
    border: 0px solid rosybrown;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-right: 10px;
}

.headerTitle {
    width: 100%;
    height: 40px;
    border: 0px solid rosybrown;
    text-align: right;
}

    .headerTitle * {
        vertical-align: middle;
    }

.headerNav {
    width: 100%;
    text-align: right;
}

    .headerNav a {
        color: gray;
    }

    .headerNav * {
        vertical-align: middle;
    }

    .headerNav ul li {
        display: inline;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .headerNav ul li:hover {
            background-color: #4aa296;
            color: white;
            cursor: pointer;
        }

        .headerNav ul li a:hover {
            color: white;
            text-decoration: none;
        }

.footer {
    width: 100%;
    height: 170px;
    border-top: 1px dotted gray;
}

    .footer div {
        width: 163px;
        height: 170px;
        float: left;
        vertical-align: middle;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center;
    }

        .footer div:hover {
            cursor: pointer;
            background-repeat: no-repeat;
            background-position: center;
        }


.copyRight {
    width: 100%;
    height: 150px;
    background-image: url('../Images/footer.jpg');
}

    .copyRight * {
        vertical-align: middle;
        text-align: center;
    }
