style.css 43.9 KB
Newer Older
R
init  
root 已提交
1 2
html {font-size: 100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {margin: 0;padding: 0;}
R
root 已提交
3 4
body {color: #333;font: 1em/1.55 Verdana,Arial,Helvetica,sans-serif;font-weight:100;}
a{color: #666;text-decoration: none;font-weight:100;}
R
init  
root 已提交
5
ol, ul {list-style: outside none none;}
R
root 已提交
6
img{border:none;}
R
root 已提交
7 8 9 10 11 12 13
h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-family: Bitter,Myriad Pro,Verdana,serif;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 23px;
}
R
update  
root 已提交
14 15 16 17 18 19
h3 {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.25;
    margin: 10px 0 5px;
}
R
init  
root 已提交
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
#top_nav {background-color: #000;font-size: 0.75em;height: 40px;line-height: 40px;width: 100%;}
.top_nav_inner {height: 100%;width:1200px;}
#mainBox, .footHelp_inner, .main_inner, .social_inner, .top_main_inner, .top_nav_inner {margin-left: auto;margin-right: auto;}


.fl {display: inline;float: left;}

.top_nav_left{float:left;}
.top_nav_left dl {background: #fff none repeat scroll 0 0;color: #fff;display: block;float: left;}
.top_nav_left dl dt{color: #fff;display: block;background:#000;padding:0 0 0 10px;}

.top_nav_left .top_lang{width:100px;height:40px;}
.top_nav_left .top_lang .lang_list{
	 background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: none;
    padding: 0 0 0 10px;
	 width: 150px;
    position: absolute;
   
    z-index: 9999999;
}
.top_nav_left .top_lang:hover  .lang_list{display:block;}

.top_nav_left .top_currency{width:100px;height:40px;}
.top_nav_left .top_currency .currency_list{  position: absolute;
   
    z-index: 9999999;color:#333;display:none;background: #fff none repeat scroll 0 0;border: 1px solid #ccc;padding: 0 0 0 10px;width: 150px;}
.top_nav_left .top_currency:hover  .currency_list{display:block;}






.top_nav_right{float:right;}
.top_nav_right .t_r{float:left;width: 90px;}
.top_nav_right .t_r a{color:#eee}


.top_nav_right .t_r.top_account {
    height: 40px;
    width: 50px;
}
64 65
.top_nav_right .t_r.login-text{ margin: 0 30px 0 10px;
    width: auto;}
R
init  
root 已提交
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135

.top_account .mycoount {
    background: rgba(0, 0, 0, 0) url("../images/toptip.png") no-repeat scroll left top;
    display: inline-block;
    height: 25px;
    margin-right: 15px;
    margin-top: 8px;
    width: 24px;
}
.top_nav_right .top_account dd a{color:#222;}
.top_account dt{display:block;height:40px;}
.top_account dd{border: 1px solid #aaa;
    display: none;
	 position: absolute;
   background:#fff;
    z-index: 9999999;
    margin: 0 0 0 -20px;
    padding: 0 9px 14px 18px;
    width: 120px;}
.top_account:hover dd{display:block;}
.mywish .mywishbg {
    background: rgba(0, 0, 0, 0) url("../images/toptip.png") no-repeat scroll -24px 0;
    height: 25px;
    margin-top: 10px;
    width: 31px;
	display:block;
}

.mycart .mycartbg {
    background: rgba(0, 0, 0, 0) url("../images/toptip.png") no-repeat scroll -55px 0;
    height: 25px;
    margin-top: 10px;
    width: 25px;
	display:block;
}
.mywish a{display:block;width:30px;float:left;}
#js_favour_num{color: #fff;
    float: left;
    margin-left: 10px;}
#js_cart_items{
	color: #fff;
    float: left;
    margin-left: 6px;
}
.mycart a{display:block;width:30px;float:left;}



.top_main_inner {
    clear: both;
    height: auto;
    padding-top: 20px;
    position: relative;
    z-index: 19;
}


.top_header {
    height: 40px;
    padding-bottom: 20px;
}

.topSeachForm {
    width: 100%;
}
.logo {
    height: 40px;
    margin-left: -100%;
    width: 250px;
}
R
update  
root 已提交
136

R
init  
root 已提交
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153

.topSeachForm form {
    float: right;
    position: relative;
    width: 310px;
}



.topSeachForm .top_seachBox {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 24px;
    padding: 5px 27px 5px 9px;
}


R
update  
root 已提交
154 155 156
a:active, a:link {
    background-color: transparent;
}
R
init  
root 已提交
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196

.topSeachForm .searchInput {
    width: 250px;
}
.fl {
    display: inline;
    float: left;
}

.topSeachForm .searchArea {
    background-color: #fff;
    border: medium none;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    outline: 0 none;
    width: 100%;
}



.topSeachForm .seachBtn {
    background: rgba(0, 0, 0, 0) url("../images/toptip.png") no-repeat scroll -80px 0;
    border: medium none;
    cursor: pointer;
    display: inline;
    float: right;
    height: 25px;
    margin-right: -20px;
    width: 24px;
}


.login-text, .logo, .mycart, .mywish, .topSeachForm, .top_moblie .appCode, .top_moblie .appDownload, .top_moblie .webCode, .top_nav_left dl {
    float: left;
}

#mainBox, .main_inner, .social_inner, .top_main_inner, .top_nav_inner, .userInfo, .userNavBox {
    width: 1200px;
}
R
root 已提交
197
#mainBox {min-height:500px;}
R
init  
root 已提交
198 199 200 201
.pr {
    position: relative;
}

R
root 已提交
202
.main.container{width: 1200px;margin:auto;min-height:400px;}
R
init  
root 已提交
203 204 205 206 207 208 209 210

.t_hidden {
    font: 0px/0 Verdana;
}

.topSeachForm .seachBtn {
    cursor: pointer;
}
R
root 已提交
211
.col-main .site-error h1{font-size:22px;margin-bottom:20px;}
R
init  
root 已提交
212 213 214 215 216

#nav {
    margin: 0 auto;
    min-height: 38px;
    width: 1200px;
R
root 已提交
217
	z-index:999;
R
init  
root 已提交
218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278
}
#nav{
    position: relative;
}
address, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, video {
    display: block;
}


.lag-en #nav li {
    padding: 0 22px;
}
#nav li:first-child {
    padding-left: 0 !important;
}
#nav li {
    padding: 0 20px;
    z-index: 1;
}
#nav li, #nav li a.nav_t {
    display: inline;
    float: left;
}






