html {
    height: 100%;
    overflow: -moz-scrollbars-vertical;
}

body {
    height: 100%;
} #nonFooter {
    position: relative;
    min-height: 100%;
    background: url(../images/layout/speed_clock.jpg) no-repeat bottom right;
    width: 973px;
    margin: 0px auto;
} * html #nonFooter {
    height: 100%;
} #container {
    padding-bottom: 70px;
    overflow: hidden;
} .clearFix {
    clear: both;
} .alignLeft {
    float: left;
} .alignRight {
    float: right;
} * {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
    outline-style: none;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    font-size: 11px;
    background: url(../images/layout/body_bkg.jpg) repeat-y center #000F4A;
} #footer {
    position: relative;
    margin-top: -45px;
    height: 1px;
    width: 100%;
} #footer_content {
    margin: 0px auto;
    width: 971px;
    color: #FFFFFF;
    height: 30px;
    padding: 15px 0 0 0;
    background: #56A400;
} #footer_content ul {
    float: left;
    list-style: none;
    padding: 6px 6px 0 15px;
    margin: 0 0 25px 0;
} #footer_content ul li {
    float: left;
    margin: 0 0 0 4px;
} #footer_content ul li a {
    color: #FFFFFF;
    font-size: 11px;
} #footer_content p {
    text-align: center;
    padding: 0 10px 0 10px;
    color: #FFFFFF;
    line-height: 150%;
    float: right;
    width: 700px;
} #footer_content p a {
    color: #FFFFFF;
    font-size: 14px;
    margin: 0 5px 0 5px;
} #content_wrap {
    margin: 0px auto;
    width: 973px;
    padding: 0px;
} #header {
    background: url(../images/layout/header_image.jpg) no-repeat;
    width: 972px;
    height: 167px;
    float: left;
    padding: 0px;
    position: relative;
} .search {
    position: absolute;
    top: 100px;
    left: 240px;
} .search input {
    border: none;
} .search input.submit_btn {
    background: #ffffff;
    border: none;
    color: #17255C;
} #menu_bar1 {
    background: url(../images/layout/menu_bar.jpg) repeat-x;
    width: 972px;
    float: left;
    height: 51px;
    margin: 0px 0 0 0;
    border-bottom: 1px solid #FFFFFF;
} #menu_bar1 ul {
    list-style: none;
    padding: 2px 10px 0 10px;
    float: left;
} #menu_bar1 ul li {
    float: left;
    padding: 0 3px 0 4px;
    color: #FFFFFF;
    font-weight: bold;
} #menu_bar1 ul li a {
    color: #274C00;
    font-size: 12px;
    padding: 0 0 0 15px;
    float: left;
    text-decoration: none;
    background: url(../images/layout/menu_a.jpg) left;
} #menu_bar1 ul li a span {
    padding: 12px 15px 0 0px;
    float: left;
    font-size: 12px;
    color: #274C00;
    height: 27px;
    cursor: pointer;
    background: url(../images/layout/menu_a.jpg) right;
} #menu_bar1 ul li a:hover, #menu_bar1 ul li a.active {
    text-decoration: underline;
} #menu_bar1 ul li a:hover span, #menu_bar1 ul li a.active span {
    text-decoration: none;
} #menu_bar1 ul li a:hover, #menu_bar1 ul li a.active {
    text-decoration: underline;
} #page_content {
    float: left;
    width: 972px;
    padding: 3px 0 3px 0;
} #left_side {
    width: 199px;
    float: left;
    padding: 3px 30px 0 25px;
    color: #FFFFFF;
} #left_side h2 {
    color: #1897AF;
    font-size: 18px;
    font-weight: 100;
    margin: 0 0 10px 0;
    text-align: center;
} #left_side ul {
    padding: 0 10px 0 10px;
    list-style: none;
    margin: 0 0 10px 0;
} #left_side ul li a {
    color: #ffffff;
    font-size: 13px;
} #left_side ul li a:hover {
    color: #1897AF;
} #center {
    width: 670px;
    padding: 25px 10px 15px 15px;
    float: left;
    line-height: 140%;
} #center img {
    padding: 2px;
    margin: 5px;
} #center h1 {
    color: #1897AF;
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 100;
} #center h2 {
    color: #CC0000;
    font-size: 14px;
    margin: 0 0 5px 0;
    line-height: 120%;
} #center p {
    font-size: 12px;
    color: #333333;
    margin: 0 0 15px 0;
} #center p span {
    color: #CD323E;
} #center a {
    text-decoration: underline;
    color: #CC0000;
} .navigation {
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}

