body {
    background-color: #222;
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
}
.inner-container {
    width: 900px;
    margin: 0 auto;
}
.home-image {
    background: url("../images/logo.jpg");
    background-position: center;
    background-color: #000;
    width: 900px;
    height: 200px;
    margin: 0 auto;
}
/*For home form*/
table {
    border-collapse: separate;
    border-spacing: 4px;
}
.borderstyle {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 11px;
    background-color: rgb(34, 34, 34);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(217, 217, 217);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(217, 217, 217);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(204, 204, 204);
    color: rgb(255, 255, 255);
    margin: 0 auto;
}
.centered {
    text-align: center;
}
input, textarea, select {
    color: rgb(255, 255, 255);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(128, 128, 128);
    border-right-color: rgb(128, 128, 128);
    border-bottom-color: rgb(128, 128, 128);
    border-left-color: rgb(128, 128, 128);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: rgb(51, 51, 51);
    resize: none;
}
input[type="text"], textarea {
    border-radius: 2px;
}
.formstyle {
    padding: 5px;
    font-size: 11px;
    background-color: rgb(34, 34, 34);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(217, 217, 217);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(217, 217, 217);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(204, 204, 204);
    color: rgb(255, 255, 255);
}
input[type="button"], input[type="submit"], input[type="reset"] {
    border-radius: 3px;
    background-color: rgb(68, 68, 68);
    font-weight: bold;
    padding: 3px;
    margin: 3px;
}
a:link {
    color: rgb(0, 255, 0);
}
a:visited {
    color: rgb(0, 255, 0);
}

a:focus, a:hover {
    text-decoration: none;
}
.error{
    color: red;
    text-align: center;
}
.centered {
    text-align: center;
}
.heading h1 {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0;
}
.form-container {
    padding: 5px;
    margin: 15px auto;
}
#copyright {
    margin-top: 45px;
    margin-bottom: 20px;
    text-align: center;
}
.notice {
    font-size: 11px;
    color: #FFFF00 !important;
    font-weight: bold;
    position: fixed;
    right: 0;
    bottom: 10px;
}
.notice a {
    color: #FFFF00;
    position: relative;
}
.notice img {
    max-width: 20%;;
}
.opacity {
    opacity: 0.01;
}
/**
 * Menu
 */
.text-shadow {
    text-shadow: 0 0 0.8em #FFFF00, 0 0 0.8em #FFFF00;
}
.menu-container nav {
    background: #282828;
    border: 1px solid #282829 !important;
    border-radius: 0;
    margin-top: 11px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: bold;
    padding: 7px 25px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
}
nav {
    background: url("../images/topnav_bg.gif") !important;
    background-color: #222222 !important;
    min-height: 30px !important;
}
.padding-0 { padding: 0 !important;}
.dropdown-menu {
    padding: 0 !important;
    background: #333333;
    border-radius: 0;
    border-left: 1px solid #111111;
    border-right: 1px solid #111111;
    border-bottom: 1px solid #111111;

}
.dropdown-menu li {
    border-bottom: 1px solid #101010;
}
.dropdown-menu > li > a {
    padding: 7px 25px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #222222;
}
.dropdown-menu li:last-child {
    border-bottom: none;
}
.dropdown-menu > li > a, .dropdown-menu > li > a:hover {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}
#shopping_cart {
    float: right;
    padding: 10px;
    background: #808080;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.notication p {
    margin: 0;
    padding: 3px;
    font-weight: bold;
}
#balance_notify {
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
}
.section_title {
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
}
.content_table {
    width: 100%;
    padding: 5px;
    margin: 15px auto;
    background-color: #222;
    color: #ffffff;
}
.formstyle:focus, .formstyle:hover {
    font-size: 11px;
    background-color: #333333;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    color: #ffffff;
}
.wrapper_table,.news_content {
    font-family: Arial;
    font-size: 11px;
    margin: 10px 0;
}
.news_title {
    text-align: center;
    font-weight: bold;
}
.news_content {
    text-align: center;
    text-indent: 20px;
}
.news_info {
    font-size: 9px;
    float: right;
    padding-right: 10px;
}
.section_page_bar {
    text-align: right;
}
.page_go {
    width: 20px;
    text-align: center;
    font-size: 11px;
}
.ad_title {
    text-align: center;
    font-weight: bold;
}

.yello, .text-yellow {
    color: #FFFF00;
}
.red,.menu-count {
    color: #ff0000;
}
.green,.lime {
    color: rgb(0, 255, 0);
}
.iconcc {
    width: 30px;
    height: 30px;
}
.section_page_bar a, .section_page_bar input {
    margin: 0 3px;
}
#formsearch #btnSearch {
    padding: 20px 5px;
}
#formsearch .formstyle {
    padding: 3px 0px;
    margin: 0px 0px;
}
#balance-transfer {
    width: 600px;
    margin: 0 auto;
}
.bold {
    font-weight: bold;
}
.message_message {
    width: 100%;
    height: 120px;
}
