ytheme-magento.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  1. /*
  2. * Ext JS Library 1.0 Beta 2
  3. * Copyright(c) 2006-2007, Ext JS, LLC.
  4. * licensing@extjs.com
  5. *
  6. * http://www.extjs.com/license
  7. */
  8. #loading{
  9. position:absolute;
  10. left:45%;
  11. top:35%;
  12. border:3px solid #dfd7ba;
  13. background:url(../images/magento/loading_bg.gif) no-repeat #eae2ca;
  14. padding:85px 15px 15px 15px;
  15. font-size:14px;
  16. font-weight:bold;
  17. color:#611B06;
  18. width:206px;
  19. text-align:center;
  20. }
  21. .ext-el-mask-msg {
  22. border:1px solid #aaa;
  23. background: #ddd url(../images/default/box/tb.gif) repeat-x 0 -16px;
  24. }
  25. .ext-el-mask-msg div {
  26. border:1px solid #ccc;
  27. }
  28. /*
  29. Tree
  30. */
  31. .x-tree-node { font-weight:normal; font-size:12px; list-style-type:none;}
  32. .x-tree-node-collapsed .x-tree-node-icon{
  33. background:transparent url(../images/magento/tree/folder.gif) no-repeat 0 50%;
  34. }
  35. .x-tree-node-expanded .x-tree-node-icon {
  36. background:transparent url(../images/magento/tree/folder-open.gif) no-repeat 0 50%;
  37. }
  38. .x-tree-node-leaf .x-tree-node-icon{
  39. background:transparent url(../images/magento/tree/leaf.gif) no-repeat 0 50%;
  40. }
  41. .x-tree-noicon .x-tree-node-icon{
  42. width:0; height:0;
  43. }
  44. .x-tree-node-loading .x-tree-node-icon{
  45. background:transparent url(../images/default/grid/loading.gif) !important;
  46. }
  47. .x-tree-node-loading a span{
  48. font-style: italic;
  49. color:#444444;
  50. }
  51. .x-tree-node .x-tree-selected a span { background:#f5d6c7; color:#000; }
  52. .x-tree-lines .x-tree-elbow{
  53. background:transparent url(../images/magento/tree/elbow.gif) no-repeat ;
  54. }
  55. .x-tree-lines .x-tree-elbow-plus{
  56. background:transparent url(../images/magento/tree/elbow-plus.gif) no-repeat;
  57. }
  58. .x-tree-lines .x-tree-elbow-minus{
  59. background:transparent url(../images/magento/tree/elbow-minus.gif) no-repeat;
  60. }
  61. .x-tree-lines .x-tree-elbow-end{
  62. background:transparent url(../images/magento/tree/elbow-end.gif) no-repeat;
  63. }
  64. .x-tree-lines .x-tree-elbow-end-plus{
  65. background:transparent url(../images/magento/tree/elbow-end-plus.gif) no-repeat;
  66. }
  67. .x-tree-lines .x-tree-elbow-end-minus{
  68. background:transparent url(../images/magento/tree/elbow-end-minus.gif) no-repeat;
  69. }
  70. .x-tree-lines .x-tree-elbow-line{
  71. background:transparent url(../images/magento/tree/elbow-line.gif);
  72. }
  73. .x-tree-no-lines .x-tree-elbow{
  74. background:transparent;
  75. }
  76. .x-tree-no-lines .x-tree-elbow-plus{
  77. background:transparent url(../images/magento/tree/elbow-plus-nl.gif) no-repeat;
  78. }
  79. .x-tree-no-lines .x-tree-elbow-minus{
  80. background:transparent url(../images/magento/tree/elbow-minus-nl.gif) no-repeat;
  81. }
  82. .x-tree-no-lines .x-tree-elbow-end{
  83. background:transparent;
  84. }
  85. .x-tree-no-lines .x-tree-elbow-end-plus{
  86. background:transparent url(../images/magento/tree/elbow-end-plus-nl.gif) no-repeat;
  87. }
  88. .x-tree-no-lines .x-tree-elbow-end-minus{
  89. background:transparent url(../images/magento/tree/elbow-end-minus-nl.gif) no-repeat;
  90. }
  91. .x-tree-no-lines .x-tree-elbow-line{
  92. background:transparent;
  93. }
  94. /*
  95. Menu
  96. */
  97. .x-menu {
  98. border-width:0 1px 1px 1px;
  99. border-color: #b1a992 #b1a992 #b1a992 #b1a992;
  100. background:#faf9f4;
  101. }
  102. .x-menu-item-arrow{
  103. background-image:url(../images/gray/menu/menu-parent.gif);
  104. }
  105. .x-menu-item-icon { width:1px; height:5px; margin-right:5px; }
  106. .x-menu-item {
  107. color:#48260a;
  108. }
  109. .x-menu-item-active {
  110. background:#eae1c5;
  111. border-color:#eae1c5;
  112. }
  113. .x-menu li.x-menu-sep-li { padding:0; }
  114. .x-menu-sep {
  115. margin:0;
  116. background:#b1a992;
  117. }
  118. /* grid */
  119. .x-grid { background:#fbfaf7; }
  120. .x-grid-viewport { /*font:11px verdana, helvetica, sans-serif;*/ }
  121. .x-grid-header{
  122. background:none;
  123. background:#e4ddc5;
  124. overflow:hidden;
  125. position:relative;
  126. cursor:default;
  127. width:100%;
  128. font-weight:bold;
  129. }
  130. .x-grid-hd-row{
  131. height:22px;
  132. }
  133. .x-grid-hd { border-top:1px solid #d2c69e; }
  134. .x-grid-hd .x-grid-hd-inner { border-top:1px solid #f4f1e7; }
  135. .x-grid-hd-text {
  136. color:#333;
  137. }
  138. .x-grid-hd-over .x-grid-hd-text {
  139. background: #dec4a7;
  140. padding-bottom:1px;
  141. border-bottom:0;
  142. }
  143. .x-grid-split {
  144. top:1px;
  145. width:6px;
  146. height:22px;
  147. background:url(../images/magento/grid/grid-split.gif) no-repeat 2px 0;
  148. }
  149. .x-grid-col {
  150. border-right: 1px solid #d7d7d7;
  151. border-bottom: 1px solid #d7d7d7;
  152. }
  153. .x-grid-hd-row td, .x-grid-row td { outline:none; /* font:11px verdana, helvetica, sans-serif; */ }
  154. .x-grid-hd-row td { font-weight:bold; }
  155. .x-grid-row { background:#f4f1e7; }
  156. .x-grid-row-alt { background:#fbfaf7; }
  157. .x-grid-row-over td{ background:#f1f1f1; cursor:pointer; }
  158. .x-grid-row-selected, .x-grid-locked .x-grid-row-selected {background:#f5d6c7; }
  159. .x-grid-row-selected td, .x-grid-locked .x-grid-row-selected td {background:#f5d6c7 !important; }
  160. .x-grid-row-selected span, .x-grid-row-selected b, .x-grid-row-selected div, .x-grid-row-selected strong, .x-grid-row-selected i { color:#000 !important; }
  161. .x-grid-body { background:url(../images/magento/grid/grid-body-bg.gif) repeat; border-bottom:1px solid #c2b483; }
  162. .x-grid-locked .x-grid-body td {
  163. background: #f0efe4;
  164. border-right: 1px solid #D6D2C2;
  165. border-bottom: 1px solid #D6D2C2 !important;
  166. }
  167. .x-grid-locked .x-grid-header table{
  168. border-right:1px solid transparent;
  169. }
  170. .x-grid-locked .x-grid-body table{
  171. border-right:1px solid #c6c2b2;
  172. }
  173. .x-grid-topbar, .x-grid-bottombar { /* font:normal 11px verdana, helvetica, sans-serif; */ }
  174. .x-grid-bottombar .x-toolbar{
  175. border-right:0 none;
  176. border-bottom:0 none;
  177. border-top:1px solid #f1efe2;
  178. }
  179. .x-props-grid .x-grid-col-name{
  180. background-color: #f1efe2;
  181. }
  182. .x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
  183. background: #ebeadb url(../images/gray/grid/grid-hrow.gif) repeat-x 0 bottom !important;
  184. vertical-align:middle !important;
  185. color:black;
  186. padding:0;
  187. border-top:1px solid white;
  188. border-bottom:none !important;
  189. border-right:1px solid #d6d2c2 !important;
  190. text-align:center;
  191. }
  192. .x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
  193. padding:0 4px;
  194. color:black !important;
  195. text-align:center;
  196. }
  197. /**
  198. * Basic-Dialog
  199. */
  200. .x-dlg-proxy {
  201. background-image: url(../images/gray/layout/gradient-bg.gif);
  202. background-color:#EAE8D5;
  203. border:1px solid #b3b6b0;
  204. }
  205. .x-dlg-shadow{
  206. background:#aaaaaa;
  207. }
  208. .x-dlg-proxy .tabset{
  209. background:url(../images/gray/layout/gradient-bg.gif);
  210. }
  211. .x-dlg .x-dlg-hd {
  212. background: url(../images/magento/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
  213. background-color:#511c01;
  214. }
  215. .x-dlg .x-dlg-hd-left {
  216. background: url(../images/magento/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
  217. }
  218. .x-dlg .x-dlg-hd-right {
  219. background: url(../images/magento/basic-dialog/hd-sprite.gif) no-repeat right 0;
  220. }
  221. .x-dlg .x-dlg-dlg-body{
  222. background:#faf9f4;
  223. border:1px solid #b3b6b0;
  224. border-top:0 none;
  225. }
  226. .x-dlg .x-tabs-top .x-tabs-body{
  227. border:1px solid #b3b6b0;
  228. border-top:0 none;
  229. }
  230. .x-dlg .x-tabs-bottom .x-tabs-body{
  231. border:1px solid #b3b6b0;
  232. border-bottom:0 none;
  233. }
  234. .x-layout-panel-center, .x-layout-panel-east, .x-layout-panel-south, .x-layout-panel-west {
  235. border:1px solid #c2b483;
  236. border-top:0;
  237. }
  238. .x-dlg .x-layout-container .x-tabs-body{
  239. border:0 none;
  240. }
  241. .x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse { width:18px; height:18px; }
  242. .x-dlg .x-dlg-close {
  243. background-image:url(../images/magento/basic-dialog/pop_close.gif);
  244. }
  245. .x-dlg .x-dlg-collapse {
  246. background-image:url(../images/magento/basic-dialog/pop_collapse.gif);
  247. }
  248. .x-dlg-collapsed .x-dlg-collapse {
  249. background-image:url(../images/magento/basic-dialog/expand.gif);
  250. }
  251. .x-dlg div.x-resizable-handle-east{
  252. background-image:url(../images/gray/basic-dialog/e-handle.gif);
  253. border:0 none;
  254. }
  255. .x-dlg div.x-resizable-handle-south{
  256. background-image:url(../images/gray/basic-dialog/s-handle.gif);
  257. border:0 none;
  258. }
  259. .x-dlg div.x-resizable-handle-west{
  260. background-image:url(../images/gray/basic-dialog/e-handle.gif);
  261. border:0 none;
  262. }
  263. .x-dlg div.x-resizable-handle-southeast{
  264. background-image:url(../images/gray/basic-dialog/se-handle.gif);
  265. background-position: bottom right;
  266. width:8px;
  267. height:8px;
  268. border:0;
  269. }
  270. .x-dlg div.x-resizable-handle-southwest{
  271. background-image:url(../images/gray/sizer/sw-handle-dark.gif);
  272. background-position: top right;
  273. margin-left:1px;
  274. margin-bottom:1px;
  275. border:0;
  276. }
  277. .x-dlg div.x-resizable-handle-north{
  278. background-image:url(../images/gray/s.gif);
  279. border:0 none;
  280. }
  281. /**
  282. * Tabs
  283. */
  284. .x-tabs-wrap {
  285. border:none;
  286. }
  287. .x-tabs-strip td { padding-left:6px; }
  288. .x-tabs-strip .x-tabs-inner { padding:5px 15px 6px 15px;}
  289. .x-tabs-strip .x-tabs-text {
  290. color:#4a8d94;
  291. /* font:bold 11px verdana, helvetica, sans-serif; */
  292. }
  293. .x-tabs-strip .on .x-tabs-text {
  294. cursor:default;
  295. color:#0a6680;
  296. text-transform:capitalize;
  297. }
  298. .x-tabs-top .x-tabs-strip .on .x-tabs-right {
  299. background: url(../images/magento/tabs/tab-sprite.gif) no-repeat right 0;
  300. }
  301. .x-tabs-top .x-tabs-strip .on .x-tabs-left {
  302. background: url(../images/magento/tabs/tab-sprite.gif) no-repeat 0px -52px;
  303. }
  304. .x-tabs-top .x-tabs-strip .x-tabs-right {
  305. background: url(../images/magento/tabs/tab-sprite.gif) no-repeat right -26px;
  306. }
  307. .x-tabs-top .x-tabs-strip .x-tabs-left {
  308. background: url(../images/magento/tabs/tab-sprite.gif) no-repeat 0px -78px;
  309. }
  310. .x-tabs-strip .x-tabs-closable .close-icon{
  311. background-image:url(../images/gray/layout/tab-close.gif);
  312. }
  313. .x-tabs-strip .on .close-icon{
  314. background-image:url(../images/gray/layout/tab-close-on.gif);
  315. }
  316. .x-tabs-strip .x-tabs-closable .close-over{
  317. background-image:url(../images/gray/layout/tab-close-on.gif);
  318. }
  319. .x-tabs-body {
  320. border:1px solid #aca899;
  321. border-top:0 none;
  322. }
  323. .x-layout-panel .x-tabs-body { background:#fbfaf7; }
  324. .x-tabs-bottom .x-tabs-wrap {
  325. border-bottom:0 none;
  326. padding-top:0;
  327. border-top:1px solid #aca899;
  328. }
  329. .x-tabs-bottom .x-tabs-strip .x-tabs-right {
  330. background: url(../images/gray/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
  331. }
  332. .x-tabs-bottom .x-tabs-strip .x-tabs-left {
  333. background: url(../images/gray/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
  334. }
  335. .x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
  336. background: url(../images/gray/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
  337. }
  338. .x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
  339. background: url(../images/gray/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
  340. }
  341. .x-tabs-bottom .x-tabs-body {
  342. border:1px solid #aca899;
  343. border-bottom:0 none;
  344. }
  345. /* QuickTips */
  346. .x-tip .x-tip-top {
  347. background-image: url(../images/gray/qtip/tip-sprite.gif);
  348. }
  349. .x-tip .x-tip-top-left {
  350. background-image: url(../images/gray/qtip/tip-sprite.gif);
  351. }
  352. .x-tip .x-tip-top-right {
  353. background-image: url(../images/gray/qtip/tip-sprite.gif);
  354. }
  355. .x-tip .x-tip-ft {
  356. background-image: url(../images/gray/qtip/tip-sprite.gif);
  357. }
  358. .x-tip .x-tip-ft-left {
  359. background-image: url(../images/gray/qtip/tip-sprite.gif);
  360. }
  361. .x-tip .x-tip-ft-right {
  362. background-image: url(../images/gray/qtip/tip-sprite.gif);
  363. }
  364. .x-tip .x-tip-bd-left {
  365. background-image: url(../images/gray/qtip/tip-sprite.gif);
  366. }
  367. .x-tip .x-tip-bd-right {
  368. background-image: url(../images/gray/qtip/tip-sprite.gif);
  369. }
  370. /* BorderLayout */
  371. .x-layout-container{
  372. background-color:#fff;
  373. }
  374. .x-layout-container .x-layout-tabs-body{
  375. border:0 none;
  376. }
  377. .x-layout-collapsed{
  378. background-color:#f3f2e7;
  379. }
  380. .x-layout-collapsed-over{
  381. background-color:#fbfbef;
  382. }
  383. .x-layout-panel{
  384. background:#fbfaf7;
  385. }
  386. .x-layout-split{
  387. background-color:#f3f2e7;
  388. }
  389. .x-layout-panel-hd { /* Headers such as "My tasks","Catalog" */
  390. background:none;
  391. background:#fbfaf7;
  392. padding:5px 0 5px 25px;
  393. border:none;
  394. background-position:8px 50%;
  395. background-repeat:no-repeat;
  396. color:#dc4509;
  397. font-size:12px;
  398. font-weight:bold;
  399. line-height:1em;
  400. }
  401. .x-layout-panel-hd-text, .x-layout-panel-hd-text strong {
  402. /* font:bold 12px verdana, helvetica, sans-serif; */ }
  403. /* section specific header icons */
  404. .categories-tree-region .x-layout-panel-hd { background-image:url(../images/magento/layout/icon-catalog.gif); }
  405. .products-grid-region .x-layout-panel-hd { background-image:url(../images/magento/layout/icon-category.gif); }
  406. .product-form-region .x-layout-panel-hd { background-image:url(../images/magento/layout/icon-product.gif); }
  407. .my-tasks-region .x-layout-panel-hd { background-image:url(../images/magento/layout/icon-my-tasks.gif); }
  408. .x-layout-panel-hd-tools { padding:0; }
  409. .x-layout-tools-button { padding:0; }
  410. .x-layout-tools-button-inner { width:18px; height:18px; }
  411. .x-layout-tools-button-over {
  412. padding:0;
  413. border:0;
  414. margin:0;
  415. }
  416. .x-layout-close { background:url(../images/magento/basic-dialog/panel_close.gif) no-repeat 0 0; }
  417. .x-layout-tools-button-over .x-layout-close { background:url(../images/magento/basic-dialog/panel_close.gif) no-repeat 0 -18px }
  418. .x-layout-stick{
  419. background-image:url(../images/gray/layout/stick.gif);
  420. }
  421. .x-layout-collapse-west,.x-layout-expand-east{ background-image:url(../images/magento/basic-dialog/collapse.gif);}
  422. .x-layout-expand-west,.x-layout-collapse-east{background-image:url(../images/magento/basic-dialog/expand.gif);}
  423. .x-layout-collapse-north,.x-layout-expand-south{ background-image:url(../images/magento/basic-dialog/ns-collapse.gif);}
  424. .x-layout-expand-north,.x-layout-collapse-south{ background-image:url(../images/magento/basic-dialog/ns-expand.gif);}
  425. .x-layout-tools-button-over .x-layout-collapse-west,.x-layout-tools-button-over .x-layout-expand-east{ background-image:url(../images/magento/basic-dialog/collapse-on.gif);}
  426. .x-layout-tools-button-over .x-layout-expand-west,.x-layout-tools-button-over .x-layout-collapse-east{background-image:url(../images/magento/basic-dialog/expand-on.gif);}
  427. .x-layout-tools-button-over .x-layout-collapse-north,.x-layout-tools-button-over .x-layout-expand-south{ background-image:url(../images/magento/basic-dialog/ns-collapse-on.gif);}
  428. .x-layout-tools-button-over .x-layout-expand-north,.x-layout-tools-button-over .x-layout-collapse-south{ background-image:url(../images/magento/basic-dialog/ns-expand-on.gif);}
  429. .x-layout-split-h{
  430. background-image:url(../images/gray/sizer/e-handle-dark.gif);
  431. }
  432. .x-layout-split-v{
  433. background-image:url(../images/gray/sizer/s-handle-dark.gif);
  434. }
  435. .x-layout-panel .x-tabs-wrap {
  436. padding-top:10px;
  437. background:url(../images/magento/layout/checkered-bg.gif) repeat-x 0 100%;
  438. }
  439. .x-layout-container .x-layout-panel-north { border:none;}
  440. .x-layout-nested-layout .x-layout-panel-north { border-bottom:none; }
  441. .x-layout-nested-layout .x-layout-panel-east {
  442. border-left:1px solid #aca899;
  443. }
  444. .x-layout-nested-layout .x-layout-panel-south {
  445. border-top:1px solid #aca899;
  446. }
  447. .x-layout-nested-layout .x-layout-panel-west { border-right:1px solid #c2b483; }
  448. .x-layout-panel-dragover {
  449. border: 2px solid #aca899;
  450. }
  451. .x-layout-panel-proxy {
  452. background-image: url(../images/gray/layout/gradient-bg.gif);
  453. background-color:#f3f2e7;
  454. border:1px dashed #aca899;
  455. }
  456. /** Resizable */
  457. .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
  458. background:url(../images/gray/sizer/e-handle.gif);
  459. background-position: left;
  460. }
  461. .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west{
  462. background:url(../images/gray/sizer/e-handle.gif);
  463. background-position: left;
  464. }
  465. .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
  466. background:url(../images/gray/sizer/s-handle.gif);
  467. background-position: top;
  468. }
  469. .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north{
  470. background:url(../images/gray/sizer/s-handle.gif);
  471. background-position: top;
  472. }
  473. .x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
  474. background:url(../images/gray/sizer/se-handle.gif);
  475. background-position: top left;
  476. }
  477. .x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
  478. background:url(../images/gray/sizer/nw-handle.gif);
  479. background-position:bottom right;
  480. }
  481. .x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
  482. background:url(../images/gray/sizer/ne-handle.gif);
  483. background-position: bottom left;
  484. }
  485. .x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
  486. background:url(../images/gray/sizer/sw-handle.gif);
  487. background-position: top right;
  488. }
  489. .x-resizable-proxy{
  490. border: 1px dashed #615e55;
  491. }
  492. /** Toolbar */
  493. .x-toolbar {
  494. background:url(../images/magento/toolbar/toolbar-bg.gif) repeat-x #dbeff3;
  495. border:none;
  496. border-top:1px solid #b3d6dc;
  497. padding:2px 4px;
  498. }
  499. .categories-tree-region .x-toolbar { padding:3px 4px; }
  500. .x-toolbar .x-btn-over .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
  501. background:none;
  502. }
  503. .x-toolbar .x-btn-over .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
  504. background:none;
  505. }
  506. .x-toolbar .x-btn-over .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
  507. background:none;
  508. }
  509. .x-paging-info {
  510. color:#222222;
  511. }
  512. .x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
  513. width:12px;
  514. background:transparent url(../images/magento/toolbar/btn-arrow.gif) no-repeat 0 50%;
  515. }
  516. .x-btn-with-menu .x-btn-center em {
  517. display:block;
  518. background:transparent url(../images/magento/toolbar/btn-arrow.gif) no-repeat right 50%;
  519. padding-right:10px;
  520. }
  521. .x-btn-text-icon .x-btn-with-menu .x-btn-center em {
  522. display:block;
  523. background:transparent url(../images/magento/toolbar/btn-arrow.gif) no-repeat right 50%;
  524. padding-right:13px;
  525. }
  526. .x-btn-text-icon .x-btn-center .x-btn-text {padding-left:20px; }
  527. .x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
  528. width:12px;
  529. background:transparent url(../images/magento/toolbar/btn-arrow.gif) no-repeat 0 50%;
  530. }
  531. /* For top menu only*/
  532. .left-menu-toolbar .x-toolbar, .right-menu-toolbar .x-toolbar {
  533. border:0 none;
  534. background:#2E4D53;
  535. padding:5px 3px 0 3px;
  536. color:#fbfaf7;
  537. }
  538. .left-menu-toolbar .x-toolbar td { padding:0 2px; background:none; }
  539. .left-menu-toolbar .x-btn { border-bottom:5px solid #2E4D53;}
  540. .left-menu-toolbar .x-btn-over { border-bottom:5px solid #dc4509;}
  541. .left-menu-toolbar .x-btn-menu-active { border-bottom:5px solid #dc4509;}
  542. .left-menu-toolbar .x-btn button, .right-menu-toolbar .x-btn button { color:#fbfaf7; /* font:bold 11px verdana, helvetica, sans-serif; */}
  543. .left-menu-toolbar .x-btn-text-icon .x-btn-center .x-btn-text, .right-menu-toolbar .x-btn-text-icon .x-btn-center .x-btn-text {padding-left:3px; }
  544. .right-menu-toolbar { width:420px;}
  545. .right-menu-toolbar .btn-logout .x-btn-center .x-btn-text { padding-left:20px; }
  546. .x-toolbar .x-btn-over .x-btn-left{background:none;}
  547. .x-toolbar .x-btn-over .x-btn-right{background:none;}
  548. .x-toolbar .x-btn-over .x-btn-center{background:none;}
  549. /* combo box */
  550. .x-combo-list {
  551. border:1px solid #efeadc;
  552. background:#faf9f4;
  553. }
  554. .x-combo-list-hd {
  555. color:#222;
  556. background-image: url(../images/gray/layout/panel-title-light-bg.gif);
  557. border-bottom:1px solid #aca899;
  558. }
  559. .x-resizable-pinned .x-combo-list-inner {
  560. border-bottom:1px solid #aaa;
  561. }
  562. .x-combo-list .x-combo-selected{
  563. background:#ddd !important;
  564. border:1px solid #aaa;
  565. }
  566. .x-menu-list { border:none; }
  567. /* form box */
  568. .x-box-tl, .x-box-tr, .x-box-tc, .x-box-ml, .x-box-mr, .x-box-mc, .x-box-bl, .x-box-br, .x-box-bc { background:none; }
  569. .x-box-mc fieldset { margin:2px; border:0; }
  570. .x-box-mc fieldset legend { display:none; margin:0; padding:0; }
  571. .x-box-mc fieldset label { text-transform:capitalize;}
  572. .x-form-item { /*font:normal 12px verdana, helvetica, sans-serif; */ }
  573. .x-form-text { padding:1px 2px; border:1px solid #999; background:none; background:#fff; }
  574. .x-form-field { /* font:normal 12px verdana, helvetica, sans-serif; */}
  575. .data-form { background:#fbfaf7; }
  576. .address-view { background:#fbfaf7; padding:10px;}
  577. .x-view-selected { border:none; }
  578. input.l-tcb {
  579. height:13px;
  580. width:13px;
  581. margin-left:2px
  582. }
  583. .ext-ie .x-tree {
  584. position:static !important;
  585. }
  586. .no-active-category a span {
  587. color: #aaa !important;
  588. }