/*Thuan copy*/

/* display and additional classes */
.clear { clear: both; }

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* form elements */
form {
    margin: 10px 15px;
    padding: 10px 5px;
    border: 1px solid #E5F0FB;
    background: #F4F8FD;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

legend {
    display: none;
}

label {
    display: block;
    font-weight: bold;
    margin: 7px 0;
}

input {
    padding: 3px;
    border: 1px solid #E5F0FB;
    font: normal 1em Verdana, sans-serif;
    color: #777;
}

textarea {
    width: 400px;
    padding: 3px;
    font: normal 1em Verdana, sans-serif;
    border: 1px solid #E5F0FB;
    height: 100px;
    display: block;
    color: #777;
}

input.button {
    font: bold 12px Arial, Sans-serif;
    height: 28px;
    margin: 0;
    padding: 2px 3px;
    color: #fff;
    background: #306bc1 url(../images/button-bg.jpg) repeat-x 0 0;
    border: 1px solid #306bc1;
} .star_rating {
    height: 20px;
    background: url("../images/star_combo.gif") 0 0 no-repeat;
} .star_rating .stars {
    height: 20px;
    background: url("../images/star_combo.gif") 0 -60px no-repeat;
} .star_rating_small {
    height: 15px;
    background: url("../images/star_combo_sm.gif") 0 0 no-repeat;
} .star_rating_small .stars {
    height: 15px;
    background: url("../images/star_combo_sm.gif") 0 -45px no-repeat;
} .rating-value {
    vertical-align: middle;
    text-align: center;
    background-color: #000;
    color: #fff;
    width: 23px
} .star_rating_small .rating-value {
    margin-left: 87px;
    height: 16px;
} .star_rating .rating-value {
    margin-left: 115px;
    height: 19px;
} .product-review, .article-comment {
    margin: 10px 15px;
    padding: 10px 0;
    border: 1px solid #E5F0FB;
    background: #F4F8FD;
} .pagination {
    text-align: right;
} .pagination a {
    padding: 1px;
    border: 1px solid #E5F0FB;
    background-color: #F4F8FD;
    height: 16px;
} .pagination a.current {
    border-color: #000;
} #main p {
    margin-bottom: 16px;
} #main .article-title {
    font-family: 'Trebuchet MS', Tahoma, Sans-serif;
    font-size: 160%;
    color: #88ac0b;
    font-weight: normal;
} .article-title a:link, .article-title a:visited {
    color: #1773BC;
} #main p, #main div, #main li, #sidebar li, #sidebar div, #sidebar p {
    font-size: 12px
} #main li a.related-article {
    color: #1773BC
} #main h2.section {
    color: #FB9233
} .highlight {
    background-color: yellow
} .sitemap a, .entry a {
    color: #1773BC;
}

.rating_bg {
    width: 112px;
    height: 20px;
    background: transparent url(../images/rating_bg.gif) no-repeat
}

.rating_fr {
    height: 20px;
    background: transparent url(../images/rating_fr.gif) no-repeat
}
.rating_small_bg {
    width: 83px;
    height: 15px;
    background: transparent url(../images/rating_small_bg.gif) no-repeat
}
.rating_small_fr {
    height: 15px;
    background: transparent url(../images/rating_small_fr.gif) no-repeat
}