#nav .big_sub_menu .trends_img p, #nav .big_sub_menu .trends_item dt, #nav .small_sub_menu .trends_item dt, .cutOff_tag i, .footerEmail h4, .goto_show_list .slides p, .lag-en #nav a.nav_t, .share dt, .top_main_right .loginBox {
    text-transform: uppercase;
}
#nav li a.nav_t {
    border-bottom: 2px solid transparent;
    color: #000;
    font: 14px/18px Arial;
    padding-bottom: 2px;
}
#nav li, #nav li a.nav_t {
    display: inline;
    float: left;
}

#nav .big_sub_menu, #nav .small_sub_menu {
    border: medium none;
}

#nav .big_sub_menu, #nav .small_sub_menu {
    border-top: medium none;
    left: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}
#nav .sub_menu {
    background-color: #fff;
    font-family: Arial;
    padding: 6px 0 8px;
}
#nav .sub_menu, #nav li .point {
    display: none;
    position: absolute;
R
root 已提交
279 280
	top:20px;
	padding-top: 10px;
R
init  
root 已提交
281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627
}

#nav .big_sub_menu .trends_item {
    float: left;
    width: 620px;
}
#nav .big_sub_menu .trends_item dl:nth-of-type(1) {
    float: left;
    width: 320px;
}


#nav .big_sub_menu .trends_item dt {
    font-size: 15px;
    line-height: 30px;
}

#nav .sub_menu dd {
    width: 100%;
}


#nav .sub_menu a {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
}


#nav .big_sub_menu .trends_img {
    border-left: 1px solid #ddd;
    float: left;
    margin-left: -1px;
    min-height: 305px;
    padding-left: 60px;
}


#nav .sub_menu a {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
}



#nav .big_sub_menu .trends_img img {
    height: 305px;
    vertical-align: top;
    width: 244px;
}

#nav ul li:hover .sub_menu.big_sub_menu{display:block;}

#nav .big_sub_menu {
    margin-left: 0;
    width: 1200px;
}


.bottomAdList li:first-child {
    margin-left: 0;
}
.bottomAdList li {
    display: inline;
    float: left;
    margin-left: 1.5%;
    width: 32.25%;
}
.bottomAdList {
    display: block;
    height: 90px;
    margin: 20px 0;
}



.banner_right .banner_l_top {
    float: left;
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 590px;
}


.banner_right .banner_l_top .link_ad {
    height: 500px;
}
.banner_right a {
    display: block;
    font-size: 0;
    height: 500px;
    overflow: hidden;
}
.banner_right img {
    display: block;
    height: 500px;
    width: 590px;
}
.banner_right .banner_r_top {
    float: right;
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 590px;
}

.mt10 {
    margin-top: 10px;
}

.sectionBox_h {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 24px;
    height: 25px;
    line-height: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
}



.sectionBox_h span {
    font-family: source_sans_prosemibold,Arial,sans-serif;
}
.sectionBox_h em a {
    color: #000;
    float: right;
    font-family: source_sans_proregular,Arial,sans-serif;
    font-size: 14px;
    line-height: 35px;
}


.pro-content {
    height: 496px;
    margin-top: 14px;
    width: 100%;
}
.pro-ad {
    float: left;
    overflow: hidden;
    position: relative;
}
.pro-ad, .pro-ad img {
    height: 496px;
    width: 285px;
}

.scrollBox {
    float: right;
    height: 496px;
    position: relative;
    width: 1200px;
}




.scrollBox .slides li {
    display: inline;
    float: left;
    height: 526px;
    margin-right: 20px;
    width: 285px;
}

.proName {
    font-size: 0.75em;
}

.proName a {
    color: #333;
}


.scrollBox .proPrice .f14 {
    font-weight: 700;
    margin-right: 5px;
}
.scrollBox span.my_shop_price {
    font-family: source_sans_prosemibold,Arial,sans-serif;
    font-size: 20px;
}
.f14 {
    font-size: 14px;
}


.scrollBox del.my_shop_price {
    font-family: source_sans_proregular,Arial,sans-serif;
    font-size: 12px;
}
del.my_shop_price {
    color: #999;
    font-size: 13px;
}




.footer-container {
    margin-top: 50px;
}


.footer_fixed {
    bottom: 22px;
    position: fixed;
    right: 22px;
    z-index: 99;
}



#goTop, .cus_survey, .go_bottom {
    background: rgba(0, 0, 0, 0) url("../images/footer_fixed.png") no-repeat scroll 0 0;
    display: block;
    height: 40px;
    margin: 0 0 -1px;
    text-indent: -999em;
    width: 43px;
}
.go_top {
    height: 42px;
}



.cus_survey {
    background-position: 0 -41px;
}


.footer_fixed .ph {
    display: block;
    height: 42px;
}

.go_bottom {
    background-position: 0 -119px;
    height: 43px;
}



#footer {
    color: #7f7f7f;
    overflow-x: hidden;
}
.footer-container {
    margin-top: 50px;
}

#footer .footer-top {
    background: #f2f2f2 none repeat scroll 0 0;
    font-size: 12px;
    line-height: 21px;
    padding: 40px 0 33px;
}


#footer .sidebar .widget {
    float: left;
    margin-bottom: 30px;
    width: 25%;
}
.sidebar .widget {
    display: block;
}

.footer-top .container .row header {
    border-bottom: 1px solid #ccc;
    margin: 0 0 18px;
    padding: 0 0 9px;
    width: 200px;
}

#footer .sidebar .widget header .title, #footer .sidebar .widget .title-block .title {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    text-transform: uppercase;
}

.footer-top .container .row p {
    padding: 0 0 16px;
}


#footer .container {
    margin: auto;
    width: 1200px;
}

.clear{clear:both}

.footer-bottom {
    background: #f2f2f2 none repeat scroll 0 0;
   
}
#footer .container {
    margin: auto;
    width: 1170px;
}
.footer-bottom .container {
    padding: 12px;
    text-align: center;
}



.newsletter-container input.input-text {
    float: left;
}
input.input-text {
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #777;
    height: 33px;
    padding: 0 10px;
}



.newsletter-button{
	background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 34px;
    min-width: 52px;
    overflow: visible;
    padding: 0 5px;
    white-space: nowrap;
}

#copy{font-size:11px;}
#footer ul li{height:22px;}

