Re-structuring shelf browser markup for improved robustness; Including GoogleJackets...
[koha.git] / koha-tmpl / opac-tmpl / prog / en / css / opac.css
index 7364333..2ace4ec 100644 (file)
@@ -1,4 +1,5 @@
 @import url("../../en/lib/yui/reset-fonts-grids.css");
+@import url("../../en/lib/yui/skin.css");
 
 a {
        font-weight : bold;
@@ -8,13 +9,14 @@ a, a:visited {
        color : #006699;
 }
 
-a:hover {
+a:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover {
        color : #990033;
 }
 
 body {
        background-color : white;
        text-align : left;
+       padding : 0 0 2.5em 0;
 }
 
 caption {
@@ -24,6 +26,7 @@ caption {
 }
 
 fieldset {
+       background-color: #FFF;
        border : 2px solid #EEEEEE;
        margin : 1em 1em 1em 0;
        padding : 1em;
@@ -111,6 +114,28 @@ fieldset.rows td label {
        width : auto;
 }
 
+fieldset.holds {
+       background-color : #F3F3F3;
+       border: 0;
+       font-size : 110%;
+       padding : 1px;
+}
+
+fieldset.holds ol {
+       margin : 0;
+       padding : 0;
+}
+
+fieldset.holds li {
+       background-color : #FFF;
+       border-bottom : 1px solid #F3F3F3;
+       padding : .3em;
+}
+
+fieldset.holds label, fieldset.holds span.label {
+
+}
+
 fieldset.action {
        clear : both;
        float : none;
@@ -120,6 +145,10 @@ fieldset.action {
        width : auto;
 }
 
+fieldset.action p {
+       margin-bottom : 1em;
+}
+
 form {
        display : inline;
        margin : 0;
@@ -130,18 +159,32 @@ h1 {
        font-size : 138.5%;
 }
 
-h1#libraryname {
+h1#library {
+       font-size : 100%;
        font-weight : normal;
        margin : .2em 0 .2em .5em;
-}
+} 
 
-h1#libraryname a {
-       text-decoration : none;
-       color : #000066;
+
+h1#libraryname {
+       background:transparent url(../../images/koha-logo.gif) no-repeat scroll 0%;
+       border: 0;
+       float : left !important;
+       margin:0;
+       padding:0;
+       width:120px;
 }
 
-h1#libraryname a:hover {
-       color : #000066;
+h1#libraryname a {
+       border:0;
+       cursor:pointer;
+       display:block;
+       height:0px !important;
+       margin:0;
+       overflow:hidden;
+       padding:40px 0 0;
+       text-decoration:none;
+       width:120px;
 }
 
 h1,h2,h3,h4,h5,h6 {
@@ -174,23 +217,30 @@ h6 {
 }
 
 input[type=submit], input[type=button], input[type=reset] {
-       background-color : #6BA037;
-       border:1px outset #666666;
-       color : #FFFFFF;
+       background : #b8d0e6 url(../../images/submit-bg.gif) repeat-x 0 0;
+       background-color : #b8d0e6;
+       border-top: 1px solid #cccccc;
+       border-left: 1px solid #cccccc;
+       border-right: 1px solid #eeeeee;
+       border-bottom: 1px solid #eeeeee;
+       color : #333;
        font-size : 93%;
        font-weight : bold;
-       padding : 2px;
+       padding : 4px;
 }
 
 input[type=submit]:active, input[type=button], input[type=reset] {
        border: 1px inset #666666;
 }
 
-p.searchresults {
-       background-color : #EFF1DC;
+td.resultscontrol {
+       background-color : #EEE;
+       vertical-align : middle;
+       padding : 3px 3px 5px 5px;
 }
 
 table {
+       background-color: #FFF;
        border-collapse : collapse;
        margin : 1em 0;
        border-right : 1px solid #dddddd;
@@ -198,15 +248,17 @@ table {
 }
 
 td,th {
+       background-color: #FFF;
        border-left : 1px solid #dddddd;
        border-bottom : 1px solid #dddddd;
        padding : 3px 5px;
 }
 
 th {
-       background-color:#EFF1DC;
+       background-color:#EEE;
        font-weight : bold;
-       padding : 2px 4px;
+       padding : 2px 23px;
+       text-align : center;
 }
 
 th.sum {
@@ -222,12 +274,49 @@ th[scope=row] {
        text-align : right;
 }
 
-tr.highlight td, tr.highlight th {
+tr.highlight td, tr.highlight th, tr.odd td {
        background-color : #F3F3F3;
        border : 1px solid #DDDDDD;
        border-right : 1px solid #DDDDDD;
 }
 
+tr.even td, tr.even.highlight td {
+       background-color: #FFF;
+}
+
+tr.grouplabel td {
+       background-color : #E8E8E8;
+       border : 1px solid #DDDDDD;
+       border-right : 1px solid #DDDDDD;
+       text-align : center;
+       font-weight : bold;
+    padding: 10px;
+}
+
+tr.reserved td {
+       background-color : #eeffd4;
+}
+tr.transfered td {
+       background-color : #e8f0f6;
+}
+
+#editions table, #editions td {
+       border : 0;
+}
+
+.header {
+       background-image:url("../../images/ascdesc.gif");
+       background-position:right center;
+       background-repeat:no-repeat;
+       cursor:pointer;
+}
+.headerSortUp {
+       background-image:url("../../images/asc.gif");
+}
+.headerSortDown {
+       background-image:url("../../images/desc.gif");
+}
+
 ul {
        list-style : disc;
        padding-left : 1em;
@@ -251,11 +340,11 @@ p.availability {
 
 /* css styles for reserves color alerts */
 .onloan {
-       background-color : #FFED3D;
+       background-color : #eeeeee;
 }
 
 .other {
-       background-color : #FF0000;
+       background-color : #ffcccc;
 }
 
 /* "problem" enhancement */
@@ -270,8 +359,7 @@ p.availability {
 
 /* style for search terms in catalogsearch */
 .term {
-       background-color : #ffffe0;
-       color : #990033;
+       color : blue;
 }
 
 a .term {
@@ -285,19 +373,76 @@ a .term {
 /* action buttons */
 #action {
        margin-top : .5em;
+       background-color : #F3F3F3;
+       border : 1px solid #E8E8E8;
+       padding-bottom : 3px;
 }
 
 #action li {
        list-style : none;
+       margin : .2em;
+       padding : .3em 0;
 }
 
-#action a {
-       background-color : #F3F3F3;
-       border : 1px solid #E8E8E8;
-       display : block;
-       margin : .2em;
-       padding : .5em;
+#action a, #toolbar a {
+       background-position : 5px center;
+       background-repeat : no-repeat;
        text-decoration : none;
+       padding-left : 26px;
+}
+
+
+
+#toolbar ul li {
+       display : inline;
+       list-style : none;
+}
+
+#toolbar ul li a {
+       border-left : 1px solid #e8e8e8;
+}
+
+#toolbar ul li:first-child {
+       border-left : 0;
+}
+
+#action a.reserve, #toolbar a.reserve, .searchresults a.reserve {
+       background-image:url(../../images/placereserve.gif);
+}
+
+#action a.addtoshelf, #toolbar a.addtoshelf {
+       background-image:url(../../images/addtoshelf.gif);
+}
+
+#action a.addtocart, #toolbar a.addtocart {
+       background-image:url(../../images/cart2.gif);
+}
+
+#action a.print, #toolbar a.print {
+       background-image:url(../../images/print.gif);
+}
+
+#toolbar a.brief {
+       background-image: url(../../images/brief.gif);
+}
+
+#toolbar  a.detail {
+       background-image: url(../../images/detail.gif);
+}
+
+#toolbar a.print {
+       background-image: url(../../images/print.gif);
+}
+
+#toolbar a.hide {
+       background-image: url(../../images/close.gif);
+}
+
+#toolbar a.send {
+       background-image: url(../../images/send.gif);
+}
+#toolbar a.empty {
+       background-image: url(../../images/trash.gif);
 }
 
 /* the itemtype list in advanced search */
