Quotes in shelf name were causing js error.
[koha.git] / koha-tmpl / opac-tmpl / prog / en / css / opac.css
1 @import url("../../en/lib/yui/reset-fonts-grids.css");
2
3 a {
4         font-weight : bold;
5 }
6
7 a, a:visited {
8         color : #006699;
9 }
10
11 a:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover {
12         color : #990033;
13 }
14
15 body {
16         background-color : white;
17         text-align : left;
18         padding : 0 0 2.5em 0;
19 }
20
21 caption {
22         font-size : 140%;
23         text-align : left;
24         font-weight : bold;
25 }
26
27 fieldset {
28         background-color: #FFF;
29         border : 2px solid #EEEEEE;
30         margin : 1em 1em 1em 0;
31         padding : 1em;
32 }
33
34 fieldset.rows {  
35 border-width : 1px;
36 border-bottom : 1px solid black;
37 float : left;
38 font-size : 90%;
39 clear : left;
40 margin: .9em 0 0 0;  
41 padding: 0;
42 width: 100%; 
43 }
44
45 fieldset.rows legend {  
46         margin-left: 1em;
47         font-weight: bold;
48         font-size : 110%;
49 }
50
51 fieldset.rows label, fieldset.rows span.label {  
52         float: left;  
53         font-weight : bold;
54         width: 9em;  
55         margin-right: 1em;  
56         text-align: right;
57 }
58
59 fieldset.rows fieldset {
60         border-width : 1px;
61         margin : 0;
62         padding : .3em;
63 }
64
65 fieldset.rows ol {  
66 padding: 1em 1em 0 1em;  
67 list-style-type: none;
68 }
69
70 fieldset.rows li {  
71 float : left;
72 clear : left;
73 padding-bottom: 1em;
74 list-style-type: none;
75 width: 100%; 
76 }
77
78 fieldset.rows.left li {
79         padding-bottom : .4em;
80 }
81
82 fieldset.rows li.radio {
83         padding-left: 9em;
84         width : auto;
85 }
86
87 fieldset.rows li.radio label {
88         float : none;
89         width : auto;
90         margin : 0 0 0 1em;
91 }
92
93 fieldset.rows ol.radio label {
94         width : auto;
95         float : none;
96         margin-right : 0;
97 }
98
99 fieldset.rows ol.radio label.radio {
100         float : left;
101         width : 12em;
102         margin-right : 1em;
103 }
104
105 fieldset.rows table {
106         clear : both;
107         margin-left : 1em;
108 }
109
110 fieldset.rows td label {
111         float : none;
112         font-weight : normal;
113         width : auto;
114 }
115
116 fieldset.holds {
117         background-color : #F3F3F3;
118         border: 0;
119         font-size : 110%;
120         padding : 1px;
121 }
122
123 fieldset.holds ol {
124         margin : 0;
125         padding : 0;
126 }
127
128 fieldset.holds li {
129         background-color : #FFF;
130         border-bottom : 1px solid #F3F3F3;
131         padding : .3em;
132 }
133
134 fieldset.holds label, fieldset.holds span.label {
135
136 }
137
138 fieldset.action {
139         clear : both;
140         float : none;
141         border : none;
142         margin : 0;
143         padding : 1em 0 .3em 0;
144         width : auto;
145 }
146
147 fieldset.action p {
148         margin-bottom : 1em;
149 }
150
151 form {
152         display : inline;
153         margin : 0;
154         padding : 0;
155 }
156
157 h1 {
158         font-size : 138.5%;
159 }
160
161 h1#library {
162         font-size : 100%;
163         font-weight : normal;
164         margin : .2em 0 .2em .5em;
165
166
167
168 h1#libraryname {
169         background:transparent url(../../images/koha-logo.gif) no-repeat scroll 0%;
170         border: 0;
171         float : left !important;
172         margin:0;
173         padding:0;
174         width:120px;
175 }
176
177 h1#libraryname a {
178         border:0;
179         cursor:pointer;
180         display:block;
181         height:0px !important;
182         margin:0;
183         overflow:hidden;
184         padding:40px 0 0;
185         text-decoration:none;
186         width:120px;
187 }
188
189 h1,h2,h3,h4,h5,h6 {
190         font-weight : bold;
191         margin : .5em 0;
192 }
193
194 h2 {
195         font-size : 131%;
196 }
197
198 h2.author {
199         text-indent : .5em;
200 }
201
202 h3 {
203         font-size : 123.1%;
204 }
205
206 h4 {
207         font-size : 116%;
208 }
209
210 h5 {
211         font-size : 108%;
212 }
213
214 h6 {
215         font-size : 100%;
216 }
217
218 input[type=submit], input[type=button], input[type=reset] {
219         background : #b8d0e6 url(../../images/submit-bg.gif) repeat-x 0 0;
220         background-color : #b8d0e6;
221         border-top: 1px solid #cccccc;
222         border-left: 1px solid #cccccc;
223         border-right: 1px solid #eeeeee;
224         border-bottom: 1px solid #eeeeee;
225         color : #333;
226         font-size : 93%;
227         font-weight : bold;
228         padding : 4px;
229 }
230
231 input[type=submit]:active, input[type=button], input[type=reset] {
232         border: 1px inset #666666;
233 }
234
235 td.resultscontrol {
236         background-color : #EEE;
237         vertical-align : middle;
238         padding : 3px 3px 5px 5px;
239 }
240
241 table {
242         background-color: #FFF;
243         border-collapse : collapse;
244         margin : 1em 0;
245         border-right : 1px solid #dddddd;
246         border-top : 1px solid #dddddd;
247 }
248
249 td,th {
250         background-color: #FFF;
251         border-left : 1px solid #dddddd;
252         border-bottom : 1px solid #dddddd;
253         padding : 3px 5px;
254 }
255
256 th {
257         background-color:#EEE;
258         font-weight : bold;
259         padding : 2px 23px;
260         text-align : center;
261 }
262
263 th.sum {
264         text-align: right;
265 }
266
267 td.sum {
268         background-color: #FFC;
269         font-weight: bold;
270 }
271
272 th[scope=row] {
273         text-align : right;
274 }
275
276 tr.highlight td, tr.highlight th, tr.odd td {
277         background-color : #F3F3F3;
278         border : 1px solid #DDDDDD;
279         border-right : 1px solid #DDDDDD;
280 }
281
282 tr.even td, tr.even.highlight td {
283         background-color: #FFF;
284 }
285
286 tr.grouplabel td {
287         background-color : #E8E8E8;
288         border : 1px solid #DDDDDD;
289         border-right : 1px solid #DDDDDD;
290         text-align : center;
291         font-weight : bold;
292     padding: 10px;
293 }
294
295 tr.reserved td {
296         background-color : #eeffd4;
297 }
298 tr.transfered td {
299         background-color : #e8f0f6;
300 }
301
302 #editions table, #editions td {
303         border : 0;
304 }
305
306 .header {
307         background-image:url("../../images/ascdesc.gif");
308         background-position:right center;
309         background-repeat:no-repeat;
310         cursor:pointer;
311 }
312 .headerSortUp {
313         background-image:url("../../images/asc.gif");
314 }
315 .headerSortDown {
316         background-image:url("../../images/desc.gif");
317 }
318
319 ul {
320         list-style : disc;
321         padding-left : 1em;
322 }
323
324 li {
325         list-style : disc;
326 }
327
328 p.availability {
329         font-size : 87%;
330 }
331
332 .available {
333         color : #006600;
334 }
335
336 .inwait {
337         background-color : #33CC99;
338 }
339
340 /* css styles for reserves color alerts */
341 .onloan {
342         background-color : #eeeeee;
343 }
344
345 .other {
346         background-color : #ffcccc;
347 }
348
349 /* "problem" enhancement */
350 .problem {
351         color : white;
352         background-color : red;
353 }
354
355 .reserved {
356         background-color : #8EBAFF;
357 }
358
359 /* style for search terms in catalogsearch */
360 .term {
361         background-color : #ffffe0;
362         color : #990033;
363 }
364
365 a .term {
366         text-decoration : underline;
367 }
368
369 .transfered {
370         background-color : #F9FF9A;
371 }
372
373 /* action buttons */
374 #action {
375         margin-top : .5em;
376         background-color : #F3F3F3;
377         border : 1px solid #E8E8E8;
378         padding-bottom : 3px;
379 }
380
381 #action li {
382         list-style : none;
383         margin : .2em;
384         padding : .3em 0;
385 }
386
387 #action a, #toolbar a {
388         background-position : 5px center;
389         background-repeat : no-repeat;
390         text-decoration : none;
391         padding-left : 26px;
392 }
393
394
395
396 #toolbar ul li {
397         display : inline;
398         list-style : none;
399 }
400
401 #toolbar ul li a {
402         border-left : 1px solid #e8e8e8;
403 }
404
405 #toolbar ul li:first-child {
406         border-left : 0;
407 }
408
409 #action a.reserve, #toolbar a.reserve, .searchresults a.reserve {
410         background-image:url(../../images/placereserve.gif);
411 }
412
413 #action a.addtoshelf, #toolbar a.addtoshelf {
414         background-image:url(../../images/addtoshelf.gif);
415 }
416
417 #action a.addtocart, #toolbar a.addtocart {
418         background-image:url(../../images/cart2.gif);
419 }
420
421 #action a.print, #toolbar a.print {
422         background-image:url(../../images/print.gif);
423 }
424
425 #toolbar a.brief {
426         background-image: url(../../images/brief.gif);
427 }
428
429 #toolbar  a.detail {
430         background-image: url(../../images/detail.gif);
431 }
432
433 #toolbar a.print {
434         background-image: url(../../images/print.gif);
435 }
436
437 #toolbar a.hide {
438         background-image: url(../../images/close.gif);
439 }
440
441 #toolbar a.send {
442         background-image: url(../../images/send.gif);
443 }
444 #toolbar a.empty {
445         background-image: url(../../images/trash.gif);
446 }
447
448 /* the itemtype list in advanced search */
449 #advsearch-itemtype table {
450         border-collapse : separate;
451         border-spacing : 3px;
452         border : 0px;
453         margin : 0px;
454         background-color : white;
455         border : 0px solid #D8DEB8;
456 }
457
458 #advsearch-itemtype table tr td {
459         background-color : #F8F8EB;
460         border : 0px;
461         margin : 0px;
462         width : 700px;
463 }
464
465 #advsearch-itemtype td {
466         font-size : 0.8em;
467         background-color : #F8F8EB;
468 }
469
470 #auth {
471         float : left;
472 }
473
474 #facets {
475         
476 }
477
478 /* the footer */
479 #footer {
480         margin-top : 30px;
481         margin-left : 30%;
482         margin-right : 20%;
483         border-top : 1px solid #384b73;
484         color : #384b73;
485         font-size : 1em;
486         text-align : center;
487 }
488
489 /* facets bloc */
490 /* the USER information block */
491 #librarian_information {
492         float : right;
493         font-size : 10pt;
494 }
495
496 #members {
497         background-color: #fff;
498         font-size : 85%;
499         padding : 4px 0 4px 0;
500         color : #000066;
501 }
502
503 #members a {
504         text-decoration : none;
505 }
506
507 #members a.logout {
508         color : #cc3333;
509         font-weight : bold;
510         padding : 0 .3em 0 .3em;
511         text-decoration : none;
512 }
513
514 #members li:first-child {
515         border-right : 1px solid black;
516 }
517
518 #members li {
519         display : inline;
520         list-style : none;
521         margin : 0;
522         padding : 0 .5em;
523 }
524
525 #members ul {
526         margin : 0;
527         padding : 0;
528         text-align : right;
529 }
530
531 #opac-main-search {
532         background-image : url( ../../images/menu-background.gif);
533         background-repeat : repeat-x;
534         background-color : #739ACF;
535         border-top : 1px solid #335599;
536         border-bottom : 1px solid #335599;
537         padding : .7em 0 .4em .5em;
538         font-size : 108%;
539         line-height : 116%;
540 }
541
542 #opac-main-search form {
543         display : inline;
544         padding-right : 1em;
545 }
546
547 #opac-main-search label {
548         color : #FFFFCC;
549         font-weight : bold;
550         margin : .2em .3em 0 0;
551 }
552
553
554 #search-facets ul {
555         margin : 0;
556         padding : .3em;
557 }
558
559 #search-facets {
560         border : 1px solid #e8e8e8;
561 }
562
563 #search-facets h4 {
564         background-color : #EEE;
565         border-bottom : 1px solid #e8e8e8;
566         font-size : 90%;
567         margin : 0;
568         padding : .7em .2em;
569         text-align : center;
570 }
571
572 #search-facets ul li {
573         font-weight : bold;
574         list-style-type : none;
575 }
576
577 #search-facets li li {
578         font-weight : normal;
579         font-size : 85%;
580         margin-bottom : 2px;
581         padding : .1em .2em;
582 }
583
584 #search-facets li li a {
585         font-weight : normal;
586 }
587
588 #search-facets li.showmore a {
589         font-weight : bold;
590         text-indent : 1em;
591 }
592
593 .suggestion {
594         background-color : #EEEEEB;
595         border : 1px solid #DDDED3;
596         margin : 10px auto;
597         padding : 4px;
598         width : 35%;
599 }
600
601 #facets ul {
602         margin : 0;
603         padding : 0;
604 }
605
606 #facets ul li {
607         font-weight : bold;
608         text-align : left;
609         list-style : none;
610 }
611
612 #facets ul ul li {
613         border : 0;
614         font-size : 85%;
615         font-weight : normal;
616         padding : 2px;
617         text-align : left;
618 }
619
620 #facets ul ul li a {
621         font-weight : normal;
622         text-decoration : underline;
623 }
624
625 #facets h4 {
626         font-size : 93%;
627         padding:3px;
628         text-align:center;
629         background-color:#E7E7CA;
630         line-height:1.8em;
631         margin-left:-1px;
632         margin-right:-1px;
633         margin-top:-1px;
634 }
635
636 #breadcrumbs {
637         padding : .7em;
638 }
639
640 strong {
641         font-weight : bold;
642 }
643
644 em {
645         font-style : italic;
646 }
647
648 #catalogue_detail_biblio p span.label {  
649         font-weight : bold;
650 }
651
652 #catalogue_detail_biblio p, #catalogue_detail_biblio ul {  
653         padding-bottom: .6em;
654 }
655
656 #basket {
657         display : inline;
658 }
659
660 #bookcover {
661         float : left;
662         margin : 0;
663         padding : 0;
664 }
665
666 #bookcover img {
667         margin : 0 1em 1em 0;   
668 }
669
670 fieldset.brief {
671         border : 1px solid #E8E8E8;
672 }
673
674 fieldset.brief legend {
675         font-weight : bold;
676         font-size : 100%;
677 }
678
679 fieldset.brief label {
680         display : block;
681         padding : .3em 0;
682 }
683
684 fieldset.brief input+input {
685         margin-top : 3px;
686 }
687
688 fieldset.brief input, fieldset.brief textarea, fieldset.brief select {  
689         background-color: #F3F3F3;
690         border-top : 1px solid #979797;
691         border-left : 1px solid #979797;
692         border-right : 1px solid #DDDDDD;
693         border-bottom : 1px solid #DDDDDD;
694         font-size : 140%;
695         padding : .2em;
696         font-weight: normal;
697 }
698
699 fieldset.brief textarea {
700         font-size: 105%;
701 }
702
703 fieldset.brief input:focus {
704         background-color: #FFFFCC;
705 }
706
707 fieldset.brief ol, fieldset.brief li {
708         list-style-type : none;
709 }
710
711 fieldset.brief div.hint, fieldset.rows div.hint {
712         color : #666666;
713         font-size : 100%;
714         margin : .4em;
715 }
716
717 h2 span.hint {
718         font-size: 76%;
719         font-weight : normal;
720 }
721 .thumbnail {
722         border : 0;
723         float : left;
724         margin : 0pt 5px 5px 0pt;
725 }
726 a.cancel {
727         padding-left : 1em;
728 }
729
730 .resultscontrol, .resultscontrol select {
731         font-size: 90%;
732 }
733
734 .cartlist {
735         margin-top : 5px;
736 }
737
738 .cartlist input.submit {
739         background-color : #d8deb8;
740         background-image : none;
741         border-color : #bebf84;
742         color : #333;
743         font-size : 87%;
744         padding : 2px 0;
745         margin : 0 0 0 0;
746 }
747
748 #CheckAll, #CheckNone {
749         font-weight : normal;
750         margin : 0 .5em;
751 }
752
753 .resultscontrol label {
754         font-weight : bold;
755         margin-left : .5em;
756 }
757
758 .resort {
759         float : right;
760         margin-top : 5px;
761 }
762
763 .searchresults p.details {
764         color : #979797;
765 }
766
767 .searchresults p {
768         margin: 0;
769         padding: 0;
770         padding-top : .6em;
771 }
772
773 td.resultscontrol img {
774         vertical-align: middle;
775 }
776
777 .searchresults table td {
778 }
779
780 .searchresults table {
781         margin : 0;
782 }
783
784 .searchresults td, .searchresults th, .searchresults table {
785         border: 0;
786 }
787
788 .searchresults tr {
789         border-bottom : 1px solid #f3f3f3;
790 }
791
792 .searchresults tr:first-child {
793         border : 0;
794 }
795
796 .searchresults table {
797         border-top : 0px solid #CCCCCC;
798         width : 100%;
799 }
800
801 .searchresults a.reserve, .searchresults a.reserve:visited {
802         background-position:left top;
803         background-repeat:no-repeat;
804         float:right;
805         padding:2px 3px 2px 26px;
806 }
807
808 .searchresults a.reserve {
809         background-color:transparent;
810         color:#006699;
811 }
812
813 .unavailable {
814         color: #990033;
815 }
816
817 #libraryname {
818         float : left;
819         line-height : 2em;
820 }
821
822 #corner {
823         float : right;
824         line-height : 2em;
825 }
826
827 .pages {
828         line-height : 1.8em;
829         text-align: center;
830 }
831 a:link.current {
832         background-color: transparent;
833         color: #3366CC;
834         font-weight: bold;
835         padding: 1px 5px 1px 5px;
836         text-decoration: none;
837 }
838 a:visited.current {
839         background-color: transparent;
840         color: #3366CC;
841         font-weight: bold;
842         padding: 1px 5px 1px 5px;
843         text-decoration: none;
844 }
845
846 a:hover.current {
847         background-color: #CCFF00;
848         color: #CC3333;
849         font-weight: bold;
850         padding: 1px 5px 1px 5px;
851         text-decoration: none;
852 }
853
854 a:active.current {
855         background-color: #99CC00;
856         color: #FFFF99;
857         font-weight: bold;
858         padding: 1px 5px 1px 5px;
859         text-decoration: none;
860 }
861
862 .current {
863         background-color: #FFFFFF;
864         color: #3366CC;
865         font-weight: bold;
866         padding: 1px 5px 1px 5px;
867         text-decoration: none;
868 }
869
870 a:link.nav {
871         background-color: #EEE;
872         border: 1px solid #CCCC99;
873         color: #3366CC;
874         font-weight: bold;
875         padding: 1px 5px 1px 5px;
876         text-decoration: none;
877 }
878
879 a:visited.nav {
880         background-color: #EEE;
881         border: 1px solid #CCCC99;
882         color: #3366CC;
883         font-weight: bold;
884         padding: 1px 5px 1px 5px;
885         text-decoration: none;
886 }
887
888 a:hover.nav {
889         background-color: #FFFFCC;
890         border: 1px solid #CCCC99;
891         color: #CC3333;
892         font-weight: bold;
893         padding: 1px 5px 1px 5px;
894         text-decoration: none;
895 }
896
897 a:active.nav {
898         background-color: #FFFFCC;
899         border: 1px solid #CCCC99;
900         color: #D25500;
901         font-weight: bold;
902         padding: 1px 5px 1px 5px;
903         text-decoration: none;
904 }
905
906 /* Tabs */
907 ul.link-tabs {
908         list-style-type: none;
909         margin: 9px 0 -2px 5px;
910         padding: 0;
911 }
912
913 ul.link-tabs li {
914         display: inline;
915         padding: 0px;
916 }
917
918 ul.link-tabs li a {
919         font-weight: bold;
920         padding: 2px 4px 2px 4px;
921         text-decoration: none;
922         border-top: 1px solid #DDDDDD;
923         border-left : 1px solid #DDDDDD;
924         border-right : 1px solid #666666;
925 }
926
927 ul.link-tabs li#power_formButton a, ul.link-tabs li#proximity_formButton a {
928         padding: 2px 4px 3px 4px;
929 }
930
931 ul.link-tabs li.off a {
932         background-color: #EEEEEB;
933         border-bottom: 1px solid #DDDDDD;
934 }
935
936 ul.link-tabs li.off a:hover {
937         padding: 2px 3px 2px 4px;
938         background-color: #FFFFEC;
939         border-top: 1px solid #BEBF84;
940         border-left : 1px solid #BEBF84;
941         border-right : 2px solid #333333;
942 }
943
944 ul.link-tabs li.on a {
945         background-color: #FFFFFF;
946         border-bottom: 1px solid #FFFFFF;
947 }
948
949 ul.link-tabs li a.debit {
950         background-color : #FFFF99;
951         color : #990033;
952 }
953
954 div.tab-container {
955         border : 1px solid #DDDDDD;     
956         margin-top : 4px;
957         padding : .7em;
958         width : 90%;
959 }
960
961 #catalogue_detail_biblio table, #catalogue_detail_biblio td, #catalogue_detail_biblio th {
962         background-color : transparent;
963         border : 0;
964 }
965
966 tr.overdue td {
967         background-color : #ffcccc;
968         font-weight : bold;
969 }
970
971 tr.highlight.overdue td {
972         background-color : #ffaeae;
973         font-weight : bold;
974 }
975
976 td.overdue {
977         color : #cc3333;
978 }
979
980 .renewals {
981         display:block;
982         font-size:0.8em;
983         padding:0.5em;
984 }
985
986 table#marc, table#marc td, table#marc th {
987         border : 0;
988 }
989
990 table#marc th {
991         background-color : transparent;
992         text-align : left;
993 }
994
995 table#marc td:first-child {
996         text-indent : 2em;
997 }
998 #masthead {
999 float: left;
1000 width: 120px;
1001 }
1002
1003 #fluid {
1004 margin-left: 124px;
1005 margin-top : .4em;
1006 padding-left : 1em;
1007 }
1008
1009 #fluid-offset {
1010 float : right;
1011 width: 100%;
1012 }
1013
1014 .clearfix:after {
1015     content: "."; 
1016     display: block; 
1017     height: 0; 
1018     clear: both; 
1019     visibility: hidden;
1020 }
1021
1022 /* Hides from IE-mac \*/
1023 * html .clearfix {height: 1%;}
1024 /* End hide from IE-mac */
1025
1026 .searchhighlightblob {
1027         font-size : 85%;
1028 }
1029 .results_summary {
1030
1031     font-size: 95%;
1032     color: grey;
1033 }
1034 .dialog {
1035   border: 1px solid #bcbcbc;
1036         padding : .5em;
1037         margin : 1em auto;
1038   width: 65%;
1039   }
1040   
1041 .dialog  h2, .dialog h3, .dialog h4 {
1042         margin : auto;
1043         text-align : center;
1044   }
1045  
1046 div.alert {
1047   background : #FFC url(../../images/alert-bg.gif) repeat-x left 0;
1048   text-align : center;
1049 }
1050
1051 div.alert strong {
1052         color : #900;
1053 }
1054
1055 div.message {
1056         background : white url("../../images/message-bg.gif") repeat-x left 0;
1057    border : 1px solid #bcbcbc;
1058         width : 55%;
1059 }
1060
1061 #moresearches {
1062         clear : left;
1063         color : #000099;
1064         font-size : 90%;
1065         line-height : 110%;
1066         margin : .6em 0 .3em 0;
1067 }
1068
1069 #moresearches a:link, #moresearches a:visited {
1070         color : #e5ebff;
1071         font-weight : normal;
1072         text-decoration : none;
1073 }
1074
1075 #opac-main-search #listsmenu a, #opac-main-search #listsmenu h4 {
1076         color : #000;
1077         font-weight : normal;
1078 }
1079  #opac-main-search #listsmenu h4 {
1080         font-size : 90%;
1081         font-weight : bold;
1082         margin : 0 .2em; 
1083  }
1084
1085 #opac-main-search #listsmenu .bd {
1086         background-color : #f3f3f3;
1087         border : 1px solid #739acf;
1088         background-image : url("../../images/listmenu-container-bg.gif");
1089         background-position : top right;
1090         background-repeat : repeat-y;
1091         padding : .3em 1em 0 0;
1092 }
1093 #opac-main-search #listsmenu .yui-menu-shadow {
1094 }
1095
1096 #opac-main-search #listsmenu .yuimenuitemlabel.selected {
1097         background-color : #fff;
1098 }
1099
1100 #opac-main-search #listsmenu ul {
1101         border-color : #b8d0e6;
1102 }
1103
1104 #container {
1105         color : #000;
1106 }
1107
1108
1109 ul#i18nMenu {
1110         margin : 0;
1111         padding : .2em 0;
1112  }
1113  
1114 ul#i18nMenu li {
1115         border-left : 1px solid #CCC;
1116         display : inline;
1117         list-style : none;
1118         padding : 0 10px;
1119  }
1120  
1121 ul#i18nMenu li a {
1122         text-decoration : none;
1123 }
1124  
1125 ul#i18nMenu li:first-child {
1126         border-left : 0;
1127  }
1128  
1129 ul#i18nMenu li ul li {
1130         border : 0;
1131         display : block;
1132  }
1133  
1134                 
1135 ul#i18nMenu li.more a {
1136         background-image:url(../../images/more-up-arrow.gif);
1137         background-position:right center;
1138         background-repeat:no-repeat;
1139         padding-right:13px;
1140 }
1141                 
1142 ul#i18nMenu li.more ul li a {
1143         background-image : none;
1144         padding-right : 20px;
1145 }
1146  
1147  div#changelanguage{
1148         background-color: #fff;
1149         border-top: 1px solid #CCC;
1150   position:absolute;
1151   bottom:0;
1152   left:0;
1153   width:100%;
1154   height: 1.8em;
1155  }
1156  
1157  @media screen{
1158   body>div#changelanguage {
1159    position: fixed;
1160   }
1161  }
1162  
1163  * html body{
1164   overflow:hidden;
1165  } 
1166  
1167  * html div#doc1{
1168   height:100%;
1169   overflow:auto;
1170  }
1171   
1172  * html div#doc2{
1173   height:100%;
1174   overflow:auto;
1175  }
1176   
1177  * html div#doc3{
1178   height:100%;
1179   overflow:auto;
1180  }
1181  
1182 div#changelanguage a.yuimenuitemlabel {
1183         color : #006699;
1184         font-weight : normal;
1185  }
1186
1187 #cartDetails,#cartUpdate {
1188         background-color : #FFF;
1189         border: 1px solid #739acf;
1190         color : black;
1191         padding : .3em;
1192         text-align : center;
1193 }
1194
1195 #login #userid, #login #password {
1196         width : 98%;    
1197 }
1198
1199 #opac-main-search input.submit {
1200         background : #b8d0e6 url(../../images/submit-bg.gif) repeat-x 0 0;
1201         background-color : #b8d0e6;
1202         border-top: 1px solid #cccccc;
1203         border-left: 1px solid #cccccc;
1204         border-right: 1px solid #eeeeee;
1205         border-bottom: 1px solid #eeeeee;
1206         color : #333;
1207         font-weight : normal;
1208         font-size : 80%;
1209         padding : 2px;
1210 }
1211
1212 div#menu {
1213         border-right : 1px solid #979797;
1214         font-size : 94%;
1215         margin-right : .5em;
1216         padding-top : 1em;
1217         padding-bottom : 2em;
1218 }
1219
1220 div#menu li a {
1221         text-decoration : none;
1222         display : block;
1223         background : #EEE url(../../images/side-tab-gradient.gif) repeat-y top right;
1224         border : 1px solid #979797;
1225         font-size : 111%;
1226         margin : .5em 0;
1227         padding : .4em .3em;
1228         margin-right : -1px;
1229 }
1230
1231 div#menu li a:hover {
1232         background : #E8F0F6 url(../../images/side-tab-gradient-hover.gif) repeat-y top right;
1233 }
1234
1235 div#menu li.active a:hover {
1236         background-color : #fff;
1237         color : #0000CC;
1238 }
1239
1240 #menu ul li {
1241         list-style-type : none;
1242 }
1243
1244 #menu ul li.active a {
1245         background-color : #FFF;
1246         background-image : none;
1247         border-right : 0;
1248         font-weight : bold;
1249 }
1250
1251 .left {
1252         float : left;
1253 }
1254
1255 .right {
1256         float : right;
1257 }
1258
1259 #searchsubmit {
1260         cursor : default;
1261         font-size : 87%;
1262         font-weight :  normal;
1263         margin-top : 0;
1264         margin-left :  .2em;
1265         padding: 2px 2px 1px 2px;
1266 }
1267
1268
1269 #export,#further,#similars {
1270         margin-top : .5em;
1271         background-color : #F3F3F3;
1272         border : 1px solid #E8E8E8;
1273         font-size : 76%;
1274         padding : 3px;
1275         text-align : center;
1276 }
1277
1278 #export label {
1279         display : block;
1280         font-weight : bold;
1281         font-size : 110%;
1282         margin-bottom : 2px;
1283 }
1284
1285 #export input {
1286         padding : 2px;
1287 }
1288
1289 #further {
1290         text-align : left;
1291         font-size : 95%;
1292         padding : 3px 3px .5em 1em;
1293 }
1294
1295 #further ul li {
1296         list-style-image : url("../../images/further-bullet.gif");
1297 }
1298
1299 #similars {
1300         background-color : #FFF;
1301     text-align : center;
1302     font-size : 95%;
1303     padding : 0 3px 3px 3px;
1304 }
1305
1306 #similars ul {
1307         margin : 0;
1308         padding : 0;
1309 }
1310
1311 #similars li {
1312         list-style : none;
1313         margin : 0;
1314         padding : 0;
1315 }
1316
1317 #similars li a {
1318         display : block;
1319 }
1320
1321 #amazonreviews h4 {
1322         font-size : 90%;
1323         margin : 0;
1324         padding : 0;
1325 }
1326 #amazonreviews h3 {
1327         font-size : 100%;
1328         margin : 0;
1329         padding : 0;
1330 }
1331 span.starFull {
1332         background: url(../../images/star-ratings.gif) top left no-repeat;
1333         display : block;
1334         height: 10px;
1335         margin: 0;
1336         padding: 0;
1337 }
1338
1339 span.starMT {
1340         background: url(../../images/star-ratings-empty.gif) top left no-repeat;
1341         display : block;
1342         height: 10px;
1343         margin: 0 10px 0 10px;
1344         padding: 0;
1345         position: relative;
1346         width: 50px;
1347 }
1348
1349
1350
1351 #cartmenulink, #listsmenulink {
1352         display : block;
1353         position : relative;
1354         background : #aaa;
1355         padding : 5px;
1356         float : left;
1357         color : #333;
1358         text-decoration : none;
1359         cursor : pointer;
1360 }
1361
1362  #cartmenulink *, #listsmenulink * {
1363         font-style : normal;
1364         background-image : url(../../images/button-background.png);
1365         background-repeat : no-repeat;
1366         display : block;
1367         position : relative;
1368 }
1369
1370  #cartmenulink i, #listsmenulink i {
1371         background-position : top left;
1372         position : absolute;
1373         margin-bottom : -5px;
1374         top : 0;
1375         left : 0;
1376         width : 5px;
1377         height : 5px;
1378 }
1379
1380  #cartmenulink span, #listsmenulink span {
1381         background-position : bottom left;
1382         left : -5px;
1383         padding : 0 0 5px 10px;
1384         margin-bottom : -5px;
1385 }
1386
1387  #cartmenulink span i, #listsmenulink span i {
1388         background-position : bottom right;
1389         margin-bottom : 0;
1390         position : absolute;
1391         left : 100%;
1392         width : 10px;
1393         height : 100%;
1394         top : 0;
1395 }
1396
1397  #cartmenulink span span, #listsmenulink span span {
1398         background-position : top right;
1399         position : absolute;
1400         right : -10px;
1401         margin-left : 10px;
1402         top : -5px;
1403         height : 0;
1404 }
1405
1406 * html #cartmenulink span, * html #cartmenulink i, * html #listsmenulink span, * html #listsmenulink i {
1407         float : left;
1408         width : auto;
1409         background-image : none;
1410         cursor : pointer;
1411 }
1412
1413 #listsmenulink {
1414         background : #9FBFFF;
1415 }
1416
1417 #cartmenulink {
1418         background : #98CB58;
1419         color : #336600;
1420         font-size : 105%;
1421 }
1422
1423 #cartmenulink:active,  #listsmenulink:active {
1424         background-color : #cc3399;
1425 }
1426
1427 #cartmenulink[class], #listsmenulink[class] {
1428         background-image : url(../../images/button-background-gradient.png);
1429         background-position : left top;
1430 }
1431
1432 #listsmenulink:hover {
1433         background-color : #6699FF;
1434 }
1435
1436 #cartmenulink:hover {
1437         background-color : #BFDE96;
1438 }
1439
1440 #cartmenulink img {
1441         background-image : none;
1442         display : inline;
1443         padding : 3px 3px 0 3px;
1444 }
1445
1446 #cartmenulink span#basket {
1447         background-image : none;
1448         float : none;
1449         display : inline;
1450         height : auto;
1451         position : relative;
1452         margin : 0;
1453         padding : 0;
1454         left : auto;
1455         right : auto;
1456         top : auto;
1457 }
1458
1459 #cartmenulink span#basket span {
1460         background-image : none;
1461         background-color : #E6FCB7;
1462         color : #000;
1463         display : inline;
1464         float : none;
1465         font-size : 80%;
1466         font-weight : normal;
1467         margin : 0 0 0 .9em;
1468         padding : 0 .3em 0 .3em;
1469         position : relative;
1470         left : auto;
1471         right : auto;
1472         top : auto;
1473 }
1474
1475 *html #cartmenulink span#basket, *html #cartmenulink span#basket span {
1476 }
1477
1478 a#listsmenulink, a#listsmenulink:hover {
1479         color : #006699;
1480         font-size : 105%;
1481         font-weight : bold;
1482         line-height : 185%;
1483         margin-left : 1.5em;
1484 }
1485
1486 a#cartmenulink, a#cartmenulink:hover {
1487         color : #336600;
1488         font-size : 105%;
1489         font-weight : bold;
1490         line-height : 185%;
1491         margin-left : 1.5em;
1492 }
1493
1494 #listsmenulink img {
1495         background-image : none;
1496         display : inline;
1497         padding : 0 0 2px 0;
1498 }
1499
1500 * html #cartmenulink {
1501         border : 1px solid #66ff00;
1502 }
1503
1504 * html #listsmenulink {
1505         border : 1px solid #99ccff;
1506 }
1507
1508 ul.ui-tabs-nav li {
1509         margin-right : .5em;
1510 }
1511
1512 ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a {
1513         background-color : #F3F3F3;
1514         border-top : 1px solid #E8E8E8;
1515         border-left : 1px solid #E8E8E8;
1516         border-right : 1px solid #E8E8E8;
1517         border-bottom : 0;
1518         padding : .2em 1em;
1519         text-align : center;
1520         text-decoration : none;
1521 }
1522
1523 ul.ui-tabs-nav li.ui-tabs-selected a, ul.ui-tabs-nav li.ui-tabs-selected span.a {
1524         background-color : #FFF;
1525         border-top : 1px solid #E8E8E8;
1526         border-left : 1px solid #E8E8E8;
1527         border-right : 1px solid #E8E8E8;
1528         border-bottom : 1px solid #FFF;
1529         margin-bottom : -5px;
1530         text-align : center;
1531 }
1532
1533 #views {
1534         border-bottom : 1px solid #E8E8E8;
1535 }
1536
1537 #views h1 {
1538         display : inline;
1539         margin-right : .7em;
1540         margin-bottom : 1em;
1541 }
1542
1543 .views {
1544         white-space : nowrap;
1545 }
1546
1547 #bibliodescriptions {
1548         margin-top : .5em;
1549 }
1550
1551 a#MARCview, span#MARCview, a#ISBDview, span#ISBDview, a#Normalview, span#Normalview {
1552         background-position : 5px 3px;
1553         background-repeat : no-repeat;
1554         font-size : 87%;
1555         font-weight : normal;
1556         padding : .2em .5em;
1557         text-decoration: none;
1558 }
1559
1560 a#MARCview, span#MARCview {
1561         background-image : url(../../images/marc.gif);
1562         padding-left : 17px;
1563 }
1564 a#ISBDview, span#ISBDview {
1565         background-image : url(../../images/isbd.gif);
1566         padding-left : 20px;
1567 }
1568 a#Normalview, span#Normalview {
1569         background-image : url(../../images/normal.gif);
1570         padding-left : 15px;
1571 }
1572
1573 a#MARCview, a#ISBDview, a#Normalview {
1574         background-color : #F3F3F3;
1575         border-left : 1px solid #E8E8E8;
1576 }
1577
1578 #shelfbrowser dl {text-align:center;font-size:.85em;margin-top:0;float:left;}
1579 #shelfbrowser dt,dd {width:10.5em;float:left;}
1580 #shelfbrowser dt {margin-bottom:3.5em;}
1581 #shelfbrowser dd {margin:90px 0 0 -10.5em;}
1582 #shelfbrowser dl img {vertical-align:bottom;padding:2px;background:#fff;margin-top:0;}
1583 #shelfbrowser em {display:block;font-weight:bold;margin-bottom:5px;font-style:normal;}
1584 #shelfbrowser dl div {float:left;}
1585 #shelfbrowser img {margin-top:3.5em;}
1586 input.editshelf,a.editshelf {
1587         background : transparent url("../../images/shelf-edit.gif") center left no-repeat;
1588         border : 0;
1589         color : #006699;
1590         cursor : pointer;
1591         margin:0pt 0.5em;
1592         padding-left : 15px;
1593         text-decoration : none;
1594 }
1595 input.newshelf,a.newshelf {
1596         background : transparent url("../../images/shelf-new.gif") center left no-repeat;
1597         border : 0;
1598         color : #006699;
1599         cursor : pointer;
1600         margin:0pt 0.5em;
1601         padding-left : 15px;
1602         text-decoration : none;
1603 }
1604 input.deleteshelf {
1605         background : transparent url("../../images/shelf-delete.gif") center left no-repeat;
1606         border : 0;
1607         color : #006699;
1608         cursor : pointer;
1609         font-size : 100%;
1610         margin:0pt 0.5em;
1611         padding-left : 13px;
1612 }
1613
1614 input.editshelf:active,input.deleteshelf:active {
1615         border : 0;
1616 }
1617
1618 #comments .commentline {
1619         border-bottom : 2px solid #eeeeeb;
1620         margin : 0 -.5em 0 -.5em;
1621         padding : 0 .5em .5em .5em;
1622 }
1623 #comments .yours {
1624         background-color : #effed5;
1625 }
1626 #comments #addcomment {
1627         margin : 0 -1em -1em -1em;
1628         padding : .3em 1em;
1629 }