globalLayout.css 15 KB

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