img, form, input, select,body {
    margin:0px;
    padding: 0px;
}

*:focus {
    outline: none;
}

img {
    border: none;
}

a:active, a:focus {
    outline: 0
}

a {
    text-decoration: none;
}

body {
    margin:0px;
    padding:0px;
    font-family: Arial;
}
.clear {
    clear: both;
}

.system_message {
    width: 400px;
    min-height: 20px;
    border-radius: 80px;
    background: #418fd0;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    border:0px solid #50afff;
    margin: 10px auto;
}
#wrapper {
    width: 1000px;
    margin: 0px auto;
    position: relative;
    border: 0px solid black;
}

#header {
    width: 100%;
    min-height: 310px;
    float: left;
}

#logo {
    float: left;
    border: 0px solid black;
    margin: 0px 0px 0px -5px;
}

.right_part {
    float: right;
    width: 750px;
    border: 0px solid black;
}

.top_part {
    float: right;
    width: 560px;
    height: 115px;
    border: 0px solid black;
}

.bottom_part {
    float: right;
}
.login_buttons {
    margin: 35px 0px 0px 0px;
    color: #444445;
    font-size:15px;
    float: left;
    font-family: Arial;
    font-weight: bold;
}
#register {
    background: url("../images/registration.png") left top no-repeat;
    padding: 0px 5px 0px 25px;
    float: left;
    text-decoration: underline;
    color: #929295;
    margin: 0px 20px 0px 0px;
}

#login {
    background: url("../images/login.png") left top no-repeat;
    padding: 0px 5px 0px 25px;
    float: left;
    margin: 0px 20px 0px 0px;
}

.login_buttons div:hover {
    cursor: pointer;
}


/*Registration Form*/
.reg_form_wrapper, .login_form_wrapper{
    left: 300px;
    position: absolute;
    top: 55px;
    z-index: 9999;
    display: none;
}

#login_wrap {
    left: 440px;
}
.reg_form_wrapper .arrow, .login_form_wrapper .arrow {
    position: relative;
    left: 50%;
    bottom: -2px;
    background: #ffffff;
    margin-left: -12px;
}
.reg_form_wrapper .close_button, .login_form_wrapper .close_button {
    position: absolute;
    right: 30px;
    top: 38px;
    opacity: 0.6;
}
.reg_form_wrapper img:hover, .login_form_wrapper img:hover {
    cursor: pointer;
}
.registration_form {
    float: left;
    width: 350px;
    //height: 455px;
    background: #ffffff;
    border-radius: 45px;
    border:1px solid #cccccc;
    padding: 60px 30px 30px 30px;
    margin: 0px auto;
}

.registration_form .line {
    float: left;
    width: 350px;
    font-family: Arial;
    font-size: 15px;
    color: #38393a;
    min-height: 33px;
    line-height: 33px;
    margin: 8px 0px;
}
.registration_form .line img {
    float: right;
    margin: 0px 100px 0px 0px;
}

.line label {
    width: 130px;
    display: block;
    text-align: right;
    margin: 0px 10px 0px 0px;
    float: left;
}
.line input[type="radio"] {
    float: left;
    margin: 10px 0px;
}
.line input.form_fields {
    color: #636467;
    float: left;
    border-radius: 25px;
    padding: 10px;
    border:1px solid #cccccc;
    //height: 10px;
    font-size:14px;
    line-height: 20px;
    width: 180px;
}
#agreement {
    float: left;
    width: 40px;
    margin: 10px;
}
.form_fields:focus {
    border:1px solid #4794d1 !important;
}
#register_button,.login_button {
    background: url("../images/register_button.png") left top no-repeat;
    display: block;
    width: 182px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    border:none;
    margin: 20px auto;
    cursor: pointer;
}

/*Car Info*/

#car {
    margin: 17px 0px 0px 0px;
    float: right;
    position: relative;
    border:1px;
}

.car_ttl {
    color: #38393a;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 0px 20px;
}
#car_arrow {
    position: absolute;
    left: 50px;
}
.car_info {
    border-radius: 30px;
    background: #e6e8ea;
    color: #38393a;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 20px;
    min-width: 118px;
    min-height: 39px;
    margin: 5px 0px 0px 0px;
}

.car_link {
    color: #4794d1;
    font-size: 14px;
    text-decoration: underline;
    display: block;
    margin: 13px 0px 0px 60px;
}

/*Search Bar*/
#search_bar {
    margin: 30px 0px;
    float: left;
    width: 100%;
    min-height: 100px;
    border:0px solid black;
}

.search_wrapper {
    background:url("../images/search_bar.png") left top no-repeat;
    float: left;
    height: 48px;
    width: 970px;
    padding: 10px 10px 10px 20px;
}

