+#tabs-nav-left a {
+ display: block;
+ float: left;
+ padding: 5px 20px 5px 20px;
+ margin-bottom: -1px;
+ border-width: 1px;
+ border-style: solid;
+ border-color: rgba(0,0,0,0);
+}
+
+#tabs-nav-left .active {
+ background: white;
+ border-color: #ff8000 #ff8000 white #ff8000;
+}
+
+.section {
+ border-top: 1px solid #ffdfbf;
+ margin-top: 2em;
+ padding-top: 1em;
+}
+
+.editable td {
+ padding: 1px;
+}
+.editable input, .editable select, .editable textarea {
+ width: 400px;
+}
+.editable .number-input {
+ width: 100px;
+}
+
+
+#login-box {
+ float: right;
+}
+
+#logo {
+ position: absolute;
+ bottom: 0;
+}
+
+#content {
+ padding: 10px;
+}
+
+
+
+#catalogue_layout_left_column {