Hormold

VK Change (#1379620830)

Sep 19th, 2013
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 95.47 KB | None | 0 0
  1. Файл - common.css (Старый размер - 67684 | Новый - 0):
  2. 0.  - #common_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  -
  6. 4.  - body {
  7. 5.  -   background: #fff;
  8. 6.  -   color: #000;
  9. 7.  -   margin: 0px;
  10. 8.  -   padding: 0px;
  11. 9.  -   direction: ltr;
  12. 10.  -   font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  13. 11.  -   font-size: 11px;
  14. 12.  -   font-weight: normal;
  15. 13.  - }
  16. 14.  - body.font_medium {
  17. 15.  -   font-size: 12px;
  18. 16.  -   font-family: Lucida Grande, Arial, tahoma, verdana, sans-serif;
  19. 17.  - }
  20. 18.  - body.nofixed {
  21. 19.  -   width: 100%;
  22. 20.  -   overflow: hidden;
  23. 21.  - }
  24. 22.  - body.nofixed #page_wrap {
  25. 23.  -   position: relative;
  26. 24.  -   height: 100%;
  27. 25.  -   width: 100%;
  28. 26.  -   overflow: auto;
  29. 27.  - }
  30. 28.  - .fixed {
  31. 29.  -   position: fixed;
  32. 30.  - }
  33. 31.  - body.nofixed .fixed, body.mobfixed .fixed {
  34. 32.  -   position: absolute;
  35. 33.  - }
  36. 34.  - body.firefox #page_wrap {
  37. 35.  -   position: relative;
  38. 36.  -   width: 100%;
  39. 37.  -   overflow: hidden;
  40. 38.  - }
  41. 39.  - .table td {
  42. 40.  -   vertical-align: top;
  43. 41.  -   text-align: left;
  44. 42.  - }
  45. 43.  -
  46. 44.  - /* in 'rtl' left and ltr too -- disabling content jumping when scrollbar changes */
  47. 45.  - .scroll_fix_wrap {
  48. 46.  -   text-align: left;
  49. 47.  -   direction: ltr;
  50. 48.  - }
  51. 49.  - a {
  52. 50.  -   color: #2B587A;
  53. 51.  -   text-decoration: none;
  54. 52.  -   cursor: pointer;
  55. 53.  - }
  56. 54.  - a:hover {
  57. 55.  -   text-decoration: underline;
  58. 56.  - }
  59. 57.  - img {
  60. 58.  -   border: 0px;
  61. 59.  - }
  62. 60.  - form {
  63. 61.  -   margin: 0px;
  64. 62.  -   padding: 0px;
  65. 63.  - }
  66. 64.  - small {
  67. 65.  -   font-size: 10px;
  68. 66.  - }
  69. 67.  - .font_medium small {
  70. 68.  -   font-size: 11px;
  71. 69.  - }
  72. 70.  - textarea.ashelper {
  73. 71.  -   overflow: hidden;
  74. 72.  - }
  75. 73.  -
  76. 74.  - #fmenu {
  77. 75.  -   position: absolute;
  78. 76.  -   right: 0px;
  79. 77.  -   top: 0px;
  80. 78.  -   margin-top: 2px;
  81. 79.  -   padding: 5px 0px;
  82. 80.  -   background: #FFF;
  83. 81.  - }
  84. 82.  - .fmenu_item,
  85. 83.  - .fmenu_cont {
  86. 84.  -   overflow: hidden;
  87. 85.  -   display: inline-block;
  88. 86.  -   *display: inline;
  89. 87.  -   *zoom: 1;
  90. 88.  - }
  91. 89.  - .fmenu_item {
  92. 90.  -   font-size: 10px;
  93. 91.  -   clear: both;
  94. 92.  -   margin: 4px 1px;
  95. 93.  -   line-height: 11px;
  96. 94.  -   padding: 4px;
  97. 95.  -   font-weight: bold;
  98. 96.  -   color: #45688E;
  99. 97.  -   opacity: 0.5;
  100. 98.  -   filter: alpha(opacity=50);
  101. 99.  -   -webkit-border-radius: 2px;
  102. 100.  -   -khtml-border-radius: 2px;
  103. 101.  -   -moz-border-radius: 2px;
  104. 102.  -   border-radius: 2px;
  105. 103.  -   -webkit-transition: opacity 100ms linear;
  106. 104.  -   -moz-transition: opacity 100ms linear;
  107. 105.  -   -o-transition: opacity 100ms linear;
  108. 106.  -   transition: opacity 100ms linear;
  109. 107.  - }
  110. 108.  - .fmenu_text .counter_anim_wrap {
  111. 109.  -   height: 11px;
  112. 110.  - }
  113. 111.  - .fmenu_icon {
  114. 112.  -   height: 11px;
  115. 113.  -   background: url(/images/fixedmenu.gif?8) no-repeat;
  116. 114.  -   width: 11px;
  117. 115.  - }
  118. 116.  - .fmenu_text {
  119. 117.  -   overflow: hidden;
  120. 118.  -   vertical-align: top !important;
  121. 119.  - }
  122. 120.  - .font_medium .fmenu_item {
  123. 121.  -   font-size: 11px;
  124. 122.  - }
  125. 123.  - .fmenu_item:hover {
  126. 124.  -   text-decoration: none;
  127. 125.  -   opacity: 1;
  128. 126.  - }
  129. 127.  - .fmenu_item_over {
  130. 128.  -   opacity: 1;
  131. 129.  -   background-color: #597DA3;
  132. 130.  -   color: #FFF;
  133. 131.  - }
  134. 132.  - #fmenu_fr {
  135. 133.  -   background-position: 100% -6px;
  136. 134.  - }
  137. 135.  - #fmenu_ph {
  138. 136.  -   background-position: 100% -29px;
  139. 137.  - }
  140. 138.  - #fmenu_vid {
  141. 139.  -   background-position: 100% -52px;
  142. 140.  - }
  143. 141.  - #fmenu_msg {
  144. 142.  -   background-position: 100% -75px;
  145. 143.  - }
  146. 144.  - #fmenu_gr {
  147. 145.  -   background-position: 100% -98px;
  148. 146.  - }
  149. 147.  - #fmenu_nws {
  150. 148.  -   background-position: 100% -121px;
  151. 149.  - }
  152. 150.  - #fmenu_ap {
  153. 151.  -   background-position: 100% -144px;
  154. 152.  - }
  155. 153.  - .fmenu_item_over #fmenu_fr {
  156. 154.  -   background-position: 100% -167px;
  157. 155.  - }
  158. 156.  - .fmenu_item_over #fmenu_ph {
  159. 157.  -   background-position: 100% -190px;
  160. 158.  - }
  161. 159.  - .fmenu_item_over #fmenu_vid {
  162. 160.  -   background-position: 100% -213px;
  163. 161.  - }
  164. 162.  - .fmenu_item_over #fmenu_msg {
  165. 163.  -   background-position: 100% -236px;
  166. 164.  - }
  167. 165.  - .fmenu_item_over #fmenu_gr {
  168. 166.  -   background-position: 100% -259px;
  169. 167.  - }
  170. 168.  - .fmenu_item_over #fmenu_nws {
  171. 169.  -   background-position: 100% -282px;
  172. 170.  - }
  173. 171.  - .fmenu_item_over #fmenu_ap {
  174. 172.  -   background-position: 100% -305px;
  175. 173.  - }
  176. 174.  -
  177. 175.  - .captcha {
  178. 176.  -   padding: 5px 0;
  179. 177.  -   text-align: center;
  180. 178.  -   height: 80px;
  181. 179.  - }
  182. 180.  - .captcha img {
  183. 181.  -   width: 130px;
  184. 182.  -   height: 50px;
  185. 183.  -   background: url(/images/vklogo.gif);
  186. 184.  -   cursor: pointer;
  187. 185.  - }
  188. 186.  - .captcha input.text {
  189. 187.  -   width: 120px;
  190. 188.  -   margin: 10px 0px 0px;
  191. 189.  - }
  192. 190.  - .captcha .progress {
  193. 191.  -   width: 120px;
  194. 192.  -   margin: 13px auto 0px;
  195. 193.  - }
  196. 194.  - .phone_validation_suggest {
  197. 195.  -   text-align: center;
  198. 196.  -   font-size: 0.9em;
  199. 197.  -   padding-top: 10px;
  200. 198.  -   line-height: 1.36em;
  201. 199.  - }
  202. 200.  -
  203. 201.  - .summary_wrap {
  204. 202.  -   color: #45688E;
  205. 203.  -   padding: 13px 10px 0px;
  206. 204.  -   background: #FFF;
  207. 205.  -   border-bottom: 1px solid #DAE1E8;
  208. 206.  - }
  209. 207.  - .summary_wrap .summary {
  210. 208.  -   font-weight: bold;
  211. 209.  -   padding: 3px 0px 4px;
  212. 210.  - }
  213. 211.  - .summary_wrap .summary span,
  214. 212.  - .summary_lnk {
  215. 213.  -   font-weight: normal;
  216. 214.  - }
  217. 215.  - .bottom_wrap {
  218. 216.  -   border-top: 1px solid #DAE1E8;
  219. 217.  -   background: #FFF;
  220. 218.  -   padding: 0px 10px;
  221. 219.  - }
  222. 220.  -
  223. 221.  - .num_delim {
  224. 222.  -   font-size: 60% !important;
  225. 223.  -   vertical-align: top !important;
  226. 224.  - }
  227. 225.  -
  228. 226.  - .png {
  229. 227.  -   behavior: url(/js/iepngfix.htc);
  230. 228.  - }
  231. 229.  - .progress, .progress_inv, .progress_inv_img {
  232. 230.  -   display: none;
  233. 231.  -   width: 32px;
  234. 232.  -   height: 13px;
  235. 233.  -   background: url(/images/upload.gif) no-repeat 50% 50%;
  236. 234.  - }
  237. 235.  - .progress_inline {
  238. 236.  -   display: inline;
  239. 237.  -   display: inline-block;
  240. 238.  -   *zoom: 1;
  241. 239.  -   vertical-align: bottom;
  242. 240.  -   width: 32px;
  243. 241.  -   height: 13px;
  244. 242.  -   background: url(/images/upload.gif) no-repeat 50% 50%;
  245. 243.  - }
  246. 244.  - .progress_inv, .progress_inv_img {
  247. 245.  -   background-image: url(/images/upload_inv.gif);
  248. 246.  - }
  249. 247.  - .progress_inv_mini {
  250. 248.  -   background-image: url(/images/upload_inv_mini.gif);
  251. 249.  -   width: 16px;
  252. 250.  -   height: 4px;
  253. 251.  - }
  254. 252.  - .progress_gray {
  255. 253.  -   background-image: url(/images/upload_gray.gif);
  256. 254.  -   width: 32px;
  257. 255.  -   height: 13px;
  258. 256.  - }
  259. 257.  - .progress_inv_img {
  260. 258.  -   background-color: rgba(0, 0, 0, 0.5);
  261. 259.  - }
  262. 260.  - .checkbox {
  263. 261.  -   cursor: pointer;
  264. 262.  -   line-height: 1.27em;
  265. 263.  - }
  266. 264.  - .checkbox.disabled {
  267. 265.  -   opacity: 0.5;
  268. 266.  -   filter: alpha(opacity=50);
  269. 267.  - }
  270. 268.  - .checkbox div {
  271. 269.  -   float: left;
  272. 270.  -   width: 15px;
  273. 271.  -   margin-right: 5px;
  274. 272.  -   height: 14px;
  275. 273.  -   margin-bottom: 2px;
  276. 274.  -   background: url(/images/icons/check.gif) 0px 0px no-repeat;
  277. 275.  - }
  278. 276.  - .checkbox:hover div {
  279. 277.  -   background-position: 0px -28px;
  280. 278.  - }
  281. 279.  - .checkbox.disabled:hover div {
  282. 280.  -   background-position: 0px 0px;
  283. 281.  - }
  284. 282.  - .checkbox.on div {
  285. 283.  -   background-position: 0px -14px;
  286. 284.  - }
  287. 285.  - .checkbox.on:hover div {
  288. 286.  -   background-position: 0px -42px;
  289. 287.  - }
  290. 288.  - .checkbox.disabled.on:hover div {
  291. 289.  -   background-position: 0px -14px;
  292. 290.  - }
  293. 291.  - .radiobtn {
  294. 292.  -   cursor: pointer;
  295. 293.  -   line-height: 1.27em;
  296. 294.  - }
  297. 295.  - .radiobtn div {
  298. 296.  -   float: left;
  299. 297.  -   width: 15px;
  300. 298.  -   margin-right: 5px;
  301. 299.  -   height: 14px;
  302. 300.  -   margin-bottom: 1px; /* Second line fix */
  303. 301.  -   background: url(/images/icons/radio.gif) 0px 0px no-repeat;
  304. 302.  - }
  305. 303.  - .radiobtn:hover div {
  306. 304.  -   background-position: 0px -28px;
  307. 305.  - }
  308. 306.  - .radiobtn.disabled:hover div {
  309. 307.  -   background-position: 0px 0px;
  310. 308.  - }
  311. 309.  - .radiobtn_hover div {
  312. 310.  -   background-position: 0px -28px;
  313. 311.  - }
  314. 312.  - .radiobtn.on div {
  315. 313.  -   background-position: 0px -14px;
  316. 314.  - }
  317. 315.  - .radiobtn.on:hover div {
  318. 316.  -   background-position: 0px -42px;
  319. 317.  - }
  320. 318.  - .radiobtn.disabled.on:hover div {
  321. 319.  -   background-position: 0px -14px;
  322. 320.  - }
  323. 321.  - .radiobtn.on.radiobtn_hover div {
  324. 322.  -   background-position: 0px -42px;
  325. 323.  - }
  326. 324.  - .fl_l { float: left; }
  327. 325.  - .fl_r { float: right; }
  328. 326.  - .ta_l { text-align: left; }
  329. 327.  - .ta_r { text-align: right; }
  330. 328.  - .inl_bl {display:-moz-inline-stack; display:inline-block; _overflow:hidden; vertical-align: top; zoom:1; *display:inline;}
  331. 329.  - .sl_nowrap {
  332. 330.  -   -o-text-overflow: ellipsis;
  333. 331.  -   text-overflow: ellipsis;
  334. 332.  -   white-space: nowrap;
  335. 333.  - }
  336. 334.  - #side_bar .inl_bl {
  337. 335.  -   vertical-align: baseline;
  338. 336.  - }
  339. 337.  - #side_bar .left_count_wrap .inl_bl {
  340. 338.  -   vertical-align: top;
  341. 339.  - }
  342. 340.  -
  343. 341.  - .upload_frame {
  344. 342.  -   position: absolute;
  345. 343.  -   visibility: hidden;
  346. 344.  -   width: 20px;
  347. 345.  -   height: 20px;
  348. 346.  - }
  349. 347.  -
  350. 348.  - .noselect {
  351. 349.  -   -webkit-user-select: none;
  352. 350.  -   -khtml-user-select: none;
  353. 351.  -   -moz-user-select: none;
  354. 352.  -   -ms-user-select: none;
  355. 353.  -   -o-user-select: none;
  356. 354.  -   user-select: none;
  357. 355.  - }
  358. 356.  -
  359. 357.  - /* Inputs */
  360. 358.  -
  361. 359.  - .font_default input[type="text"],
  362. 360.  - .font_default input[type="submit"],
  363. 361.  - .font_default input[type="button"],
  364. 362.  - .font_default input[type="search"],
  365. 363.  - .font_default input[type="password"],
  366. 364.  - .font_default input[type~="text"],
  367. 365.  - .font_default input[type~="search"],
  368. 366.  - .font_default input[type~="password"],
  369. 367.  - .font_default input[type~="email"],
  370. 368.  - .font_default input.text,
  371. 369.  - .font_default input.search,
  372. 370.  - .font_default textarea,
  373. 371.  - .font_default input.big_text,
  374. 372.  - .font_default input.file  {
  375. 373.  -   font-size: 11px;
  376. 374.  -   font-family: Tahoma, Verdana, Arial, Sans-Serif, Lucida Sans;
  377. 375.  - }
  378. 376.  -
  379. 377.  - .font_medium input[type="text"],
  380. 378.  - .font_medium input[type="submit"],
  381. 379.  - .font_medium input[type="button"],
  382. 380.  - .font_medium input[type="search"],
  383. 381.  - .font_medium input[type="password"],
  384. 382.  - .font_medium input[type~="text"],
  385. 383.  - .font_medium input[type~="search"],
  386. 384.  - .font_medium input[type~="password"],
  387. 385.  - .font_medium input[type~="email"],
  388. 386.  - .font_medium input.text,
  389. 387.  - .font_medium input.search,
  390. 388.  - .font_medium textarea,
  391. 389.  - .font_medium input.big_text,
  392. 390.  - .font_medium input.file  {
  393. 391.  -   font-size: 12px;
  394. 392.  -   font-family: Lucida Grande, Arial, tahoma, verdana, sans-serif;
  395. 393.  - }
  396. 394.  -
  397. 395.  - input.text, input.search, textarea, input.big_text {
  398. 396.  -   background: #FFF;
  399. 397.  -   color: #000;
  400. 398.  -   border: 1px solid #C0CAD5;
  401. 399.  -   padding: 3px;
  402. 400.  -   margin: 0px;
  403. 401.  - }
  404. 402.  - ::-webkit-input-placeholder {
  405. 403.  -   color: #777;
  406. 404.  - }
  407. 405.  - input:-moz-placeholder,
  408. 406.  - textarea:-moz-placeholder {
  409. 407.  -   color: #777;
  410. 408.  - }
  411. 409.  - .top_search_inp::-webkit-input-placeholder {
  412. 410.  -   padding-left: 2px;
  413. 411.  - }
  414. 412.  - .top_search_inp:-moz-placeholder {
  415. 413.  -   padding-left: 21px !important;
  416. 414.  - }
  417. 415.  -
  418. 416.  - input.big_text {
  419. 417.  -   font-size: 1.09em !important;
  420. 418.  -   padding: 5px 4px 4px;
  421. 419.  - }
  422. 420.  - input.search {
  423. 421.  -   background: #FFF url(/images/magglass.png) no-repeat 3px 4px;
  424. 422.  -   padding-left: 17px;
  425. 423.  - }
  426. 424.  - input.file {
  427. 425.  -   margin: 0px;
  428. 426.  - }
  429. 427.  - input.disabled,
  430. 428.  - textarea.disabled {
  431. 429.  -   color: #777777;
  432. 430.  -   background-color: #F2F2F2;
  433. 431.  - }
  434. 432.  - .captcha input.big_text {
  435. 433.  -   font-size: 1em !important;
  436. 434.  -   margin-top: 7px;
  437. 435.  - }
  438. 436.  -
  439. 437.  - /* Headers */
  440. 438.  -
  441. 439.  - h2 {
  442. 440.  -   border-bottom: 1px solid #DAE1E8;
  443. 441.  -   color: #45668E;
  444. 442.  -   font-size: 1.18em;
  445. 443.  -   padding: 0px 0px 3px;
  446. 444.  -   margin: 0px 0px 10px;
  447. 445.  - }
  448. 446.  - h4 {
  449. 447.  -   border-bottom: 1px solid #E8EBEE;
  450. 448.  -   color: #45688E;
  451. 449.  -   font-size: 11px;
  452. 450.  -   font-weight: bold;
  453. 451.  -   margin: 0px;
  454. 452.  -   padding: 0px 0px 3px;
  455. 453.  - }
  456. 454.  - .font_medium h4 {
  457. 455.  -   font-size: 12px;
  458. 456.  - }
  459. 457.  - h4 .fl_r, h4 span {
  460. 458.  -   font-weight: normal;
  461. 459.  - }
  462. 460.  -
  463. 461.  - /* Layout */
  464. 462.  -
  465. 463.  - div#utils {
  466. 464.  -   top: -30px;
  467. 465.  -   position: absolute;
  468. 466.  -   height: 20px;
  469. 467.  -   overflow: hidden;
  470. 468.  - }
  471. 469.  - #page_layout {
  472. 470.  -   padding: 0px;
  473. 471.  -   margin: 0px auto;
  474. 472.  -   position: relative;
  475. 473.  -   z-index: 6;
  476. 474.  -   width: 791px;
  477. 475.  - }
  478. 476.  - #page_header .back {
  479. 477.  -   position: absolute;
  480. 478.  -   width: 100%;
  481. 479.  -   height: 40px;
  482. 480.  -   background: #4E729A url(/images/hat.gif) 0px -43px repeat-x;
  483. 481.  - }
  484. 482.  - #page_header .left {
  485. 483.  -   position: absolute;
  486. 484.  -   left: 0px;
  487. 485.  -   width: 134px;
  488. 486.  -   height: 40px;
  489. 487.  -   background: #4E729A url(/images/hat.gif) 0px -1px;
  490. 488.  - }
  491. 489.  - #page_header .right {
  492. 490.  -   position: absolute;
  493. 491.  -   right: 0px;
  494. 492.  -   width: 10px;
  495. 493.  -   height: 40px;
  496. 494.  -   background: #4E729A url(/images/hat.gif) 100% -1px;
  497. 495.  - }
  498. 496.  - #page_header .content {
  499. 497.  -   position: absolute;
  500. 498.  -   width: 100%;
  501. 499.  -   z-index: 120;
  502. 500.  - }
  503. 501.  - /*
  504. 502.  - #page_header.p_head_l777 .left, #page_header.p_head_l777 .right, #page_header.p_head_l777 .back {
  505. 503.  -   background-color: #4E729A;
  506. 504.  -   background-image: url(/images/hatsov.gif);
  507. 505.  - }
  508. 506.  - #page_header.p_head_l100 .left, #page_header.p_head_l100 .right, #page_header.p_head_l100 .back {
  509. 507.  -   background-color: #4E729A;
  510. 508.  -   background-image: url(/images/hatimp.gif);
  511. 509.  - }
  512. 510.  - #page_header.p_head_l100 .left {
  513. 511.  -   width: 135px;
  514. 512.  - }
  515. 513.  - #page_header.p_head_l100 .right {
  516. 514.  -   width: 10px;
  517. 515.  - }
  518. 516.  - */
  519. 517.  - #page_header.p_head1 .right {
  520. 518.  -   background: #4E729A url(/images/hat_vk.gif) 100% -1px;
  521. 519.  - }
  522. 520.  - #page_header.p_head1 .left {
  523. 521.  -   width: 48px;
  524. 522.  -   background: #4E729A url(/images/hat_vk.gif) 0px -1px;
  525. 523.  - }
  526. 524.  - #page_header.p_head1 .back {
  527. 525.  -   background: #4E729A url(/images/hat_vk.gif) 0px -43px repeat-x;
  528. 526.  - }
  529. 527.  - /*
  530. 528.  - #page_header.p_head1.p_head_l100 .left {
  531. 529.  -   width: 10px;
  532. 530.  - }
  533. 531.  - */
  534. 532.  - #page_header {
  535. 533.  -   height: 40px;
  536. 534.  - }
  537. 535.  - .top_home_link {
  538. 536.  -   top: 0px;
  539. 537.  -   width: 146px;
  540. 538.  -   height: 40px;
  541. 539.  -   display: block;
  542. 540.  -   position: absolute;
  543. 541.  -   outline: none;
  544. 542.  - }
  545. 543.  - .top_home_link_td {
  546. 544.  -   width: 146px;
  547. 545.  -   vertical-align: top;
  548. 546.  - }
  549. 547.  - #top_logo_down {
  550. 548.  -   margin-left: 4px;
  551. 549.  -   visibility: hidden;
  552. 550.  -   width: 134px;
  553. 551.  -   height: 36px;
  554. 552.  -   background: #4E729A url(/images/hat.gif) -4px 0px;
  555. 553.  -   margin-right: 8px;
  556. 554.  - }
  557. 555.  - #top_logo_down.tld_d {
  558. 556.  -   visibility: visible;
  559. 557.  - }
  560. 558.  - #page_header.p_head1 #top_logo_down {
  561. 559.  -   background: #4E729A url(/images/hat_vk.gif) -4px 0px;
  562. 560.  - }
  563. 561.  - .is_rtl1 #page_header.p_head1 #top_logo_down {
  564. 562.  -   background: #4E729A url(/images/hat_vk_rtl.gif) -3px 0px;
  565. 563.  - }
  566. 564.  - .top_back_link_td {
  567. 565.  -   width: 100%;
  568. 566.  - }
  569. 567.  - .homelink, .shah, .unl {
  570. 568.  -   position: absolute;
  571. 569.  -   left: 0px;
  572. 570.  -   top: 0px;
  573. 571.  -   display: block;
  574. 572.  -   color: #FFF;
  575. 573.  -   font-weight: bold;
  576. 574.  -   padding: 7px 0px 0px 14px;
  577. 575.  -   font-size: 11px;
  578. 576.  -   display:block;
  579. 577.  -   width: 153px;
  580. 578.  -   z-index: 410;
  581. 579.  -   overflow: hidden;
  582. 580.  - }
  583. 581.  - .font_medium .homelink,
  584. 582.  - .font_medium .shah,
  585. 583.  - .font_medium .unl {
  586. 584.  -   font-size: 12px;
  587. 585.  - }
  588. 586.  - .shah {
  589. 587.  -   padding-top: 8px;
  590. 588.  -   color: #000;
  591. 589.  -   opacity: 0.4;
  592. 590.  -   filter: alpha(opacity=40);
  593. 591.  -   z-index: 400;
  594. 592.  - }
  595. 593.  - .vklink {
  596. 594.  -   font-size: 1.36em;
  597. 595.  -   padding: 10px 17px 10px;
  598. 596.  - }
  599. 597.  - .shah.vklink {
  600. 598.  -   padding-top: 11px;
  601. 599.  - }
  602. 600.  - .unl {
  603. 601.  -   margin-top: 21px;
  604. 602.  -   padding-top: 0px;
  605. 603.  -   font-weight: normal;
  606. 604.  -   display: block;
  607. 605.  -   font-size: 0.9em;
  608. 606.  -   color: #dae1e8;
  609. 607.  - }
  610. 608.  - a.unl:hover, a.homelink:hover {
  611. 609.  -   text-decoration: underline;
  612. 610.  - }
  613. 611.  - .head_nav {
  614. 612.  -   margin: 0px;
  615. 613.  -   padding: 0px 8px 0px 0px;
  616. 614.  - }
  617. 615.  - .head_nav a.top_nav_link {
  618. 616.  -   display: block;
  619. 617.  -   padding: 12px 10px 15px;
  620. 618.  -   height: 13px;
  621. 619.  -   margin: 0px;
  622. 620.  -   font-weight: bold;
  623. 621.  -   font-size: 11px;
  624. 622.  -   color: #E8EFF7;
  625. 623.  -   text-shadow: 0px 1px 0px #416389;
  626. 624.  - }
  627. 625.  - .font_medium .head_nav a.top_nav_link {
  628. 626.  -   font-size: 12px;
  629. 627.  - }
  630. 628.  - .head_nav a.top_nav_link#head_music {
  631. 629.  -   padding-right: 36px;
  632. 630.  -   position: relative;
  633. 631.  - }
  634. 632.  - #head_play_btn {
  635. 633.  -   position: absolute;
  636. 634.  -   right: 7px;
  637. 635.  -   top: 9px;
  638. 636.  -   width: 22px;
  639. 637.  -   height: 23px;
  640. 638.  -   background: url("/images/icons/audio_icons.png?2") no-repeat scroll 0 0 transparent;
  641. 639.  -   cursor: pointer;
  642. 640.  - }
  643. 641.  - a:hover #head_play_btn {
  644. 642.  -   background-position: -24px 0;
  645. 643.  - }
  646. 644.  - #head_play_btn.playing {
  647. 645.  -   background-position: -96px 0;
  648. 646.  - }
  649. 647.  - a:hover #head_play_btn.playing {
  650. 648.  -   background-position: -120px 0;
  651. 649.  - }
  652. 650.  - a:hover #head_play_btn.over {
  653. 651.  -   background-position: -48px 0;
  654. 652.  - }
  655. 653.  - a:hover #head_play_btn.playing.over {
  656. 654.  -   background-position: -144px 0;
  657. 655.  - }
  658. 656.  - a:hover #head_play_btn.down,
  659. 657.  - a:hover #head_play_btn.down.over {
  660. 658.  -   background-position: -72px 0;
  661. 659.  - }
  662. 660.  - a:hover #head_play_btn.playing.down,
  663. 661.  - a:hover #head_play_btn.playing.down.over {
  664. 662.  -   background-position: -168px 0;
  665. 663.  - }
  666. 664.  -
  667. 665.  - .head_nav div#top_links {
  668. 666.  -   padding: 0px;
  669. 667.  -   height: 22px;
  670. 668.  -   background-image: none;
  671. 669.  - }
  672. 670.  - .head_nav.no_menu div#top_links {
  673. 671.  -   display: none;
  674. 672.  - }
  675. 673.  - .head_nav.no_menu a#logout_link {
  676. 674.  -   display: none;
  677. 675.  - }
  678. 676.  - .head_nav a.top_nav_link:hover,
  679. 677.  - .head_nav a.top_nav_link.over {
  680. 678.  -   color: #FFF;
  681. 679.  -   background: rgba(0, 0, 0, 0.1);
  682. 680.  -   text-decoration: none;
  683. 681.  - }
  684. 682.  -
  685. 683.  - .head_nav a.top_nav_link b {
  686. 684.  -   font-weight: normal;
  687. 685.  -   color: #E8EFF7;
  688. 686.  - }
  689. 687.  -
  690. 688.  - .head_nav a.top_nav_link span {
  691. 689.  -   color: #FFF;
  692. 690.  - }
  693. 691.  - .head_nav a.top_nav_link span#head_music_text {
  694. 692.  -   color: #E8EFF7;
  695. 693.  - }
  696. 694.  - .head_nav a.top_nav_link:hover span#head_music_text,
  697. 695.  - .head_nav a.top_nav_link.over span#head_music_text {
  698. 696.  -   color: #FFF;
  699. 697.  - }
  700. 698.  -
  701. 699.  - #page_body {
  702. 700.  -   font-size: 11px;
  703. 701.  -   width: 631px;
  704. 702.  -   padding: 0px 15px 0px 0px;
  705. 703.  - }
  706. 704.  - .font_medium #page_body {
  707. 705.  -   font-size: 12px;
  708. 706.  - }
  709. 707.  - #page_body.simple {
  710. 708.  -   padding: 0px;
  711. 709.  -   margin: 0px auto;
  712. 710.  - }
  713. 711.  - body.firefox #page_body {
  714. 712.  -   overflow: hidden;
  715. 713.  - }
  716. 714.  -
  717. 715.  - body.firefox #page_body.no_overflow {
  718. 716.  -   overflow: visible;
  719. 717.  - }
  720. 718.  - #wrap2 {
  721. 719.  -   border: solid #F3F3F3;
  722. 720.  -   border-width: 0px 1px 1px;
  723. 721.  -   border-color: rgba(100, 100, 100, 0.08);
  724. 722.  - }
  725. 723.  - #wrap1 {
  726. 724.  -   border: solid #D9E0E7;
  727. 725.  -   border-width: 0px 1px 1px;
  728. 726.  - }
  729. 727.  - #wrap_between {
  730. 728.  -   height: 0px;
  731. 729.  -   overflow: hidden;
  732. 730.  - }
  733. 731.  - * html #content {
  734. 732.  -   height: 1%;
  735. 733.  - }
  736. 734.  -
  737. 735.  - #header_wrap1 {
  738. 736.  -   border: solid #F3F3F3;
  739. 737.  -   border-width: 0px 1px;
  740. 738.  - }
  741. 739.  - #header {
  742. 740.  -   position: relative;
  743. 741.  -   font-weight: bold;
  744. 742.  -   font-size: 11px;
  745. 743.  -   padding: 7px 10px;
  746. 744.  -   line-height: 140%;
  747. 745.  -   background: #E9EDF1;
  748. 746.  -   color: #607387;
  749. 747.  -   border: solid #D9E0E7;
  750. 748.  -   border-width: 0px 1px;
  751. 749.  - }
  752. 750.  - .font_medium #header {
  753. 751.  -   font-size: 12px;
  754. 752.  - }
  755. 753.  - #page_body.simple #header {
  756. 754.  -   border-width: 1px 1px 0px;
  757. 755.  - }
  758. 756.  - #title b {
  759. 757.  -   position: relative;
  760. 758.  - }
  761. 759.  - #header h1 {
  762. 760.  -   margin: 0px;
  763. 761.  -   font-size: 11px;
  764. 762.  -   overflow: hidden;
  765. 763.  - }
  766. 764.  - .font_medium #header h1 {
  767. 765.  -   font-size: 12px;
  768. 766.  - }
  769. 767.  - #header span, #header b {
  770. 768.  -   color: #AAB7C5;
  771. 769.  - }
  772. 770.  -
  773. 771.  - /* Left notifier */
  774. 772.  -
  775. 773.  - .left_box {
  776. 774.  -   text-align: center;
  777. 775.  -   padding: 10px 5px;
  778. 776.  -   background: #F7F7F7;
  779. 777.  -   margin: 0px 0px 10px;
  780. 778.  -   overflow: hidden;
  781. 779.  - }
  782. 780.  - .left_box h4 {
  783. 781.  -   font-size: 1.09em;
  784. 782.  -   border-bottom: solid 1px #DAE1E8;
  785. 783.  -   padding: 0px 0px 3px;
  786. 784.  -   margin: 0px 5px 3px;
  787. 785.  - }
  788. 786.  - .left_box.attention h4 {
  789. 787.  -   color: #45688E;
  790. 788.  - }
  791. 789.  - div.left_holiday {
  792. 790.  -   line-height: 140%;
  793. 791.  -   padding: 7px 3px;
  794. 792.  -   width: 112px;
  795. 793.  - }
  796. 794.  - div.left_holiday h4 {
  797. 795.  -   color: #b14344;
  798. 796.  -   border: 0px;
  799. 797.  -   margin: 0px;
  800. 798.  - }
  801. 799.  - .left_box_link {
  802. 800.  -   padding-top: 5px;
  803. 801.  - }
  804. 802.  - .left_congratulate {
  805. 803.  -   padding-top: 3px;
  806. 804.  - }
  807. 805.  -
  808. 806.  - .left_hide {
  809. 807.  -   position: absolute;
  810. 808.  -   margin: 0px 118px;
  811. 809.  -   width: 18px;
  812. 810.  -   height: 18px;
  813. 811.  -   background: url(/images/hide_left.gif) no-repeat center center;
  814. 812.  -   opacity: 0;
  815. 813.  -   filter: alpha(opacity=0);
  816. 814.  -   cursor: pointer;
  817. 815.  - }
  818. 816.  -
  819. 817.  - .left_gift_bonus, .left_rate_plus {
  820. 818.  -   color: #C4BB98;
  821. 819.  -   font-size: 0.9em;
  822. 820.  -   font-weight: bold;
  823. 821.  -   margin-top: -11px;
  824. 822.  - }
  825. 823.  - .left_gift {
  826. 824.  -   border-bottom: 1px solid #DCDCDC;
  827. 825.  -   margin-bottom: 10px;
  828. 826.  - }
  829. 827.  - .left_gift .body {
  830. 828.  -   background: #F7F7F7;
  831. 829.  -   border: 6px solid #EAEAEA;
  832. 830.  -   padding: 4px 4px 7px;
  833. 831.  -   text-align: center;
  834. 832.  -   overflow: hidden;
  835. 833.  -   word-wrap: break-word;
  836. 834.  - }
  837. 835.  - .left_gift .body div {
  838. 836.  -   border-bottom: 1px solid #DCDCDC;
  839. 837.  -   margin: 0px 3px 7px;
  840. 838.  -   padding-bottom: 2px;
  841. 839.  - }
  842. 840.  - .left_gift.gold {
  843. 841.  -   border-color: #C4BB98;
  844. 842.  - }
  845. 843.  - .left_gift.gold .body {
  846. 844.  -   background: #FEF9E1;
  847. 845.  -   border-color: #E9DEB4;
  848. 846.  - }
  849. 847.  - .left_gift.gold .body div {
  850. 848.  -   border-color: #C4BB98;
  851. 849.  - }
  852. 850.  -
  853. 851.  - .left_rate_plus {
  854. 852.  -   color: #EEBD00;
  855. 853.  - }
  856. 854.  - .left_rate_plus.green {
  857. 855.  -   color: #8DB55F;
  858. 856.  - }
  859. 857.  - .left_rate_plus.red {
  860. 858.  -   color: #C5864F;
  861. 859.  - }
  862. 860.  - .left_rate_plus.blue {
  863. 861.  -   color: #99B3C9;
  864. 862.  - }
  865. 863.  - .left_rate .body {
  866. 864.  -   background: #FAF3D8 url(/images/golden.gif) repeat-x 50% 100%;
  867. 865.  -   border-bottom: 1px solid #FBE172;
  868. 866.  -   margin: 0px 0px 10px;
  869. 867.  -   padding: 5px;
  870. 868.  -   text-align: center;
  871. 869.  - }
  872. 870.  - .left_rate .body div {
  873. 871.  -   border-bottom: 1px solid #E6E0B6;
  874. 872.  -   margin: 0px 3px 7px;
  875. 873.  -   padding-bottom: 2px;
  876. 874.  - }
  877. 875.  - .left_rate .body div a {
  878. 876.  -   color: #908851;
  879. 877.  - }
  880. 878.  - .left_rate .body a {
  881. 879.  -   color: #000;
  882. 880.  - }
  883. 881.  - .left_rate .body a:hover {
  884. 882.  -   text-decoration: none;
  885. 883.  - }
  886. 884.  - .left_rate.green, .left_rate.red, .left_rate.blue {
  887. 885.  -   border-bottom: 1px solid #37702A;
  888. 886.  -   margin-bottom: 10px;
  889. 887.  - }
  890. 888.  - .left_rate.green .body, .left_rate.red .body, .left_rate.blue .body {
  891. 889.  -   background: #D5EABB url(/images/greenl.gif) repeat-x 50% 0%;
  892. 890.  -   border: 8px solid #8DBF56;
  893. 891.  -   margin-bottom: 0px;
  894. 892.  - }
  895. 893.  - .left_rate.green .body a div, .left_rate.red .body a div, .left_rate.blue .body a div {
  896. 894.  -   border: 0px;
  897. 895.  -   font-size: 3.27em;
  898. 896.  -   font-weight: bold;
  899. 897.  -   color: #8DBF56;
  900. 898.  -   margin: 5px 5px 5px 3px;
  901. 899.  - }
  902. 900.  - .left_rate.green .body div {
  903. 901.  -   border-color: #8DBF56;
  904. 902.  - }
  905. 903.  - .left_rate.green .body div a {
  906. 904.  -   color: #37702A;
  907. 905.  - }
  908. 906.  - .left_rate.red {
  909. 907.  -   border-color: #8B4C23;
  910. 908.  - }
  911. 909.  - .left_rate.red .body {
  912. 910.  -   background: #F0D6C7 url(/images/redl.gif) repeat-x 50% 0%;
  913. 911.  -   border-color: #C68D69;
  914. 912.  - }
  915. 913.  - .left_rate.red .body div {
  916. 914.  -   border-color: #C39679;
  917. 915.  - }
  918. 916.  - .left_rate.red .body div a {
  919. 917.  -   color: #8B4C23;
  920. 918.  - }
  921. 919.  - .left_rate.red .body a div {
  922. 920.  -   color: #C68D69;
  923. 921.  - }
  924. 922.  - .left_rate.blue {
  925. 923.  -   border-color: #2F6C95;
  926. 924.  - }
  927. 925.  - .left_rate.blue .body {
  928. 926.  -   background: #D9E6EE url(/images/bluel.gif) repeat-x 50% 0%;
  929. 927.  -   border-color: #99B3C9;
  930. 928.  - }
  931. 929.  - .left_rate.blue .body div {
  932. 930.  -   border-color: #99B3C9;
  933. 931.  - }
  934. 932.  - .left_rate.blue .body div a {
  935. 933.  -   color: #0B5588;
  936. 934.  - }
  937. 935.  - .left_rate.blue .body a div {
  938. 936.  -   color: #99B3C9;
  939. 937.  - }
  940. 938.  - .left_gift .body div.vote_transfer {
  941. 939.  -   padding: 5px 0px 12px;
  942. 940.  -   font-weight: bold;
  943. 941.  - }
  944. 942.  -
  945. 943.  - .ad_box_new {
  946. 944.  -   background: #FFFFFF;
  947. 945.  -   border: 1px solid #DCE3E9;
  948. 946.  -   border-width: 0px 0px 1px 0px;
  949. 947.  -   padding: 0px 0px 11px 0px;
  950. 948.  -   margin: 0px;
  951. 949.  -   width: 118px;
  952. 950.  -   overflow: hidden;
  953. 951.  -   text-align: center;
  954. 952.  -   display: block;
  955. 953.  - }
  956. 954.  - a.ad_box_new:hover {
  957. 955.  -   text-decoration: none;
  958. 956.  - }
  959. 957.  - .ad_title_new {
  960. 958.  -   font-weight: bold;
  961. 959.  -   font-size: 11px;
  962. 960.  -   margin: 8px 3px 0px 3px;
  963. 961.  -   color: #36638E;
  964. 962.  -   text-align: center
  965. 963.  - }
  966. 964.  - .font_medium .ad_title_new {
  967. 965.  -   font-size: 12px;
  968. 966.  - }
  969. 967.  - .ad_desc_new {
  970. 968.  -   margin: 10px 2px 0px 2px;
  971. 969.  -   color: #000000;
  972. 970.  - }
  973. 971.  - .ad_domain_new {
  974. 972.  -   margin-top: 3px;
  975. 973.  -   font-size: 0.9em;
  976. 974.  -   color: #909090;
  977. 975.  - }
  978. 976.  - .ad_box_new img {
  979. 977.  -   margin-top: 9px
  980. 978.  - }
  981. 979.  -
  982. 980.  - .left_hide_button {
  983. 981.  -   position: absolute;
  984. 982.  -   margin: 6px 0px 0px 117px;
  985. 983.  -   *margin-left: 60px;
  986. 984.  -   width: 18px;
  987. 985.  -   height: 18px;
  988. 986.  -   background: url(/images/hide_left.gif) no-repeat center center;
  989. 987.  -   opacity: 0;
  990. 988.  -   filter: alpha(opacity=0);
  991. 989.  -   cursor: pointer;
  992. 990.  - }
  993. 991.  -
  994. 992.  - .ad_box_friend {
  995. 993.  -   border-top-width: 1px;
  996. 994.  -   border-bottom-width:0px; padding-bottom:0px
  997. 995.  - }
  998. 996.  - .ad_box_friend .ad_body {
  999. 997.  -   max-height: 140px;
  1000. 998.  -   width: 118px;
  1001. 999.  -   overflow: hidden;
  1002. 1000.  - }
  1003. 1001.  - .ad_box_friend_act {
  1004. 1002.  -   border: none;
  1005. 1003.  -   padding-top: 8px;
  1006. 1004.  - }
  1007. 1005.  - .ad_box_friend_act img {
  1008. 1006.  -   margin: 0;
  1009. 1007.  - }
  1010. 1008.  - .left_friend_status_info {
  1011. 1009.  -   color: #909090;
  1012. 1010.  - }
  1013. 1011.  - .left_friend_all_link,
  1014. 1012.  - .left_app_all_link {
  1015. 1013.  -   padding-top: 4px;
  1016. 1014.  -   border-top: 1px solid #DCE3E9;
  1017. 1015.  -   text-align: center;
  1018. 1016.  -   font-size: 0.9em;
  1019. 1017.  - }
  1020. 1018.  - .left_friend_all_lnk,
  1021. 1019.  - .left_app_all_lnk {
  1022. 1020.  -   color: #909090;
  1023. 1021.  - }
  1024. 1022.  -
  1025. 1023.  - .left_app_block .ad_box_new {
  1026. 1024.  -   border-width: 1px 0px 0px 0px;
  1027. 1025.  - }
  1028. 1026.  - .left_app_block .ad_common {
  1029. 1027.  -   color: #909090;
  1030. 1028.  -   padding-top: 4px;
  1031. 1029.  -   font-size: 0.9em;
  1032. 1030.  - }
  1033. 1031.  - .left_app_block .ad_bottom_lnk {
  1034. 1032.  -   padding-top: 8px;
  1035. 1033.  - }
  1036. 1034.  - .left_app_block .ad_img {
  1037. 1035.  -   -webkit-border-radius: 5px;
  1038. 1036.  -   -khtml-border-radius: 5px;
  1039. 1037.  -   -moz-border-radius: 5px;
  1040. 1038.  -   border-radius: 5px;
  1041. 1039.  - }
  1042. 1040.  - .left_app_play {
  1043. 1041.  -   position: absolute;
  1044. 1042.  -   margin: 27px 40px 0;
  1045. 1043.  -   width: 38px;
  1046. 1044.  -   height: 38px;
  1047. 1045.  -   background: url(/images/app_play.png) no-repeat 0px 0px;
  1048. 1046.  -   opacity: 0;
  1049. 1047.  -   -webkit-transition: opacity 200ms linear;
  1050. 1048.  -   -moz-transition: opacity 200ms linear;
  1051. 1049.  -   -o-transition: opacity 200ms linear;
  1052. 1050.  -   transition: opacity 200ms linear;
  1053. 1051.  -   *display: none;
  1054. 1052.  - }
  1055. 1053.  - .left_app_block:hover .left_app_play {
  1056. 1054.  -   opacity: 1;
  1057. 1055.  - }
  1058. 1056.  -
  1059. 1057.  - /* Footer */
  1060. 1058.  -
  1061. 1059.  - #footer_wrap {
  1062. 1060.  -   /*clear: both;*/
  1063. 1061.  -   line-height: 1.36em;
  1064. 1062.  -   padding: 8px 0px 0px;
  1065. 1063.  -   text-align: center;
  1066. 1064.  -   width: 661px;
  1067. 1065.  - }
  1068. 1066.  - #footer_wrap.simple {
  1069. 1067.  -   margin: 0px;
  1070. 1068.  -   width: auto;
  1071. 1069.  - }
  1072. 1070.  - #footer_wrap.simple #bottom_nav {
  1073. 1071.  -   display: none;
  1074. 1072.  - }
  1075. 1073.  - .bnav_lang {
  1076. 1074.  -   margin: 0px 2px;
  1077. 1075.  - }
  1078. 1076.  - #footer_wrap #footer {
  1079. 1077.  -   padding: 10px 0px 0px;
  1080. 1078.  -   text-align: center;
  1081. 1079.  -   margin: 0px;
  1082. 1080.  - }
  1083. 1081.  -
  1084. 1082.  - .bnav_a {
  1085. 1083.  -   padding: 2px 5px;
  1086. 1084.  - }
  1087. 1085.  - .bnav_a:hover {
  1088. 1086.  -   background-color: #E1E7ED;
  1089. 1087.  -   text-decoration: none;
  1090. 1088.  - }
  1091. 1089.  -
  1092. 1090.  - /* Left menu */
  1093. 1091.  -
  1094. 1092.  - #left_ads {
  1095. 1093.  -   position: relative;
  1096. 1094.  -   width: 118px;
  1097. 1095.  -   min-height: 3px;
  1098. 1096.  - }
  1099. 1097.  - #left_blocks {
  1100. 1098.  -   width: 118px;
  1101. 1099.  - }
  1102. 1100.  - #side_bar {
  1103. 1101.  -   background: #FFF;
  1104. 1102.  -   border-bottom-left-radius: 5px;
  1105. 1103.  -   padding: 5px 0 10px 4px;
  1106. 1104.  -   width: 136px;
  1107. 1105.  - }
  1108. 1106.  - #side_bar .inl_bl {
  1109. 1107.  -   vertical-align: baseline;
  1110. 1108.  - }
  1111. 1109.  - #side_bar .left_count_wrap .inl_bl {
  1112. 1110.  -   vertical-align: top;
  1113. 1111.  - }
  1114. 1112.  - #side_bar .more_div {
  1115. 1113.  -   margin-top: 3px;
  1116. 1114.  -   padding-top: 3px;
  1117. 1115.  -   border-top: 1px solid #E7EAED;
  1118. 1116.  - }
  1119. 1117.  - #side_bar ol li a.more {
  1120. 1118.  -   padding-left: 29px;
  1121. 1119.  -   border-top: 0px;
  1122. 1120.  - }
  1123. 1121.  - #side_bar ol li a.more:hover {
  1124. 1122.  -   border-top: 0px;
  1125. 1123.  - }
  1126. 1124.  -
  1127. 1125.  - #side_bar ol {
  1128. 1126.  -   list-style: none;
  1129. 1127.  -   margin: 0px 0px 10px;
  1130. 1128.  -   padding: 0px;
  1131. 1129.  - }
  1132. 1130.  - #side_bar ol li {
  1133. 1131.  -   font-size: 1.0em;
  1134. 1132.  - }
  1135. 1133.  - #side_bar ol li.clearFix {
  1136. 1134.  -   *margin-bottom:-2px;
  1137. 1135.  - }
  1138. 1136.  - #side_bar ol li .left_row {
  1139. 1137.  -   border: 0;
  1140. 1138.  -   background: #FFF;
  1141. 1139.  -   display: block;
  1142. 1140.  -   padding: 0px 0px 0px 6px;
  1143. 1141.  -   white-space: nowrap;
  1144. 1142.  - }
  1145. 1143.  - #side_bar ol li .left_row:hover {
  1146. 1144.  -   background: #E1E7ED;
  1147. 1145.  -   text-decoration: none;
  1148. 1146.  -   -webkit-border-radius: 2px;
  1149. 1147.  -   -khtml-border-radius: 2px;
  1150. 1148.  -   -moz-border-radius: 2px;
  1151. 1149.  -   border-radius: 2px;
  1152. 1150.  - }
  1153. 1151.  - #side_bar ol li #myprofile,
  1154. 1152.  - #side_bar ol li #myprofile_edit {
  1155. 1153.  -   padding: 0px 6px;
  1156. 1154.  - }
  1157. 1155.  - #myprofile_edit {
  1158. 1156.  -   color: gray;
  1159. 1157.  -   width: auto;
  1160. 1158.  - }
  1161. 1159.  - #myprofile_edit:hover {
  1162. 1160.  -   color: #67829E;
  1163. 1161.  - }
  1164. 1162.  - #myprofile_table,
  1165. 1163.  - #myprofile_wrap {
  1166. 1164.  -   width: 100%;
  1167. 1165.  - }
  1168. 1166.  - .font_medium #side_bar #myprofile_edit_wrap {
  1169. 1167.  -   display: none;
  1170. 1168.  - }
  1171. 1169.  - .font_medium #side_bar ol li #myprofile {
  1172. 1170.  -   float: none;
  1173. 1171.  -   width: auto;
  1174. 1172.  -   padding: 0px 0px 0px 6px;
  1175. 1173.  - }
  1176. 1174.  - #side_bar .left_label {
  1177. 1175.  -   padding: 4px 0;
  1178. 1176.  -   height: 13px;
  1179. 1177.  - }
  1180. 1178.  - .font_medium #side_bar .left_label {
  1181. 1179.  -   height: 15px;
  1182. 1180.  - }
  1183. 1181.  - .left_count_wrap {
  1184. 1182.  -   margin: 1px 0px 1px 1px !important;
  1185. 1183.  -   zoom: 1;
  1186. 1184.  -   padding: 4px !important;
  1187. 1185.  -   vertical-align: top;
  1188. 1186.  -   color: #45688E;
  1189. 1187.  -   background: #D5DDE5;
  1190. 1188.  -   font-weight: bold;
  1191. 1189.  -   font-style: normal !important;
  1192. 1190.  -   font-size: 10px;
  1193. 1191.  -   line-height: 11px;
  1194. 1192.  -   -webkit-border-radius: 2px;
  1195. 1193.  -   -khtml-border-radius: 2px;
  1196. 1194.  -   -moz-border-radius: 2px;
  1197. 1195.  -   border-radius: 2px;
  1198. 1196.  -   -webkit-transition: background-color 200ms linear, color 200ms linear;
  1199. 1197.  -   -moz-transition: background-color 200ms linear, color 200ms linear;
  1200. 1198.  -   -o-transition: background-color 200ms linear, color 200ms linear;
  1201. 1199.  -   transition: background-color 200ms linear, color 200ms linear;
  1202. 1200.  - }
  1203. 1201.  - .is_rtl1 .left_count_wrap {
  1204. 1202.  -   margin: 1px 1px 1px 0px !important;
  1205. 1203.  - }
  1206. 1204.  - #side_bar ol li .left_row:hover .left_count_wrap {
  1207. 1205.  -   margin-top: 0px !important;
  1208. 1206.  -   margin-bottom: 0px !important;
  1209. 1207.  -   padding: 5px 4px !important;
  1210. 1208.  - }
  1211. 1209.  - .font_medium .left_count_wrap {
  1212. 1210.  -   font-size: 11px;
  1213. 1211.  -   margin: 2px 0px 2px 0px !important;
  1214. 1212.  - }
  1215. 1213.  - .font_medium #side_bar ol li .left_row:hover .left_count_wrap {
  1216. 1214.  -   margin-top: 0px !important;
  1217. 1215.  -   margin-bottom: 0px !important;
  1218. 1216.  -   padding: 6px 4px !important;
  1219. 1217.  - }
  1220. 1218.  - a:hover .left_count_wrap {
  1221. 1219.  -   background: #D5DDE5;
  1222. 1220.  - }
  1223. 1221.  -
  1224. 1222.  - .left_void {
  1225. 1223.  -   display: none !important;
  1226. 1224.  - }
  1227. 1225.  - a:hover .left_count_persist .left_void,
  1228. 1226.  - .left_nav_over .left_count_pad .left_void {
  1229. 1227.  -   display: inline-block !important;
  1230. 1228.  -   color: #6887A8;
  1231. 1229.  -   height: 11px;
  1232. 1230.  - }
  1233. 1231.  - .left_count_pad .left_count_wrap:hover {
  1234. 1232.  -   background-color: #BBC7D3;
  1235. 1233.  - }
  1236. 1234.  - .left_nav_over .left_count_pad .left_count_wrap {
  1237. 1235.  -   background-color: #597DA3 !important;
  1238. 1236.  -   color: #FFF !important;
  1239. 1237.  - }
  1240. 1238.  - .left_count_wrap .counter_anim_wrap {
  1241. 1239.  -   height: 11px;
  1242. 1240.  - }
  1243. 1241.  -
  1244. 1242.  - /* Clear */
  1245. 1243.  -
  1246. 1244.  - .clear_fix:after {
  1247. 1245.  -   content: '.';
  1248. 1246.  -   display: block;
  1249. 1247.  -   height: 0;
  1250. 1248.  -   clear: both;
  1251. 1249.  -   visibility: hidden;
  1252. 1250.  - }
  1253. 1251.  - * html .clear_fix {
  1254. 1252.  -   height: 1%;
  1255. 1253.  - }
  1256. 1254.  - .clear_fix {
  1257. 1255.  -   display: block;
  1258. 1256.  - }
  1259. 1257.  - .clear {
  1260. 1258.  -   float: none;
  1261. 1259.  -   clear: both;
  1262. 1260.  - }
  1263. 1261.  - .scroll_fix {
  1264. 1262.  -   position: relative;
  1265. 1263.  - }
  1266. 1264.  -
  1267. 1265.  - /* Head */
  1268. 1266.  -
  1269. 1267.  - .listing {
  1270. 1268.  -   list-style: square;
  1271. 1269.  -   padding-left: 40px;
  1272. 1270.  -   color: #758EAC;
  1273. 1271.  -   margin: 0px 0px 15px 0px
  1274. 1272.  - }
  1275. 1273.  - ul.listing li {
  1276. 1274.  -   padding: 1px 0px;
  1277. 1275.  - }
  1278. 1276.  - ul.listing li span {
  1279. 1277.  -   color: #000;
  1280. 1278.  - }
  1281. 1279.  -
  1282. 1280.  - .divide  {
  1283. 1281.  -   color: gray;
  1284. 1282.  -   font-weight: normal;
  1285. 1283.  -   padding: 0px 4px;
  1286. 1284.  - }
  1287. 1285.  - small.divide {
  1288. 1286.  -   padding: 0px 2px;
  1289. 1287.  - }
  1290. 1288.  -
  1291. 1289.  - .sdivide {
  1292. 1290.  -   color: #ADB8C3;
  1293. 1291.  -   padding: 0px 4px;
  1294. 1292.  -   font-size: 0.9em;
  1295. 1293.  - }
  1296. 1294.  -
  1297. 1295.  - .wrapped {
  1298. 1296.  -   overflow: hidden;
  1299. 1297.  -   word-wrap: break-word;
  1300. 1298.  - }
  1301. 1299.  -
  1302. 1300.  - wbr {
  1303. 1301.  -   width: 0px;
  1304. 1302.  -   display: inline-block;
  1305. 1303.  -   overflow: hidden;
  1306. 1304.  - }
  1307. 1305.  -
  1308. 1306.  - #stl_left {
  1309. 1307.  -   display: none;
  1310. 1308.  -   z-index: 3;
  1311. 1309.  -   left: 0px;
  1312. 1310.  -   top: 0px;
  1313. 1311.  - }
  1314. 1312.  - #stl_left:hover, #stl_left.over {
  1315. 1313.  -   text-decoration: none;
  1316. 1314.  -   opacity: 1;
  1317. 1315.  -   filter: alpha(opacity=100);
  1318. 1316.  - }
  1319. 1317.  - #stl_text {
  1320. 1318.  -   height: 14px;
  1321. 1319.  -   display: block;
  1322. 1320.  -   padding: 0px 20px;
  1323. 1321.  -   margin: 0 31px 0 15px;
  1324. 1322.  -   font-weight: bold;
  1325. 1323.  -   color: #45688E;
  1326. 1324.  -   background: url(/images/toplink.gif?3) no-repeat left 3px;
  1327. 1325.  - }
  1328. 1326.  - #stl_left .down {
  1329. 1327.  -   background-position: left -7px;
  1330. 1328.  - }
  1331. 1329.  - #stl_left .back {
  1332. 1330.  -   background-position: left -22px;
  1333. 1331.  - }
  1334. 1332.  - .stl_active {
  1335. 1333.  -   cursor: pointer;
  1336. 1334.  - }
  1337. 1335.  - #stl_bg {
  1338. 1336.  -   height: 100%;
  1339. 1337.  -   width: 100px;
  1340. 1338.  -   padding: 13px 0 13px;
  1341. 1339.  -   opacity: 0.5;
  1342. 1340.  -   filter: alpha(opacity=50);
  1343. 1341.  -   -webkit-transition: background-color 200ms linear;
  1344. 1342.  -   -moz-transition: background-color 200ms linear;
  1345. 1343.  -   /*-o-transition: background-color 200ms linear;*/
  1346. 1344.  -   transition: background-color 200ms linear;
  1347. 1345.  -   -webkit-transition: opacity 200ms linear;
  1348. 1346.  -   -moz-transition: opacity 200ms linear;
  1349. 1347.  -   /*-o-transition: opacity 200ms linear;*/
  1350. 1348.  -   transition: opacity 200ms linear;
  1351. 1349.  - }
  1352. 1350.  - .stl_active:hover #stl_bg, .stl_active.over #stl_bg {
  1353. 1351.  -   opacity: 1;
  1354. 1352.  -   filter: alpha(opacity=100);
  1355. 1353.  - }
  1356. 1354.  - .stl_active.over_fast #stl_bg {
  1357. 1355.  -   background-color: #E1E7ED;
  1358. 1356.  - }
  1359. 1357.  - #stl_side {
  1360. 1358.  -   z-index: 10;
  1361. 1359.  -   display: none;
  1362. 1360.  - }
  1363. 1361.  - #top_back_link {
  1364. 1362.  -   padding-left: 25px;
  1365. 1363.  -   background: url(/images/backlink.gif?4) no-repeat left -85px;
  1366. 1364.  -   overflow: hidden;
  1367. 1365.  -   -o-text-overflow: ellipsis;
  1368. 1366.  -   text-overflow: ellipsis;
  1369. 1367.  -   white-space: nowrap;
  1370. 1368.  -   display: none;
  1371. 1369.  -   width: expression(this.width > 200 ? '200px' : '');
  1372. 1370.  - }
  1373. 1371.  - #top_back_link:hover {
  1374. 1372.  -   background-color: rgba(0, 0, 0, 0.1);
  1375. 1373.  - }
  1376. 1374.  -
  1377. 1375.  - /* Layers */
  1378. 1376.  - #layer_stl {
  1379. 1377.  -   position: absolute;
  1380. 1378.  -   left: 0px;
  1381. 1379.  -   top: 0px;
  1382. 1380.  -   cursor: pointer;
  1383. 1381.  -   display: none;
  1384. 1382.  -   overflow: hidden;
  1385. 1383.  - }
  1386. 1384.  - #layer_stl_bg {
  1387. 1385.  -   top: 0px;
  1388. 1386.  -   left: 0px;
  1389. 1387.  -   width: 100px;
  1390. 1388.  -   height: 100%;
  1391. 1389.  -   background: #000;
  1392. 1390.  -   opacity: 0;
  1393. 1391.  -   filter: alpha(opacity=15);
  1394. 1392.  -   -webkit-transition: opacity 100ms linear;
  1395. 1393.  -   -moz-transition: opacity 100ms linear;
  1396. 1394.  -   -o-transition: opacity 100ms linear;
  1397. 1395.  -   transition: opacity 100ms linear;
  1398. 1396.  - }
  1399. 1397.  - #layer_stl_cl {
  1400. 1398.  -   position: absolute;
  1401. 1399.  -   left: 0px;
  1402. 1400.  -   top: 0px;
  1403. 1401.  -   z-index: 1;
  1404. 1402.  -   width: 100%;
  1405. 1403.  -   height: 100%;
  1406. 1404.  - }
  1407. 1405.  - #layer_stl_text {
  1408. 1406.  -   top: 13px;
  1409. 1407.  -   left: 0px;
  1410. 1408.  -   background: url(/images/toplinkw.gif) no-repeat left 3px;
  1411. 1409.  -   height: 14px;
  1412. 1410.  -   display: block;
  1413. 1411.  -   padding: 0px 20px;
  1414. 1412.  -   margin: 0 31px 0 15px;
  1415. 1413.  -   font-weight: bold;
  1416. 1414.  -   color: #FFF;
  1417. 1415.  -   opacity: 0.5;
  1418. 1416.  -   filter: alpha(opacity=50);
  1419. 1417.  -   -webkit-transition: opacity 100ms linear;
  1420. 1418.  -   -moz-transition: opacity 100ms linear;
  1421. 1419.  -   -o-transition: opacity 100ms linear;
  1422. 1420.  -   transition: opacity 100ms linear;
  1423. 1421.  - }
  1424. 1422.  - #layer_stl_text.down {
  1425. 1423.  -   background-position: left -9px;
  1426. 1424.  - }
  1427. 1425.  - #layer_stl:hover #layer_stl_text {
  1428. 1426.  -   opacity: 1;
  1429. 1427.  - }
  1430. 1428.  - #layer_stl:hover #layer_stl_bg {
  1431. 1429.  -   opacity: 0.15;
  1432. 1430.  - }
  1433. 1431.  -
  1434. 1432.  - #layer_bg,
  1435. 1433.  - #box_layer_bg,
  1436. 1434.  - #layer_wrap,
  1437. 1435.  - #box_layer_wrap {
  1438. 1436.  -   top: 0;
  1439. 1437.  -   left: 0;
  1440. 1438.  -   width: 100%;
  1441. 1439.  -   height: 100%;
  1442. 1440.  -   z-index: 500;
  1443. 1441.  -   overflow: hidden;
  1444. 1442.  -   display: none;
  1445. 1443.  - }
  1446. 1444.  - #box_layer_bg,
  1447. 1445.  - #box_layer_wrap {
  1448. 1446.  -   z-index: 1000;
  1449. 1447.  - }
  1450. 1448.  - #box_layer_bg {
  1451. 1449.  -   background: #000;
  1452. 1450.  -   opacity: 0.2;
  1453. 1451.  -   filter: alpha(opacity=20);
  1454. 1452.  - }
  1455. 1453.  - #box_layer_bg.bg_medium {
  1456. 1454.  -   opacity: 0.5;
  1457. 1455.  -   filter: alpha(opacity=50);
  1458. 1456.  - }
  1459. 1457.  - #box_layer_bg.bg_dark {
  1460. 1458.  -   opacity: 0.7;
  1461. 1459.  -   filter: alpha(opacity=70);
  1462. 1460.  - }
  1463. 1461.  -
  1464. 1462.  - @-moz-document url-prefix() {
  1465. 1463.  -   #box_layer_bg {
  1466. 1464.  -     background: url(/images/layer_bg_lite.png);
  1467. 1465.  -     opacity: 1 !important;
  1468. 1466.  -   }
  1469. 1467.  -   #box_layer_bg.bg_medium {
  1470. 1468.  -     background: url(/images/layer_bg_medium.png);
  1471. 1469.  -   }
  1472. 1470.  -   #box_layer_bg.bg_dark {
  1473. 1471.  -     background: url(/images/layer_bg_black.png);
  1474. 1472.  -   }
  1475. 1473.  - }
  1476. 1474.  -
  1477. 1475.  - #layer_wrap, #box_layer_wrap {
  1478. 1476.  -   overflow: auto;
  1479. 1477.  - }
  1480. 1478.  - #layer_wrap {
  1481. 1479.  -   overflow-x: hidden;
  1482. 1480.  -   overflow-y: auto;
  1483. 1481.  - }
  1484. 1482.  -
  1485. 1483.  - /* MessageBox */
  1486. 1484.  -
  1487. 1485.  - .popup_box_container {
  1488. 1486.  -   margin: 0px auto;
  1489. 1487.  -   z-index: 1002;
  1490. 1488.  -   -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
  1491. 1489.  -   -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
  1492. 1490.  -   box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
  1493. 1491.  - }
  1494. 1492.  - #box_loader {
  1495. 1493.  -   position: absolute;
  1496. 1494.  -   left: 50%;
  1497. 1495.  -   margin: 0px auto 0px -50px;
  1498. 1496.  -   z-index: 1002;
  1499. 1497.  -   width: 100px;
  1500. 1498.  -   display: none;
  1501. 1499.  - }
  1502. 1500.  - #box_loader .back {
  1503. 1501.  -   background-color: #000;
  1504. 1502.  -   opacity: 0.7;
  1505. 1503.  -   filter: alpha(opacity=70);
  1506. 1504.  -   height: 50px;
  1507. 1505.  -   -webkit-border-radius: 5px;
  1508. 1506.  -   -khtml-border-radius: 5px;
  1509. 1507.  -   -moz-border-radius: 5px;
  1510. 1508.  -   border-radius: 5px;
  1511. 1509.  -   -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
  1512. 1510.  -   -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
  1513. 1511.  -   box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
  1514. 1512.  - }
  1515. 1513.  - #box_loader .loader {
  1516. 1514.  -   background: url(/images/upload_inv_mono.gif) no-repeat 50% 50%;
  1517. 1515.  -   height: 50px;
  1518. 1516.  -   position: absolute;
  1519. 1517.  -   width: 100%;
  1520. 1518.  -   z-index: 100;
  1521. 1519.  - }
  1522. 1520.  - .box_title_wrap {
  1523. 1521.  -   background-color: #597DA3;
  1524. 1522.  -   border: 1px solid;
  1525. 1523.  -   border-color: #45688E #43658A;
  1526. 1524.  -   padding: 0px;
  1527. 1525.  -   color: #fff;
  1528. 1526.  -   font-size: 1.18em;
  1529. 1527.  -   font-weight: bold;
  1530. 1528.  - }
  1531. 1529.  - .box_dark .box_title_wrap {
  1532. 1530.  -   border: none;
  1533. 1531.  -   font-size: 1em;
  1534. 1532.  -   font-weight: normal;
  1535. 1533.  - }
  1536. 1534.  - .box_x_button {
  1537. 1535.  -   float: right;
  1538. 1536.  -   width: 17px;
  1539. 1537.  -   height: 17px;
  1540. 1538.  -   margin: 7px 5px 0px;
  1541. 1539.  -   cursor: pointer;
  1542. 1540.  -   padding: 0;
  1543. 1541.  -   background: #9DB7D4 url(/images/boxicon_vk.gif) -23px -2px;
  1544. 1542.  - }
  1545. 1543.  - .box_dark .box_x_button {
  1546. 1544.  -   background: none;
  1547. 1545.  -   margin: 0px;
  1548. 1546.  -   padding: 17px 20px 18px;
  1549. 1547.  -   color: #C7D7E9;
  1550. 1548.  -   width: auto;
  1551. 1549.  -   -webkit-transition: color 100ms linear;
  1552. 1550.  -   -moz-transition: color 100ms linear;
  1553. 1551.  -   -o-transition: color 100ms linear;
  1554. 1552.  -   transition: color 100ms linear;
  1555. 1553.  - }
  1556. 1554.  - .box_dark .box_x_button:hover {
  1557. 1555.  -   color: #FFF;
  1558. 1556.  -   text-decoration: none;
  1559. 1557.  -   background: none;
  1560. 1558.  - }
  1561. 1559.  - .box_body {
  1562. 1560.  -   background-color: #FFF;
  1563. 1561.  -   border-left: 1px solid #999;
  1564. 1562.  -   border-right: 1px solid #999;
  1565. 1563.  -   padding: 16px 14px;
  1566. 1564.  -   line-height: 140%;
  1567. 1565.  - }
  1568. 1566.  - .box_dark .box_body {
  1569. 1567.  -   border: none;
  1570. 1568.  - }
  1571. 1569.  - .box_no_title {
  1572. 1570.  -   border-top: 1px solid #999;
  1573. 1571.  - }
  1574. 1572.  - .box_controls_wrap {
  1575. 1573.  -   border: 1px solid #999;
  1576. 1574.  -   border-top: 0px;
  1577. 1575.  - }
  1578. 1576.  - .box_dark .box_controls_wrap {
  1579. 1577.  -   border: none;
  1580. 1578.  - }
  1581. 1579.  - .box_dark .box_controls {
  1582. 1580.  -   border: none;
  1583. 1581.  -   padding: 16px 15px 15px 20px;
  1584. 1582.  -   background-color: #EEF0F2;
  1585. 1583.  - }
  1586. 1584.  - .box_dark .box_controls_text {
  1587. 1585.  -   padding: 8px 0 0 0;
  1588. 1586.  - }
  1589. 1587.  - .box_controls_text {
  1590. 1588.  -   padding: 8px 8px 0px;
  1591. 1589.  - }
  1592. 1590.  - .box_controls {
  1593. 1591.  -   padding: 8px 5px 7px;
  1594. 1592.  -   height: 30px;
  1595. 1593.  -   background-color: #F2F2F2;
  1596. 1594.  -   border-top: 1px solid #DAE1E8;
  1597. 1595.  - }
  1598. 1596.  - .box_controls .progress {
  1599. 1597.  -   position: relative;
  1600. 1598.  -   margin: 7px 10px 0px;
  1601. 1599.  - }
  1602. 1600.  - .controls_wrap {
  1603. 1601.  -   padding: 7px 0px 0px 5px;
  1604. 1602.  - }
  1605. 1603.  -
  1606. 1604.  - .button_yes, .button_no, .button_cancel {
  1607. 1605.  -   cursor: pointer;
  1608. 1606.  -   width: auto;
  1609. 1607.  -   height: auto;
  1610. 1608.  - }
  1611. 1609.  - .box_controls .button_wrap {
  1612. 1610.  -   padding: 2px 5px;
  1613. 1611.  -   float: right;
  1614. 1612.  - }
  1615. 1613.  - .button_yes div, .button_no div {
  1616. 1614.  -   padding: 4px 14px;
  1617. 1615.  -   text-align: center;
  1618. 1616.  - }
  1619. 1617.  -
  1620. 1618.  - .button_cancel .button, .button_cancel .leave_button, .button_cancel .button_hover, .button_cancel .button_down {
  1621. 1619.  -   padding: 6px 15px;
  1622. 1620.  -   *padding: 7px 15px;
  1623. 1621.  -   text-align: center;
  1624. 1622.  - }
  1625. 1623.  -
  1626. 1624.  - .button_yes {
  1627. 1625.  -   border: 1px solid #517295;
  1628. 1626.  -   text-shadow: 0px 1px 0px #45688E;
  1629. 1627.  - }
  1630. 1628.  - .button_yes_bottom {
  1631. 1629.  -   border-bottom: 1px solid #2B587A;
  1632. 1630.  - }
  1633. 1631.  - .button_yes div {
  1634. 1632.  -   border-style: solid;
  1635. 1633.  -   border-width: 1px;
  1636. 1634.  -   border-color: #7E9CBC #5C82AB #5C82AB;
  1637. 1635.  -   background-color:#5e82a8;
  1638. 1636.  -   color: #FFF;
  1639. 1637.  - }
  1640. 1638.  - .button_yes div.button_hover {
  1641. 1639.  -   border-color: #92ACC7 #7293B7 #7293B7;
  1642. 1640.  -   background-color: #84A1BF;
  1643. 1641.  - }
  1644. 1642.  - .button_yes div.button_down {
  1645. 1643.  -   border-color: #4f749d #4f749d #5c82ab;
  1646. 1644.  -   background-color: #5e84a9;
  1647. 1645.  - }
  1648. 1646.  - .button_no {
  1649. 1647.  -   border: 1px solid #B8B8B8;
  1650. 1648.  -   border-top: 1px solid #9F9F9F;
  1651. 1649.  -   text-shadow: 0px 1px #FFF;
  1652. 1650.  - }
  1653. 1651.  -
  1654. 1652.  - .button_cancel {
  1655. 1653.  -   color: #2B587A;
  1656. 1654.  - }
  1657. 1655.  -
  1658. 1656.  - .button_cancel .button_hover, .button_cancel .button:hover, .button_cancel .button.hover, .button_cancel .leave_button:hover {
  1659. 1657.  -   background: #E1E7ED;
  1660. 1658.  - }
  1661. 1659.  -
  1662. 1660.  - .button_no div {
  1663. 1661.  -   border: 1px solid #F4F4F4;
  1664. 1662.  -   border-top: 1px solid #fff;
  1665. 1663.  -   border-bottom: 1px solid #DFDFDF;
  1666. 1664.  -   background-color: #eaeaea;
  1667. 1665.  -   color: #000;
  1668. 1666.  -   text-decoration: none;
  1669. 1667.  - }
  1670. 1668.  - .button_no div.button_hover {
  1671. 1669.  -   background-color: #f7f7f7;
  1672. 1670.  - }
  1673. 1671.  -
  1674. 1672.  - .button_yes.locked .lock span, .button_no.locked .lock span {
  1675. 1673.  -   visibility: hidden;
  1676. 1674.  - }
  1677. 1675.  -
  1678. 1676.  - .button_yes.locked .lock, .button_no.locked .lock {
  1679. 1677.  -   background: url(/images/upload.gif) no-repeat center 7px;
  1680. 1678.  - }
  1681. 1679.  -
  1682. 1680.  - .box_title {
  1683. 1681.  -   border-top: 1px solid #648CB7;
  1684. 1682.  -   padding: 6px 10px 8px 10px;
  1685. 1683.  - }
  1686. 1684.  - .box_dark .box_title {
  1687. 1685.  -   border: none;
  1688. 1686.  -   color: #FFFFFF;
  1689. 1687.  -   background: #597BA5;
  1690. 1688.  -   font-weight: bold;
  1691. 1689.  -   padding: 17px 20px 18px;
  1692. 1690.  -   font-size: 1.09em;
  1693. 1691.  - }
  1694. 1692.  - #box_layer .box_dark .tabbed_box {
  1695. 1693.  -   margin-bottom: 0px;
  1696. 1694.  - }
  1697. 1695.  - #box_layer .box_dark .tabbed_container {
  1698. 1696.  -   margin-top: 0px;
  1699. 1697.  -   margin-bottom: 0px;
  1700. 1698.  - }
  1701. 1699.  - .box_dark .tabbed_sh {
  1702. 1700.  -   display: none;
  1703. 1701.  - }
  1704. 1702.  - .box_dark .tabbed_box .summary_tabs {
  1705. 1703.  -   padding: 5px 8px;
  1706. 1704.  - }
  1707. 1705.  - .box_dark .tabbed_box .summary_tab,
  1708. 1706.  - .box_dark .tabbed_box .summary_tab_sel {
  1709. 1707.  -   padding: 8px 5px;
  1710. 1708.  - }
  1711. 1709.  - .box_no_controls {
  1712. 1710.  -   background-color: #DAE1E8;
  1713. 1711.  -   border: 1px solid #ADBBCA;
  1714. 1712.  - }
  1715. 1713.  - .box_layout {
  1716. 1714.  -   position: relative; /* for Opera getXY with fixed */
  1717. 1715.  - }
  1718. 1716.  - .box_no_controls .box_title_wrap, .box_no_controls .box_layout .box_controls {
  1719. 1717.  -   display: none;
  1720. 1718.  - }
  1721. 1719.  - .box_no_controls .box_body {
  1722. 1720.  -   border: none;
  1723. 1721.  -   padding: 0;
  1724. 1722.  - }
  1725. 1723.  -
  1726. 1724.  - .delete_all .clear_fix {
  1727. 1725.  -   margin-top: 10px;
  1728. 1726.  - }
  1729. 1727.  - .delete_all .button_gray {
  1730. 1728.  -   margin: 0px 10px;
  1731. 1729.  - }
  1732. 1730.  -
  1733. 1731.  - /*
  1734. 1732.  -  New input buttons with gradient
  1735. 1733.  - */
  1736. 1734.  - .button_blue,
  1737. 1735.  - .button_gray {
  1738. 1736.  -   text-align: center;
  1739. 1737.  -   -webkit-border-radius: 2px;
  1740. 1738.  -   -khtml-border-radius: 2px;
  1741. 1739.  -   -moz-border-radius: 2px;
  1742. 1740.  -   border-radius: 2px;
  1743. 1741.  -   display: inline-block;
  1744. 1742.  -   *display: inline;
  1745. 1743.  -   position: relative;
  1746. 1744.  -   line-height: normal;
  1747. 1745.  -   zoom: 1;
  1748. 1746.  - }
  1749. 1747.  - .box_controls .button_blue,
  1750. 1748.  - .box_controls .button_gray {
  1751. 1749.  -   margin: 2px 5px;
  1752. 1750.  - }
  1753. 1751.  - .button_blue button,
  1754. 1752.  - .button_gray button {
  1755. 1753.  -   border: 1px solid;
  1756. 1754.  -   background: none;
  1757. 1755.  -   font-size: 11px;
  1758. 1756.  -   margin: 0px;
  1759. 1757.  -   cursor: pointer;
  1760. 1758.  -   white-space: nowrap;
  1761. 1759.  -   outline: none;
  1762. 1760.  -   padding: 4px 14px;
  1763. 1761.  -   *padding: 5px 15px 3px;
  1764. 1762.  -   font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  1765. 1763.  -   vertical-align: top;
  1766. 1764.  -   overflow: visible;
  1767. 1765.  -   line-height: 13px;
  1768. 1766.  - }
  1769. 1767.  - .font_medium .button_blue button,
  1770. 1768.  - .font_medium .button_gray button {
  1771. 1769.  -   font-size: 12px;
  1772. 1770.  -   line-height: 14px;
  1773. 1771.  - }
  1774. 1772.  - .button_wide {
  1775. 1773.  -   display: block;
  1776. 1774.  - }
  1777. 1775.  - .button_wide button {
  1778. 1776.  -   width: 100%;
  1779. 1777.  - }
  1780. 1778.  - .button_big button {
  1781. 1779.  -   padding: 5px 14px 6px;
  1782. 1780.  -   *padding: 6px 15px 4px;
  1783. 1781.  - }
  1784. 1782.  -
  1785. 1783.  - .button_blue button::-moz-focus-inner,
  1786. 1784.  - .button_gray button::-moz-focus-inner {
  1787. 1785.  -   border: 0;
  1788. 1786.  - }
  1789. 1787.  -
  1790. 1788.  - .button_blue {
  1791. 1789.  -   border: 1px solid #4e6f93;
  1792. 1790.  -   border-top-color: #517295;
  1793. 1791.  -   background: #5D81A7;
  1794. 1792.  - }
  1795. 1793.  - .button_blue button,
  1796. 1794.  - .button_blue.button_disabled button:active,
  1797. 1795.  - .button_blue.button_disabled button.active,
  1798. 1796.  - .button_blue.button_disabled button:hover,
  1799. 1797.  - .button_blue.button_disabled button.hover {
  1800. 1798.  -   border-top-color: #789ABF;
  1801. 1799.  -   border-bottom-color: #5980A9;
  1802. 1800.  -   border-left-color: #5980A9;
  1803. 1801.  -   border-right-color: #5980A9;
  1804. 1802.  -   color: #FFF;
  1805. 1803.  -   text-shadow:0 1px 0 #45688E;
  1806. 1804.  -   *border: 0;
  1807. 1805.  -   background: url(/images/button_vk.png) #6181a6 repeat-x top;
  1808. 1806.  -   background-position: 0px -16px;
  1809. 1807.  -   *background-position: 0px -16px;
  1810. 1808.  - }
  1811. 1809.  - .button_blue button:hover,
  1812. 1810.  - .button_blue button.hover {
  1813. 1811.  -   background-position: 0px -8px;
  1814. 1812.  - }
  1815. 1813.  - .button_blue button:active,
  1816. 1814.  - .button_blue button.active {
  1817. 1815.  -   background: #5e80a5;
  1818. 1816.  -   border: 1px solid #5e80a5;
  1819. 1817.  -   position:relative;
  1820. 1818.  - }
  1821. 1819.  - .button_gray {
  1822. 1820.  -   border: 1px solid #b3b3b3;
  1823. 1821.  -   background: #e0e0e0;
  1824. 1822.  - }
  1825. 1823.  - .button_gray button,
  1826. 1824.  - .button_gray.button_disabled button:active,
  1827. 1825.  - .button_gray.button_disabled button.active,
  1828. 1826.  - .button_gray.button_disabled button:hover,
  1829. 1827.  - .button_gray.button_disabled button.hover {
  1830. 1828.  -  border-top-color: #ffffff;
  1831. 1829.  -  border-bottom-color: #e5e5e5;
  1832. 1830.  -  border-left-color: #e7e7e7;
  1833. 1831.  -  border-right-color: #e7e7e7;
  1834. 1832.  -  color: #444;
  1835. 1833.  -  text-shadow:0 1px 0 #ffffff;
  1836. 1834.  -  *border: 0;
  1837. 1835.  -  background: url(/images/button_vk.png) #dddddd repeat-x top;
  1838. 1836.  -  background-position: 0px -54px;
  1839. 1837.  - }
  1840. 1838.  - .button_gray button:hover,
  1841. 1839.  - .button_gray button.hover {
  1842. 1840.  -  background-position: 0px -46px;
  1843. 1841.  - }
  1844. 1842.  - .button_gray button:active,
  1845. 1843.  - .button_gray button.active {
  1846. 1844.  -   background: #dcdcdc;
  1847. 1845.  -   border: 1px solid #dcdcdc;
  1848. 1846.  -   position:relative;
  1849. 1847.  - }
  1850. 1848.  - .button_lock {
  1851. 1849.  -   background: url('/images/upload_inv.gif') center no-repeat;
  1852. 1850.  -   position: absolute;
  1853. 1851.  -   width: 100%;
  1854. 1852.  -   height: 100%;
  1855. 1853.  - }
  1856. 1854.  - .button_gray .button_lock {
  1857. 1855.  -   background: url('/images/upload.gif') center no-repeat;
  1858. 1856.  - }
  1859. 1857.  -
  1860. 1858.  - a.button_link:hover,
  1861. 1859.  - a.button_blue:hover,
  1862. 1860.  - a.button_gray:hover {
  1863. 1861.  -   text-decoration: none;
  1864. 1862.  - }
  1865. 1863.  - .button_disabled {
  1866. 1864.  -   opacity: 0.7;
  1867. 1865.  -   filter: alpha(opacity=70);
  1868. 1866.  - }
  1869. 1867.  -
  1870. 1868.  - /* Pages */
  1871. 1869.  -
  1872. 1870.  - .page_list {
  1873. 1871.  -   list-style: none;
  1874. 1872.  -   margin: 0;
  1875. 1873.  -   padding: 0;
  1876. 1874.  - }
  1877. 1875.  - .page_list li {
  1878. 1876.  -   float: left;
  1879. 1877.  -   display: inline;
  1880. 1878.  - }
  1881. 1879.  - .page_list a {
  1882. 1880.  -   border-bottom: 2px solid #FFF;
  1883. 1881.  -   display: block;
  1884. 1882.  -   padding: 3px 3px 2px;
  1885. 1883.  - }
  1886. 1884.  - .page_list a:hover {
  1887. 1885.  -   background: #597DA3;
  1888. 1886.  -   border-bottom: 1px solid #597DA3;
  1889. 1887.  -   color: #FFF;
  1890. 1888.  -   text-decoration: none;
  1891. 1889.  - }
  1892. 1890.  - .page_list .current {
  1893. 1891.  -   background: #FFF;
  1894. 1892.  -   border-bottom: 2px solid #45668E;
  1895. 1893.  -   color: #45668E;
  1896. 1894.  -   font-weight: bold;
  1897. 1895.  -   padding: 3px 2px 2px;
  1898. 1896.  - }
  1899. 1897.  - .pages_bottom .page_list .current {
  1900. 1898.  -   padding-top: 1px;
  1901. 1899.  -   border-bottom-color: white;
  1902. 1900.  -   border-top: 2px solid #45668E;
  1903. 1901.  - }
  1904. 1902.  -
  1905. 1903.  - .flat_tabs {
  1906. 1904.  -   border-bottom: 1px solid #DAE1E8;
  1907. 1905.  -   height: 24px;
  1908. 1906.  -   list-style-type: none;
  1909. 1907.  -   margin: 0pt;
  1910. 1908.  -   padding: 0px 7px;
  1911. 1909.  -   vertical-align: bottom;
  1912. 1910.  - }
  1913. 1911.  - .flat_tab_on {
  1914. 1912.  -   background-color: #FFF;
  1915. 1913.  -   border: 1px solid #C3CAD2;
  1916. 1914.  -   border-bottom: 0px;
  1917. 1915.  -   float: left;
  1918. 1916.  -   height: 24px;
  1919. 1917.  -   margin: 0px 3px -1px;
  1920. 1918.  -   text-align: center;
  1921. 1919.  -   position: relative;
  1922. 1920.  - }
  1923. 1921.  - .flat_tab_on a {
  1924. 1922.  -   float: left;
  1925. 1923.  -   padding: 5px 10px;
  1926. 1924.  -   text-decoration: none;
  1927. 1925.  - }
  1928. 1926.  - .flat_tab {
  1929. 1927.  -   background-color: #F5F7FA;
  1930. 1928.  -   border: 1px solid #C3CAD2;
  1931. 1929.  -   border-bottom: 0px;
  1932. 1930.  -   float: left;
  1933. 1931.  -   height: 23px;
  1934. 1932.  -   margin: 0px 3px;
  1935. 1933.  -   text-align: center;
  1936. 1934.  - }
  1937. 1935.  - .flat_tab a {
  1938. 1936.  -   border-bottom: 2px solid #EEF0F3;
  1939. 1937.  -   float: left;
  1940. 1938.  -   padding: 5px 10px 3px;
  1941. 1939.  -   text-decoration: none;
  1942. 1940.  - }
  1943. 1941.  - .flat_tab a:hover {
  1944. 1942.  -   background-color: #FFF;
  1945. 1943.  -   text-decoration: none;
  1946. 1944.  - }
  1947. 1945.  - .flat_tab a:hover{
  1948. 1946.  -   background-color: #FFF;
  1949. 1947.  -   border-bottom: 2px solid #F5F9FC;
  1950. 1948.  -   text-decoration: none;
  1951. 1949.  - }
  1952. 1950.  -
  1953. 1951.  -
  1954. 1952.  - div.audio td {
  1955. 1953.  -   border: 0px;
  1956. 1954.  -   vertical-align: top;
  1957. 1955.  - }
  1958. 1956.  - .audio {
  1959. 1957.  -   position: relative;
  1960. 1958.  -   clear: both;
  1961. 1959.  - }
  1962. 1960.  - .audio .area {
  1963. 1961.  -   cursor: pointer;
  1964. 1962.  -   margin-bottom: 10px;
  1965. 1963.  -   line-height: normal;
  1966. 1964.  - }
  1967. 1965.  - .audio.over .area {
  1968. 1966.  -   background-color: #EDF1F5;
  1969. 1967.  - }
  1970. 1968.  - .audio .play {
  1971. 1969.  -   cursor: pointer;
  1972. 1970.  -   width: 20px;
  1973. 1971.  -   height: 17px;
  1974. 1972.  -   background: url(/images/play.gif) no-repeat 0px 0px;
  1975. 1973.  - }
  1976. 1974.  - .audio .info {
  1977. 1975.  -   width: 100%;
  1978. 1976.  -   position: relative;
  1979. 1977.  - }
  1980. 1978.  - .audio .title_wrap {
  1981. 1979.  -   padding: 7px 0 6px;
  1982. 1980.  -   width: 260px;
  1983. 1981.  -   overflow: hidden;
  1984. 1982.  -   -o-text-overflow: ellipsis;
  1985. 1983.  -   text-overflow: ellipsis;
  1986. 1984.  -   white-space: nowrap;
  1987. 1985.  - }
  1988. 1986.  - .audio .title_wrap b {
  1989. 1987.  -   padding: 0px;
  1990. 1988.  -   display: inline-block;
  1991. 1989.  -   *display: inline;
  1992. 1990.  -   vertical-align: top;
  1993. 1991.  -   max-width: 180px;
  1994. 1992.  -   overflow: hidden;
  1995. 1993.  -   -o-text-overflow: ellipsis;
  1996. 1994.  -   text-overflow: ellipsis;
  1997. 1995.  -   white-space: nowrap;
  1998. 1996.  - }
  1999. 1997.  - .audio .duration {
  2000. 1998.  -   color: #777;
  2001. 1999.  -   font-size: 0.9em;
  2002. 2000.  -   padding: 8px 7px 7px 0px;
  2003. 2001.  -   max-width: 40px;
  2004. 2002.  -   overflow: hidden;
  2005. 2003.  -   -o-text-overflow: ellipsis;
  2006. 2004.  -   text-overflow: ellipsis;
  2007. 2005.  - }
  2008. 2006.  - .audio.over .duration {
  2009. 2007.  -   color: #8795A5;
  2010. 2008.  - }
  2011. 2009.  - .audio .player {
  2012. 2010.  -   height: 10px;
  2013. 2011.  -   padding: 0px 6px;
  2014. 2012.  -   display: none;
  2015. 2013.  - }
  2016. 2014.  - .audio.current .area {
  2017. 2015.  -   margin-bottom: 0px
  2018. 2016.  - }
  2019. 2017.  - .audio.current .player {
  2020. 2018.  -   display: block;
  2021. 2019.  - }
  2022. 2020.  - .audio .playline {
  2023. 2021.  -   padding-top: 5px;
  2024. 2022.  - }
  2025. 2023.  - .audio .playline div {
  2026. 2024.  -   border-top: 1px dashed #D8DFEA;
  2027. 2025.  -   height: 9px;
  2028. 2026.  - }
  2029. 2027.  -
  2030. 2028.  - .audio .area .actions {
  2031. 2029.  -   position: absolute;
  2032. 2030.  -   top: 0px;
  2033. 2031.  -   right: 0px;
  2034. 2032.  - }
  2035. 2033.  - .add_audio_plus {
  2036. 2034.  -   background: #C4D2E1 url(/images/icons/plus_icon3.gif) no-repeat;
  2037. 2035.  -   height: 17px;
  2038. 2036.  -   width: 16px;
  2039. 2037.  -   cursor: pointer;
  2040. 2038.  -   margin-top: -2px;
  2041. 2039.  - }
  2042. 2040.  - .add_audio_plus.done {
  2043. 2041.  -   background-position: 0 -17px;
  2044. 2042.  -   background-color: #6B8DB1;
  2045. 2043.  -   cursor: default;
  2046. 2044.  - }
  2047. 2045.  -
  2048. 2046.  - #box_layer {
  2049. 2047.  -   padding: 1px 0px 80px;
  2050. 2048.  - }
  2051. 2049.  - #box_layer .video_box .wrap {
  2052. 2050.  -   position: relative;
  2053. 2051.  - }
  2054. 2052.  - #box_layer .video_box div {
  2055. 2053.  -   position: relative;
  2056. 2054.  -   z-index: 1011;
  2057. 2055.  - }
  2058. 2056.  - #box_layer .video_box .background {
  2059. 2057.  -   position: absolute;
  2060. 2058.  -   z-index: 1010;
  2061. 2059.  - }
  2062. 2060.  - #box_layer .video_box .description,
  2063. 2061.  - #box_layer .video .description {
  2064. 2062.  -   padding-top: 10px;
  2065. 2063.  -   position: relative;
  2066. 2064.  - }
  2067. 2065.  - #box_layer .video_box .no_flash_wrap {
  2068. 2066.  -   padding-top: 160px;
  2069. 2067.  - }
  2070. 2068.  - #box_layer .video_box .no_flash {
  2071. 2069.  -   margin: auto;
  2072. 2070.  -   width: 320px;
  2073. 2071.  -   padding: 10px;
  2074. 2072.  -   background: #FFF;
  2075. 2073.  -   border: 1px solid #CCC;
  2076. 2074.  -   position: relative;
  2077. 2075.  -   z-index: 1015;
  2078. 2076.  - }
  2079. 2077.  - #box_layer .flash_needed .button_blue {
  2080. 2078.  -   margin: 15px auto 0px;
  2081. 2079.  -   width: 150px;
  2082. 2080.  - }
  2083. 2081.  - #box_layer .flash_needed .button_blue button {
  2084. 2082.  -   width: 100%;
  2085. 2083.  - }
  2086. 2084.  - #box_layer_wrap.box_layer_hidden,
  2087. 2085.  - .box_layer_hidden {
  2088. 2086.  -   visibility: hidden;
  2089. 2087.  -   left: -10000px;
  2090. 2088.  -   top: -10000px;
  2091. 2089.  - }
  2092. 2090.  -
  2093. 2091.  - #quick_auth_frame {
  2094. 2092.  -   padding: 0px;
  2095. 2093.  -   margin: 0px;
  2096. 2094.  -   border: 0px;
  2097. 2095.  -   width: 130px;
  2098. 2096.  -   height: 300px;
  2099. 2097.  - }
  2100. 2098.  - #quick_login {
  2101. 2099.  -   padding: 3px 0px 0px 9px;
  2102. 2100.  -   width: 117px;
  2103. 2101.  - }
  2104. 2102.  - #quick_auth_button {
  2105. 2103.  -   margin-top: 5px;
  2106. 2104.  - }
  2107. 2105.  - #quick_reg_button {
  2108. 2106.  -   margin-top: 10px;
  2109. 2107.  - }
  2110. 2108.  - #quick_login .text {
  2111. 2109.  -   width: 105px;
  2112. 2110.  -   padding: 5px 5px 6px;
  2113. 2111.  - }
  2114. 2112.  - #quick_login .submit {
  2115. 2113.  -   position: absolute;
  2116. 2114.  -   color: #FFF;
  2117. 2115.  -   border: 0;
  2118. 2116.  -   padding: 0;
  2119. 2117.  -   margin: 0;
  2120. 2118.  -   background: #FFF;
  2121. 2119.  -   left: -8000px;
  2122. 2120.  -   top: -8000px;
  2123. 2121.  - }
  2124. 2122.  - #quick_login .label {
  2125. 2123.  -   color: #45688E;
  2126. 2124.  -   font-weight: bold;
  2127. 2125.  -   padding: 1px 0px 8px;
  2128. 2126.  - }
  2129. 2127.  - #quick_login .labeled {
  2130. 2128.  -   padding-bottom: 7px;
  2131. 2129.  - }
  2132. 2130.  - #quick_login .checkbox {
  2133. 2131.  -   margin-bottom: 7px;
  2134. 2132.  -   display: none;
  2135. 2133.  - }
  2136. 2134.  - #quick_login .reg {
  2137. 2135.  -   margin-top: 7px;
  2138. 2136.  - }
  2139. 2137.  - #quick_login .forgot {
  2140. 2138.  -   padding-top: 12px;
  2141. 2139.  -   text-align: center;
  2142. 2140.  - }
  2143. 2141.  -
  2144. 2142.  - .msg, .error, .info_msg, .box_msg {
  2145. 2143.  -   line-height: 160%;
  2146. 2144.  -   padding: 8px 11px;
  2147. 2145.  - }
  2148. 2146.  - .error {
  2149. 2147.  -   background: #FFEFE8;
  2150. 2148.  -   border: 1px solid #E89B88;
  2151. 2149.  - }
  2152. 2150.  - .info_msg {
  2153. 2151.  -   background: #F6F7F9;
  2154. 2152.  -   border: 1px solid #DBE0EA;
  2155. 2153.  - }
  2156. 2154.  - .msg, .box_msg {
  2157. 2155.  -   background-color: #F9F6E7;
  2158. 2156.  -   border: 1px solid #D4BC4C;
  2159. 2157.  - }
  2160. 2158.  - .box_msg {
  2161. 2159.  -   font-weight: bold;
  2162. 2160.  - }
  2163. 2161.  -
  2164. 2162.  - #system_msg {
  2165. 2163.  -   z-index: 5000;
  2166. 2164.  -   left: 0px;
  2167. 2165.  -   top: 0px;
  2168. 2166.  -   display: none;
  2169. 2167.  -   -webkit-border-radius: 0px 0px 6px;
  2170. 2168.  -   -khtml-border-radius: 0px 0px 6px;
  2171. 2169.  -   -moz-border-radius: 0px 0px 6px;
  2172. 2170.  -   border-radius: 0px 0px 6px;
  2173. 2171.  -   padding: 7px 10px;
  2174. 2172.  - }
  2175. 2173.  -
  2176. 2174.  - #bad_browser {
  2177. 2175.  -   border-bottom: 1px solid #B8C7D3;
  2178. 2176.  -   background-color: #F2F4FF;
  2179. 2177.  - }
  2180. 2178.  - #bad_browser .info {
  2181. 2179.  -   padding: 8px;
  2182. 2180.  -   text-align: center;
  2183. 2181.  -   line-height: 150%;
  2184. 2182.  - }
  2185. 2183.  - #bad_browser #good_browsers {
  2186. 2184.  -   display: none;
  2187. 2185.  - }
  2188. 2186.  - #bad_browser #good_browsers div {
  2189. 2187.  -   width: 400px;
  2190. 2188.  -   height: 100px;
  2191. 2189.  -   margin: 10px auto 0px;
  2192. 2190.  - }
  2193. 2191.  - #bad_browser #good_browsers a {
  2194. 2192.  -   width: 100px;
  2195. 2193.  -   height: 20px;
  2196. 2194.  -   padding-top: 80px;
  2197. 2195.  - }
  2198. 2196.  -
  2199. 2197.  - /* qsearch section */
  2200. 2198.  - #qsearch_link {
  2201. 2199.  -   margin-top: 9px;
  2202. 2200.  -   padding: 3px 15px 7px 15px;
  2203. 2201.  - }
  2204. 2202.  - #qsearch_link.active {
  2205. 2203.  -   background-color: #5B7DA4;
  2206. 2204.  -   border: 1px solid #3E5F84;
  2207. 2205.  -   text-decoration: none;
  2208. 2206.  -   padding: 2px 14px 6px 14px;
  2209. 2207.  - }
  2210. 2208.  - #qsearch_link.active:hover {
  2211. 2209.  -   text-decoration: none;
  2212. 2210.  - }
  2213. 2211.  - #quick_search {
  2214. 2212.  -   display: none;
  2215. 2213.  -   margin-top: 9px;
  2216. 2214.  -   width: 241px;
  2217. 2215.  -   overflow: hidden;
  2218. 2216.  -   overflow-y: visible;
  2219. 2217.  - }
  2220. 2218.  - #search_cont {
  2221. 2219.  -   background-color: #FFFFFF;
  2222. 2220.  -   width: 240px;
  2223. 2221.  -   border: 1px solid #3E5F84;
  2224. 2222.  -   border-left: 0;
  2225. 2223.  -   height: 19px;
  2226. 2224.  - }
  2227. 2225.  - #search_input {
  2228. 2226.  -   border: 0px none white;
  2229. 2227.  -   font-size: 11px;
  2230. 2228.  -   height: 13px;
  2231. 2229.  -   outline: none;
  2232. 2230.  -   overflow: hidden;
  2233. 2231.  -   padding: 3px 0px 3px 10px;
  2234. 2232.  -   width: 229px;
  2235. 2233.  - }
  2236. 2234.  - .font_medium #search_input {
  2237. 2235.  -   font-size: 12px;
  2238. 2236.  - }
  2239. 2237.  - #quick_search .input_back {
  2240. 2238.  -   padding-top: 2px !important;
  2241. 2239.  -   line-height: 1.18em;
  2242. 2240.  - }
  2243. 2241.  -
  2244. 2242.  - #search_sub_menu div.s_photo {
  2245. 2243.  -   width: 50px;
  2246. 2244.  -   height: 50px;
  2247. 2245.  -   overflow: hidden;
  2248. 2246.  -   margin: 0px 10px 0px 0px;
  2249. 2247.  -   line-height: 2em;
  2250. 2248.  - }
  2251. 2249.  - #search_sub_menu div.s_photo img {
  2252. 2250.  -   width: 50px;
  2253. 2251.  -   vertical-align: middle;
  2254. 2252.  - }
  2255. 2253.  - #search_sub_menu a.i_note div.s_photo,
  2256. 2254.  - #search_sub_menu a.i_group div.s_photo,
  2257. 2255.  - #search_sub_menu a.i_public div.s_photo,
  2258. 2256.  - #search_sub_menu a.i_event div.s_photo,
  2259. 2257.  - #search_sub_menu a.i_audio div.s_photo,
  2260. 2258.  - #search_sub_menu a.i_app div.s_photo,
  2261. 2259.  - #search_sub_menu a.i_ad div.s_photo {
  2262. 2260.  -   background-image: url(/images/icons/qsearch_hints.gif?1);
  2263. 2261.  - }
  2264. 2262.  - #search_sub_menu a.i_audio div.s_photo { background-position: 0 0; }
  2265. 2263.  - #search_sub_menu a.i_app div.s_photo { background-position: 0 -50px; }
  2266. 2264.  - #search_sub_menu a.i_event div.s_photo { background-position: 0 -100px; }
  2267. 2265.  - #search_sub_menu a.i_group div.s_photo { background-position: 0 -150px; }
  2268. 2266.  - #search_sub_menu a.i_ad div.s_photo { background-position: 0 -200px; }
  2269. 2267.  - #search_sub_menu a.i_note div.s_photo { background-position: 0 -300px; }
  2270. 2268.  -
  2271. 2269.  - #search_sub_menu div.s_title {
  2272. 2270.  -   cursor: pointer;
  2273. 2271.  -   height: 42px;
  2274. 2272.  -   margin-top: 4px;
  2275. 2273.  -   width: 540px;
  2276. 2274.  -   overflow: hidden;
  2277. 2275.  - }
  2278. 2276.  - #search_sub_menu div.s_title span {
  2279. 2277.  -   background-color: #FFF8CC;
  2280. 2278.  -   border-bottom: 1px solid #FFE222;
  2281. 2279.  -   padding: 0 1px;
  2282. 2280.  - }
  2283. 2281.  - #search_sub_menu a.sub_item:hover, #search_sub_menu a.sub_item_over:hover, #search_sub_menu a.sub_item_next_over:hover {
  2284. 2282.  -   text-decoration: none;
  2285. 2283.  - }
  2286. 2284.  - #search_sub_menu .s_title {
  2287. 2285.  -   color: #2B587A;
  2288. 2286.  -   font-weight: bold;
  2289. 2287.  - }
  2290. 2288.  - #search_sub_menu .s_title div {
  2291. 2289.  -   color: #000;
  2292. 2290.  -   font-weight: normal;
  2293. 2291.  -   padding-top: 4px;
  2294. 2292.  - }
  2295. 2293.  -
  2296. 2294.  - #search_sub_menu .sub_item {
  2297. 2295.  -   background-color: #FFFFFF;
  2298. 2296.  -   border-top: 1px solid #E1E9EF;
  2299. 2297.  -   color: #000000;
  2300. 2298.  -   display: block;
  2301. 2299.  -   padding: 4px 12px 4px 6px;
  2302. 2300.  - }
  2303. 2301.  - #search_sub_menu a.sub_item {
  2304. 2302.  -   border-bottom: 1px solid #FFFFFF;
  2305. 2303.  -   height: 50px;
  2306. 2304.  -   padding: 6px 12px;
  2307. 2305.  -   vertical-align: middle;
  2308. 2306.  - }
  2309. 2307.  - #search_sub_menu a.sub_item.over {
  2310. 2308.  -   background-color: #EDF1F5;
  2311. 2309.  -   border-bottom: 1px solid #EDF1F5;
  2312. 2310.  -   text-decoration: none;
  2313. 2311.  - }
  2314. 2312.  - #search_sub_menu a.s_search_by {
  2315. 2313.  -   font-weight: bold;
  2316. 2314.  -   border-bottom: 1px solid #F7F7F7;
  2317. 2315.  -   background-color:#F7F7F7;
  2318. 2316.  -   height: 27px;
  2319. 2317.  - }
  2320. 2318.  - #search_sub_menu .s_search_by .s_title {
  2321. 2319.  -   color: #2B587A;
  2322. 2320.  -   margin-top: 7px;
  2323. 2321.  - }
  2324. 2322.  -
  2325. 2323.  - .tabs {
  2326. 2324.  -   background: #F7F7F7;
  2327. 2325.  -   padding: 8px;
  2328. 2326.  - }
  2329. 2327.  - .tabs .outer {
  2330. 2328.  - }
  2331. 2329.  - .tabs .tab a {
  2332. 2330.  -   display: inline-block;
  2333. 2331.  - }
  2334. 2332.  - .tabs .tab a:hover {
  2335. 2333.  -   text-decoration: none;
  2336. 2334.  - }
  2337. 2335.  - .tabs .tab {
  2338. 2336.  -   display: inline-block;
  2339. 2337.  -   margin-right: 12px;
  2340. 2338.  -   padding: 2px;
  2341. 2339.  - }
  2342. 2340.  - .tabs .tab.selected {
  2343. 2341.  -   border-bottom: 1px solid #FFFFFF;
  2344. 2342.  -   padding: 0px;
  2345. 2343.  - }
  2346. 2344.  - .tabs .tab b {
  2347. 2345.  -   padding: 2px 5px 2px 5px;
  2348. 2346.  -   display: inline-block;
  2349. 2347.  - }
  2350. 2348.  - .tabs .tab.selected a {
  2351. 2349.  -   border-top: 1px solid #395676;
  2352. 2350.  -   border-right: 1px solid #517295;
  2353. 2351.  -   border-bottom: 1px solid #4a73a0;
  2354. 2352.  -   border-left: 1px solid #517295;
  2355. 2353.  -   color: #FFFFFF;
  2356. 2354.  - }
  2357. 2355.  - .tabs .tab.selected b {
  2358. 2356.  -   border: 1px solid #5C82AB;
  2359. 2357.  -   background: #5e82a8;
  2360. 2358.  - }
  2361. 2359.  - .summary_tabs {
  2362. 2360.  -   font-size: 11px;
  2363. 2361.  -   padding: 5px 5px;
  2364. 2362.  -   border-bottom: 1px solid #DAE1E8;
  2365. 2363.  -   background: #F7F7F7;
  2366. 2364.  - }
  2367. 2365.  - .font_medium .summary_tabs {
  2368. 2366.  -   font-size: 12px;
  2369. 2367.  - }
  2370. 2368.  - .summary_right {
  2371. 2369.  -   padding: 8px 5px;
  2372. 2370.  - }
  2373. 2371.  - .summary_tab, .summary_tab_sel {
  2374. 2372.  -   font-weight: bold;
  2375. 2373.  -   padding: 8px 5px 7px;
  2376. 2374.  - }
  2377. 2375.  - .summary_tab2 {
  2378. 2376.  -   -webkit-border-radius: 2px;
  2379. 2377.  -   -khtml-border-radius: 2px;
  2380. 2378.  -   -moz-border-radius: 2px;
  2381. 2379.  -   border-radius: 2px;
  2382. 2380.  -   padding: 3px 8px 4px;
  2383. 2381.  -   display: block;
  2384. 2382.  - }
  2385. 2383.  - .summary_tab2:hover {
  2386. 2384.  -   background: #E1E7ED;
  2387. 2385.  -   text-decoration: none;
  2388. 2386.  - }
  2389. 2387.  - .summary_tab_sel .summary_tab2, .summary_tab_sel .summary_tab2:hover {
  2390. 2388.  -   padding: 3px 8px 4px;
  2391. 2389.  -   background: #597DA3;
  2392. 2390.  - }
  2393. 2391.  - .summary_tab3 {
  2394. 2392.  -   max-width: 230px;
  2395. 2393.  -   *display: inline;
  2396. 2394.  -   height: 13px;
  2397. 2395.  -   overflow: hidden;
  2398. 2396.  -   font-weight: bold;
  2399. 2397.  -   color: #45688E;
  2400. 2398.  -   padding: 0;
  2401. 2399.  -   -o-text-overflow: ellipsis;
  2402. 2400.  -   text-overflow: ellipsis;
  2403. 2401.  -   line-height: 120%;
  2404. 2402.  - }
  2405. 2403.  - .summary_tab_sel .summary_tab3 {
  2406. 2404.  -   color: #FFF;
  2407. 2405.  - }
  2408. 2406.  - .summary_tab_x {
  2409. 2407.  -   width: 11px;
  2410. 2408.  -   height: 11px;
  2411. 2409.  -   margin: 2px 1px 0px;
  2412. 2410.  -   background: url(/images/pics/im_tabx.gif?1) 0 0;
  2413. 2411.  -   opacity: 0.12;
  2414. 2412.  -   cursor: pointer;
  2415. 2413.  -   filter: alpha(opacity=12);
  2416. 2414.  -   -webkit-transition: opacity 200ms linear;
  2417. 2415.  -   -moz-transition: opacity 200ms linear;
  2418. 2416.  -   -o-transition: opacity 200ms linear;
  2419. 2417.  -   transition: opacity 200ms linear;
  2420. 2418.  - }
  2421. 2419.  - .summary_tab_x:hover {
  2422. 2420.  -   opacity: 0.6;
  2423. 2421.  -   filter: alpha(opacity=60);
  2424. 2422.  - }
  2425. 2423.  - .summary_tab_sel .summary_tab_x {
  2426. 2424.  -   background-position: 0 -13px;
  2427. 2425.  -   opacity: 0.2;
  2428. 2426.  -   filter: alpha(opacity=20);
  2429. 2427.  -   margin-left: 4px;
  2430. 2428.  -   margin-right: -3px;
  2431. 2429.  - }
  2432. 2430.  - .is_rtl1 .summary_tab_sel .summary_tab_x {
  2433. 2431.  -   margin-right: 4px;
  2434. 2432.  -   margin-left: -3px;
  2435. 2433.  - }
  2436. 2434.  - .summary_tab_sel .summary_tab_x:hover {
  2437. 2435.  -   opacity: 1;
  2438. 2436.  -   filter: alpha(opacity=100);
  2439. 2437.  - }
  2440. 2438.  -
  2441. 2439.  - .no_select {
  2442. 2440.  -   user-select: none;
  2443. 2441.  -  -o-user-select: none;
  2444. 2442.  -  -moz-user-select: none;
  2445. 2443.  -  -khtml-user-select: none;
  2446. 2444.  - }
  2447. 2445.  - .select_fix {
  2448. 2446.  -   user-select: text;
  2449. 2447.  -  -o-user-select: text;
  2450. 2448.  -  -moz-user-select: text;
  2451. 2449.  -  -khtml-user-select: text;
  2452. 2450.  - }
  2453. 2451.  -
  2454. 2452.  - .input_back_wrap {
  2455. 2453.  -   position: relative;
  2456. 2454.  -   z-index: 90;
  2457. 2455.  -   cursor: text;
  2458. 2456.  - }
  2459. 2457.  - .input_back {
  2460. 2458.  -   position: absolute;
  2461. 2459.  -   color: #777;
  2462. 2460.  -   z-index: 90;
  2463. 2461.  - }
  2464. 2462.  - .choose_box .input_back {
  2465. 2463.  -   margin: 9px 4px 0px;
  2466. 2464.  - }
  2467. 2465.  - .input_back_content {
  2468. 2466.  -   padding: 0px 2px;
  2469. 2467.  -   white-space: nowrap;
  2470. 2468.  -   line-height: normal;
  2471. 2469.  - }
  2472. 2470.  - .big.input_back_content {
  2473. 2471.  -   padding-left: 0;
  2474. 2472.  -   padding-top: 2px;
  2475. 2473.  - }
  2476. 2474.  - @-moz-document url-prefix() {
  2477. 2475.  - .big.input_back_content {
  2478. 2476.  -   padding-left: 1px;
  2479. 2477.  -   padding-top: 1px;
  2480. 2478.  - }
  2481. 2479.  - }
  2482. 2480.  -
  2483. 2481.  -
  2484. 2482.  - .sort_blank {
  2485. 2483.  -   border: 1px dashed #D8DFEA;
  2486. 2484.  - }
  2487. 2485.  -
  2488. 2486.  - .divider {
  2489. 2487.  -  color: #777;
  2490. 2488.  -  font-weight: normal;
  2491. 2489.  -  padding:0px 5px;
  2492. 2490.  - }
  2493. 2491.  -
  2494. 2492.  - small.divider {
  2495. 2493.  -  padding:0px 2px;
  2496. 2494.  - }
  2497. 2495.  -
  2498. 2496.  - .unshown {
  2499. 2497.  -   display: none;
  2500. 2498.  - }
  2501. 2499.  -
  2502. 2500.  - .hidden {
  2503. 2501.  -   visibility: hidden;
  2504. 2502.  - }
  2505. 2503.  -
  2506. 2504.  - #global_prg {
  2507. 2505.  -   position: absolute;
  2508. 2506.  -   z-index: 400;
  2509. 2507.  - }
  2510. 2508.  -
  2511. 2509.  - /* Tabs */
  2512. 2510.  - .tabs.t_bar {
  2513. 2511.  -   background: #FFF;
  2514. 2512.  - }
  2515. 2513.  - .t_bar {
  2516. 2514.  -   padding: 11px 10px 0px;
  2517. 2515.  -   border-bottom: solid 1px #597DA3;
  2518. 2516.  - }
  2519. 2517.  - ul.t0 {
  2520. 2518.  -   width: 605px;
  2521. 2519.  - }
  2522. 2520.  - ul.t0, ul.t0 li {
  2523. 2521.  -   list-style-type: none;
  2524. 2522.  -   margin: 0;
  2525. 2523.  -   padding: 0;
  2526. 2524.  - }
  2527. 2525.  - ul.t0 li {
  2528. 2526.  -   float: left;
  2529. 2527.  -   text-align: center;
  2530. 2528.  - }
  2531. 2529.  - ul.t0 li.active_link a, ul.t0 li.active_link a:hover {
  2532. 2530.  -   background: #597DA3;
  2533. 2531.  -   color: #FFFFFF;
  2534. 2532.  - }
  2535. 2533.  - ul.t0 li a:hover {
  2536. 2534.  -   background: #E1E7ED;
  2537. 2535.  -   color: #2B587A;
  2538. 2536.  -   text-decoration: none;
  2539. 2537.  - }
  2540. 2538.  - ul.t0 a {
  2541. 2539.  -   float: left;
  2542. 2540.  -   padding: 0 0 5px;
  2543. 2541.  -   margin-right: 5px;
  2544. 2542.  -   text-decoration: none;
  2545. 2543.  -   background-color: #FFF;
  2546. 2544.  -   max-width: 250px;
  2547. 2545.  - }
  2548. 2546.  - ul.t0 a span.count {
  2549. 2547.  -   color: #2b587a;
  2550. 2548.  -   margin-bottom: -1px;
  2551. 2549.  -   padding: 0px 10px 0px 4px;
  2552. 2550.  -   font-weight: bold;
  2553. 2551.  -   font-style: normal !important;
  2554. 2552.  -   font-size: 0.9em;
  2555. 2553.  -   display: none;
  2556. 2554.  - }
  2557. 2555.  - ul.t0 li.active_link a span.count {
  2558. 2556.  -   color: #FFF;
  2559. 2557.  - }
  2560. 2558.  - ul.t0 li.count a span.count {
  2561. 2559.  -   display: inline-block;
  2562. 2560.  -   vertical-align: baseline;
  2563. 2561.  - }
  2564. 2562.  - ul.t0 li.count .tab_word {
  2565. 2563.  -   margin: 0 0 0 10px;
  2566. 2564.  - }
  2567. 2565.  - *:first-child+html .font_medium ul.t0 li.count a {
  2568. 2566.  -   padding-bottom: 4px;
  2569. 2567.  - }
  2570. 2568.  - .font_medium ul.t0 a {
  2571. 2569.  -   padding: 0 0 5px;
  2572. 2570.  - }
  2573. 2571.  - ul.t0 .tab_word {
  2574. 2572.  -   margin: 0px 10px;
  2575. 2573.  -   font-weight: normal;
  2576. 2574.  -   max-width: 230px;
  2577. 2575.  -   display: block;
  2578. 2576.  -   _display: inline;
  2579. 2577.  -   line-height: 1.19em;
  2580. 2578.  -   overflow: hidden;
  2581. 2579.  -   -o-text-overflow: ellipsis;
  2582. 2580.  -   text-overflow: ellipsis;
  2583. 2581.  - }
  2584. 2582.  - ul.t0 .t_r {
  2585. 2583.  -   float: right;
  2586. 2584.  -   padding-top: 5px;
  2587. 2585.  - }
  2588. 2586.  - /*.font_medium {
  2589. 2587.  -   padding: 4px 0 0;
  2590. 2588.  - }*/
  2591. 2589.  - ul.t0 .t_r a {
  2592. 2590.  -   margin: 0;
  2593. 2591.  -   padding: 0;
  2594. 2592.  - }
  2595. 2593.  - ul.t0 .t_r a:hover {
  2596. 2594.  -   text-decoration: underline;
  2597. 2595.  -   background:#FFFFFF;
  2598. 2596.  - }
  2599. 2597.  - .tl1, .tl2 {
  2600. 2598.  -   display: block;
  2601. 2599.  -   height: 1px;
  2602. 2600.  -   background-color: #FFF;
  2603. 2601.  -   overflow: hidden;
  2604. 2602.  -   margin: 0px;
  2605. 2603.  -   border: 1px solid #FFF;
  2606. 2604.  -   border-width: 0px 2px;
  2607. 2605.  - }
  2608. 2606.  - .tl2 {
  2609. 2607.  -   margin-bottom: 3px;
  2610. 2608.  -   border-width: 0px 1px;
  2611. 2609.  - }
  2612. 2610.  - ul.t0 li a {
  2613. 2611.  -   outline: none;
  2614. 2612.  - }
  2615. 2613.  - ul.t0 li a:hover b.tl1, ul.t0 li a:hover b.tl2 {
  2616. 2614.  -   background-color: #E1E7ED;
  2617. 2615.  - }
  2618. 2616.  - ul.t0 li.active_link a b.tl1, ul.t0 li.active_link a:hover b.tl1 {
  2619. 2617.  -   background-color: #597DA3;
  2620. 2618.  -   border-width: 0px 1px;
  2621. 2619.  - }
  2622. 2620.  - ul.t0 li.active_link a b.tl1 b, ul.t0 li.active_link a:hover b.tl1 b {
  2623. 2621.  -   display: block;
  2624. 2622.  -   height: 1px;
  2625. 2623.  -   background: #597DA3;
  2626. 2624.  -   overflow: hidden;
  2627. 2625.  -   margin: 0px;
  2628. 2626.  -   border: 1px solid #9AB1C6;
  2629. 2627.  -   border-width: 0px 1px;
  2630. 2628.  - }
  2631. 2629.  - ul.t0 li.active_link a b.tl2, ul.t0 li.active_link a:hover b.tl2 {
  2632. 2630.  -   background-color: #597DA3;
  2633. 2631.  -   border-color: #9AB1C6;
  2634. 2632.  - }
  2635. 2633.  -
  2636. 2634.  - #flash_audio {
  2637. 2635.  -   height: 0px;
  2638. 2636.  -   top: 5px;
  2639. 2637.  - }
  2640. 2638.  - .audio .play_btn_wrap {
  2641. 2639.  -   padding: 6px;
  2642. 2640.  - }
  2643. 2641.  - .audio .play_new {
  2644. 2642.  -   cursor: pointer;
  2645. 2643.  -   width: 16px;
  2646. 2644.  -   height: 16px;
  2647. 2645.  -   background: url(/images/playpause.gif) no-repeat 0px 0px;
  2648. 2646.  - }
  2649. 2647.  - .audio .play_new.playing {
  2650. 2648.  -   background-position: 0px -16px;
  2651. 2649.  - }
  2652. 2650.  -
  2653. 2651.  - .side_filter {
  2654. 2652.  -   color: #2B587A;
  2655. 2653.  -   cursor: pointer;
  2656. 2654.  -   padding: 6px 6px 7px 10px;
  2657. 2655.  -   background-color: #F7F7F7;
  2658. 2656.  -   background-repeat: no-repeat;
  2659. 2657.  -   width: 120px;
  2660. 2658.  - }
  2661. 2659.  -
  2662. 2660.  - .side_filter_over {
  2663. 2661.  -   color: #2B587A;
  2664. 2662.  -   background-color: #DAE1E8;
  2665. 2663.  - }
  2666. 2664.  -
  2667. 2665.  - .side_filter.cur_section {
  2668. 2666.  -   background-color: #5e82a8;
  2669. 2667.  -   color: #FFFFFF;
  2670. 2668.  - }
  2671. 2669.  -
  2672. 2670.  - .side_filter.loading {
  2673. 2671.  -   background-image: url(/images/upload_inv_mini.gif);
  2674. 2672.  -   background-position: 110px center;
  2675. 2673.  -   background-repeat: no-repeat;
  2676. 2674.  - }
  2677. 2675.  -
  2678. 2676.  - .sort_rev_icon, .sort_not_rev_icon {
  2679. 2677.  -   width: 15px;
  2680. 2678.  -   height: 11px;
  2681. 2679.  -   background: url(/images/photoorder.gif) left 0px;
  2682. 2680.  - }
  2683. 2681.  - .sort_not_rev_icon {
  2684. 2682.  -   background-position: left -14px;
  2685. 2683.  - }
  2686. 2684.  -
  2687. 2685.  - .pg_more_link {
  2688. 2686.  -   display: block;
  2689. 2687.  -   padding: 10px;
  2690. 2688.  -   border-top: 1px solid #FFF;
  2691. 2689.  -   text-align: center;
  2692. 2690.  - }
  2693. 2691.  - .pg_more_link:hover {
  2694. 2692.  -   text-decoration: none;
  2695. 2693.  -   background: #E9EDF1;
  2696. 2694.  -   border-top: 1px solid #DAE1E8;
  2697. 2695.  - }
  2698. 2696.  - .pg_more_progress {
  2699. 2697.  -   margin: 0px auto;
  2700. 2698.  - }
  2701. 2699.  - .pg_lnk {
  2702. 2700.  -   padding-bottom: 3px;
  2703. 2701.  - }
  2704. 2702.  - .pg_lnk:hover {
  2705. 2703.  -   padding-bottom: 0px;
  2706. 2704.  -   border-bottom: 3px solid #DAE1E8;
  2707. 2705.  -   text-decoration: none;
  2708. 2706.  - }
  2709. 2707.  - .pages_bottom .pg_lnk {
  2710. 2708.  -   padding-top: 4px;
  2711. 2709.  -   padding-bottom: 0px;
  2712. 2710.  - }
  2713. 2711.  - .pages_bottom .pg_lnk:hover {
  2714. 2712.  -   padding-top: 1px;
  2715. 2713.  -   border-bottom: 0px;
  2716. 2714.  -   border-top: 3px solid #DAE1E8;
  2717. 2715.  -   text-decoration: none;
  2718. 2716.  - }
  2719. 2717.  - .pg_pages {
  2720. 2718.  - }
  2721. 2719.  - .pg_in {
  2722. 2720.  -   padding: 2px 5px;
  2723. 2721.  - }
  2724. 2722.  - .pg_lnk .pg_in {
  2725. 2723.  -   padding: 2px 6px;
  2726. 2724.  - }
  2727. 2725.  - .pg_lnk_sel {
  2728. 2726.  -   font-weight: bold;
  2729. 2727.  -   color: #45688E;
  2730. 2728.  -   border-bottom: 1px solid #2B587A;
  2731. 2729.  - }
  2732. 2730.  - .pg_lnk_sel:hover {
  2733. 2731.  -   text-decoration: none;
  2734. 2732.  - }
  2735. 2733.  - .pg_lnk_sel .pg_in {
  2736. 2734.  -   border-bottom: 3px solid #597DA3;
  2737. 2735.  - }
  2738. 2736.  - .pages_bottom .pg_lnk_sel {
  2739. 2737.  -   border-top: 1px solid #2B587A;
  2740. 2738.  -   border-bottom: 0px;
  2741. 2739.  - }
  2742. 2740.  - .pages_bottom .pg_lnk_sel .pg_in {
  2743. 2741.  -   border-top: 3px solid #597DA3;
  2744. 2742.  -   border-bottom: 0px;
  2745. 2743.  - }
  2746. 2744.  - #pg_fixed {
  2747. 2745.  -   top: 20px;
  2748. 2746.  -   z-index: 200;
  2749. 2747.  -   display: none;
  2750. 2748.  - }
  2751. 2749.  - .pg_fixed_back {
  2752. 2750.  -   background: #000;
  2753. 2751.  -   -webkit-border-radius: 3px;
  2754. 2752.  -   -khtml-border-radius: 3px;
  2755. 2753.  -   -moz-border-radius: 3px;
  2756. 2754.  -   border-radius: 3px;
  2757. 2755.  -   opacity: 0.5;
  2758. 2756.  -   filter: alpha(opacity=50);
  2759. 2757.  -   position: absolute;
  2760. 2758.  - }
  2761. 2759.  - .pg_fixed_pages {
  2762. 2760.  -   position: relative;
  2763. 2761.  -   padding: 5px 10px 6px;
  2764. 2762.  - }
  2765. 2763.  - .pg_flnk:hover, .pg_flnk_rd:hover, .pg_flnk_sel:hover, .pg_flnk_nb:hover {
  2766. 2764.  -   text-decoration: none;
  2767. 2765.  - }
  2768. 2766.  - .pg_flnk, .pg_flnk_rd, .pg_flnk_sel, .pg_flnk_nb {
  2769. 2767.  -   font-size: 1.18em;
  2770. 2768.  -   color: #CCC;
  2771. 2769.  -   padding: 2px 5px 1px;
  2772. 2770.  -   font-weight: bold;
  2773. 2771.  -   display: inline-block;
  2774. 2772.  -   *display: inline;
  2775. 2773.  -   zoom: 1;
  2776. 2774.  - }
  2777. 2775.  - .pg_flnk {
  2778. 2776.  -   border-bottom: 1px solid #CCC;
  2779. 2777.  - }
  2780. 2778.  - .pg_flnk_rd {
  2781. 2779.  -   border-bottom: 1px solid #FFF;
  2782. 2780.  - }
  2783. 2781.  - .pg_flnk, .pg_flnk_rd, .pg_flnk_nb {
  2784. 2782.  -   -webkit-transition: color 200ms linear;
  2785. 2783.  -   -moz-transition: color 200ms linear;
  2786. 2784.  -   -o-transition: color 200ms linear;
  2787. 2785.  -   transition: color 200ms linear;
  2788. 2786.  - }
  2789. 2787.  - .pg_flnk:hover, .pg_flnk_rd:hover, .pg_flnk_nb:hover {
  2790. 2788.  -   color: #FFF;
  2791. 2789.  - }
  2792. 2790.  - .pg_flnk_nb {
  2793. 2791.  -   font-weight: normal;
  2794. 2792.  -   padding: 2px 3px 1px;
  2795. 2793.  - }
  2796. 2794.  - .pg_flnk_sel {
  2797. 2795.  -   color: #FFF;
  2798. 2796.  -   border-bottom: 4px solid #FFF;
  2799. 2797.  - }
  2800. 2798.  -
  2801. 2799.  - /* Box notify */
  2802. 2800.  - .top_result_baloon_wrap {
  2803. 2801.  -   padding-top: 50px;
  2804. 2802.  -   z-index: 1200;
  2805. 2803.  -   font-size: 1.09em;
  2806. 2804.  - }
  2807. 2805.  -
  2808. 2806.  - .top_result_baloon {
  2809. 2807.  -   color: #FFF;
  2810. 2808.  -   cursor: pointer;
  2811. 2809.  -   background: url('/images/mv_bg.png');
  2812. 2810.  -   background: rgba(0, 0, 0, 0.75);
  2813. 2811.  -
  2814. 2812.  -   -webkit-border-radius: 5px;
  2815. 2813.  -   -moz-border-radius: 5px;
  2816. 2814.  -   border-radius: 5px;
  2817. 2815.  -
  2818. 2816.  -   -webkit-box-shadow: 0 2px 15px #888;
  2819. 2817.  -   -moz-box-shadow: 0 2px 15px #888;
  2820. 2818.  -   box-shadow: 0 2px 15px #888;
  2821. 2819.  -
  2822. 2820.  -   padding: 15px 15px;
  2823. 2821.  -   width: 380px;
  2824. 2822.  -   text-shadow: 0px 1px 0px #262626;
  2825. 2823.  -   line-height: 160%;
  2826. 2824.  - }
  2827. 2825.  - div.top_result_header {
  2828. 2826.  -   font-weight: bold;
  2829. 2827.  -   font-size: 1.09em;
  2830. 2828.  -   padding-bottom: 5px;
  2831. 2829.  - }
  2832. 2830.  - div.top_result_baloon a {
  2833. 2831.  -   color: #B1DAFF;
  2834. 2832.  -   font-weight: bold;
  2835. 2833.  - }
  2836. 2834.  -
  2837. 2835.  - /* dropbox styles */
  2838. 2836.  - .dropbox {
  2839. 2837.  -   position: absolute;
  2840. 2838.  -   top: 0px;
  2841. 2839.  -   left: 0px;
  2842. 2840.  -   width: 100%;
  2843. 2841.  -   height: 100%;
  2844. 2842.  -   z-index: 1550;
  2845. 2843.  -   background: #FFF url(/images/dropbox_arrow.png) no-repeat 55px 11px;
  2846. 2844.  -   display: none;
  2847. 2845.  - }
  2848. 2846.  - .dropbox.choose {
  2849. 2847.  -   background: #FFF url(/images/dropbox_arrow.png) no-repeat 75px 31px;
  2850. 2848.  -   border-bottom: 1px solid #DAE1E8;
  2851. 2849.  - }
  2852. 2850.  - .dropbox_wrap {
  2853. 2851.  -   padding: 30px;
  2854. 2852.  -   height: 100%;
  2855. 2853.  -   -webkit-box-sizing: border-box;
  2856. 2854.  -   -moz-box-sizing: border-box;
  2857. 2855.  -   box-sizing: border-box;
  2858. 2856.  - }
  2859. 2857.  - .dropbox.choose .dropbox_wrap {
  2860. 2858.  -   padding: 50px;
  2861. 2859.  - }
  2862. 2860.  - .dropbox_area {
  2863. 2861.  -   text-align: center;
  2864. 2862.  -   color: #7F92A5;
  2865. 2863.  -   font-size: 1.27em;
  2866. 2864.  -   -moz-user-select: none;
  2867. 2865.  -   -khtml-user-select: none;
  2868. 2866.  -   user-select: none;
  2869. 2867.  -   border: 3px dashed #A3B6C9;
  2870. 2868.  -   position: relative;
  2871. 2869.  -   min-height: 100%;
  2872. 2870.  - }
  2873. 2871.  - .dropbox_label {
  2874. 2872.  -   position: absolute;
  2875. 2873.  -   width: 100%;
  2876. 2874.  -   top: 50%;
  2877. 2875.  -   height: 50px;
  2878. 2876.  -   line-height: 4.54em;
  2879. 2877.  -   margin-top: -25px;
  2880. 2878.  - }
  2881. 2879.  - .left_restore_link {
  2882. 2880.  -   /*position: absolute;*/
  2883. 2881.  -   margin: 10px 0px 0px 0px;
  2884. 2882.  -   padding: 8px;
  2885. 2883.  -   background: #F7F7F7;
  2886. 2884.  -   width: 110px;
  2887. 2885.  -   line-height: 140%;
  2888. 2886.  -   -webkit-border-radius: 5px;
  2889. 2887.  -   -khtml-border-radius: 5px;
  2890. 2888.  -   -moz-border-radius: 5px;
  2891. 2889.  -   border-radius: 5px;
  2892. 2890.  - }
  2893. 2891.  -
  2894. 2892.  - .piechart_table {
  2895. 2893.  -   margin: 0 30px 20px 0;
  2896. 2894.  - }
  2897. 2895.  - .piechart_table tr td {
  2898. 2896.  -   padding: 7px 8px 8px 8px;
  2899. 2897.  -   border-bottom: 1px solid #EAEEF1;
  2900. 2898.  -   text-align: left;
  2901. 2899.  - }
  2902. 2900.  - .piechart_stat_color {
  2903. 2901.  -   float: left;
  2904. 2902.  -   margin: 2px 8px 0 0;
  2905. 2903.  -   width: 12px;
  2906. 2904.  -   height: 12px;
  2907. 2905.  -   -webkit-border-radius: 2px;
  2908. 2906.  -   -khtml-border-radius: 2px;
  2909. 2907.  -   -moz-border-radius: 2px;
  2910. 2908.  -   border-radius: 2px;
  2911. 2909.  - }
  2912. 2910.  - .piechart_stat_name {
  2913. 2911.  -   min-width: 120px;
  2914. 2912.  - }
  2915. 2913.  - .piechart_stat_info {
  2916. 2914.  -   padding-left: 0!important;
  2917. 2915.  - }
  2918. 2916.  - .piechart_col_header th {
  2919. 2917.  -   padding: 7px 0;
  2920. 2918.  -   font-weight: bold;
  2921. 2919.  -   background-color: #EEF2F6;
  2922. 2920.  - }
  2923. 2921.  - th.piechart_col_header_first {
  2924. 2922.  -   padding-left: 28px;
  2925. 2923.  - }
  2926. 2924.  - th.piechart_col_header_second {
  2927. 2925.  -   padding-right: 20px;
  2928. 2926.  - }
  2929. 2927.  -
  2930. 2928.  - .piechart_tooltip {
  2931. 2929.  -   position: absolute;
  2932. 2930.  -   z-index: 5000;
  2933. 2931.  -   width: 400px;
  2934. 2932.  -
  2935. 2933.  -   color: white;
  2936. 2934.  -   line-height: 200%;
  2937. 2935.  -   display: none;
  2938. 2936.  - }
  2939. 2937.  -
  2940. 2938.  - .piechart_tooltip div.background {
  2941. 2939.  -   color: black;
  2942. 2940.  -
  2943. 2941.  -   background-color: black;
  2944. 2942.  -   -moz-opacity: 0.8;
  2945. 2943.  -   opacity: 0.8;
  2946. 2944.  -   filter: alpha(opacity=80);
  2947. 2945.  -   -webkit-border-radius: 3px;
  2948. 2946.  -   -moz-border-radius: 3px;
  2949. 2947.  -   border-radius: 3px;
  2950. 2948.  - }
  2951. 2949.  - .piechart_tooltip div {
  2952. 2950.  -   position: absolute;
  2953. 2951.  -   padding: 10px;
  2954. 2952.  - }
  2955. 2953.  -
  2956. 2954.  - .piechart_rows_root.transp_children .piechart_column .piechart_row {
  2957. 2955.  -   opacity: 0.5;
  2958. 2956.  -   -moz-opacity: 0.5;
  2959. 2957.  -   filter: alpha(opacity=50);
  2960. 2958.  - }
  2961. 2959.  -
  2962. 2960.  - .piechart_rows_root.transp_children .piechart_column .piechart_row.hovered {
  2963. 2961.  -   opacity: 1;
  2964. 2962.  -   -moz-opacity: 1;
  2965. 2963.  -   filter: alpha(opacity=100);
  2966. 2964.  - }
  2967. 2965.  -
  2968. 2966.  - /* new top nav styles */
  2969. 2967.  -
  2970. 2968.  - .ts_contact {
  2971. 2969.  -   display: block;
  2972. 2970.  -   height: 40px;
  2973. 2971.  -   padding: 4px 8px;
  2974. 2972.  -   line-height: 100%;
  2975. 2973.  -   white-space: nowrap;
  2976. 2974.  -   overflow: hidden;
  2977. 2975.  -   margin: 0px;
  2978. 2976.  -   position: relative;
  2979. 2977.  - }
  2980. 2978.  - .ts_contact:first-child {
  2981. 2979.  -   padding-top: 8px;
  2982. 2980.  - }
  2983. 2981.  - .ts_contact:last-child {
  2984. 2982.  -   padding-bottom: 8px;
  2985. 2983.  - }
  2986. 2984.  - .ts_contact_photo img {
  2987. 2985.  -   width: 40px;
  2988. 2986.  -   height: 40px;
  2989. 2987.  -   background: 0 0 no-repeat;
  2990. 2988.  -   -webkit-border-radius: 2px;
  2991. 2989.  -   -moz-border-radius: 2px;
  2992. 2990.  -   border-radius: 2px;
  2993. 2991.  - }
  2994. 2992.  -
  2995. 2993.  - .ts_contact_online .ts_contact_status,
  2996. 2994.  - .ts_contact_mobile .ts_contact_status {
  2997. 2995.  -   background: url(/images/icons/rbox_full2.png?1) 0px -49px no-repeat;
  2998. 2996.  -   right: 10px;
  2999. 2997.  -   top: 9px;
  3000. 2998.  -   position: absolute;
  3001. 2999.  -   width: 6px;
  3002. 3000.  -   height: 6px;
  3003. 3001.  - }
  3004. 3002.  - .ts_contact_mobile .ts_contact_status {
  3005. 3003.  -   background-position: -2px -128px;
  3006. 3004.  -   top: 8px;
  3007. 3005.  -   right: 9px;
  3008. 3006.  -   height: 11px;
  3009. 3007.  -   width: 7px;
  3010. 3008.  - }
  3011. 3009.  - .ts_contact.ts_contact_online:first-child .ts_contact_status,
  3012. 3010.  - .ts_contact.ts_contact_mobile:first-child .ts_contact_status {
  3013. 3011.  -   top: 13px;
  3014. 3012.  - }
  3015. 3013.  - .ts_contact.ts_contact_mobile:first-child .ts_contact_status {
  3016. 3014.  -   top: 12px;
  3017. 3015.  - }
  3018. 3016.  - .ts_contact.active.write:first-child .ts_contact_status{
  3019. 3017.  -   top: 12px;
  3020. 3018.  - }
  3021. 3019.  - .ts_contact.active.write .ts_contact_status {
  3022. 3020.  -   background: url(/images/icons/rbox_full2.png?1) 1px -83px no-repeat;
  3023. 3021.  -   width: 12px;
  3024. 3022.  -   height: 11px;
  3025. 3023.  -   position: absolute;
  3026. 3024.  -   top: 8px;
  3027. 3025.  -   right: 9px;
  3028. 3026.  - }
  3029. 3027.  - .ts_contact.active.write .ts_contact_status:hover {
  3030. 3028.  -   background: url(/images/icons/rbox_full2.png?1) 1px -116px no-repeat;
  3031. 3029.  - }
  3032. 3030.  - .ts_search_link .ts_contact_status {
  3033. 3031.  -   background: url(/images/icons/rbox_full2.png?1) 0 -99px no-repeat;
  3034. 3032.  -   width: 11px;
  3035. 3033.  -   height: 12px;
  3036. 3034.  -   position:absolute;
  3037. 3035.  -   top:12px;
  3038. 3036.  -   right:8px;
  3039. 3037.  - }
  3040. 3038.  - #ts_search_sep {
  3041. 3039.  -   padding: 6px 13px 7px;
  3042. 3040.  -   color: #777;
  3043. 3041.  -   background: #f0f0f0;
  3044. 3042.  -   border-top: 1px solid #e0e1e2;
  3045. 3043.  -   border-bottom: 1px solid #e0e1e2;
  3046. 3044.  -   font-weight: bold;
  3047. 3045.  - }
  3048. 3046.  - .ts_contact_name {
  3049. 3047.  -   color: #45688e;
  3050. 3048.  -   height:30px;
  3051. 3049.  -   padding: 2px 0 0 8px;
  3052. 3050.  -   -o-text-overflow: ellipsis;
  3053. 3051.  -   text-overflow: ellipsis;
  3054. 3052.  -   white-space: nowrap;
  3055. 3053.  -   display: block;
  3056. 3054.  -   width: 160px;
  3057. 3055.  -   overflow: hidden;
  3058. 3056.  -   font-weight: bold;
  3059. 3057.  -   position: relative;
  3060. 3058.  - }
  3061. 3059.  - .ts_search_link .ts_contact_name {
  3062. 3060.  -   padding: 0;
  3063. 3061.  -   width: 100%;
  3064. 3062.  -   font-weight: normal;
  3065. 3063.  - }
  3066. 3064.  - .ts_contact_info {
  3067. 3065.  -   font-weight: normal;
  3068. 3066.  -   color: #999;
  3069. 3067.  -   padding-top: 6px;
  3070. 3068.  -   font-size: 11px;
  3071. 3069.  - }
  3072. 3070.  - .font_medium .ts_contact_info {
  3073. 3071.  -   font-size: 12px;
  3074. 3072.  - }
  3075. 3073.  - .ts_contact.active .ts_contact_info {
  3076. 3074.  -   color: #8795a5;
  3077. 3075.  - }
  3078. 3076.  - #ts_friends_online {
  3079. 3077.  -   background: url("/images/icons/online_friends.gif") right no-repeat;
  3080. 3078.  -   position: absolute;
  3081. 3079.  -   right: 7px;
  3082. 3080.  -   top: 9px;
  3083. 3081.  -   padding: 4px 12px 4px 5px;
  3084. 3082.  -   z-index: 500;
  3085. 3083.  -   color: #7C90A6;
  3086. 3084.  -   font-size: 0.9em;
  3087. 3085.  -   line-height: 14px;
  3088. 3086.  -   font-weight: bold;
  3089. 3087.  -   opacity: 0.9;
  3090. 3088.  -   cursor: pointer;
  3091. 3089.  -   display: none;
  3092. 3090.  - }
  3093. 3091.  - #ts_friends_online:hover {
  3094. 3092.  -   opacity: 1;
  3095. 3093.  - }
  3096. 3094.  - em.ts_clist_hl {
  3097. 3095.  -   font-style: normal;
  3098. 3096.  -   background: #f0f4f7;
  3099. 3097.  -   border-bottom: 1px solid #eff3f6;
  3100. 3098.  -   margin: 0px;
  3101. 3099.  -   padding: 0px 1px;
  3102. 3100.  - }
  3103. 3101.  -
  3104. 3102.  - #ts_wrap {
  3105. 3103.  -   position: absolute;
  3106. 3104.  -   top: 0px;
  3107. 3105.  -   left: 144px;
  3108. 3106.  -   height: 40px;
  3109. 3107.  -   width: 174px;
  3110. 3108.  - }
  3111. 3109.  - #ts_wrap.vk {
  3112. 3110.  -   left: auto;
  3113. 3111.  -   right: 45px;
  3114. 3112.  -   width: 600px;
  3115. 3113.  - }
  3116. 3114.  - #ts_wrap .input_back {
  3117. 3115.  -   color: #7C90A6;
  3118. 3116.  - }
  3119. 3117.  - #ts_wrap .ts.dark .input_back {
  3120. 3118.  -   color: #7A8CA0;
  3121. 3119.  - }
  3122. 3120.  - div.ts_back_link {
  3123. 3121.  -   margin-bottom: 1px;
  3124. 3122.  -   overflow: hidden;
  3125. 3123.  -   width: 410px;
  3126. 3124.  - }
  3127. 3125.  - div.ts_input_wrap {
  3128. 3126.  -   position: relative;
  3129. 3127.  -   top: 50%;
  3130. 3128.  -   background: #426285;
  3131. 3129.  -   width: 170px;
  3132. 3130.  -
  3133. 3131.  -   background-image: -webkit-linear-gradient(top, #375a7f 0%, #55779d 80%);
  3134. 3132.  -   background-image: -moz-linear-gradient(top, #375a7f 0%, #55779d 80%);
  3135. 3133.  -   background-image: -ms-linear-gradient(top, #375a7f 0%, #55779d 80%);
  3136. 3134.  -   background-image: -o-linear-gradient(top, #375a7f 0%, #55779d 80%);
  3137. 3135.  -   background-image: linear-gradient(top, #375a7f 0%, #55779d 80%);
  3138. 3136.  -
  3139. 3137.  -   background-image: -webkit-gradient(
  3140. 3138.  -     linear,
  3141. 3139.  -     left top,
  3142. 3140.  -     left bottom,
  3143. 3141.  -     color-stop(0, #375a7f),
  3144. 3142.  -     color-stop(0.8, #55779d)
  3145. 3143.  -   );
  3146. 3144.  -   -webkit-box-shadow: 0 1px 0 0 #6f91bb;
  3147. 3145.  -   -moz-box-shadow: 0 1px 0 0 #6f91bb;
  3148. 3146.  -   box-shadow: 0 1px 0px 0px #6f91bb;
  3149. 3147.  -
  3150. 3148.  -   margin-top: -12px;
  3151. 3149.  -   padding: 1px;
  3152. 3150.  -   -webkit-border-radius: 3px;
  3153. 3151.  -   -moz-border-radius: 3px;
  3154. 3152.  -   border-radius: 3px;
  3155. 3153.  -   overflow: hidden;
  3156. 3154.  - }
  3157. 3155.  -
  3158. 3156.  - #ts_wrap.vk div.ts_input_wrap {
  3159. 3157.  - /*  opacity: 0.5;
  3160. 3158.  -   filter: alpha(opacity=50);
  3161. 3159.  -   */
  3162. 3160.  -   width: 130px;
  3163. 3161.  - }
  3164. 3162.  - div.ts_input_wrap2 {
  3165. 3163.  -   margin-right: 63px;
  3166. 3164.  - }
  3167. 3165.  - div.ts {
  3168. 3166.  -   -webkit-border-radius: 3px;
  3169. 3167.  -   -moz-border-radius: 3px;
  3170. 3168.  -   border-radius: 3px;
  3171. 3169.  -   overflow: hidden;
  3172. 3170.  -   background-color: #FFFFFF;
  3173. 3171.  -
  3174. 3172.  -   background-image: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%);
  3175. 3173.  -   background-image: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
  3176. 3174.  -   background-image: -ms-linear-gradient(top, #efefef 0%, #ffffff 100%);
  3177. 3175.  -   background-image: -o-linear-gradient(top, #efefef 0%, #ffffff 100%);
  3178. 3176.  -   background-image: linear-gradient(top, #efefef 0%, #ffffff 100%);
  3179. 3177.  -
  3180. 3178.  -   background-image: -webkit-gradient(
  3181. 3179.  -     linear,
  3182. 3180.  -     left top,
  3183. 3181.  -     left bottom,
  3184. 3182.  -     color-stop(0, #efefef),
  3185. 3183.  -     color-stop(1, #ffffff)
  3186. 3184.  -   );
  3187. 3185.  - }
  3188. 3186.  - div.ts.dark {
  3189. 3187.  -   background-image: -webkit-linear-gradient(top, #d0d0d0 0%, #eee 100%);
  3190. 3188.  -   background-image: -moz-linear-gradient(top, #d0d0d0 0%, #eee 100%);
  3191. 3189.  -   background-image: -ms-linear-gradient(top, #d0d0d0 0%, #eee 100%);
  3192. 3190.  -   background-image: -o-linear-gradient(top, #d0d0d0 0%, #eee 100%);
  3193. 3191.  -   background-image: linear-gradient(top, #d0d0d0 0%, #eee 100%);
  3194. 3192.  -
  3195. 3193.  -   background-image: -webkit-gradient(
  3196. 3194.  -     linear,
  3197. 3195.  -     left top,
  3198. 3196.  -     left bottom,
  3199. 3197.  -     color-stop(0, #d0d0d0),
  3200. 3198.  -     color-stop(1, #eee)
  3201. 3199.  -   );
  3202. 3200.  - }
  3203. 3201.  - div.ts .input_back {
  3204. 3202.  -   margin-top: 0 !important;
  3205. 3203.  -   margin-left: 0 !important;
  3206. 3204.  - }
  3207. 3205.  - #ts_input {
  3208. 3206.  -   border: 0;
  3209. 3207.  -   padding: 4px 41px 3px 22px;
  3210. 3208.  -   outline: 0;
  3211. 3209.  -   margin: 0px;
  3212. 3210.  -   width: 100%;
  3213. 3211.  -   background: url(/images/search_icon_d.gif) no-repeat 6px -11px;
  3214. 3212.  -
  3215. 3213.  -   -webkit-box-shadow: inset 0 1px 4px 0px #c0c4c9;
  3216. 3214.  -   -moz-box-shadow: inset 0 1px 4px 0px #c0c4c9;
  3217. 3215.  -   box-shadow: inset 0 1px 4px 0px #c0c4c9;
  3218. 3216.  -
  3219. 3217.  -   height: 14px;
  3220. 3218.  -   line-height: 1.36em;
  3221. 3219.  - }
  3222. 3220.  - #ts_wrap.vk #ts_input {
  3223. 3221.  -   background: url(/images/search_icon.gif) no-repeat 6px 5px;
  3224. 3222.  - }
  3225. 3223.  - .ts.dark #ts_input {
  3226. 3224.  -   -webkit-box-shadow: inset 0 1px 4px 0px #a9b6c6;
  3227. 3225.  -   -moz-box-shadow: inset 0 1px 4px 0px #a9b6c6;
  3228. 3226.  -   box-shadow: inset 0 1px 4px 0px #a9b6c6;
  3229. 3227.  -
  3230. 3228.  -   background: url(/images/search_icon_d.gif) no-repeat 6px 5px;
  3231. 3229.  -   background: url(/images/search_icon_d.gif) no-repeat 6px -11px\9;
  3232. 3230.  - }
  3233. 3231.  - .ts_query {
  3234. 3232.  -   font-weight: bold;
  3235. 3233.  - }
  3236. 3234.  - #ts_cont_wrap {
  3237. 3235.  -   position: absolute;
  3238. 3236.  -   top: 48px;
  3239. 3237.  -   left: 139px;
  3240. 3238.  -   background: #FFF;
  3241. 3239.  -   width: 248px;
  3242. 3240.  -   z-index: 800;
  3243. 3241.  -
  3244. 3242.  -   -webkit-border-radius: 3px;
  3245. 3243.  -   -moz-border-radius: 3px;
  3246. 3244.  -   border-radius: 3px;
  3247. 3245.  -
  3248. 3246.  -   overflow: hidden;
  3249. 3247.  -
  3250. 3248.  -   -webkit-box-shadow: 0 0 6px #999;
  3251. 3249.  -   -moz-box-shadow: 0 0 6px #999;
  3252. 3250.  -   box-shadow: 0 0 6px #999;
  3253. 3251.  -
  3254. 3252.  -   display: none;
  3255. 3253.  - }
  3256. 3254.  - #ts_cont_wrap.vk {
  3257. 3255.  -   right: 1px;
  3258. 3256.  -   left: auto;
  3259. 3257.  - }
  3260. 3258.  - #ts_cont_wrap.none {
  3261. 3259.  -   display: none;
  3262. 3260.  - }
  3263. 3261.  - *:first-child+html #ts_cont_wrap,
  3264. 3262.  - * html #ts_cont_wrap {
  3265. 3263.  -   border: 1px solid #a6b6c6;
  3266. 3264.  -   right: 0;
  3267. 3265.  - }
  3268. 3266.  - .ts_settings {
  3269. 3267.  -   background: url(/images/settings_icon.gif) 10px 9px no-repeat;
  3270. 3268.  -   display: block;
  3271. 3269.  -   padding: 12px 19px 15px 18px;
  3272. 3270.  -   height: 13px;
  3273. 3271.  -   margin: 0px;
  3274. 3272.  -   opacity: 0.7;
  3275. 3273.  -   filter: alpha(opacity=70);
  3276. 3274.  - }
  3277. 3275.  - #ts_cont_wrap a.ts_contact {
  3278. 3276.  -   text-decoration: none;
  3279. 3277.  - }
  3280. 3278.  - #ts_cont_wrap a.ts_contact.active {
  3281. 3279.  -   text-decoration: none;
  3282. 3280.  -   background: #EDF1F5;
  3283. 3281.  -   background: none repeat scroll 0 0 rgba(219, 227, 235, 0.5);
  3284. 3282.  - }
  3285. 3283.  - #ts_cont_wrap a.ts_contact:first-child,
  3286. 3284.  - #ts_cont_wrap a.ts_search_link:first-child {
  3287. 3285.  -   -webkit-border-top-right-radius: 3px;
  3288. 3286.  -   -webkit-border-top-left-radius: 3px;
  3289. 3287.  -   -moz-border-radius-topright: 3px;
  3290. 3288.  -   -moz-border-radius-topleft: 3px;
  3291. 3289.  -   border-top-left-radius: 3px;
  3292. 3290.  -   border-top-right-radius: 3px;
  3293. 3291.  - }
  3294. 3292.  - #ts_cont_wrap a.ts_contact:last-child,
  3295. 3293.  - #ts_cont_wrap a.ts_search_link:last-child {
  3296. 3294.  -   -webkit-border-bottom-right-radius: 3px;
  3297. 3295.  -   -webkit-border-bottom-left-radius: 3px;
  3298. 3296.  -   -moz-border-radius-bottomright: 3px;
  3299. 3297.  -   -moz-border-radius-bottomleft: 3px;
  3300. 3298.  -   border-bottom-left-radius: 3px;
  3301. 3299.  -   border-bottom-right-radius: 3px;
  3302. 3300.  - }
  3303. 3301.  - .ts_link {
  3304. 3302.  -   display: block;
  3305. 3303.  -   height: 20px;
  3306. 3304.  -   padding: 4px 8px;
  3307. 3305.  -   white-space: nowrap;
  3308. 3306.  -   overflow: hidden;
  3309. 3307.  -   line-height: 1.81em;
  3310. 3308.  - }
  3311. 3309.  - .ts_link:first-child {
  3312. 3310.  -   padding-top: 8px;
  3313. 3311.  - }
  3314. 3312.  - .ts_link:last-child {
  3315. 3313.  -   padding-bottom: 8px;
  3316. 3314.  - }
  3317. 3315.  - a.ts_link:hover {
  3318. 3316.  -   text-decoration: none;
  3319. 3317.  -   background: #EDF1F5;
  3320. 3318.  -   background: none repeat scroll 0 0 rgba(219, 227, 235, 0.5);
  3321. 3319.  - }
  3322. 3320.  - a.ts_search_link {
  3323. 3321.  -   display: block;
  3324. 3322.  -   height: 30px;
  3325. 3323.  -   line-height: 2.72em;
  3326. 3324.  -   padding: 4px 13px;
  3327. 3325.  -   white-space: nowrap;
  3328. 3326.  -   overflow: hidden;
  3329. 3327.  - }
  3330. 3328.  - a.ts_search_link:hover {
  3331. 3329.  -   text-decoration: none;
  3332. 3330.  - }
  3333. 3331.  - a.ts_search_link.active {
  3334. 3332.  -   text-decoration: none;
  3335. 3333.  -   background: #EDF1F5;
  3336. 3334.  -   background: none repeat scroll 0 0 rgba(219, 227, 235, 0.5);
  3337. 3335.  - }
  3338. 3336.  -
  3339. 3337.  - /* Special mems */
  3340. 3338.  - .mem_special {
  3341. 3339.  -   color: #2E7B27;
  3342. 3340.  -   font-weight: bold;
  3343. 3341.  - }
  3344. 3342.  -
  3345. 3343.  - /* Round tabs */
  3346. 3344.  - .round_tab {
  3347. 3345.  -   -webkit-border-radius: 2px;
  3348. 3346.  -   -khtml-border-radius: 2px;
  3349. 3347.  -   -moz-border-radius: 2px;
  3350. 3348.  -   border-radius: 2px;
  3351. 3349.  -   cursor: pointer;
  3352. 3350.  -   color: #45688E;
  3353. 3351.  -   font-weight: bold;
  3354. 3352.  -   padding: 3px 8px 4px;
  3355. 3353.  -   float: left;
  3356. 3354.  - }
  3357. 3355.  - .round_tab.visible {
  3358. 3356.  -   background-color: #E1E7ED;
  3359. 3357.  - }
  3360. 3358.  - .round_tab.selected {
  3361. 3359.  -   color: white;
  3362. 3360.  - }
  3363. 3361.  - .round_tab:hover {
  3364. 3362.  -   background-color: #E1E7ED;
  3365. 3363.  -   text-decoration: none;
  3366. 3364.  - }
  3367. 3365.  - .round_tab.visible:hover {
  3368. 3366.  -   background-color: #D7E0E7;
  3369. 3367.  - }
  3370. 3368.  - .round_tab.selected,
  3371. 3369.  - .round_tab.selected:hover {
  3372. 3370.  -   background-color: #597DA3;
  3373. 3371.  - }
  3374. 3372.  -
  3375. 3373.  -
  3376. 3374.  - /* Animated counters */
  3377. 3375.  - .counter_anim_wrap {
  3378. 3376.  -   position: relative;
  3379. 3377.  -   height: 1.2em;
  3380. 3378.  -   vertical-align: top !important;
  3381. 3379.  -   line-height: normal;
  3382. 3380.  -   overflow: hidden;
  3383. 3381.  - }
  3384. 3382.  - .counter_anim {
  3385. 3383.  -   position: absolute;
  3386. 3384.  -   right: 0;
  3387. 3385.  -   text-align: right;
  3388. 3386.  -   white-space: nowrap;
  3389. 3387.  - }
  3390. 3388.  - .counter_css_anim_wrap {
  3391. 3389.  -   -webkit-transition: width 100ms linear;
  3392. 3390.  -   -moz-transition: width 100ms linear;
  3393. 3391.  -   -o-transition: width 100ms linear;
  3394. 3392.  -   transition: width 100ms linear;
  3395. 3393.  - }
  3396. 3394.  - .counter_css_anim_wrap .counter_anim {
  3397. 3395.  -   -webkit-transition: margin-top 300ms ease-out;
  3398. 3396.  -   -moz-transition: margin-top 300ms ease-out;
  3399. 3397.  -   -o-transition: margin-top 300ms ease-out;
  3400. 3398.  -   transition: margin-top 300ms ease-out;
  3401. 3399.  - }
  3402. 3400.  - .is_rtl1 .mob_onl {
  3403. 3401.  -   margin-left: 0px;
  3404. 3402.  -   margin-right: 4px;
  3405. 3403.  - }
  3406. 3404.  - .mob_onl {
  3407. 3405.  -   width: 0px;
  3408. 3406.  -   height: 12px;
  3409. 3407.  -   padding-left: 7px;
  3410. 3408.  -   margin-left: 4px;
  3411. 3409.  -   background: url(/images/mobile_online.gif?1) no-repeat;
  3412. 3410.  -   *zoom: 1;
  3413. 3411.  -   cursor: pointer;
  3414. 3412.  - }
  3415. 3413.  -
  3416. 3414.  - #mvk_footer_lnk {
  3417. 3415.  -   padding: 7px 0px 5px;
  3418. 3416.  - }
  3419. 3417.  - .emoji, .emoji_css {
  3420. 3418.  -   width: 16px;
  3421. 3419.  -   height: 16px;
  3422. 3420.  -   *height: 17px;
  3423. 3421.  -   margin: 0px 0px;
  3424. 3422.  -   border: none;
  3425. 3423.  -   vertical-align: top;
  3426. 3424.  -   cursor: pointer !important;
  3427. 3425.  - }
  3428. 3426.  - .emoji_css {
  3429. 3427.  -   background: url('/images/im_emoji_2.png?3') no-repeat;
  3430. 3428.  - }
  3431. 3429.  - #reg_bar {
  3432. 3430.  -   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  3433. 3431.  -   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  3434. 3432.  -   box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  3435. 3433.  -   background: #EEF1F3;
  3436. 3434.  -   background: rgba(238, 241, 243, 0.9);
  3437. 3435.  -   top: -56px;
  3438. 3436.  -   font-size: 13px;
  3439. 3437.  -   border-bottom: 1px solid #DAE1E8;
  3440. 3438.  -   z-index: 400;
  3441. 3439.  - }
  3442. 3440.  - #reg_bar_content {
  3443. 3441.  -   padding: 10px 0px 10px 110px;
  3444. 3442.  -   line-height: 160%;
  3445. 3443.  -   text-align: center;
  3446. 3444.  -   color: #7992AD;
  3447. 3445.  -   font-weight: bold;
  3448. 3446.  - }
  3449. 3447.  - .reg_bar_link {
  3450. 3448.  -   color: #45688E;
  3451. 3449.  -   padding-bottom: 1px;
  3452. 3450.  -   border-bottom: 1px solid #B6C4D5;
  3453. 3451.  - }
  3454. 3452.  - .reg_bar_link:hover {
  3455. 3453.  -   text-decoration: none;
  3456. 3454.  -   border-color: #45688E;
  3457. 3455.  - }
  3458. ------
Advertisement
Add Comment
Please, Sign In to add comment