.search_wrapper form {
    width: 100%;
    position: relative;
    height: 38px;
}

#search_key {
    width: 550px;
    height: 25px;
    padding: 5px;
    border:none;
    float: left;
    color: #444445;
    font-size: 16px;
    font-style: italic;
}

#submit_search {
    border:none;
    position: absolute;
    background: url("../images/zoom.png") left top no-repeat;
    width: 26px;
    height: 26px;
    overflow: hidden;
    text-indent: 100px;
    cursor: pointer;
    right: 0px;
    margin: 5px 20px 0px 0px;
}

.search_wrapper .cusel {
    border: 0px solid #CCCCCC;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 14px;
    height: 38px;
    position: relative;
    width: auto;
    z-index: 1000 !important;
}

.search_area .cuselText {
    line-height: 33px;
    color: #38393a;
    font-size: 15px;
}
.search_wrapper .jScrollPaneContainer {
    min-width: 99%;
    z-index: 1000 !important;
}
.search_wrapper .cuselText {
    z-index: 1000 !important;
}

.search_wrapper .cusel-scroll-pane {
    min-width: 100%;
    z-index: 1000 !important;
}

.search_wrapper .cuselFrameRight {
    background: url("../images/search_select_arrow_down.png") 5px 17px no-repeat transparent;
}
.advanced_search_link {
    float: left;
    margin: 5px 0px 0px 35px;
}
#advanced_search {
    color: #6b6e72;
    font-size: 15px;
    background: url("../images/border.png") left bottom repeat-x;
    font-style: italic;
    padding: 0px 0px 4px 0px;
}

#advanced_search:hover {
    color: #a7acb0;
    background: none;
}

.advanced_search_block {
    float: left;
    width: 930px;
    height: 0px;
    margin: 10px 10px 10px 10px;
    overflow: hidden;
    padding: 0px 20px;
}

.advanced_search_block .line {
    margin: 10px 0px;
}

.advanced_search_block .line label {
    height: 30px;
    line-height: 30px;
    font-style: italic;
    width: 223px;
}

#start_filter {
    float: right;
    margin: 0px 60px 0px 0px;
    color: #ffffff;
    background: url("../images/blue_button.png") left 3px no-repeat transparent;
    border:none;
    font-weight: bold;
    font-size: 14px;
    width: 125px;
    text-align: center;
    border-radius: 20px;
    height: 53px;
}



/*Main Content*/
#content {
    float: left;
    width: 100%;
    min-height: 300px;
    border:0px solid black;
}

/*Category block*/
.block_title {
    width: 100%;
    color: #38393a;
    font-size: 20px;
}
.block_title hr {
    width: 750px;
    margin: 13px 0px 9px 0px;
    height: 1px;
    background: #b5b5b6;
    border:none;
    float: right;
}
.links {
    float: right;
    width: 100%;
    margin: 20px 0px;
    text-align: right;
}
.links a {
    padding: 7px 30px;
    background: #e6e8ea;
    border-radius: 30px;
    color: #38393a;
    font-size: 15px;
    font-style: italic;
    margin: 0px 0px 0px -25px;
}
.links a:hover, .links a.active {
    background: #6fc255;
    position: relative;
    z-index: 20;
    color: #fff;
    text-decoration: underline;
}
/*Catalog Block*/
.sub_cat_item {
    float: left;
    width: 400px;
    /*height: 120px;*/
    padding: 0px 100px 0px 0px;
    margin: 20px 0px 20px 0px;
}

.sub_cat_item:nth-child(2n)
{
    padding: 0px 0px 0px 100px;
}
.sub_cat_item .photo {
    float: left;
    width:  111px;
    height: 111px;
    overflow: hidden;
    border-radius: 50%;
    border:6px solid #e3e3e6;
    text-align: center;
    margin: 0px 10px 0px 0px;
}

.sub_cat_item .photo:hover {
    border:0px solid transparent;
    width:  111px;
    height: 111px;
    padding: 6px ;
    background: url('../images/circle.png') center center no-repeat;
}
.sub_cat_item .photo:hover a {
    height: 105px;
    line-height: 105px;
    margin: 3px;
    width: 105px;

}

.sub_cat_item .photo a {
    border-radius: 60%;
    display: block;
    width: 111px;
    text-align: center;
    height: 111px;
    line-height: 111px;

}
.cat_list  {
    float: left;
/*    height: 120px;*/
    width: 250px;
}
.cat_list a {
    color: #636467;
    font-size: 15px;
}

.cat_list a:hover {
    text-decoration: underline;
    color: #4290ce;
}