.top_currency   .currency_list   ul li{cursor:pointer;}
R
root 已提交
628
.one-column{}
R
root 已提交
629 630 631 632 633 634 635 636 637
.two-columns-left .col-main{width:980px;float:right}
.two-columns-left .col-left {width:200px;float:left}
.col-main h1{font-size:15px;font-weight:100;}

.category_product{margin:0 0 15px 0;}
.category_product ul{margin:0 0 10px ;}
.category_product ul li {float:left;width:240px;height:350px;}

.category_product ul li a {font-size:0.75em}
R
root 已提交
638
.category_product .c_name{height:50px;overflow:hidden}
R
root 已提交
639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661

.category_product .c_price .price{
	float:left;
	font-weight:bold;
	font-size:0.9em;
}
.category_product .c_price .special_price{
	float:left;
	margin: 0 0 0 10px;
	font-weight:bold;
	font-size:0.9em;
}
.category_product  .c_price .price.sp{
	text-decoration: line-through;
	color:777;
	font-weight:100;
	
}

.menu_category .toolbar{padding:8px 15px;background:#eee;margin:6px 0;height:25px;}
.menu_category .toolbar .tb_le{float:left;}
.menu_category .toolbar .tb_rg{float:right;}
.menu_category .toolbar .tb_le b{font-size:0.8em}
R
root 已提交
662 663 664 665
.menu_category .toolbar .current{
	color:#cc0000;
}
.toolbar{font-size:0.9em;}
R
root 已提交
666 667 668
.breadcrumbs , .breadcrumbs  a {font-size:0.83em;}
.breadcrumbs  span{font-size:0.85em;}
.breadcrumbs {margin:0 0 10px 0}
R
init  
root 已提交
669

R
root 已提交
670 671 672 673 674 675 676 677 678 679 680 681 682
.filter_attr_info a{
	background: rgba(0, 0, 0, 0) url("../images/checkbox.png") no-repeat scroll -69px 3px;
	padding: 0 0 0 16px;
	font-size:0.8em;
}
.filter_attr_info a.checked{
	background-position: -50px -17px;
}
.filter_attr_title {
	font-size:0.9em;
	text-transform: uppercase;
}
.filter_attr{margin:0 0 20px 0}
R
init  
root 已提交
683

R
root 已提交
684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732
.category_left_filter_category {
	font-size:0.8em;
	font-family: Arial;
	margin: 0 0 30px 0;
}
.category_left_filter {
font-family: Arial;
}
.category_left_filter_category ul li   {
	line-height: 26px;
}
.category_left_filter_category ul li.current > a{
	color:#cc0000;
}
.category_left_filter_category ul{
	margin-left:20px;
}
.col-left  .filter_attr_title{
	  border-bottom: 1px solid #ddd;
    color: #333;
    font-family: Arial;
    font-size: 0.9em;
    margin: 5px 0;
    padding: 5px 0;
    text-transform: uppercase;
}
.filter_category_content{overflow:hidden;}
.category_left_filter_category ul li a{font-size:0.9em}
.category_left_filter_category ul li ul li a{color:#999;}


.closeBtn {
	background-image: url("../images/tag.png");
    background-repeat: no-repeat;
    background-position: -80px -420px;
    display: inline-block;
    font-size: 0;
    height: 20px;
    vertical-align: -5px;
    width: 20px;
}

.filter_refine_by_content a{
	text-transform: uppercase;
	font-size:0.8em;
	color:#777;
}
.filter_refine_by_content a:hover{color:#cc0000;text-decoration: underline;}

R
root 已提交
733 734
.bottomAdList a img{height:90px;}
.pro_img img{width:285px;height:434px;width:100%}
R
root 已提交
735

R
root 已提交
736 737 738 739 740
#owl-fecshop .item img{
        display: block;
        width: 100%;
        height: auto;
    }
R
root 已提交
741

R
root 已提交
742
.product_view{}
R
root 已提交
743 744
.product_view .media_img{width:530px;float:left;}
.product_view .product_info{width:620px;float:right;}
R
root 已提交
745
.product_view .proList{}
R
root 已提交
746 747 748
.product-img-box{float:left; width:125px;}
.product-main-img{float:right;}

R
root 已提交
749 750 751 752 753 754 755 756 757 758 759 760

#gallery_01 img{border:2px solid white;}
#gal1  img{border:1px solid #ccc;padding:4px;margin:5px;  }
#gal1 .active img{border:1px solid #000 !important; }
#gal1{margin:9px 0;}
.pro_img a {
	display: block;
    height: 434px;
    padding: 0 7.5px;
    width: 285px;
}

R
root 已提交
761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845
.page-title h1{font-weight:100;font-size:1.5em;}
.account-login h1{ border-bottom: 1px solid #ddd;
    font-size: 22px;
    margin: 15px;
    padding-bottom: 20px;
}
.account-login .col2-set .col-1 {
    display: inline;
    float: left;
    margin: 12px 12px 12px 50px;
    min-height: 1px;
    width: 480px;
}
.account-login .col2-set .col-2 {
    display: inline;
    float: left;
    margin-left: 12px;
    width: 480px;
}
.account-login .col2-set {
    clear: both;
}
.col2-set {
    overflow: hidden;
}
.account-login .new-users .content {
    display: inline;
    float: left;
    margin: 42px 12px 0 0;
    width: 480px;
}



.account-login .new-users p {
    margin-bottom: 30px !important;
}
.main p {
    margin: 0 0 20px;
	
}


.account-login .registered-users .content {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    display: inline;
    float: left;
    margin: 22px 12px 0 0;
    padding: 19px;
    width: 440px;
}

.account-login .registered-users .content .form-list {
    margin: 0;
    padding: 0 0 50px;
}

form label.required::after {
    color: #c3293a;
    content: "*";
    display: inline-block;
    font: 12px/12px Segoeui,Arial,Verdana,serif;
    margin: 0 3px;
}

.account-login .registered-users .content .form-list input {
    margin: 5px 0 13px;
    width: 255px;
}

button{
	 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    white-space: nowrap;
 }

 button.redBtn  {
    font-family: Arial;
    font-size: 0.875em;
    margin-left: -3px;
    padding: 0;
R
update  
root 已提交
846
	background:none;
R
root 已提交
847
	height:auto;
R
update  
root 已提交
848 849 850 851
}
button.redBtn:hover{
	background:none;
	box-shadow:none;
R
root 已提交
852 853
}

R
update  
root 已提交
854

R
root 已提交
855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901
.account-create button.redBtn{
	margin-top:5px;
}

button.redBtn em {
     border: 3px solid #59b7c2;
    display: block;
    margin: 0;
    padding: 0;
}


 button.redBtn span {
	 background-color: #59b7c2;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    line-height: 30px;
    padding: 0 40px;
    white-space: nowrap;
	font-style: normal;
}

button.pinkBtn span {
	 background-color: #59b7c2;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    line-height: 30px;
    padding: 0 40px;
    white-space: nowrap;
	font-style: normal;
}

.account-login .registered-users .buttons-set button {
    font: bold 14px/35px Segoeui-Bold,Myriad Pro,Verdana,serif;
    margin: -55px 0 0 20px;
    position: absolute;
   
}


.account-login .registered-users .buttons-set a.f-left {
R
captcha  
root 已提交
902
     color: #777;
R
root 已提交
903 904
    font-size: 12px;
    line-height: 35px;
R
captcha  
root 已提交
905
    margin: -53px 0 0 200px;
R
root 已提交
906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935
    position: absolute;
}


.account-create  h1 {
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    margin: 15px;
    padding-bottom: 20px;
}


.account-create #form-validate {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin: 0 auto;
    padding: 20px;
    width: 640px;
}

.account-create #form-validate .fieldset {
    float: left;
    width: 285px;
}

