@charset "utf-8";
/*----buttons-----*/
.a_button {
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #d0d0d0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e6e6), color-stop(100%, #d0d0d0));
    background: -webkit-linear-gradient(top, #e9e6e6, #d0d0d0);
    background: -moz-linear-gradient(top, #e9e6e6, #d0d0d0);
    background: -o-linear-gradient(top, #e9e6e6, #d0d0d0);
    background: linear-gradient(top, #e9e6e6, #d0d0d0);
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
 *vertical-align: auto;
    zoom: 1;
 *display: inline;
    border: 1px solid #bab9b9;
    height: 35px;
    line-height: 32px;
    padding: 0px 25.6px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666!important;
    text-shadow: 0 1px 0px white;
    margin: 0;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
    cursor: hand;
    cursor: pointer;
}
.a_button_primary {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcb067), color-stop(100%, #ed8811));
    background: -webkit-linear-gradient(top, #fcb067, #ed8811);
    background: -moz-linear-gradient(top, #fcb067, #ed8811);
    background: -o-linear-gradient(top, #fcb067, #ed8811);
    background: linear-gradient(top, #fcb067, #ed8811);
    background-color: #ed8811;
    border-color: #ed8811;
    color: white!important;
    text-shadow: 0 1px 0px #a98f07;
}
.a_button_secondary {
    background-color: #d0d0d0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e6e6), color-stop(100%, #d0d0d0));
    background: -webkit-linear-gradient(top, #e9e6e6, #d0d0d0);
    background: -moz-linear-gradient(top, #e9e6e6, #d0d0d0);
    background: -o-linear-gradient(top, #e9e6e6, #d0d0d0);
    background: linear-gradient(top, #e9e6e6, #d0d0d0);
    border-color: #bab9b9;
    color: #333!important;
    text-shadow: 0 1px 0px #fff;
}
.a_button_fb {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d6eb3), color-stop(100%, #3c5a99));
    background: -webkit-linear-gradient(top, #4d6eb3, #3c5a99);
    background: -moz-linear-gradient(top, #4d6eb3, #3c5a99);
    background: -o-linear-gradient(top, #4d6eb3, #3c5a99);
    background: linear-gradient(top, #4d6eb3, #3c5a99);
    background-color: #3c5a99;
    border-color: #3c5a99;
    color: white!important;
    text-shadow: 0 -1px 0px #26427d;
    padding: 0 16px;
}
.a_button_fb i {
    background: url(icons_onbutton.png) no-repeat left 1px;
    width: 27px;
    height: 33px;
    float: left;
}
.a_button_fb span {
    display: block;
    margin: 0 0 0 27px;
    text-align: center;
}
.a_button_inoperative {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dcdbd9), color-stop(100%, #dcdbd9));
    background: -webkit-linear-gradient(top, #dcdbd9, #dcdbd9);
    background: -moz-linear-gradient(top, #dcdbd9, #dcdbd9);
    background: -o-linear-gradient(top, #dcdbd9, #dcdbd9);
    background: linear-gradient(top, #dcdbd9, #dcdbd9);
    background-color: #dcdbd9;
    border-color: #bab9b9;
    color: #a5a5a5!important;
    text-shadow: 0 1px 0px #fff;
}
.a_button:hover, .a_button_primary:hover, .a_button_fb:hover, .a_button_secondary:hover {
    -moz-opacity: 0.80!important;
    filter: alpha(opacity=80);
    opacity: 0.8;
    text-decoration: none;
}
/*----buttons end-----*/
/*----------float window start-------------------*/
.a_popup_shadow {
    background: #000;
    -moz-opacity: 0.78!important;
    filter: alpha(opacity=78);
    opacity: 0.78;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index:998;
}
.a_popup_wrapper {
    width: 400px;
    padding: 55px 75px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.8);
    -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.8);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.8);
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -275px;
    z-index:99999;
}
.a_popup_wrapper .a_popup_container{
    position:relative;
    width:100%;
    float:left;
}
.a_popup_wrapper h2{
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    color:#525252;
    font-weight:bold;
    line-height:24px;
    margin:0!important;
    padding-bottom:23px;
    text-align:center;
}
.a_popup_wrapper .a_popup_btns {
    text-align:center;
}
.a_popup_wrapper .a_popup_btns button{
    width:125px;
    text-align:center;
    padding:0;
}
.a_popup_wrapper .a_popup_btns button.a_btn_widthauto {
    padding: 0 25px;
    width: auto;
}
.a_popup_wrapper .a_delete a{
    background:url(a_float_deleteicon.png) no-repeat 1px 1px;
    width:11px;
    height:11px;
    display:block;
    position:absolute;
    right:-62px;
    top:-41px;
}
.a_popup_maintips{
    list-style:none;
    padding:0px;
    margin:-8px 0 0 0px;
}
.a_popup_maintips li{
    display:inline-block;
    color:#525252;
    padding-bottom:15px;
}
.a_popup_maintips li i{
    background:url(a_float_deleteicon.png) no-repeat left -13px;
    width:4px;
    height:4px;
    float:left;
}
.a_popup_maintips li span{
    margin:-6px 0 0 13px;
    display:block;
}
.a_recommendmembers{
    width:100%;
    overflow:hidden;
    margin:-11px 0 0 0;
}
.a_recommendmembers ul{
    width:120%;
    float:left;
    list-style:none;
    padding:0px 0 4px 0;
    margin:0px;
}
.a_recommendmembers ul li{
    margin:0 21px 21px 0;
    position:relative;
    width:120px;
    height:120px;
    float:left;
}
.a_recommendmembers ul li img{
    width:100%;
    height:100%;
    border:0px;
}
.a_recommendmembers ul li .a_selected{
    position:absolute;
    right:5px;
    top:5px;
    background:url(a_float_deleteicon.png) no-repeat left -21px;
    width:22px;
    height:24px;
    display:block;
}
.a_recommendmembers ul li .a_username{
    position:absolute;
    left:0px;
    bottom:0px;
    padding:3px 0;
    width:100%;
    text-align:center;
    color:#fff;
    background:rgba(000, 000, 000, 0.3)
}
.a_tips_oneline{
    width:100%;
    text-align:center;
    float:left;
    margin:-13px 0 21px 0;
    padding:0px;
}
.a_btn_container{
    text-align:center;
}
.a_popup_wrapper h2.v14_success i {
    background: url(v14_vip_icon_success.png) no-repeat scroll left top;
    display: inline-block;
    height: 65px;
    margin-top: 15px;
    width: 65px;
}
.a_popup_wrapper h2.v14_success span {
    float: left;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.a_popup_wrapper .a_popup_loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../common-new/loading.gif) no-repeat scroll center center;
    z-index: 2;
    display: none;
}
.a_popup_wrapper .a_float_error{
    padding-bottom:0px;
}
.a_popup_wrapper .a_float_error i{
    background:url(a_float_failedicon.png) no-repeat left top;
    display: inline-block;
    height: 65px;
    margin-top: 15px;
    width: 65px;
}
.a_popup_wrapper .a_float_error span{
    float: left;
    padding:18px 0 12px 0;
    text-align: center;
    width: 100%;
}
/*----------float window end-------------------*/
/*--------font color and font size start------*/
.a_color_gray{
    color:#918f8f;
}
.a_color_orange{
    color:#ffaa00!important;
}
/*--------font color and font size end------*/

/*--------background color start------*/
.a_bg_color_1{
    background-color: #898989 !important;
}

/*--------background color end------*/
/*---------page navigation start--------*/
.v14_pagenav {
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
.v14_pagenav a {
    text-decoration: none;
    color: #aaa!important;
    padding: 0 4px;
    font-size: 14px;
}
.v14_pagenav a:hover, .v14_pagenav a.current {
    color: #1797d2!important;
}
/*---------page navigation end--------*/
.floatbox {
    list-style:none;
    padding:20px 0px 10px 0;
    margin:0px;
    width:500px;
}
.floatbox li {
    float:left;
    width:100%;
    text-align:center;
    color:#7c7a7b;
    font-size:14px;
    padding:10px 0;
}
.floatbox li a {
    color:#7c7a7b;
}
.floatbox li a.btn-float-orange {
    background:#de9040;
    color:#fff;
    text-shadow:0 1px #c36d12;
    line-height:40px;
    padding:0 40px;
    font-size:16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration:none;
    display:inline-block;
}
.floatbox li.or-flaot{
    color:#ccc;
    padding-top:15px;
}
.a_popup_fulltextarea {
    padding: 0 0 20px;
}
.a_popup_fulltextarea textarea {
    height: 80px;
    width: 100%;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    padding:5px;
    box-sizing:border-box;
}
.search_highlighted{
    position:absolute;
    right:0px;
    top:7px;
    padding-right: 7px;
}
.search_highlighted a{
    text-decoration:none;
    color:#736c58;
}
.search_highlighted span{
    float:right;
    padding-left:4px;
    line-height:16px;
    color:#736c58;
}
.search_highlighted_hover{
    display:none;
    background:#fff;
    padding:8px 9px;
    width:106px;
    position:absolute;
    left:0px;
    top:24px;
    border:1px solid #d9d9d9;
    border-radius:5px;
    box-shadow:1px 1px 5px #e5e4e4;
    color:#666665;
}
.search_highlighted:hover .search_highlighted_hover{
    display:block;
}
.search_highlighted_hover .triangle-up{
    margin:0;
    position:absolute;
    z-index:2;
    top:-8px;
    left:20px;
    width:0;
    height:0;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:8px solid #fff;
}
.search_highlighted_hover .triangle-up_border{
    z-index:1;
    position:absolute;
    top:-9px;
    left:19px;
    width:0;
    height:0;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-bottom:9px solid #ccc;
}
/*---------chat button start--------*/
.online_chat_btn_left {
    background: url('btn_chat_left.png') no-repeat scroll 0 0 transparent;
    cursor: pointer;
    font-size: 1px;
    height: 27px;
    width: 31px;
    padding-left: 0px !important;
}

.online_chat_btn_center {
    background: url('btn_chat_center.png') repeat-x scroll 0 0 transparent;
    color: black;
    cursor: pointer;
    padding: 5px 8px 6px 6px;
    text-align: left;
    text-decoration: none;
}

.online_chat_btn_right {
    background: url('btn_chat_right.png') no-repeat scroll 0 0 transparent;
    cursor: pointer;
    font-size: 1px;
    height: 27px;
    width: 3px;
}
/*---------chat button end--------*/
/*---------profile hidden button start--------*/
.d_Profile_hidden_button a{
    display: inline-block;
    width: 170px;
    background: #a0d873;
    color: #fff!important;
    line-height: 17px; 
    padding: 6px 0;
}
.d_Profile_hidden_button a:hover{
    background: #8bc75b;
}
/*---------profile hidden button end--------*/

.n_highlight_sign{
    position:relative;
    float:right;
}
.n_highlight_sign img{
    float:left;
}
.n_highlight_sign em{
    font-size:10px;
    color:#7c7453;
    float:left;
    font-style:normal;
    padding:0 0 0 5px;
}
.n_highlight_sign span{
    border:1px solid #d8d8d8;
    padding:10px;
    float:left;
    background:#fff;
    color:#666;
    position:absolute;
    width:106px;
    left:-65px;
    top:25px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    text-align:left;
    display:none;
}
.n_highlight_sign:hover span{
    display:block;
}
/*---------underline list <a> start--------*/
.n_userslist_tab a {
    text-decoration: none;
}
/*---------underline list <a> end--------*/
/*---------profile setting nav start--------*/
.profile-setting-nav a:hover {
    border: 1px solid #dbb590;
}

.profile_setting_nav_new {
    width: 100%;
    height: 26px;
    position: relative;
}
.profile_setting_nav_new ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 13px;
    bottom: -1px;
    width: 92%;
}
.profile_setting_nav_new ul li {
    float: left;
    width: 33.3%;
    padding-right: 0px;
}
.profile_setting_nav_new a {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    display: block;
}
.profile_setting_nav_new a.active {
    color: #000;
}
/*---------profile setting nav end--------*/

div.grippie {
    background: #eeeeee url("grippie.png") no-repeat scroll center 2px;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}


.d_td_new_plate div{
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px dashed #e2ddc9;
    padding-bottom: 50px;
}
.d_td_new_plate div p{
    text-align: center;
    font-size: 14px;
    color: #676767;
}
.d_td_new_plate div .button{
    border: 0;
    border: 1px solid #d16f14;
    background: -moz-linear-gradient(top, #fabe88 0%, #f0943d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fabe88), color-stop(100%,#f0943d));
    background: -webkit-linear-gradient(top, #fabe88 0%,#f0943d 100%);
    background: -o-linear-gradient(top, #fabe88 0%,#f0943d 100%);
    background: -ms-linear-gradient(top, #fabe88 0%,#f0943d 100%);
    background: linear-gradient(to bottom, #fabe88 0%,#f0943d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabe88', endColorstr='#f0943d',GradientType=0 );
    filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#6f6f6f,endcolorstr=#3a3a3a,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#6f6f6f,endcolorstr=#3a3a3a,gradientType=0);
    font-weight: bold;
    border-radius: 3px;
    padding: 10px 28px;
    margin: 30px auto 0 auto;
}
.d_td_new_plate div span{
    color: #676767;
    font-size: 14px;
    margin: 10px auto;
    display: inline-block;
}
.d_td_new_plate>p{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 35px auto 15px auto;
    color: #2b2b2b;
}
.d_td_new_plate ul.tips li{
    color: #666666;
}

.d_td_new_plate ul.tips li a{
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

.d_404_error_1{
    background: #ffffff;
    border-radius: 5px;
}
.d_404_error_1 table{
    padding: 20px 50px 25px 50px;
}
.d_404_error_1 table tbody tr td h3{
    font-size: 20px;
    color: #666666;
    font-weight: 100;
    margin: 10px 0;
}
.d_404_error_1 table tbody tr td p{
    font-size: 14px;
    color: #999999;
}
.d_404_error_1 table tbody tr td .La_ligne_de_separation{
    width: 100%;
    border-bottom: 1px dashed #dddddd;
    margin: 15px 0;
}
.d_404_error_1 table tbody tr td p a{
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.d_404_error_1 table tbody tr td .d_404_1 p b{
    display: inline-block;
    width: 38%;
}
.d_404_error_1 table tbody tr td .d_404_2{
    display: none;
}
.d_404_error_2{
    background: #ffffff;
    border-radius: 5px;
}
.d_404_error_2 table{
    padding: 20px 50px 25px 50px;
}
.d_404_error_2 table tbody tr td h3{
    font-size: 20px;
    color: #666666;
    font-weight: 100;
    margin: 10px 0;
}
.d_404_error_2 table tbody tr td p{
    font-size: 14px;
    color: #999999;
}
.d_404_error_2 table tbody tr td .La_ligne_de_separation{
    width: 100%;
    border-bottom: 1px dashed #dddddd;
    margin: 15px 0;
}
.d_404_error_2 table tbody tr td p a{
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.d_404_error_2 table tbody tr td p b{
    display: inline-block;
    width: 38%;
}
.d_404_error_2{
    background: #ffffff;
    border-radius: 5px;
}
.d_404_error_2 table{
    padding: 20px 50px 25px 50px;
}
.d_404_error_2 table tbody tr td h3{
    font-size: 20px;
    color: #666666;
    font-weight: 100;
    margin: 10px 0;
}
.d_404_error_2 table tbody tr td p{
    font-size: 14px;
    color: #999999;
}
.d_404_error_2 table tbody tr td .La_ligne_de_separation{
    width: 100%;
    border-bottom: 1px dashed #dddddd;
    margin: 15px 0;
}
.d_404_error_2 table tbody tr td p a{
    font-size: 14px;
    color: #fbaa2a;
    text-decoration: none;
}
.d_404_error_2 table tbody tr td p b{
    display: inline-block;
    width: 5%;
    font-weight: 100;
    text-align: center;
    color: #e6e6e6;
}
.d_404_error_2 table tbody tr td .d_404_2 p{
    color: #666666;
    font-size: 14px;
}
.d_404_error_2 table tbody tr td .d_404_1{
    display: none;
}

.d_successfully_card{
    margin: 150px auto 0;
}
.d_successfully_card p{
    font-size: 16px;
    margin: 20px 0;
}
.d_successfully_card p+a{
    padding: 0 56.5px!important;
}
.verify_uploadpic .a_button {
	position: relative;
	overflow: hidden
}
.verify_uploadpic input {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 200px;
	z-index: 99;
	background: #ccc;
	-moz-opacity: 0!important;
	filter: alpha(opacity=0);
	opacity: 0;
}

.d_not_available{
    background-image: none !important;

}
.d_not_available a{
    pointer-events:none;
}
/*-------loading start-----*/
.a_loading {
    margin: 100px auto 0 auto;
    width: 170px;
    text-align: center;
    background: rgba(0,0,0,0.29);
    border-radius: 5px;
    padding: 30px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -115px;
    z-index: 9999999;
}
.a_loading b {
    text-transform: uppercase;
    float: left;
    font-size: 24px;
    color: #929292;
}
.a_loading > span {
    width: 4px;
    height: 4px;
    background-color: #929292;
    float: left;
    border-radius: 1px;
    display: inline-block;
    margin: 18px 2px 0 2px;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.a_loading .bounce1 {
    -webkit-animation-delay: -0.22s;
    animation-delay: -0.22s;
}
.a_loading .bounce2 {
    -webkit-animation-delay: -0.10s;
    animation-delay: -0.10s;
}
 @-webkit-keyframes sk-bouncedelay {
 0%, 80%, 100% {
-webkit-transform: scale(0)
}
 40% {
-webkit-transform: scale(1.0)
}
}
 @keyframes sk-bouncedelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
40% {
 -webkit-transform: scale(1.0);
 transform: scale(1.0);
}
}
/*-------loading end-----*/