#close_login_show_reg {
    text-decoration: underline;
    color: #4290ce;
}
.forg_pass {
    color: #ff0000;
}
.cat_list .cat_name {
    margin: 0px 0px 10px 0px;
}
.cat_list .cat_name a {
    color: #38393a;
    font-size: 16px;
    font-weight: bold;
}

.cat_list .cat_name a:hover {
    text-decoration: underline;
}

.cat_l label {
    float: none;
    display: inline;
}
/*End Catalog Block*/
/*End Main Content*/

/*Footer*/
#footer {
    margin: 20px 0px 0px 0px;
    float: left;
    padding: 0px 54% 0px 0px;
    width: 46%;
    position: relative;
    min-height: 350px;
    border:0px solid black;
    background: url("../images/footer_pic.png") 105% bottom no-repeat;
}
.footer_menu {
    float: left;
    width: 100%;
}

.footer_content {
    float: left;
    color: #636467;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
}
.footer_content a {
    color: #636467;
    font-size: 14px;
}

.social_links {
    margin: 0px 0px 10px 0px;
}
.social_links a {
    margin: 0px 5px 0px 0px;
}
.w:hover {
    text-decoration: underline;
    color: #c9cbd0;
}
/*End Footer*/


/*Catalog*/
.bread_crumbs {
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
    color: #38393a;
    font-size: 16px;
}

.bread_crumbs a {
    color: #38393a;
    text-transform: capitalize;
    font-size: 16px;
    text-decoration: none;
}
.current_bread, .bread_crumbs a:hover {
    text-decoration: underline;
    color: #4794d1;
    text-transform: capitalize;
}
.brand_filter {
    float: left;
    overflow: hidden;
    padding: 20px;
    border-radius: 50px;
    width: 960px;
    min-height: 30px;
    margin: 10px 0px 50px 0px;
    background: #eceeef;
}
.brand_filter ul {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    left: 50%;
}

.brand_filter li {
    float: left;
    margin: 0px 10px;
    list-style: none;
    text-align: center;
    line-height: 30px;
    position: relative;
    right: 50%;
}
.brand_filter a {
    color: #38393a;
    font-size: 15px;
    text-align: justify;
}

.brand_filter a:hover,.brand_filter a.active {
    text-decoration: underline;
}
.product {
    font-family: Arial;
    float: left;
    width: 250px;
    height: 300px;
    margin: 0px 125px 0px 0px;
}

.product .photo_product img {
    max-height: 100px;
    max-width: 200px;
}

.product .photo_product a {
    float: left;
    width: 100%;
    text-align: center;
    display: block;
}
.product .name_product a:hover {
    color: #579bd4;
    text-decoration: underline;
}
.lot_number {
    color: #808184;
    font-size: 14px;
    margin: 0px 0px 5px 0px;
}

.product .name_product a {
    color: #38393a;
    font-size: 16px;
    float: left;
    margin: 0px 0px 10px 0px;
}

.photo_product {
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: center;
}

.info_product {
    color: #38393a;
    font-size: 16px;
    float: left;
    width: 100%;
}

.current_price {
    font-size: 15px;
}

.current_price span {
    font-size: 18px;
    color: #38393a;
}

.offers_cnt {
    margin: 5px 0px 5px 0px;
    font-style: italic;
    font-size: 14px;
    color: #636467;
}

.stop_time {
    margin: 10px 0px 0px 0px;
    font-size: 16px;
}
.stop_time .digit {
    float: left;
}
.stop_time span {
    float: left;
    margin: 0px 0px 0px 0px;
}

.stop_time_left {
    margin: 0px 10px 0px 0px !important;
}
.line_bottom {
    width: 100%;
    height: 1px;
    float: left;
    margin: 20px 0px;
    background: #b5b5b6;
}
.progress-b {
    background: #dbdcdf !important;
    padding: 3px !important;
    height: 8px !important;
    border-radius: 20px !important;
}

.ui-progressbar-value {
    background: url("../images/progressbar.png") left center no-repeat transparent !important;
    border:1px solid transparent !important;
}


/*Paging*/

.paging {
    float: left;
    margin: 0px 0px 20px 0px;
    color: #38393a;
    font-size: 15px;
}

.paging a {
    color: #38393a;
    font-size: 15px;
    float: left;
    margin: 0px 10px 0px;
}

.paging span {
    color: #579bd4;
    float: left;
    margin: 0px 10px 0px;
    text-decoration: underline;

}


/*Filters*/

.select_filter {
    float: left;
    width: 100%;
    line-height: 33px;
}
.select_filter label {
    float: left;
    color: #38393a;
    font-size: 15px;
    margin: 0px 10px 0px 0px;
}
.select_filter div.sort_list , .select_filter div.show_list {
    float: left;
    margin: 0px 0px 0px 20px;
}

