Advertisement
moisespilco

Javascrip

Aug 1st, 2014
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 90.09 KB | None | 0 0
  1. body{
  2. font-size:13px;
  3. font-family:Verdana,Arial,Geneva,Sans-Serif;
  4. color:#232323;
  5. background-color:#fff;
  6. margin:0
  7. }
  8.  
  9. a{
  10. outline:0
  11. }
  12.  
  13. a img{
  14. border:0
  15. }
  16.  
  17. .supportHighlight{
  18. font-weight:bold
  19. }
  20.  
  21. .inlineList{
  22. padding:0;
  23. margin:0
  24. }
  25.  
  26. ul.inlineList>li{
  27. display:inline
  28. }
  29.  
  30. .cleanList{
  31. list-style-type:none
  32. }
  33.  
  34. a:link{
  35. color:#039;
  36. text-decoration:underline
  37. }
  38.  
  39. a:visited{
  40. color:#039;
  41. text-decoration:underline
  42. }
  43.  
  44. a:hover{
  45. color:#039;
  46. text-decoration:underline
  47. }
  48.  
  49. a:active{
  50. color:#039
  51. }
  52.  
  53. a.button:hover{
  54. text-decoration:none
  55. }
  56.  
  57. .suggest_link{
  58. background-color:#fff;
  59. padding:2px 6px 2px 6px;
  60. height:14px;
  61. line-height:14px;
  62. overflow:hidden
  63. }
  64.  
  65. .suggest_link_over{
  66. background-color:#d3d3d3;
  67. padding:2px 6px 2px 6px;
  68. height:14px;
  69. line-height:14px;
  70. overflow:hidden;
  71. cursor:pointer;
  72. color:#000
  73. }
  74.  
  75. .suggestPanel{
  76. position:absolute;
  77. display:none;
  78. background-color:#fff;
  79. text-align:left;
  80. border:1px solid #000;
  81. font-size:12px;
  82. z-index:10
  83. }
  84.  
  85. .sellerRatingFull,.sellerRatingHalf,.sellerRatingNone{
  86. background-repeat:no-repeat;
  87. display:inline-block;
  88. height:9px;
  89. width:9px;
  90. margin-left:-2px
  91. }
  92.  
  93. .sellerRatingHalf{
  94. background-position:-11px 0
  95. }
  96.  
  97. .sellerRatingNone{
  98. background-position:-22px 0
  99. }
  100.  
  101. fieldset{
  102. border:1px solid #ddd;
  103. padding:0 1.4em 1.4em 1.4em;
  104. margin:0 0 1.5em 0
  105. }
  106.  
  107. legend{
  108. font-size:1.2em;
  109. font-weight:bold
  110. }
  111.  
  112. textarea{
  113. min-height:75px
  114. }
  115.  
  116. .editor-label{
  117. margin:1em 0 0 0
  118. }
  119.  
  120. .editor-field{
  121. margin:.5em 0 0 0
  122. }
  123.  
  124. .field-validation-error{
  125. color:#f00
  126. }
  127.  
  128. .field-validation-valid{
  129. display:none
  130. }
  131.  
  132. .input-validation-error{
  133. border:1px solid #f00;
  134. background-color:#fee
  135. }
  136.  
  137. .validation-summary-errors{
  138. font-weight:bold;
  139. color:#f00
  140. }
  141.  
  142. .validation-summary-valid{
  143. display:none
  144. }
  145.  
  146. #page{
  147. min-width:768px
  148. }
  149.  
  150. #main,#header{
  151. padding:0 10px
  152. }
  153.  
  154. .serpColumn{
  155. float:left;
  156. width:100%;
  157. position:relative
  158. }
  159.  
  160. #resultsMainBarColumn{
  161. left:0
  162. }
  163.  
  164. #resultsSideBarPosition{
  165. left:100%
  166. }
  167.  
  168. #resultsSideBarColumn{
  169. left:-320px
  170. }
  171.  
  172. #resultsContentPosition{
  173. left:320px
  174. }
  175.  
  176. #resultsContentColumn{
  177. left:-100%
  178. }
  179.  
  180. #searchResultsNavBar{
  181. width:0;
  182. float:left
  183. }
  184.  
  185. #resultsSecondary{
  186. width:210px;
  187. margin:15px 0 0 110px
  188. }
  189.  
  190. #resultsPane{
  191. margin-top:20px;
  192. min-height:150px;
  193. overflow:hidden;
  194. padding:0 0 0 13px
  195. }
  196.  
  197. #resultsMain{
  198. min-height:150px;
  199. overflow:hidden
  200. }
  201.  
  202. #footer{
  203. padding:24px 0 0
  204. }
  205.  
  206. #bottomSerpBanner{
  207. margin:0 auto 50px;
  208. width:600px
  209. }
  210.  
  211. .footerPane{
  212. line-height:normal;
  213. margin:0 auto;
  214. width:380px
  215. }
  216.  
  217. ul#footerLinks{
  218. margin:5px auto;
  219. padding:0;
  220. text-align:center
  221. }
  222.  
  223. ul#footerLinks li{
  224. display:inline;
  225. font-size:1.1em;
  226. padding:0 5px 0 0;
  227. color:#20c
  228. }
  229.  
  230. #copyright{
  231. text-align:center
  232. }
  233.  
  234. h3.groupTitle{
  235. font-weight:bold;
  236. margin:0
  237. }
  238.  
  239. #overlay{
  240. position:absolute;
  241. left:0;
  242. top:0;
  243. display:none;
  244. text-align:center
  245. }
  246.  
  247. #overlayScreen{
  248. position:absolute;
  249. left:0;
  250. top:0;
  251. background-color:#333;
  252. opacity:.25;
  253. -ms-filter:"alpha(opacity=25)";
  254. filter:alpha(opacity=25)
  255. }
  256.  
  257. #overlayContent{
  258. margin:0 auto;
  259. position:relative;
  260. background-repeat:no-repeat;
  261. height:130px;
  262. width:250px;
  263. padding:0 5px
  264. }
  265.  
  266. #overlayContent img{
  267. margin:25px 0
  268. }
  269.  
  270. #overlayText{
  271. color:#ccc;
  272. font-size:123%
  273. }
  274.  
  275. #topSerpBanner{
  276. padding:0 0 0 13px
  277. }
  278.  
  279. #mainSearchBox{
  280. overflow:hidden
  281. }
  282.  
  283. .searchBoxInputWrapper{
  284. float:left;
  285. margin:0 10px 0 0
  286. }
  287.  
  288. .searchButtonWrapper{
  289. overflow:hidden
  290. }
  291.  
  292. .searchBoxCategories li{
  293. font-size:12px;
  294. list-style:none;
  295. font-weight:400;
  296. float:left;
  297. padding:0 10px 0 0;
  298. margin:0
  299. }
  300.  
  301. .searchBoxCategories .categoryLinkActive{
  302. text-decoration:none;
  303. color:#000;
  304. cursor:default
  305. }
  306.  
  307. .searchBoxInput{
  308. padding:10px 0;
  309. margin:0;
  310. clear:left
  311. }
  312.  
  313. input[type="text"]{
  314. width:250px
  315. }
  316.  
  317. #extendedLinksArea{
  318. font-size:.8em;
  319. font-weight:bold;
  320. margin:0;
  321. min-height:20px;
  322. padding:2px 0 0
  323. }
  324.  
  325. #extendedLinksArea .separator{
  326. padding:0 3px
  327. }
  328.  
  329. #bottomSearchBox .preferencesLink{
  330. font-size:.8em;
  331. font-weight:bold;
  332. margin:0;
  333. min-height:20px;
  334. padding:14px 0 0 2px
  335. }
  336.  
  337. #topResultsBar{
  338. font-size:1.2em;
  339. overflow:hidden;
  340. padding:5px 10px 5px 9px
  341. }
  342.  
  343. .paginationRange{
  344. font-size:.9em
  345. }
  346.  
  347. #topResultsBarAdultFilter{
  348. font-size:.9em
  349. }
  350.  
  351. #returnToResultsLink,#resultsAreaHeader{
  352. margin:0 0 5px
  353. }
  354.  
  355. #webResults,#newsResults,#videoResults{
  356. padding-top:10px
  357. }
  358.  
  359. .webResult,.adResult,.newsResult,.localResult,.localAdResult{
  360. padding:8px 0
  361. }
  362.  
  363. .adResult .resultTitle span{
  364. text-decoration:underline
  365. }
  366.  
  367. a.resultTitle{
  368. font-size:1.25em
  369. }
  370.  
  371. .resultDisplayUrl{
  372. color:#58a33f;
  373. display:inline;
  374. line-height:18px
  375. }
  376.  
  377. .resultDisplayUrl a:link,.resultDisplayUrl a:visited,.resultDisplayUrl a:hover,.resultDisplayUrl a:active{
  378. color:#58a33f
  379. }
  380.  
  381. .resultSource,.resultDisplayDate{
  382. font-size:1.2em
  383. }
  384.  
  385. .resultAttribution{
  386. color:#a0a0a0;
  387. display:inline;
  388. font-size:.85em
  389. }
  390.  
  391. #ifResults{
  392. width:580px
  393. }
  394.  
  395. .ifResult{
  396. margin:9px 0 10px
  397. }
  398.  
  399. .ifResult h3{
  400. color:#737373;
  401. font-size:1em;
  402. font-weight:normal;
  403. margin:0;
  404. padding:0 0 5px 1px
  405. }
  406.  
  407. #ifSpellSuggest{
  408. font-size:1.1em;
  409. font-weight:bold
  410. }
  411.  
  412. .siteMatchResult{
  413. overflow:hidden
  414. }
  415.  
  416. .siteMatchResult .resultDisplayUrl{
  417. margin-top:5px;
  418. text-decoration:underline
  419. }
  420.  
  421. .siteMatchResult a.resultTitle:link,.siteMatchResult a.resultTitle:visited,.siteMatchResult a.resultTitle:hover,.siteMatchResult a.resultTitle:active{
  422. font-size:1.2em;
  423. font-weight:bold
  424. }
  425.  
  426. #navigationalMarketingMessage,#navigationalQueryCategory,#navigationalQueryOverrideLink{
  427. font-weight:bold;
  428. font-size:1.3em
  429. }
  430.  
  431. #navResultSearchTextBox{
  432. width:140px
  433. }
  434.  
  435. .resultSource,.resultDisplayDate{
  436. color:#090;
  437. display:inline
  438. }
  439.  
  440. .deeplinks{
  441. line-height:13px
  442. }
  443.  
  444. .deeplinks a.resultTitle:link,.deeplinks a.resultTitle:visited,.deeplinks a.resultTitle:hover,.deeplinks a.resultTitle:active{
  445. font-size:1em;
  446. font-weight:normal;
  447. font-family:Arial;
  448. line-height:15px;
  449. padding:0;
  450. text-decoration:none
  451. }
  452.  
  453. #deepLinksColumns{
  454. overflow:hidden;
  455. margin:0 0 0 -3px
  456. }
  457.  
  458. #deepLinksColumns div{
  459. display:inline
  460. }
  461.  
  462. #deepLinksColumns div a.resultTitle:link,#deepLinksColumns div a.resultTitle:visited,#deepLinksColumns div a.resultTitle:hover,#deepLinksColumns div a.resultTitle:active{
  463. font-size:13px;
  464. font-weight:normal
  465. }
  466.  
  467. #deeplinksColumn1{
  468. float:left;
  469. margin:2px 20px 2px 0;
  470. padding:0 0 0 18px
  471. }
  472.  
  473. #deeplinksColumn2{
  474. margin:2px 0
  475. }
  476.  
  477. .splitAdResultsPane{
  478. margin:0;
  479. overflow:hidden
  480. }
  481.  
  482. .splitAdResultsPane h3{
  483. float:right;
  484. font-size:1.2em;
  485. font-weight:normal;
  486. margin:5px 0 0 0;
  487. text-align:right
  488. }
  489.  
  490. #csaTopAds,#csaBottomAds{
  491. height:0
  492. }
  493.  
  494. .bodyImageResults #resultsMain{
  495. min-height:768px
  496. }
  497.  
  498. .imageResult{
  499. display:inline;
  500. float:left;
  501. height:240px;
  502. overflow:hidden;
  503. position:relative;
  504. width:210px
  505. }
  506.  
  507. #imageResults{
  508. max-width:750px;
  509. min-width:600px;
  510. overflow:hidden;
  511. padding:0 0 50px
  512. }
  513.  
  514. .innerImageResult .resultDisplayUrl a{
  515. color:#58a33f
  516. }
  517.  
  518. .innerImageResult{
  519. bottom:0;
  520. position:absolute;
  521. word-wrap:break-word
  522. }
  523.  
  524. .innerImageResult .resultThumbnail{
  525. border:0
  526. }
  527.  
  528. .innerImageResult .resultAttribution{
  529. display:block
  530. }
  531.  
  532. .videoResult{
  533. margin:8px 0 8px 0;
  534. overflow:hidden
  535. }
  536.  
  537. .videoResult a.resultThumbnailLink{
  538. float:left;
  539. text-decoration:none
  540. }
  541.  
  542. .resultVideoThumbnail{
  543. padding:5px 0
  544. }
  545.  
  546. .resultThumbnailPane{
  547. float:left;
  548. height:61px;
  549. width:81px
  550. }
  551.  
  552. .videoResult .resultThumbnail{
  553. width:81px;
  554. height:61px;
  555. border:0 solid #fff
  556. }
  557.  
  558. .resultThumbnailInfoWrapper{
  559. overflow:hidden;
  560. padding:0 0 0 9px
  561. }
  562.  
  563. .videoResult .resultTitle{
  564. font-size:1.2em;
  565. margin-top:2px
  566. }
  567.  
  568. .videoResult .resultSource{
  569. background-color:#555;
  570. color:#eee;
  571. font-size:.85em;
  572. font-weight:bold;
  573. padding:0 5px
  574. }
  575.  
  576. .videoResult .resultDisplayDate{
  577. color:#58a33f;
  578. font-size:1em
  579. }
  580.  
  581. body.bodyLocalResults #resultsMainBarColumn{
  582. left:250px
  583. }
  584.  
  585. body.bodyLocalResults #resultsSideBarColumn{
  586. left:-550px
  587. }
  588.  
  589. body.bodyLocalResults #resultsContentPosition{
  590. left:300px
  591. }
  592.  
  593. body.bodyLocalResults #resultsContentColumn{
  594. left:-100%
  595. }
  596.  
  597. body.bodyLocalResults #searchResultsNavBar{
  598. width:250px
  599. }
  600.  
  601. body.bodyLocalResults #resultsSecondary{
  602. width:300px;
  603. margin:0
  604. }
  605.  
  606. body.bodyLocalResults #resultsMainBar{
  607. padding:0 10px;
  608. margin-left:250px;
  609. margin-right:300px
  610. }
  611.  
  612. body.bodyLocalResults #footer{
  613. clear:both
  614. }
  615.  
  616. body.bodyLocalResults .localAdResults{
  617. border-bottom:solid 1px #ccc;
  618. padding-bottom:10px
  619. }
  620.  
  621. div.localResult .resultIcon{
  622. float:left
  623. }
  624.  
  625. .localResult .resultContent{
  626. margin-left:30px
  627. }
  628.  
  629. .localResult,.localAdResult{
  630. clear:left
  631. }
  632.  
  633. .localResult .resultContent:hover{
  634. background-color:#d1eeee
  635. }
  636.  
  637. body.bodyLocalListingResults #resultsMainBarColumn{
  638. left:auto;
  639. right:150px
  640. }
  641.  
  642. body.bodyLocalListingResults #resultsSideBarPosition{
  643. left:auto
  644. }
  645.  
  646. body.bodyLocalListingResults #resultsSideBarColumn{
  647. left:-300px
  648. }
  649.  
  650. body.bodyLocalListingResults #resultsContentPosition{
  651. left:450px
  652. }
  653.  
  654. body.bodyLocalListingResults #resultsContentColumn{
  655. left:0
  656. }
  657.  
  658. body.bodyLocalListingResults #searchResultsNavBar{
  659. width:150px;
  660. float:right
  661. }
  662.  
  663. body.bodyLocalListingResults #resultsSecondary{
  664. width:300px;
  665. margin:0
  666. }
  667.  
  668. body.bodyLocalListingResults #resultsMainBar{
  669. padding-right:10px;
  670. margin-right:450px
  671. }
  672.  
  673. body.bodyLocalListingResults #footer{
  674. clear:both
  675. }
  676.  
  677. #localBusinessLinks>li.separator{
  678. margin-left:.25em
  679. }
  680.  
  681. body.bodyLocalListingResults .localAdResults{
  682. border-bottom:solid 1px #ccc;
  683. padding-bottom:10px
  684. }
  685.  
  686. div.bodyLocalListingResults .resultIcon{
  687. float:left
  688. }
  689.  
  690. #localListingImages{
  691. margin-bottom:10px
  692. }
  693.  
  694. body.bodyLocalListingResults #resultsSecondary .splitAdResultsPane{
  695. margin-top:10px;
  696. border:solid 1px #ccc;
  697. padding:5px
  698. }
  699.  
  700. body.bodyLocalListingResults #resultsSecondary .splitAdResults{
  701. border:0
  702. }
  703.  
  704. body.bodyLocalListingResults #resultsSecondary .splitAdResultsPane h3{
  705. clear:left
  706. }
  707.  
  708. body.bodyLocalListingResults #resultsSecondary .localAdResult .adImage{
  709. float:left;
  710. width:70px;
  711. height:70px
  712. }
  713.  
  714. body.bodyLocalListingResults #resultsSecondary .localAdResult .resultContent{
  715. margin-left:80px
  716. }
  717.  
  718. .localOfferDescription{
  719. margin-top:10px
  720. }
  721.  
  722. #localListingPrintDialog{
  723. width:612px;
  724. margin:0 auto;
  725. padding:5px 10px
  726. }
  727.  
  728. #localListingPrintDialog .printDialogHeader{
  729. margin-bottom:1em
  730. }
  731.  
  732. #localListingPrintDialog .printDialogHeader .printLink{
  733. float:right;
  734. padding-top:51px;
  735. margin-top:-1em
  736. }
  737.  
  738. #localListingPrintDialog .printDialogContent{
  739. clear:right
  740. }
  741.  
  742. #localListingPrintDialog .printDialogMap{
  743. float:right
  744. }
  745.  
  746. #localListingPrintDialog .printDialogGeneral{
  747. margin-right:310px
  748. }
  749.  
  750. #localListingPrintDialog .printDialogGeneral .businessInfo .title{
  751. margin-bottom:.5em;
  752. font-size:123%
  753. }
  754.  
  755. #localListingPrintDialog .printDialogGeneral .businessInfo .localData{
  756. margin-bottom:.25em
  757. }
  758.  
  759. #localListingPrintDialog .printDialogGeneral .businessInfo .totalReview{
  760. margin-top:1em
  761. }
  762.  
  763. #localListingPrintDialog .printDialogOverview{
  764. clear:right;
  765. padding-top:15px
  766. }
  767.  
  768. #localListingPrintDialog .printLink img{
  769. vertical-align:middle
  770. }
  771.  
  772. #localListingPrintDialog .printDialogFooter{
  773. margin:2em 0
  774. }
  775.  
  776. .ui-dialog.localListingPrint .ui-dialog-content{
  777. padding:0
  778. }
  779.  
  780. body.bodyLocalListingResults #resultsSecondary .localResult .resultContent:hover{
  781. background-color:transparent
  782. }
  783.  
  784. @media print{
  785. body.bodyLocalListingResults>*{
  786. display:none!important
  787. }
  788.  
  789. body.bodyLocalListingResults #printArea{
  790. display:block!important
  791. }
  792.  
  793. body.bodyLocalListingResults #printArea .printLink{
  794. display:none!important
  795. }
  796.  
  797. }
  798.  
  799. #adResultsSb .splitAdResultsPane .resultAttribution{
  800. display:block
  801. }
  802.  
  803. #adResultsSb .splitAdResultsPane h3{
  804. float:none;
  805. text-align:left
  806. }
  807.  
  808. #adResultsSb .splitAdResultsPane{
  809. margin:0 0 8px;
  810. padding:0 0 10px;
  811. word-wrap:break-word
  812. }
  813.  
  814. #aylfResults p{
  815. padding:10px 10px 10px 10px;
  816. font-size:.9em
  817. }
  818.  
  819. #aylfResults{
  820. margin:0 0 8px;
  821. padding:0 0 10px
  822. }
  823.  
  824. .aylfResult{
  825. padding:8px 0 2px
  826. }
  827.  
  828. p.alignLeft{
  829. float:left;
  830. margin:0
  831. }
  832.  
  833. p.alignRight{
  834. float:right;
  835. margin:0
  836. }
  837.  
  838. #searchHistory h3{
  839. margin-bottom:10px
  840. }
  841.  
  842. #searchHistory{
  843. margin:0 0 10px;
  844. padding:0
  845. }
  846.  
  847. ul.searchHistory,#popularFetchesResults ul.popularFetches{
  848. margin:8px 0 0;
  849. padding:0
  850. }
  851.  
  852. ul.searchHistory li{
  853. padding:0 0 10px;
  854. word-wrap:break-word
  855. }
  856.  
  857. #searchHistoryBottom{
  858. font-size:1.1em;
  859. margin:10px 0 0;
  860. overflow:hidden
  861. }
  862.  
  863. #searchHistoryCleared{
  864. font-size:.8em;
  865. padding:0 10px 10px 10px
  866. }
  867.  
  868. #popularFetchesResults{
  869. margin-bottom:10px;
  870. width:600px;
  871. overflow:hidden
  872. }
  873.  
  874. #popularFetchesResults ul.popularFetches li{
  875. padding:0 0 10px
  876. }
  877.  
  878. #resultsPaginationTop{
  879. height:15px;
  880. padding:10px 0 10px 33px
  881. }
  882.  
  883. #resultsPaginationBottom{
  884. font-size:1.1em;
  885. height:15px;
  886. padding:10px 0 10px 33px
  887. }
  888.  
  889. .paginationSelectedPage,.paginationUnselectedPage{
  890. padding:0
  891. }
  892.  
  893. .bodyAdvancedSearch #main{
  894. padding:0
  895. }
  896.  
  897. .advancedSearchPane .searchBoxInput{
  898. height:180px;
  899. width:800px
  900. }
  901.  
  902. .advancedSearchPane.searchBoxPane{
  903. margin:0
  904. }
  905.  
  906. #header .advancedSearchPane{
  907. display:none
  908. }
  909.  
  910. .bodyAdvancedSearch .advancedSearchLink a{
  911. font-weight:bold
  912. }
  913.  
  914. .advancedSearchPane{
  915. border:2px solid #7288a4
  916. }
  917.  
  918. .advancedSearchInputPane{
  919. overflow:hidden;
  920. height:120px;
  921. width:800px
  922. }
  923.  
  924. .keywordInput{
  925. float:left;
  926. overflow:hidden
  927. }
  928.  
  929. .webFilters{
  930. overflow:hidden
  931. }
  932.  
  933. .categoryFilters.webFilters{
  934. margin:0
  935. }
  936.  
  937. .categoryFilters.imagesFilters{
  938. margin:0;
  939. float:right;
  940. padding-right:25px
  941. }
  942.  
  943. .keywordInput input[type="text"]{
  944. width:150px;
  945. height:18px;
  946. border:1px solid #000;
  947. float:none;
  948. margin:0
  949. }
  950.  
  951. .keywordInput label{
  952. font-size:1em
  953. }
  954.  
  955. .allKeywords label{
  956. margin:5px 25px 5px 6px
  957. }
  958.  
  959. .allKeywords,.exactPhrase,.anyKeywords,.noneKeywords{
  960. margin:0;
  961. height:26px;
  962. width:400px
  963. }
  964.  
  965. .exactPhrase label{
  966. margin:5px 28px 5px 6px
  967. }
  968.  
  969. .anyKeywords label{
  970. margin:5px 15px 5px 6px
  971. }
  972.  
  973. .noneKeywords label{
  974. margin:10px 7px 10px 6px
  975. }
  976.  
  977. .categoryFilters label{
  978. font-size:1em
  979. }
  980.  
  981. .languageFilter{
  982. margin:0 0 10px 0
  983. }
  984.  
  985. .languageFilter label{
  986. margin:10px 22px 10px 0
  987. }
  988.  
  989. .domainFilter{
  990. padding:0 0 0 92px
  991. }
  992.  
  993. .domainFilterInput{
  994. padding:0 0 5px 97px
  995. }
  996.  
  997. .domainFilter label{
  998. margin:10px 10px 10px 0
  999. }
  1000.  
  1001. .domainFilterInput input[type="text"]{
  1002. width:262px;
  1003. height:18px;
  1004. border:1px solid #ccc;
  1005. margin:0
  1006. }
  1007.  
  1008. .categoryFilters select{
  1009. width:266px;
  1010. cursor:default;
  1011. line-height:normal;
  1012. margin:0;
  1013. overflow:-moz-hidden-unscrollable;
  1014. text-indent:0;
  1015. white-space:nowrap;
  1016. word-wrap:normal
  1017. }
  1018.  
  1019. .advancedSearchButtonContainer{
  1020. float:right
  1021. }
  1022.  
  1023. .advancedSearchButton{
  1024. margin:9px 170px 0 0;
  1025. width:132px
  1026. }
  1027.  
  1028. .imageFormat label{
  1029. margin:10px 15px 10px 10px
  1030. }
  1031.  
  1032. .imageFormat{
  1033. margin:0 0 10px 0;
  1034. padding-right:50px
  1035. }
  1036.  
  1037. .imageColor label{
  1038. margin:10px 0 10px 10px
  1039. }
  1040.  
  1041. .imageColor{
  1042. margin:0 0 10px 0
  1043. }
  1044.  
  1045. .imageSize label{
  1046. margin:10px 5px 10px 10px
  1047. }
  1048.  
  1049. .imageSize{
  1050. margin:10px 0 10px 0
  1051. }
  1052.  
  1053. #preferencesPane{
  1054. margin:50px 100px 0
  1055. }
  1056.  
  1057. #emptyQueryWarning,#emptyWhereQueryWarning{
  1058. font-size:.9em;
  1059. margin:0 100px
  1060. }
  1061.  
  1062. #emptyQueryWarning p,#emptyWhereQueryWarning p{
  1063. font-size:1.1em
  1064. }
  1065.  
  1066. #noResultsWarning #popularFetchesResults h3{
  1067. display:none
  1068. }
  1069.  
  1070. #noResultsWarning,#ambiguousLocationWarning{
  1071. margin:13px 0 0 98px
  1072. }
  1073.  
  1074. #noResultsWarning h3,#ambiguousLocationWarning h3{
  1075. font-size:1.1em;
  1076. font-weight:bold;
  1077. margin:10px 0 14px
  1078. }
  1079.  
  1080. #noResultsWarning p,#ambiguousLocationWarning p{
  1081. margin:0
  1082. }
  1083.  
  1084. #popularFetchesResults{
  1085. overflow:hidden;
  1086. width:600px
  1087. }
  1088.  
  1089. #popularFetchesResults ul.popularFetches{
  1090. padding:0
  1091. }
  1092.  
  1093. #popularFetchesResults ul.popularFetches li{
  1094. float:left;
  1095. width:180px
  1096. }
  1097.  
  1098. .bodyNotFound #main{
  1099. background-image:none
  1100. }
  1101.  
  1102. .bodyNotFound #main h3{
  1103. font-size:1em;
  1104. margin:20px 200px 40px 100px
  1105. }
  1106.  
  1107. body{
  1108. font-size:80%;
  1109. font-family:Verdana,Arial,Geneva,Sans-Serif
  1110. }
  1111.  
  1112. .address span{
  1113. display:block
  1114. }
  1115.  
  1116. .cleanList span{
  1117. display:none
  1118. }
  1119.  
  1120. a:link{
  1121. color:#597a81
  1122. }
  1123.  
  1124. a:visited{
  1125. color:#597a81
  1126. }
  1127.  
  1128. a:hover{
  1129. color:#597a81
  1130. }
  1131.  
  1132. a:active{
  1133. color:#597a81
  1134. }
  1135.  
  1136. #page{
  1137. min-width:1024px
  1138. }
  1139.  
  1140. #main{
  1141. padding:0 15px
  1142. }
  1143.  
  1144. html>body #header #topSerpBanner{
  1145. *margin-bottom:0
  1146. }
  1147.  
  1148. #header #topSerpBanner{
  1149. margin-bottom:16px;
  1150. padding:0
  1151. }
  1152.  
  1153. #resultsMain{
  1154. overflow:hidden;
  1155. padding:0 0 0 4px;
  1156. min-height:0
  1157. }
  1158.  
  1159. #header,#footer{
  1160. padding:0
  1161. }
  1162.  
  1163. #footer{
  1164. clear:both
  1165. }
  1166.  
  1167. .footerPane{
  1168. line-height:normal;
  1169. padding:20px;
  1170. margin:0 auto;
  1171. width:750px
  1172. }
  1173.  
  1174. #bottomSerpBanner{
  1175. border-bottom:1px solid #f0f0f0;
  1176. padding:0 0 30px;
  1177. margin:0 10px;
  1178. width:auto
  1179. }
  1180.  
  1181. #copyright{
  1182. text-align:center
  1183. }
  1184.  
  1185. .footerPane a{
  1186. color:#b5bdc2;
  1187. text-decoration:none;
  1188. font-weight:bold
  1189. }
  1190.  
  1191. #copyright{
  1192. color:#a0a0a0;
  1193. font-size:.85em;
  1194. text-decoration:none
  1195. }
  1196.  
  1197. #footerLinksTop,#footerLinksBottom{
  1198. margin-top:5px;
  1199. font-weight:bold
  1200. }
  1201.  
  1202. #footerLinksTop{
  1203. margin:0 auto;
  1204. width:520px
  1205. }
  1206.  
  1207. #footerLinksBottom{
  1208. margin:0 auto;
  1209. width:480px;
  1210. padding:5px 0 30px
  1211. }
  1212.  
  1213. ul.footerLinks{
  1214. padding:0;
  1215. margin:0
  1216. }
  1217.  
  1218. ul.footerLinks li{
  1219. display:inline;
  1220. color:#b5bdc2;
  1221. font-size:.85em;
  1222. font-weight:bold
  1223. }
  1224.  
  1225. ul.footerLinks li.separator{
  1226. font-weight:bold;
  1227. text-align:center;
  1228. vertical-align:1px
  1229. }
  1230.  
  1231. .searchBoxPane{
  1232. overflow:hidden;
  1233. margin:13px 0 0 1px
  1234. }
  1235.  
  1236. .bodyHome .searchBoxCategories{
  1237. overflow:hidden;
  1238. padding:0 0 0 12px
  1239. }
  1240.  
  1241. .bodyHome .searchBoxCategories .verticalCat{
  1242. color:#597a81;
  1243. font-size:.85em;
  1244. list-style:none;
  1245. font-weight:400;
  1246. font-family:Verdana;
  1247. float:left;
  1248. margin:0;
  1249. padding:0;
  1250. text-align:center;
  1251. width:79px
  1252. }
  1253.  
  1254. .bodyHome .searchBoxCategories .separator{
  1255. display:none
  1256. }
  1257.  
  1258. .searchBoxCategories{
  1259. overflow:hidden;
  1260. padding:0 0 0 5px
  1261. }
  1262.  
  1263. .searchBoxCategories .verticalCat{
  1264. color:#597a81;
  1265. font-size:.85em;
  1266. list-style:none;
  1267. font-weight:400;
  1268. font-family:Verdana;
  1269. float:left;
  1270. margin:0;
  1271. padding:2px 8px 0;
  1272. text-align:center
  1273. }
  1274.  
  1275. .searchBoxCategories .separator{
  1276. float:left
  1277. }
  1278.  
  1279. .searchBoxCategories .verticalCat a{
  1280. text-decoration:none
  1281. }
  1282.  
  1283. .searchBoxCategories .categoryLinkActive{
  1284. text-decoration:none;
  1285. color:#000;
  1286. cursor:default;
  1287. font-weight:bold;
  1288. font-size:1em
  1289. }
  1290.  
  1291. .verticalCategory{
  1292. float:left
  1293. }
  1294.  
  1295. input[type="text"]{
  1296. width:480px;
  1297. border:1px solid #f38c15;
  1298. height:16px;
  1299. padding-left:5px;
  1300. margin-right:9px;
  1301. margin-bottom:6px
  1302. }
  1303.  
  1304. .searchBoxInputPane{
  1305. overflow:hidden;
  1306. clear:left;
  1307. width:700px
  1308. }
  1309.  
  1310. .searchBoxInput{
  1311. padding:5px 5px 0 0;
  1312. overflow:hidden;
  1313. margin:0;
  1314. float:left;
  1315. width:575px;
  1316. clear:none
  1317. }
  1318.  
  1319. .searchBoxInputWrapper{
  1320. float:left;
  1321. margin:0
  1322. }
  1323.  
  1324. .searchBoxButtonWrapper{
  1325. float:right
  1326. }
  1327.  
  1328. #bottomSearchBox{
  1329. margin:0 0 0 300px
  1330. }
  1331.  
  1332. #bottomSearchBox .searchBoxPane{
  1333. padding:0 0 0 1px
  1334. }
  1335.  
  1336. #extendedLinksArea{
  1337. min-height:20px;
  1338. margin:0;
  1339. font-size:.85em;
  1340. padding:2px 0 0 0;
  1341. font-family:Verdana;
  1342. font-weight:normal
  1343. }
  1344.  
  1345. #extendedLinksArea .separator{
  1346. padding:0 3px 0 3px;
  1347. color:#0d5ca5;
  1348. display:none
  1349. }
  1350.  
  1351. #bottomSearchBox .preferencesLink{
  1352. font-size:1em;
  1353. font-weight:normal;
  1354. min-height:0;
  1355. padding:0
  1356. }
  1357.  
  1358. #serpLogoWrapper{
  1359. float:left;
  1360. padding:2px 10px 0 2px
  1361. }
  1362.  
  1363. .topBanner,#topSerpBanner{
  1364. margin:8px 0 0 8px;
  1365. overflow:hidden
  1366. }
  1367.  
  1368. #engineAttribution{
  1369. width:400px;
  1370. height:auto;
  1371. font-weight:bold;
  1372. font-size:.8em;
  1373. color:#666;
  1374. letter-spacing:1px;
  1375. padding:8px 9px
  1376. }
  1377.  
  1378. #engineAttributionBar{
  1379. background-color:#dcdcdc
  1380. }
  1381.  
  1382. #engineAttributionBarWrapper{
  1383. width:420px;
  1384. overflow:hidden;
  1385. height:30px
  1386. }
  1387.  
  1388. #engines{
  1389. float:right
  1390. }
  1391.  
  1392. #engineTitle{
  1393. float:left
  1394. }
  1395.  
  1396. #resultsBarWrapper{
  1397. padding:17px 10px 2px 15px;
  1398. overflow:hidden
  1399. }
  1400.  
  1401. #resultsPane{
  1402. margin:5px 0 0;
  1403. min-height:0;
  1404. padding:0;
  1405. overflow:hidden
  1406. }
  1407.  
  1408. .bodyWebResults #resultsPane{
  1409. visibility:hidden
  1410. }
  1411.  
  1412. #resultsMainBar{
  1413. overflow:hidden
  1414. }
  1415.  
  1416. #paginationRange{
  1417. border-top:1px solid #ccc;
  1418. font-size:1.1em;
  1419. font-weight:bold;
  1420. margin:0 0 10px;
  1421. padding:10px 4px 0
  1422. }
  1423.  
  1424. .paginationRangePane{
  1425. overflow:hidden
  1426. }
  1427.  
  1428. .paginationRange{
  1429. float:left;
  1430. font-size:1em
  1431. }
  1432.  
  1433. .resultsRangeLink,.paginationRange a{
  1434. color:#a0a0a0;
  1435. font-size:.98em
  1436. }
  1437.  
  1438. .resultsRangeText{
  1439. font-weight:bold
  1440. }
  1441.  
  1442. #topResultsBar{
  1443. font-size:1.0em;
  1444. overflow:visible;
  1445. padding:0
  1446. }
  1447.  
  1448. #topResultsBarAdultFilter{
  1449. float:right;
  1450. font-size:.65em;
  1451. font-weight:normal
  1452. }
  1453.  
  1454. #topResultsBarAdultFilter a{
  1455. color:#4276aa;
  1456. text-decoration:none
  1457. }
  1458.  
  1459. #resultsSortType{
  1460. padding:4px 0 10px 15px
  1461. }
  1462.  
  1463. #mainSerpBanner{
  1464. margin:40px auto 30px;
  1465. width:719px
  1466. }
  1467.  
  1468. #mainSearchBox{
  1469. margin:0 auto;
  1470. width:719px
  1471. }
  1472.  
  1473. #mainSearchBox .searchBoxPane{
  1474. margin:0;
  1475. overflow:hidden
  1476. }
  1477.  
  1478. #serpLogoQuote{
  1479. float:left;
  1480. margin:4px 0 0
  1481. }
  1482.  
  1483. #serpLogoPartner{
  1484. float:left
  1485. }
  1486.  
  1487. #learnMoreLink{
  1488. float:left;
  1489. margin:5px 0 0 40px
  1490. }
  1491.  
  1492. #learnMoreLink a{
  1493. color:#000;
  1494. font-weight:bold;
  1495. text-decoration:none
  1496. }
  1497.  
  1498. #mainSearchBox .searchBoxCategories ul{
  1499. margin:0;
  1500. padding:0;
  1501. overflow:hidden
  1502. }
  1503.  
  1504. #mainSearchBox .searchBoxCategories ul li.categoryWeb a{
  1505. padding:0 0 0 25px
  1506. }
  1507.  
  1508. #mainSearchBox .searchBoxCategories ul li.categoryImages a{
  1509. padding:0 0 0 35px
  1510. }
  1511.  
  1512. #mainSearchBox .searchBoxCategories ul li.categoryVideo a{
  1513. padding:0 0 0 35px
  1514. }
  1515.  
  1516. #mainSearchBox .searchBoxCategories ul li.categoryNews a{
  1517. padding:0 0 0 45px
  1518. }
  1519.  
  1520. #mainSearchBox .searchBoxCategories ul li.categoryYellowPages a{
  1521. padding:0 0 0 22px
  1522. }
  1523.  
  1524. #mainSearchBox .searchBoxCategories ul li.categoryWhitePages a{
  1525. padding:0 0 0 3px
  1526. }
  1527.  
  1528. #mainSearchBox .searchBoxCategories ul li.separator{
  1529. display:none
  1530. }
  1531.  
  1532. #mainSearchBox .searchBoxInputPane{
  1533. float:left;
  1534. width:600px;
  1535. clear:none;
  1536. padding:40px 0 0 51px
  1537. }
  1538.  
  1539. #mainSearchBox .searchBoxInput{
  1540. width:525px
  1541. }
  1542.  
  1543. #mainSearchBox input[type="text"]{
  1544. border:1px solid #adc7e2;
  1545. height:16px;
  1546. margin-bottom:6px;
  1547. margin-right:9px;
  1548. padding-left:5px;
  1549. width:430px
  1550. }
  1551.  
  1552. #popularSearchBox #popularFetchesResults{
  1553. width:350px
  1554. }
  1555.  
  1556. .bodyHome .cleanList span{
  1557. display:inline;
  1558. padding:0 5px 0 0
  1559. }
  1560.  
  1561. #popularSearchBox #popularFetchesResults ul{
  1562. margin:0;
  1563. padding:0;
  1564. width:400px;
  1565. overflow:hidden
  1566. }
  1567.  
  1568. #popularSearchBox #popularFetchesResults ul li{
  1569. color:#f38c15;
  1570. padding:0 0 5px;
  1571. font-family:Verdana;
  1572. display:inline
  1573. }
  1574.  
  1575. #popularSearchBox .otherSearchesPane ul{
  1576. margin:0;
  1577. padding:0
  1578. }
  1579.  
  1580. #popularSearchBox .otherSearchesPane ul li{
  1581. color:#f38c15;
  1582. padding:0 0 10px
  1583. }
  1584.  
  1585. #popularSearchBox #popularFetchesResults ul li a,#popularSearchBox .otherSearchesPane ul li a{
  1586. color:#069;
  1587. font-size:.9em;
  1588. text-decoration:none
  1589. }
  1590.  
  1591. #popularSearchBox #popularFetchesResults h3{
  1592. display:none
  1593. }
  1594.  
  1595. #popularSearchBox h2{
  1596. color:#7a8c92;
  1597. font-size:1.3em;
  1598. font-weight:normal
  1599. }
  1600.  
  1601. html>body #popularSearchBox h2{
  1602. *padding-top:15px
  1603. }
  1604.  
  1605. #popularSearchBox{
  1606. overflow:hidden;
  1607. margin:0 auto;
  1608. width:719px
  1609. }
  1610.  
  1611. .featuredSearchesPane{
  1612. float:left;
  1613. padding:0 0 0 20px
  1614. }
  1615.  
  1616. .otherSearchesPane{
  1617. float:left;
  1618. padding:0
  1619. }
  1620.  
  1621. .bodyHome #footer{
  1622. border-top:1px solid #f0f0f0;
  1623. padding:0;
  1624. margin:20px 0 0
  1625. }
  1626.  
  1627. #webResults{
  1628. min-height:400px
  1629. }
  1630.  
  1631. #webResults,#newsResults,#videoResults{
  1632. padding-top:0
  1633. }
  1634.  
  1635. #newsResults,#videoResults{
  1636. min-height:600px
  1637. }
  1638.  
  1639. .webResult,.adResult,.newsResult{
  1640. line-height:15px
  1641. }
  1642.  
  1643. a.resultTitle{
  1644. font-size:1em;
  1645. color:#039
  1646. }
  1647.  
  1648. .resultDisplayUrlSponsoredBy{
  1649. font-size:12px;
  1650. color:#58a33f
  1651. }
  1652.  
  1653. .resultDescription{
  1654. font-size:12px
  1655. }
  1656.  
  1657. .displayUrlPane{
  1658. overflow:hidden
  1659. }
  1660.  
  1661. a.resultDisplayUrl{
  1662. color:#693;
  1663. font-size:.85em;
  1664. text-decoration:none;
  1665. display:block
  1666. }
  1667.  
  1668. .displayUrlPane a.resultDisplayUrl{
  1669. float:left;
  1670. margin:0 4px 0 0;
  1671. display:block
  1672. }
  1673.  
  1674. .siteMatchResult .resultDisplayUrl a{
  1675. text-decoration:none
  1676. }
  1677.  
  1678. .siteMatchAdSponsoredByText{
  1679. text-decoration:none
  1680. }
  1681.  
  1682. .resultSource,.resultDisplayDate{
  1683. font-size:.9em;
  1684. color:#58a33f;
  1685. display:inline
  1686. }
  1687.  
  1688. .resultAttribution{
  1689. color:#737373;
  1690. font-size:.8em;
  1691. vertical-align:top
  1692. }
  1693.  
  1694. #ifResults{
  1695. margin:0 5px;
  1696. width:100%
  1697. }
  1698.  
  1699. .ifResult h3{
  1700. color:#000;
  1701. font-family:Verdana;
  1702. font-size:.9em;
  1703. font-weight:normal;
  1704. margin:10px 0 5px 0
  1705. }
  1706.  
  1707. #ifSpellSuggest{
  1708. font-size:.85em;
  1709. font-family:Verdana;
  1710. color:#999;
  1711. float:left;
  1712. padding:2px 0 0 10px
  1713. }
  1714.  
  1715. #ifSpellSuggest a{
  1716. color:#00c
  1717. }
  1718.  
  1719. .siteMatchResult .resultDisplayUrl{
  1720. margin-top:5px;
  1721. text-decoration:none;
  1722. font-size:1.1em
  1723. }
  1724.  
  1725. .siteMatchResult a.resultTitle:link,.siteMatchResult a.resultTitle:visited,.siteMatchResult a.resultTitle:hover,.siteMatchResult a.resultTitle:active{
  1726. font-size:1em;
  1727. font-weight:bold
  1728. }
  1729.  
  1730. #navigationalMarketingMessage,#navigationalQueryCategory,#navigationalQueryOverrideLink{
  1731. font-family:Verdana;
  1732. font-size:1em
  1733. }
  1734.  
  1735. #navResultSearchTextBox{
  1736. border:1px solid #ccc;
  1737. float:left;
  1738. padding:5px 0 0
  1739. }
  1740.  
  1741. #navigationalMarketingSearchBox .searchButtonWrapper{
  1742. width:100px;
  1743. float:left
  1744. }
  1745.  
  1746. #navigationalMarketingMessageContainer{
  1747. overflow:hidden
  1748. }
  1749.  
  1750. #navigationalQueryOverrideLink a{
  1751. color:#00c
  1752. }
  1753.  
  1754. #resultsMainBar .fetcherContents{
  1755. margin:0;
  1756. max-width:585px;
  1757. padding:0
  1758. }
  1759.  
  1760. #resultsMainBar .fetcherContent{
  1761. margin:5px 0 0
  1762. }
  1763.  
  1764. .splitAdResultsPane{
  1765. margin:10px 0 7px;
  1766. padding:0 10px;
  1767. width:700px
  1768. }
  1769.  
  1770. .splitAdResultsPane h3{
  1771. font-weight:normal;
  1772. font-size:1em;
  1773. float:left;
  1774. color:#888;
  1775. display:block
  1776. }
  1777.  
  1778. .splitAdResultsPane{
  1779. margin:0 5px 0;
  1780. padding:0
  1781. }
  1782.  
  1783. #adResultsBottom .splitAdResultsPane{
  1784. padding:5px 0 0
  1785. }
  1786.  
  1787. #adResultsTop .catResultsTitle{
  1788. font-weight:normal;
  1789. margin:10px 5px 0;
  1790. font-size:1em;
  1791. color:#888;
  1792. display:block
  1793. }
  1794.  
  1795. #adResultsBottom .catResultsTitle{
  1796. display:none;
  1797. font-weight:normal;
  1798. margin:5px 0 0 0;
  1799. font-size:1em
  1800. }
  1801.  
  1802. .splitAdResults .adResult{
  1803. clear:left
  1804. }
  1805.  
  1806. .bodyImageResults #resultsMain{
  1807. min-height:768px;
  1808. padding:0 0 10px;
  1809. overflow:hidden;
  1810. max-width:850px;
  1811. min-width:600px
  1812. }
  1813.  
  1814. .imageResult{
  1815. width:210px;
  1816. height:250px;
  1817. margin-right:40px
  1818. }
  1819.  
  1820. .innerImageResult .resultDisplayUrl a{
  1821. color:#00c
  1822. }
  1823.  
  1824. .innerImageResult{
  1825. width:258px
  1826. }
  1827.  
  1828. .innerImageResult .resultTitle{
  1829. display:none
  1830. }
  1831.  
  1832. .resultTitle a{
  1833. margin-top:2px;
  1834. font-size:1em;
  1835. color:#00c
  1836. }
  1837.  
  1838. .videoResult .resultDescription{
  1839. font-size:.85em
  1840. }
  1841.  
  1842. .videoResult .resultTitle{
  1843. font-size:1em;
  1844. margin-top:0
  1845. }
  1846.  
  1847. .videoResult .resultDisplayDate{
  1848. color:#090;
  1849. font-size:.85em
  1850. }
  1851.  
  1852. #resultsSecondary{
  1853. float:right;
  1854. width:180px;
  1855. margin:0 0 0 20px
  1856. }
  1857.  
  1858. #adResultsSb .splitAdResultsPane h3{
  1859. float:left
  1860. }
  1861.  
  1862. #adResultsSb .splitAdResultsPane{
  1863. padding:5px 0 5px 5px;
  1864. margin:0 0 8px;
  1865. width:165px;
  1866. border-left:1px solid #e5edf6
  1867. }
  1868.  
  1869. #adResultsSb .catResultsTitle{
  1870. display:none
  1871. }
  1872.  
  1873. #aylfResults h3,#searchHistory h3{
  1874. font-size:.85em;
  1875. font-weight:bold;
  1876. background-color:#dcdcdc;
  1877. padding:2px 10px
  1878. }
  1879.  
  1880. #aylfResults{
  1881. border:1px solid #dcdcdc
  1882. }
  1883.  
  1884. .aylfResult{
  1885. padding:8px 10px 2px;
  1886. font-size:.85em
  1887. }
  1888.  
  1889. .aylfResult a{
  1890. color:#0035d1
  1891. }
  1892.  
  1893. #searchHistory{
  1894. border:1px solid #d5d5d5
  1895. }
  1896.  
  1897. ul.searchHistory{
  1898. padding:0;
  1899. margin:0
  1900. }
  1901.  
  1902. ul.searchHistory li{
  1903. padding:0 10px 10px;
  1904. font-size:.85em;
  1905. color:#0035d1
  1906. }
  1907.  
  1908. ul.searchHistory li a{
  1909. color:#0035d1
  1910. }
  1911.  
  1912. #searchHistoryBottom{
  1913. font-size:.85em;
  1914. font-weight:bold;
  1915. padding:3px 10px;
  1916. background-color:#dcdcdc;
  1917. color:#0035d1
  1918. }
  1919.  
  1920. #searchHistoryBottom a{
  1921. color:#0035d1
  1922. }
  1923.  
  1924. #searchHistoryCleared{
  1925. font-size:.8em;
  1926. padding:0 10px 10px 10px
  1927. }
  1928.  
  1929. #resultsPaginationTop,#resultsPaginationBottom{
  1930. padding:10px 0 5px;
  1931. text-align:right;
  1932. font-size:.85em;
  1933. color:#4276aa
  1934. }
  1935.  
  1936. #resultsPaginationTop{
  1937. border-bottom:1px solid #ccc;
  1938. padding:0 0 5px
  1939. }
  1940.  
  1941. .paginationSelectedPage{
  1942. color:#000
  1943. }
  1944.  
  1945. .paginationUnselectedPage{
  1946. padding:0
  1947. }
  1948.  
  1949. .paginationSelectedPage a,.paginationUnselectedPage a{
  1950. padding:0 2px;
  1951. text-decoration:none;
  1952. color:#4276aa
  1953. }
  1954.  
  1955. span.paginationPrev a,span.paginationNext a{
  1956. text-decoration:underline;
  1957. color:#4276aa
  1958. }
  1959.  
  1960. .advancedSearchPane{
  1961. font-family:Verdana
  1962. }
  1963.  
  1964. .keywordInput input[type="text"]{
  1965. border:1px solid #f38c15
  1966. }
  1967.  
  1968. .domainFilter label{
  1969. margin:10px 10px 10px 0
  1970. }
  1971.  
  1972. .domainFilterInput input[type="text"]{
  1973. margin:0!important
  1974. }
  1975.  
  1976. .categoryFilters select{
  1977. line-height:normal!important;
  1978. white-space:nowrap!important;
  1979. word-wrap:normal!important
  1980. }
  1981.  
  1982. .advancedSearchButtonContainer{
  1983. float:right
  1984. }
  1985.  
  1986. .advancedSearchButton{
  1987. margin:9px 160px 0 0
  1988. }
  1989.  
  1990. #searchHomeLink{
  1991. background-color:#88a3a9;
  1992. margin:22px 0 0;
  1993. padding:5px 10px 8px 5px;
  1994. text-align:right
  1995. }
  1996.  
  1997. .bodyPreferences #searchHomeLink{
  1998. display:none
  1999. }
  2000.  
  2001. .bodyPreferences #main{
  2002. margin-top:15px
  2003. }
  2004.  
  2005. .bodyPreferences h5{
  2006. margin:0 0 10px;
  2007. font-size:13px
  2008. }
  2009.  
  2010. .bodyPreferences .searchResultsNavBar{
  2011. float:left;
  2012. width:110px;
  2013. margin:0;
  2014. padding-left:15px;
  2015. border-top:2px white solid
  2016. }
  2017.  
  2018. #searchHomeLink a{
  2019. font-size:1em;
  2020. color:#fff
  2021. }
  2022.  
  2023. #prefContents{
  2024. border-top:2px solid #ebebeb
  2025. }
  2026.  
  2027. #preferencesPane{
  2028. font-family:Arial;
  2029. float:left;
  2030. width:610px;
  2031. color:#333
  2032. }
  2033.  
  2034. #preferencesPane{
  2035. margin:0
  2036. }
  2037.  
  2038. #welcomeMessage h2{
  2039. font-size:18px;
  2040. margin:10px 0 20px;
  2041. font-weight:bold
  2042. }
  2043.  
  2044. #welcomeMessage p{
  2045. font-size:13px;
  2046. margin:0
  2047. }
  2048.  
  2049. span.highlight{
  2050. font-weight:bold
  2051. }
  2052.  
  2053. span.highlightP{
  2054. font-weight:bold
  2055. }
  2056.  
  2057. .preferencesInput{
  2058. margin:21px 0 0
  2059. }
  2060.  
  2061. .preferencesInputWrapper{
  2062. border-top:2px solid #ebebeb;
  2063. padding:10px 0 20px 0;
  2064. overflow:hidden
  2065. }
  2066.  
  2067. .prefHeading{
  2068. font-weight:normal
  2069. }
  2070.  
  2071. .prefTitle{
  2072. float:left;
  2073. padding:0 20px 0 0;
  2074. width:150px
  2075. }
  2076.  
  2077. .prefTitle h3{
  2078. padding:0;
  2079. margin:0 0 20px;
  2080. text-transform:uppercase
  2081. }
  2082.  
  2083. .preferencesInputWrapper h5{
  2084. margin:0 0 30px;
  2085. font-size:13px
  2086. }
  2087.  
  2088. .prefRadio{
  2089. margin:0 0 20px 0;
  2090. overflow:hidden
  2091. }
  2092.  
  2093. .prefWrapper{
  2094. float:left;
  2095. width:600px
  2096. }
  2097.  
  2098. .prefRadio p{
  2099. margin:0;
  2100. padding-left:22px;
  2101. font-size:13px
  2102. }
  2103.  
  2104. .prefRadio input[type="radio"]{
  2105. float:left;
  2106. margin-right:30px;
  2107. height:15px
  2108. }
  2109.  
  2110. .preferencesInputWrapper p.warning{
  2111. padding:15px 0 0 55px;
  2112. font-size:.85em;
  2113. color:#666
  2114. }
  2115.  
  2116. .preferencesButtons{
  2117. margin:10px 0 0 225px
  2118. }
  2119.  
  2120. .bodyAddSearchToSite #supportPagePane,.bodyAboutUsAddSearchToSiteTos #supportPagePane{
  2121. margin:47px 0 0 125px;
  2122. max-width:980px;
  2123. font-family:Verdana
  2124. }
  2125.  
  2126. .bodyAddSearchToSite #supportPagePane h2{
  2127. font-size:1.2em;
  2128. margin:20px 0 10px
  2129. }
  2130.  
  2131. .bodyAddSearchToSite #supportPagePane h3{
  2132. font-size:1.1em;
  2133. margin:20px 0 10px;
  2134. font-weight:normal
  2135. }
  2136.  
  2137. .bodyAddSearchToSite #supportPagePane p a{
  2138. font-weight:normal
  2139. }
  2140.  
  2141. .bodyAddSearchToSite #supportPagePane input[type="text"]{
  2142. border:1px solid #ccc;
  2143. height:20px;
  2144. margin:5px 0;
  2145. margin-right:8px;
  2146. padding-left:2px;
  2147. width:126px
  2148. }
  2149.  
  2150. .bodyAddSearchToSite #supportPagePane #addToSidebar input[type="submit"]{
  2151. margin:5px 30px
  2152. }
  2153.  
  2154. #addToBanner .addToSearchBox{
  2155. padding:10px;
  2156. width:500px;
  2157. margin:0 auto;
  2158. overflow:hidden;
  2159. font-weight:bold
  2160. }
  2161.  
  2162. .supportHighlight{
  2163. font-weight:bold
  2164. }
  2165.  
  2166. .supportText{
  2167. margin:20px 0;
  2168. font-size:.9em
  2169. }
  2170.  
  2171. .addToSearchBox table{
  2172. margin:0 auto;
  2173. width:468px
  2174. }
  2175.  
  2176. #addToLink .addToSearchBox table{
  2177. margin:0 auto;
  2178. width:250px
  2179. }
  2180.  
  2181. .bodyAddSearchToSite .addToTextArea{
  2182. margin:0 auto;
  2183. width:468px
  2184. }
  2185.  
  2186. .bodyAddSearchToSite .addToTextArea textarea{
  2187. width:468px;
  2188. height:200px
  2189. }
  2190.  
  2191. .bodyAboutUs #supportPagePane{
  2192. margin:47px 0 0 125px;
  2193. max-width:900px;
  2194. font-family:Verdana
  2195. }
  2196.  
  2197. .bodyAboutUs #supportPagePane h3{
  2198. font-size:1em;
  2199. margin:20px 0 10px
  2200. }
  2201.  
  2202. .bodyAboutUs #supportPagePane h2{
  2203. font-size:1.2em
  2204. }
  2205.  
  2206. #supportPagePane a{
  2207. color:#00c
  2208. }
  2209.  
  2210. .bodyAboutUs #supportPagePane p.supportText{
  2211. padding:0 0 20px 0;
  2212. margin:0
  2213. }
  2214.  
  2215. div.hrSupport{
  2216. border-bottom:2px solid #ebebeb;
  2217. height:1px;
  2218. margin:5px 0 10px
  2219. }
  2220.  
  2221. div.hrSupport hr{
  2222. display:none
  2223. }
  2224.  
  2225. .bodyContactUs #supportPagePane{
  2226. width:390px;
  2227. margin:0 0 0 200px
  2228. }
  2229.  
  2230. .bodyContactUs #supportPagePane p{
  2231. font-size:.85em;
  2232. padding:0 0 10px 0
  2233. }
  2234.  
  2235. #contactUsForm{
  2236. margin:0;
  2237. width:300px
  2238. }
  2239.  
  2240. #contactUsForm label{
  2241. font-size:.9em
  2242. }
  2243.  
  2244. #contactUsForm textarea{
  2245. height:100px;
  2246. width:290px
  2247. }
  2248.  
  2249. #contactUsForm input[type="text"]{
  2250. height:20px;
  2251. width:290px;
  2252. border:1px solid #ccc
  2253. }
  2254.  
  2255. #contactUsForm input[type="submit"]{
  2256. padding:0 5px
  2257. }
  2258.  
  2259. .bodyPrivacyPolicy #supportPagePane,.bodyTermsOfUse #supportPagePane{
  2260. max-width:900px;
  2261. margin:0 0 0 200px
  2262. }
  2263.  
  2264. .bodyPrivacyPolicy #supportPagePane h2,.bodyTermsOfUse #supportPagePane h2{
  2265. font-size:1.2em
  2266. }
  2267.  
  2268. .bodyPrivacyPolicy #supportPagePane h3,.bodyTermsOfUse #supportPagePane h3{
  2269. font-size:1em
  2270. }
  2271.  
  2272. .bodySiteMap #supportPagePane{
  2273. max-width:950px;
  2274. margin:0 0 0 200px;
  2275. overflow:hidden
  2276. }
  2277.  
  2278. .bodySiteMap #supportPagePane h2{
  2279. font-size:1.2em
  2280. }
  2281.  
  2282. .bodySiteMap #supportPagePane h3{
  2283. font-size:1em;
  2284. padding:0 5px
  2285. }
  2286.  
  2287. .bodySiteMap #supportPagePane .supportSections{
  2288. float:left;
  2289. width:300px;
  2290. margin:0 5px
  2291. }
  2292.  
  2293. .bodySiteMap #supportPagePane ul{
  2294. margin:0;
  2295. padding:0 20px
  2296. }
  2297.  
  2298. .bodySiteMap #supportPagePane ul li{
  2299. font-size:.77em;
  2300. color:#00c;
  2301. padding:5px 0
  2302. }
  2303.  
  2304. .bodyFaq #supportPagePane{
  2305. max-width:1020px;
  2306. margin:0 0 0 100px;
  2307. overflow:hidden
  2308. }
  2309.  
  2310. .bodyFaq #supportPagePane h2{
  2311. font-size:1.2em
  2312. }
  2313.  
  2314. .bodyFaq #supportPagePane h4{
  2315. font-size:1em;
  2316. padding:0 5px;
  2317. margin:15px 0 0
  2318. }
  2319.  
  2320. .bodyFaq #supportPagePane p{
  2321. overflow:hidden
  2322. }
  2323.  
  2324. span.answerTitle{
  2325. font-weight:bold;
  2326. padding:0 4px 0 0
  2327. }
  2328.  
  2329. span.disclaimer{
  2330. font-size:.8em
  2331. }
  2332.  
  2333. #emptyQueryWarning{
  2334. font-family:Verdana
  2335. }
  2336.  
  2337. .bodyPopular #supportPagePane{
  2338. max-width:950px;
  2339. margin:0 0 0 200px;
  2340. overflow:hidden
  2341. }
  2342.  
  2343. .bodyPopular #supportPagePane h2{
  2344. font-size:1.2em
  2345. }
  2346.  
  2347. .bodyPopular #supportPagePane p{
  2348. font-size:.85em
  2349. }
  2350.  
  2351. .bodyPopular #supportPagePane ul{
  2352. margin:0;
  2353. padding:0
  2354. }
  2355.  
  2356. .bodyPopular #supportPagePane ul li{
  2357. margin:0;
  2358. padding:0 10px 0 0;
  2359. line-height:15px;
  2360. list-style:none;
  2361. font-size:.85em
  2362. }
  2363.  
  2364. .licol{
  2365. float:left;
  2366. width:200px
  2367. }
  2368.  
  2369. .bodyPopular #supportPagePane ul li.popularTitle{
  2370. font-size:1.1em;
  2371. margin:20px 0 0
  2372. }
  2373.  
  2374. .bodySearchCategories #supportPagePane{
  2375. max-width:950px;
  2376. margin:0 0 0 200px;
  2377. overflow:hidden
  2378. }
  2379.  
  2380. .bodySearchCategories #supportPagePane h2{
  2381. font-size:1.2em
  2382. }
  2383.  
  2384. #noResultsWarning #popularFetchesResults h3{
  2385. display:none
  2386. }
  2387.  
  2388. #noResultsWarning{
  2389. margin:13px 0 0 98px;
  2390. font-family:Verdana
  2391. }
  2392.  
  2393. #noResultsWarning h3{
  2394. margin:10px 0 14px 0;
  2395. font-weight:bold;
  2396. font-size:1.1em
  2397. }
  2398.  
  2399. #noResultsWarning p{
  2400. margin:0
  2401. }
  2402.  
  2403. #popularFetchesResults{
  2404. width:600px;
  2405. overflow:hidden
  2406. }
  2407.  
  2408. #popularFetchesResults ul.popularFetches{
  2409. -moz-padding-start:0
  2410. }
  2411.  
  2412. #popularFetchesResults ul.popularFetches li{
  2413. float:left;
  2414. width:180px
  2415. }
  2416.  
  2417. #popularFetchesResults ul.popularFetches li a{
  2418. font-size:1.1em;
  2419. color:#00e;
  2420. font-family:Verdana
  2421. }
  2422.  
  2423. #popularFetchesResults ul.popularFetches li a:active{
  2424. font-size:1.1em;
  2425. color:#e00;
  2426. font-family:Verdana
  2427. }
  2428.  
  2429. .bodyNotFound #main h3{
  2430. font-family:Verdana
  2431. }
  2432.  
  2433. #overlay{
  2434. position:absolute;
  2435. left:0;
  2436. top:0;
  2437. display:none;
  2438. text-align:center
  2439. }
  2440.  
  2441. #supportPagePane #contactus>p>em{
  2442. font-weight:bold;
  2443. font-style:normal
  2444. }
  2445.  
  2446. .sellerRatingFull,.sellerRatingHalf,.sellerRatingNone{
  2447. background-image:url('../img/sellerratingstars.gif')
  2448. }
  2449.  
  2450. #overlayContent{
  2451. background-image:url('../img/overlaybg.png')
  2452. }
  2453.  
  2454. #engineAttributionBar{
  2455. background:url('../img/engineattribution_bg.gif');
  2456. background-color:#dcdcdc;
  2457. height:27px;
  2458. overflow:hidden
  2459. }
  2460.  
  2461. #engineAttributions{
  2462. height:27px;
  2463. width:340px;
  2464. background:url('../img/Partner.gif') no-repeat
  2465. }
  2466.  
  2467. #mainSearchBox .searchBoxCategories{
  2468. background:url('../img/main_search_tab_bg.gif') no-repeat;
  2469. height:20px;
  2470. width:713px;
  2471. padding:8px 0 0
  2472. }
  2473.  
  2474. #mainSearchBox .searchBoxPaneLeft{
  2475. background:url('../img/main_search_bg_top_left.gif') no-repeat scroll left 0 transparent;
  2476. height:100px;
  2477. width:14px;
  2478. float:left
  2479. }
  2480.  
  2481. #mainSearchBox .searchBoxPanelRight{
  2482. background:url('../img/main_search_bg_top_right.gif') no-repeat scroll right 0 transparent;
  2483. height:100px;
  2484. width:14px;
  2485. float:right
  2486. }
  2487.  
  2488. #popularSearchBox .popularSearchBoxLeft{
  2489. background:url('../img/main_popular_bg_left.gif') no-repeat scroll right 0 transparent;
  2490. height:151px;
  2491. width:14px;
  2492. float:left
  2493. }
  2494.  
  2495. #popularSearchBox .popularSearchBoxRight{
  2496. background:url('../img/main_popular_bg_right.gif') no-repeat scroll right 0 transparent;
  2497. height:151px;
  2498. width:14px;
  2499. float:right
  2500. }
  2501.  
  2502. #popularSearchBox .popularSearchBoxPane{
  2503. background:url('../img/main_popular_bg.gif') scroll right 0 transparent;
  2504. height:151px;
  2505. float:left;
  2506. overflow:hidden;
  2507. width:691px
  2508. }
  2509.  
  2510. .showSpinner{
  2511. background-image:url(../img/spinner2.gif);
  2512. background-position:center top;
  2513. background-repeat:no-repeat;
  2514. min-height:80px
  2515. }
  2516.  
  2517. .hunter b,.hunter strong{
  2518. font-weight:bold
  2519. }
  2520.  
  2521. .hunter #serpLogoWrapper{
  2522. float:left;
  2523. padding:10px 18px 0 0
  2524. }
  2525.  
  2526. .hunter #header #topSerpBanner{
  2527. overflow:hidden;
  2528. margin-bottom:0;
  2529. margin:5px 0 0 20px;
  2530. min-width:1100px
  2531. }
  2532.  
  2533. .hunter #topSearchBox{
  2534. float:left;
  2535. padding:5px 0 0
  2536. }
  2537.  
  2538. .hunter #topSearchBox .searchBoxPane{
  2539. margin:5px 0 0 1px
  2540. }
  2541.  
  2542. .hunter .searchBoxInput{
  2543. padding:2px 5px 0 0;
  2544. float:left;
  2545. margin-top:15px;
  2546. width:auto
  2547. }
  2548.  
  2549. .hunter input[type="text"]{
  2550. width:477px;
  2551. height:auto
  2552. }
  2553.  
  2554. .hunter #main{
  2555. padding:0 9px
  2556. }
  2557.  
  2558. .hunter .searchResult{
  2559. overflow:hidden
  2560. }
  2561.  
  2562. .hunter .bullet{
  2563. display:none
  2564. }
  2565.  
  2566. .hunter #adResultsSb .splitAdResultsPane .bullet{
  2567. display:none
  2568. }
  2569.  
  2570. .hunter #adResultsSb .splitAdResultsPane .resultsPane{
  2571. float:none;
  2572. width:auto
  2573. }
  2574.  
  2575. .hunter #topResultsBar,.hunter #resultsPaginationTop,.hunter .resultAttribution{
  2576. display:none
  2577. }
  2578.  
  2579. .hunter .paginationRange{
  2580. font-size:.85em
  2581. }
  2582.  
  2583. .hunter #topResultsBarAdultFilter{
  2584. font-size:1em;
  2585. float:none
  2586. }
  2587.  
  2588. .hunter .siteMatchAdSponsoredByText{
  2589. color:#58a33f;
  2590. font-size:11px;
  2591. padding:0 2px 0 0
  2592. }
  2593.  
  2594. .hunter .siteMatchResult .siteMatchAdSponsoredByText{
  2595. font-size:1.0em;
  2596. margin-top:5px;
  2597. text-decoration:none
  2598. }
  2599.  
  2600. .hunter #resultsPaginationTop,.hunter #resultsPaginationBottom{
  2601. text-align:left
  2602. }
  2603.  
  2604. .hunter #adResultsTop .splitAdResultsPane{
  2605. padding:0;
  2606. margin-bottom:0
  2607. }
  2608.  
  2609. .hunter .splitAdResultsPane h3{
  2610. font-weight:normal;
  2611. margin:5px 0 0 0;
  2612. font-size:1em;
  2613. float:left;
  2614. color:#888;
  2615. display:none
  2616. }
  2617.  
  2618. .hunter #adResultsBottom .splitAdResultsPane{
  2619. padding:0
  2620. }
  2621.  
  2622. .hunter #adResultsTop .catResultsTitle{
  2623. font-weight:normal;
  2624. margin:10px 5px 0;
  2625. font-size:1em;
  2626. color:#888;
  2627. display:none
  2628. }
  2629.  
  2630. .hunter #extendedLinksArea{
  2631. padding:0;
  2632. float:left;
  2633. margin:20px 0 0 25px
  2634. }
  2635.  
  2636. .hunter #resultsSecondary{
  2637. margin:0 0 10px 5px;
  2638. width:18%
  2639. }
  2640.  
  2641. .hunter #resultsMainBar{
  2642. width:auto
  2643. }
  2644.  
  2645. .hunter #resultsMain{
  2646. padding:0;
  2647. padding-left:20px
  2648. }
  2649.  
  2650. .hunter #resultsPane{
  2651. margin:0
  2652. }
  2653.  
  2654. .hunter .resultsPane{
  2655. max-width:651px;
  2656. width:auto
  2657. }
  2658.  
  2659. .hunter #aylfResults{
  2660. margin-bottom:2.4em
  2661. }
  2662.  
  2663. .hunter a.resultTitle{
  2664. font-size:14px
  2665. }
  2666.  
  2667. .hunter .webResult,.hunter .adResult,.hunter .newsResult{
  2668. padding:4px 0
  2669. }
  2670.  
  2671. .hunter .innerImageResult{
  2672. bottom:0;
  2673. position:inherit;
  2674. vertical-align:top;
  2675. width:258px;
  2676. word-wrap:break-word
  2677. }
  2678.  
  2679. .hunter .imageResult{
  2680. height:230px
  2681. }
  2682.  
  2683. .hunter .innerImageResult .resultThumbnail{
  2684. margin:0 0 8px 0;
  2685. max-width:175px
  2686. }
  2687.  
  2688. .hunter .videoResult{
  2689. margin:0 0 25px
  2690. }
  2691.  
  2692. .hunter .videoResult .resultTitle a{
  2693. font-size:14px
  2694. }
  2695.  
  2696. .hunter .videoResult .resultDescription{
  2697. font-size:11px
  2698. }
  2699.  
  2700. .hunter .videoResult .resultDisplayDate{
  2701. color:#717171;
  2702. font-size:10px;
  2703. font-weight:bold
  2704. }
  2705.  
  2706. .hunter .newsResult .resultSource,.hunter .resultDisplayDate{
  2707. color:#58a33f;
  2708. display:inline;
  2709. font-size:12px
  2710. }
  2711.  
  2712. .hunter #resultsSortType{
  2713. padding:3px 0 2px 3px;
  2714. background-color:#edeadb;
  2715. font-size:11px;
  2716. overflow:hidden;
  2717. margin:0 0 6px 0
  2718. }
  2719.  
  2720. .hunter .sortByTitle{
  2721. padding:0 5px 0 128px;
  2722. vertical-align:top;
  2723. float:left
  2724. }
  2725.  
  2726. .hunter .sortByPane{
  2727. vertical-align:top;
  2728. float:left
  2729. }
  2730.  
  2731. .hunter #resultsSortType label{
  2732. vertical-align:top
  2733. }
  2734.  
  2735. .hunter #resultsSortType input[type="radio"]{
  2736. margin:0
  2737. }
  2738.  
  2739. body.hunter,.hunter textarea,.hunter input{
  2740. font-family:"Helvetica Neue",Arial,sans-serif;
  2741. font-size:13px
  2742. }
  2743.  
  2744. .mainSearchBoxInputPane{
  2745. overflow:hidden;
  2746. float:left
  2747. }
  2748.  
  2749. .hunter .searchBoxInputLogo{
  2750. margin:25px 10px 0 0;
  2751. float:left
  2752. }
  2753.  
  2754. .hunter #footer{
  2755. border:0
  2756. }
  2757.  
  2758. .hunter #mainSearchBox input[type="text"]{
  2759. border:1px solid #d3d3d3;
  2760. height:auto;
  2761. margin-bottom:6px;
  2762. margin-right:9px;
  2763. padding-left:5px;
  2764. width:609px
  2765. }
  2766.  
  2767. .hunter #mainSerpBanner{
  2768. margin:115px auto 0;
  2769. width:950px
  2770. }
  2771.  
  2772. .hunter #mainSearchBox .searchBoxPane{
  2773. overflow:hidden
  2774. }
  2775.  
  2776. .hunter #mainSearchBox{
  2777. float:left;
  2778. margin:10px 10px 0 0;
  2779. width:auto
  2780. }
  2781.  
  2782. .hunter #mainSearchBox .searchBoxInput{
  2783. width:auto;
  2784. margin-top:0
  2785. }
  2786.  
  2787. .hunter #mainSearchBox .searchBoxInputPane{
  2788. clear:none;
  2789. float:none;
  2790. padding:0;
  2791. width:auto
  2792. }
  2793.  
  2794. .hunter #mainSearchBox .searchBoxCategories ul{
  2795. margin:0 0 0 8px;
  2796. overflow:hidden;
  2797. padding:0
  2798. }
  2799.  
  2800. .hunter #mainSearchBox .searchBoxCategories li{
  2801. margin:0;
  2802. text-transform:lowercase
  2803. }
  2804.  
  2805. .hunter #mainSearchBox .searchBoxCategories .categoryWeb{
  2806. width:40px
  2807. }
  2808.  
  2809. .hunter #mainSearchBox .searchBoxCategories .categoryImages{
  2810. width:60px
  2811. }
  2812.  
  2813. .hunter #mainSearchBox .searchBoxCategories .categoryVideo{
  2814. width:45px
  2815. }
  2816.  
  2817. .hunter #mainSearchBox .searchBoxCategories .categoryNews{
  2818. width:45px
  2819. }
  2820.  
  2821. .hunter #mainSearchBox .searchBoxCategories li a{
  2822. font-size:1.4em
  2823. }
  2824.  
  2825. .hunter #topSearchTextBox{
  2826. border:1px solid #d3d3d3;
  2827. color:#333;
  2828. font-size:16px;
  2829. margin-right:6px;
  2830. margin-top:7px;
  2831. outline:medium none;
  2832. padding:6px 16px;
  2833. width:593px
  2834. }
  2835.  
  2836. .hunter #homePane{
  2837. padding:40px 0 0
  2838. }
  2839.  
  2840. .hunter .featuredSearchesPane{
  2841. float:left;
  2842. padding:0
  2843. }
  2844.  
  2845. .hunter #popularSearchBox{
  2846. width:730px
  2847. }
  2848.  
  2849. .hunter #popularSearchBox .popularSearchBoxPane{
  2850. background:#FFF;
  2851. height:151px;
  2852. float:left;
  2853. overflow:hidden;
  2854. width:718px;
  2855. margin-left:0
  2856. }
  2857.  
  2858. .hunter #popularSearchBox .popularSearchBoxLeft,.hunter #popularSearchBox .popularSearchBoxRight{
  2859. display:none
  2860. }
  2861.  
  2862. .hunter #popularSearchBox .featuredSearchesPane h2,.hunter #popularSearchBox .otherSearchesPane h2{
  2863. margin-bottom:20px
  2864. }
  2865.  
  2866. .bodyHome.hunter .suggest_link,.bodyHome.hunter .suggest_link_over{
  2867. padding:2px 6px
  2868. }
  2869.  
  2870. .bodyHome.hunter .inlineList{
  2871. overflow:hidden;
  2872. width:auto
  2873. }
  2874.  
  2875. .bodyHome.hunter #extendedLinksArea{
  2876. margin:10px 0 0 5px
  2877. }
  2878.  
  2879. .hunter #paginationRange{
  2880. width:910px;
  2881. border-bottom:0;
  2882. border-top:0 solid #ebebeb;
  2883. margin:0;
  2884. padding:0
  2885. }
  2886.  
  2887. .hunter #topSerpBanner .searchBoxInputLogo{
  2888. margin:0
  2889. }
  2890.  
  2891. .hunter #serpTopHeader{
  2892. display:none;
  2893. background:-moz-linear-gradient(center top,#abb2b5,#9ea7aa) repeat scroll 0 0 transparent;
  2894. color:#fff;
  2895. height:30px;
  2896. width:100%;
  2897. overflow:hidden;
  2898. padding:0 0 0 12px
  2899. }
  2900.  
  2901. .hunter #searchResultsNavBar{
  2902. float:left;
  2903. width:90px
  2904. }
  2905.  
  2906. .hunter #mainSearchBox .searchBoxCategories{
  2907. background-image:none;
  2908. height:auto
  2909. }
  2910.  
  2911. .hunter .searchBoxCategories .separator{
  2912. margin:0;
  2913. padding:0;
  2914. display:none
  2915. }
  2916.  
  2917. .hunter .inlineList{
  2918. overflow:hidden;
  2919. width:50px
  2920. }
  2921.  
  2922. .hunter #popularSearchBox .otherSearchesPane ul li{
  2923. font-family:Verdana
  2924. }
  2925.  
  2926. .hunter .searchBoxCategories .categoryLinkActive{
  2927. color:#e78717
  2928. }
  2929.  
  2930. .hunter .searchBoxCategories{
  2931. padding:8px 0 0 5px;
  2932. margin:0
  2933. }
  2934.  
  2935. .hunter .searchBoxCategories li{
  2936. margin:5px 0 20px;
  2937. text-transform:lowercase
  2938. }
  2939.  
  2940. .hunter .searchBoxCategories li a{
  2941. color:#000;
  2942. font-size:14px;
  2943. text-decoration:none;
  2944. padding:0
  2945. }
  2946.  
  2947. .hunter #mainSearchBox .searchBoxCategories ul li.categoryWeb a,.hunter #mainSearchBox .searchBoxCategories ul li.categoryImages a,.hunter #mainSearchBox .searchBoxCategories ul li.categoryVideo a,.hunter #mainSearchBox .searchBoxCategories ul li.categoryNews a{
  2948. padding:0
  2949. }
  2950.  
  2951. .hunter .searchBoxButtonWrapper{
  2952. float:left
  2953. }
  2954.  
  2955. .hunter .searchBoxInputPane{
  2956. width:auto
  2957. }
  2958.  
  2959. .hunter #topSearchSubmit{
  2960. margin-top:7px
  2961. }
  2962.  
  2963. .hunter .localData,.hunter .sellerRating{
  2964. color:#232323;
  2965. margin:0
  2966. }
  2967.  
  2968. .hunter .resultReviewCount a{
  2969. color:#0035d1
  2970. }
  2971.  
  2972. .hunter .suggest_link,.hunter .suggest_link_over{
  2973. padding:2px 18px
  2974. }
  2975.  
  2976. .hunter #topResultsBarAdultFilter.noWebTopAdultFilter{
  2977. margin-bottom:0
  2978. }
  2979.  
  2980. .hunter.bodyHome #topResultsBarAdultFilter{
  2981. display:none
  2982. }
  2983.  
  2984. .hunter #engineAttributionBar{
  2985. float:left;
  2986. background-image:none;
  2987. background-color:#FFF;
  2988. font-size:.9em;
  2989. margin:0 0 0 8px
  2990. }
  2991.  
  2992. .hunter #engineAttributionBarWrapper{
  2993. overflow:hidden
  2994. }
  2995.  
  2996. .hunter #engineAttributionBar #engineTitle{
  2997. width:auto;
  2998. margin-top:6px
  2999. }
  3000.  
  3001. .hunter #engineAttributionBar #engines{
  3002. overflow:hidden;
  3003. float:none;
  3004. display:inline
  3005. }
  3006.  
  3007. .hunter.bodyWebResults .resultsMainPane{
  3008. float:left;
  3009. min-width:642px;
  3010. overflow:hidden;
  3011. width:66%
  3012. }
  3013.  
  3014. .hunter.bodyWebResults #resultsMainBar{
  3015. border-top:2px solid #ebebeb;
  3016. overflow:hidden
  3017. }
  3018.  
  3019. .hunter #resultsMainBarColumn{
  3020. margin:0 20px;
  3021. max-width:1244px;
  3022. min-width:961px;
  3023. overflow:hidden;
  3024. padding:0
  3025. }
  3026.  
  3027. .hunter.bodyWebResults #resultsSecondary{
  3028. border-top:2px solid #ebebeb;
  3029. float:none;
  3030. margin:0;
  3031. overflow:hidden;
  3032. padding:8px 0 0 20px;
  3033. width:300px
  3034. }
  3035.  
  3036. .hunter.bodyWebResults .paginationRangePane{
  3037. width:855px
  3038. }
  3039.  
  3040. .hunter .webResult,.hunter .newsResult{
  3041. padding:8px 0
  3042. }
  3043.  
  3044. .hunter .resultTitle,.hunter a.resultTitle{
  3045. font-size:16px!important;
  3046. line-height:18px;
  3047. color:#3300b5
  3048. }
  3049.  
  3050. .hunter .resultDescription{
  3051. color:#232323!important;
  3052. font-size:13px;
  3053. line-height:16px;
  3054. display:block
  3055. }
  3056.  
  3057. .hunter .resultDescription a{
  3058. text-decoration:none;
  3059. color:#232323
  3060. }
  3061.  
  3062. .hunter .resultDisplayUrl{
  3063. display:block
  3064. }
  3065.  
  3066. .hunter .resultDisplayUrl a{
  3067. text-decoration:none
  3068. }
  3069.  
  3070. .hunter.bodyNewsResults #resultsSecondary{
  3071. margin:0 0 10px 5px;
  3072. width:32%
  3073. }
  3074.  
  3075. .hunter.bodyNewsResults #paginationRange{
  3076. margin:0 0 5px 120px;
  3077. padding:0 14px 0 11px
  3078. }
  3079.  
  3080. .hunter #paginationRange.noAdultFilter{
  3081. margin-top:0;
  3082. padding-top:0
  3083. }
  3084.  
  3085. .hunter #deepLinksColumns div a.resultTitle:link,.hunter #deepLinksColumns div a.resultTitle:visited,.hunter #deepLinksColumns div a.resultTitle:hover,.hunter #deepLinksColumns div a.resultTitle:active{
  3086. font-size:13px!important
  3087. }
  3088.  
  3089. .hunter #deepLinksColumns div a.resultTitle:hover{
  3090. text-decoration:underline
  3091. }
  3092.  
  3093. .hunter #resultsSideBarColumn{
  3094. left:-410px
  3095. }
  3096.  
  3097. .hunter #resultsContentPosition{
  3098. left:410px
  3099. }
  3100.  
  3101. .hunter .siteMatchResult a.resultTitle{
  3102. font-size:14px!important
  3103. }
  3104.  
  3105. .hunter .siteMatchResult .resultDisplayUrl{
  3106. margin-bottom:10px
  3107. }
  3108.  
  3109. .hunter .siteMatchResult #deeplinksColumn1{
  3110. margin:0 20px 0 0;
  3111. padding:0 0 0 20px
  3112. }
  3113.  
  3114. .hunter #deeplinksColumn{
  3115. margin:0;
  3116. padding:0
  3117. }
  3118.  
  3119. .hunter #deeplinksColumn1{
  3120. margin:0 20px 0 0;
  3121. padding:0 0 0 40px
  3122. }
  3123.  
  3124. .hunter #deeplinksColumn2{
  3125. margin:0;
  3126. padding:0
  3127. }
  3128.  
  3129. .hunter.bodyImageResults #resultsMainBarColumn{
  3130. max-width:1025px
  3131. }
  3132.  
  3133. .hunter.bodyImageResults #resultsMain{
  3134. min-width:800px
  3135. }
  3136.  
  3137. .hunter.bodyImageResults .searchBoxCategories{
  3138. padding:0 0 0 5px
  3139. }
  3140.  
  3141. .hunter.bodyImageResults #paginationRange,.hunter.bodyVideoResults #paginationRange{
  3142. margin:0 0 20px 120px;
  3143. padding:0 14px 0 11px
  3144. }
  3145.  
  3146. .hunter.bodyVideoResults #resultsSecondary{
  3147. margin:0 175px 10px 5px
  3148. }
  3149.  
  3150. .hunter .splitAdResultsPane{
  3151. background-color:#fdfeee;
  3152. padding:0;
  3153. margin:0;
  3154. margin-bottom:10px;
  3155. width:auto
  3156. }
  3157.  
  3158. .hunter .splitAdResultsPaneHeading{
  3159. color:#888;
  3160. position:absolute;
  3161. font-size:10px;
  3162. padding-top:10px;
  3163. right:20px;
  3164. z-index:1
  3165. }
  3166.  
  3167. .hunter #resultsAdsTop,.hunter #resultsAdsBottom{
  3168. clear:left;
  3169. position:relative;
  3170. padding-left:15px;
  3171. background:#fdfeee
  3172. }
  3173.  
  3174. .hunter .adResult{
  3175. padding:4px;
  3176. margin:0
  3177. }
  3178.  
  3179. .hunter #resultsMain .adResult{
  3180. padding:8px 0
  3181. }
  3182.  
  3183. .hunter #resultsMain .adResult a{
  3184. padding:0
  3185. }
  3186.  
  3187. .hunter #resultsMain #webResults .adResult{
  3188. padding:8px 0 8px 20px
  3189. }
  3190.  
  3191. .hunter #aylfResults,.hunter .aylfResults,.hunter #searchHistory{
  3192. width:300px;
  3193. border:0
  3194. }
  3195.  
  3196. .hunter #aylfResults h3,.hunter .aylfResults h3,.hunter #searchHistory h3{
  3197. color:#e78717;
  3198. background-color:#FFF;
  3199. font-size:14px
  3200. }
  3201.  
  3202. .hunter #newsSideBarResults,.hunter #imagesSideBarResults,.hunter #videoSideBarResults,.hunter #shoppingSideBarResults{
  3203. padding:0 0 30px 10px
  3204. }
  3205.  
  3206. .hunter #newsSideBarResults h3,.hunter #imagesSideBarResults h3,.hunter #videoSideBarResults h3,.hunter #shoppingSideBarResults h3{
  3207. color:#e78717;
  3208. background-color:#FFF;
  3209. font-size:14px;
  3210. margin:2px 0
  3211. }
  3212.  
  3213. .hunter #newsSideBarResults .bullet,.hunter #imagesSideBarResults .bullet,.hunter #videoSideBarResults .bullet{
  3214. display:none
  3215. }
  3216.  
  3217. .hunter #searchHistoryBottom{
  3218. background-color:#FFF;
  3219. font-weight:normal
  3220. }
  3221.  
  3222. .hunter #searchHistoryBottom .alignRight{
  3223. float:left;
  3224. padding-left:20px
  3225. }
  3226.  
  3227. .hunter #aylfResults a,.hunter .aylfResults a,.hunter #searchHistory a{
  3228. text-decoration:none;
  3229. font-size:14px
  3230. }
  3231.  
  3232. .hunter .aylfResult{
  3233. padding:7px 10px 0
  3234. }
  3235.  
  3236. .hunter ul.searchHistory li{
  3237. padding:0 10px 7px
  3238. }
  3239.  
  3240. .hunter #ifSpellSuggest{
  3241. padding:0 0 0 20px;
  3242. font-size:1em;
  3243. line-height:30px;
  3244. color:#333;
  3245. font-family:"Helvetica Neue",Arial,sans-serif;
  3246. margin-bottom:3px
  3247. }
  3248.  
  3249. .hunter #ifSpellSuggest a{
  3250. color:#3300b5
  3251. }
  3252.  
  3253. .hunter #ifResults h3{
  3254. color:#e78717;
  3255. background-color:#FFF;
  3256. font-size:14px;
  3257. font-weight:bold;
  3258. font-family:"Helvetica Neue",Arial,sans-serif;
  3259. margin-top:15px
  3260. }
  3261.  
  3262. .hunter .paginationUnselectedPage,.hunter .paginationSelectedPage{
  3263. border:1px solid #ebebeb;
  3264. border-radius:3px 3px 3px 3px;
  3265. float:left;
  3266. line-height:17px;
  3267. margin-left:2px;
  3268. margin-right:1px;
  3269. overflow:hidden;
  3270. text-align:center;
  3271. vertical-align:middle
  3272. }
  3273.  
  3274. .hunter .paginationSelectedPage{
  3275. color:#333;
  3276. width:25px;
  3277. font-size:13px;
  3278. border:0;
  3279. font-weight:bold
  3280. }
  3281.  
  3282. .hunter .paginationUnselectedPage a{
  3283. color:#3300b5;
  3284. display:block;
  3285. float:left;
  3286. font-size:13px;
  3287. text-align:center;
  3288. text-decoration:none;
  3289. vertical-align:middle;
  3290. width:25px
  3291. }
  3292.  
  3293. .hunter .paginationPrev,.hunter .paginationNext{
  3294. float:left
  3295. }
  3296.  
  3297. .hunter .paginationPrev a,.hunter .paginationNext a{
  3298. text-decoration:none;
  3299. font-size:13px;
  3300. color:#3300b5
  3301. }
  3302.  
  3303. .hunter .paginationPrev{
  3304. padding:1px 8px 0 0
  3305. }
  3306.  
  3307. .hunter .paginationNext{
  3308. padding:1px 0 0 8px
  3309. }
  3310.  
  3311. .hunter #resultsPaginationBottom{
  3312. margin-left:20px
  3313. }
  3314.  
  3315. .hunter .searchResultLink{
  3316. display:block;
  3317. padding:0;
  3318. text-decoration:none
  3319. }
  3320.  
  3321. .hunter .searchResultLink u{
  3322. color:#3300b5;
  3323. font-size:16px;
  3324. line-height:18px
  3325. }
  3326.  
  3327. .hunter #ifResults{
  3328. margin:0 20px
  3329. }
  3330.  
  3331. .hunter .queryContentTitle{
  3332. font-size:16px;
  3333. margin-left:20px
  3334. }
  3335.  
  3336. .hunter .queryContentImage{
  3337. float:left;
  3338. margin:8px 5px 0 20px
  3339. }
  3340.  
  3341. .hunter .queryContentDescription{
  3342. margin-top:8px
  3343. }
  3344.  
  3345. .hunter.bodyNoResults #resultsPane{
  3346. margin:15px 0
  3347. }
  3348.  
  3349. .hunter.bodyNoResults #searchResultsNavBar{
  3350. margin:0 20px
  3351. }
  3352.  
  3353. .hunter.bodyNotFound #errorPane{
  3354. margin:15px 0;
  3355. overflow:hidden
  3356. }
  3357.  
  3358. .hunter.bodyNotFound #searchResultsNavBar{
  3359. margin:0 20px
  3360. }
  3361.  
  3362. .hunter.bodyNotFound #main h3{
  3363. margin:12px 200px 40px 100px
  3364. }
  3365.  
  3366. .hunter.bodyError #errorPane{
  3367. margin:12px 0;
  3368. overflow:hidden
  3369. }
  3370.  
  3371. .hunter.bodyError #searchResultsNavBar{
  3372. margin:3px 20px 0
  3373. }
  3374.  
  3375. .hunter.bodyAboutUs #main,.hunter.bodySiteMap #main,.hunter.bodyPrivacyPolicy #main,.hunter.bodyTermsOfUse #main{
  3376. overflow:hidden
  3377. }
  3378.  
  3379. .hunter.bodyAboutUs #searchResultsNavBar,.hunter.bodySiteMap #searchResultsNavBar{
  3380. margin:15px 0 15px 20px
  3381. }
  3382.  
  3383. .hunter.bodyAboutUs #supportPagePane{
  3384. margin:26px 0 0 130px
  3385. }
  3386.  
  3387. .hunter.bodySiteMap #supportPagePane{
  3388. margin:14px 0 0 130px
  3389. }
  3390.  
  3391. .hunter.bodyFaq #main,.hunter.bodyPrivacyPolicy #main,.hunter.bodyTermsOfUse #main,.hunter.bodyAddSearchToSite #main,.hunter.bodyPopular #main,.hunter.bodySearchCategories #main,.hunter.bodyContactUs #main{
  3392. padding:13px 9px 0
  3393. }
  3394.  
  3395. .hunter.bodyFaq #supportPagePane,.hunter.bodyPrivacyPolicy #supportPagePane,.hunter.bodyTermsOfUse #supportPagePane,.hunter.bodyAddSearchToSite #supportPagePane,.hunter.bodyPopular #supportPagePane,.hunter.bodySearchCategories #supportPagePane,.hunter.bodyContactUs #supportPagePane{
  3396. margin:0 0 0 130px
  3397. }
  3398.  
  3399. .hunter.bodyFaq #searchResultsNavBar,.hunter.bodyPrivacyPolicy #searchResultsNavBar,.hunter.bodyTermsOfUse #searchResultsNavBar,.hunter.bodyAddSearchToSite #searchResultsNavBar,.hunter.bodyPopular #searchResultsNavBar,.hunter.bodySearchCategories #searchResultsNavBar,.hunter.bodyContactUs #searchResultsNavBar{
  3400. margin:2px 0 0 20px
  3401. }
  3402.  
  3403. .hunter a.resultDisplayUrl{
  3404. text-decoration:none;
  3405. color:#58a33f;
  3406. display:inline;
  3407. font-size:13px
  3408. }
  3409.  
  3410. .mobile #resultsAdsTop,.mobile #resultsAdsBottom{
  3411. padding:0;
  3412. background:#f5faff
  3413. }
  3414.  
  3415. .mobile #page{
  3416. min-width:200px;
  3417. padding:0 2px
  3418. }
  3419.  
  3420. .mobile #resultsMainBarColumn{
  3421. min-width:200px
  3422. }
  3423.  
  3424. .mobile #webResults{
  3425. min-height:200px
  3426. }
  3427.  
  3428. .mobile .resultsPane{
  3429. width:auto
  3430. }
  3431.  
  3432. .mobile #main{
  3433. padding:0
  3434. }
  3435.  
  3436. .mobile #homePane{
  3437. padding:0
  3438. }
  3439.  
  3440. .mobile #noResultsWarning{
  3441. margin:0;
  3442. padding:0
  3443. }
  3444.  
  3445. .mobile.bodyHome #footer{
  3446. margin:0
  3447. }
  3448.  
  3449. .mobile #header #topSerpBanner,.mobile #footer #bottomSerpBanner{
  3450. margin:0;
  3451. margin-bottom:0;
  3452. padding:4px 4px 4px 0;
  3453. border-bottom:1px solid #ccc;
  3454. font-size:.9em;
  3455. min-width:200px
  3456. }
  3457.  
  3458. .mobile #header #topSerpBanner #serpLogoWrapper,.mobile #footer #bottomSerpBanner #serpLogoWrapper{
  3459. float:left;
  3460. margin:0;
  3461. padding:2px 10px 0 4px;
  3462. height:35px
  3463. }
  3464.  
  3465. .mobile #header #topSerpBanner #extendedLinksArea,.mobile #footer #bottomSerpBanner #extendedLinksArea{
  3466. display:none
  3467. }
  3468.  
  3469. .mobile #topSearchBox,.mobile #bottomSearchBox{
  3470. padding:0;
  3471. margin:0;
  3472. float:none
  3473. }
  3474.  
  3475. .mobile #topSearchBox .searchBoxPane,.mobile #bottomSearchBox .searchBoxPane{
  3476. margin:0
  3477. }
  3478.  
  3479. .mobile #topSearchTextBox,.mobile #bottomSearchTextBox{
  3480. border:1px solid #f38d00;
  3481. padding:2px 5px;
  3482. margin:0;
  3483. font-size:21px;
  3484. width:100%
  3485. }
  3486.  
  3487. .mobile #topSearchSubmit,.mobile #bottomSearchSubmit{
  3488. margin:0;
  3489. padding:0;
  3490. height:30px
  3491. }
  3492.  
  3493. .mobile .searchBoxInput{
  3494. margin:0;
  3495. padding:2px 5px 0 0;
  3496. font-size:.9em;
  3497. width:100%;
  3498. display:table;
  3499. float:none;
  3500. clear:left
  3501. }
  3502.  
  3503. .mobile .searchBoxInput form{
  3504. display:table-row
  3505. }
  3506.  
  3507. .mobile .searchBoxInput .searchBoxInputWrapper{
  3508. padding:0 20px 0 3px;
  3509. display:table-cell;
  3510. vertical-align:top;
  3511. float:none
  3512. }
  3513.  
  3514. .mobile .searchBoxInput .searchBoxButtonWrapper{
  3515. float:none;
  3516. display:table-cell;
  3517. vertical-align:top;
  3518. width:46px
  3519. }
  3520.  
  3521. .mobile #deeplinksColumn1{
  3522. padding:0;
  3523. margin:0 10px 0 0
  3524. }
  3525.  
  3526. .mobile #deeplinksColumn2{
  3527. float:left
  3528. }
  3529.  
  3530. .mobile #resultsPane{
  3531. margin:0;
  3532. padding:0 0 0 2px
  3533. }
  3534.  
  3535. .mobile #resultsPane #resultsMainBar{
  3536. border-top:0
  3537. }
  3538.  
  3539. .mobile #resultsPane #resultsMainBarColumn{
  3540. margin:0
  3541. }
  3542.  
  3543. .mobile #resultsPane #resultsMain{
  3544. padding:2px;
  3545. clear:both
  3546. }
  3547.  
  3548. .mobile #resultsPane .splitAdResultsPane{
  3549. padding:2px 2px 0 2px;
  3550. margin:0;
  3551. background-color:#f5faff
  3552. }
  3553.  
  3554. .mobile #resultsPane .adResult,.mobile #resultsPane #webResults div.searchResult{
  3555. padding:4px 0 6px 2px;
  3556. margin-bottom:6px
  3557. }
  3558.  
  3559. .mobile #resultsPane .searchResultLink{
  3560. padding:0 0 2px 0
  3561. }
  3562.  
  3563. .mobile #resultsPane #resultsSecondary{
  3564. margin:0;
  3565. padding:0;
  3566. border-top:0
  3567. }
  3568.  
  3569. .mobile #resultsPane #aylfResults,.mobile #resultsPane #aylfResultsRepeated{
  3570. padding:0 4px;
  3571. margin:0;
  3572. margin-bottom:4px;
  3573. min-width:300px;
  3574. width:310px;
  3575. clear:both;
  3576. overflow:hidden
  3577. }
  3578.  
  3579. .mobile #resultsPane #aylfResults .groupTitle,.mobile #resultsPane #aylfResultsRepeated .groupTitle{
  3580. padding:0;
  3581. margin:4px 0
  3582. }
  3583.  
  3584. .mobile #resultsPane #aylfResults .aylfResult,.mobile #resultsPane #aylfResultsRepeated .aylfResult{
  3585. min-width:148px;
  3586. width:50%;
  3587. float:left;
  3588. padding:.3em 0;
  3589. white-space:nowrap;
  3590. font-size:1em
  3591. }
  3592.  
  3593. .mobile #resultsPane #aylfResults .aylfResult a,.mobile #resultsPane #aylfResultsRepeated .aylfResult a{
  3594. padding:.3em 0;
  3595. font-size:1.1em
  3596. }
  3597.  
  3598. .mobile #resultsPane #resultsPaginationBottom,.mobile #resultsPane #resultsPaginationTop{
  3599. margin:0 auto;
  3600. text-align:center;
  3601. max-width:280px;
  3602. height:25px
  3603. }
  3604.  
  3605. .mobile #resultsPane #resultsPaginationBottom .searchResultPagination .paginationSelectedPage,.mobile #resultsPane #resultsPaginationTop .searchResultPagination .paginationSelectedPage,.mobile #resultsPane #resultsPaginationBottom .searchResultPagination .paginationUnselectedPage,.mobile #resultsPane #resultsPaginationTop .searchResultPagination .paginationUnselectedPage{
  3606. margin:0 5px;
  3607. padding:2px 6px;
  3608. border:1px solid #f38d00;
  3609. color:#f38d00;
  3610. border-radius:0
  3611. }
  3612.  
  3613. .mobile #resultsPane #resultsPaginationBottom .searchResultPagination .paginationSelectedPage a,.mobile #resultsPane #resultsPaginationTop .searchResultPagination .paginationSelectedPage a,.mobile #resultsPane #resultsPaginationBottom .searchResultPagination .paginationUnselectedPage a,.mobile #resultsPane #resultsPaginationTop .searchResultPagination .paginationUnselectedPage a{
  3614. color:#f38d00;
  3615. width:auto
  3616. }
  3617.  
  3618. .mobile #resultsPane #resultsPaginationBottom .searchResultPagination .paginationSelectedPage,.mobile #resultsPane #resultsPaginationTop .searchResultPagination .paginationSelectedPage{
  3619. background-color:#f9d9b2;
  3620. width:auto
  3621. }
  3622.  
  3623. .mobile .footerPane{
  3624. width:100%;
  3625. margin:0;
  3626. padding:0
  3627. }
  3628.  
  3629. .mobile .footerPane a{
  3630. font-weight:normal
  3631. }
  3632.  
  3633. .mobile .footerPane #footerLinksTop{
  3634. margin:5px auto 10px auto;
  3635. width:180px
  3636. }
  3637.  
  3638. .mobile .footerPane #footerLinksTop ul.footerLinks li{
  3639. font-family:sans-serif;
  3640. font-size:13px;
  3641. padding:0 2px
  3642. }
  3643.  
  3644. .mobile.bodySupport #main{
  3645. padding:0
  3646. }
  3647.  
  3648. .mobile.bodySupport #main #supportPagePane{
  3649. margin:10px 0 0 5px;
  3650. max-width:none
  3651. }
  3652.  
  3653. .mobile.bodySupport #main #supportPagePane div.hrSupport{
  3654. border-bottom:2px dotted #ff7f07
  3655. }
  3656.  
  3657. .mobile.bodySupport #main #supportPagePane h2{
  3658. font-size:1.15em
  3659. }
  3660.  
  3661. .mobile .suggest_link,.mobile .suggest_link_over{
  3662. padding:.5em 18px
  3663. }
  3664.  
  3665. .universalSearch #resultsSecondary #aylfResults{
  3666. padding:0 0 10px;
  3667. margin:0 0 2.4em 10px
  3668. }
  3669.  
  3670. .universalSearch #aylfResults{
  3671. margin-bottom:8px;
  3672. margin-left:20px;
  3673. margin-top:10px;
  3674. clear:both;
  3675. width:100%;
  3676. overflow:hidden;
  3677. padding-bottom:0
  3678. }
  3679.  
  3680. .universalSearch .aylfResults{
  3681. margin-bottom:8px;
  3682. margin-left:20px;
  3683. margin-top:10px;
  3684. clear:both;
  3685. width:100%;
  3686. overflow:hidden;
  3687. padding-bottom:0
  3688. }
  3689.  
  3690. .universalSearch #aylfResults .groupTitle{
  3691. padding:0
  3692. }
  3693.  
  3694. .universalSearch .aylfResult{
  3695. padding:8px 0 0;
  3696. margin-right:10px;
  3697. width:230px;
  3698. float:left;
  3699. white-space:nowrap;
  3700. overflow:hidden
  3701. }
  3702.  
  3703. .universalSearch .answerResult{
  3704. padding:8px 0 8px 20px
  3705. }
  3706.  
  3707. .universalSearch .answerResult .resultTitle{
  3708. font-size:16px;
  3709. line-height:18px;
  3710. padding-left:5px;
  3711. color:#333
  3712. }
  3713.  
  3714. .universalSearch .answerResult .resultSource{
  3715. font-size:13px
  3716. }
  3717.  
  3718. .universalSearch .answerResult .readMore{
  3719. color:#3300b5;
  3720. text-decoration:none;
  3721. font-size:12px
  3722. }
  3723.  
  3724. .universalSearch .shoppingResult{
  3725. padding:8px 0
  3726. }
  3727.  
  3728. .universalSearch .shoppingResultOriginalPrice{
  3729. color:#777;
  3730. text-decoration:line-through
  3731. }
  3732.  
  3733. .universalSearch .shoppingResultImage{
  3734. height:100px;
  3735. width:100px;
  3736. border:1px solid #BBB;
  3737. float:left
  3738. }
  3739.  
  3740. .universalSearch .shoppingResultInfo{
  3741. margin-left:112px
  3742. }
  3743.  
  3744. .universalSearch .shoppingResultTitle{
  3745. color:#232323;
  3746. font-size:16px;
  3747. text-decoration:none;
  3748. height:38px;
  3749. overflow:hidden
  3750. }
  3751.  
  3752. .universalSearch .shoppingResultPriceInfo{
  3753. padding-top:8px;
  3754. height:42px
  3755. }
  3756.  
  3757. .universalSearch .shoppingResultOriginalPrice{
  3758. float:left;
  3759. margin-right:15px
  3760. }
  3761.  
  3762. .universalSearch .shoppingResultPrice{
  3763. font-weight:bold
  3764. }
  3765.  
  3766. .universalSearch .shoppingResultMore a{
  3767. color:#3300b5;
  3768. font-size:13px;
  3769. text-decoration:none
  3770. }
  3771.  
  3772. #resultsSecondary #webResults,#resultsSecondary #newsResults,#resultsSecondary #imageResults,#resultsSecondary #videoResults{
  3773. min-height:0
  3774. }
  3775.  
  3776. #resultsSecondary #imageResults{
  3777. padding-bottom:8px
  3778. }
  3779.  
  3780. #resultsSecondary .resultsPane{
  3781. width:auto;
  3782. word-wrap:break-word
  3783. }
  3784.  
  3785. #resultsSecondary .resultTitle{
  3786. color:#232323;
  3787. text-decoration:none
  3788. }
  3789.  
  3790. #resultsSecondary #videoResults .resultTitle{
  3791. font-size:14px;
  3792. height:38px;
  3793. overflow:hidden
  3794. }
  3795.  
  3796. #resultsSecondary #videoResults .resultDescription{
  3797. padding-top:4px;
  3798. white-space:nowrap;
  3799. overflow:hidden
  3800. }
  3801.  
  3802. #resultsSecondary #videoResults .videoResult{
  3803. margin:0;
  3804. padding:8px 0
  3805. }
  3806.  
  3807. #resultsSecondary .imageResult .resultDisplayUrl{
  3808. margin-top:4px;
  3809. color:#232323
  3810. }
  3811.  
  3812. #resultsSecondary .innerImageResult .resultImageThumbnailWrapper{
  3813. height:138px;
  3814. width:138px;
  3815. border:1px solid #BBB;
  3816. line-height:138px;
  3817. text-align:center
  3818. }
  3819.  
  3820. #resultsSecondary .imageResult{
  3821. height:160px;
  3822. width:140px;
  3823. margin-right:10px
  3824. }
  3825.  
  3826. #resultsSecondary .innerImageResult{
  3827. width:140px
  3828. }
  3829.  
  3830. #resultsSecondary .innerImageResult .resultThumbnail{
  3831. border:0;
  3832. margin:0;
  3833. max-width:126px;
  3834. max-height:126px;
  3835. vertical-align:middle
  3836. }
  3837.  
  3838. .moreRelatedLink a{
  3839. color:#3300b5;
  3840. font-size:13px;
  3841. text-decoration:none
  3842. }
  3843.  
  3844. a.resultReadMore{
  3845. color:#3300b5;
  3846. text-decoration:none;
  3847. font-size:12px
  3848. }
  3849.  
  3850. .universalSearch.refresh.bodyWebResults #aylfResults{
  3851. width:500px
  3852. }
  3853.  
  3854. .universalSearch.refresh #deeplinks a.resultTitle{
  3855. line-height:15px;
  3856. color:#3300b5;
  3857. font-size:1em!important;
  3858. font-family:Verdana;
  3859. padding:2px 0;
  3860. text-decoration:none
  3861. }
  3862.  
  3863. .universalSearch.refresh .deeplinksColumn1Item{
  3864. padding:0 50px 2px 40px
  3865. }
  3866.  
  3867. .universalSearch.refresh .deeplinksColumn2Item{
  3868. padding-bottom:2px;
  3869. width:100%;
  3870. *width:auto
  3871. }
  3872.  
  3873. .universalSearch.refresh .deeplinksColumn2ItemExtended{
  3874. padding-bottom:20px
  3875. }
  3876.  
  3877. .universalSearch.refresh .deeplinksColumn1{
  3878. float:left
  3879. }
  3880.  
  3881. .universalSearch.refresh .moreSiteResults{
  3882. margin-top:5px
  3883. }
  3884.  
  3885. .universalSearch.refresh .moreSiteResults a{
  3886. text-decoration:none;
  3887. color:#3300b5;
  3888. font-weight:bold
  3889. }
  3890.  
  3891. .universalSearch.refresh #webResults .resultTitle{
  3892. color:#1d49b2
  3893. }
  3894.  
  3895. .universalSearch.refresh .similarResults a{
  3896. text-decoration:none;
  3897. color:#3300b5
  3898. }
  3899.  
  3900. .universalSearch.refresh.sidebarad #newsSideBarResults,.universalSearch.refresh.sidebarad #imagesSideBarResults,.universalSearch.refresh.sidebarad #videoSideBarResults,.universalSearch.refresh.sidebarad #shoppingSideBarResults,.universalSearch.refresh.sidebarad #adSideBarResults{
  3901. padding:0 0 30px 0
  3902. }
  3903.  
  3904. .universalSearch.refresh.hunter3.bodyWebResults #resultsMain{
  3905. padding-left:0
  3906. }
  3907.  
  3908. .universalSearch.refresh.hunter3.bodyWebResults #resultsMain .webResult{
  3909. padding-left:20px
  3910. }
  3911.  
  3912. .universalSearch.refresh.hunter3.bodyWebResults #resultsMain .adResult{
  3913. padding:0 0 0 19px;
  3914. background-color:#fdfeee
  3915. }
  3916.  
  3917. .universalSearch.refresh.hunter3.bodyWebResults #resultsMain .adResult #deeplinks .deeplinksColumn1 a:last-child div,.universalSearch.refresh.hunter3.bodyWebResults #resultsMain .adResult #deeplinks .deeplinksColumn2 a:last-child div{
  3918. padding-bottom:10px
  3919. }
  3920.  
  3921. .universalSearch.refresh.hunter3.bodyWebResults #resultsMain .adResult #deeplinks .deeplinksColumn2 a:last-child .deeplinksColumn2ItemExtended{
  3922. padding-bottom:30px
  3923. }
  3924.  
  3925. .universalSearch.refresh.hunter3.bodyWebResults #resultsMain .adResult .searchResultLink{
  3926. padding:8px 0 8px 20px
  3927. }
  3928.  
  3929. .universalSearch.refresh.hunter3.bodyWebResults #aylfResults,.universalSearch.refresh.hunter3.bodyWebResults #aylfResultsRepeated{
  3930. width:574px
  3931. }
  3932.  
  3933. .universalSearch.refresh.hunter3.bodyWebResults #aylfResults .aylfResult,.universalSearch.refresh.hunter3.bodyWebResults #aylfResultsRepeated .aylfResult{
  3934. width:277px
  3935. }
  3936.  
  3937. .universalSearch.theme #header #topSerpBanner,.universalSearch.theme #topSearchTextBox,.universalSearch.theme #topSearchSubmit,.universalSearch.theme #extendedLinksArea{
  3938. margin:0
  3939. }
  3940.  
  3941. .universalSearch.theme #topSearchTextBox{
  3942. width:659px
  3943. }
  3944.  
  3945. .universalSearch.theme #headerSubtitle{
  3946. height:21px;
  3947. padding-left:135px;
  3948. padding-top:3px;
  3949. margin-bottom:3px;
  3950. -webkit-box-shadow:0 1px 3px #333;
  3951. -moz-box-shadow:0 1px 3px #333;
  3952. box-shadow:0 1px 3px #333
  3953. }
  3954.  
  3955. .universalSearch.theme #headerSubtitle h1{
  3956. font-size:16px;
  3957. font-weight:bold;
  3958. color:#fff;
  3959. margin:0;
  3960. padding-bottom:2px
  3961. }
  3962.  
  3963. .universalSearch.theme #serpLogoWrapper{
  3964. padding:7px 4px 0 3px
  3965. }
  3966.  
  3967. .universalSearch.theme #topSearchBox .searchBoxPane{
  3968. margin:-12px 0 0 1px
  3969. }
  3970.  
  3971. .universalSearch.theme #extendedLinksArea{
  3972. min-height:0
  3973. }
  3974.  
  3975. .universalSearch.theme .searchBoxInputWrapper{
  3976. margin-bottom:9px
  3977. }
  3978.  
  3979. .universalSearch.theme #resultsMainBar,.universalSearch.theme #resultsSecondary{
  3980. border-top:0
  3981. }
  3982.  
  3983. .universalSearch.theme.bodyHome #serpLogoWrapper{
  3984. padding:32px 18px 0 3px
  3985. }
  3986.  
  3987. .universalSearch.theme.bodyHome #mainSearchBox input[type="text"]{
  3988. margin-right:0;
  3989. height:19px
  3990. }
  3991.  
  3992. .universalSearch.theme.bodyHome #header{
  3993. background:#fff
  3994. }
  3995.  
  3996. .universalSearch.theme.bodyHome #mainSearchBox .searchBoxCategories{
  3997. padding-bottom:5px
  3998. }
  3999.  
  4000. .universalSearch.theme.bodyHome #popularSearchBox{
  4001. width:675px
  4002. }
  4003.  
  4004. .universalSearch.theme.bodyHome #engineAttributionBar{
  4005. margin:-7px 0 0 8px
  4006. }
  4007.  
  4008. .universalSearch.finance #header{
  4009. background:url('../img/theme/finance/wc_money_header_tile.png') repeat-x
  4010. }
  4011.  
  4012. .universalSearch.finance #headerSubtitle{
  4013. background-color:#625831
  4014. }
  4015.  
  4016. .universalSearch.finance a.categoryLinkActive,.universalSearch.finance #shoppingSideBarResults h3,.universalSearch.finance #videoSideBarResults h3,.universalSearch.finance #aylfResults h3,.universalSearch.finance #newsSideBarResults h3,.universalSearch.finance #searchHistory h3{
  4017. color:#625831
  4018. }
  4019.  
  4020. .universalSearch.finance a.categoryLinkActive{
  4021. color:#263c00
  4022. }
  4023.  
  4024. .universalSearch.health #header{
  4025. background:#9fcedf;
  4026. filter:progid:DXImageTransform.Microsoft.gradient(startColorStr= #3f9dbf,EndColorStr= #ffffff);
  4027. background:-webkit-gradient(linear,left top,left bottom,from(#3f9dbf),to(#fff));
  4028. background:-webkit-linear-gradient(#3f9dbf,#fff);
  4029. background:-moz-linear-gradient(top,#3f9dbf,#fff);
  4030. background:-ms-linear-gradient(#3f9dbf,#fff);
  4031. background:-o-linear-gradient(#3f9dbf,#fff);
  4032. background:linear-gradient(#3f9dbf,#fff);
  4033. zoom:1
  4034. }
  4035.  
  4036. .universalSearch.health #headerSubtitle{
  4037. background:#0b5985;
  4038. filter:progid:DXImageTransform.Microsoft.gradient(startColorStr= #0d82ac,EndColorStr= #082f5e);
  4039. background:-webkit-gradient(linear,left top,left bottom,from(#0d82ac),to(#082f5e));
  4040. background:-webkit-linear-gradient(#0d82ac,#082f5e);
  4041. background:-moz-linear-gradient(top,#0d82ac,#082f5e);
  4042. background:-ms-linear-gradient(#0d82ac,#082f5e);
  4043. background:-o-linear-gradient(#0d82ac,#082f5e);
  4044. background:linear-gradient(#0d82ac,#082f5e);
  4045. zoom:1
  4046. }
  4047.  
  4048. .universalSearch.health a.categoryLinkActive,.universalSearch.health #shoppingSideBarResults h3,.universalSearch.health #videoSideBarResults h3,.universalSearch.health #aylfResults h3,.universalSearch.health #newsSideBarResults h3,.universalSearch.health #searchHistory h3{
  4049. color:#129bce
  4050. }
  4051.  
  4052. .universalSearch.tech #header{
  4053. background:url('../img/theme/tech/wc_tech__header_tile.png')
  4054. }
  4055.  
  4056. .universalSearch.tech #headerSubtitle{
  4057. background-color:#262626;
  4058. border-bottom:solid 2px #fa9e21
  4059. }
  4060.  
  4061. .universalSearch.tech a.categoryLinkActive,.universalSearch.tech #shoppingSideBarResults h3,.universalSearch.tech #videoSideBarResults h3,.universalSearch.tech #aylfResults h3,.universalSearch.tech #newsSideBarResults h3,.universalSearch.tech #searchHistory h3{
  4062. color:#ff6727
  4063. }
  4064.  
  4065. .universalSearch.tech #bottomSerpBanner{
  4066. margin:0
  4067. }
  4068.  
  4069. .universalSearch.tech.bodyResults #main,.universalSearch.tech.bodyNoResults #main,.universalSearch.tech.bodyResults #bottomSerpBanner,.universalSearch.tech.bodyNoResults #bottomSerpBanner{
  4070. background:url('../img/theme/tech/left_column_background.png') repeat-y;
  4071. overflow:auto
  4072. }
  4073.  
  4074. .universalSearch.travel #header{
  4075. background:#97c4e3;
  4076. filter:progid:DXImageTransform.Microsoft.gradient(startColorStr= #2e88c6,EndColorStr= #ffffff);
  4077. background:-webkit-gradient(linear,left top,left bottom,from(#2e88c6),to(#fff));
  4078. background:-webkit-linear-gradient(#2e88c6,#fff);
  4079. background:-moz-linear-gradient(top,#2e88c6,#fff);
  4080. background:-ms-linear-gradient(#2e88c6,#fff);
  4081. background:-o-linear-gradient(#2e88c6,#fff);
  4082. background:linear-gradient(#2e88c6,#fff);
  4083. zoom:1
  4084. }
  4085.  
  4086. .universalSearch.travel #headerSubtitle{
  4087. background:#0b6185;
  4088. filter:progid:DXImageTransform.Microsoft.gradient(startColorStr= #0d82ac,EndColorStr= #083f5e);
  4089. background:-webkit-gradient(linear,left top,left bottom,from(#0d82ac),to(#083f5e));
  4090. background:-webkit-linear-gradient(#0d82ac,#083f5e);
  4091. background:-moz-linear-gradient(top,#0d82ac,#083f5e);
  4092. background:-ms-linear-gradient(#0d82ac,#083f5e);
  4093. background:-o-linear-gradient(#0d82ac,#083f5e);
  4094. background:linear-gradient(#0d82ac,#083f5e);
  4095. zoom:1
  4096. }
  4097.  
  4098. .universalSearch.travel a.categoryLinkActive,.universalSearch.travel #shoppingSideBarResults h3,.universalSearch.travel #videoSideBarResults h3,.universalSearch.travel #aylfResults h3,.universalSearch.travel #newsSideBarResults h3,.universalSearch.travel #searchHistory h3{
  4099. color:#095173
  4100. }
  4101.  
  4102. .universalSearch.removeAdShading .subsequentSplitAdResults{
  4103. background-color:#fff
  4104. }
  4105.  
  4106. .universalSearch.removeAdShading .adTitle{
  4107. padding-top:10px;
  4108. padding-left:20px
  4109. }
  4110.  
  4111. .universalSearch.removeAdShading .searchWord{
  4112. font-weight:bold;
  4113. color:#333
  4114. }
  4115.  
  4116. .universalSearch.noIconVideo .resultThumbnailInfoWrapper{
  4117. padding:0
  4118. }
  4119.  
  4120. .universalSearch.noIconVideo #resultsSecondary #videoResults .resultTitle{
  4121. height:auto
  4122. }
  4123.  
  4124. .universalSearch.noIconVideo #resultsSecondary #videoResults .resultDescription{
  4125. white-space:normal;
  4126. font-size:13px;
  4127. padding:0
  4128. }
  4129.  
  4130. .universalSearch.noIconVideo a #descriptionFooter{
  4131. text-decoration:none;
  4132. font-size:13px
  4133. }
  4134.  
  4135. .universalSearch.noIconVideo #resultSource{
  4136. white-space:nowrap;
  4137. color:#58a33f
  4138. }
  4139.  
  4140. .universalSearch.noIconVideo.bodyVideoResults .resultThumbnailInfoWrapper{
  4141. padding:0 0 0 9px
  4142. }
  4143.  
  4144. .universalSearch.fixedSideBarVideo #resultsSecondary #videoResults .resultTitle{
  4145. height:auto
  4146. }
  4147.  
  4148. .universalSearch.fixedSideBarVideo #resultsSecondary #videoResults .resultDescription{
  4149. white-space:normal;
  4150. padding:0
  4151. }
  4152.  
  4153. .universalSearch.fixedSideBarVideo #resultsSecondary #videoResults .moreRelatedLink{
  4154. padding-top:5px
  4155. }
  4156.  
  4157. .universalSearch.fixedSideBarVideo a #descriptionFooter{
  4158. text-decoration:none;
  4159. font-size:13px
  4160. }
  4161.  
  4162. .universalSearch.fixedSideBarVideo #resultSource{
  4163. color:#58a33f;
  4164. font-size:12px
  4165. }
  4166.  
  4167. .universalSearch.fixedSideBarVideo .resultThumbnailInfoWrapper{
  4168. max-height:64px
  4169. }
  4170.  
  4171. .universalSearch.refresh.aylf.bodyWebResults #aylfResults{
  4172. width:574px
  4173. }
  4174.  
  4175. .universalSearch.refresh.aylf.bodyWebResults #aylfResults .aylfResult{
  4176. width:277px
  4177. }
  4178.  
  4179. .universalSearch.csr.bodyWebResults .splitAdResultsPane h3{
  4180. display:block;
  4181. position:absolute;
  4182. left:63%;
  4183. font-size:10px;
  4184. color:#888;
  4185. padding-top:8px
  4186. }
  4187.  
  4188. .universalSearch.csr.bodyWebResults #insp_result_top_0{
  4189. padding-left:15px
  4190. }
  4191.  
  4192. .universalSearch.csr.bodyWebResults #insp_result_bottom_0{
  4193. padding-left:18px
  4194. }
  4195.  
  4196. .universalSearch.csr.bodyWebResults .adResult a{
  4197. padding:16px
  4198. }
  4199.  
  4200. .universalSearch.csr.bodyWebResults .adResult .resultDescription{
  4201. padding-left:16px
  4202. }
  4203.  
  4204. .universalSearch.csr.bodyWebResults #deepLinksColumns{
  4205. margin-top:5px
  4206. }
  4207.  
  4208. .universalSearch.csr.bodyWebResults #deepLinksColumns a.resultTitle{
  4209. font-size:13px!important
  4210. }
  4211.  
  4212. .universalSearch.csr.bodyWebResults #resultsTop #deeplinksColumn1,.universalSearch.csr.bodyWebResults #resultsBottom #deeplinksColumn1{
  4213. padding-left:0
  4214. }
  4215.  
  4216. .universalSearch.csr.bodyWebResults #resultsMain .searchResult{
  4217. padding-left:0
  4218. }
  4219.  
  4220. .universalSearch.csr.bodyWebResults #resultsMain #aylfResults{
  4221. margin:4px 0 0 0;
  4222. padding-bottom:8px;
  4223. width:600px
  4224. }
  4225.  
  4226. .universalSearch.csr.bodyWebResults #resultsMain #aylfResults .groupTitle{
  4227. padding:0 0 4px 0
  4228. }
  4229.  
  4230. .universalSearch.csr.bodyWebResults #insp_result_related_0,.universalSearch.csr.bodyWebResults #insp_result_relatedRepeat_0{
  4231. width:600px
  4232. }
  4233.  
  4234. .universalSearch.csr.bodyWebResults #insp_result_related_0 .searchResult,.universalSearch.csr.bodyWebResults #insp_result_relatedRepeat_0 .searchResult{
  4235. float:left;
  4236. width:300px;
  4237. padding:4px 0;
  4238. margin:0
  4239. }
  4240.  
  4241. .universalSearch.csr.bodyWebResults #insp_result_related_0 .searchResult .resultTitlePane,.universalSearch.csr.bodyWebResults #insp_result_relatedRepeat_0 .searchResult .resultTitlePane{
  4242. text-decoration:none
  4243. }
  4244.  
  4245. .universalSearch.csr.bodyWebResults #insp_result_related_0 .searchResult .resultTitle,.universalSearch.csr.bodyWebResults #insp_result_relatedRepeat_0 .searchResult .resultTitle{
  4246. text-decoration:none;
  4247. font-size:14px!important
  4248. }
  4249.  
  4250. .universalSearch.csr.bodyWebResults #aylfResultsRepeated{
  4251. padding:0 0 8px 20px;
  4252. width:600px
  4253. }
  4254.  
  4255. .universalSearch.csr.bodyWebResults #aylfResultsRepeated h3{
  4256. color:#e78717;
  4257. padding-bottom:2px
  4258. }
  4259.  
  4260. .universalSearch.csr.bodyWebResults #supplementalNewsResults #insp_result_supplementalnews_0 .searchResult{
  4261. padding:8px 0
  4262. }
  4263.  
  4264. .universalSearch.csr.bodyWebResults #supplementalNewsResults #insp_result_supplementalnews_0 .searchResult .resultDisplayDate{
  4265. color:#58a33f;
  4266. font-size:12px
  4267. }
  4268.  
  4269. .universalSearch.csr.bodyWebResults #resultsSecondary #imagesResults .imageResult{
  4270. width:100%;
  4271. height:90px;
  4272. padding-top:8px
  4273. }
  4274.  
  4275. .universalSearch.csr.bodyWebResults #resultsSecondary #imagesResults a{
  4276. text-decoration:none
  4277. }
  4278.  
  4279. .universalSearch.csr.bodyWebResults #resultsSecondary #imagesResults a img{
  4280. width:81px;
  4281. height:61px;
  4282. border:0 solid #fff
  4283. }
  4284.  
  4285. .universalSearch.csr.bodyWebResults #resultsSecondary #imagesSideBarResults .moreRelatedLink{
  4286. padding-top:10px
  4287. }
  4288.  
  4289. .universalSearch.csr.bodyWebResults #resultsSecondary #videoSideBarResults #videoResults .searchResult .resultThumbnailPane{
  4290. padding:0 8px 0 0
  4291. }
  4292.  
  4293. .universalSearch.csr.bodyWebResults #resultsSecondary #videoSideBarResults #videoResults .searchResult .resultThumnailInfoWrapper{
  4294. margin-top:0
  4295. }
  4296.  
  4297. .universalSearch.csr.bodyWebResults #resultsSecondary #videoSideBarResults #videoResults .searchResult .resultSourceDate{
  4298. display:none
  4299. }
  4300.  
  4301. .universalSearch.csr #videoSideBarResults,.universalSearch.csr #newsSideBarResults,.universalSearch.csr #resultsPaginationBottom{
  4302. display:none
  4303. }
  4304.  
  4305. .universalSearch.csr.bodyVideoResults #resultsSecondary,.universalSearch.csr.bodyNewsResults #resultsSecondary,.universalSearch.csr.bodyImageResults #resultsSecondary{
  4306. margin-left:0
  4307. }
  4308.  
  4309. .universalSearch.csr.bodyVideoResults #resultsSecondary #aylfResults,.universalSearch.csr.bodyNewsResults #resultsSecondary #aylfResults,.universalSearch.csr.bodyImageResults #resultsSecondary #aylfResults{
  4310. margin:0;
  4311. padding:0 0 40px 10px
  4312. }
  4313.  
  4314. .universalSearch.csr.bodyVideoResults #resultsSecondary #aylfResults .groupTitle,.universalSearch.csr.bodyNewsResults #resultsSecondary #aylfResults .groupTitle,.universalSearch.csr.bodyImageResults #resultsSecondary #aylfResults .groupTitle{
  4315. padding:0 0 5px 0
  4316. }
  4317.  
  4318. .universalSearch.csr.bodyVideoResults #resultsSecondary #aylfResults #insp_result_related_0 .searchResult,.universalSearch.csr.bodyNewsResults #resultsSecondary #aylfResults #insp_result_related_0 .searchResult,.universalSearch.csr.bodyImageResults #resultsSecondary #aylfResults #insp_result_related_0 .searchResult{
  4319. margin:0
  4320. }
  4321.  
  4322. .universalSearch.csr.bodyVideoResults #resultsSecondary #aylfResults #insp_result_related_0 .resultTitlePane,.universalSearch.csr.bodyNewsResults #resultsSecondary #aylfResults #insp_result_related_0 .resultTitlePane,.universalSearch.csr.bodyImageResults #resultsSecondary #aylfResults #insp_result_related_0 .resultTitlePane{
  4323. text-decoration:none;
  4324. font-size:14px!important;
  4325. padding:0 0 0 5px;
  4326. margin:0
  4327. }
  4328.  
  4329. .universalSearch.csr.bodyVideoResults #resultsSecondary #aylfResults #insp_result_related_0 .resultTitlePane a,.universalSearch.csr.bodyNewsResults #resultsSecondary #aylfResults #insp_result_related_0 .resultTitlePane a,.universalSearch.csr.bodyImageResults #resultsSecondary #aylfResults #insp_result_related_0 .resultTitlePane a{
  4330. text-decoration:none;
  4331. font-size:14px!important;
  4332. padding:8px 0 0 10px
  4333. }
  4334.  
  4335. .universalSearch.csr.bodyImageResults #resultsMain{
  4336. padding-left:12px
  4337. }
  4338.  
  4339. .universalSearch.csr.bodyImageResults #resultsMain .imageResult{
  4340. text-align:left;
  4341. padding-top:0;
  4342. margin-top:0;
  4343. margin-right:40px;
  4344. width:210px
  4345. }
  4346.  
  4347. .universalSearch.csr.bodyImageResults #resultsMain .resultThumbnailPane{
  4348. float:none;
  4349. width:100%;
  4350. height:initial;
  4351. padding-bottom:10px
  4352. }
  4353.  
  4354. .universalSearch.csr.bodyImageResults #resultsMain .resultThumbnailInfoWrapper{
  4355. padding-left:0;
  4356. overflow:visible
  4357. }
  4358.  
  4359. .universalSearch.csr.bodyImageResults #resultsMain .resultThumbnailInfoWrapper .imageTitle{
  4360. display:none
  4361. }
  4362.  
  4363. .mobile.ABTests .splitAdResultsPaneHeading{
  4364. float:none;
  4365. display:block;
  4366. padding:4px 0 4px 2px
  4367. }
  4368.  
  4369. .mobile.ABTests .responsiveAfc{
  4370. margin-bottom:12px
  4371. }
  4372.  
  4373. .mobile.ABTests #adResultsTop .responsiveAfc{
  4374. margin:10px 2px
  4375. }
  4376.  
  4377. .mobile.ABTests #resultsPane #resultsMain{
  4378. padding-top:4px
  4379. }
  4380.  
  4381. .mobile.ABTests #resultsPane #resultsMain .splitAdResultsPaneHeading{
  4382. display:none
  4383. }
  4384.  
  4385. .mobile.ABTests #resultsMainBar div.adResult,.mobile.ABTests #resultsMainBar div.webResult{
  4386. padding:0 0 14px 0!important
  4387. }
  4388.  
  4389. .mobile.ABTests #deepLinksColumns{
  4390. margin:0;
  4391. padding:0;
  4392. padding-top:8px;
  4393. padding-left:25px
  4394. }
  4395.  
  4396. .mobile.ABTests #resultsPane a.searchResultLink{
  4397. padding:0
  4398. }
  4399.  
  4400. .mobile.ABTests #aylfResults{
  4401. padding-top:4px!important
  4402. }
  4403.  
  4404. .mobile.ABTests.aylftop #resultsPane #resultsMain{
  4405. padding-top:16px
  4406. }
  4407.  
  4408. .mobile.ABTests.newstop #topNewsResults{
  4409. padding:10px 0
  4410. }
  4411.  
  4412. .mobile.ABTests.newstop #resultsPane #aylfResults{
  4413. margin:10px 0
  4414. }
  4415.  
  4416. .mobile.thickheader #header #topSerpBanner{
  4417. padding:16px 4px 10px 0
  4418. }
  4419.  
  4420. .mobile.thickheader #header #mainResultsHeader{
  4421. padding:5px 5px;
  4422. background-color:#e2e7ff;
  4423. border-bottom:1px solid #ccc
  4424. }
  4425.  
  4426. .universalSearch.refresh.universalInternationalLite .resultsMainPane #aylfResults{
  4427. width:600px
  4428. }
  4429.  
  4430. .universalSearch.refresh.universalInternationalLite .resultsMainPane #aylfResults .aylfResult{
  4431. width:300px;
  4432. margin-right:0
  4433. }
  4434.  
  4435. .universalSearch.refresh.universalInternationalLite #webResults a.resultDisplayUrl{
  4436. display:block
  4437. }
  4438.  
  4439. .universalSearch.refresh.universalInternationalLite .splitAdResults .adResult{
  4440. padding-bottom:5px
  4441. }
  4442.  
  4443. .universalSearch.refresh.universalInternationalLite .splitAdResults .adResult .searchResultLink{
  4444. padding:6px 20px 0 20px
  4445. }
  4446.  
  4447. .universalSearch.refresh.universalInternationalLite .splitAdResults .adResult a.resultTitle{
  4448. padding:10px 0 3px 0
  4449. }
  4450.  
  4451. .universalSearch.refresh.universalInternationalLite .splitAdResults .fullWidthRemover{
  4452. padding-top:5px
  4453. }
  4454.  
  4455. .universalSearch.refresh.universalInternationalLite .splitAdResults #deeplinks{
  4456. padding-top:7px
  4457. }
  4458.  
  4459. .universalSearch.refresh.universalInternationalLite .splitAdResults .deeplinksColumn2{
  4460. float:left
  4461. }
  4462.  
  4463. .universalSearch.refresh.universalInternationalLite .splitAdResults .deeplinksColumn2Item{
  4464. padding-right:40px;
  4465. width:initial
  4466. }
  4467.  
  4468. .universalSearch.refresh.universalInternationalLite .splitAdResults a.displayUrl,.universalSearch.refresh.universalInternationalLite .splitAdResults a.resultDisplayUrl{
  4469. padding:0
  4470. }
  4471.  
  4472. .universalSearch.refresh.universalInternationalLite.bodyNewsResults .resultsPane{
  4473. width:auto;
  4474. padding-left:20px
  4475. }
  4476.  
  4477. .universalSearch.refresh.universalInternationalLite.bodyNewsResults .resultsPane .resultTitle{
  4478. font-family:arial,sans-serif;
  4479. color:#1d49b2;
  4480. line-height:22px
  4481. }
  4482.  
  4483. .universalSearch.refresh.universalInternationalLite.bodyNewsResults .resultsPane .resultDisplayDate,.universalSearch.refresh.universalInternationalLite.bodyNewsResults .resultsPane .resultSource{
  4484. color:#999;
  4485. font-size:smaller
  4486. }
  4487.  
  4488. .universalSearch.refresh.universalInternationalLite.bodyNewsResults .resultsPane .resultDescription{
  4489. font-family:arial,sans-serif
  4490. }
  4491.  
  4492. .universalSearch.refresh.universalInternationalLite.bodyNewsResults #resultsPaginationBottom{
  4493. margin-left:100px
  4494. }
  4495.  
  4496. .universalSearch.refresh.universalInternationalLite.bodyVideoResults .resultTitle a{
  4497. text-decoration:none;
  4498. font-family:arial,sans-serif
  4499. }
  4500.  
  4501. .universalSearch.refresh.universalInternationalLite.bodyVideoResults .searchResult.videoResult{
  4502. margin-bottom:15px
  4503. }
  4504.  
  4505. .universalSearch.refresh.universalInternationalLite.bodyVideoResults .resultThumbnailInfoWrapper{
  4506. padding-left:17px
  4507. }
  4508.  
  4509. .universalSearch.refresh.universalInternationalLite.bodyVideoResults .resultThumbnailLink{
  4510. padding-top:4px
  4511. }
  4512.  
  4513. .universalSearch.refresh.hunter3.tablet.bodyWebResults #page{
  4514. min-width:100px
  4515. }
  4516.  
  4517. .universalSearch.refresh.hunter3.tablet.bodyWebResults #header{
  4518. height:50px
  4519. }
  4520.  
  4521. .universalSearch.refresh.hunter3.tablet.bodyWebResults #header #topSerpBanner{
  4522. min-width:565px;
  4523. max-width:1000px;
  4524. margin-left:10px
  4525. }
  4526.  
  4527. .universalSearch.refresh.hunter3.tablet.bodyWebResults #topSearchBox{
  4528. width:85%;
  4529. padding:0
  4530. }
  4531.  
  4532. .universalSearch.refresh.hunter3.tablet.bodyWebResults #topSearchBox .searchBoxPane{
  4533. margin:0;
  4534. width:100%
  4535. }
  4536.  
  4537. .universalSearch.refresh.hunter3.tablet.bodyWebResults #topSearchBox .searchBoxPane .searchBoxInputPane{
  4538. width:100%
  4539. }
  4540.  
  4541. .universalSearch.refresh.hunter3.tablet.bodyWebResults #topSearchBox .searchBoxPane .searchBoxInputPane .searchBoxInput{
  4542. margin-top:0;
  4543. width:100%
  4544. }
  4545.  
  4546. .universalSearch.refresh.hunter3.tablet.bodyWebResults #topSearchBox .searchBoxPane .searchBoxInputPane .searchBoxInput .searchBoxInputWrapper{
  4547. width:80%;
  4548. margin-right:40px
  4549. }
  4550.  
  4551. .universalSearch.refresh.hunter3.tablet.bodyWebResults #topSearchBox .searchBoxPane .searchBoxInputPane .searchBoxInput .searchBoxInputWrapper .searchBoxTextInput{
  4552. width:100%;
  4553. margin-top:5px;
  4554. padding:8px 16px
  4555. }
  4556.  
  4557. .universalSearch.refresh.hunter3.tablet.bodyWebResults #topSearchSubmit{
  4558. height:36px;
  4559. margin-top:5px
  4560. }
  4561.  
  4562. .universalSearch.refresh.hunter3.tablet.bodyWebResults .inlineList,.universalSearch.refresh.hunter3.tablet.bodyWebResults #searchResultsNavBar{
  4563. width:100%
  4564. }
  4565.  
  4566. .universalSearch.refresh.hunter3.tablet.bodyWebResults .searchBoxCategories{
  4567. padding:12px 0 15px;
  4568. margin:0;
  4569. max-width:900px;
  4570. min-width:300px
  4571. }
  4572.  
  4573. .universalSearch.refresh.hunter3.tablet.bodyWebResults .searchBoxCategories li{
  4574. width:25%;
  4575. text-align:center;
  4576. margin:0;
  4577. padding:0
  4578. }
  4579.  
  4580. .universalSearch.refresh.hunter3.tablet.bodyWebResults .searchBoxCategories li a{
  4581. font-size:16px
  4582. }
  4583.  
  4584. .universalSearch.refresh.hunter3.tablet.bodyWebResults #aylfResults,.universalSearch.refresh.hunter3.tablet.bodyWebResults #aylfResultsRepeated{
  4585. margin-left:4px;
  4586. width:100%;
  4587. max-width:1000px
  4588. }
  4589.  
  4590. .universalSearch.refresh.hunter3.tablet.bodyWebResults #aylfResults .aylfResult,.universalSearch.refresh.hunter3.tablet.bodyWebResults #aylfResultsRepeated .aylfResult{
  4591. width:30%;
  4592. max-width:270px;
  4593. text-overflow:ellipsis;
  4594. overflow:hidden;
  4595. white-space:nowrap
  4596. }
  4597.  
  4598. .universalSearch.refresh.hunter3.tablet.bodyWebResults #resultsMainBar{
  4599. border-top:0
  4600. }
  4601.  
  4602. .universalSearch.refresh.hunter3.tablet.bodyWebResults #resultsMainBar #resultsMain{
  4603. clear:both
  4604. }
  4605.  
  4606. .universalSearch.refresh.hunter3.tablet.bodyWebResults #resultsMainBar #resultsMain .resultsPane{
  4607. max-width:850px
  4608. }
  4609.  
  4610. .universalSearch.refresh.hunter3.tablet.bodyWebResults #resultsMainBar #resultsMain .searchResult.webResult,.universalSearch.refresh.hunter3.tablet.bodyWebResults #resultsMainBar #resultsMain .adResult{
  4611. clear:both;
  4612. padding:8px 0 8px 4px;
  4613. max-width:850px
  4614. }
  4615.  
  4616. .universalSearch.refresh.hunter3.tablet.bodyWebResults #resultsMainBarColumn{
  4617. margin-left:0;
  4618. min-width:0
  4619. }
  4620.  
  4621. .universalSearch.refresh.hunter3.tablet.bodyWebResults .resultsMainPane{
  4622. width:100%;
  4623. min-width:560px
  4624. }
  4625.  
  4626. .universalSearch.refresh.hunter3.tablet.bodyWebResults .resultsMainPane #resultsAdsTop,.universalSearch.refresh.hunter3.tablet.bodyWebResults .resultsMainPane #resultsAdsBottom{
  4627. max-width:850px;
  4628. padding-left:0
  4629. }
  4630.  
  4631. .universalSearch.refresh.hunter3.tablet.bodyWebResults #newsSideBarResults{
  4632. padding:15px 0 0 4px
  4633. }
  4634.  
  4635. .universalSearch.refresh.hunter3.tablet.bodyWebResults #newsSideBarResults #newsResults{
  4636. min-height:0
  4637. }
  4638.  
  4639. .universalSearch.refresh.hunter3.tablet.bodyWebResults #newsSideBarResults #newsResults .resultTitle{
  4640. color:#000
  4641. }
  4642.  
  4643. .universalSearch.refresh.hunter3.tablet.bodyWebResults #shoppingSideBarResults{
  4644. padding:15px 0 20px 4px
  4645. }
  4646.  
  4647. .universalSearch.refresh.hunter3.tablet.bodyWebResults #shoppingSideBarResults .searchResult.shoppingResult{
  4648. float:left;
  4649. width:30%;
  4650. max-width:245px;
  4651. padding-right:10px
  4652. }
  4653.  
  4654. .universalSearch.refresh.hunter3.tablet.bodyWebResults #shoppingSideBarResults .searchResult.shoppingResult .shoppingResultTitle{
  4655. font-size:14px;
  4656. line-height:18px
  4657. }
  4658.  
  4659. .universalSearch.refresh.hunter3.tablet.bodyWebResults #shoppingSideBarResults .searchResult.shoppingResult .shoppingResultInfo{
  4660. margin-left:90px
  4661. }
  4662.  
  4663. .universalSearch.refresh.hunter3.tablet.bodyWebResults #shoppingSideBarResults .searchResult.shoppingResult .shoppingResultPriceInfo{
  4664. padding-top:4px;
  4665. height:30px
  4666. }
  4667.  
  4668. .universalSearch.refresh.hunter3.tablet.bodyWebResults #shoppingSideBarResults .searchResult.shoppingResult .shoppingResultImage{
  4669. height:80px;
  4670. width:80px
  4671. }
  4672.  
  4673. .universalSearch.refresh.hunter3.tablet.bodyWebResults #shoppingSideBarResults .searchResult.shoppingResult .shoppingResultImage img{
  4674. width:80px;
  4675. height:80px
  4676. }
  4677.  
  4678. .universalSearch.refresh.hunter3.tablet.bodyWebResults #resultsPaginationBottom{
  4679. margin:0 auto;
  4680. max-width:500px;
  4681. padding-top:30px
  4682. }
  4683.  
  4684. .universalSearch.refresh.hunter3.tablet.bodyWebResults #resultsPaginationBottom .paginationUnselectedPage a{
  4685. font-size:18px;
  4686. width:35px;
  4687. padding:3px 0
  4688. }
  4689.  
  4690. .universalSearch.refresh.hunter3.tablet.bodyWebResults #resultsPaginationBottom .paginationSelectedPage,.universalSearch.refresh.hunter3.tablet.bodyWebResults #resultsPaginationBottom .paginationNext a,.universalSearch.refresh.hunter3.tablet.bodyWebResults #resultsPaginationBottom .paginationPrev a{
  4691. font-size:18px;
  4692. width:35px;
  4693. padding:4px 0 3px
  4694. }
  4695.  
  4696. .universalSearch.refresh.hunter3.tablet.bodyHome #serpLogoWrapper{
  4697. padding-top:37px
  4698. }
  4699.  
  4700. .universalSearch.refresh.hunter3.tablet.bodyHome #topSearchSubmit{
  4701. height:33px
  4702. }
  4703.  
  4704. .universalSearch.refresh.hunter3.multiRowDeepLinks #deeplinks{
  4705. padding-top:3px
  4706. }
  4707.  
  4708. .universalSearch.refresh.hunter3.multiRowDeepLinks #deeplinks a.resultTitle{
  4709. font-family:Arial;
  4710. font-size:13px!important
  4711. }
  4712.  
  4713. .universalSearch.refresh.hunter3.multiRowDeepLinks #deeplinks a.resultTitle:hover{
  4714. text-decoration:underline
  4715. }
  4716.  
  4717. .universalSearch.refresh.hunter3.multiRowDeepLinks #deeplinks .deeplinksColumn1Item{
  4718. padding-left:12px
  4719. }
  4720.  
  4721. .universalSearch.refresh.hunter3.multiRowDeepLinks #deeplinks .deeplinksColumn1Item,.universalSearch.refresh.hunter3.multiRowDeepLinks #deeplinks .deeplinksColumn2Item{
  4722. padding-top:3px
  4723. }
  4724.  
  4725. .universalSearch.refresh.hunter3.multiRowDeepLinks.bodyWebResults #resultsMain .adResult #deeplinks .deeplinksColumn1 a:last-child div,.universalSearch.refresh.hunter3.multiRowDeepLinks.bodyWebResults #resultsMain .adResult #deeplinks .deeplinksColumn2 a:last-child div,.universalSearch.refresh.hunter3.multiRowDeepLinks.bodyWebResults #resultsMain .adResult #deeplinks .deeplinksColumn2ItemExtended{
  4726. padding-bottom:0
  4727. }
  4728.  
  4729. .universalSearch.refresh.hunter3.multiRowDeepLinks.bodyWebResults #resultsMain .adResult .searchResultLink{
  4730. padding:0
  4731. }
  4732.  
  4733. .universalSearch.refresh.hunter3.hoverRed .adResult .resultTitle:hover,.universalSearch.refresh.hunter3.hoverRed .adResult .resultDisplayUrl:hover{
  4734. color:#f00!important
  4735. }
  4736.  
  4737. .universalSearch.refresh.hunter3.hoverRed .adResult .resultTitle:hover{
  4738. text-decoration:underline!important
  4739. }
  4740.  
  4741. .universalSearch.refresh.hunter3.hoverBlack .adResult .resultTitle:hover,.universalSearch.refresh.hunter3.hoverBlack .adResult .resultDisplayUrl:hover{
  4742. color:#000!important
  4743. }
  4744.  
  4745. .universalSearch.refresh.hunter3.hoverBlack .adResult .resultTitle:hover{
  4746. text-decoration:underline!important
  4747. }
  4748.  
  4749. .universalSearch.refresh.hunter3.hoverBlue .adResult .resultTitle:hover,.universalSearch.refresh.hunter3.hoverBlue .adResult .resultDisplayUrl:hover{
  4750. color:#1919ff!important
  4751. }
  4752.  
  4753. .universalSearch.refresh.hunter3.hoverBlue .adResult .resultTitle:hover{
  4754. text-decoration:underline!important
  4755. }
  4756.  
  4757. .universalSearch.refresh.hunter3.hoverGreen .adResult .resultTitle:hover,.universalSearch.refresh.hunter3.hoverGreen .adResult .resultDisplayUrl:hover{
  4758. color:#00e500!important
  4759. }
  4760.  
  4761. .universalSearch.refresh.hunter3.hoverGreen .adResult .resultTitle:hover{
  4762. text-decoration:underline!important
  4763. }
  4764.  
  4765. .universalSearch.refresh.hunter3.hoverOrange .adResult .resultTitle:hover,.universalSearch.refresh.hunter3.hoverOrange .adResult .resultDisplayUrl:hover{
  4766. color:#f90!important
  4767. }
  4768.  
  4769. .universalSearch.refresh.hunter3.hoverOrange .adResult .resultTitle:hover{
  4770. text-decoration:underline!important
  4771. }
  4772.  
  4773. .universalSearch.refresh.hunter3.bolding #resultsMain #webResults .adResult{
  4774. font-weight:bold
  4775. }
  4776.  
  4777. .universalSearch.refresh.hunter3.bolding #adResultsTop .resultTitle{
  4778. font-weight:bold
  4779. }
  4780.  
  4781. .universalSearch.refresh.hunter3.bolding #deepLinksColumns .resultTitle{
  4782. font-weight:normal
  4783. }
  4784.  
  4785. .universalSearch.refresh.hunter3.centeredNews #newsSideBarResults{
  4786. padding:8px 0 8px 20px
  4787. }
  4788.  
  4789. .universalSearch.refresh.hunter3.centeredNews #newsResults{
  4790. min-height:0
  4791. }
  4792.  
  4793. .universalSearch.refresh.hunter3.centeredNews #newsResults .resultTitle{
  4794. color:#000
  4795. }
  4796.  
  4797. .universalSearch.refresh.hunter3.centeredShopping #resultsMain{
  4798. clear:both
  4799. }
  4800.  
  4801. .universalSearch.refresh.hunter3.centeredShopping #shoppingSideBarResults{
  4802. padding:15px 0 20px 20px
  4803. }
  4804.  
  4805. .universalSearch.refresh.hunter3.centeredShopping #shoppingSideBarResults .searchResult.shoppingResult{
  4806. float:left;
  4807. width:30%;
  4808. max-width:245px;
  4809. padding-right:10px
  4810. }
  4811.  
  4812. .universalSearch.refresh.hunter3.centeredShopping #shoppingSideBarResults .searchResult.shoppingResult .shoppingResultTitle{
  4813. font-size:14px;
  4814. line-height:18px
  4815. }
  4816.  
  4817. .universalSearch.refresh.hunter3.centeredShopping #shoppingSideBarResults .searchResult.shoppingResult .shoppingResultInfo{
  4818. margin-left:90px
  4819. }
  4820.  
  4821. .universalSearch.refresh.hunter3.centeredShopping #shoppingSideBarResults .searchResult.shoppingResult .shoppingResultPriceInfo{
  4822. padding-top:4px;
  4823. height:30px
  4824. }
  4825.  
  4826. .universalSearch.refresh.hunter3.centeredShopping #shoppingSideBarResults .searchResult.shoppingResult .shoppingResultImage{
  4827. height:80px;
  4828. width:80px
  4829. }
  4830.  
  4831. .universalSearch.refresh.hunter3.centeredShopping #shoppingSideBarResults .searchResult.shoppingResult .shoppingResultImage img{
  4832. width:80px;
  4833. height:80px
  4834. }
  4835.  
  4836. .universalSearch.refresh.hunter3.preAdAYLF .preAdAYLF.aylfResults{
  4837. width:auto!important
  4838. }
  4839.  
  4840. .universalSearch.refresh.hunter3.preAdAYLF .preAdAYLF.aylfResults .aylfResult{
  4841. width:auto!important;
  4842. margin:0 60px 0 0
  4843. }
  4844.  
  4845. .universalSearch.refresh.hunter3.noAdShading #main #resultsAdsTop,.universalSearch.refresh.hunter3.noAdShading #main #adResultsTop .splitAdResultsPane,.universalSearch.refresh.hunter3.noAdShading #main #resultsAdsBottom,.universalSearch.refresh.hunter3.noAdShading #main #adResultsBottom .splitAdResultsPane{
  4846. background:#fff
  4847. }
  4848.  
  4849. .universalSearch.refresh.hunter3.noAdShading #main #adResultsTop{
  4850. border-bottom:1px solid #d1d1d1;
  4851. padding-bottom:5px
  4852. }
  4853.  
  4854. .universalSearch.refresh.hunter3.noAdShading #resultsMain #webResults .adResult{
  4855. background:#fff
  4856. }
  4857.  
  4858. .universalSearch.refresh.hunter3.noAdShading .splitAdResultsPaneHeading{
  4859. display:block;
  4860. position:relative;
  4861. padding:10px 0 0 5px;
  4862. right:0
  4863. }
  4864.  
  4865. .universalSearch.refresh.hunter3.aylfUnderline .aylfResult a:hover{
  4866. text-decoration:underline!important
  4867. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement