/* @group General */


body {
        text-align: left;
        background-color: #ebf6ff;
        color: #464646;
        width: 100%;
}

h1, h2, h3, h4, h5 {
        font-weight: bold;
}

a, a:link, a:visited {
        color: #08c;
        text-decoration: none;
}

a:hover, a.sel {
        color: #1a1a1a;
}

input {
        border: 1px solid #d7d7d7;
        font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
        border-top-color: #989898;
        border-left-color: #b2b2b2;
        border-right-color: #b2b2b2;
}

input[type*="checkbox"], input[type*="radio"] {
        border-style: none;
        background-color: transparent;
}

.ui-tabs-hide {
        display: none;
}

form.inline {
        display: inline;
}

.site-wrapper {
        width: 980px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
        display: block;
}

.app-area {
        width: 980px;
        background-color: white;
        clear: both;
        float: left;
        margin-top: 10px;
        border: 1px solid #d6d8da;
        display: inline;
        padding-bottom: 20px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
}

.app-area.full {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}

.app-area.texture1 {
        background-image: url(/images/texture-1.gif?1435680960);
}

/* @end */

/* @group Btns */

.buttons {
        padding: 30px;
        width: 920px;
}

button {
        position: relative;
        border: 0;
        padding: 0;
        cursor: pointer;
        overflow: visible;
        display: inline-block;
}

button::-moz-focus-inner {
        border: none;
        border: 0;
        padding: 0;
}

button.btn::-moz-focus-inner, input.btn::-moz-focus-inner {
        border: 0;
        padding: 0;
        text-align: left;
}

a.btn {
        color: #293640;
}

.btn {
        width: auto;
        overflow: visible;
        padding: 7px 13px;
        margin: 0 5px 5px 0;
        font: bold 14px/17.6px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
        vertical-align: middle;
        color: #293640;
        border: 1px solid #ccc;
        display: inline-block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        text-shadow: white 0 1px 0;
        cursor: pointer;
        background: #f2f0f0 url(/images/btn/btn-grey.gif?1435680960) repeat-x 0 top;
}

.btn.ss {
        font-size: 10px;
        padding: 3px 10px;
        line-height: 12px;
}

.btn:hover, .btn.s:hover {
        background-color: #eee;
        background-image: none;
}

.btn.sel, .btn.sel:hover {
        background-image: none;
        background-color: #eee;
}

span.btn:hover, span.btn.s:hover, span.btn.sel, span.btn.sel {
        background-color: #f2f0f0;
}

.btn.s {
        width: auto;
        overflow: visible;
        padding: 7px 13px;
        margin: 0 5px 5px 0;
        font: bold 12px/15.6px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
        vertical-align: middle;
        color: #293640;
        border: 1px solid #ccc;
        background-color: #f2f0f0;
        display: inline-block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: relative;
}

.btn.black, .btn.s.black, .btn.s.black:hover {
        color: #fff;
        text-shadow: black 0px 0px 0px;
        background: black url(/images/btn/btn-black.gif?1435680960) repeat-x 0 bottom;
        border: 1px solid black;
}

.btn.black:hover, .btn.s.black:hover {
        color: #fff;
        text-shadow: black 0px 0px 0px;
        background: black none repeat-x 0 bottom;
        border: 1px solid black;
}

.btn.blue, .btn.s.blue, .btn.s.blue:hover {
        color: #fff;
        text-shadow: black 0px 0px 0px;
        background: #145d9b url(/images/btn/btn-blue.gif?1435680960) repeat-x 0 bottom;
        border: 1px solid #15487f;
}

.btn.blue:hover, .btn.s.blue:hover {
        color: #fff;
        text-shadow: black 0px 0px 0px;
        background-repeat: repeat-x;
        background-position: 0 bottom;
        border-style: solid;
        border-width: 1px;
}

button.btn.orange.ico, button.btn.orange.ico:hover {
        color: black;
        text-shadow: rgba(255,254,255,0.57) 0 1px 0;
        background: #f89d1c url(/images/btn/btn-orange.gif?1435680960) repeat-x 0 0;
        border: 1px solid #e3ab04;
        height: 33px;
        line-height: 33px;
        padding-top: 0;
        padding-bottom: 0;
}