.select_filter form {
    float: right;
}

.select_filter .cuselText {
    line-height: 33px;
}

.select_filter div.show_list .cusel {
    width: 100px;
}

/*Product page*/
.product_info {
    float: left;
    margin: 40px 0px 0px 0px;
}
.product_photos {
    float: left;
    width: 420px;
    text-align: center;
}
.prod_id {
    color: #808184;
    font-size: 14px;
}

.prod_name {
    color: #38393a;
    font-size: 18px;
    margin: 10px 0px;
}
/*Carousel*/
.prod_gall_wrapper {
    width: 420px;
    float: left;
    position: relative;

}
.product_gallery {
    float: left;
    width:420px;
}
.l_arrrow {
    float: left;
    left: 0px;
    top:20px;
    position: absolute;
}
.r_arrrow {
    float: left;
    right: 0px;
    top:20px;
    position: absolute;
}
.l_arrrow:hover,.r_arrrow:hover {
    cursor: pointer;
}
.jcarousel-clip-horizontal {
    float: left;
    width: 370px;
    overflow: hidden;
}
.jcarousel-container-horizontal {
    width: 360px;
    padding: 0px 30px;
}
.product_gallery {

}
#prod_gallery_list {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
}

#prod_gallery_list li {
    //width: 100px !important;
    height: 63px;
    padding: 5px 0px;
    border:1px solid #cccccc;
    margin: 10px 20px 10px 0px;
}

#prod_gallery_list li a {
    float: left;
    width: 100%;
    text-align: center;
}

#prod_gallery_list li a img {
    max-width: 90px;
    max-height: 63px;
}
/* END Carousel*/
.main_info {
    float: left;
    width: 560px;
    margin: 0px 0px 0px 20px;
}
.main_info .left_info {
    float: left;
    margin: 0px 0px 20px 0px;
    width: 267px;
    min-height: 218px;
    border-right: 1px solid #d5d5d5;
}

.left_info .info_product {
    float: left;
    color: #38393a;
    font-size: 15px;
}
.left_info .info_product div span {
    font-size: 15px;
    color: #38393a;
}
.stop_time {
    height: 20px;
    min-width: 250px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    float: left;
}
.left_info .info_product .cnt_timer {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
}

.progress_line {
    margin: 0px 0px 30px 0px;
    width: 240px;
}

.progress-b {
    border:none !important;
}
.start_price {
    font-size: 18px !important;
}

.step_price {
    margin: 10px 0px;
    font-style: italic;
}

.curr_price, .curr_price #c_price {
    font-size: 18px;
    color: #409932;
}

.left_info .form_fields {
    border: 1px solid #CCCCCC;
    border-radius: 25px;
    color: #636467;
    float: left;
    font-size: 14px;
    height: 10px;
    line-height: 20px;
    text-align: center;
    padding: 10px;
    width: 70px;
    margin: 8px 5px 5px 5px;
}
.up_price {
    margin: 20px 0px 0px 0px;
    height: 44px;
    line-height: 46px;
}
.up_price a, #save_button {
    display: block;
    float: right;
    width: 117px;
    height: 44px;
    color: #ffffff;
    line-height: 42px;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 10px 0px 0px;
    text-align: center;
    background: url("../images/up_price_button.png") left top no-repeat;
}
#recover_button {
    float: none;
    display: block;
    border:none;
    margin: 0px 10px 0px 235px;
    width: 117px;
    height: 44px;
    color: #ffffff;
    line-height: 42px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: url("../images/up_price_button.png") left top no-repeat;
}
.right_info {
    float: left;
    min-height: 218px;
    margin: 0px 0px 0px 20px;
    width: 270px;
    position: relative;
}

 .hidden {
    display: none;
}
 .showed {
    display: block;
}

.right_info div {
    text-align: center;
    font-size: 15px;
}

#buyout {
    display: block;
    width: 117px;
    height: 44px;
    color: #ffffff;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0px 40px 0px 0px;
    text-align: center;
    background: url("../images/buy_button.png") left top no-repeat;
}

.fast_price {
    margin: 38px 0px 20px 0px;
    color: #ce4068;
    font-weight: bold;
    font-size: 24px !important;
}

.fast_price span {
    font-size: 60px;
}

.bottom_info {
    float: left;
    width: 100%;
    border-top: 1px solid #d5d5d5;
}


.product_description {
    float: left;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #d5d5d5;

}

.product_description .chapter_title, .chapter_title {
    color: #38393a;
    font-size: 18px;
}
.left_descr {
    float: left;
    line-height: 19px;
    width: 520px;
    padding: 0px 30px 0px 0px;
    border-right: 1px solid #d5d5d5;
    font-size: 15px;
    color: #636467;
}

