Minor tweak to tags display.
[koha_fer] / 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 .searchresults .tagstatus {
1054         display: block;
1055         color: #707070;
1056 }
1057
1058 #login4tags {
1059         margin-top : .3em;
1060 }
1061
1062 .results_summary .label {
1063         color: #202020;
1064 }
1065
1066 .results_summary a {
1067         font-weight: normal;
1068 }
1069
1070 .actions a {
1071         margin-left : 1em;
1072         text-decoration : none;
1073 }
1074
1075 .actions a.hold {
1076         background : url("../../images/placehold-small.gif") center left no-repeat;
1077         padding-left : 16px;
1078 }
1079
1080 .actions a.addtocart {
1081         background : url("../../images/cart-small.gif") center left no-repeat;
1082         padding-left : 13px;
1083 }
1084
1085 .actions a.addtoshelf {
1086         background : url("../../images/addtolist-small.gif") center left no-repeat;
1087         padding-left : 13px;
1088 }
1089
1090 #catalogue_detail_biblio div.results_summary {
1091         clear :  left;
1092 }
1093 #catalogue_detail_biblio div.results_summary ul {
1094         display : inline;
1095         float :  none;
1096         clear :  none;
1097         margin: 0;
1098         padding: 0;
1099         list-style : none;
1100 }
1101
1102 #catalogue_detail_biblio div.results_summary ul li {
1103         display : inline;
1104 }
1105
1106 .dialog {
1107   border: 1px solid #bcbcbc;
1108         padding : .5em;
1109         margin : 1em auto;
1110   width: 65%;
1111   }
1112   
1113 .dialog  h2, .dialog h3, .dialog h4 {
1114         margin : auto;
1115         text-align : center;
1116   }
1117  
1118 div.alert {
1119   background : #FFC url(../../images/alert-bg.gif) repeat-x left 0;
1120   text-align : center;
1121 }
1122
1123 div.alert strong {
1124         color : #900;
1125 }
1126
1127 div.message {
1128         background : white url("../../images/message-bg.gif") repeat-x left 0;
1129    border : 1px solid #bcbcbc;
1130         width : 55%;
1131 }
1132
1133 #moresearches {
1134         clear : left;
1135         color : #000099;
1136         font-size : 90%;
1137         line-height : 110%;
1138         margin : .6em 0 .3em 0;
1139 }
1140
1141 #moresearches a:link, #moresearches a:visited {
1142         color : #e5ebff;
1143         font-weight : normal;
1144         text-decoration : none;
1145 }
1146
1147 #news th {
1148         text-align : left;
1149         padding : 3px 5px;
1150 }
1151
1152 #opac-main-search #listsmenu a, #opac-main-search #listsmenu h4 {
1153         color : #000;
1154         font-weight : normal;
1155 }
1156  #opac-main-search #listsmenu h4 {
1157         font-size : 90%;
1158         font-weight : bold;
1159         margin : 0 .2em; 
1160  }
1161  
1162 #opac-main-search #listsmenu .yuimenuitemlabel {
1163         cursor : pointer;
1164 }
1165
1166 #opac-main-search #listsmenu .bd {
1167         background-color : #f3f3f3;
1168         border : 1px solid #739acf;
1169         background-image : url("../../images/listmenu-container-bg.gif");
1170         background-position : top right;
1171         background-repeat : repeat-y;
1172         padding : .3em 1em 0 0;
1173 }
1174
1175 #opac-main-search #listsmenu .yuimenuitemlabel.selected {
1176         background-color : #fff;
1177 }
1178
1179 #opac-main-search #listsmenu ul {
1180         border-color : #b8d0e6;
1181 }
1182
1183 .selectcol {
1184         vertical-align: top;
1185         width: 10px;
1186 }
1187 .itypecol {
1188         vertical-align: top;
1189         width: 10px;
1190 }
1191 #container {
1192         color : #000;
1193 }
1194
1195 div#changelanguage{
1196         background-color: #fff;
1197         border-top: 1px solid #CCC;
1198         color : #666;
1199         font-size : 85%;
1200         padding : 1em;
1201  }
1202  
1203 div#changelanguage a {
1204         font-weight : normal;
1205         padding : .5em;
1206
1207                 
1208 div#changelanguage a.more {
1209         background-image:url(../../images/more-up-arrow.gif);
1210         background-position:right center;
1211         background-repeat:no-repeat;
1212         padding-right:13px;
1213 }
1214  
1215 div#changelanguage li.yuimenuitem {
1216         font-size : 120%;
1217         font-weight : normal;
1218         margin : 0;
1219         padding : 0 1em;
1220 }
1221
1222 div#changelanguage li.yuimenuitem a.yuimenuitemlabel {
1223         padding : 0;
1224 }
1225
1226 #cartDetails,#cartUpdate {
1227         background-color : #FFF;
1228         border: 1px solid #739acf;
1229         color : black;
1230         display : none;
1231         margin : 0;
1232         padding : 10px;
1233         text-align : center;
1234         width : 180px;
1235 }
1236
1237 .yui-panel .hd, .yui-panel .bd, .yui-panel .ft {
1238         background-color : transparent;
1239         border : 0;
1240         padding : inherit;
1241 }
1242
1243 #login #userid, #login #password {
1244         width : 98%;    
1245 }
1246
1247 #opac-main-search input.submit {
1248         background : #b8d0e6 url(../../images/submit-bg.gif) repeat-x 0 0;
1249         background-color : #b8d0e6;
1250         border-top: 1px solid #cccccc;
1251         border-left: 1px solid #cccccc;
1252         border-right: 1px solid #eeeeee;
1253         border-bottom: 1px solid #eeeeee;
1254         color : #333;
1255         font-weight : normal;
1256         font-size : 80%;
1257         padding : 2px;
1258 }
1259
1260 div#menu {
1261         border-right : 1px solid #979797;
1262         font-size : 94%;
1263         margin-right : .5em;
1264         padding-top : 1em;
1265         padding-bottom : 2em;
1266 }
1267
1268 div#menu li a {
1269         text-decoration : none;
1270         display : block;
1271         background : #EEE url(../../images/side-tab-gradient.gif) repeat-y top right;
1272         border : 1px solid #979797;
1273         font-size : 111%;
1274         margin : .5em 0;
1275         padding : .4em .3em;
1276         margin-right : -1px;
1277 }
1278
1279 div#menu li a:hover {
1280         background : #E8F0F6 url(../../images/side-tab-gradient-hover.gif) repeat-y top right;
1281 }
1282
1283 div#menu li.active a:hover {
1284         background-color : #fff;
1285         color : #0000CC;
1286 }
1287
1288 #menu ul li {
1289         list-style-type : none;
1290 }
1291
1292 #menu ul li.active a {
1293         background-color : #FFF;
1294         background-image : none;
1295         border-right : 0;
1296         font-weight : bold;
1297 }
1298
1299 .left {
1300         float : left;
1301 }
1302
1303 .right {
1304         float : right;
1305 }
1306
1307 #searchsubmit {
1308         cursor : default;
1309         font-size : 87%;
1310         font-weight :  normal;
1311         margin-top : 0;
1312         margin-left :  .2em;
1313         padding: 2px 2px 1px 2px;
1314 }
1315
1316 #export,#further,#similars, .detailtagcell {
1317         margin-top : .5em;
1318         background-color : #F3F3F3;
1319         border : 1px solid #E8E8E8;
1320         font-size : 76%;
1321         padding : 3px;
1322         text-align : center;
1323 }
1324
1325 #export label, .detailtagcell label {
1326         display : block;
1327         font-weight : bold;
1328         font-size : 110%;
1329         margin-bottom : 2px;
1330 }
1331
1332 #export input, .detailtagcell input {
1333         padding : 2px;
1334 }
1335
1336 #further {
1337         text-align : left;
1338         font-size : 95%;
1339         padding : 3px 3px .5em 1em;
1340 }
1341
1342 #further ul li {
1343         list-style-image : url("../../images/further-bullet.gif");
1344 }
1345
1346 #similars {
1347         background-color : #FFF;
1348     text-align : center;
1349     font-size : 95%;
1350     padding : 0 3px 3px 3px;
1351 }
1352
1353 #similars ul {
1354         margin : 0;
1355         padding : 0;
1356 }
1357
1358 #similars li {
1359         list-style : none;
1360         margin : 0;
1361         padding : 0;
1362 }
1363
1364 #similars li a {
1365         display : block;
1366 }
1367
1368 #amazonreviews h4 {
1369         font-size : 90%;
1370         margin : 0;
1371         padding : 0;
1372 }
1373 #amazonreviews h3 {
1374         font-size : 100%;
1375         margin : 0;
1376         padding : 0;
1377 }
1378 span.starFull {
1379         background: url(../../images/star-ratings.gif) top left no-repeat;
1380         display : block;
1381         height: 10px;
1382         margin: 0;
1383         padding: 0;
1384 }
1385
1386 span.starMT {
1387         background: url(../../images/star-ratings-empty.gif) top left no-repeat;
1388         display : block;
1389         height: 10px;
1390         margin: 0 10px 0 10px;
1391         padding: 0;
1392         position: relative;
1393         width: 50px;
1394 }
1395
1396 #cartmenulink, #listsmenulink {
1397         display : block;
1398         position : relative;
1399         background : #aaa;
1400         padding : 5px;
1401         float : left;
1402         color : #333;
1403         text-decoration : none;
1404         cursor : pointer;
1405 }
1406
1407  #cartmenulink *, #listsmenulink * {
1408         font-style : normal;
1409         background-image : url(../../images/button-background.png);
1410         background-repeat : no-repeat;
1411         display : block;
1412         position : relative;
1413 }
1414
1415  #cartmenulink i, #listsmenulink i {
1416         background-position : top left;
1417         position : absolute;
1418         margin-bottom : -5px;
1419         top : 0;
1420         left : 0;
1421         width : 5px;
1422         height : 5px;
1423 }
1424
1425  #cartmenulink span, #listsmenulink span {
1426         background-position : bottom left;
1427         left : -5px;
1428         padding : 0 0 5px 10px;
1429         margin-bottom : -5px;
1430 }
1431 /* For IE7 */
1432  *:first-child+html #cartmenulink span { padding-top : 3px; padding-bottom : 7px; }
1433  *:first-child+html #listsmenulink span { padding-top : 5px; }
1434
1435  #cartmenulink span i, #listsmenulink span i {
1436         background-position : bottom right;
1437         margin-bottom : 0;
1438         position : absolute;
1439         left : 100%;
1440         width : 10px;
1441         height : 100%;
1442         top : 0;
1443 }
1444
1445  #cartmenulink span span, #listsmenulink span span {
1446         background-position : top right;
1447         position : absolute;
1448         right : -10px;
1449         margin-left : 10px;
1450         top : -5px;
1451         height : 0;
1452 }
1453
1454 * html #cartmenulink span, * html #cartmenulink i, * html #listsmenulink span, * html #listsmenulink i {
1455         float : left;
1456         width : auto;
1457         background-image : none;
1458         cursor : pointer;
1459 }
1460 * html #cartmenulink span, * html #listsmenulink span {
1461         padding-top : 5px;
1462 }
1463 #listsmenulink {
1464         background : #9FBFFF;
1465 }
1466
1467 #cartmenulink {
1468         background : #98CB58;
1469         color : #336600;
1470         font-size : 105%;
1471 }
1472
1473 #cartmenulink[class], #listsmenulink[class] {
1474         background-image : url(../../images/button-background-gradient.png);
1475         background-position : left top;
1476 }
1477
1478 #listsmenulink:hover {
1479         background-color : #b8d0e6;
1480 }
1481
1482 #cartmenulink:hover {
1483         background-color : #BFDE96;
1484 }
1485
1486 #cartmenulink img {
1487         background-image : none;
1488         display : inline;
1489         padding : 3px 3px 0 3px;
1490 }
1491
1492 #cartmenulink span#basketcount {
1493         background-image : none;
1494         float : none;
1495         display : inline;
1496         height : auto;
1497         position : relative;
1498         margin : 0;
1499         padding : 0;
1500         left : auto;
1501         right : auto;
1502         top : auto;
1503 }
1504
1505 #cartmenulink span#basketcount span {
1506         background-image : none;
1507         background-color : #E6FCB7;
1508         color : #000;
1509         display : inline;
1510         float : none;
1511         font-size : 80%;
1512         font-weight : normal;
1513         margin : 0 0 0 .9em;
1514         padding : 0 .3em 0 .3em;
1515         position : relative;
1516         left : auto;
1517         right : auto;
1518         top : auto;
1519 }
1520
1521 a#listsmenulink, a#listsmenulink:hover {
1522         color : #006699;
1523         font-size : 105%;
1524         font-weight : bold;
1525         line-height : 185%;
1526         margin-left : 1.5em;
1527 }
1528
1529 a#cartmenulink, a#cartmenulink:hover {
1530         color : #336600;
1531         font-size : 105%;
1532         font-weight : bold;
1533         line-height : 185%;
1534         margin-left : 1.5em;
1535 }
1536 * html a#cartmenulink {
1537         padding-top: 0;
1538 }
1539  * html a#cartmenulink:hover {
1540         padding-top : 0;
1541 }
1542 /* For IE7 */
1543 *:first-child+html a#listsmenulink { padding-top : 0; }
1544 *:first-child+html a#listsmenulink:hover { padding-top : 0; }
1545 *:first-child+html a#cartmenulink { padding-top : 0; }
1546 *:first-child+html a#cartmenulink:hover { padding-top : 0; }
1547 *:first-child+html #cartmenulink span i{ top : -4px; }
1548 *:first-child+html #listsmenulink span i { top : -5px; }
1549
1550 #listsmenulink img {
1551         background-image : none;
1552         display : inline;
1553         padding : 0 0 2px 0;
1554 }
1555
1556 * html #cartmenulink {
1557         border : 1px solid #336600;
1558 }
1559
1560 * html #listsmenulink {
1561         border : 1px solid #006699;
1562 }
1563
1564 ul.ui-tabs-nav li {
1565         margin-right : .5em;
1566 }
1567
1568 ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a {
1569         background-color : #F3F3F3;
1570         border-top : 1px solid #E8E8E8;
1571         border-left : 1px solid #E8E8E8;
1572         border-right : 1px solid #E8E8E8;
1573         border-bottom : 0;
1574         padding : .2em 1em;
1575         text-align : center;
1576         text-decoration : none;
1577 }
1578
1579 ul.ui-tabs-nav li.ui-tabs-selected a, ul.ui-tabs-nav li.ui-tabs-selected span.a {
1580         background-color : #FFF;
1581         border-top : 1px solid #E8E8E8;
1582         border-left : 1px solid #E8E8E8;
1583         border-right : 1px solid #E8E8E8;
1584         border-bottom : 1px solid #FFF;
1585         margin-bottom : -5px;
1586         text-align : center;
1587 }
1588
1589 #views {
1590         border-bottom : 1px solid #E8E8E8;
1591 }
1592
1593 #views h1 {
1594         display : inline;
1595         margin-right : .7em;
1596         margin-bottom : 1em;
1597 }
1598
1599 .views {
1600         white-space : nowrap;
1601 }
1602
1603 #bibliodescriptions {
1604         clear : left;
1605         margin-top : .5em;
1606 }
1607
1608 a#MARCview, span#MARCview, a#MARCviewPop, a#ISBDview, span#ISBDview, a#Normalview, span#Normalview {
1609         background-position : 5px 3px;
1610         background-repeat : no-repeat;
1611         font-size : 87%;
1612         font-weight : normal;
1613         padding : .2em .5em;
1614         text-decoration: none;
1615 }
1616
1617 a#MARCview, span#MARCview {
1618         background-image : url(../../images/marc.gif);
1619         padding-left : 17px;
1620 }
1621 a#MARCviewPop, span#MARCviewPop {
1622     background-image : url(../../images/marc.gif);
1623     padding-left : 17px;
1624 }
1625 a#ISBDview, span#ISBDview {
1626         background-image : url(../../images/isbd.gif);
1627         padding-left : 20px;
1628 }
1629 a#Normalview, span#Normalview {
1630         background-image : url(../../images/normal.gif);
1631         padding-left : 15px;
1632 }
1633
1634 a#MARCview, a#ISBDview, a#Normalview {
1635         background-color : #F3F3F3;
1636         border-left : 1px solid #E8E8E8;
1637 }
1638
1639 #shelfbrowser table {
1640         margin : 0 20px;
1641 }
1642 #shelfbrowser table, #shelfbrowser td, #shelfbrowser th {
1643         border : 0;
1644         font-size : 90%;
1645         text-align : center;
1646 }
1647 #shelfbrowser a {
1648         font-size : 110%;
1649 }
1650 #shelfbrowser td, #shelfbrowser th {
1651         vertical-align : bottom;
1652         width : 20%;
1653 }
1654 #shelfbrowser td.top {
1655         vertical-align : top;
1656 }
1657 #shelfbrowser a {
1658         display : block;
1659 }
1660 a.new {
1661         background : transparent url("../../images/new.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.editshelf,a.editshelf {
1670         background : transparent url("../../images/shelf-edit.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.newshelf,a.newshelf {
1679         background : transparent url("../../images/shelf-new.gif") center left no-repeat;
1680         border : 0;
1681         color : #006699;
1682         cursor : pointer;
1683         margin:0pt 0.5em;
1684         padding-left : 15px;
1685         text-decoration : none;
1686 }
1687 input.deleteshelf {
1688         background : transparent url("../../images/shelf-delete.gif") center left no-repeat;
1689         border : 0;
1690         color : #006699;
1691         cursor : pointer;
1692         font-size : 100%;
1693         margin:0pt 0.5em;
1694         padding-left : 13px;
1695 }
1696
1697 input.editshelf:active,input.deleteshelf:active {
1698         border : 0;
1699 }
1700
1701 #comments .commentline {
1702         border-bottom : 2px solid #eeeeeb;
1703         margin : 0 -.5em 0 -.5em;
1704         padding : 0 .5em .5em .5em;
1705 }
1706 #comments .yours {
1707         background-color : #effed5;
1708 }
1709 #comments #addcomment {
1710         margin : 0 -1em -1em -1em;
1711         padding : .3em 1em;
1712 }
1713 input.tagbutton {
1714         padding : 1px !important;
1715 }
1716 table#items th {
1717         padding : 2px;
1718 }
1719 #action {
1720         margin-top: 0;
1721 }