button.btn.orange.ico-r, button.btn.orange.ico-r:hover {
        color: black;
        text-shadow: rgba(255,254,255,0.57) 0 1px 0;
        background: #f89d1c url(/images/btn/btn-orange.gif?1435680960) repeat-x 0 0;
        border: 1px solid #e3ab04;
}

.btn span, .btn.s span {
        cursor: pointer;
}

.pager span.btn.s, .pager span.btn.s span {
        cursor: default;
}

.btn.ico {
        padding-left: 35px;
}

.btn.ico-r {
        padding-right: 35px;
}

span.leftarr {
        background: url(/images/leftarr_icon.png?1435681440) no-repeat 0 center;
        width: 15px;
        height: 15px;
        display: block;
}

span.rightarr {
        background: url(/images/rightarr_icon.png?1435680960) no-repeat 0 center;
        width: 15px;
        height: 15px;
        display: block;
}

.btn.ico-r span.rightarr {
        background: url(/images/rightarr_icon.png?1435680960) no-repeat 0 center;
        width: 17px;
        height: 17px;
        display: inline-block;
        position: absolute;
        right: 7px;
        top: 7px;
}

span.facebook {
        background: url(/images/facebook.png?1435680960) no-repeat 0 center;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 10px;
        top: 6px;
}

.article-actions .btn.s {
        font-size: 10px;
        padding: 3px 10px 3px 30px;
        line-height: 12px;
}

.article-actions span.facebook {
        background: url(/images/facebook.png?1435680960) no-repeat 0 center;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 0;
        top: 0;
}

span.cart {
        background: url(/images/icons.png?1435681440) no-repeat -100px -52px;
        width: 17px;
        height: 16px;
        display: inline-block;
        position: absolute;
        top: 7px;
        left: 10px;
}

/*
@-moz-document url-prefix() {
span.cart {
        background: url(/images/icons.png?1435681440) no-repeat -100px -52px;
        width: 17px;
        height: 16px;
        display: inline-block;
        position: absolute;
        top: 0;
        left: -25px;
}
}

@-moz-document url-prefix() {
.btn.ico-r span.rightarr {
        background: url(/images/rightarr_icon.png?1435680960) no-repeat 0 center;
        width: 17px;
        height: 17px;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 0;
}
}

@-moz-document url-prefix() {
button span.favourites {
        background: url(/images/icons.png?1435681440) no-repeat -76px -52px;
        width: 17px;
        height: 16px;
        display: inline-block;
        position: absolute;
        top: 0px;
        left: -25px;
}
}
*/

span.favourites {
        background: url(/images/icons.png?1435681440) no-repeat -76px -52px;
        width: 17px;
        height: 16px;
        position: absolute;
        top: 7px;
        left: 10px;
}

span.path {
        font-weight: normal;
        font-style: normal;
        cursor: default;
}

span.path span {
        display: block;
        float: left;
        line-height: 18px;
}

span.path a {
        display: inline-block;
        float: left;
        line-height: 18px;
}

span.path img {
        margin-left: 10px;
        margin-right: 10px;
        position: relative;
        top: 2px;
        right: 0;
        display: inline-block;
        float: left;
}

button.btn.s.disabled, a.btn.s.disabled, a.btn.s.disabled span,
a.btn.s.disabled:hover, a.disabled {
        color: #aaa;
        cursor: default;
        background-color: transparent;
}


/* @end */

body {
        font-family: Arial, Helvetica, Geneva, sans-serif;
        background: #ebf6ff url(/images/pofis-logo.gif?1435681440) no-repeat 20px 20px;
        margin: 0;
        padding: 0;
}

.admin-login {
        text-align: left;
        margin: 250px auto 0px auto;
        padding: 30px 30px 20px;
        width: 500px;
}

.admin-login ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
}

.admin-login li {
        margin: 20px 0;
}

.admin-login li.actions {
        margin-left: 90px;
}

.admin-login .error {
        margin-left: 10px;
        color: red;
}

.admin-login label {
        color: #0f3162;
        padding-right: 10px;
        padding-top: 5px;
        float: left;
        width: 80px;
        font-size: 1.5em;
        text-align: right;
}

.admin-login input.title {
        background-color: #fffaec;
        font-size: 1.5em;
        padding: 2px 5px;
        width: 300px;
}