@@ -349,14 +494,9 @@ a .term {
 }
 
 #members {
-       font-size : .75em;
-       font-weight : bold;
+       background-color: #fff;
+       font-size : 85%;
        padding : 4px 0 4px 0;
-       background-image : url(../../images/member-menu-background.gif);
-       background-repeat : repeat-x;
-       border-top : 1px solid #9999CC;
-       border-bottom : 1px solid #9999CC;
-       background-color : #AFBCCF;
        color : #000066;
 }
 
@@ -364,36 +504,22 @@ a .term {
        text-decoration : none;
 }
 
-#members a.card {
-       background-image : url(../../images/card.gif);
-       background-position : left;
-       background-repeat : no-repeat;
-       display : block;
-       padding-left : 39px;
-}
-
 #members a.logout {
+       color : #cc3333;
        font-weight : bold;
        padding : 0 .3em 0 .3em;
        text-decoration : none;
 }
 
-#members a.logout:link, #members a.logout:visited, #members a.logout:hover, #members a.logout:active {
-       background-image : url(../../images/member-menu-background-logout.gif);
-       background-repeat : repeat-x;
-       color : #000000;
-}
-
-#members a:hover.logout {
-       background-image : url(../../images/member-menu-background-logout-hover.gif);
-       background-repeat : repeat-x;
-       color : #000000;
+#members li:first-child {
+       border-right : 1px solid black;
 }
 
 #members li {
        display : inline;
        list-style : none;
        margin : 0;
+       padding : 0 .5em;
 }
 
 #members ul {