.account-create #form-validate .fieldset:nth-child(2),  .account-create #form-validate .buttons-set {
    clear: none;
    float: right;
    width: 276px;
}
R
root 已提交
936

R
init  
root 已提交
937 938 939



R
root 已提交
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975
.account-create #form-validate .fieldset:nth-child(2) , .account-create #form-validate .buttons-set {
    clear: none;
    float: right;
    width: 276px;
}


form label.required::after {
    color: #c3293a;
    content: "*";
    display: inline-block;
    font: 12px/12px Segoeui,Arial,Verdana,serif;
    margin: 0 3px;
}
form label {
    color: #707070;
    font: bold 13px/13px Segoeui-Bold,Myriad Pro,Verdana,serif;
}
form label.required em {
    display: none;
}

.account-create form input {
    margin: 5px 0 13px;
    width: 255px;
}

#is_subscribed {
    float: left;
    margin-right: 3px;
    text-align: left;
    width: auto;
}


.account-create #form-validate .buttons-set p.back-link {
R
captcha  
root 已提交
976 977
    margin: 15px 0 0;
   
R
root 已提交
978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009
}



.account-create #form-validate .buttons-set p.required {
    float: right;
	line-height: 50px;
}
form p.required {
    color: #c3293a;
    font: 12px/35px Segoeui,Arial,Verdana,serif;
    margin-bottom: 0;
}

.validation-advice {
    color: #c3293a;
    font: 12px/12px Segoeui,Arial,Verdana,serif;
    margin: 0 0 20px;
}

button.dataUp i {
	background: rgba(0, 0, 0, 0) url("../images/signloading.gif") no-repeat scroll center center;
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    vertical-align: -2px;
    width: 16px;
}
button.redBtn:hover span{
	background-color: #fff;
    color: #35aac9;
}
1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031
.error-msg {
    margin:3px 0;
	background: #faebe7 url("../images/i_msg-error.gif") no-repeat scroll 8px 7px;
    border: 1px solid #f16048;
    color: #df280a;
    font-size: 0.8em;
    padding: 5px 30px;
}
.correct-msg {
    margin:3px 0;
	background: #eff5ea url("../images/i_msg-success.gif") no-repeat scroll 8px 7px;
    border: 1px solid #95a486;
    color: #3d6611 ;
    font-size: 0.8em;
    padding: 5px 30px;
}

#welcome{
	 color: #eee;
    margin: 0 15px;
}

R
captcha  
root 已提交
1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043
.refresh-icon{
	 background-image: url("../images/sign.png");
    background-position: 3px -138px;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: block;
    float: right;
    height: 30px;
    margin-left: 1px;
    width: 30px;
	cursor: pointer;
}
1044

R
captcha  
root 已提交
1045 1046 1047 1048 1049 1050 1051
.account-login .registered-users .content .form-list .login-captcha-input{
	 border: 1px solid #ccc;
    height: 30px;
    margin: 0;
    padding: 0 0 0 10px;
    width: 90px;
}
1052

R
captcha  
root 已提交
1053 1054 1055 1056 1057 1058 1059
.login-captcha-img{
	border:1px solid #aaa;
	cursor: pointer;
}
.login-captcha{
	width:277px;
}
1060 1061


R
captcha  
root 已提交
1062 1063 1064
.account-create #form-validate .buttons-set{
	float:none;
}
1065

R
captcha  
root 已提交
1066 1067 1068 1069 1070 1071 1072
.account-create form .register-captcha input{
	 border: 1px solid #ccc;
    height: 30px;
    margin: 0;
    padding: 0 0 0 10px;
    width: 90px;
}
R
root 已提交
1073
.forgot-captha{width:276px;}
1074

R
root 已提交
1075 1076 1077 1078 1079
.account-create form .forgot-captha input ,
.account-create form .forgot-captha img,
.account-create form .forgot-captha i{
	margin-bottom:13px;
}
R
init  
root 已提交
1080

R
update  
root 已提交
1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221



/* Sidebar =============================================================================== */
.block {  margin:0 0 10px; }
.block .block-title {  padding:0; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span { color: #4c6b99;
    font-family: Georgia;
    font-size: 19px;
    line-height: 40px;
    text-decoration: none;}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:5px 0; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }


.sidebar .block-account li {
   background: rgba(0, 0, 0, 0.05);
    font-size: 12px;
    margin: 3px 0;
    padding: 10px 0 10px 16px;
}




.welcome-msg .hello {
    margin: 0 0 5px;
}
.welcome-msg p {
    line-height: 20px;
}


.box-account {
    margin: 40px 0 0;
}


.box-account .addressbook {
    border-top: 1px solid #ccc;
}

.col2-set .col-1 {
    float: left;
    width: 49%;
}


.box-account .box-content {
    margin: 10px 0 30px;
}


.box-account .box-title a {
    display: block;
    margin: 10px 0 0;
}

.box-content div {
    margin: 2px 0;
}


.col2-set .col-2 {
    float: right;
    width: 49%;
}

.account_center{font-size:11px;}

.block-account .block-content li.current a{
	font-weight:bold;
}

