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