.bottom_info .left_info {
    min-height: 100px;
    margin: 15px 0px 0px 0px;
    border:none !important;
    width:300px;
}

.bottom_info .left_info sup a {
    color: #579bd4;
    margin: 0px 0px 0px 5px;
    text-decoration: underline;
}

.bottom_info .right_info {
    margin: 20px 0px 0px 0px;
    min-height: 100px;
    float: right;
    width:260px;
    text-align: left !important;
}
.bottom_info .right_info a {
    color: #636467;
}
.bottom_info .left_info div, .bottom_info .right_info div {
    text-align: left;
    color: #636467;
    font-size: 15px;
    margin: 5px 0px;
    min-height: 23px;
    line-height: 23px;
}
.bottom_info .left_info div span, .bottom_info .right_info div span {
    color: #38393a;
}
.deliver_info {
    position: relative;
    float:right;
    margin: 0px 40px 0px 0px
}
.show_deliver_info {
    color: #579bd4;
    border-bottom: 1px dotted #579bd4;
}

.di {
    position: absolute;
    width: 460px;
    height: 230px;
    overflow: hidden;
    padding: 10px 20px;
    font-size: 15px;
    display: none;
    color: #38393a;
    background: #ffffff;
    border-radius: 20px;
    border:2px solid #418fd0;
    z-index: 100;
    left:-510px;
    bottom: -110px;
    webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.1);
    box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.1);
}
.trade_history {
    float: right;
    width:420px;
}

#trade_history {
    float: left;
    width:410px;
    text-align: center;
    border:none;
    margin: 10px 0px;
    border-spacing: 0px 10px;
}

#trade_history thead tr {
    color: #ffffff;
    font-size: 15px;
    font-family: Arial;
    font-weight: normal;
}

#trade_history thead tr td {
    padding: 10px;
    margin: 10px 0px;
    background: #418fd0;
}

#trade_history tr td:first-child {
    border-radius:50px 0px 0px 50px;
}

#trade_history tr td:last-child {
    border-radius:0px  50px 50px 0px;
}

#trade_history tbody td {

    padding: 10px;
    color: #38393a;
    font-size: 15px;
}
#trade_history tbody tr.new_line td {
    opacity: 0;
}
#trade_history tbody tr:nth-child(even) td
{
    background: #cbcfd4;
}
#trade_history tbody tr:nth-child(odd) td
{
    background: #e6e8ea;
}



/*Hot lots*/
.hot_lots {
    float: left;
    margin: 30px 0px;
}

.hot_lots .product_matrix {
    float: left;
    margin: 40px 0px;
}


/*User panel*/

.user_panel {
    float: left;
    margin: 0px 0px 0px 20px;
}
.user_panel1 {
    margin: 10px 0px 0px 20px;
}
.user_panel span {
    color: #418fd0;
}
.user_panel1 a:first-child {
    margin: 10px 10px 10px 0px;
    float: left;
    color: #418fd0;
    font-size: 16px;
}

.user_panel1 a:last-child {
    margin: 10px 0px 10px 0px;
    float: right;
    color: #418fd0;
    font-size: 16px;
}

.user_panel1 a:hover {
    cursor: pointer;
    color: #4fadfc;
}


/*User Tabs*/

.user_profile .ui-widget-content, .user_profile .ui-widget-header, .new_product_form .ui-widget-content, .new_product_form .ui-widget-header{
    border:none;
    background: none;
}
.user_profile {
    float: left;
    margin: 20px 0px;
    width: 1000px;
}
.user_profile .ui-state-default, .new_product_form .ui-state-default {
    background: none !important;
    color: #38393a !important;
    font-size: 16px !important;
}

.ui-state-active a {
    color: #38393a !important;
    font-size: 16px !important;
}

#tabs li {
    border-top: 1px solid #b5b5b6;
    border-left: 1px solid #b5b5b6;
    border-right: 1px solid #b5b5b6;
    border-bottom:  1px solid #ffffff !important;
    position: relative;
    bottom: -1px;
    z-index: 100;
    margin: 0px 15px 0px 15px;
    border-radius: 10px 10px 0px 0px;
}
#tabs li a {
    color: #38393a;
    font-weight: normal;
}

#tabs .ui-state-active a, #tabs li:hover a, .change_pass, .edit_prod  {
    color: #4794d1 !important;
    font-size: 16px !important;
    cursor: pointer;
    font-weight: normal;
    text-decoration: underline;
}

#tabs ul {
    border-bottom:  1px solid #b5b5b6;
    border-radius: 0px;
}

.user_data {
    float: left;
    width: 100%;
    color: #38393a;
    font-size:16px;
    margin: 20px 0px 0px 0px;
}