.sidebar .block-account li.current {
   background:rgba(0, 0, 0, 0.1);
   
}
.sidebar .block-account li:hover{
	background:rgba(0, 0, 0, 0.1);
}


.page-title {
    border: medium none;
    margin: 0 0 3px;
    padding: 5px 0;
}

#form-validate ul li {
    margin: 11px 0;
}


#form-validate ul li label {
    display: block;
    font-size: 13px;
    margin: 10px 0 4px;
}


#form-validate input.input-text {
    color: #333;
    width: 250px;
}

.form-list .field {
    float: left;
    width: 275px;
}

.validation-advice {
    background: rgba(0, 0, 0, 0) url("../images/validation_advice_bg.gif") no-repeat scroll 2px 1px;
    clear: both;
    color: #f00;
    font-size: 11px;
    line-height: 13px;
    margin: 3px 0 0;
    min-height: 13px;
    padding-left: 17px;
	
}
.validation-failed {
    background: #faebe7 none repeat scroll 0 0 !important;
    border: 1px dashed #f00 !important;
}

.account_center h2{
	font-size:18px;
}
R
update  
root 已提交
1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font: 12px Segoeui,Arial,Verdana,serif;
    text-align: center;
	width:100%;
}

.addressbook thead tr {
    background: #f7f7f7 none repeat scroll 0 0;
}






.cpointer {
    background: #ccc none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-family: verdana;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    
}


.addnew.cpointer {
    background: #59b7c2 none repeat scroll 0 0;
    height: 25px;
    margin: 10px 0;
}

.product-Reviews .submitbutton {
    background: #4c6b99 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fafafa;
    cursor: pointer;
    display: block;
    float: left;
    font: bold 12px/25px Segoeui-Bold,Arial,Verdana,serif;
    height: 25px;
    padding: 0 10px;
    text-align: center;
}


.addressbook tbody tr td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}


.addressbook tr td.ltp a {
    color: #666;
    display: block;
    height: 20px;
    line-height: 25px;
    margin: 0 0 0 4px;
    text-decoration: underline;
}

.addressbook tr td.ltp span {
    color: #666;
    display: block;
    height: 29px;
    line-height: 25px;
    margin: 0 0 0 4px;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

td {
    border-bottom: 1px solid #e0e0e0;
    border-collapse: collapse;
    height: 49px;
    padding: 0 10px;
    vertical-align: middle;
}


th {
    border-bottom: 1px solid #4c6b99;
    font: 13px Bitter,Myriad Pro,Verdana,serif;
    height: 37px;
    padding: 0 10px;
    vertical-align: middle;
}



button.button span span {
    background-position: 100% 0;
    padding: 0 12px 0 4px;
}
button.button span {
    color: #fff;
    float: left;
    font: bold 12px/21px Arial,Helvetica,sans-serif;
    height: 21px;
    padding: 0 0 0 8px;
    text-align: center;
    white-space: nowrap;
}


button.button {
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}

button, input[type="submit"] {
    background: #4c6b99 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fefefe;
    cursor: pointer;
    display: block;
    font: bold 14px/35px Segoeui-Bold,Arial,Verdana,serif;
    height: 35px;
    padding: 0 20px;
    text-align: center;
}


a.submitbutton:hover{color: #ffffff;}
a.submitbutton{
 height: 35px;
    display: block;
    background: #4c6b99;
    color: #fafafa;
    text-align: center;
    font: bold 14px/35px Segoeui-Bold, Arial, Verdana, serif;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    cursor: pointer;
    padding: 0 20px;
	text-align: center;
    width: auto;
	float:left;
}


.submitbutton:hover{
    background: #4c6b99;
    box-shadow: 0px 0px 2px #4c6b99;
    -moz-box-shadow: 0px 0px 2px #4c6b99;
    -webkit-box-shadow: 0px 0px 2px #4c6b99;
	text-decoration:none;
}
.submitbutton:active,
.submitbutton:focus{
    background: #4c6b99;
    box-shadow: inset 0px 0px 10px #4c6b99;
    -moz-box-shadow: inset 0px 0px 10px #4c6b99;
    -webkit-box-shadow: inset 0px 0px 10px #4c6b99;
}



button:hover,
input[type="submit"]:hover{
    background: #4c6b99;
    box-shadow: 0px 0px 2px #4c6b99;
    -moz-box-shadow: 0px 0px 2px #4c6b99;
    -webkit-box-shadow: 0px 0px 2px #4c6b99;
}
button:active,
button:focus,
input[type="submit"]:focus,
input[type="submit"]:active{
    background: #4c6ba9;
    box-shadow: inset 0px 0px 10px #4c6ba9;
    -moz-box-shadow: inset 0px 0px 10px #4c6ba9;
    -webkit-box-shadow: inset 0px 0px 10px #4c6ba9;
}

R
root 已提交
1413 1414 1415 1416 1417
button.redBtn:focus , button.redBtn:active {
	background:none;
	box-shadow:none;
}

R
update  
root 已提交
1418 1419 1420
.addressedit .address_country {
    width: 272px;
}
R
root 已提交
1421
.selectBox {
R
update  
root 已提交
1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #444;
    display: inline-block;
    font: 12px/33px Segoeui,Arial,Verdana,serif;
    height: 33px;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two-columns-left .account_center{
	width:960px;float:right;
	
}

.edit_order thead tr {
    background: #f7f7f7 none repeat scroll 0 0;
}

.col-left  .block-account{
	margin-top:10px;
}

.my_account_order h2 {
    color: #888;
    font-family: Arial;
    font-size: 15px;
    font-weight: 100;
    margin: 0 0 10px;
    text-transform: uppercase;
	padding:0 0 2px;
}

.my_account_order .box .box-content {
    margin: 10px 0 0;

}


.my_account_order .box {
    margin: 4px 0 30px;
}

.std address {
    font-style: normal;
    line-height: 20px;
}



.data-table thead {
    background-color: #f2f2f2;
}

.data-table th {
    border: 1px solid #ddd;
    color: #777;
    font-size: 13px;
    font-weight: 100;
    padding: 5px;
    white-space: nowrap;
}

.my_account_order .data-table tbody.odd tr.border td {
    line-height: 20px;
}
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
    border-bottom-width: 1px;
}
.data-table tbody.odd td {
    border-width: 0 1px;
}
td:nth-child(2n) {
    background: #f7f7f7 none repeat scroll 0 0;
}
.data-table td {
    border: 1px solid #ddd;
    padding: 5px;
}
.a-right {
    text-align: right !important;
}

.edit_order tr td {
    background: #fff none repeat scroll 0 0;
}



.review_description_left a span{
	display: block;
    height: 32px;
    overflow: hidden;
	color:#777;
}
.review_reply{
    background: none repeat scroll 0 0 #f6f4f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
    font-family: verdana;
    font-size: 11px;
    word-break: break-all;
    margin-top: 20px;
    padding: 10px;
    position: relative;
}
.review_reply_span{
    background:url(../images/tringle.png) no-repeat;
    height: 12px;
    left: 70px;
    position: absolute;
    top: -12px;
    width: 18px;
}
.review_description_left{
   display: inline-block;
    float: left;
    padding: 0 10px;
    width: 200px;
}
.review_description_right{
    width:730px;padding:10px;display:inline-block;
}


.product-Reviews_top .review_description_left{
   display: inline-block;
    float: left;
    padding: 0 10px;
    width: 170px;
}
.product-Reviews_top .review_description_right{
    display: inline-block;
    float: right;
    padding: 0 10px;
    width: 730px;
}
.review_list_product  #review_description {
	border:none;
}


.review_description_left p{
     color: #000;
    font-size: 14px;
    margin: 0px 0 5px;
    padding: 7px 0;
}
.review_description_right_span{
R
root 已提交
1577
    display:block;margin-bottom:10px ;line-height:20px;
R
update  
root 已提交
1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599
}
.review_description_centen{
    min-height:20px;word-break:break-all;padding-bottom:10px;
}
.review_description_right p{
    height:30px;line-height:30px;margin-top: 10px;
}
.review_description_right p span{
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 2px;
    padding: 0 4px;
    text-align: center;
    width: auto;
}

.favorite-Operation{
    height:30px;line-height:30px;margin-top: 10px;
}
R
root 已提交
1600
.favorite-Operation a{
R
update  
root 已提交
1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630
    text-align:center;display:inline-block;width:70px;height:30px;border:1px solid #ccc;cursor:pointer
}
.favorite-Operation-main {
    padding: 10px;
    height: 128px;
    border: solid 1px #909090;
    background: #fff;
    text-align: center;
}
input.save {
    width: 47px;
    height: 20px;
    background: url(../images/add_save_hover.jpg) no-repeat;
    border: 0;
    margin-top: 4px;
}
input.cancel {
    width: 47px;
    height: 20px;
    background: url(../images/add_Close_hover.jpg) no-repeat;
    border: 0;
    margin-top: 4px;
}
.favorite-Operation-main textarea {
margin-bottom: 10px;
width: 177px;
height: 77px;
border: solid 1px #adadad;
}
.product-Reviews_top{
1631
   padding: 8px 0 20px 10px;
R
update  
root 已提交
1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727
    width: 100%;
}
.product-Reviews_bottom{
    padding: 10px 0 50px 10px;
    width: 100%;
}

.product-Reviews_bottom #review_create{ height: 100%;}

.h-30{
    height:30px;
}
.lh30_f{
   float:left;line-height:30px; 
}
.star_ul{
    height:30px;display: inline;
}
.star_ul li{
    float:left;
}
#review_price_span{
    display:inline;
}
#review_create{
    height:220px;margin-top:20px;
	width:750px;
}
.review_input_box{
    margin: 10px 0;
}
#review_textarea{
    clear:both;width:722px;
}
.review-input-text{
    width: 314px;height: 33px;padding: 0 10px;border: 1px solid #ccc;color: #777;border-radius: 2px;
}
.review_description_left a{
    text-decoration:none;
    color:#000;
}

