onestepcheckout.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822
  1. .onestepcheckout-extraproducts {
  2. margin-top: 10px;
  3. margin-bottom: 10px;
  4. }
  5. .onestepcheckout-extraproducts span {
  6. font-weight: bold;
  7. }
  8. .onestepcheckout-extraproducts li {
  9. padding: 2px 0;
  10. }
  11. /* Button CSS */
  12. .onestepcheckout-button, .onestepcheckout-button:visited {
  13. background: #222 url(images/button-background.png) repeat-x;
  14. display: inline-block;
  15. padding: 5px 10px 6px;
  16. color: #fff;
  17. text-decoration: none;
  18. -moz-border-radius: 5px;
  19. -webkit-border-radius: 5px;
  20. -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  21. -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  22. text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  23. border-bottom: 1px solid rgba(0,0,0,0.25);
  24. position: relative;
  25. cursor: pointer;
  26. }
  27. .onestepcheckout-button:hover { background-color: #111; color: #fff; }
  28. .onestepcheckout-button:active { top: 1px; }
  29. .small.onestepcheckout-button, .small.onestepcheckout-button:visited { font-size: 11px; padding: ; }
  30. .onestepcheckout-button, .onestepcheckout-button:visited,
  31. .medium.onestepcheckout-button, .medium.onestepcheckout-button:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
  32. .large.onestepcheckout-button, .large.onestepcheckout-button:visited { font-size: 16px; padding: 8px 30px 9px; }
  33. .green.onestepcheckout-button, .green.onestepcheckout-button:visited { background-color: #91bd09; }
  34. .green.onestepcheckout-button:hover { background-color: #749a02; }
  35. .blue.onestepcheckout-button, .blue.onestepcheckout-button:visited { background-color: #2daebf; }
  36. .blue.onestepcheckout-button:hover { background-color: #007d9a; }
  37. .red.onestepcheckout-button, .red.onestepcheckout-button:visited { background-color: #e33100; }
  38. .red.onestepcheckout-button:hover { background-color: #872300; }
  39. .magenta.onestepcheckout-button, .magenta.onestepcheckout-button:visited { background-color: #a9014b; }
  40. .magenta.onestepcheckout-button:hover { background-color: #630030; }
  41. .orange.onestepcheckout-button, .orange.onestepcheckout-button:visited { background-color: #ff5c00; }
  42. .orange.onestepcheckout-button:hover { background-color: #d45500; }
  43. .yellow.onestepcheckout-button, .yellow.onestepcheckout-button:visited { background-color: #ffb515; }
  44. .yellow.onestepcheckout-button:hover { background-color: #fc9200; }
  45. .grey.onestepcheckout-button, .grey.onestepcheckout-button:visited { background-color: #cccccc; }
  46. .grey.onestepcheckout-button:hover { background-color: #cccccc; }
  47. .onestepcheckout-place-order-loading {
  48. text-align: right;
  49. margin-top: 10px;
  50. font-style: italic;
  51. }
  52. select.address-select {
  53. margin-top: 3px;
  54. margin-bottom: 3px;
  55. width: 95% !important;
  56. }
  57. .onestepcheckout-enterprise {
  58. }
  59. .onestepcheckout-enterprise span.validation-error,.onestepcheckout-enterprise div.validation-error
  60. {
  61. padding-right: 0;
  62. }
  63. ul.onestepcheckout-custom-options {
  64. margin: 0;
  65. padding: 0;
  66. margin-left: 20px;
  67. list-style-type: disc;
  68. }
  69. .onestepcheckout-coupons input#id_couponcode {
  70. margin-bottom: 5px;
  71. width: 200px;
  72. }
  73. #onestepcheckout-form label {
  74. font-weight: normal !important;
  75. }
  76. .onestepcheckout-summary,.onestepcheckout-totals {
  77. border-collapse: collapse;
  78. }
  79. .onestepcheckout-totals {
  80. }
  81. .onestepcheckout-summary th,.onestepcheckout-summary,.onestepcheckout-summary td,.onestepcheckout-totals td
  82. {
  83. padding: 3px 0;
  84. }
  85. .onestepcheckout-summary th {
  86. border-bottom: 1px solid #BEBCB7;
  87. border-top: 1px solid #BEBCB7;
  88. }
  89. .onestepcheckout-totals td,.onestepcheckout-summary td {
  90. border-bottom: 1px solid #BEBCB7;
  91. }
  92. h1.onestepcheckout-title {
  93. font-size: 20px;
  94. text-transform: uppercase;
  95. }
  96. p.onestepcheckout-description {
  97. font-size: 18px;
  98. }
  99. #onestepcheckout-form .group-select {
  100. padding: 10px 0px !important;
  101. }
  102. div.onestepcheckout-threecolumns {
  103. margin-top: 10px;
  104. }
  105. div.onestepcheckout-threecolumns h1 {
  106. font-family: Arial;
  107. font-size: 18px;
  108. font-weight: bold;
  109. }
  110. div.onestepcheckout-threecolumns div.onestepcheckout-column-left {
  111. width: 27%;
  112. float: left;
  113. margin-right: 15px;
  114. background: transparent url(images/line-gradient.gif) no-repeat scroll
  115. right top;
  116. padding-top: 15px;
  117. min-width: 260px;
  118. min-height:460px;
  119. }
  120. div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
  121. width: 31%;
  122. float: left;
  123. margin-right: 0px;
  124. padding-right: 30px;
  125. background: transparent url(images/line-gradient.gif) no-repeat scroll
  126. right top;
  127. padding-top: 15px;
  128. min-width: 316px;
  129. }
  130. div.onestepcheckout-threecolumns div.onestepcheckout-column-right {
  131. width: 37%;
  132. float: left;
  133. padding-top: 15px;
  134. min-width: 302px;
  135. }
  136. p.onestepcheckout-login-link {
  137. padding-top: 5px;
  138. }
  139. #onestepcheckout-email-error {
  140. width: 245px;
  141. }
  142. div.onestepcheckout-error {
  143. background-color: #FAEBE7;
  144. color: #DF280A;
  145. border: 1px solid #DF280A;
  146. margin-top: 5px;
  147. margin-bottom: 5px;
  148. text-align: left;
  149. padding-top: 3px;
  150. padding-bottom: 3px;
  151. padding-left: 25px;
  152. background-image: url(images/onestepcheckout-error.jpg);
  153. background-repeat: no-repeat;
  154. background-position: 5px 5px;
  155. }
  156. .onestepcheckout-column-left .onestepcheckout-error {
  157. width: 85% !important;
  158. }
  159. div.onestepcheckout-enable-newsletter {
  160. margin-bottom: 10px;
  161. /*text-align: right;*/
  162. }
  163. div.onestepcheckout-enable-newsletter-bottom {
  164. margin-top: 20px;
  165. text-align: right;
  166. }
  167. div.onestepcheckout-enable-terms { /*text-align: right;*/
  168. }
  169. table.onestepcheckout-summary {
  170. width: 100%;
  171. }
  172. table.onestepcheckout-summary td.name {
  173. width: 55%;
  174. text-transform: capitalize;
  175. padding:2px 5px;
  176. }
  177. table.onestepcheckout-summary td.qty,table.onestepcheckout-summary th.qty
  178. {
  179. width: 10%;
  180. text-align: center;
  181. }
  182. table.onestepcheckout-summary td.total,table.onestepcheckout-summary th.total
  183. {
  184. width: 35%;
  185. text-align: right;
  186. }
  187. table.onestepcheckout-totals {
  188. width: 100%;
  189. margin-bottom: 20px;
  190. }
  191. table.onestepcheckout-totals tr.grand-total td {
  192. font-weight: bold;
  193. }
  194. table.onestepcheckout-totals td.title {
  195. width: 65%;
  196. text-align: right;
  197. }
  198. table.onestepcheckout-totals td.value {
  199. width: 35%;
  200. text-align: right;
  201. }
  202. div.onestepcheckout-place-order {
  203. text-align: right;
  204. margin-top: 20px;
  205. }
  206. div.checkoutcontainer {
  207. border-top: 1px solid #D8D2C7;
  208. min-height: 33em;
  209. overflow: hidden;
  210. }
  211. div.checkoutcontainer .checkout-error-message {
  212. font-size: 14px;
  213. margin-left: 10px;
  214. color: red;
  215. }
  216. div.checkoutcontainer .payment-methods .form-list label {
  217. text-align: left !important;
  218. }
  219. div.checkoutcontainer div.input-error label {
  220. color: red !important;
  221. }
  222. div.checkoutcontainer div.input-error input,div.checkoutcontainer div.input-error select
  223. {
  224. border: 1px solid red !important;
  225. }
  226. div.checkoutcontainer div.input-different-shipping {
  227. margin-top: 10px;
  228. }
  229. div.checkoutcontainer div.input-firstname,div.checkoutcontainer div.input-lastname,div.checkoutcontainer div.input-email,div.checkoutcontainer div.input-telephone,div.checkoutcontainer div.input-company,div.checkoutcontainer div.input-fax,div.checkoutcontainer div.input-password
  230. {
  231. width: 49%;
  232. float: left;
  233. }
  234. div.checkoutcontainer li.taxvat .input-text {
  235. width: 83% !important;
  236. }
  237. div.checkoutcontainer div.input-firstname .input-text,div.checkoutcontainer div.input-lastname .input-text,div.checkoutcontainer div.input-email .input-text,div.checkoutcontainer div.input-telephone .input-text,div.checkoutcontainer div.input-company .input-text,div.checkoutcontainer div.input-fax .input-text,div.checkoutcontainer div.input-password .input-text
  238. {
  239. width: 70%;
  240. }
  241. div.checkoutcontainer div.input-address,div.checkoutcontainer div.input-city,div.checkoutcontainer li.taxvat div.input-box
  242. {
  243. width: 100% !important;
  244. }
  245. div.checkoutcontainer div.input-address .input-text,div.checkoutcontainer div.input-city .input-text
  246. {
  247. width: 83%;
  248. }
  249. div.checkoutcontainer div.input-postcode {
  250. width: 39%;
  251. float: left;
  252. }
  253. div.checkoutcontainer div.input-postcode .input-text {
  254. width: 70%;
  255. }
  256. div.checkoutcontainer div.input-region {
  257. width: 60%;
  258. float: left;
  259. }
  260. div.checkoutcontainer div.input-region .input-text {
  261. width: 77%;
  262. }
  263. div.checkoutcontainer div.input-country {
  264. width: 100%;
  265. }
  266. div.checkoutcontainer div.input-country select {
  267. width: 85%;
  268. float:none;
  269. }
  270. div.checkoutcontainer div.input-region select {
  271. width: 77% !important;
  272. float: left;
  273. }
  274. fieldset.group-select {
  275. padding: 10px 10px;
  276. }
  277. .group-select li {
  278. padding: 4px 0;
  279. }
  280. .shipment-methods .flatrate{
  281. font-size: 12px;
  282. font-weight: bold;
  283. margin: 15px 0 5px;
  284. }
  285. p.checkout-choose-payment-method,p.checkout-choose-shipping-method {
  286. margin-top: 1em;
  287. font-size: 14px;
  288. font-weight: bold;
  289. margin-bottom: 5px;
  290. }
  291. p.checkout-choose-payment-method {
  292. margin-top: 2em !important;
  293. }
  294. .payment-methods dd {
  295. padding: 0;
  296. padding-left: 20px;
  297. }
  298. .payment-methods dd li {
  299. padding: 0;
  300. }
  301. div.onestepcheckout-shipping-method {
  302. margin-bottom: 20px;
  303. }
  304. div.loading-ajax {
  305. height: 50px;
  306. text-align: center;
  307. background-image: url(images/ajax-loader.gif);
  308. background-repeat: no-repeat;
  309. background-position: center center;
  310. }
  311. p.onestepcheckout-numbers {
  312. background-repeat: no-repeat;
  313. height: 35px;
  314. color: #404040;
  315. text-transform: uppercase;
  316. padding-top: 6px;
  317. padding-left: 38px;
  318. font-size: 15px;
  319. font-weight: bold;
  320. }
  321. p.onestepcheckout-numbers-1 {
  322. background-image: url(images/onestepcheckout-numbers-1.png);
  323. }
  324. p.onestepcheckout-numbers-2 {
  325. background-image: url(images/onestepcheckout-numbers-2.png);
  326. }
  327. p.onestepcheckout-numbers-3 {
  328. background-image: url(images/onestepcheckout-numbers-3.png);
  329. margin:30px 0 0 ;
  330. }
  331. p.onestepcheckout-numbers-4 {
  332. background-image: url(images/onestepcheckout-numbers-4.png);
  333. }
  334. div.onestepcheckout-skin-magento .onestepcheckout-numbers {
  335. padding-top: 0px !important;
  336. padding-left: 28px !important;
  337. height: 25px !important;
  338. text-transform: capitalize !important;
  339. color: #F18200 !important;
  340. font-size: 13px !important;
  341. }
  342. div.onestepcheckout-skin-magento p.onestepcheckout-numbers-1 {
  343. background-image: url(images/skin-magento/onestepcheckout-numbers-1.png)
  344. !important;
  345. }
  346. div.onestepcheckout-skin-magento p.onestepcheckout-numbers-2 {
  347. background-image: url(images/skin-magento/onestepcheckout-numbers-2.png)
  348. !important;
  349. }
  350. div.onestepcheckout-skin-magento p.onestepcheckout-numbers-3 {
  351. background-image: url(images/skin-magento/onestepcheckout-numbers-3.png)
  352. !important;
  353. }
  354. div.onestepcheckout-skin-magento p.onestepcheckout-numbers-4 {
  355. background-image: url(images/skin-magento/onestepcheckout-numbers-4.png)
  356. !important;
  357. }
  358. /* Popup CSS */
  359. #onestepcheckout_popup_overlay_iframe {
  360. z-index: 100000;
  361. background-color: black;
  362. opacity: 0.8;
  363. filter: alpha(opacity = 80);
  364. position: absolute;
  365. width: 100%;
  366. height: 100%;
  367. left: 0;
  368. top: 0;
  369. right: 0;
  370. }
  371. #onestepcheckout_popup_overlay {
  372. z-index: 1000000;
  373. background-color: black;
  374. opacity: 0.8;
  375. filter: alpha(opacity = 80);
  376. position: absolute;
  377. width: 100%;
  378. height: 100%;
  379. left: 0;
  380. top: 0;
  381. right: 0;
  382. cursor: pointer;
  383. }
  384. #onestepcheckout-toc-popup {
  385. width: 482px;
  386. height: 530px;
  387. position: absolute;
  388. z-index: 1000001;
  389. }
  390. #onestepcheckout-toc-popup .onestepcheckout-popup-wrapper {
  391. height: 515px !important;
  392. }
  393. #onestepcheckout-toc-popup div.onestepcheckout-popup-contents {
  394. overflow: auto;
  395. height: 450px;
  396. }
  397. #onestepcheckout-toc-popup h1 {
  398. margin-left: 20px;
  399. }
  400. #onestepcheckout-toc-popup .onestepcheckout-toc-terms {
  401. margin: 20px;
  402. margin-top: 0 !important;
  403. height: 440px !important;
  404. overflow: auto;
  405. padding-right: 10px;
  406. }
  407. #onestepcheckout-login-popup,#onestepcheckout-toc-popup {
  408. text-align: left !important;
  409. }
  410. .onestepcheckout-popup-footer {
  411. background-image: url(images/onestepcheckout-popup-footer.png);
  412. background-repeat: no-repeat;
  413. height: 13px;
  414. }
  415. .onestepcheckout-popup-wrapper {
  416. background-image: url(images/onestepcheckout-popup-header.png);
  417. *background-image: url(images/onestepcheckout-popup-header.png)
  418. !important;
  419. background-repeat: no-repeat;
  420. }
  421. .onestepcheckout-popup-wrapper h1 {
  422. font-size: 18px !important;
  423. padding-bottom: 10px !important;
  424. padding-top: 15px !important;
  425. }
  426. .onestepcheckout-popup-contents {
  427. margin-left: 20px;
  428. margin-right: 20px;
  429. margin-bottom: 0;
  430. padding-bottom: 1px;
  431. }
  432. .onestepcheckout-popup-wrapper label {
  433. font-weight: normal;
  434. }
  435. .onestepcheckout-popup-wrapper .input-text {
  436. width: 190px !important;
  437. }
  438. #onestepcheckout-forgot-table td {
  439. vertical-align: middle !important;
  440. }
  441. /* Popup CSS (login link) */
  442. #onestepcheckout-login-popup {
  443. width: 482px;
  444. position: absolute;
  445. z-index: 1000001;
  446. /*position: fixed;*/
  447. }
  448. #onestepcheckout-login-popup table {
  449. width: 99%;
  450. }
  451. #onestepcheckout-login-popup table td {
  452. padding-top: 3px;
  453. padding-bottom: 3px;
  454. }
  455. #onestepcheckout-login-popup button {
  456. padding: 3px 10px;
  457. }
  458. #onestepcheckout-login-popup div.onestepcheckout-popup-contents {
  459. }
  460. #onestepcheckout-login-popup p.close,#onestepcheckout-toc-popup p.close
  461. {
  462. font-size: 15px;
  463. text-transform: uppercase;
  464. font-weight: bold;
  465. position: absolute;
  466. right: 10px;
  467. bottom: -5px;
  468. }
  469. #onestepcheckout-login-popup p.close a,#onestepcheckout-login-popup p.close a:link,#onestepcheckout-login-popup p.close a:visited,#onestepcheckout-toc-popup p.close a,#onestepcheckout-toc-popup p.close a:link,#onestepcheckout-toc-popup p.close a:visited
  470. {
  471. text-decoration: none;
  472. color: black;
  473. }
  474. #onestepcheckout-login-popup p.close a:hover,#onestepcheckout-toc-popup p.close a:hover
  475. {
  476. text-decoration: underline;
  477. }
  478. #onestepcheckout-login-error,#onestepcheckout-forgot-error {
  479. color: red;
  480. margin-bottom: 10px;
  481. }
  482. div.onestepcheckout-comments {
  483. margin-top: 5px;
  484. margin-bottom: 20px;
  485. }
  486. div.onestepcheckout-comments textarea {
  487. margin-top: 5px;
  488. width: 95%;
  489. }
  490. /* onestepcheckout-twocolumns */
  491. .onestepcheckout-two-columns .onestepcheckout-column-left {
  492. width: 47%;
  493. float: left;
  494. margin-right: 30px;
  495. background: transparent url(images/line-gradient.gif) no-repeat scroll
  496. right top;
  497. }
  498. .onestepcheckout-two-columns .onestepcheckout-column-right {
  499. width: 43%;
  500. float: left;
  501. }
  502. .onestepcheckout-two-columns p.onestepcheckout-numbers {
  503. margin-top: 20px !important;
  504. }
  505. .onestepcheckout-two-columns div.onestepcheckout-enable-terms {
  506. text-align: center !important;
  507. }
  508. .onestepcheckout-two-columns div.onestepcheckout-place-order {
  509. text-align: center !important;
  510. margin-top: 10px !important;
  511. }
  512. .onestepcheckout-two-columns div.onestepcheckout-enable-newsletter {
  513. text-align: center !important;
  514. }
  515. .checkoutcontainer .payment-methods .input-box {
  516. width: 100% !important;
  517. }
  518. .checkoutcontainer .payment-methods .input-box .input-text,.checkoutcontainer .payment-methods .input-box textarea,.checkoutcontainer .payment-methods .input-box select
  519. {
  520. width: 95% !important;
  521. }
  522. .checkoutcontainer .payment-methods .input-box select.year,.checkoutcontainer .payment-methods .input-box select#protxDirect_expiration_yr,.checkoutcontainer .payment-methods .input-box select#protxDirect_start_yr
  523. {
  524. width: 75px !important;
  525. }
  526. .checkoutcontainer .payment-methods .input-box select.month,.checkoutcontainer .payment-methods .input-box select#protxDirect_start,.checkoutcontainer .payment-methods .input-box select#protxDirect_expiration
  527. {
  528. width: 140px !important;
  529. }
  530. .checkoutcontainer li.shipping-address-title {
  531. font-family: Arial;
  532. font-size: 16px;
  533. text-transform: uppercase;
  534. color: #404040;
  535. font-weight: bold;
  536. padding-top: 5px;
  537. }
  538. .onestepcheckout-giftmessagecontainer {
  539. margin-bottom: 10px;
  540. }
  541. .onestepcheckout-giftmessagecontainer .input-checkbox {
  542. /*text-align: right;*/
  543. }
  544. .onestepcheckout-giftmessages fieldset.group-select {
  545. padding: 0 !important;
  546. border: 0 !important;
  547. margin: 0 !important;
  548. }
  549. .onestepcheckout-giftmessages .group-select li .input-box-last {
  550. margin-right: 0 !important;
  551. }
  552. .onestepcheckout-giftmessages .group-select li .input-box {
  553. width: 125px;
  554. margin-right: 20px;
  555. }
  556. .onestepcheckout-giftmessages .group-select li .input-box .input-text {
  557. width: 120px;
  558. }
  559. .onestepcheckout-giftmessages .group-select li textarea {
  560. width: 267px;
  561. }
  562. .onestepcheckout-address-line {
  563. margin-bottom: 10px;
  564. }
  565. .onestepcheckout-column-left .customer-dob .dob-month,.onestepcheckout-column-left .customer-dob .dob-day,.onestepcheckout-column-left .customer-dob .dob-year
  566. {
  567. float: left;
  568. }
  569. .onestepcheckout-column-left .customer-dob input.input-text {
  570. display: block;
  571. width: 74px;
  572. }
  573. .onestepcheckout-column-left .customer-dob label {
  574. font-size: 10px;
  575. font-weight: normal;
  576. color: #888;
  577. }
  578. .onestepcheckout-column-left .customer-dob .dob-day,.onestepcheckout-column-left .customer-dob .dob-month
  579. {
  580. width: 60px;
  581. }
  582. .onestepcheckout-column-left .customer-dob .dob-day input.input-text,.onestepcheckout-column-left .customer-dob .dob-month input.input-text
  583. {
  584. width: 46px;
  585. }
  586. .onestepcheckout-column-left .customer-dob .dob-year {
  587. width: 110px;
  588. }
  589. .onestepcheckout-column-left .customer-dob .dob-year input.input-text {
  590. width: 115px;
  591. }
  592. .onestepcheckout-feedback, .onestepcheckout-feedback-freetext {
  593. padding-top: 10px;
  594. }
  595. .onestepcheckout-feedback select {
  596. width:95%;
  597. }
  598. .onestepcheckout-feedback-freetext textarea{
  599. width:95%;
  600. }
  601. .onestepcheckout-coupon-code-notice {
  602. }
  603. #checkout-payment-method-load .payment{
  604. background: url("images/hm.png") no-repeat scroll -56px -503px transparent;
  605. float: left;
  606. height: 30px;
  607. text-align: left;
  608. width: 286px;
  609. }
  610. #p_method_paypal_standard{
  611. display: none;
  612. }
  613. .onestepcheckout-column-left #billing_address_list .selectBox{
  614. width: 140px;
  615. }
  616. .onestepcheckout-coupons{
  617. margin-top: 30px;
  618. }
  619. .onestepcheckout-coupons .op_block_title {
  620. border-bottom: 1px solid #EEEEEE;
  621. color: #000000;
  622. font-size: 11pt;
  623. margin: 15px 0 5px;
  624. padding-bottom: 5px;
  625. text-transform: uppercase;
  626. }
  627. #onestepcheckout-form .onestepcheckout-coupons label{
  628. font:12px/1.55;
  629. color:#2f2f2f;
  630. text-align: left;
  631. font-family: Arial;
  632. margin:10px 0;
  633. display:block;
  634. }
  635. form label {
  636. color: #707070;
  637. font: bold 13px/13px Segoeui-Bold,Myriad Pro,Verdana,serif;
  638. }
  639. {
  640. }
  641. form #billing_address_list .input-box label {
  642. color: #707070;
  643. display: block;
  644. font: bold 13px/13px Segoeui-Bold,Myriad Pro,Verdana,serif;
  645. margin: 6px 0 10px;
  646. }
  647. form #billing_address_list label {
  648. color: #707070;
  649. font: bold 13px/13px Segoeui-Bold,Myriad Pro,Verdana,serif;
  650. }
  651. #onestepcheckout-form select{height:33px;}