/* 
    Document   : user_cpanel
    Created on : Feb 24, 2014, 8:53:19 AM
    Author     : tieudv89
    Description:
        Purpose of the stylesheet follows.
*/
.cpanel{
    width: 217px;
    border: 1px solid #ccc;
    padding: 5px;
   
}
#acc_content_menu {
    border: 1px solid #ccc;
    padding: 5px;
     background: #fff;
}

.panel_contain {
    width: 717px;
}

#acc_content_menu {
    width: 207px;
    float: left;
    clear: left;
    margin-right: 10px;
    display: inline-block;
}

#acc_menu_left ul {
    margin: 0px 0px 10px 0px;
    padding-right: 0px;
}

#acc_menu_left ul li {
    list-style-type: none;
    height: 25px;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 7px;
}
#acc_menu_left ul > .active {
    background-color: #EEEEEE;
}
#acc_menu_left a {
    float: left;
    display: inline-block;
    width: 190px;
    height: 19px;
    line-height: 24px;
}
#acc_menu_left ul > .active > a {
    color: #1EB453;
    background-color: #EEEEEE;
}
.nav-list > .active > a > [class^="icon-"]{
    background: url("../images/icon.png");
}

.icon-user, .icon-user_edit, .icon-user_verify, .icon-deposit, .icon-tran, .icon-login_verify {
        background: url("../images/icon.png");
        width: 25px;
        height: 24px;
        display: inline-block;
        margin-left: 0px;
        margin-top: -7px;
}

.icon-user_edit {
    background: url("../images/icon-payment.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
    display: inline-block;
    margin-left: 3px;
    margin-top: -7px;
}

#acc_menu_left ul li:hover .icon-user_edit, #acc_menu_left ul > .active a > .icon-user_edit{
	background:url("../images/icon-payment-active.png");
	background-repeat: no-repeat;
}

.icon-user_verify {
    background-position: -20px -187px;
}
#acc_menu_left ul li:hover .icon-user_verify, #acc_menu_left ul > .active a> .icon-user_verify{
    background-position: -74px -187px;
}
.icon-user {
    background-position: -20px -6px;
}

#acc_menu_left ul li:hover .icon-user, #acc_menu_left ul > .active a > .icon-user {
    background-position: -74px -6px;
}

.icon-deposit {
    background-position: -20px -40px;
}

#acc_menu_left ul li:hover .icon-deposit, #acc_menu_left ul > .active a> .icon-deposit {
    background-position: -74px -40px;
}
.icon-tran {
    background-position: -20px -147px;
}
#acc_menu_left ul li:hover .icon-tran, #acc_menu_left ul > .active a> .icon-tran {
    background-position: -74px -147px;
}

.icon-login_verify {
    background : url('../images/verify.png') no-repeat 4px 3px;
    background-size: 20px 20px;
    
}
.icon-login_verify:hover {
    opacity: 0.8;
    
}


.line-green {
    height: 3px;
    background-color: #2FB135;
    margin: 0px 0px 10px 0px;
}
.tite-item {
    width: 100%;
    padding: 7px 0px 7px 0px;
    background: #EEEEEE;
    font-family: tahoma;
    font-size: 15px;
    margin: 0px 0px 3px 0px;
}
.offset-10 {
    margin-left: 10px;
}

.tite-item  strong{
   color: #000; 
}

.info_user {
    margin: 5px 0px 10px 0px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    width: 294px;
    margin-right: 10px;
    float: left;
    height: 135px;
}

.tabs2 {
    width: 392px;
}

.right0 {
    margin-right:0;
}
.span5 {
    width: 380px;
}
.avatar {
    float: left;
    margin: 0px 5px 0px 0px;
}
.avatar img {
    width: 70px;
    height: 70px;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.vip_info {
    width: 70%;
    float: left;
}
.vip_info strong {
    color: #000;
}
.type_acc {
    padding: 5px 0px 5px 0px;
    border-top: 1px solid #e4e4e4;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
}
.type_acc span {
    float: left;
    margin-right: 5px;
}

.green {
    color: #1eb353;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
}
.info_show_acc_band {
    padding: 5px 10px;
}
.list_item_can_use {
    padding: 10px 5px;
}
.list_item_can_use a {
    margin-top: 10px;
    padding: 8px 20px;
    margin-left: 20px;
    background-color: #EEEEEE;
    color: #464646;
    font-size: 12px;
    font-family: arial;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.list_item_can_use a:hover, .list_item_can_use a.active {
    background-color: #1EB453;
    border: none;
    color: white;
   
    font-family: arial !important;
}