.login_box_file{
    width:320px;height:28px;float:left;
}
.login_box_span{
    width:44px;float:right;height:28px;margin-right:5px;
}


.fieldset {
    background: #fefefe none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin: 28px 0;
    padding: 22px 25px 12px 33px;
}

.fieldset .legend {
    background: #dedede none repeat scroll 0 0;
    border: 1px solid #fefefe;
    color: #333;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: -33px 0 0 -10px;
    padding: 0 8px;
    position: relative;
}


#form-validate ul li {
    margin: 11px 0;
}
.form-list li {
    margin: 0 0 8px;
}


.form-list .field {
    float: left;
    width: 275px;
}

#form-validate ul li label {
    display: block;
    font-size: 13px;
    margin: 10px 0 4px;
}


.form-list .input-box {
    clear: both;
    display: block;
    width: 375px;
}

R
root 已提交
1728 1729 1730 1731 1732
.verification_code_input {
    height: 30px;
    padding: 0 10px;
    width: 86px;
}
R
update  
root 已提交
1733

R
root 已提交
1734 1735 1736
.form-list li .login_box{
	width:280px;
}
R
update  
root 已提交
1737 1738 1739



R
root 已提交
1740 1741 1742 1743
#contacts_comment {
    height: 100px;
    width: 530px;
}
R
update  
root 已提交
1744 1745 1746 1747




R
root 已提交
1748 1749 1750 1751 1752 1753
.account-register #form-validate{
	border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin: 0 auto;
    padding: 20px;
}
R
update  
root 已提交
1754 1755


R
root 已提交
1756 1757 1758 1759 1760
.account-register  .form-list .field{float:none;}
.login-captcha-input{height: 30px;
    padding: 0 10px;
    width: 76px;}
.account-register  .form-list .input-box{width:272px;}
R
update  
root 已提交
1761 1762 1763



R
root 已提交
1764
.account-register  .back-link{font-size:11px;margin-top:10px;}
R
update  
root 已提交
1765

R
root 已提交
1766 1767
.product_info .price_info .price.special_active{
	text-decoration: line-through;
R
root 已提交
1768
	margin:3px 0 0 3px;
R
root 已提交
1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786
}
.product_info .price_info .special_active{
	float:left;
	line-height:30px;
	margin-right:10px;
}
.product_info  .special_price {
	color:#cc0000;
	font-size:25px;
}
.tier_price_info table{ 
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
	width:auto;
}
.tier_price_info table tr{}
.tier_price_info table tr td{height:25px;width:50px;}
R
update  
root 已提交
1787

1788
.chose_size a {
R
root 已提交
1789 1790 1791 1792 1793
	 border: 1px solid #ccc;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    width: 35px;
1794
}
R
update  
root 已提交
1795

1796
.chose_color{margin:2px 0 20px;}
R
update  
root 已提交
1797

1798 1799
.product_options{margin:40px 0 0;}
.product_options a {
R
root 已提交
1800
	display:block;float:left;
1801
}
R
update  
root 已提交
1802