.user_data .line {
    float: left;
    margin: 10px 20px;
    width: 960px;
    height: 32px;
    line-height: 30px;
}

.user_data .line label {
    width: 125px;
    float: left;
    margin: 0px 20px 0px 0px;
    text-align: right;
}

.user_data .line span.stat {
    float: left;
    height: 32px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    width: 1px;
}

.user_data .line span img {
    margin: 6px 10px;
}

.statistic {
    color: #38393a;
    font-size: 14px;
    line-height: normal !important;
}

.statistic .act_cat {
    text-transform: capitalize;
}


.users_products {
    float: left;
    margin: 20px 0px;
}

.users_products .prod_item {
    float: left;
    margin: 0px 0px 20px 0px;
    width: 930px;
    min-height: 110px;
    overflow: hidden;
    padding: 25px;
}
.users_products .prod_item:nth-child(even)
{
    background: #f2f3f4;
}
.prod_item .p_photo {
    float: left;
    border:1px solid #b5b5b6;
    width: 150px;
    height: 100px;
    padding: 5px;
    text-align: center;
    margin: 0px 15px 0px 0px;
}

.p_data {
    float: left;
}

.prod_item .p_photo a {
    float: left;
    width: 150px;
    text-align: center;
}
.prod_item .p_photo img {
    max-width: 150px;
    max-height: 100px;
    text-align: center;
    margin: 0px auto;
}

.p_title {
    color: #38393a;
    font-size: 16px;
    margin: 0px 0px 20px 0px;
}

.p_price {
    color: #636467;
    font-size: 15px;
    margin: 0px 0px 15px 0px;
}
.p_price span {
    margin: 0px 40px 0px 0px;
}
.black {
    color: #38393a;
    font-size: 17px;
}
.red {
    color: #ce4068;
    font-size: 17px;
}
.green {
    color: #409932;
    font-size: 17px;
}

.edit_prod {
    margin: 0px 20px 0px 0px;

    font-size: 15px;
}

.delete_prod {
    margin: 0px 20px 0px 0px;
    color: #38393a;
    font-size: 15px;
    line-height: 25px;
}
.p_links a {
    display: block;
    float: left;
    height: 22px;
}
.p_links a img {
    margin: 4px 4px;
    float: left;
}

.delete_prod img {
    margin: 6px 4px !important;
}

.add_product {
    display: block;
    width: 115px;
    height: 42px;
    font-size: 12px;
    color: #ffffff !important;
    font-weight: bold;
    line-height: 40px;
    margin: 0px 0px 0px 10px;
    text-align: center;
    background: url("../images/buy_button.png") left top no-repeat;
}


/*New User Product*/

.new_product_form {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
}
.line {
    width: 100%;
    float: left;
}

#save_button {
    float: right;
    margin: 0;
    border:none;
    line-height: 20px;
    background-position: 0px 2px;
}
.new_p_name {
    margin: 0px 0px 20px 0px;
}
.new_p_name input {
    width: 400px !important;
    height: 22px !important;
}

.main_photo {
    float: left;
    margin: 0px 20px 20px 0px;
    width: 400px;
    height: 340px;
}

.new_p_info {
    float: left;
    width: 570px;
}
.new_p_info .line {
    margin: 10px 0px;
    color: #38393a;

}
.new_p_info label.l {
    font-size: 15px;
    float: left;
    width: 207px;
    height:32px;
    text-align: left;
    margin: 0px 15px 0px 0px;
    line-height: 32px;
}
.new_p_info .line span.red {
    margin: 0;
}
.new_p_info .line span.a {
    float: left;
    font-size: 15px;
    display: block;
    height: 32px;
    line-height: 30px;
    margin: 0px 0px 0px 10px;
}
.new_p_info .line_bottom {
    background: #d5d5d5;
}

.little input[type="text"] {
    width: 80px !important;
}

.ui-widget {
    font-size: 0.8em !important;
}
.more_photos  {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
}
.more_photos img {
    margin: 0px 17px 30px 0px;
}

.little .cuselText {
    line-height: 30px;
}

.little .cat_l input {
    margin: 2px 3px;
}


.main_photo .qq-upload-button1
{
    display: none;
}


/*More photo*/

