.title {
    font-weight: bold;
    color: #FFF;
}


.menu {
    background-color: rgb(238, 236, 237);
    border-bottom: 1px solid white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.menu td {
    text-align: center;
}
.menu a {
    color: #0fa0dd;
    text-decoration: none;
}


.menu td:nth-last-of-type(2) {
    text-align: left;
    padding-left: 35px;
}

.borderMainHeader {
    border: 1px solid black;
    border-bottom: 0px;
}

.borderMain {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.borderMainFooter {
    border: 1px solid black;
    border-top: 0px;
}

#footer {
    text-align: center;
    background-color: #e6e5e5;
    color: rgb(136, 130, 132);
}





.content {
    text-align: center;
    width: 100%;
}
.content th, .content td {
    background-color: #f7f3f2;
    border: 1px solid white;
    border-radius: 10px;
}
.content th {
    color: grey;
    text-align: left;
}
.content td>p>span:nth-of-type(1) {
    color: #00F;
    font-weight: bold;
}
.content td>p>span:nth-of-type(2) {
    color: red;
    font-weight: bold;
}
.content td>p>span:nth-of-type(3) {
    color: #0fa0dd;
}
.background_content1 {
    background-color: white !important;
}

.vertical_menu_head {
    text-align: center;
    color: white;
    background-color: #528c97;
    padding: 3px;
    border-top: 1px solid white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.background_vertical_menu1 {
    background-color: #dad0cf;
    color: rgb(136, 130, 132);
    padding: 3px;
}
.background_vertical_menu2 {
    background-color: #efe5e6;
    color: rgb(136, 130, 132);
    padding: 3px;
}
.background_vertical_menu1:hover, .background_vertical_menu2:hover {
    font-weight: bold;
}


.Khuyenmai {
    text-align: center;
}

.Khuyenmai>span:nth-of-type(1) {
    color: #00F;
    font-weight: bold;
}

.Khuyenmai>span:nth-of-type(2) {
    color: red;
    font-weight: bold;
}

.Khuyenmai>span:nth-of-type(3) {
    text-align: right;
    color: gray;
    text-decoration: line-through;
}

.Khuyenmai>div {
    margin: 6px;
    border-top: 1px solid #528c97;
}



.cart {
    width: 195px;
    height: 84px;
    border-collapse: collapse;
    background-image: url("/images/cart_bg.gif");
}
.cart th {
    color: #847676;
}
.cart td:nth-of-type(2) {
    width: 30px;
}
.cart td:only-child {
    border-top: 1px dotted black;
    color: #F00;
}