1803 1804 1805 1806 1807 1808
.product_options a.noactive{
	border: 1px dashed #ccc;
}
.product_options a.current{
	border:1px solid #cc0000;
}
R
update  
root 已提交
1809

1810 1811 1812
.product_options a.active{
	border:1px solid #ccc;
}
R
root 已提交
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826

.product_custom_options .one_option{
	margin:10px 0;
}

.product_custom_options .custom_option{
	float:left;display:block;
	width:100px;
	margin:4px 0 0;
}
.product_custom_options .one_option_title{
	float:left;display:block;width:80px;
}

R
root 已提交
1827
.pg .label{width:80px;float:left;}
R
root 已提交
1828

R
root 已提交
1829 1830 1831 1832 1833
.pg .rg{width:80px;float:left;}
.pg .rg input{width:95px;padding:0 0 0 3px;}
.product_view input , .product_view select{
	height:26px;
}
R
root 已提交
1834

R
root 已提交
1835 1836 1837 1838 1839 1840 1841 1842
.addtocart{margin:20px 0 0;}
#js_registBtn{
	float:left;width:190px;
	font-size:14px;
}
.myFavorite_nohove {
    float: left;
    font-size: 12px;
R
root 已提交
1843
    margin: 15px 0 0 20px;
R
root 已提交
1844 1845
    padding: 0 0 0 20px;
}
R
root 已提交
1846

R
root 已提交
1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872
.myFavorite_nohove i{
	background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -120px -48px;
	
    display: inline-block;
    font-size: 0;
    height: 27px;
    margin-right: 5px;
    vertical-align: -10px;
    width: 27px;
	
}
.myFavorite_nohove:hover i{
	 background-position: -152px -48px;
}
.myFavorite_nohove:hover a{
	color:#da6667;
}

.myFavorite_nohove.act i{
	 background-position: -152px -48px;
}
.myFavorite_nohove.act a{
	color:#da6667;
}


R
root 已提交
1873
.product_info h1{font-size:15px;}
R
root 已提交
1874

R
root 已提交
1875
.product_qty{margin:20px 0 0}
R
root 已提交
1876

R
root 已提交
1877 1878
.pg .rg.chose_color{width:auto;}
.pg .rg.chose_size{width:auto;}
R
root 已提交
1879

R
root 已提交
1880
.product_options .label{line-height:62px;}
R
root 已提交
1881

R
root 已提交
1882
.product_options .size-label{line-height:32px;}
R
root 已提交
1883

R
root 已提交
1884
.product_view{font-size:12px;}
R
root 已提交
1885 1886


R
root 已提交
1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900
.product_options li.current b {
    background: rgba(0, 0, 0, 0) url("../images/cur.png") no-repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 6px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 8px;
}

ol, ul {
    list-style: outside none none;
}
R
root 已提交
1901

R
root 已提交
1902 1903 1904 1905 1906 1907 1908 1909 1910 1911
.product_options .rg li{
	
    color: #333;
    cursor: pointer;
    float: left;
    margin: 5px;
    text-align: center;
	position: relative;
	
}
R
root 已提交
1912

R
root 已提交
1913
.product_options a.active:hover{border:1px solid #cc0000 }
R
root 已提交
1914 1915 1916



R
root 已提交
1917 1918 1919 1920
.rbc_cold {
    margin: 10px 0;
	font-size:11px;
}
R
root 已提交
1921

R
root 已提交
1922 1923 1924 1925 1926
a:hover{text-decoration: underline;}
.rbc_cold .review_star {
    display: block;
    float: left;
    height: 15px;
1927
    margin: 2px 10px 0 5px;
R
root 已提交
1928 1929 1930
    text-align: right;
    width: 95px;
}
1931 1932 1933
.review_star_5 {
    background: rgba(0, 0, 0, 0) url("../images/Star_5.png") no-repeat scroll 0 0;
}
R
root 已提交
1934 1935 1936
.review_star_4 {
    background: rgba(0, 0, 0, 0) url("../images/Star_4.png") no-repeat scroll 0 0;
}
1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948
.review_star_3 {
    background: rgba(0, 0, 0, 0) url("../images/Star_3.png") no-repeat scroll 0 0;
}
.review_star_2 {
    background: rgba(0, 0, 0, 0) url("../images/Star_2.png") no-repeat scroll 0 0;
}
.review_star_1 {
    background: rgba(0, 0, 0, 0) url("../images/Star_1.png") no-repeat scroll 0 0;
}
.review_star_0 {
    background: rgba(0, 0, 0, 0) url("../images/Star_0.png") no-repeat scroll 0 0;
}
R
root 已提交
1949 1950 1951 1952 1953
.review_star {
    display: block;
    height: 15px;
    width: 69px;
}
R
root 已提交
1954

R
root 已提交
1955 1956 1957 1958
.item_code{color:#777;font-size:11px;
padding:10px 0 6px;
border-bottom:1px solid #bbb;
}
R
root 已提交
1959

R
root 已提交
1960
.price_info{margin:20px 0;}
R
root 已提交
1961 1962 1963



R
root 已提交
1964 1965 1966 1967 1968 1969 1970 1971
a.pre_images {
    background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -104px -80px;
    border-radius: 0;
    display: block;
    height: 10px;
    margin: 0 4px 5px 40px;
    width: 23px;
}
R
root 已提交
1972

R
root 已提交
1973 1974 1975 1976 1977 1978 1979
a.next_images {
    background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -104px -95px;
    display: block;
    height: 10px;
    margin: 8px 0 0 40px;
    width: 23px;
}
R
root 已提交
1980

R
root 已提交
1981 1982 1983 1984 1985
.product-img-box .box-img {
    height: 380px;
    overflow: hidden;
    width: 100%;
}
R
root 已提交
1986 1987


R
root 已提交
1988 1989 1990 1991 1992
.product-img-box .list-img {
    height: 10000px;
    position: relative;
    width: 100%;
}
R
root 已提交
1993

R
root 已提交
1994 1995 1996 1997 1998 1999 2000 2001
.product-img-box img {
    cursor:  pointer;
}
.gallery-img img {
    border: 1px solid #ddd;
    display: block;
    margin: 0 0 15px;
}
R
root 已提交
2002 2003 2004 2005 2006





R
root 已提交
2007
.product_description_info{  
2008
    list-style:none;  
R
root 已提交
2009
    margin:25px 0  ;  
2010 2011 2012 2013 2014 2015 2016
    padding:0;  
    text-decoration:none;  
    font-family:'Microsoft YaHei';  
  
}  


R
root 已提交
2017
.product_description_info #nav-container li {
2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029
    border-right: 2px solid #eee;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    text-align: center;
    width: auto;
}