.more_photos .table, .more_photos .sortable {
    background: url("/tpl/admin/images/table_header_bg.gif") repeat-x top;
    border: 1px solid #e4e4e4;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.more_photos table .hidden-inputs .input-text-medium,
.more_photos table .hidden-inputs .input-text,
.more_photos table .hidden-inputs .input-text-short,
.more_photos table .hidden-inputs .input-text-long,
.more_photos table .hidden-inputs .input-text-large,
.more_photos .table-tree .multiple-table-row .input-text-short {
    background-image: none;
    background-color: #fff;
    border-color: #fff;
}
.more_photos .table th,
.more_photos .table th a,
.more_photos .table th a:visited,
.more_photos .table th a:hover,
.more_photos .table th a:active {
    color: #000;
    font-weight: normal;
}
.more_photos .table-tree .input-text-short {
    background-color: #f9f9f9;
    background-image: none;
    border-color: #f9f9f9;
}
.more_photos .input-text-short.inventory {
    margin-top: 4px;
}
.more_photos .table th a:hover {
    color: #0a9ccc;
}
.more_photos .table th {
    padding: 0 10px 0;
    height: 40px;
    text-align: left;
    text-transform: capitalize;
}
.more_photos .table th span {
    padding: 0 11px;
}
.more_photos .table tr:hover td,
.more_photos .table tbody.hover:hover td,
.more_photos .object-group:hover td,
.more_photos .object-group-elements:hover td {
    background-color: #ddf3fa !important;
    border-bottom-color: #9fdaed;
}
.more_photos .object-group:hover,
.more_photos .object-group-elements:hover,
.more_photos .table.scrollable p:hover {
    margin-top: -1px;
    border-top: 1px solid #9fdaed;
    margin-top: 0px\9;
    border-top: 0px\9;
    border-bottom-color: #9fdaed;
    background-color: #ddf3fa;
}
.more_photos .table tr.no-items:hover,
.more_photos .table tr.no-items,
.more_photos .table tr.table-group-header:hover,
.more_photos .table tr.table-group-header,
.more_photos .table tr.no-items:hover td {
    background-color: transparent;
}
.more_photos .table tr.no-border td,
.more_photos .table tr td table tr td {
    border-bottom: 0;
}
.more_photos .table td,
.more_photos .search-advanced table.table td,
.more_photos .table-tree tr.multiple-table-row td {
    padding: 10px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid #ebebeb;
    background-color: #fff;
}
.more_photos .table tr.table-row td,
.more_photos .search-advanced table.table  tr.table-row td,
.more_photos .table-tree tr td,
.more_photos .form-field .table td {
    padding: 10px;
}
.more_photos .table tr:hover td {
    padding: 10px;
    border-color: #9fdaed;
    border-right: none;
    border-left: none;
}
.more_photos .input-text {
    background-color: #FFFFFF !important;
    background-image: none !important;
    border: 2px solid white;
    padding: 3px;
}
.more_photos .table tr:hover td .input-text-medium,
.more_photos .table tr:hover td .input-text,
.more_photos .table tr:hover td .input-text-short,
.more_photos .table tr:hover td .input-text-long,
.more_photos .table tr:hover td  .input-text-large {
    background: #ffffff url(/tpl/admin/images/input_bg.gif) repeat-x top;
    border-color: #82c3d9;
}
.more_photos .table tr:hover td .selected-status a,
.more_photos .object-group:hover .selected-status a,
.more_photos .object-group-elements:hover .selected-status a,
.more_photos .table.scrollable p:hover .selected-status a {
    background-position: 0 -60px;
}
.more_photos .table tr td .input-text-medium:focus,
.more_photos .table tr td .input-text:focus,
.more_photos .table tr td .input-text-short:focus {
    background: #ffffff url(/tpl/admin/images/input_bg.gif) repeat-x top;
    border: 2px solid #82c3d9;
    padding: 1px;
    outline: none;
}
.more_photos .table tr:hover td .input-text-medium:focus,
.more_photos .table tr:hover td .input-text:focus,
.more_photos .table tr:hover td .input-text-short:focus {
    border: 2px solid #82c3d9;
    padding: 1px;
    background: url("/tpl/admin/images/input_bg.gif") 50% 0% repeat-x #FFFFFF;
}
.more_photos .table tr.no-items td,
.more_photos .table tr.no-items:hover td,
.more_photos .table tr.table-group-header:hover td {
    padding: 10px;
    border: none;
}
.more_photos .table tr {
    height: 30px;
}
.more_photos div.no-hover:hover {
    background-color: #fff !important;
    border-color: #dfdfdf;
}
.more_photos .no-hover tr:hover td,
.more_photos .no-hover tr:hover td .subheader2 {
    background-color: #fff !important;
    border-color: #fff;
}

.cm-button-main input {
    background: url("../images/buy_button.png") 100% 0px no-repeat;
    border: 0px solid #007FA9;
    border-radius: 14px;
    font-weight: bold;
    width: 115px;
    color: #FFFFFF;
    display: inline-block;
    height: 41px;
    line-height: 11px;
    margin: 0px;
    padding: 2px 15px 3px;
    text-shadow: 0px 1px 0px #055C7A;
}
.table-tools {
    margin: 10px 0px;
}
.table-tools a {
    color: #4794D1;
    text-decoration: underline;
}

.selected-status {
    background: url(/tpl/admin/images/select_list_y.gif) no-repeat right top;
    padding: 0 18px 1px 0;
    white-space: nowrap;
    cursor: pointer;
}
.selected-status, .status-o-b, .status-u {/* backordered */
    background-image: url(/tpl/admin/images/select_list_b.gif);
}
.status-s, .status-o-c, .status-o-p, .status-a {/* successful, completed, processed */
    background: url(/tpl/admin/images/select_list_y.gif) no-repeat right top;
}
.selected-status a {
    background: url(/tpl/admin/images/select_list_bg.gif) no-repeat left top;
    padding: 3px 4px;
    display: block;
    width: 75px;
    height: 15px;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    overflow: hidden;
}
.selected-status:hover a {
    background-position: 0 -30px;
}
.status-d, .status-o-i, .status-c {/* disabled, completed, cancelled */
    background-image: url(/tpl/admin/images/select_list_n.gif);
    color: #adadad;
}
.status-d a {
    color: #777;
}
.status-h {/* hidden */
    background-image: url(/tpl/admin/images/select_list_h.gif);
    font-style: italic;
}
.status-o-o, .status-p, .status-o {/* open, pending */
    background-image: url(/tpl/admin/images/select_list_od.gif);
}
.status-o-f, .status-o-d {/* failed, declined */
    background-image: url(/tpl/admin/images/select_list_f.gif);
}
.object-name .checkbox {
    margin-top: 0;
    vertical-align: -1px;
}

#cut_avatar {
    position: absolute;
    z-index: 200;
    background: #fff;
}