@@ -402,65 +528,68 @@ a .term {
        text-align : right;
 }
 
-#members ul li a:link, #members ul li a:visited, #members span.members {
-       background-image : url(../../images/member-menu-background-link.gif);
+#opac-main-search {
+       background-image : url( ../../images/menu-background.gif);
        background-repeat : repeat-x;
-       border-left : 1px solid #9999CC;
-       color : #006699;
+       background-color : #739ACF;
+       border-top : 1px solid #335599;
+       border-bottom : 1px solid #335599;
+       padding : .7em 0 .4em .5em;
+       font-size : 108%;
+       line-height : 116%;
 }
 
-#members ul li a:link, #members ul li a:visited, #members ul li a:hover, #members ul li a:active, #members span.members {
-       padding : 4px;
+#opac-main-search form {
+       display : inline;
+       padding-right : 1em;
 }
 
-#members ul li a:hover {
+#opac-main-search label {
+       color : #FFFFCC;
+       font-weight : bold;
+       margin : .2em .3em 0 0;
 }
 
-#members ul li a:hover, #members ul li a:active {
-       background-image : url(../../images/member-menu-background-hover.gif);
-       background-repeat : repeat-x;
-}
 
-#members ul li:last-child {
+#search-facets ul {
+       margin : 0;
+       padding : .3em;
 }
 
-#members ul li:last-child a {
-       border-right : 1px solid #9999CC;
+#search-facets {
+       border : 1px solid #e8e8e8;
 }
 
-#opac-main-search {
-       background-image : url( ../../images/menu-background.gif);
-       background-repeat : repeat-x;
-       background-color : #6699CC;
-       border-top : 1px solid #335599;
-       border-bottom : 1px solid #335599;
-       padding : .7em 0 .4em .5em;
-       color : #FFFFCC;
-       font-size : 108%;
-       line-height : 116%;
+#search-facets h4 {
+       background-color : #EEE;
+       border-bottom : 1px solid #e8e8e8;
+       font-size : 90%;
+       margin : 0;
+       padding : .7em .2em;
+       text-align : center;
 }
 
-#opac-main-search a, #opac-main-search a, #opac-main-search a:visited {
-       color : #FFFFCC;
+#search-facets ul li {
+       font-weight : bold;
+       list-style-type : none;
 }
 
-#opac-main-search a:hover {
-       color : #FFFFFF;
+#search-facets li li {
+       font-weight : normal;
+       font-size : 85%;
+       margin-bottom : 2px;
+       padding : .1em .2em;
 }
 
-#opac-main-search form {
-       display : inline;
-       padding-right : 1em;
+#search-facets li li a {
+       font-weight : normal;
 }
 
-#opac-main-search label {
+#search-facets li.showmore a {
        font-weight : bold;
+       text-indent : 1em;
 }
 
-/***********************************************************/
-/* the user menu, for user option (and biblio detail view) */
-/***********************************************************/
-
 .suggestion {
        background-color : #EEEEEB;
        border : 1px solid #DDDED3;
@@ -520,60 +649,12 @@ em {
        font-weight : bold;
 }
 
-#catalogue_detail_biblio p {  
+#catalogue_detail_biblio p, #catalogue_detail_biblio ul {  
        padding-bottom: .6em;
 }
 
-.toptabs {
-       margin-top : 1em;
-}
-
-.toptabs .tabs-nav a, .toptabs .tabs-nav span.a {
-    top: 0;
- }
-
-.toptabs .tabs-nav li {
-       margin-right : .5em;
-}
-
-.toptabs .tabs-nav li a, .toptabs .tabs-nav li span.a {
-       background-color : #F3F3F3;
-       border-top : 1px solid #E8E8E8;
-       border-left : 1px solid #E8E8E8;
-       border-right : 1px solid #E8E8E8;
-       border-bottom : 0;
-       text-align : center;
-       text-decoration : none;
-}
-
-.toptabs .tabs-nav li.tabs-selected  {
-       background-color : #FFF;
-}
-
-.toptabs .tabs-nav li.tabs-selected a, .toptabs .tabs-nav li.tabs-selected span.a {
-       background-color : #FFF;
-       border-top : 1px solid #E8E8E8;
-       border-left : 1px solid #E8E8E8;
-       border-right : 1px solid #E8E8E8;
-       border-bottom : 1px solid #FFF;
-       margin-bottom : -5px;
-       padding-bottom : 5px;
-       text-align : center;
-}
-
-.toptabs.numbered .tabs-nav li {
-       min-width : 3em;
-}
-
-.toptabs .tabs-container {
-       border : 1px solid #E8E8E8;
-       padding : 1em;
-}
-
-.tabs-container {
-    border-top: 0;
-    padding : inherit;
-    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
+#basket {
+       display : inline;
 }
 
 #bookcover {