R
root 已提交
2030
.product_description_info #nav-container  ul{  
2031 2032 2033
    width:1200px;     
    margin:0 auto;  
}  
R
root 已提交
2034
.product_description_info  .nav{  
2035 2036 2037 2038
    height:52px;  
    width:100%;  
    background:#f5f5f5;  
}  
R
root 已提交
2039
.product_description_info  .nav .cur{  
2040 2041 2042 2043
    background:#fff;  
    border-top:2px solid #1a92cf;  
    color:#1a92cf;  
}  
R
root 已提交
2044
.product_description_info  .fixed{  
2045
    position:fixed;  
R
root 已提交
2046
    top:0;   
2047
    left:0;  
R
root 已提交
2048
	z-index:999999999;
2049
}  
R
root 已提交
2050
.product_description_info #nav-container  a{  
2051 2052
    color:#505050;  
} 
R
root 已提交
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083
.product_page{font-size:12px;}
.product_description_info #text{padding:20px 10px;}


.scroll_left a {
    color: #4c6b99;
    font-family: Georgia;
    font-size: 19px;
    line-height: 40px;
    text-decoration: none;
}


.scroll_horizontal {
    padding: 30px 0 10px;
    position: relative;
    width: 100%;
}



.product-Reviews .scroll_horizontal .box {
    padding: 15px 0 0;
}
.scroll_horizontal .box {
    border-top: 1px solid #ccc;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 0;
    position: relative;
}
2084 2085 2086 2087
.review_lists  .scroll_left{
	 border-bottom: 1px solid #ccc;
	
}
R
root 已提交
2088 2089
.product-Reviews_top {
    padding: 20px 0 20px 10px;
2090
    width: auto;
R
root 已提交
2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124
}


.view_all_review {
    background: #eee none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #fff;
    height: 22px;
    margin: 15px 0;
    text-align: center;
}


#review_description li{
    border-bottom: 1px solid #ddd;
	margin-bottom:15px;
}
.view_all_review a {
    color: #333;
    line-height: 20px;
}




.review_description_left a {
    color: #000;
    text-decoration: none;
}
.product-Reviews_top a {
    font-family: Georgia;
    text-transform: uppercase;
}
2125

R
root 已提交
2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199
.review_star {
    display: block;
    height: 15px;
    width: 69px;
}

.currentprice {
    color: #4c6b99;
    font-size: 16px;
}
.product-description_em {
    color: #cc0000;
    font: 17px/12px Segoeui,Arial,Verdana,serif;
    margin: 0 3px;
}



.star_1, .star_2, .star_3, .star_4, .star_5 {
    background: rgba(0, 0, 0, 0) url("../images/product_rating_big_blank_star.png") repeat scroll 0 0;
    display: block;
    height: 30px;
    width: 30px;
}
.full_star {
    background: rgba(0, 0, 0, 0) url("../images/product_rating_big_full_star.png") repeat scroll 0 0;
}



#reviews_form_list li {
    float: left;
    margin-top: 10px;
    width: 360px;
}


#reviews_form_list label {
    color: #707070;
    font: bold 11px/13px Segoeui-Bold,Myriad Pro,Verdana,serif;
}


.review_span_error {
    color: #f00;
    display: block;
    height: 20px;
}



#reviews_form_list select {
    width: 336px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #444;
    display: inline-block;
    font: 12px/33px Segoeui,Arial,Verdana,serif;
    height: 33px;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#review_review_field {
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #777;
    height: 100px;
2200
    padding: 10px;
R
root 已提交
2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217
    resize: none;
    width: 676px;
}

.verification_code_input {
    height: 30px;
    padding: 0 10px;
    width: 86px;
}


.product-Reviews_bottom button {
    margin: 8px 0 0;
}



R
root 已提交
2218 2219 2220 2221 2222 2223 2224
.pageToolbar{
	background: #eee none repeat scroll 0 0;
    height: 25px;
    margin: 6px 0;
    padding: 8px 15px;
	font-size:14px;
}
R
root 已提交
2225

R
root 已提交
2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238
.pageToolbar  .current {
    color: #cc0000;
	font-weight:bold;
}
.pageToolbar a,.pageToolbar span{
	margin:0 1px ; 
	width:20px; 
	display:block;
	text-align:center;
	float:left;}
.pageToolbar label.title{
	float:left;margin:0 10px
}
R
root 已提交
2239

R
root 已提交
2240 2241 2242 2243
.product-Reviews{
	margin-top:40px;
	
}
R
root 已提交
2244 2245


R
root 已提交
2246 2247 2248 2249 2250
.review_lists .product_name{
	//font-family: Georgia;
    text-transform: uppercase;
	font-size:13px;
}
R
root 已提交
2251

R
root 已提交
2252 2253 2254 2255
.review_lists{
	font-size:11px;
	margin:20px 0 20px;
}
R
root 已提交
2256

2257 2258 2259 2260 2261
.moderation , .review_moderation{
	color:#ccc;
	margin:10px 0;
	font-style:italic;
}
R
root 已提交
2262

2263 2264 2265 2266 2267
.review_refuse{
	color:#cc0000;
	margin:10px 0;
	font-style:italic;
}
R
root 已提交
2268

2269 2270 2271 2272 2273
.review_accept{
	color:green;
	margin:10px 0;
	font-style:italic;
}
R
root 已提交
2274

2275
.average_rating{float:left;}
R
root 已提交
2276

2277
#review_description li{min-height:90px;}
R
root 已提交
2278 2279


2280 2281 2282 2283 2284 2285 2286
.account_review_product .review_description_right_span{
	margin-bottom:2px;
	float:left;
}
.account_review_product  .review_description_centen{
	margin-top:15px;
}
R
root 已提交
2287

2288 2289 2290 2291
.review_date_time{
	display:block;
	float:right;
}
R
root 已提交
2292 2293


2294 2295 2296 2297 2298 2299
.account_review_product  .product_img{
	display:block;margin:auto;width:120px;
}
.account_review_product  .review_star{
	display:block;margin:auto;margin: 3px auto 10px;
}
2300

R
root 已提交
2301 2302 2303 2304 2305 2306 2307 2308