Merge remote-tracking branch 'origin/new/bug_5345'
[koha.git] / koha-tmpl / opac-tmpl / prog / en / css / opac.css
1 @import url("../lib/yui/reset-fonts-grids.css");
2 @import url("../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,#toolbar input.editshelf:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover {
13         color : #990033;
14 }
15
16 a.disabled {
17         color : #888888 !important;
18 }
19
20 body {
21         background-color : white;
22         text-align : left;
23         padding : 0 0 2.5em 0;
24 }
25
26 .required {
27     color : #C00;
28 }
29
30 caption {
31         font-size : 140%;
32         font-weight : bold;
33         line-height : 144%;
34         text-align : left;
35 }
36
37 fieldset {
38         background-color: #FFF;
39         border : 2px solid #EEEEEE;
40         margin : 1em 1em 1em 0;
41         padding : 1em;
42 }
43
44 fieldset.rows {  
45         border-width : 1px;
46         border-bottom : 1px solid black;
47         float : left;
48         font-size : 90%;
49         clear : left;
50         margin: .9em 0 0 0;  
51         padding: 0;
52         width: 100%; 
53 }
54
55 fieldset.rows legend {  
56         margin-left: 1em;
57         font-weight: bold;
58         font-size : 110%;
59 }
60
61 fieldset.rows label, fieldset.rows span.label {
62         float: left;  
63         font-weight : bold;
64         width: 9em;  
65         margin-right: 1em;  
66         text-align: right;
67 }
68
69 fieldset.rows fieldset {
70         border-width : 1px;
71         margin : 0;
72         padding : .3em;
73 }
74
75 fieldset.rows ol {  
76         padding: 1em 1em 0 1em;  
77         list-style-type: none;
78 }
79
80 fieldset.rows li {  
81         float : left;
82         clear : left;
83         padding-bottom: 1em;
84         list-style-type: none;
85         width: 100%; 
86 }
87
88 fieldset.rows.left li {
89         padding-bottom : .4em;
90 }
91
92 fieldset.rows li.radio {
93         padding-left: 9em;
94         width : auto;
95 }
96
97 fieldset.rows li.radio label {
98         float : none;
99         width : auto;
100         margin : 0 0 0 1em;
101 }
102
103 fieldset.rows ol.radio label {
104         width : auto;
105         float : none;
106         margin-right : 0;
107 }
108
109 fieldset.rows ol.radio label.radio {
110         float : left;
111         width : 12em;
112         margin-right : 1em;
113 }
114
115 fieldset.rows table {
116         clear : both;
117         margin-left : 1em;
118 }
119
120 fieldset.rows td label {
121         float : none;
122         font-weight : normal;
123         width : auto;
124 }
125
126 fieldset.holds {
127         background-color : #F3F3F3;
128         border: 0;
129         font-size : 110%;
130         padding : 1px;
131 }
132
133 fieldset.holds ol {
134         margin : 0;
135         padding : 0;
136 }
137
138 fieldset.holds li {
139         background-color : #FFF;
140         border-bottom : 1px solid #F3F3F3;
141         padding : .3em;
142 }
143
144 fieldset.holds label, fieldset.holds span.label {
145
146 }
147
148 fieldset.action {
149         clear : both;
150         float : none;
151         border : none;
152         margin : 0;
153         padding : 1em 0 .3em 0;
154         width : auto;
155 }
156
157 fieldset.action p {
158         margin-bottom : 1em;
159 }
160
161 form {
162         display : inline;
163         margin : 0;
164         padding : 0;
165 }
166
167 h1 {
168         font-size : 138.5%;
169 }
170
171 h1#library {
172         font-size : 100%;
173         font-weight : normal;
174         margin : .2em 0 .2em .5em;
175
176
177
178 h1#libraryname {
179         background:transparent url(../../images/koha-logo.gif) no-repeat scroll 0%;
180         border: 0;
181         float : left !important;
182         margin:0;
183         padding:0;
184         width:120px;
185 }
186
187 h1#libraryname a {
188         border:0;
189         cursor:pointer;
190         display:block;
191         height:0px !important;
192         margin:0;
193         overflow:hidden;
194         padding:40px 0 0;
195         text-decoration:none;
196         width:120px;
197 }
198
199 h1,h2,h3,h4,h5,h6 {
200         font-weight : bold;
201         margin : .5em 0;
202 }
203
204 h2 {
205         font-size : 131%;
206 }
207
208 h5.author {
209 }
210
211 h3 {
212         font-size : 123.1%;
213 }
214
215 h4 {
216         font-size : 116%;
217 }
218
219 h5 {
220         font-size : 108%;
221 }
222
223 h6 {
224         font-size : 100%;
225 }
226
227 input[type=submit],
228 input[type=button],
229 input[type=reset],
230 fieldset.brief input[type=submit],
231 fieldset.brief input[type=button],
232 fieldset.brief input[type=reset]
233 {
234         background: #f4f9fc; /* Old browsers */
235         background: -moz-linear-gradient(top, #f4f9fc 0%, #dfeefa 4%, #bfd5ea 93%, #a1c4e2 97%, #b8d0e6 100%); /* FF3.6+ */
236         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f9fc), color-stop(4%,#dfeefa), color-stop(93%,#bfd5ea), color-stop(97%,#a1c4e2), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */
237         background: -webkit-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */
238         background: -o-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Opera11.10+ */
239         background: -ms-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* IE10+ */
240         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9fc', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */
241         background: linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* W3C */
242         border-top: 1px solid #cccccc;
243         border-left: 1px solid #cccccc;
244         border-right: 1px solid #eeeeee;
245         border-bottom: 1px solid #eeeeee;
246         color : #333;
247         font-size : 93%;
248         font-weight : bold;
249         padding : 4px;
250 }
251
252 input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
253         border: 1px inset #666666;
254 }
255
256 td.resultscontrol,
257 .searchresults td.resultscontrol {
258         background-color : #EEE;
259         border : 1px solid #E8E8E8;
260         vertical-align : middle;
261         padding : 3px 3px 5px 5px;
262 }
263
264 table {
265         background-color: #FFF;
266         border-collapse : collapse;
267         margin : 1em 0;
268         border-right : 1px solid #dddddd;
269         border-top : 1px solid #dddddd;
270 }
271
272 td,th {
273         background-color: #FFF;
274         border-left : 1px solid #dddddd;
275         border-bottom : 1px solid #dddddd;
276         padding : 3px 5px;
277 }
278
279 td.place_on_type table,
280 td.place_on_type table td {
281         border : 0;
282 }
283 td caption {
284         font-size : 105%;
285 }
286
287 th {
288         background-color:#EEE;
289         font-weight : bold;
290         padding : 2px 23px;
291         text-align : center;
292 }
293
294 th.sum {
295         text-align: right;
296 }
297
298 td.sum {
299         background-color: #FFC;
300         font-weight: bold;
301 }
302
303 th[scope=row] {
304         text-align : right;
305 }
306
307 tr.highlight td, tr.highlight th, tr.odd td {
308         background-color : #F3F3F3;
309    border-top : 1px solid #DDDDDD;
310    border-bottom : 1px solid #DDDDDD;
311 }
312
313 tr.even td, tr.even.highlight td {
314         background-color: #FFF;
315 }
316
317 tr.grouplabel td {
318         background-color : #E8E8E8;
319         border : 1px solid #DDDDDD;
320         border-right : 1px solid #DDDDDD;
321         text-align : center;
322         font-weight : bold;
323     padding: 10px;
324 }
325
326 tr.reserved td {
327         background-color : #eeffd4;
328 }
329 tr.transfered td {
330         background-color : #e8f0f6;
331 }
332
333 #editions table, #editions td {
334         border : 0;
335 }
336
337 .header {
338         background-image:url("../../images/ascdesc.gif");
339         background-position:right center;
340         background-repeat:no-repeat;
341         cursor:pointer;
342 }
343 .headerSortUp {
344         background-image:url("../../images/asc.gif");
345 }
346 .headerSortDown {
347         background-image:url("../../images/desc.gif");
348 }
349
350 ul {
351         list-style : disc;
352         padding-left : 1em;
353 }
354
355 li {
356         list-style : disc;
357 }
358
359 p.availability {
360         font-size : 87%;
361 }
362
363 .available {
364         color : #006600;
365 }
366
367 .waiting,.intransit,.notforloan,.checkedout,.lost,.notonhold {
368         display : block;
369 }
370 .notforloan {
371         color : #900;
372 }
373 .lost {
374         color : #666;
375 }
376 .waiting {
377         
378 }
379
380 /* "problem" enhancement */
381 .problem {
382         color : white;
383         background-color : red;
384 }
385
386 /* style for search terms in catalogsearch */
387 .term {
388         /* color : blue; */
389     color : #990000;
390     background-color : #FFFFCC;
391 }
392
393 a .term {
394         text-decoration : underline;
395 }
396
397 /* style for shelving location in catalogsearch */
398 .shelvingloc {
399     display : block;
400     font-style : italic;
401 }
402
403 .transfered {
404         background-color : #F9FF9A;
405 }
406
407 /* action buttons */
408 #action {
409         margin-top : .5em;
410         background-color : #F3F3F3;
411         border : 1px solid #E8E8E8;
412         padding-bottom : 3px;
413 }
414
415 #action li {
416         list-style : none;
417         margin : .2em;
418         padding : .3em 0;
419 }
420
421 #action a {
422         background-position : 5px center;
423         background-repeat : no-repeat;
424         text-decoration : none;
425         padding-left : 35px;
426 }
427
428 #action a.print {
429   background-image: url("../../images/sprite.png");
430   background-position: -5px -186px;
431   background-repeat: no-repeat;
432 }
433
434 #action a#furthersearches {
435     background-image: url("../../images/sprite.png");
436     background-position: 106px -295px;
437     background-repeat: no-repeat;
438         border : 1px solid #F3F3F3;
439         margin-left : 5px;
440         padding : 2px 26px 2px 10px;
441         text-decoration : none;
442 }
443
444 #action a#furthersearches:hover {
445         border-top : 1px solid #FFF;
446         border-left : 1px solid #FFF;
447         border-right : 1px solid #979797;
448         border-bottom : 1px solid #979797;
449 }
450
451 #action a.reserve,
452 .searchresults a.reserve {
453   background-image: url("../../images/sprite.png");
454   background-position: -5px -144px;
455   background-repeat: no-repeat;
456 }
457
458 #action a.addtoshelf, #toolbar a.addtoshelf {
459   background-image: url("../../images/sprite.png");
460   background-position: -5px -225px;
461   background-repeat: no-repeat;
462 }
463
464 #action a.addtocart, #toolbar a.addtocart {
465   background-image: url("../../images/sprite.png");
466   background-position: -5px -265px;
467   background-repeat: no-repeat;
468 }
469
470 #action a.cartRemove, .actions a.cartRemove {
471         color: #cc3333;
472         font-size : 90%;
473         margin : 0;
474         padding: 0;
475 }
476
477 #action a.incart {
478   background-image: url("../../images/sprite.png");
479   background-position: -5px -265px;
480   background-repeat: no-repeat;
481   color : #666;
482 }
483
484 /* toolbar buttons */
485
486 #toolbar,
487 #selections-toolbar {
488 background-color:#EEEEEE;
489 border:1px solid #E8E8E8;
490 margin : 0 0;
491 padding:3px 3px 5px 5px;
492 vertical-align:middle;
493 }
494
495 #basket #toolbar {
496         padding: 7px 5px 9px 9px;
497 }
498
499 #selections-toolbar {
500 background: #E8E8E8; /* Old browsers */
501 background: -moz-linear-gradient(top, #b2b2b2 0%, #e0e0e0 14%, #e8e8e8 100%); /* FF3.6+ */
502 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(14%,#e0e0e0), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
503 background: -webkit-linear-gradient(top, #b2b2b2 0%,#e0e0e0 14%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
504 background: -o-linear-gradient(top, #b2b2b2 0%,#e0e0e0 14%,#e8e8e8 100%); /* Opera 11.10+ */
505 background: -ms-linear-gradient(top, #b2b2b2 0%,#e0e0e0 14%,#e8e8e8 100%); /* IE10+ */
506 background: linear-gradient(top, #b2b2b2 0%,#e0e0e0 14%,#e8e8e8 100%); /* W3C */
507 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
508         margin : 0 0 1em 0;
509         padding-top : .5em;
510         padding-left : 10px;
511 }
512
513 #toolbar a,
514 #selections-toolbar a,
515 #toolbar input,
516 #selections-toolbar input {
517         white-space : nowrap;
518 }
519
520 #toolbar ul {
521         padding-left : 0;
522 }
523
524 #toolbar ul li {
525         display : inline;
526         list-style : none;
527 }
528
529 #toolbar ul li a {
530         border-left : 1px solid #e8e8e8;
531 }
532
533 #toolbar ul li:first-child a {
534         border-left : 0;
535 }
536
537
538 #toolbar a.print {
539     background-image: url("../../images/sprite.png");
540     background-position : 0px -423px;
541     background-repeat: no-repeat;
542         text-decoration : none;
543         padding-left : 30px;
544 }
545
546 #toolbar a.brief {
547     background-image : url("../../images/sprite.png");
548     background-position : -2px -868px;
549     background-repeat: no-repeat;
550         text-decoration : none;
551         padding-left : 27px;
552 }
553
554 #toolbar a.detail {
555     background-image : url("../../images/sprite.png");
556     background-position : -2px -898px;
557     background-repeat: no-repeat;
558         text-decoration : none;
559         padding-left : 27px;
560 }
561
562 #toolbar a.download {
563     background-image : url("../../images/sprite.png");
564     background-position : 2px -348px;
565     background-repeat: no-repeat;
566     padding-left : 28px;
567         text-decoration : none;
568 }
569
570 #toolbar a.editshelf {
571     background-image : url("../../images/sprite.png");
572     background-position : 2px -348px;
573     background-repeat: no-repeat;
574         padding-left : 26px;
575         text-decoration : none;
576 }
577
578 #toolbar a.empty {
579     background-image : url("../../images/sprite.png");
580     background-position : 2px -598px;
581     background-repeat: no-repeat;
582         text-decoration : none;
583     padding-left : 30px;
584 }
585
586 #toolbar a.hide {
587     background-image : url("../../images/sprite.png");
588     background-position: -3px -814px;
589     background-repeat: no-repeat;
590         text-decoration : none;
591         padding-left : 26px;
592 }
593
594 #toolbar a.hold,
595 #selections-toolbar a.hold {
596     background-image: url("../../images/sprite.png");
597     background-position : -5px -453px;
598     background-repeat: no-repeat;
599         text-decoration : none;
600         padding-left : 23px;
601 }
602
603 #selections-toolbar a.hold.disabled {
604     background-image: url("../../images/sprite.png");
605     background-position : -5px -621px;
606     background-repeat: no-repeat;
607 }
608
609 #selections-toolbar a.removeitems,
610 #selections-toolbar a.deleteshelf {
611     background-image : url("../../images/sprite.png");
612     background-position : 2px -690px;
613     background-repeat: no-repeat;
614         text-decoration : none;
615         padding-left : 25px;
616 }
617
618
619 #selections-toolbar a.removeitems.disabled,
620 #selections-toolbar a.deleteshelf.disabled {
621     background-image: url("../../images/sprite.png");
622     background-position : 2px -712px;
623     background-repeat: no-repeat;
624 }
625
626 #toolbar a.send,
627 a.send {
628     background-image: url("../../images/sprite.png");
629     background-position : 2px -386px;
630     background-repeat: no-repeat;
631         text-decoration : none;
632         padding-left : 28px;
633 }
634
635 #toolbar a.new {
636     background-image : url("../../images/sprite.png");
637     background-position : -4px -922px;
638     background-repeat : no-repeat;
639         padding-left : 23px;
640         text-decoration : none;
641 }
642
643 #toolbar input.editshelf,
644 input.editshelf {
645     background-image : url("../../images/sprite.png");
646     background-position : 2px -732px;
647     background-repeat: no-repeat;
648         border : 0;
649         color : #006699;
650         cursor : pointer;
651         font-size : 100%;
652         padding-left : 29px;
653         text-decoration : none;
654 }
655
656 #toolbar input.newshelf,
657 #toolbar a.newshelf,
658 a.newshelf {
659     background-image: url("../../images/sprite.png"); /* add to list icon */
660     background-position: -4px -864px;
661     background-repeat: no-repeat;
662         border : 0;
663         color : #006699;
664         cursor : pointer;
665         font-size : 100%;
666         margin: 0 0.5em;
667     padding-left : 23px;
668         text-decoration : none;
669 }
670
671 a.newshelf.disabled {
672     background-image: url("../../images/sprite.png"); /* add to list icon */
673     background-position: -4px -791px;
674     background-repeat: no-repeat;
675 }
676
677 #toolbar input.deleteshelf,
678 input.deleteshelf {
679     background-image : url("../../images/sprite.png");
680     background-position : 2px -685px;
681     background-repeat: no-repeat;
682         border : 0;
683         color : #006699;
684         cursor : pointer;
685         font-size : 100%;
686     padding-left : 25px;
687         text-decoration : none;
688 }
689
690 #toolbar input.deleteshelf:hover {
691         color: #990033;
692 }
693
694
695 #toolbar input.editshelf:active,
696 input.editshelf:active,
697 #toolbar input.deleteshelf:active,
698 input.deleteshelf:active {
699         border : 0;
700 }
701
702 #selections {
703         font-weight : bold;
704 }
705
706 #tagsel_span input.submit,
707 #tagsel_tag {
708     background-image : url("../../images/sprite.png"); /* tag icon */
709     background-position : 7px -640px;
710         background-repeat : no-repeat;
711         padding-left : 25px;
712         text-decoration: none;
713 }
714
715 #tagsel_tag {
716     background-position : -1px -643px;
717 }
718
719 #tagsel_tag.disabled {
720     background-position : -1px -667px;
721 }
722
723 #tagslist li { display : inline; }
724
725 #placehold input.submit:hover,
726 #tagsel_span input.submit:hover {
727         color: #990033;
728 }
729
730 #addto {
731         max-width : 10em;
732 }
733
734 .addto a.addtocart {
735   background-image: url("../../images/sprite.png"); /* cart icon */
736   background-position: -5px -265px;
737     background-repeat: no-repeat;
738         text-decoration : none;
739         padding-left : 33px;
740 }
741
742 #placehold input.submit {
743     background-image: url("../../images/sprite.png"); /* place hold icon */
744     background-position: -1px -140px;
745     background-repeat: no-repeat;
746         text-decoration : none;
747         padding-left : 23px;
748 }
749
750 #placehold input.submit,
751 #tagsel_span input.submit {
752         border : 0;
753         background-color: transparent;
754         font-size : 100%;
755         font-weight : bold;
756         padding-left : 31px;
757         color : #336699;
758         cursor : pointer;
759 }
760 .searchresults a.highlight_toggle {
761     background-image: url("../../images/sprite.png"); /* place hold icon */
762     background-position: -11px -841px;
763     background-repeat: no-repeat;
764         display: none;
765         font-weight: normal;
766         padding : 0 10px 0 21px;
767 }
768
769 /* the itemtype list in advanced search */
770 .advsearch table {
771         border-collapse : separate;
772         border-spacing : 3px;
773         border : 0px;
774         margin : 0px;
775         background-color : white;
776         border : 0px solid #D8DEB8;
777 }
778
779 .advsearch table tr td {
780         background-color : #F8F8EB;
781         border : 0px;
782         margin : 0px;
783         width : 700px;
784 }
785
786 .advsearch td {
787         font-size : 0.8em;
788         background-color : #F8F8EB;
789 }
790
791 body#advsearch #breadcrumbs {
792         line-height : 1px;
793         height : 1px;
794         padding : 0;    
795 }
796
797 body#advsearch #cartmenulink,
798 body#advsearch #listsmenulink {
799         float : right;
800 }
801
802 #advsearch #branchloop,
803 #advsearch #sort_by {
804         width : 23em;
805 }
806
807 #auth {
808         float : left;
809 }
810
811 #facets {
812         
813 }
814
815 /* the footer */
816 #footer {
817         margin-top : 30px;
818         margin-left : 30%;
819         margin-right : 20%;
820         border-top : 1px solid #384b73;
821         color : #384b73;
822         font-size : 1em;
823         text-align : center;
824 }
825
826 /* facets bloc */
827 /* the USER information block */
828 #librarian_information {
829         float : right;
830         font-size : 10pt;
831 }
832
833 #header-wrapper {
834         background-color: #FFF;
835 }
836
837 #holds,#opac-auth {
838         min-width : 750px;
839         width : 57.69em;
840         margin : auto;
841 }
842
843 #members {
844         background-color: #fff;
845         font-size : 85%;
846         margin-left : -10px;
847         margin-right : -10px;
848         padding : 4px 0 4px 0;
849         color : #000066;
850 }
851
852 #members a {
853         text-decoration : none;
854 }
855
856 #members a.logout {
857         color : #cc3333;
858         font-weight : bold;
859         padding : 0 .3em 0 .3em;
860         text-decoration : none;
861 }
862
863 #members li:last-child {
864         border-right : 0;
865 }
866
867 #members li {
868         border-right : 1px solid black;
869         display : inline;
870         list-style : none;
871         margin : 0;
872         padding : 0 .5em;
873 }
874
875 #members ul {
876         margin : 0;
877         padding : 0;
878         text-align : right;
879 }
880
881 #opac-main-search {
882         background: #8fb4e8; /* Old browsers */
883         background: -moz-linear-gradient(top, #8fb4e8 0%, #8cb1e5 19%, #80a8dc 48%, #7da5d8 52%, #7198cf 83%, #618ac0 100%); /* FF3.6+ */
884         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fb4e8), color-stop(19%,#8cb1e5), color-stop(48%,#80a8dc), color-stop(52%,#7da5d8), color-stop(83%,#7198cf), color-stop(100%,#618ac0)); /* Chrome,Safari4+ */
885         background: -webkit-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* Chrome10+,Safari5.1+ */
886         background: -o-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* Opera 11.10+ */
887         background: -ms-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* IE10+ */
888         background: linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* W3C */
889         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb4e8', endColorstr='#618ac0',GradientType=0 ); /* IE6-9 */
890         border-top : 1px solid #335599;
891         border-bottom : 1px solid #335599;
892         margin-left : -10px;
893         margin-right : -10px;
894         padding : .7em 0 .4em .5em;
895         font-size : 108%;
896         line-height : 116%;
897 }
898
899 #opac-main-search form {
900         display : inline;
901         padding-right : 1em;
902 }
903
904 #opac-main-search label {
905         color : #FFFFCC;
906         font-weight : bold;
907         margin : .2em .3em 0 0;
908 }
909
910 #masthead_search,
911 #select_library {
912         max-width: 10em;
913         width: 10em;
914 }
915
916
917 #search-facets ul {
918         margin : 0;
919         padding : .3em;
920 }
921
922 #search-facets {
923         border : 1px solid #e8e8e8;
924 }
925
926 #search-facets h4 {
927         background-color : #EEE;
928         border-bottom : 1px solid #e8e8e8;
929         font-size : 90%;
930         margin : 0;
931         padding : .7em .2em;
932         text-align : center;
933 }
934
935 #search-facets ul li {
936         font-weight : bold;
937         list-style-type : none;
938 }
939
940 #search-facets li li {
941         font-weight : normal;
942         font-size : 85%;
943         margin-bottom : 2px;
944         padding : .1em .2em;
945 }
946
947 #search-facets li li a {
948         font-weight : normal;
949 }
950
951 #search-facets li.showmore a {
952         font-weight : bold;
953         text-indent : 1em;
954 }
955
956 .suggestion {
957         background-color : #EEEEEB;
958         border : 1px solid #DDDED3;
959         margin : 10px auto;
960         padding : 4px;
961         width : 35%;
962 }
963
964 #facets ul {
965         margin : 0;
966         padding : 0;
967 }
968
969 #facets ul li {
970         font-weight : bold;
971         text-align : left;
972         list-style : none;
973 }
974
975 #facets ul ul li {
976         border : 0;
977         font-size : 85%;
978         font-weight : normal;
979         padding : 2px;
980         text-align : left;
981 }
982
983 #facets ul ul li a {
984         font-weight : normal;
985         text-decoration : underline;
986 }
987
988 #facets h4 {
989         font-size : 93%;
990         padding:3px;
991         text-align:center;
992         background-color:#E7E7CA;
993         line-height:1.8em;
994         margin-left:-1px;
995         margin-right:-1px;
996         margin-top:-1px;
997 }
998
999 #breadcrumbs {
1000         padding : .7em;
1001 }
1002
1003 p {
1004         margin: .7em 0;
1005 }
1006
1007 strong {
1008         font-weight : bold;
1009 }
1010
1011 em {
1012         font-style : italic;
1013 }
1014
1015
1016 table#marc,
1017 table#marc td,
1018 table#marc th {
1019         background-color : transparent;
1020         border : 0;
1021 }
1022
1023 table#marc p span.label {
1024         font-weight : bold;
1025 }
1026
1027 table#marc p,
1028 table#marc ul {
1029         padding-bottom: .6em;
1030 }
1031
1032 table#items,
1033 table#items td
1034 table#items th {
1035         border-width : 1px solid #EEE;
1036         font-size : 90%;
1037 }
1038
1039
1040 table#marc div.results_summary {
1041         clear :  left;
1042 }
1043 table#marc div.results_summary ul {
1044         display : inline;
1045         float :  none;
1046         clear :  none;
1047         margin: 0;
1048         padding: 0;
1049         list-style : none;
1050 }
1051
1052 table#marc div.results_summary ul li {
1053         display : inline;
1054 }
1055
1056 #basketcount {
1057         display : inline;
1058 }
1059
1060 #bookcover {
1061         float : left;
1062         margin : 0;
1063         padding : 0;
1064 }
1065
1066 #bookcover img {
1067         margin : 0 1em 1em 0;   
1068 }
1069
1070 fieldset.brief {
1071         border : 1px solid #E8E8E8;
1072 }
1073
1074 fieldset.brief legend {
1075         font-weight : bold;
1076         font-size : 100%;
1077 }
1078
1079 fieldset.brief label {
1080         display : block;
1081         padding : .3em 0;
1082 }
1083
1084 fieldset.brief input+input {
1085         margin-top : 3px;
1086 }
1087
1088 fieldset.brief input, fieldset.brief textarea, fieldset.brief select {  
1089         background-color: #F3F3F3;
1090         border-top : 1px solid #979797;
1091         border-left : 1px solid #979797;
1092         border-right : 1px solid #DDDDDD;
1093         border-bottom : 1px solid #DDDDDD;
1094         font-size : 140%;
1095         padding : .2em;
1096         font-weight: normal;
1097 }
1098
1099 fieldset.brief textarea {
1100         font-size: 105%;
1101 }
1102
1103 fieldset.brief input:focus {
1104         background-color: #FFFFCC;
1105 }
1106
1107 fieldset.brief ol, fieldset.brief li {
1108         list-style-type : none;
1109 }
1110
1111 fieldset.brief div.hint, fieldset.rows div.hint {
1112         color : #666666;
1113         font-size : 100%;
1114         margin : .4em;
1115 }
1116
1117 h2 span.hint {
1118         font-size: 76%;
1119         font-weight : normal;
1120 }
1121 .thumbnail {
1122         border : 0;
1123         float : left;
1124         margin : 0pt 5px 5px 0pt;
1125 }
1126 a.cancel {
1127         padding-left : 1em;
1128 }
1129
1130 .resultscontrol, .resultscontrol select {
1131         font-size: 90%;
1132 }
1133
1134 .cartlist {
1135         margin-top : 5px;
1136 }
1137
1138 .cartlist input.submit, #tagsel_button {
1139         background-color : #d8deb8;
1140         background-image : none;
1141         border-color : #bebf84;
1142         color : #333;
1143         font-size : 87%;
1144         padding : 2px 0;
1145         margin : 0 0 0 0;
1146 }
1147
1148 #CheckAll, #CheckNone {
1149         font-weight : normal;
1150         margin : 0 .5em;
1151 }
1152
1153 .resultscontrol label {
1154         font-weight : bold;
1155         margin-left : .5em;
1156 }
1157
1158 .resort {
1159         float : right;
1160         margin-top : 5px;
1161 }
1162
1163 .searchresults p.details {
1164         color : #979797;
1165 }
1166
1167 .searchresults p {
1168         margin: 0;
1169         padding: 0 0 .6em 0;
1170 }
1171
1172 td.resultscontrol img {
1173         vertical-align: middle;
1174 }
1175
1176 .searchresults table td {
1177 }
1178
1179 .searchresults table {
1180         margin : 0;
1181 }
1182
1183 .searchresults td, .searchresults th, .searchresults table {
1184         border: 0;
1185 }
1186 .searchresults td {
1187         vertical-align: top;
1188 }
1189
1190 .searchresults tr {
1191         border-bottom : 1px solid #f3f3f3;
1192 }
1193
1194 .searchresults tr:first-child {
1195         border : 0;
1196 }
1197
1198 .searchresults table {
1199         border-top : 0px solid #CCCCCC;
1200         width : 100%;
1201 }
1202
1203 .searchresults a.reserve, .searchresults a.reserve:visited {
1204         background-position:left top;
1205         background-repeat:no-repeat;
1206         float:right;
1207         padding:2px 3px 2px 26px;
1208 }
1209
1210 .searchresults a.reserve {
1211         background-color:transparent;
1212         color:#006699;
1213 }
1214
1215 .unavailable, .tagerror, .tagerror:visited {
1216         color: #990033;
1217 }
1218
1219 #libraryname {
1220         float : left;
1221         line-height : 2em;
1222 }
1223
1224 #corner {
1225         float : right;
1226         line-height : 2em;
1227 }
1228
1229 .pages {
1230         line-height : 1.8em;
1231         text-align: center;
1232 }
1233
1234 .current,
1235 .currentPage {
1236         background-color: #FFFFFF;
1237         color: #3366CC;
1238         font-weight: bold;
1239         padding: 1px 5px 1px 5px;
1240         text-decoration: none;
1241 }
1242
1243 a:link.nav,
1244 div.pages a:link {
1245         background-color: #EEE;
1246         border: 1px solid #CCCC99;
1247         color: #3366CC;
1248         font-weight: bold;
1249         padding: 1px 5px 1px 5px;
1250         text-decoration: none;
1251 }
1252
1253 a:visited.nav,
1254 div.pages a:visited {
1255         background-color: #EEE;
1256         border: 1px solid #CCCC99;
1257         color: #3366CC;
1258         font-weight: bold;
1259         padding: 1px 5px 1px 5px;
1260         text-decoration: none;
1261 }
1262
1263 a:hover.nav,
1264 div.pages a:hover {
1265         background-color: #FFFFCC;
1266         border: 1px solid #CCCC99;
1267         color: #CC3333;
1268         font-weight: bold;
1269         padding: 1px 5px 1px 5px;
1270         text-decoration: none;
1271 }
1272
1273 a:active.nav,
1274 div.pages a:active {
1275         background-color: #FFFFCC;
1276         border: 1px solid #CCCC99;
1277         color: #D25500;
1278         font-weight: bold;
1279         padding: 1px 5px 1px 5px;
1280         text-decoration: none;
1281 }
1282
1283 /* Tabs */
1284 ul.link-tabs {
1285         list-style-type: none;
1286         margin: 9px 0 -2px 5px;
1287         padding: 0;
1288 }
1289
1290 ul.link-tabs li {
1291         display: inline;
1292         padding: 0px;
1293 }
1294
1295 ul.link-tabs li a {
1296         font-weight: bold;
1297         padding: 2px 4px 2px 4px;
1298         text-decoration: none;
1299         border-top: 1px solid #DDDDDD;
1300         border-left : 1px solid #DDDDDD;
1301         border-right : 1px solid #666666;
1302 }
1303
1304 ul.link-tabs li#power_formButton a, ul.link-tabs li#proximity_formButton a {
1305         padding: 2px 4px 3px 4px;
1306 }
1307
1308 ul.link-tabs li.off a {
1309         background-color: #EEEEEB;
1310         border-bottom: 1px solid #DDDDDD;
1311 }
1312
1313 ul.link-tabs li.off a:hover {
1314         padding: 2px 3px 2px 4px;
1315         background-color: #FFFFEC;
1316         border-top: 1px solid #BEBF84;
1317         border-left : 1px solid #BEBF84;
1318         border-right : 2px solid #333333;
1319 }
1320
1321 ul.link-tabs li.on a {
1322         background-color: #FFFFFF;
1323         border-bottom: 1px solid #FFFFFF;
1324 }
1325
1326 ul.link-tabs li a.debit {
1327         background-color : #FFFF99;
1328         color : #990033;
1329 }
1330
1331 div.tab-container {
1332         border : 1px solid #DDDDDD;     
1333         margin-top : 4px;
1334         padding : .7em;
1335         width : 90%;
1336 }
1337
1338 tr.overdue td {
1339         background-color : #ffcccc;
1340         border-bottom : 1px solid #ffaeae;
1341         border-right : 1px solid #ffaeae;
1342         font-weight : bold;
1343 }
1344
1345 td.overdue {
1346         color : #cc3333;
1347 }
1348
1349 .renewals {
1350         display:block;
1351         font-size:0.8em;
1352         padding:0.5em;
1353 }
1354
1355 table#marc, table#marc td, table#marc th {
1356         border : 0;
1357 }
1358
1359 table#marc th {
1360         background-color : transparent;
1361         text-align : left;
1362 }
1363
1364 table#marc td:first-child {
1365         text-indent : 2em;
1366 }
1367 #masthead {
1368 float: left;
1369 width: 120px;
1370 }
1371
1372 #fluid {
1373 margin-left: 124px;
1374 margin-top : .4em;
1375 padding-left : 1em;
1376 }
1377
1378 #fluid-offset {
1379 float : right;
1380 width: 100%;
1381 }
1382
1383 #translControl{
1384 float : left;
1385 padding-left : .4em;
1386 }
1387
1388 .clearfix:after {
1389     content: "."; 
1390     display: block; 
1391     height: 0; 
1392     clear: both; 
1393     visibility: hidden;
1394 }
1395
1396 /* Hides from IE-mac \*/
1397 * html .clearfix {height: 1%;}
1398 /* End hide from IE-mac */
1399
1400 .results_summary {
1401         display: block;
1402         font-size : 85%;
1403         color: #707070;
1404         padding : 0 0 .5em 0;
1405 }
1406 .results_summary .results_summary {
1407         font-size : 100%;
1408 }
1409
1410 .m880 {
1411     display:block; 
1412     text-align:right; 
1413     float:right; 
1414     width:50%; 
1415     padding-left:20px
1416 }
1417
1418 .searchresults .tagstatus {
1419         display: block;
1420         color: #707070;
1421 }
1422
1423 #login4tags {
1424         margin-top : .3em;
1425 }
1426
1427 .results_summary .label {
1428         color: #202020;
1429 }
1430
1431 .results_summary a {
1432         font-weight: normal;
1433 }
1434
1435 .actions a {
1436         margin-left : 1em;
1437         text-decoration : none;
1438 }
1439
1440 .actions a.hold {
1441     background-image : url("../../images/sprite.png");
1442     background-position : -10px -542px;
1443     background-repeat: no-repeat;
1444         padding-left : 16px;
1445 }
1446
1447 .actions a.addtocart {
1448     background-image : url("../../images/sprite.png");
1449     background-position : -10px -572px;
1450     background-repeat: no-repeat;
1451     padding-left : 15px;
1452         display : none;
1453 }
1454
1455 .actions a.addtoshelf {
1456     background-image : url("../../images/sprite.png");
1457     background-position: -10px -27px;
1458     background-repeat: no-repeat;
1459         padding-left : 13px;
1460 }
1461
1462 .dialog {
1463   border: 1px solid #bcbcbc;
1464         padding : .5em;
1465         margin : 1em auto;
1466   width: 65%;
1467   }
1468   
1469 .dialog  h2, .dialog h3, .dialog h4 {
1470         margin : auto;
1471         text-align : center;
1472   }
1473  
1474 div.alert {
1475         background: #fef8d3; /* Old browsers */
1476         background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */
1477         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef8d3), color-stop(9%,#ffec91), color-stop(89%,#ffed87), color-stop(100%,#f9dc00)); /* Chrome,Safari4+ */
1478         background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */
1479         background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */
1480         background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */
1481         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */
1482         background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */
1483         text-align : center;
1484 }
1485
1486 div.alert strong {
1487         color : #900;
1488 }
1489
1490 div.message {
1491         background: #ffffff; /* Old browsers */
1492         background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */
1493         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#f4f6fa), color-stop(23%,#eaeef5), color-stop(94%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */
1494         background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
1495         background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
1496         background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
1497         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
1498         background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
1499         border : 1px solid #bcbcbc;
1500         width : 55%;
1501 }
1502
1503 #moresearches {
1504         clear : left;
1505         color : #000099;
1506         font-size : 90%;
1507         line-height : 110%;
1508         margin : .6em 0 .3em 0;
1509 }
1510
1511 #moresearches a:link, #moresearches a:visited {
1512         color : #e5ebff;
1513         font-weight : normal;
1514         text-decoration : none;
1515 }
1516
1517 #news th {
1518         text-align : left;
1519         padding : 3px 5px;
1520 }
1521
1522 #opac-main-search #listsmenu a, #opac-main-search #listsmenu h4 {
1523         color : #000;
1524         font-weight : normal;
1525 }
1526  #opac-main-search #listsmenu h4 {
1527         font-size : 90%;
1528         font-weight : bold;
1529         margin : 0 .2em; 
1530  }
1531  
1532 #opac-main-search #listsmenu .yuimenuitemlabel {
1533         cursor : pointer;
1534 }
1535
1536 #opac-main-search #listsmenu .bd {
1537         background: #eef4fe; /* Old browsers */
1538         background: -moz-linear-gradient(left, #eef4fe 0%, #eef4fe 88%, #f6f9fe 98%, #ffffff 99%, #a5c2f6 99%, #e6eefe 100%, #cbdefe 100%); /* FF3.6+ */
1539         background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eef4fe), color-stop(88%,#eef4fe), color-stop(98%,#f6f9fe), color-stop(99%,#ffffff), color-stop(99%,#a5c2f6), color-stop(100%,#e6eefe), color-stop(100%,#cbdefe)); /* Chrome,Safari4+ */
1540         background: -webkit-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* Chrome10+,Safari5.1+ */
1541         background: -o-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* Opera11.10+ */
1542         background: -ms-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* IE10+ */
1543         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef4fe', endColorstr='#cbdefe',GradientType=1 ); /* IE6-9 */
1544         background: linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* W3C */
1545         border : 1px solid #739acf;
1546         padding : .3em 1em 0 0;
1547 }
1548
1549 #opac-main-search #listsmenu .yuimenuitemlabel.selected {
1550         background-color : #fff;
1551 }
1552
1553 #opac-main-search #listsmenu ul {
1554         border-color : #b8d0e6;
1555 }
1556
1557 .selectcol {
1558         vertical-align: top;
1559         width: 10px;
1560 }
1561 .itypecol {
1562         vertical-align: top;
1563         width: 10px;
1564 }
1565 #container {
1566         color : #000;
1567 }
1568
1569 div#changelanguage{
1570         background-color: #fff;
1571         border-top: 1px solid #CCC;
1572         color : #666;
1573         font-size : 85%;
1574         padding : 1em;
1575         margin-top : 2em;
1576  }
1577  
1578 div#changelanguage a {
1579         font-weight : normal;
1580         padding : .5em 0;
1581 }
1582
1583 div#changelanguage li.yuimenuitem {
1584     font-size: 120%;
1585     font-weight: normal;
1586     margin: 0;
1587     padding: 0 1em;
1588 }
1589 div#changelanguage li.yuimenuitem a.yuimenuitemlabel {
1590     padding: 0;
1591 }
1592
1593 ul#i18nMenu {
1594         margin : 0;
1595         padding : .2em 0;
1596  }
1597
1598 ul#i18nMenu li {
1599         border-left : 1px solid #CCC;
1600         display : inline;
1601         list-style : none;
1602         padding : 0 .4em;
1603  }
1604
1605 ul#i18nMenu li:first-child {
1606         border-left : 0;
1607  }
1608
1609 ul#i18nMenu li ul li {
1610         border : 0;
1611         display : block;
1612         padding : 0;
1613  }
1614
1615
1616 ul#i18nMenu li.more a {
1617     background-image : url("../../images/sprite.png");
1618     background-position : 37px -940px;
1619         background-repeat:no-repeat;
1620         padding-right: 1.3em;
1621 }
1622
1623 ul#i18nMenu li.more ul li a {
1624         background-image : none;
1625         padding: 0 1.3em;
1626 }
1627
1628 span.lang{
1629         float:left;
1630         border-right : 1px solid black;
1631         padding : 0 .5em;
1632 }
1633
1634 #cartDetails,#cartUpdate,#holdDetails,#listsDetails {
1635         background-color : #FFF;
1636         border: 1px solid #739acf;
1637         color : black;
1638         display : none;
1639         margin : 0;
1640         padding : 10px;
1641         text-align : center;
1642         width : 180px;
1643         box-shadow: 1px 1px 3px #666;
1644         -moz-box-shadow: 1px 1px 3px #666;
1645         -webkit-box-shadow: 1px 1px 3px #666;
1646         z-index: 2;
1647
1648 }
1649
1650 .yui-panel .hd, .yui-panel .bd, .yui-panel .ft {
1651         background-color : transparent;
1652         border : 0;
1653         padding : inherit;
1654 }
1655
1656 #login #userid, #login #password {
1657         width : 98%;    
1658 }
1659
1660 #opac-main-search input.submit {
1661         background: #e6f3fe; /* Old browsers */
1662         background: -moz-linear-gradient(top, #e6f3fe 0%, #dfeefa 8%, #bfd5ea 49%, #b8d0e6 52%, #b8d0e6 100%); /* FF3.6+ */
1663         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f3fe), color-stop(8%,#dfeefa), color-stop(49%,#bfd5ea), color-stop(52%,#b8d0e6), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */
1664         background: -webkit-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */
1665         background: -o-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* Opera11.10+ */
1666         background: -ms-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* IE10+ */
1667         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f3fe', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */
1668         background: linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* W3C */
1669         -webkit-border-radius: 4px;
1670         -moz-border-radius: 4px;
1671         border-radius: 4px;
1672         -webkit-box-shadow: 1px 1px 1px 1px , , .3);
1673         -moz-box-shadow: 1px 1px 1px 1px , , .3);
1674         box-shadow: 1px 1px 1px 1px , , .3);
1675
1676         color : #333;
1677         font-weight : normal;
1678         font-size : 80%;
1679         padding : 2px;
1680 }
1681
1682 div#menu {
1683         border-right : 1px solid #979797;
1684         font-size : 94%;
1685         margin-right : .5em;
1686         padding-top : 1em;
1687         padding-bottom : 2em;
1688 }
1689
1690 div#menu li a {
1691         background: #eeeeee; /* Old browsers */
1692         background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1693         background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(96%,#eeeeee), color-stop(97%,#e6e6e6), color-stop(99%,#cccccc), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1694         background: -webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1695         background: -o-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera 11.10+ */
1696         background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1697         background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1698         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1699         text-decoration : none;
1700         display : block;
1701         border : 1px solid #979797;
1702         font-size : 111%;
1703         margin : .5em 0;
1704         padding : .4em .3em;
1705         margin-right : -1px;
1706 }
1707
1708 div#menu li a:hover {
1709         background: #eaeef5; /* Old browsers */
1710         background: -moz-linear-gradient(left, #eaeef5 0%, #dee6f4 96%, #c4d5ef 98%, #a2bee8 100%); /* FF3.6+ */
1711         background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eaeef5), color-stop(96%,#dee6f4), color-stop(98%,#c4d5ef), color-stop(100%,#a2bee8)); /* Chrome,Safari4+ */
1712         background: -webkit-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* Chrome10+,Safari5.1+ */
1713         background: -o-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* Opera 11.10+ */
1714         background: -ms-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* IE10+ */
1715         background: linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* W3C */
1716         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef5', endColorstr='#a2bee8',GradientType=1 ); /* IE6-9 */
1717 }
1718
1719 div#menu li.active a:hover {
1720         background-color : #fff;
1721         color : #0000CC;
1722 }
1723
1724 #menu ul li {
1725         list-style-type : none;
1726 }
1727
1728 #menu ul li.active a {
1729         background-color : #FFF;
1730         background-image : none;
1731         border-right : 0;
1732         font-weight : bold;
1733 }
1734
1735 .left {
1736         float : left;
1737 }
1738
1739 .right {
1740         float : right;
1741 }
1742
1743 #searchsubmit {
1744         cursor : default;
1745         font-size : 87%;
1746         font-weight :  normal;
1747         margin-top : 0;
1748         margin-left :  .2em;
1749         padding: 2px 2px 1px 2px;
1750 }
1751
1752 #export,#further,.detailtagcell {
1753         margin-top : .5em;
1754         background-color : #F3F3F3;
1755         border : 1px solid #E8E8E8;
1756         font-size : 76%;
1757         padding : 3px;
1758         text-align : center;
1759 }
1760 #furtherm { margin-top : .5em; }
1761
1762 #export label, .detailtagcell label {
1763         display : block;
1764         font-weight : bold;
1765         font-size : 110%;
1766         margin-bottom : 2px;
1767 }
1768
1769 #export input, .detailtagcell input {
1770         padding : 2px;
1771 }
1772
1773 #amazonreviews h4 {
1774         font-size : 90%;
1775         margin : 0;
1776         padding : 0;
1777 }
1778 #amazonreviews h3 {
1779         font-size : 100%;
1780         margin : 0;
1781         padding : 0;
1782 }
1783 span.starFull {
1784         background: url(../../images/star-ratings.gif) top left no-repeat;
1785         display : block;
1786         height: 10px;
1787         margin: 0;
1788         padding: 0;
1789 }
1790
1791 span.starMT {
1792         background: url(../../images/star-ratings-empty.gif) top left no-repeat;
1793         display : block;
1794         height: 10px;
1795         margin: 0 10px 0 10px;
1796         padding: 0;
1797         position: relative;
1798         width: 50px;
1799 }
1800
1801 #cartmenulink, #listsmenulink {
1802         background-repeat: no-repeat;
1803         -webkit-border-radius: 5px;
1804         -moz-border-radius: 5px;
1805         border-radius: 5px;
1806         display : block;
1807         position : relative;
1808         float : left;
1809         color : #333;
1810         text-decoration : none;
1811         cursor : pointer;
1812         font-size : 105%;
1813         font-weight : bold;
1814         line-height : 185%;
1815         margin-left : 1.5em;
1816         padding : .3em .7em;
1817 }
1818
1819 #listsmenulink {
1820         background : #9FBFFF;
1821     background: url("../../images/sprite.png"),-moz-linear-gradient(top, #d7e5ff 0%, #b1cbff 50%, #9fbfff 100%); /* FF3.6+ */
1822     background: url("../../images/sprite.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7e5ff), color-stop(50%,#b1cbff), color-stop(100%,#9fbfff)); /* Chrome,Safari4+ */
1823     background: url("../../images/sprite.png"),-webkit-linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* Chrome10+,Safari5.1+ */
1824     background: url("../../images/sprite.png"),-o-linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* Opera 11.10+ */
1825     background: url("../../images/sprite.png"),-ms-linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* IE10+ */
1826     background: url("../../images/sprite.png"),linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* W3C */
1827         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e5ff', endColorstr='#9fbfff',GradientType=0 ); /* IE6-9 */
1828     background-position: 40px -287px,top left;
1829         background-repeat: no-repeat;
1830         border: 1px solid #629DCF;
1831         color : #006699;
1832         padding-right: 20px;
1833 }
1834
1835 #listsmenulink:hover {
1836         background-color : #b8d0e6;
1837     background: url("../../images/sprite.png"),-moz-linear-gradient(top, #e2ecf5 0%, #c3d8ea 50%, #b8d0e6 100%); /* FF3.6+ */
1838     background: url("../../images/sprite.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2ecf5), color-stop(50%,#c3d8ea), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */
1839     background: url("../../images/sprite.png"),-webkit-linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */
1840     background: url("../../images/sprite.png"),-o-linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* Opera 11.10+ */
1841     background: url("../../images/sprite.png"),-ms-linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* IE10+ */
1842     background: url("../../images/sprite.png"),linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* W3C */
1843         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ecf5', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */
1844         background-repeat: no-repeat;
1845     background-position: 40px -287px,top left;
1846 }
1847
1848 #cartmenulink {
1849         background: #98CB58; /* Old browsers */
1850     background: url("../../images/sprite.png"),-moz-linear-gradient(top, #d5eaba 0%, #b7db8a 50%, #98cb59 100%); /* FF3.6+ */
1851     background: url("../../images/sprite.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5eaba), color-stop(50%,#b7db8a), color-stop(100%,#98cb59)); /* Chrome,Safari4+ */
1852     background: url("../../images/sprite.png"),-webkit-linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* Chrome10+,Safari5.1+ */
1853     background: url("../../images/sprite.png"),-o-linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* Opera 11.10+ */
1854     background: url("../../images/sprite.png"),-ms-linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* IE10+ */
1855     background: url("../../images/sprite.png"),linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* W3C */
1856         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5eaba', endColorstr='#98cb59',GradientType=0 ); /* IE6-9 */
1857     background-position: -5px -256px, left top;
1858         background-repeat: no-repeat;
1859         border: 1px solid #5EA28C;
1860         color : #336600;
1861         padding-left : 30px;
1862 }
1863
1864 #cartmenulink:hover {
1865         background-color : #BFDE96;
1866     background: url("../../images/sprite.png"),-moz-linear-gradient(top, #e5f1d4 0%, #cbe4aa 50%, #c0de98 100%); /* FF3.6+ */
1867     background: url("../../images/sprite.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f1d4), color-stop(50%,#cbe4aa), color-stop(100%,#c0de98)); /* Chrome,Safari4+ */
1868     background: url("../../images/sprite.png"),-webkit-linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* Chrome10+,Safari5.1+ */
1869     background: url("../../images/sprite.png"),-o-linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* Opera 11.10+ */
1870     background: url("../../images/sprite.png"),-ms-linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* IE10+ */
1871     background: url("../../images/sprite.png"),linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* W3C */
1872         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f1d4', endColorstr='#c0de98',GradientType=0 ); /* IE6-9 */
1873         background-repeat: no-repeat;
1874     background-position: -5px -256px, left top;
1875 }
1876
1877 /* IE 6 & 7  don't do multiple backgrounds, so remove extra padding */
1878 * html #listsmenulink,
1879 *+html #listsmenulink {
1880         padding-right : .7em;
1881 }
1882
1883 /* IE 6 & 7  don't do multiple backgrounds, so remove extra padding */
1884 * html #cartmenulink,
1885 *+html #cartmenulink {
1886         padding-left : .7em;
1887 }
1888
1889 /* IE 8 doesn't do multiple backgrounds, so remove extra padding */
1890 #listsmenulink {
1891   padding-right: .7em\0/;
1892 }
1893
1894 /* IE 8 doesn't do multiple backgrounds, so remove extra padding */
1895 #cartmenulink {
1896   padding-left: .7em\0/;
1897 }
1898
1899 #cartmenulink span#basketcount {
1900         background-image : none;
1901         float : none;
1902         display : inline;
1903         height : auto;
1904         position : relative;
1905         margin : 0;
1906         padding : 0;
1907         left : auto;
1908         right : auto;
1909         top : auto;
1910 }
1911
1912 #cartmenulink span#basketcount span {
1913         background-image : none;
1914         background-color : #E6FCB7;
1915         color : #000;
1916         display : inline;
1917         float : none;
1918         font-size : 80%;
1919         font-weight : normal;
1920         margin : 0 0 0 .9em;
1921         padding : 0 .3em 0 .3em;
1922         position : relative;
1923         left : auto;
1924         right : auto;
1925         top : auto;
1926 }
1927
1928 ul.ui-tabs-nav li {
1929         margin-right : .5em;
1930 }
1931
1932 ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a {
1933         background-color : #F3F3F3;
1934         border-top : 1px solid #E8E8E8;
1935         border-left : 1px solid #E8E8E8;
1936         border-right : 1px solid #E8E8E8;
1937         border-bottom : 0;
1938         padding : .2em 1em;
1939         text-align : center;
1940         text-decoration : none;
1941 }
1942
1943 ul.ui-tabs-nav li.ui-tabs-selected a, ul.ui-tabs-nav li.ui-tabs-selected span.a {
1944         background-color : #FFF;
1945         border-top : 1px solid #E8E8E8;
1946         border-left : 1px solid #E8E8E8;
1947         border-right : 1px solid #E8E8E8;
1948         border-bottom : 1px solid #FFF;
1949         margin-bottom : -5px;
1950         text-align : center;
1951 }
1952
1953 #views {
1954         border-bottom : 1px solid #E8E8E8;
1955         margin-bottom : .5em;
1956         padding : 0 2em 2px 0.2em;
1957         white-space : nowrap;
1958 }
1959
1960 span.view {
1961         padding : 0.2em .2em 2px .2em;
1962 }
1963
1964 #bibliodescriptions,
1965 #isbdcontents {
1966         clear : left;
1967         margin-top : .5em;
1968 }
1969
1970 a#MARCview, span#MARCview, a#MARCviewPop, a#ISBDview, span#ISBDview, a#Normalview, a#Briefhistory, span#Normalview, a#Fullhistory, span#Fullhistory, span#Briefhistory {
1971         background-repeat : no-repeat;
1972         font-size : 87%;
1973         font-weight : normal;
1974         padding : .2em .5em;
1975     padding-left : 21px;
1976         text-decoration: none;
1977 }
1978
1979 a#MARCview, span#MARCview {
1980     background-image: url("../../images/sprite.png");
1981     background-position: -5px -26px;
1982     background-repeat: no-repeat;
1983 }
1984 a#MARCviewPop, span#MARCviewPop {
1985     background-image: url("../../images/sprite.png");
1986     background-position: -5px -26px;
1987     background-repeat: no-repeat;
1988 }
1989 a#ISBDview, span#ISBDview {
1990     background-image: url("../../images/sprite.png");
1991     background-position: -5px -55px;
1992     background-repeat: no-repeat;
1993 }
1994 a#Normalview, span#Normalview {
1995     background-image: url("../../images/sprite.png");
1996     background-position: -7px 3px;
1997     background-repeat: no-repeat;
1998         padding-left : 15px;
1999 }
2000
2001 a#MARCview, a#MARCviewPop, a#ISBDview, a#Normalview, a#Fullhistory, a#Briefhistory {
2002         background-color : #F3F3F3;
2003         border-left : 1px solid #E8E8E8;
2004 }
2005
2006 #shelfbrowser table {
2007         margin : 0 20px;
2008 }
2009 #shelfbrowser table, #shelfbrowser td, #shelfbrowser th {
2010         border : 0;
2011         font-size : 90%;
2012         text-align : center;
2013 }
2014 #shelfbrowser a {
2015         font-size : 110%;
2016         text-decoration : none;
2017 }
2018 #shelfbrowser td, #shelfbrowser th {
2019         vertical-align : bottom;
2020         width : 20%;
2021 }
2022 #shelfbrowser td.top {
2023         vertical-align : top;
2024 }
2025 #shelfbrowser td.top a {
2026         text-decoration : underline;
2027 }
2028 #shelfbrowser a {
2029         display : block;
2030 }
2031
2032 #comments .commentline {
2033         border-bottom : 2px solid #eeeeeb;
2034         margin : 0 -.5em 0 -.5em;
2035         padding : 0 .5em .5em .5em;
2036 }
2037 #comments .yours {
2038         background-color : #effed5;
2039 }
2040 .commentline .avatar {
2041         float : right;
2042         padding-left : .5em;
2043 }
2044 #comments #addcomment {
2045         margin : 0 -1em -1em -1em;
2046         padding : .3em 1em;
2047 }
2048 input.tagbutton {
2049         padding : 1px !important;
2050 }
2051 table#items th {
2052         padding : 2px;
2053 }
2054 #action {
2055         /*margin-top: 0;*/
2056 }
2057 #similars h4 {
2058         text-align : left;
2059 }
2060 #similars table,
2061 #similars td {
2062         border : 0;
2063         margin : 0;
2064 }
2065 #similars td {
2066         width : 13em;
2067 }
2068 #similars a {
2069         display : block;
2070         font-weight : normal;
2071 }
2072 #furtherm a,
2073 #furtherm a:link,
2074 #furtherm a:visited {
2075         color : #006699;
2076 }
2077 #furtherm h4 {
2078         font-size : 106%;
2079         margin : .1em .5em;
2080 }
2081 #furtherm .bd {
2082         background-color : #F3F3F3;
2083         border:1px solid #DDD;
2084 }
2085 .results_summary img {
2086         margin : 0 5px;
2087  }
2088 span.no-image {
2089         background-color : #FFF;
2090         border: 1px solid #979797;
2091         color : #AAA;
2092         display:block;
2093         font-size : 86%;
2094         font-weight : bold;
2095         text-align : center;
2096         width : 75px;
2097 }
2098 #bookcover span.no-image {
2099         margin-right : 10px;
2100         margin-bottom : 10px;
2101 }
2102 #shelfbrowser a:link span.no-image,
2103 #shelfbrowser a:visited span.no-image,
2104 #shelfbrowser a:hover span.no-image,
2105 #shelfbrowser a:active span.no-image {
2106         font-size : 95%;
2107 }
2108 #shelfbrowser a:link span.no-image,
2109 #shelfbrowser a:visited span.no-image,
2110 #shelfbrowser a:hover span.no-image,
2111 #shelfbrowser a:active span.no-image,
2112 td.jacketcell a:link,
2113 td.jacketcell a:visited,
2114 td.jacketcell a:hover,
2115 td.jacketcell a:active,
2116 a.p1:link,
2117 a.p1:visited,
2118 a.p1:hover,
2119 a.p1:active {
2120         color : #AAA;
2121         text-decoration : none;
2122         font-weight : bold;
2123 }
2124
2125 .copies_row > td:first-child {
2126     border-left-style : none;
2127 }
2128
2129 .rtl {
2130   unicode-bidi: embed;
2131   direction: rtl;
2132   text-align: right;
2133 }
2134
2135 div.ft {
2136         clear : both;
2137 }
2138 #basket td ul li {
2139         font-size:90%;
2140         list-style:disc outside url("../../images/item-bullet.gif");
2141         padding:0.2em 0;
2142 }
2143
2144 #recentcomments {
2145         margin:auto;
2146         max-width:750px;
2147 }
2148
2149 .searchresults .commentline {
2150         background-color : rgb(255, 255, 204);
2151         background-color : rgba(255, 255, 204, 0.4);
2152         border : 1px solid #CCC;
2153         display: inline-block;
2154         -webkit-border-radius: 4px;
2155         -moz-border-radius: 4px;
2156         border-radius: 4px;
2157         -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
2158         -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
2159         box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
2160         margin : .3em;
2161         padding : .4em;
2162 }
2163
2164 .searchresults .commentline.yours {
2165         background-color : rgb(239, 254, 213);
2166         background-color : rgba(239, 254, 213, 0.4);
2167 }
2168
2169 #plainmarc table { border: 0; margin: .7em 0 0 0; font-family: monospace; font-size: 95%; }
2170 #plainmarc th { background-color : #FFF; border: 0; white-space: nowrap; text-align:left; vertical-align: top; padding: 2px; }
2171 #plainmarc td { border: 0; padding : 2px; vertical-align: top; }
2172
2173 #catalogue_detail_biblio h1 { float:left; margin:0 1em 1em 0; }
2174 #catalogue_detail_biblio h1.title { float:none; margin-top:1em; }
2175 #catalogue_detail_biblio h3 {clear:both; }
2176
2177 #opac-detail #Normalview { font-weight:bold; }
2178 #opac-marcdetail #Normalview { font-weight:normal; }
2179 #opac-marcdetail #MARCview { font-weight:bold; }
2180 #opac-isbddetail #Normalview { font-weight:normal; }
2181 #opac-isbddetail #ISBDview { font-weight:bold; }
2182 #opac-isbddetail #isbdcontents { margin-top: 2em; }
2183
2184 div.bibmessage { background-color : #ffffb0; border-radius : 5px; padding : 3px; margin : 2px; }
2185
2186 #renewcontrols {
2187          float: right;
2188          font-size: 66%;
2189 }
2190
2191 #renewcontrols a {
2192         background-repeat : no-repeat;
2193         text-decoration:none;
2194         padding : .1em .4em;
2195         padding-left : 18px;
2196 }
2197
2198 #renewselected_link {
2199     background-image : url("../../images/sprite.png");
2200     background-position : -5px -988px;
2201     background-repeat: no-repeat;
2202 }
2203
2204 #renewall_link {
2205     background-image : url("../../images/sprite.png");
2206     background-position : -8px -964px;
2207     background-repeat: no-repeat;
2208 }
2209
2210 div.koha_url {
2211     border-top: none !important;
2212 }
2213 span.koha_url {
2214     position: absolute;
2215     right: 0;
2216 }
2217 a.koha_url {
2218     text-decoration:none;
2219     color: #666666;
2220 }
2221 /* pagination */
2222 .pagination {
2223     position: absolute;
2224     top:32px;
2225     left: -1px;
2226     width: 100%;
2227     height:auto;
2228     border: 1px solid #D0D0D0;
2229     display: none;
2230         background-color:#F3F3F3;
2231         padding-bottom:10px;
2232 }
2233
2234
2235 /* nav */
2236 .nav .close_pagination {
2237     padding-right: 10px;
2238     position: absolute;
2239     right: 3px;
2240     top: -25px;
2241 }
2242 .nav .close_pagination a {
2243     text-decoration:none!important;
2244 }
2245
2246 .nav ul {
2247     padding-top: 10px;
2248 }
2249
2250 .nav li {
2251         list-style:none;
2252         float:left;
2253         padding:4px;
2254         color:#999;
2255 }
2256
2257 .nav li a {
2258         text-decoration:none!important;
2259 }
2260
2261 .nav li a:hover {
2262         text-decoration:underline;
2263 }
2264
2265 .nav li ul {
2266         float:left;
2267 }
2268
2269 .back {
2270         float:right;
2271 }
2272
2273 .back input{
2274         background:none!important;
2275         color:#999!important;
2276 }
2277
2278 .pagination_list {
2279         float:bottom;
2280 }
2281 .pagination_list ul {
2282     padding-top: 40px;
2283         padding-left:0px;
2284 }
2285 .pagination_list li {
2286         list-style:none;
2287         float:bottom;
2288         padding:4px;
2289         color:#999;
2290    /* border-bottom : 1px solid #DDDDDD;*/
2291 }
2292 .pagination_list li.highlight {
2293    background-color : #F3F3F3;
2294    border-top : 1px solid #DDDDDD;
2295    border-bottom : 1px solid #DDDDDD;
2296 }
2297 .pagination_list span.li_pag_index {
2298    color: #999999;
2299     float: left;
2300     font-size: 15px;
2301     font-weight: bold;
2302     padding-right: 10px;
2303     text-align: right;
2304     width: 13px;
2305         
2306 }
2307
2308 .pagination_list li a {padding-left:0px;}
2309
2310
2311 .nav_results {
2312     background-color: #F3F3F3;
2313     border: 1px solid #D0D0D0;
2314     margin-top: 0.5em;
2315         position:relative;
2316 }
2317
2318 .nav_results .l_Results a {
2319     background:#E1E1E1 url("../../images/sprite.png") no-repeat 0px -504px;
2320     color:#006699;
2321     display:block;
2322     padding:8px 28px;
2323     text-decoration:none;
2324 }
2325 .nav_results .l_Results a:hover {
2326     background-color:#D9D9D9;
2327 }
2328 .nav_results ul.pg_menu {
2329     border-top: 1px solid #D0D0D0;
2330     white-space : nowrap;
2331 }
2332 .nav_results ul.pg_menu li {
2333     color:#B2B2B2;
2334     display:inline;
2335     list-style:none;
2336     margin: 0;
2337 }
2338 .nav_results ul.pg_menu li.back_results a {
2339     border-left: 1px solid #D0D0D0;
2340     border-right: 1px solid #D0D0D0;
2341 }
2342 .nav_results ul.pg_menu li a,
2343 .nav_results ul.pg_menu li span {
2344         background-color: #F3F3F3;
2345         display : block;
2346     float:left;
2347     padding:.4em .5em;
2348     text-decoration:none;
2349     font-weight:normal;
2350     text-align:center;
2351 }
2352
2353 .nav_results ul.pg_menu li span {
2354         color : #B2B2B2;
2355 }
2356
2357 .nav_results ul.pg_menu li.left_results a {
2358         padding-left : 0;
2359 }
2360
2361 .nav_results ul.pg_menu li a:hover {
2362 }
2363
2364 .nav_results #listResults{
2365     line-height: 0.7em;
2366 }
2367
2368 .nav_results  #listResults li  {
2369     background-color:#999999;
2370     color:#C5C5C5;
2371     font-weight:normal;
2372         display:block;
2373         margin-right:1px;
2374         font-size:0.9em;
2375         padding:5px 0px;
2376         text-align:center;
2377         min-width:20px;
2378 }
2379
2380 .nav_results  #listResults li:hover  {background-color:#006699;}
2381
2382 .nav_results  #listResults li a { color:#FFFFFF; font-weight:normal;}
2383
2384 a.localimage img {
2385         border : 1px solid #8EB3E7;
2386         margin : 0 .5em;
2387         padding : .3em;
2388 }
2389
2390 p.patronimage {
2391         border:1px solid #EEE;
2392         border-bottom-color:#000;
2393         margin: 0.9em 0 0;
2394         padding:1em;
2395 }
2396
2397 p.patronimage.edit {
2398         border-color:#E8E8E8;
2399         margin: 1em 1em 1em 0;
2400 }
2401
2402 span.sep {
2403         color: #888;
2404         padding: 0 .2em;
2405         text-shadow: 1px 1px 0 #FFF;
2406 }
2407
2408 /* ## BABELTHEQUE ## */
2409 /* Uncomment if babeltheque configuration no contains these lines */
2410 /*
2411 #BW_etiquettes {
2412   clear :left;
2413   border: 1px solid #E8E8E8;
2414   margin-top: 10px;
2415   width: 49%;
2416   float: left;
2417   visibility: hidden;
2418   visibility: visible\9;
2419 }
2420 #BW_etiquettes:not(:empty) {
2421   visibility: visible;
2422 }
2423
2424 #BW_etiquettes h2 {
2425   clear:left;
2426   background-color: #E8E8E8;
2427   margin: 5px 10px;
2428   padding: 0 5px;
2429 }
2430
2431 #BW_ulEti {max-width:100%;}
2432
2433 #BW_ulEti ul  {
2434   margin:0;
2435   padding:0 15px;
2436   list-style-type: none;
2437 }
2438
2439 #BW_ulEti a {
2440   text-decoration: none;
2441 }
2442
2443 #BW_ulEti a.tag_s0  {font-weight: 120;font-size:0.8em;}
2444 #BW_ulEti a.tag_s1  {font-weight: 150;font-size:0.9em;}
2445 #BW_ulEti a.tag_s2  {font-weight: 180;font-size:1.0em;}
2446 #BW_ulEti a.tag_s3  {font-weight: 200;font-size:1.2em;}
2447 #BW_ulEti a.tag_s4  {font-weight: 220;font-size:1.4em;}
2448 #BW_ulEti a.tag_s5  {font-weight: 230;font-size:1.5em;}
2449 #BW_ulEti a.tag_s6  {font-weight: 320;font-size:1.6em;}
2450 #BW_ulEti a.tag_s7  {font-weight: 350;font-size:1.7em;}
2451 #BW_ulEti a.tag_s8  {font-weight: 400;font-size:1.8em;}
2452 #BW_ulEti { padding: 0px; line-height: 2em; text-align: center;}
2453 #BW_ulEti a { padding: 2px; }
2454 #BW_ulEti { margin: 0px; }
2455
2456 #BW_ulEti ol {
2457   float:left;
2458   display: inline;
2459   margin: 0 10px;
2460 }
2461
2462 #BW_suggestions {
2463   border: 1px solid #E8E8E8;
2464   margin-top: 10px;
2465   float: right;
2466   width: 49%;
2467   visibility: hidden;
2468   visibility: visible\9;
2469 }
2470 #BW_suggestions:not(:empty) {
2471   visibility: visible;
2472 }
2473 #BW_suggestions h2 {
2474   background-color: #E8E8E8;
2475   margin: 5px 10px;
2476   padding: 0 5px;
2477 }
2478 #BW_suggestions .BW_livres_tag_page {
2479   padding: 0 15px;
2480 }
2481 #BW_suggestions .BW_livres_tag_page:before {
2482   content : '> ';
2483 }
2484 #BW_droite .BW_livres_tag:before {
2485   content : '> ';
2486 }
2487
2488 #BW_videos {
2489   clear : both;
2490   border: 1px solid #E8E8E8;
2491   padding-bottom: 140px;
2492   margin-top: 10px;
2493   max-width: 100%;
2494   visibility: hidden;
2495   visibility: visible\9;
2496 }
2497
2498 #BW_videos:not(:empty) {
2499   visibility: visible;
2500 }
2501
2502 #BW_videos h2 {
2503   background-color: #E8E8E8;
2504   margin: 5px 10px;
2505   padding: 0 5px;
2506 }
2507 #BW_videos .BW_bloc_vid {
2508   clear: both;
2509   padding: 0 15px;
2510 }
2511 .BW_vignette_vid {
2512   border: 1px solid #DFD9CE;
2513   float: left;
2514   height: 141px;
2515   margin: 5px;
2516   min-height: 141px;
2517   padding: 5px;
2518   white-space: nowrap;
2519 }
2520
2521 #BW_notes {clear :left;}
2522 #BW_notes h2 {font-size:85%;}
2523
2524 #BW_citations {}
2525 #BW_citations h2 {font-size:85%;}
2526
2527 #BW_critiques {}
2528 #BW_critiques h2 {font-size:85%;}
2529
2530 #BW_critiques_pro {}
2531 #BW_critiques_pro h2 {font-size:85%;}
2532
2533 #BW_citations,#BW_critiques,#BW_critiques_pro {
2534   background: -moz-linear-gradient(center top , #3399FF, #3333FF) repeat scroll 0 0 transparent;
2535   background: -webkit-gradient(linear, center top, center bottom, from(#3399FF), to(#3333FF));
2536   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399FF', endColorstr='#3333FF');
2537   border: 1px solid #B7B7B7;
2538   border-radius: 5px 5px 5px 5px;
2539   color: #FFFFCC;
2540   display: inline-block;
2541   float: left;
2542   font-weight: bold;
2543   margin: 15px 20px 15px 0;
2544   min-width: 150px;
2545   padding: 0 15px 8px;
2546   position: relative;
2547   text-align: center;
2548   text-shadow: 1px 1px 1px #777777;
2549   white-space: nowrap;
2550 }
2551
2552 #BW_citations a,#BW_critiques a,#BW_critiques_pro a {
2553   color: #FFFFCC;
2554 }
2555
2556 */