@@ -597,10 +678,32 @@ fieldset.brief legend {
 
 fieldset.brief label {
        display : block;
-       font-weight : bold;
        padding : .3em 0;
 }
 
+fieldset.brief input+input {
+       margin-top : 3px;
+}
+
+fieldset.brief input, fieldset.brief textarea, fieldset.brief select { 
+       background-color: #F3F3F3;
+       border-top : 1px solid #979797;
+       border-left : 1px solid #979797;
+       border-right : 1px solid #DDDDDD;
+       border-bottom : 1px solid #DDDDDD;
+       font-size : 140%;
+       padding : .2em;
+       font-weight: normal;
+}
+
+fieldset.brief textarea {
+       font-size: 105%;
+}
+
+fieldset.brief input:focus {
+       background-color: #FFFFCC;
+}
+
 fieldset.brief ol, fieldset.brief li {
        list-style-type : none;
 }
@@ -611,10 +714,6 @@ fieldset.brief div.hint, fieldset.rows div.hint {
        margin : .4em;
 }
 
-#menu {
-       margin-top: 1em;
-}
-
 h2 span.hint {
        font-size: 76%;
        font-weight : normal;
@@ -628,55 +727,54 @@ a.cancel {
        padding-left : 1em;
 }
 
-#usermenu {
-       margin-top : 1em;
+.resultscontrol, .resultscontrol select {
+       font-size: 90%;
 }
 
-#toolbar ul {
-       margin : 1em 0 0 0;
-       padding : 0;
+.cartlist {
+       margin-top : 5px;
 }
 
-#toolbar ul li {
-       display : inline;
-       list-style : none;
+.cartlist input.submit {
+       background-color : #d8deb8;
+       background-image : none;
+       border-color : #bebf84;
+       color : #333;
+       font-size : 87%;
+       padding : 2px 0;
+       margin : 0 0 0 0;
 }
 
-#toolbar ul li a {
-       border : 1px solid #afbccf;
-       padding : .3em;
-       text-decoration : none;
-       margin-right : .1em;
+#CheckAll, #CheckNone {
+       font-weight : normal;
+       margin : 0 .5em;
 }
 
