0
|
1 body {
|
|
2 background-color: #E3E5DC;
|
|
3 margin-left: 0px;
|
|
4 margin-top: 0px;
|
|
5 margin-right: 0px;
|
|
6 margin-bottom: 0px;
|
|
7 background-image: url(../../Comm_Images/bg-body.gif);
|
|
8 background-repeat: repeat-x;
|
|
9 }
|
|
10 a:visited {
|
|
11 color: #333;
|
|
12 text-decoration: none;
|
|
13 }
|
|
14 a:hover {
|
|
15 color: #1639A9;
|
|
16 text-decoration: underline;
|
|
17 }
|
|
18 a:link {
|
|
19 color: #333;
|
|
20 text-decoration: none;
|
|
21 }
|
|
22 .link {
|
|
23 font-family: Arial, Helvetica, sans-serif;
|
|
24 font-size: 0.65em;
|
|
25 text-transform: uppercase;
|
|
26 color: #333333;
|
|
27 text-indent: 10px;
|
|
28 }
|
|
29 .disabledLink
|
|
30 {
|
|
31 font-family: Arial, Helvetica, sans-serif;
|
|
32 font-size: 0.65em;
|
|
33 text-transform: uppercase;
|
|
34 color: #999999;
|
|
35 text-indent: 10px;
|
|
36 }
|
|
37 .signIn {
|
|
38 background-color: #E9EED8;
|
|
39 background-image: url(../../Comm_Images/bg-sign-in.gif);
|
|
40 background-repeat: repeat-x;
|
|
41 height: 60px;
|
|
42 margin-top: 20px;
|
|
43 }
|
|
44 .checkOut {
|
|
45 background-color: #ABAF94;
|
|
46 /*cursor: hand;*/
|
|
47 }
|
|
48 .linkCheckOut {
|
|
49 font-family: Arial, Helvetica, sans-serif;
|
|
50 font-size: 0.65em;
|
|
51 text-transform: uppercase;
|
|
52 color: #333333;
|
|
53 text-indent: 7px;
|
|
54 }
|
|
55 .welcomeName {
|
|
56 font-size: 0.7em;
|
|
57 font-weight: bold;
|
|
58 white-space: nowrap;
|
|
59 text-indent: 37px;
|
|
60 color: #555;
|
|
61 font-family: Arial, Helvetica, sans-serif;
|
|
62 }
|
|
63 .textboxSearch {
|
|
64 font-size: 0.8em;
|
|
65 color: #000;
|
|
66 text-indent: 3px;
|
|
67 background-color: #FFF;
|
|
68 border-width: 1px;
|
|
69 border-style: solid;
|
|
70 border-top-color: #E9EED8;
|
|
71 border-right-color: #C6C3B3;
|
|
72 border-bottom-color: #ABAF94;
|
|
73 border-left-color: #C6C3B3;
|
|
74 height: 14px;
|
|
75 }
|
|
76 .breadcrumb {
|
|
77 font-family: Arial, Helvetica, sans-serif;
|
|
78 font-size: 0.7em;
|
|
79 text-transform: uppercase;
|
|
80 color: #333333;
|
|
81 font-weight: bold;
|
|
82 }
|
|
83 .bgBreadcrumb {
|
|
84 padding-top: 12px;
|
|
85 padding-bottom: 9px;
|
|
86 }
|
|
87 .mainNavigation {
|
|
88 font-family: Arial, Helvetica, sans-serif;
|
|
89 font-size: 0.7em;
|
|
90 text-transform: uppercase;
|
|
91 padding-left: 2px;
|
|
92 color: #333333;
|
|
93 font-weight: bold;
|
|
94 line-height: 20px;
|
|
95 padding-right: 5px;
|
|
96 display:block;
|
|
97 height:100%;
|
|
98 }
|
|
99 .pageHeader {
|
|
100 font-family: Arial, Helvetica, sans-serif;
|
|
101 font-size: 0.9em;
|
|
102 font-weight: bold;
|
|
103 text-transform: uppercase;
|
|
104 color: #FFFFFF;
|
|
105 background-color: #0A1B50;
|
|
106 text-indent:16px;
|
|
107 }
|
|
108 .dottedLine {
|
|
109 background-image: url(../../Comm_Images/dotten-line.gif);
|
|
110 background-repeat: repeat-x;
|
|
111 background-position: bottom;
|
|
112 height: 8px;
|
|
113 }
|
|
114 input {
|
|
115 font-family: Arial, Helvetica, sans-serif;
|
|
116 font-size: 0.8em;
|
|
117 color: #333333;
|
|
118 padding-left: 3px;
|
|
119 padding-right: 3px;
|
|
120 }
|
|
121 .footer td {
|
|
122 font-family: Arial, Helvetica, sans-serif;
|
|
123 font-size: 0.65em;
|
|
124 text-transform: uppercase;
|
|
125 color: #FFF;
|
|
126 background-color: #ABAF94;
|
|
127 padding-left: 18px;
|
|
128 line-height: 16px;
|
|
129 }
|
|
130 .homeBody {
|
|
131 background-color: #FFF;
|
|
132 margin-left: 0px;
|
|
133 margin-top: 0px;
|
|
134 margin-right: 0px;
|
|
135 margin-bottom: 0px;
|
|
136 background-image: url(../../Comm_Images/home-bg-body.gif);
|
|
137 background-repeat: repeat-x;
|
|
138 }
|
|
139 .homeBgSearch {
|
|
140 background-image: url(../../Comm_Images/bg-search.gif);
|
|
141 background-repeat: repeat-x;
|
|
142 background-position: top;
|
|
143 padding-top: 20px;
|
|
144 }
|
|
145 .fishPosition {
|
|
146 position: relative;
|
|
147 left: -60px;
|
|
148 top: 0px;
|
|
149 width: 241px;
|
|
150 height: 300px;
|
|
151 }
|
|
152 .footerHome {
|
|
153 font-family: Arial, Helvetica, sans-serif;
|
|
154 font-size: 0.65em;
|
|
155 text-transform: uppercase;
|
|
156 color: #FFF;
|
|
157 background-color: #122E87;
|
|
158 padding-left: 18px;
|
|
159 line-height: 16px;
|
|
160 }
|
|
161 .homeLink {
|
|
162 font-family: Arial, Helvetica, sans-serif;
|
|
163 font-size: 0.65em;
|
|
164 text-transform: uppercase;
|
|
165 color: #333;
|
|
166 vertical-align: middle;
|
|
167 }
|
|
168 .homeSearchBox {
|
|
169 font-size: 0.8em;
|
|
170 color: #404040;
|
|
171 text-indent: 3px;
|
|
172 background-color: #FFF;
|
|
173 border-width: 1px;
|
|
174 border-style: solid;
|
|
175 border-top-color: #E9EED8;
|
|
176 border-right-color: #C6C3B3;
|
|
177 border-bottom-color: #ABAF94;
|
|
178 border-left-color: #C6C3B3;
|
|
179 height: 14px;
|
|
180 padding-right: 5px;
|
|
181 }
|
|
182 .paddingSearchicon {
|
|
183 padding-top:3px;
|
|
184 padding-left:5px;
|
|
185 }
|
|
186 .welcome {
|
|
187 font-family: Arial, Helvetica, sans-serif;
|
|
188 font-size: 0.9em;
|
|
189 font-weight: bold;
|
|
190 color: #FFFFFF;
|
|
191 padding-left: 20px;
|
|
192 height: 27px;
|
|
193 text-transform: uppercase;
|
|
194 background-color: #ABAF94;
|
|
195 vertical-align: middle;
|
|
196 }
|
|
197 .intro {
|
|
198 font-family: Arial, Helvetica, sans-serif;
|
|
199 font-size: 0.9em;
|
|
200 font-weight: bold;
|
|
201 color: #555555;
|
|
202 padding-top: 20px;
|
|
203 line-height: 18px;
|
|
204 padding-left: 20px;
|
|
205 padding-bottom: 20px;
|
|
206 display: block;
|
|
207 width: 300px;
|
|
208 }
|
|
209 .navigationLinks {
|
|
210 font-family: Arial, Helvetica, sans-serif;
|
|
211 font-size: 0.9em;
|
|
212 text-transform: uppercase;
|
|
213 color: #333;
|
|
214 line-height: 1.8em;
|
|
215 font-weight: bold;
|
|
216 vertical-align:top;
|
|
217 background-image: url(../../Comm_Images/dotten-line.gif);
|
|
218 background-repeat: repeat-x;
|
|
219 background-position: bottom;
|
|
220 width:320px;
|
|
221 }
|
|
222 .navigationLabel {
|
|
223 color: #98A839;
|
|
224 font-size: 0.9em;
|
|
225 font-weight: bold;
|
|
226 line-height:25px;
|
|
227 font-family: Arial, Helvetica, sans-serif;
|
|
228 padding-left: 20px;
|
|
229 }
|
|
230 .bgControl {
|
|
231 background-color: #E3E5DC;
|
|
232 }
|
|
233 .productDescription {
|
|
234 font-family: Arial, Helvetica, sans-serif;
|
|
235 font-size: 0.7em;
|
|
236 font-weight: normal;
|
|
237 color: #333333;
|
|
238 }
|
|
239 .productName {
|
|
240 font-family: Arial, Helvetica, sans-serif;
|
|
241 font-size: 1em;
|
|
242 font-weight: bold;
|
|
243 color: #333333;
|
|
244 padding-bottom: 12px;
|
|
245 }
|
|
246 .paging {
|
|
247 font-family: Arial, Helvetica, sans-serif;
|
|
248 font-size: 0.85em;
|
|
249 color:#98A839;
|
|
250 font-weight: bold;
|
|
251 text-decoration: none;
|
|
252 padding-top: 16px;
|
|
253 padding-bottom: 16px;
|
|
254 padding-left: 16px;
|
|
255 padding-right: 16px;
|
|
256 }
|
|
257 .productsPosition {
|
|
258 padding-top: 37px;
|
|
259 padding-bottom: 33px;
|
|
260 }
|
|
261 .productsLine {
|
|
262 padding-top: 16px;
|
|
263 padding-bottom: 3px;
|
|
264 border-bottom: solid 1px #E8EADD;
|
|
265 }
|
|
266 .itemsPosition {
|
|
267 padding-top: 5px;
|
|
268 padding-bottom: 33px;
|
|
269 }
|
|
270 .itemText {
|
|
271 font-family: Arial, Helvetica, sans-serif;
|
|
272 font-size: 0.7em;
|
|
273 font-weight: normal;
|
|
274 color: #333333;
|
|
275 padding-bottom: 5px;
|
|
276 text-indent: 3px;
|
|
277 line-height: 1.3em;
|
|
278 }
|
|
279 .itemName {
|
|
280 font-family: Arial, Helvetica, sans-serif;
|
|
281 font-size: 0.7em;
|
|
282 font-weight: bold;
|
|
283 color: #333333;
|
|
284 padding-bottom: 5px;
|
|
285 text-indent: 3px;
|
|
286 line-height: 1.3em;
|
|
287 }
|
|
288 .linkCart {
|
|
289 text-transform: uppercase;
|
|
290 font-size: 1em;
|
|
291 font-weight: bold;
|
|
292 padding-top: 16px;
|
|
293 padding-bottom: 10px;
|
|
294 padding-left: 21px;
|
|
295 cursor: hand;
|
|
296 background-image: url(../../Comm_Images/button-cart.gif);
|
|
297 background-repeat: no-repeat;
|
|
298 background-position: 0px;
|
|
299 line-height:35px;
|
|
300 }
|
|
301 .linkWishlist {
|
|
302 text-transform: uppercase;
|
|
303 font-size: 1em;
|
|
304 font-weight: bold;
|
|
305 padding-top: 4px;
|
|
306 padding-left: 21px;
|
|
307 cursor: hand;
|
|
308 background-image: url(../../Comm_Images/button-wishlist.gif);
|
|
309 background-repeat: no-repeat;
|
|
310 }
|
|
311 .cartPosition {
|
|
312 padding-top: 50px;
|
|
313 padding-bottom: 33px;
|
|
314 }
|
|
315 .label {
|
|
316 font-family: Arial, Helvetica, sans-serif;
|
|
317 font-size: 0.7em;
|
|
318 color: #333333;
|
|
319 margin-left: 20px;
|
|
320 margin-bottom: 10px;
|
|
321 text-align: left;
|
|
322 }
|
|
323 .cart {
|
|
324 background-color:#E8EADD;
|
|
325 }
|
|
326 .labelLists {
|
|
327 font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
328 font-size: 0.7em;
|
|
329 font-weight: bold;
|
|
330 color: #747C6D;
|
|
331 vertical-align: bottom;
|
|
332 background-image: url(../../Comm_Images/bg-labelLists.gif);
|
|
333 text-align:left;
|
|
334 line-height: 21px;
|
|
335 padding-left: 5px;
|
|
336 text-indent: 2px;
|
|
337 padding-right: 5px;
|
|
338 padding-top: 8px;
|
|
339 padding-bottom: 1px;
|
|
340 border-bottom-width: 1px;
|
|
341 border-bottom-color: #FFF;
|
|
342 border-bottom-style: solid;
|
|
343 }
|
|
344 .listItem {
|
|
345 font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
346 font-size: 0.7em;
|
|
347 color: #333333;
|
|
348 text-decoration: none;
|
|
349 line-height: 15px;
|
|
350 padding-left: 5px;
|
|
351 padding-right: 5px;
|
|
352 padding-bottom: 2px;
|
|
353 padding-top: 2px;
|
|
354 white-space: nowrap;
|
|
355 text-align: left;
|
|
356 }
|
|
357 .dottedLineCentered {
|
|
358 background-image: url(../../Comm_Images/dotten-line.gif);
|
|
359 background-repeat: repeat-x;
|
|
360 background-position: center;
|
|
361 height: 8px;
|
|
362 }
|
|
363 .total {
|
|
364 font-family: Arial, Helvetica, sans-serif;
|
|
365 font-size: 0.7em;
|
|
366 font-weight: bold;
|
|
367 color: #000000;
|
|
368 padding-right: 2px;
|
|
369 line-height: 1.5em;
|
|
370 }
|
|
371 .signinButton {
|
|
372 font-family : Tahoma, Arial, Helvetica, sans-serif;
|
|
373 background-color:#FB9D00;
|
|
374 font-size: 0.85em;
|
|
375 color: #FFF;
|
|
376 text-decoration: none;
|
|
377 font-weight: bold;
|
|
378 cursor: hand;
|
|
379 border: 1px solid;
|
|
380 border-bottom-color:#F07C00;
|
|
381 border-top-color: #FFCC00;
|
|
382 border-right-color:#F07C00;
|
|
383 border-left-color:#FFCC00;
|
|
384 padding-right: 5px;
|
|
385 padding-left: 5px;
|
|
386 margin-bottom: 15px;
|
|
387 margin-right: 10px;
|
|
388 }
|
|
389 .signinHeader {
|
|
390 font-family: Arial, Helvetica, sans-serif;
|
|
391 font-size: 1.1em;
|
|
392 font-weight: bold;
|
|
393 text-align: left;
|
|
394 white-space: nowrap;
|
|
395 color: #333333;
|
|
396 padding-top: 5px;
|
|
397 padding-bottom: 5px;
|
|
398 line-height:30px;
|
|
399
|
|
400 }
|
|
401 .signinTextbox {
|
|
402 font-size: 0.9em;
|
|
403 color: #000;
|
|
404 text-indent: 3px;
|
|
405 background-color: #EAE9E4;
|
|
406 border-width: 1px;
|
|
407 border-style: solid;
|
|
408 border-top-color: #C6C3B3;
|
|
409 border-right-color: #7C7D6A;
|
|
410 border-bottom-color: #000;
|
|
411 border-left-color: #7C7D6A;
|
|
412 height: 16px;
|
|
413 margin-right: 2px;
|
|
414 }
|
|
415 .signinLabel {
|
|
416 font-family: Arial, Helvetica, sans-serif;
|
|
417 font-weight:normal;
|
|
418 color: #333333;
|
|
419 }
|
|
420 .signinNewUser {
|
|
421 font-family: Arial, Helvetica, sans-serif;
|
|
422 font-size: 0.8em;
|
|
423 text-transform: uppercase;
|
|
424 color: #333333;
|
|
425 text-indent: 3px;
|
|
426 }
|
|
427 .asterisk {
|
|
428 color: #333333;
|
|
429 vertical-align: top;
|
|
430 }
|
|
431 .signInContent {
|
|
432 font-family: Arial, Helvetica, sans-serif;
|
|
433 font-size: 0.8em;
|
|
434 background-color: #FFFFFF;
|
|
435 white-space: nowrap;
|
|
436 color: #333333;
|
|
437 padding-top: 10px;
|
|
438 padding-bottom: 10px;
|
|
439 }
|
|
440 .checkoutPosition {
|
|
441 padding-top: 40px;
|
|
442 padding-bottom: 33px;
|
|
443 }
|
|
444 .checkoutContent {
|
|
445 font-family: Arial, Helvetica, sans-serif;
|
|
446 background-color: #FFFFFF;
|
|
447 white-space: nowrap;
|
|
448 color: #333333;
|
|
449 padding-left: 15px;
|
|
450 }
|
|
451 .checkoutHeaders{
|
|
452 font-family: Arial, Helvetica, sans-serif;
|
|
453 font-size: 0.9em;
|
|
454 font-weight: bold;
|
|
455 color: #333333;
|
|
456 text-transform: capitalize;
|
|
457 white-space: nowrap;
|
|
458 height: 30px;
|
|
459 padding-top: 3px;
|
|
460 padding-bottom: 5px;
|
|
461 }
|
|
462 .checkoutLabel {
|
|
463 font-family: Arial, Helvetica, sans-serif;
|
|
464 font-size: 0.95em;
|
|
465 color: #333333;
|
|
466 margin-left: 20px;
|
|
467 margin-bottom: 10px;
|
|
468 text-align: left;
|
|
469 }
|
|
470 .checkoutTextbox {
|
|
471 font-size: 1em;
|
|
472 color: #000;
|
|
473 text-indent: 3px;
|
|
474 background-color: #EAE9E4;
|
|
475 border-width: 1px;
|
|
476 border-style: solid;
|
|
477 border-top-color: #C6C3B3;
|
|
478 border-right-color: #7C7D6A;
|
|
479 border-bottom-color: #000;
|
|
480 border-left-color: #7C7D6A;
|
|
481 height: 16px;
|
|
482 margin-top: 1px;
|
|
483 }
|
|
484 .checkoutDropdown {
|
|
485 font-size: 1em;
|
|
486 color: #000;
|
|
487 text-indent: 3px;
|
|
488 background-color: #EAE9E4;
|
|
489 border-width: 1px;
|
|
490 border-style: solid;
|
|
491 border-top-color: #C6C3B3;
|
|
492 border-right-color: #7C7D6A;
|
|
493 border-bottom-color: #000;
|
|
494 height: 16px;
|
|
495 margin-top: 2px;
|
|
496 }
|
|
497 .checkoutButtonBg {
|
|
498 background-image: url(../../Comm_Images/dotten-line.gif);
|
|
499 background-repeat: repeat-x;
|
|
500 background-position: top;
|
|
501 }
|
|
502 .back {
|
|
503 font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
504 font-size: 0.7em;
|
|
505 color: #000;
|
|
506 text-decoration: none;
|
|
507 font-weight: bold;
|
|
508 background-image: url(../../Comm_Images/button-back.gif);
|
|
509 background-repeat: no-repeat;
|
|
510 background-position: left 7px;
|
|
511 padding-left: 22px;
|
|
512 padding-top: 9px;
|
|
513 margin-left: 7px;
|
|
514 cursor: hand;
|
|
515 line-height: 40px;
|
|
516 }
|
|
517 .continue {
|
|
518 font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
519 font-size: 0.7em;
|
|
520 color: #000;
|
|
521 text-decoration: none;
|
|
522 font-weight: bold;
|
|
523 background-image: url(../../Comm_Images/button-continue.gif);
|
|
524 background-repeat: no-repeat;
|
|
525 background-position: right 7px;
|
|
526 padding-right: 22px;
|
|
527 padding-top: 9px;
|
|
528 margin-right: 7px;
|
|
529 cursor: hand;
|
|
530 line-height: 40px;
|
|
531 }
|
|
532 .submit {
|
|
533 font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
534 background-color:#FB9D00;
|
|
535 font-size: 0.7em;
|
|
536 color: #FFF;
|
|
537 text-decoration: none;
|
|
538 font-weight: bold;
|
|
539 cursor: hand;
|
|
540 line-height: 30px;
|
|
541 border: 1px solid;
|
|
542 border-bottom-color:#F07C00;
|
|
543 border-top-color: #FFCC00;
|
|
544 border-right-color:#F07C00;
|
|
545 border-left-color:#FFCC00;
|
|
546 padding-right: 10px;
|
|
547 padding-left: 10px;
|
|
548 padding-top: 1px;
|
|
549 padding-bottom: 1px;
|
|
550 }
|
|
551 .checkOutLabel {
|
|
552 font-family: Arial, Helvetica, sans-serif;
|
|
553 font-size: 0.7em;
|
|
554 color: #333333;
|
|
555 margin-left: 3px;
|
|
556 margin-bottom: 10px;
|
|
557 text-align: left;
|
|
558 }
|
|
559 .info {
|
|
560 font-family: Arial, Helvetica, sans-serif;
|
|
561 font-size: 0.7em;
|
|
562 color: #333333;
|
|
563 margin-bottom: 15px;
|
|
564 text-align: left;
|
|
565 }
|
|
566 .profilePosition {
|
|
567 padding-top: 50px;
|
|
568 padding-bottom: 33px;
|
|
569 }
|
|
570 .tableContent {
|
|
571 font-family: Arial, Helvetica, sans-serif;
|
|
572 background-color: #FFFFFF;
|
|
573 text-align: center;
|
|
574 font-weight:bold;
|
|
575 white-space: nowrap;
|
|
576 color: #333333;
|
|
577 padding-left: 25px;
|
|
578 padding-top: 12px;
|
|
579 padding-bottom: 3px;
|
|
580 }
|
|
581 .searchPosition {
|
|
582 font-family: Arial, Helvetica, sans-serif;
|
|
583 padding-top: 12px;
|
|
584 padding-bottom: 33px;
|
|
585 }
|
|
586 .linkNewUser {
|
|
587 font-family: Arial, Helvetica, sans-serif;
|
|
588 font-size: 0.8em;
|
|
589 text-transform: uppercase;
|
|
590 color: #333333;
|
|
591 text-indent: 3px;
|
|
592 }
|
|
593 .cartHeader {
|
|
594 font-family: Arial, Helvetica, sans-serif;
|
|
595 font-size: 0.9em;
|
|
596 font-weight: bold;
|
|
597 text-align: left;
|
|
598 white-space: nowrap;
|
|
599 color: #333333;
|
|
600 width: 387px;
|
|
601 padding-bottom: 16px;
|
|
602 }
|
|
603 .signinPosition {
|
|
604 padding-top: 22px;
|
|
605 padding-bottom: 33px;
|
|
606 }
|
|
607 .adminContent {
|
|
608 font-family: Verdana;
|
|
609 font-size: .8em;
|
|
610 }
|
|
611 .infoTable td {
|
|
612 padding: 4 5 0 0;
|
|
613 font-size: 0.7em;
|
|
614 text-align: right;
|
|
615 }
|
|
616 .grid th {
|
|
617 padding: 1 5 2 5;
|
|
618 font-size: .8em;
|
|
619 }
|
|
620 .grid td {
|
|
621 padding: 1 5 2 5;
|
|
622 font-size: .8em;
|
|
623 }
|
|
624 .pageHeader a:link, .pageHeader a:hover, .pageHeader a:visited {
|
|
625 font-family: Arial, Helvetica, sans-serif;
|
|
626 font-size: 0.9em;
|
|
627 font-weight: bold;
|
|
628 color: #FFFFFF;
|
|
629 text-transform: uppercase;
|
|
630 }
|