.del_on_hover {
    position: absolute;
    z-index: 100;
    opacity: 0.1;
    right:10px;
    top: 0px;
}

.apply_on_hover {
    position: absolute;
    z-index: 100;
    opacity: 0.1;
    right:10px;
    bottom: 0px;
}
.del_on_hover img, .apply_on_hover img{
    margin: 0;
}
.d_img {
    float: left;
    position: relative;
}

.d_img:hover .del_on_hover, .d_img:hover .apply_on_hover {
    opacity: 1;
}

.d_img:hover .del_on_hover img, .d_img:hover .apply_on_hover img {
    cursor: pointer;
}


.confirm {
    display: block;
    float: right;
    width: 117px;
    height: 44px;
    color: #ffffff;
    line-height: 42px;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 10px 0px 0px;
    text-align: center;
    background: url("../images/up_price_button.png") left top no-repeat;
}


#check_data .user_data {
    width: 500px;
}
#check_data .user_data .line {
    width: 460px;
}

#check_data .product {
    height: 200px;
}

#check_data .show_merchant_info {
    color: #579bd4;
    border-bottom: 1px dotted #579bd4;
}

.user_info_check {
    float: left;
    display: none;
    width: 100%;
    margin: 20px 0px;
    color: #636467;
    font-size: 15px;
    line-height: 20px;
}

.user_info_check span, .user_info_check a
{
    font-size: 15px;
    color: #38393a;
}

.user_info_check .l {
    float: left;
    margin: 0px 30px 0px 0px;
}

.user_info_check .r {
    float: left;
    margin: 0px 30px 0px 0px;
}


.p_data .user_info_check {
    float: right;
    margin: 10px 0px;
    width: 750px;
}

.show_details {
    line-height: 21px;
    color: #38393a;
    font-size: 15px;
}

.pass label {
    width: 200px !important;
}

.chenge_pass {
    margin: 0px 0px 0px 310px;
}
.pass {
    position: relative;
}
.pass .line span {
    float: left;
    text-align: left;
    color: #CE4068;
    font-size: 14px;
    margin: 0px 0px 0px 10px;
}

.pass .red {
    font-size: 15px;
}


.contact_form {
    width: 700px;
    margin: 0px auto;
}

.contact_form .line {
    margin: 10px 0px;
    color: #38393A;
    font-family: "Arial";
    font-size: 15px;
    line-height: 33px;
}

.contact_form .line label {
    line-height: 30px;
    width: 200px;
}
.contact_form .line .form_fields {
    width: 400px;
}
.contact_form h3 {
    text-align: center;
}

.contact_form h3 span {
    text-decoration: none;
}


textarea.form_fields {
    width: 390px !important;
    height: 100px;
    color: #636467;
    font-family: Arial;
    float: left;
    border-radius: 25px;
    padding: 10px;
    border:1px solid #cccccc;
    font-size:14px;
    line-height: 20px;
}