-.searchresults input, .searchresults label, .searchresults select {
-       font-size: 90%;
+.resultscontrol label {
+       font-weight : bold;
+       margin-left : .5em;
 }
 
-.searchresults label {
+.resort {
        float : right;
        margin-top : 5px;
 }
 
+.searchresults p.details {
+       color : #979797;
+}
+
 .searchresults p {
        margin: 0;
        padding: 0;
        padding-top : .6em;
 }
 
-.searchresults p img {
+td.resultscontrol img {
        vertical-align: middle;
 }
 
 .searchresults table td {
-       vertical-align: top;
-}
-
-p.searchresults {
-       background-color : #EFF1DC;
-       margin-top : -5px;
-       vertical-align : middle;
-       padding : 3px 3px 5px 5px;
 }
 
 .searchresults table {
@@ -688,7 +786,7 @@ p.searchresults {
 }
 
 .searchresults tr {
-       border-bottom : 1px solid #CCCCCC;
+       border-bottom : 1px solid #f3f3f3;
 }
 
 .searchresults tr:first-child {
@@ -697,6 +795,7 @@ p.searchresults {
 
 .searchresults table {
        border-top : 0px solid #CCCCCC;
+       width : 100%;
 }
 
 .searchresults a.reserve, .searchresults a.reserve:visited {
@@ -711,29 +810,18 @@ p.searchresults {
        color:#006699;
 }
 
-input.reserve, a.reserve {
-       background-image:url(../../images/placereserve.gif);
-}
-
-a.reserve {
-       background-color:#006699;
-       color:White;
-}
 .unavailable {
        color: #990033;
 }
 
-#corner {
-       float : right;
+#libraryname {
+       float : left;
        line-height : 2em;
 }
 
-#corner a.cart {
-       background-image : url(../../images/cart-small.gif);
-       background-position: left;
-       background-repeat : no-repeat;
-       padding: 0 15px;
-       text-decoration: none;
+#corner {
+       float : right;
+       line-height : 2em;
 }
 
 .pages {
@@ -780,7 +868,7 @@ a:active.current {
 }
 
 a:link.nav {
-       background-color: #EFF1DC;
+       background-color: #EEE;
        border: 1px solid #CCCC99;
        color: #3366CC;
        font-weight: bold;
@@ -789,7 +877,7 @@ a:link.nav {
 }
 
 a:visited.nav {
-       background-color: #EFF1DC;
+       background-color: #EEE;
        border: 1px solid #CCCC99;
        color: #3366CC;
        font-weight: bold;
@@ -815,25 +903,6 @@ a:active.nav {
        text-decoration: none;
 }
 
-input.icon {
-       background-position: left;
-       background-repeat: no-repeat;
-       font-size : 96%;
-       font-weight: bold;
-       padding: 2px 2px 2px 22px;
-       background-color: #6699CC;
-       border: 1px outset #666666;
-       color: #FFFFCC;
-}
-
-input.shelf, a.shelf {
-       background-image: url(../../images/addtobasket.gif);
-}
-
-input.clearall, a.clearall {
-       background-image: url(../../images/clearbasket.gif);
-}
-
 /* Tabs */
 ul.link-tabs {
        list-style-type: none;
@@ -889,13 +958,6 @@ div.tab-container {
        width : 90%;
 }
 
-div.message {
-       border : 1px solid #8ebaff;
-       padding : .3em;
-       margin : .3em;
-       width : 50%;
-}
-
 #catalogue_detail_biblio table, #catalogue_detail_biblio td, #catalogue_detail_biblio th {
        background-color : transparent;
        border : 0;
@@ -921,36 +983,13 @@ td.overdue {
        padding:0.5em;
 }
 
-h1#libraryname {
-       border: 0;
-       margin:0;
-       padding:0;
-       width:120px;
-}
-h1#libraryname {
-       background:transparent url(../../images/koha-logo.gif) no-repeat scroll 0%;
-       border: 0;
-       padding:0;
-}
-
-h1#libraryname a {
-       border:0;
-       cursor:pointer;
-       display:block;
-       height:0px !important;
-       margin:0;
-       overflow:hidden;
-       padding:40px 0 0;
-       text-decoration:none;
-       width:120px;
-}
-
 table#marc, table#marc td, table#marc th {
        border : 0;
 }
 
 table#marc th {
        background-color : transparent;
+       text-align : left;
 }
 
 table#marc td:first-child {
@@ -962,20 +1001,14 @@ width: 120px;
 }
 
 #fluid {
-float: right;
-width: 100%;
-margin-left: -120px;
-}
-
-#fluid-offset {
-margin-left: 119px;
+margin-left: 124px;
 margin-top : .4em;
+padding-left : 1em;
 }
 
-#fluid-content-1 {
-margin : .3em -1px 0 2%;
-display: inline /* fix IE6 */;
-line-height : 40px;
+#fluid-offset {
+float : right;
+width: 100%;
 }
 
 .clearfix:after {
@@ -990,7 +1023,677 @@ line-height : 40px;
 * html .clearfix {height: 1%;}
 /* End hide from IE-mac */
 
-.searchhighlightblob {
-    font-size:75%;
-       font-style : italic;
+.results_summary {
+       display: block;
+       font-size : 85%;
+       color: #707070;
+       padding : 0 0 .5em 0;
+}
+
+.results_summary .label {
+       color: #202020;
+}
+
+.results_summary a {
+       font-weight: normal;
+}
+
+#catalogue_detail_biblio div.results_summary {
+       clear :  left;
+}
+#catalogue_detail_biblio div.results_summary ul {
+       display : inline;
+       float :  none;
+       clear :  none;
+       margin: 0;
+       padding: 0;
+       list-style : none;
+}
+
+#catalogue_detail_biblio div.results_summary ul li {
+       display : inline;
+}
+
+.dialog {
+  border: 1px solid #bcbcbc;
+       padding : .5em;
+       margin : 1em auto;
+  width: 65%;
+  }
+  
+.dialog  h2, .dialog h3, .dialog h4 {
+       margin : auto;
+       text-align : center;
+  }
+div.alert {
+  background : #FFC url(../../images/alert-bg.gif) repeat-x left 0;
+  text-align : center;
+}
+
+div.alert strong {
+       color : #900;
+}
+
+div.message {
+       background : white url("../../images/message-bg.gif") repeat-x left 0;
+   border : 1px solid #bcbcbc;
+       width : 55%;
+}
+
+#moresearches {
+       clear : left;
+       color : #000099;
+       font-size : 90%;
+       line-height : 110%;
+       margin : .6em 0 .3em 0;
+}
+
+#moresearches a:link, #moresearches a:visited {
+       color : #e5ebff;
+       font-weight : normal;
+       text-decoration : none;
+}
+
+#opac-main-search #listsmenu a, #opac-main-search #listsmenu h4 {
+       color : #000;
+       font-weight : normal;
+}
+ #opac-main-search #listsmenu h4 {
+       font-size : 90%;
+       font-weight : bold;
+       margin : 0 .2em; 
+ }
+#opac-main-search #listsmenu .yuimenuitemlabel {
+       cursor : pointer;
+}
+
+#opac-main-search #listsmenu .bd {
+       background-color : #f3f3f3;
+       border : 1px solid #739acf;
+       background-image : url("../../images/listmenu-container-bg.gif");
+       background-position : top right;
+       background-repeat : repeat-y;
+       padding : .3em 1em 0 0;
+}
+
+#opac-main-search #listsmenu .yuimenuitemlabel.selected {
+       background-color : #fff;
+}
+
+#opac-main-search #listsmenu ul {
+       border-color : #b8d0e6;
+}
+
+.selectcol {
+       vertical-align: top;
+       width: 10px;
+}
+.itypecol {
+       vertical-align: top;
+       width: 10px;
+}
+#container {
+       color : #000;
+}
+
+
+ul#i18nMenu {
+       margin : 0;
+       padding : .2em 0;
+ }
+ul#i18nMenu li {
+       border-left : 1px solid #CCC;
+       display : inline;
+       list-style : none;
+       padding : 0 10px;
+ }
+ul#i18nMenu li a {
+       text-decoration : none;
+}
+ul#i18nMenu li:first-child {
+       border-left : 0;
+ }
+ul#i18nMenu li ul li {
+       border : 0;
+       display : block;
+ }
+               
+ul#i18nMenu li.more a {
+       background-image:url(../../images/more-up-arrow.gif);
+       background-position:right center;
+       background-repeat:no-repeat;
+       padding-right:13px;
+}
+               
+ul#i18nMenu li.more ul li a {
+       background-image : none;
+       padding-right : 20px;
+}
+ div#changelanguage{
+       background-color: #fff;
+       border-top: 1px solid #CCC;
+  position:absolute;
+  bottom:0;
+  left:0;
+  width:100%;
+  height: 1.8em;
+ }
+ @media screen{
+  body>div#changelanguage {
+   position: fixed;
+  }
+ }
+ * html body{
+  overflow:hidden;
+ } 
+ * html div#doc1{
+  height:100%;
+  overflow:auto;
+ }
+  
+ * html div#doc2{
+  height:100%;
+  overflow:auto;
+ }
+  
+ * html div#doc3{
+  height:100%;
+  overflow:auto;
+ }
+div#changelanguage a.yuimenuitemlabel {
+       color : #006699;
+       font-weight : normal;
+ }
+
+#cartDetails,#cartUpdate {
+       background-color : #FFF;
+       border: 1px solid #739acf;
+       color : black;
+       padding : .3em;
+       text-align : center;
+}
+
+.yui-panel .hd, .yui-panel .bd, .yui-panel .ft {
+       background-color : transparent;
+       border : 0;
+       padding : inherit;
+}
+
+#login #userid, #login #password {
+       width : 98%;    
+}
+
+#opac-main-search input.submit {
+       background : #b8d0e6 url(../../images/submit-bg.gif) repeat-x 0 0;
+       background-color : #b8d0e6;
+       border-top: 1px solid #cccccc;
+       border-left: 1px solid #cccccc;
+       border-right: 1px solid #eeeeee;
+       border-bottom: 1px solid #eeeeee;
+       color : #333;
+       font-weight : normal;
+       font-size : 80%;
+       padding : 2px;
+}
+
+div#menu {
+       border-right : 1px solid #979797;
+       font-size : 94%;
+       margin-right : .5em;
+       padding-top : 1em;
+       padding-bottom : 2em;
+}
+
+div#menu li a {
+       text-decoration : none;
+       display : block;
+       background : #EEE url(../../images/side-tab-gradient.gif) repeat-y top right;
+       border : 1px solid #979797;
+       font-size : 111%;
+       margin : .5em 0;
+       padding : .4em .3em;
+       margin-right : -1px;
+}
+
+div#menu li a:hover {
+       background : #E8F0F6 url(../../images/side-tab-gradient-hover.gif) repeat-y top right;
+}
+
+div#menu li.active a:hover {
+       background-color : #fff;
+       color : #0000CC;
+}
+
+#menu ul li {
+       list-style-type : none;
+}
+
+#menu ul li.active a {
+       background-color : #FFF;
+       background-image : none;
+       border-right : 0;
+       font-weight : bold;
+}
+
+.left {
+       float : left;
+}
+
+.right {
+       float : right;
+}
+
+#searchsubmit {
+       cursor : default;
+       font-size : 87%;
+       font-weight :  normal;
+       margin-top : 0;
+       margin-left :  .2em;
+       padding: 2px 2px 1px 2px;
+}
+
+#export,#further,#similars, .detailtagcell {
+       margin-top : .5em;
+       background-color : #F3F3F3;
+       border : 1px solid #E8E8E8;
+       font-size : 76%;
+       padding : 3px;
+       text-align : center;
+}
+
+#export label, .detailtagcell label {
+       display : block;
+       font-weight : bold;
+       font-size : 110%;
+       margin-bottom : 2px;
+}
+
+#export input, .detailtagcell input {
+       padding : 2px;
+}
+
+#further {
+       text-align : left;
+       font-size : 95%;
+       padding : 3px 3px .5em 1em;
+}
+
+#further ul li {
+       list-style-image : url("../../images/further-bullet.gif");
+}
+
+#similars {
+       background-color : #FFF;
+    text-align : center;
+    font-size : 95%;
+    padding : 0 3px 3px 3px;
+}
+
+#similars ul {
+       margin : 0;
+       padding : 0;
+}
+
+#similars li {
+       list-style : none;
+       margin : 0;
+       padding : 0;
+}
+
+#similars li a {
+       display : block;
+}
+
+#amazonreviews h4 {
+       font-size : 90%;
+       margin : 0;
+       padding : 0;
+}
+#amazonreviews h3 {
+       font-size : 100%;
+       margin : 0;
+       padding : 0;
+}
+span.starFull {
+       background: url(../../images/star-ratings.gif) top left no-repeat;
+       display : block;
+       height: 10px;
+       margin: 0;
+       padding: 0;
+}
+
+span.starMT {
+       background: url(../../images/star-ratings-empty.gif) top left no-repeat;
+       display : block;
+       height: 10px;
+       margin: 0 10px 0 10px;
+       padding: 0;
+       position: relative;
+       width: 50px;
+}
+
+#cartmenulink, #listsmenulink {
+       display : block;
+       position : relative;
+       background : #aaa;
+       padding : 5px;
+       float : left;
+       color : #333;
+       text-decoration : none;
+       cursor : pointer;
+}
+
+ #cartmenulink *, #listsmenulink * {
+       font-style : normal;
+       background-image : url(../../images/button-background.png);
+       background-repeat : no-repeat;
+       display : block;
+       position : relative;
+}
+
+ #cartmenulink i, #listsmenulink i {
+       background-position : top left;
+       position : absolute;
+       margin-bottom : -5px;
+       top : 0;
+       left : 0;
+       width : 5px;
+       height : 5px;
+}
+
+ #cartmenulink span, #listsmenulink span {
+       background-position : bottom left;
+       left : -5px;
+       padding : 0 0 5px 10px;
+       margin-bottom : -5px;
+}
+/* For IE7 */
+ *:first-child+html #cartmenulink span { padding-top : 3px; padding-bottom : 7px; }
+ *:first-child+html #listsmenulink span { padding-top : 5px; }
+
+ #cartmenulink span i, #listsmenulink span i {
+       background-position : bottom right;
+       margin-bottom : 0;
+       position : absolute;
+       left : 100%;
+       width : 10px;
+       height : 100%;
+       top : 0;
+}
+
+ #cartmenulink span span, #listsmenulink span span {
+       background-position : top right;
+       position : absolute;
+       right : -10px;
+       margin-left : 10px;
+       top : -5px;
+       height : 0;
+}
+
+* html #cartmenulink span, * html #cartmenulink i, * html #listsmenulink span, * html #listsmenulink i {
+       float : left;
+       width : auto;
+       background-image : none;
+       cursor : pointer;
+}
+* html #cartmenulink span, * html #listsmenulink span {
+       padding-top : 5px;
+}
+#listsmenulink {
+       background : #9FBFFF;
+}
+
+#cartmenulink {
+       background : #98CB58;
+       color : #336600;
+       font-size : 105%;
+}
+
+#cartmenulink[class], #listsmenulink[class] {
+       background-image : url(../../images/button-background-gradient.png);
+       background-position : left top;
+}
+
+#listsmenulink:hover {
+       background-color : #b8d0e6;
+}
+
+#cartmenulink:hover {
+       background-color : #BFDE96;
+}
+
+#cartmenulink img {
+       background-image : none;
+       display : inline;
+       padding : 3px 3px 0 3px;
+}
+
+#cartmenulink span#basket {
+       background-image : none;
+       float : none;
+       display : inline;
+       height : auto;
+       position : relative;
+       margin : 0;
+       padding : 0;
+       left : auto;
+       right : auto;
+       top : auto;
+}
+
+#cartmenulink span#basket span {
+       background-image : none;
+       background-color : #E6FCB7;
+       color : #000;
+       display : inline;
+       float : none;
+       font-size : 80%;
+       font-weight : normal;
+       margin : 0 0 0 .9em;
+       padding : 0 .3em 0 .3em;
+       position : relative;
+       left : auto;
+       right : auto;
+       top : auto;
+}
+
+a#listsmenulink, a#listsmenulink:hover {
+       color : #006699;
+       font-size : 105%;
+       font-weight : bold;
+       line-height : 185%;
+       margin-left : 1.5em;
+}
+
+a#cartmenulink, a#cartmenulink:hover {
+       color : #336600;
+       font-size : 105%;
+       font-weight : bold;
+       line-height : 185%;
+       margin-left : 1.5em;
+}
+* html a#cartmenulink {
+       padding-top: 0;
+}
+ * html a#cartmenulink:hover {
+       padding-top : 0;
+}
+/* For IE7 */
+*:first-child+html a#listsmenulink { padding-top : 0; }
+*:first-child+html a#listsmenulink:hover { padding-top : 0; }
+*:first-child+html a#cartmenulink { padding-top : 0; }
+*:first-child+html a#cartmenulink:hover { padding-top : 0; }
+*:first-child+html #cartmenulink span i{ top : -4px; }
+*:first-child+html #listsmenulink span i { top : -5px; }
+
+#listsmenulink img {
+       background-image : none;
+       display : inline;
+       padding : 0 0 2px 0;
+}
+
+* html #cartmenulink {
+       border : 1px solid #336600;
+}
+
+* html #listsmenulink {
+       border : 1px solid #006699;
+}
+
+ul.ui-tabs-nav li {
+       margin-right : .5em;
+}
+
+ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a {
+       background-color : #F3F3F3;
+       border-top : 1px solid #E8E8E8;
+       border-left : 1px solid #E8E8E8;
+       border-right : 1px solid #E8E8E8;
+       border-bottom : 0;
+       padding : .2em 1em;
+       text-align : center;
+       text-decoration : none;
+}
+
+ul.ui-tabs-nav li.ui-tabs-selected a, ul.ui-tabs-nav li.ui-tabs-selected span.a {
+       background-color : #FFF;
+       border-top : 1px solid #E8E8E8;
+       border-left : 1px solid #E8E8E8;
+       border-right : 1px solid #E8E8E8;
+       border-bottom : 1px solid #FFF;
+       margin-bottom : -5px;
+       text-align : center;
+}
+
+#views {
+       border-bottom : 1px solid #E8E8E8;
+}
+
+#views h1 {
+       display : inline;
+       margin-right : .7em;
+       margin-bottom : 1em;
+}
+
+.views {
+       white-space : nowrap;
+}
+
+#bibliodescriptions {
+       margin-top : .5em;
+}
+
+a#MARCview, span#MARCview, a#MARCviewPop, a#ISBDview, span#ISBDview, a#Normalview, span#Normalview {
+       background-position : 5px 3px;
+       background-repeat : no-repeat;
+       font-size : 87%;
+       font-weight : normal;
+       padding : .2em .5em;
+       text-decoration: none;
+}
+
+a#MARCview, span#MARCview {
+       background-image : url(../../images/marc.gif);
+       padding-left : 17px;
+}
+a#MARCviewPop, span#MARCviewPop {
+    background-image : url(../../images/marc.gif);
+    padding-left : 17px;
+}
+a#ISBDview, span#ISBDview {
+       background-image : url(../../images/isbd.gif);
+       padding-left : 20px;
+}
+a#Normalview, span#Normalview {
+       background-image : url(../../images/normal.gif);
+       padding-left : 15px;
+}
+
+a#MARCview, a#ISBDview, a#Normalview {
+       background-color : #F3F3F3;
+       border-left : 1px solid #E8E8E8;
+}
+
+#shelfbrowser table {
+       margin : 0 20px;
+}
+#shelfbrowser table, #shelfbrowser td, #shelfbrowser th {
+       border : 0;
+       font-size : 90%;
+       text-align : center;
+}
+#shelfbrowser a {
+       font-size : 110%;
+}
+#shelfbrowser td, #shelfbrowser th {
+       vertical-align : bottom;
+       width : 20%;
+}
+#shelfbrowser td.top {
+       vertical-align : top;
+}
+#shelfbrowser a {
+       display : block;
+}
+
+
+
+input.editshelf,a.editshelf {
+       background : transparent url("../../images/shelf-edit.gif") center left no-repeat;
+       border : 0;
+       color : #006699;
+       cursor : pointer;
+       margin:0pt 0.5em;
+       padding-left : 15px;
+       text-decoration : none;
+}
+input.newshelf,a.newshelf {
+       background : transparent url("../../images/shelf-new.gif") center left no-repeat;
+       border : 0;
+       color : #006699;
+       cursor : pointer;
+       margin:0pt 0.5em;
+       padding-left : 15px;
+       text-decoration : none;
+}
+input.deleteshelf {
+       background : transparent url("../../images/shelf-delete.gif") center left no-repeat;
+       border : 0;
+       color : #006699;
+       cursor : pointer;
+       font-size : 100%;
+       margin:0pt 0.5em;
+       padding-left : 13px;
+}
+
+input.editshelf:active,input.deleteshelf:active {
+       border : 0;
+}
+
+#comments .commentline {
+       border-bottom : 2px solid #eeeeeb;
+       margin : 0 -.5em 0 -.5em;
+       padding : 0 .5em .5em .5em;
+}
+#comments .yours {
+       background-color : #effed5;
+}
+#comments #addcomment {
+       margin : 0 -1em -1em -1em;
+       padding : .3em 1em;
+}
+input.tagbutton {
+       padding : 1px !important;
 }
\ No newline at end of file