ECommerce.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. .LineErrorLabel
  2. {
  3. color: #ff0000;
  4. text-align: left;
  5. }
  6. .ShoppingCartMiniPreviewArea Table
  7. {
  8. margin-left:auto;
  9. }
  10. /* Overall */
  11. .HiddenButton
  12. {
  13. display: none;
  14. }
  15. .ContentButton
  16. {
  17. width: 100px;
  18. }
  19. .ErrorLabel
  20. {
  21. color: #ff0000;
  22. display: block;
  23. padding-bottom: 10px;
  24. text-align: left;
  25. }
  26. .DropDownField
  27. {
  28. width: 285px;
  29. }
  30. .TextboxField, .TextBoxField
  31. {
  32. width: 280px;
  33. }
  34. .TextLeft
  35. {
  36. text-align: left;
  37. }
  38. .RTL .TextLeft
  39. {
  40. text-align: right;
  41. }
  42. .TextRight
  43. {
  44. text-align: right;
  45. }
  46. .RTL .TextRight
  47. {
  48. text-align: left;
  49. }
  50. /* Addresses */
  51. .BlockContent
  52. {
  53. padding: 5px;
  54. }
  55. .BlockTitle
  56. {
  57. font-size: 13px;
  58. font-weight: bold;
  59. display:block;
  60. }
  61. /* Shopping cart */
  62. .AddressPreview
  63. {
  64. padding: 0px 5px 5px 5px;
  65. height: 100%;
  66. }
  67. .AddressPreviewLabel
  68. {
  69. color: #000000;
  70. display: block;
  71. }
  72. .DiscountCouponPanel
  73. {
  74. float:left;
  75. }
  76. .PricePanel
  77. {
  78. float:right;
  79. }
  80. .CartStepInnerPanel
  81. {
  82. margin: 10px;
  83. }
  84. .CartStepPanel
  85. {
  86. padding-bottom:10px;
  87. }
  88. .CartStepPanel fieldset
  89. {
  90. border: 1px solid #000;
  91. background-color: #F2F2F2;
  92. }
  93. .CartStepPanel legend
  94. {
  95. /*background-color: #000;*/
  96. margin-right: 4px;
  97. color: #E36C26;
  98. padding: 5px;
  99. font-weight: bold;
  100. font-family:Arial;
  101. font-size: 12px;
  102. }
  103. .AddressTitle
  104. {
  105. font-size: 16px;
  106. font-weight: bold;
  107. }
  108. .SmallTextLabel
  109. {
  110. font-size: 10px;
  111. }
  112. .ShoppingCartIcon
  113. {
  114. vertical-align: middle;
  115. }
  116. .UnitsTextBox
  117. {
  118. width: 50px;
  119. }
  120. .ButtonSendPassword
  121. {
  122. width: 115px;
  123. }
  124. .LongButton
  125. {
  126. width: 160px;
  127. }
  128. .ItemsNotAvailable
  129. {
  130. color: Red;
  131. }
  132. .InvoiceCompanyAddressTitle
  133. {
  134. display:block;
  135. font-weight: bold;
  136. }
  137. .PaymentGatewayDataContainer
  138. {
  139. }
  140. .PaymentFormSeparator
  141. {
  142. height: 10px;
  143. }
  144. .InfoLabel
  145. {
  146. color: #000000;
  147. display: block;
  148. padding-bottom: 10px;
  149. }
  150. .AddressPreviewWithTwoColumns td
  151. {
  152. width: 46%;
  153. }
  154. .AddressPreviewWithThreeColumns td
  155. {
  156. width: 29%;
  157. }
  158. /* Prodcut price detail */
  159. .PriceDetailSummaryTable
  160. {
  161. border: 1px solid #000000;
  162. border-collapse: collapse;
  163. color: #000000;
  164. width: 100%;
  165. }
  166. .PriceDetailSummaryTable th
  167. {
  168. border: 1px solid #000000;
  169. border-collapse: collapse;
  170. background-color: #d8d8d8;
  171. font-weight: bold;
  172. }
  173. .PriceDetailSummaryTable td
  174. {
  175. border: 1px solid #000000;
  176. border-collapse: collapse;
  177. }
  178. .PriceDetailSubtotalTable
  179. {
  180. border: 1px solid #000000;
  181. border-collapse: collapse;
  182. width:100%;
  183. margin-bottom: 20px;
  184. }
  185. .IE6 .PriceDetailSubtotalTable, .IE7 .PriceDetailSubtotalTable
  186. {
  187. margin-top: -1px; /* only in Internet Explorer */
  188. }
  189. .PriceDetailSubtotalTable tr
  190. {
  191. border: 1px solid #000000;
  192. border-collapse: collapse;
  193. }
  194. .PriceDetailSubtotalTable td
  195. {
  196. border-top: 1px solid #000000;
  197. border-collapse: collapse;
  198. }
  199. .PriceDetailSubtotalTable th
  200. {
  201. background-color: #d8d8d8;
  202. font-weight: bold;
  203. }
  204. .PriceDetailSubtotal
  205. {
  206. background-color:#fde9d9;
  207. color: #000000;
  208. }
  209. .PriceDetailHeader td
  210. {
  211. background-color: #333333;
  212. color:#ffffff;
  213. font-weight: bold;
  214. }
  215. .ProductPriceDetailTitle
  216. {
  217. font-weight:bold;
  218. font-size: 16px;
  219. display: block;
  220. margin-bottom: 20px;
  221. margin-top: 10px;
  222. border-bottom: 1px solid #000000;
  223. }
  224. .ProductPriceDetailLink a, .ProductPriceDetailLink a selected
  225. {
  226. color: #000000;
  227. text-decoration: underline;
  228. }
  229. /* Shopping cart */
  230. .CartStepTable
  231. {
  232. border: 1px solid #000000;
  233. }
  234. .CartStepTable th
  235. {
  236. background-color: #333333;
  237. color: #ffffff;
  238. font-family:Arial;
  239. font-size: 11px;
  240. }
  241. .CartStepHeader
  242. {
  243. background-color: #333333;
  244. color: #ffffff;
  245. padding: 5px;
  246. font-weight: bold;
  247. font-family:Arial;
  248. font-size: 11px;
  249. margin-bottom: 5px;
  250. }
  251. .CartStepBody
  252. {
  253. background-color: #f2f2f2;
  254. }
  255. .CartContentTable
  256. {
  257. width:100%;
  258. }
  259. .CartContentTable td
  260. {
  261. border: 1px solid #dddddd;
  262. background-color: #ffffff;
  263. padding: 4px;
  264. }
  265. .CartContentTable th
  266. {
  267. border: 1px solid #dddddd;
  268. font-family:Arial;
  269. font-size: 11px;
  270. }
  271. .ShoppingCartStepImage
  272. {
  273. border: none;
  274. margin-top: 10px;
  275. padding:0px;
  276. vertical-align: middle;
  277. }
  278. .ShoppingCartStepSeparator
  279. {
  280. border: none;
  281. margin-top: 10px;
  282. padding: 0 20px;
  283. vertical-align: middle;
  284. }
  285. /* Shopping cart item selector */
  286. .AddToShoppingCartTextBox
  287. {
  288. width:25px;
  289. }
  290. .AddToShoppingCartLink
  291. {
  292. background-image: url('Images/ShoppingCart/AddToCart.gif');
  293. background-position: left -2px;
  294. background-repeat: no-repeat;
  295. padding-left: 18px;
  296. color: #000000;
  297. text-decoration: underline;
  298. }
  299. .AddToShoppingCartButton
  300. {
  301. width:80px;
  302. }
  303. .AddToShoppingCartImageButton
  304. {
  305. }