globalLayout.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786
  1. /*Reset 样式初始化*/
  2. html, body, form, fieldset, p, a, ul, ol, li, div, legend, label,
  3. br, input, button, textarea, h1, h2, h3, h4, h5,em{
  4. padding: 0;
  5. margin: 0;
  6. font-weight: normal;
  7. font-style: normal;
  8. font-size: 12px;
  9. font-family:"微软雅黑","Tahoma";
  10. vertical-align: baseline;
  11. text-align:justify;
  12. word-wrap:break-word;
  13. text-justify:inter-ideograph
  14. }
  15. body{text-align:center}
  16. ul, ol, li, h1 {
  17. line-height:normal;
  18. list-style-image:none;
  19. list-style-position:outside;
  20. list-style-type:none
  21. }
  22. dl {
  23. margin:0
  24. }
  25. dd {
  26. margin-left:0
  27. }
  28. a {
  29. outline:none;
  30. }
  31. a img {
  32. border:0 none
  33. }
  34. img {
  35. vertical-align:middle;
  36. border:0px
  37. }
  38. table {
  39. border-collapse:collapse
  40. }
  41. .clearfix:after {
  42. content:".";
  43. display:block;
  44. height:0;
  45. clear:both;
  46. visibility:hidden
  47. }
  48. .clearfix {
  49. display:inline-block;
  50. overflow:hidden
  51. }
  52. .clearfix {
  53. display:block
  54. }
  55. body {color:#666;background:#fdfdfd}
  56. a {color:#336699;text-decoration:none}
  57. a:hover {color:#333}
  58. .width960{width:960px;margin:0 auto}
  59. .width90p {width:90%;margin:0 auto;max-width:1100px}
  60. .colRed {color:#f70000}
  61. .colOrange {color:#ed8b00}
  62. .hide{display:none;}
  63. /**/
  64. .fL {float:left}
  65. .fR {float:right}
  66. :link, *:visited, *:hover, *:active, *:focus {
  67. -moz-transition: color 0.2s linear 0s, background-color 0.4s linear 0s, border-color 0s linear 0s;
  68. -webkit-transition: color 0.2s linear 0s, background-color 0.4s linear 0s, border-color 0s linear 0s;
  69. transition: color 0.2s linear 0s, background-color 0.4s linear 0s, border-color 0s linear 0s
  70. }
  71. /*global css*/
  72. .globalHeader{
  73. background:#eceff4;
  74. }
  75. .globalHeader .width960{*position:relative;z-index:999}
  76. .siteNav .width960{position:relative}
  77. .siteNav {
  78. padding:0 0 15px 0
  79. }
  80. .siteNav .navWelcome {
  81. height:30px;
  82. line-height:30px;
  83. margin:0 0 0 380px;
  84. position:absolute
  85. }
  86. .siteNav .navWelcome b{
  87. color: #F99E1C;
  88. font-family: Constantia,Georgia;
  89. font-size: 18px;
  90. margin: 0 5px
  91. }
  92. .siteNav .navLogoBar {
  93. height:30px;
  94. width:360px;
  95. position: absolute;
  96. margin:0 20px 0 0
  97. }
  98. .navLogoBar .switchItem a{
  99. display:inline-block;
  100. *display:inline;
  101. zoom:1;
  102. height:30px;
  103. line-height:30px;
  104. padding:0 5px;
  105. }
  106. .navLogoBar .switchItem a:hover{
  107. height::28px;
  108. line-height:28px;
  109. border-top:2px solid #666
  110. }
  111. .navLogoBar .switchItem a.now{
  112. height:28px;
  113. line-height:28px;
  114. border-top:2px solid #ff6501;
  115. cursor: default;
  116. color:#333;font-weight:600
  117. }
  118. .navLogoBar .switchItem a.now:hover{
  119. background-color:#fff
  120. }
  121. .siteNav .navLoginBar .signItem,.siteNav .navLoginBar .loginItem{
  122. float:left;
  123. height:30px;
  124. line-height:30px;
  125. margin:0 0 0 15px
  126. }
  127. .siteNav .navLoginBar .loginItem a.loginBtn{
  128. padding:0 15px;
  129. cursor:pointer;
  130. height:30px;
  131. line-height:30px;
  132. display:inline-block;
  133. *dispaly:inline;
  134. zoom:1
  135. }
  136. .siteNav .navLoginBar .loginItem a.focus{
  137. background:#9ab13d;
  138. color:#fff
  139. }
  140. .siteNav .navLoginBar .loginItem .loginPanel{
  141. position:absolute;
  142. margin:0 0 0 -170px;
  143. *margin:0 0 0 -240px;
  144. border:1px solid #9ab13d;
  145. background:#fff;
  146. z-index:999;
  147. padding:5px 15px;
  148. width:220px;
  149. top:30px;
  150. display:none;
  151. box-shadow:0 3px 3px -1px #999
  152. }
  153. .loginPanel .btnItem {
  154. margin:15px 0 0 0
  155. }
  156. .siteNav .navLoginBar .loginItem .loginPanel .button{
  157. float:right;
  158. margin:0
  159. }
  160. .siteNav .navLoginBar .loginItem .loginPanel input.inputBd{
  161. width:215px;
  162. background: url(globalTable.png) repeat-x scroll 0 -90px #FFFFFF;
  163. border-color: #898989 #D0D0D0 #D0D0D0 #898989;
  164. border-style: solid;
  165. border-width: 1px;
  166. font-size: 12px;
  167. height: 18px;
  168. padding: 2px 0 2px 5px;
  169. color:#999;
  170. line-height:18px;
  171. border-radius: 3px 3px 3px 3px;
  172. -webkit-border-radius: 3px 3px 3px 3px;
  173. -moz-border-radius: 3px 3px 3px 3px
  174. }
  175. .siteNav .navLoginBar .loginItem .loginPanel input.inputBd:focus{
  176. border-color:#ff6501;
  177. background:#fff;
  178. color:#333;
  179. font-weight:600
  180. }
  181. .siteNav .navLoginBar .loginItem .loginPanel .openAun{
  182. margin:10px 0 0 0;
  183. border-top:1px dashed #d2d2d2
  184. }
  185. .siteNav .navLoginBar .loginItem .loginPanel .erroTips {
  186. background:#f2f2f2;
  187. text-align:center;
  188. border:1px solid #DF8F8F;
  189. background:#FFCECE;
  190. color:#665252;
  191. margin:3px 0 0 0
  192. }
  193. .siteNav .navLoginBar .userLoginPanel li{
  194. float:left;
  195. height:30px;
  196. background:#DBE1EA;
  197. padding:0 10px
  198. }
  199. .siteNav .navLoginBar .userLoginPanel li.userAvtar {
  200. border-right:1px solid #fff
  201. }
  202. .siteNav .navLoginBar .userLoginPanel li.userMenu {
  203. border-right:1px solid #fff;
  204. border-left:1px solid #fff
  205. }
  206. .siteNav .navLoginBar .userLoginPanel li.userAvtar img {
  207. margin:5px 0 0 0
  208. }
  209. .siteNav .navLoginBar .userLoginPanel li.focus{
  210. background-color:#fff
  211. }
  212. .siteNav .navLoginBar .userLoginPanel li .myListMenu {
  213. position:absolute;
  214. margin:2px 0 0 -11px;
  215. background:#fff;
  216. z-index:9999;
  217. display:none;
  218. top:28px;
  219. *margin-left:-27px
  220. }
  221. .siteNav .navLoginBar .userLoginPanel li .myListMenu a{
  222. display:block;
  223. padding:5px 8px;
  224. color:#647B97;
  225. *width:55px
  226. }
  227. .siteNav .navLoginBar .userLoginPanel li .myListMenu a:hover{
  228. background:#DBE1EA;
  229. color:#647B97
  230. }
  231. .siteNav .navLoginBar .userLoginPanel li span.msgNum{
  232. font-size:9px;
  233. position:absolute;
  234. color:#f90000;
  235. margin:0 0 0 -3px;
  236. font-weight:600
  237. }
  238. .siteNav .navLoginBar .userLoginPanel li i.loginIcon{
  239. background:url(switchBg.png) no-repeat 0 0;
  240. width:16px;
  241. height:16px;
  242. display:inline-block;
  243. *display:inline;
  244. zoom:1;
  245. margin:8px 0 0 0
  246. }
  247. .siteNav .navLoginBar .userLoginPanel li i.iconMyList {
  248. background-position:0 -30px
  249. }
  250. .siteNav .navLoginBar .userLoginPanel li i.iconMyMsg{
  251. background-position:-16px -30px
  252. }
  253. .siteNav .navLoginBar .userLoginPanel li i.iconMySet{
  254. background-position:-32px -30px
  255. }
  256. .header {margin:0 0 20px 0}
  257. .header .headerBd {
  258. width:960px;
  259. margin:0 auto
  260. }
  261. .header h1 a{
  262. width:115px;
  263. height:38px;
  264. background:url(zhzdjgLogo.png) no-repeat 0 0;
  265. display:block;
  266. text-indent:-9999px
  267. }
  268. .header .siteArea {
  269. font-size:24px;
  270. margin:0 0 0 10px;
  271. color:#CD4900;
  272. font-weight:600
  273. }
  274. .header .searchPanel {
  275. *width:323px
  276. }
  277. .header .searchPanel .searchInput{
  278. height:36px;
  279. overflow:hidden;
  280. *width:320px;
  281. }
  282. .header .searchPanel .searchInput input {
  283. height:34px;
  284. width:254px;
  285. padding:0 5px;
  286. font-size:14px;
  287. color:#666;
  288. border:none;
  289. color:#a4a4a4;
  290. line-height:36px;
  291. *float:left;
  292. border-bottom:2px solid #c2c2c1;
  293. }
  294. .header .searchPanel .searchInput:hover input{
  295. color:#666
  296. }
  297. .header .searchPanel .searchBtn {
  298. width:55px;
  299. height:38px;
  300. display:inline-block;
  301. *display:inline;
  302. zoom:1;
  303. background:url(searchPanel.png) no-repeat 0 0;
  304. border:none;
  305. float:right;
  306. cursor:pointer
  307. }
  308. .header .searchPanel .searchDocBtn {
  309. background-position:0 0;
  310. /*margin:0 10px 0 0*/
  311. }
  312. .header .searchPanel .searchDocBtn:hover {
  313. background-position:0 -38px
  314. }
  315. .header .searchPanel .searchDocBtn:active {
  316. background-position:0 -76px
  317. }
  318. .header .searchPanel .uploadDocBtn {
  319. width:105px;
  320. background-position:0 -114px
  321. }
  322. .header .searchPanel .uploadDocBtn:hover {
  323. background-position:0 -153px
  324. }
  325. .header .searchPanel .uploadDocBtn:active {
  326. background-position:0 -191px
  327. }
  328. .mainNav {
  329. height:32px;
  330. background:#dbe1ea
  331. }
  332. .mainNav .mainNavBd {
  333. width:960px;
  334. margin:0 auto
  335. }
  336. .mainNav .navList li,.mainNav .navList li a{
  337. display:inline-block;
  338. *display:inline;
  339. zoom:1;
  340. }
  341. .mainNav .navList li a{
  342. font-size: 16px;
  343. height: 32px;
  344. line-height: 32px;
  345. padding: 0 20px;
  346. color:#647b97;
  347. }
  348. .mainNav .navList li a:hover{
  349. background:#F99B1D;
  350. color:#fff;
  351. }
  352. .mainNav .navList li a.over{
  353. background:#F99B1D;
  354. color:#fff;
  355. font-weight:600;
  356. border-left:1px solid #fff;
  357. border-right:1px solid #fff;
  358. }
  359. /*.button*/
  360. .button {
  361. float:left;
  362. height:28px;
  363. margin-right:10px;
  364. padding:0 18px;
  365. line-height:29px;
  366. text-align:center;
  367. overflow:hidden;
  368. font-weight:bold;
  369. color:#FFF;
  370. text-shadow:0 1px #276DDD;
  371. border:1px solid #276DDD;
  372. border-radius:3px;
  373. box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
  374. background:#4C8FFC url(btnLBg.png) repeat-x 0 -185px;
  375. text-decoration:none
  376. }
  377. .button:hover {
  378. text-decoration:none;
  379. color:#FFF;
  380. background-position:0 -214px;
  381. }
  382. .button:active {
  383. background-position:0 -243px;
  384. }
  385. .btn-red {
  386. text-shadow:0 1px #B4080C;
  387. border-color:#CE080D;
  388. background-color:#F23539;
  389. background-position:0 -431px;
  390. }
  391. .btn-red:hover {
  392. background-position:0 -460px;
  393. }
  394. .btn-red:active {
  395. background-position:0 -489px;
  396. }
  397. .btn-green {
  398. text-shadow:0 1px #598D2F;
  399. border-color:#6AAB35;
  400. background-color:#77C13C;
  401. background-position:0 -518px;
  402. }
  403. .btn-green:hover {
  404. background-position:0 -547px;
  405. }
  406. .btn-green:active {
  407. background-position:0 -576px;
  408. }
  409. .btn-orange {
  410. text-shadow:0 1px #EF7714;
  411. border-color:#F67E19;
  412. background-color:#F4A32F;
  413. background-position:0 -344px;
  414. }
  415. .btn-orange:hover {
  416. background-position:0 -373px;
  417. }
  418. .btn-orange:active {
  419. background-position:0 -402px;
  420. }
  421. .btn-gray {
  422. font-weight:normal;
  423. color:#666;
  424. text-shadow:0 1px #FFF;
  425. border-color:#C5C5C5;
  426. background-color:#FFF;
  427. background-position:0 -605px;
  428. box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
  429. }
  430. .btn-gray:hover {
  431. color:#333;
  432. background-position:0 -634px;
  433. }
  434. .btn-gray:active {
  435. background-position:0 -663px;
  436. }
  437. .btn-black {
  438. font-weight:normal;
  439. color:#f2f2f2;
  440. text-shadow:0 1px #333;
  441. border-color:#C5C5C5;
  442. background-color:#6c6e7d;
  443. background-position:0 0;
  444. box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
  445. }
  446. .btn-black:hover {
  447. color:#fff;
  448. background-position:0 -31px;
  449. }
  450. .btn-black:active {
  451. background-position:0 -108px;
  452. }
  453. .btn-large {
  454. width:65px;
  455. }
  456. .btn-disabled,
  457. .btn-disabled:hover,
  458. .btn-disabled:active {
  459. color:#999;
  460. text-shadow:none;
  461. border-color:#C5C5C5;
  462. background-color:#EEE;
  463. background-position:0 -634px;
  464. box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
  465. cursor:default;
  466. }
  467. /**.btn-icon**/
  468. .btn-icon {
  469. position:relative;
  470. padding-left:35px;
  471. }
  472. .btn-icon .icon {
  473. position:absolute;
  474. top:6px;
  475. left:15px;
  476. width:16px;
  477. height:16px;
  478. }
  479. /**/
  480. .boxShadow {
  481. border:1px solid #ededed;
  482. -moz-box-shadow:2px 2px 2px #f2f2f2;
  483. -webkit-box-shadow:2px 2px 2px #f2f2f2;
  484. box-shadow:2px 2px 2px #f2f2f2;
  485. }
  486. /**/
  487. .warpContent {
  488. width:960px;
  489. margin:0 auto
  490. }
  491. .globalTable {
  492. width:100%;
  493. *width:99%
  494. }
  495. .globalTable thead {
  496. background:url(globalTable.png) repeat-x 0 0
  497. }
  498. .globalTable thead th {
  499. background:url(globalTable.png) no-repeat right -60px;
  500. _background:url(globalTable.png) repeat-x 0 0;
  501. line-height:12px;
  502. padding:0
  503. }
  504. .globalTable th,.globalTable td{
  505. height:30px;
  506. text-align:center
  507. }
  508. .globalTable td {
  509. border-bottom:1px solid #ededed
  510. }
  511. .globalTable .even td {
  512. background-color:#fbfbfb;
  513. }
  514. .globalTable tr.trHover td {border-bottom:1px solid #f99b1d}
  515. .globalTable td.textAlignL {text-align:left;padding-left:10px}
  516. .globalTable td.textAlignR {text-align:right;padding-right:10px}
  517. table .dateWidth {
  518. width:90px
  519. }
  520. table .areaWidth {
  521. width:80px
  522. }
  523. table .areaWidth2 {
  524. width:130px
  525. }
  526. table .unitWidth {
  527. width:50px
  528. }
  529. table .unitWidth2 {
  530. width:100px
  531. }
  532. table .priceWidth {
  533. width:70px
  534. }
  535. table .statusWidth {
  536. width:90px
  537. }
  538. table .modeWidth {
  539. width:55px
  540. }
  541. table .checkWidth {
  542. width:30px
  543. }
  544. .globalForm input.inputText,.inputText {
  545. background: url(globalTable.png) repeat-x scroll 0 -90px #FFFFFF;
  546. border-color: #898989 #D0D0D0 #D0D0D0 #898989;
  547. border-style: solid;
  548. border-width: 1px;
  549. font-size: 12px;
  550. height: 18px;
  551. padding: 2px 0 2px 5px;
  552. color:#999;
  553. line-height:18px
  554. }
  555. .globalForm input.inputText:focus,.inputText:focus{
  556. border-color:#ff6501;
  557. background:#fff;
  558. color:#333;
  559. font-weight:600
  560. }
  561. .globalForm input,.centerFormItem input {
  562. vertical-align:middle;
  563. margin: 0 5px 0 0;
  564. }
  565. .globalForm select,.centerFormItem select,.centerPriceItem select{
  566. background: none repeat scroll 0 0 #F9F9F9;
  567. border-color: #898989 #D0D0D0 #D0D0D0 #898989;
  568. border-style: solid;
  569. border-width: 1px;
  570. color: #666;
  571. padding: 2px;
  572. vertical-align: middle;
  573. }.inputText {
  574. background: url(globalTable.png) repeat-x scroll 0 -90px #FFFFFF;}
  575. textarea {
  576. background: none repeat scroll 0 0 #fff;
  577. border-color: #898989 #D0D0D0 #D0D0D0 #898989;
  578. border-style: solid;
  579. border-width: 1px;
  580. }
  581. .pageLoad{
  582. margin:15px auto;
  583. width:130px;
  584. text-align:center;
  585. background:url(loadIco.gif) no-repeat;
  586. color:#999
  587. }
  588. .pageNav{
  589. margin:15px auto;
  590. text-align:center;
  591. color:#999;
  592. margin:10px 0;
  593. text-align:right
  594. }
  595. .pageNav .pageList,.pageNav .pageBtn {
  596. display:inline-block;
  597. *display:inline;
  598. zoom:1;
  599. vertical-align:middle;
  600. margin:0 0 0 20px
  601. }
  602. .pageNav .pageList {
  603. position:relative
  604. }
  605. .pageNav .pageList .moreList{
  606. position:absolute;
  607. background:#fff;
  608. border:1px solid #cdcdcd;
  609. bottom:20px;
  610. left:-12px;
  611. _width:80px
  612. }
  613. .pageNav .pageList .moreList a {
  614. display:block;
  615. height:23px;
  616. line-height:23px;
  617. text-align:center;
  618. margin:1px;
  619. padding:0 15px;
  620. color:#666;
  621. *width:50px
  622. }
  623. .pageNav .pageList .moreList a:hover{
  624. background:#e8e8e8;
  625. }
  626. .pageNav .pageList .moreList a.cur {
  627. color:#999;
  628. cursor:default
  629. }
  630. .pageNav .pageList .moreList a.cur:hover {
  631. background:none;
  632. color:#999
  633. }
  634. .pageNav .pageList span.more {
  635. display:inline-block;
  636. border-width: 4px 4px 0;
  637. border-style:solid;
  638. border-color:#336699 transparent transparent;
  639. height:0;
  640. width:0;
  641. line-height:0;
  642. vertical-align:middle;
  643. font-size:0;
  644. margin:0 0 0 5px
  645. }
  646. .searchResList .pageNav a:hover .more{
  647. border-color:#666 transparent transparent;
  648. }
  649. /*box*/
  650. .boxStyle {
  651. padding:3px;
  652. background:#f0f0f0
  653. }
  654. .boxStyle .boxStyleBd{
  655. border:1px solid #bbbbbb;
  656. background:#fff;
  657. padding:3px
  658. }
  659. .boxStyle h3 {
  660. background:#f0f0f0;
  661. padding:5px 5px;
  662. margin:0 0 5px 0
  663. }
  664. /**/
  665. .globalFooter{
  666. margin:30px auto;
  667. border-top:2px solid #9ab13d;
  668. padding:10px 0 0 0
  669. }
  670. .globalFooter .copyright {
  671. text-align:right
  672. }
  673. .globalFooter .footNav {
  674. float:left
  675. }
  676. .globalFooter .footNav a{
  677. margin:0 10px;
  678. color:#999
  679. }
  680. .globalFooter .footNav a:hover{
  681. color:#333
  682. }
  683. .mainContent a.conHelp {
  684. background:url(usercentericon.png) no-repeat -33px -182px;
  685. padding:0 0 0 18px;
  686. margin:3px
  687. }
  688. .pageNav2 {
  689. text-align:center;
  690. margin:20px 0 20px 0
  691. }
  692. .pageNav2 .pageList {
  693. text-align:center;
  694. float:right;
  695. background:url(pageNav.png) repeat-x 0 0;
  696. margin:1px 0;
  697. border:1px solid #d1d1d1;
  698. margin:0 20px 0 0;
  699. border-radius:5px;
  700. overflow:hidden
  701. }
  702. .pageNav2 a,.pageNav2 span.inactivePrev,.pageNav2 span.inactiveNext{
  703. color:#555960;
  704. padding:0 10px;
  705. float:left;
  706. border-right:1px solid #d1d1d1;
  707. text-shadow:1px 1px 0 #FFFFFF;
  708. height:29px;
  709. line-height:29px
  710. }
  711. .pageNav2 a:hover{
  712. background:url(pageNav.png) repeat-x 0 -29px
  713. }
  714. .pageNav2 a.current{
  715. font-weight:600;
  716. cursor:default;
  717. background:url(pageNav.png) repeat-x 0 -29px;
  718. }
  719. .pageNav2 a.current:hover{
  720. cont-weight:600;
  721. background:url(pageNav.png) repeat-x 0 -29px;
  722. }
  723. .pageNav2 span.inactivePrev,.pageNav2 span.inactiveNext {
  724. color:#ccc
  725. }
  726. .pageNav2 a.next{
  727. border-right:none
  728. }
  729. .backToTop {
  730. display: none;
  731. width: 18px;
  732. line-height: 1.2;
  733. padding: 5px 0;
  734. background-color: #333;
  735. color: #fff;
  736. font-size: 12px;
  737. text-align: center;
  738. position: fixed;
  739. _position: absolute;
  740. right: 10px;
  741. bottom: 50px;
  742. _bottom: "auto";
  743. cursor: pointer;
  744. opacity: .6;
  745. filter: Alpha(opacity=60);
  746. }
  747. .backToTop:hover{
  748. background:#000
  749. }
  750. .helpCenterBtn {
  751. background:url(helpCenterButton.png) no-repeat;
  752. width: 32px;
  753. height:127px;
  754. text-align: center;
  755. position: fixed;
  756. _position: absolute;
  757. left: 0px;
  758. bottom: 20px;
  759. _bottom: "auto";
  760. cursor: pointer
  761. }
  762. .helpCenterBtn a{
  763. display: block;
  764. width:32px;
  765. height:127px
  766. }