﻿/* @override http://shelta.se/themes/shelta/css/screen.css */

/*

    * S H E L T A *
    ***************

    SCREEN STYLESHEET
    -----------------

    http://shelta.se

    Color palette
    -------------
    Lightgrey:      [#ccc]
    Grey:           [#666]
    Darkgrey:       [#1A1A1A]
    Black:          [#000]
    White:          [#fff]
    Green:          [#33a02b]
    Light green:    [#97d07f]
    Dark gray bodytext [#1C1C1C]

*/


/* @group RESET
======================================== */

body, html, h1, h2, h3, h4, h5, h6, p, img, object, param, div, blockquote, pre, dl, dt, dd, ol, ul, li, table, caption, tbody, td, tfoot, th, thead, tr, form, fieldset, label, legend, button, span, a, abbr, acronym, address, code, del, dfn, em, ins, strong, tt, cite, q, kbd, samp, var {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    text-decoration: none;
    list-style-type: none;
    border: 0;
}

select, input, textarea {
    margin: 0;
    padding: 0; /*font-family: normal;*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

button {
    overflow: visible;
    cursor: pointer;
}

textarea, img {
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* @end */

/* @group Default */

body, html {
    height: 100%;
}

body {
    /*color: #3f3f3f;*/
    background-color: #f2f2f2;
    color: #1C1C1C;
}

hr {
    border-width: 1px 0 0;
    border-color: #ccc;
    border-style: solid;
    margin: 15px 0;
    clear: both;
}

strong {
    font-weight: bold;
}

/* @group Fonts */

body, select, input, textarea {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 11px;
    line-height: 13px;
}

select, input, textarea {
    font-size: 10px !important;
    line-height: 12px !important;
}

/* @end */

/* @group Inputs */

body, select, input, textarea {
    padding: 1px;
}

/* @end */

/* @group Links */

a:link, a:visited {
    font-weight: normal;
    text-decoration: underline;
    outline: none;
}

a:hover, a:focus, a:active {
    text-decoration: underline;
}

/* @end */

/* @group Headings */

h1, h2, h3, h4, h5 {
    /*color: #1A1A1A;*/
    font-weight: bold;
}

h1 {
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 2px;
    height: 22px;
    padding-bottom: 4px;
}

h2 {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 2px;
    padding-bottom: 5px;
}

h3 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 2px;
    padding-bottom: 6px;
}

h3 a {
    padding-bottom: 6px;
    /*display: inline-block;*/
}

h3.line {
    border-bottom: 1px solid #ccc;
}

h4 {
    font-weight: bold;
    line-height: 13px;
    margin-bottom: 2px;
}

/* links that shoud not have color*/
h4 a,a.back {
    color: #1C1C1C !important;
    text-decoration: none !important;
    border: none !important;
}

/* @end */

/* @group Lists */

ol, ul {
    list-style: none;
}

ul {
}

ul {
}

ol {
}

dt { 
}

dd {
}

/* @end */

/* @group Margins */

p, ul, ol, dl, blockquote {
    margin-bottom: 12px;
}


/* @end */

#container {
    min-height: 100%;
    width: 922px;
    margin: 0 auto;
    /*border: 0px #ddd solid;*/
    background: #fff;
    padding: 32px 0 95px 0;
}

/* @group Header */

#header {
    width: 876px;
    overflow: hidden;
    margin: 0 auto;
    /*border-bottom: 1px solid #ccc;*/
}

body#home #header {
    /*border: 0;*/
}

/* @end */

/* @group Logo */

#logo {
    float: left;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
    margin: 0 0 8px 0;
    width: 200px;
    height: 63px;
    background: url(../img/logo.png) no-repeat 0 0px;
}

#logo a {
    display: block;
    border: 0;
    height: 63px;
    margin-left: -1000px;
}

#logo a:hover, #logo a:focus {
    background-position: right 0;
}

#logo a:active {
    background-position: right 2px;
}

/* @end */

/* @group Search */

#search-container {
    float: right;
}

#search-container input {
    width: 126px;
    margin-right: 4px;
}

/* @end */


/* @group Main-nav */

#main-nav {
    /*clear: both;*/
    clear: right;
    float: right;
    /*height: 28px;*/
    background-color: #fff; 
    margin-top: 22px;
}

#main-nav ul {
    padding-left: 8px;
}

#main-nav li {
    float: left;
    display: inline;
    margin: 0; 
}

#main-nav a:link, #main-nav a:visited, #main-nav ul a:active {
    text-decoration: none;
    color: #333;
    font-size: 11px;
    float: left;
    padding: 8px 0 7px 0;
    
    border: 0;
}

#main-nav ul a:hover, #main-nav ul a:focus, #main-nav ul a.selected {
    color: #333;
    text-decoration: none;
    /*border-bottom: 5px solid #000;*/
}

#main-nav ul a:active {
}

#main-nav ul li a span {
    margin-left: -2000px;
}

/* @end */

/* @group Main-nav */

#main-nav ul li#main-nav-international-orders a:hover, #main-nav ul li#main-nav-international-orders a:active, #main-nav ul li#main-nav-international-orders a.selected {
    background: url(../img/main-nav/international-orders.png) no-repeat 0px 8px;
    width: 155px;
}

#main-nav ul li#main-nav-skateboarding a:hover, #main-nav ul li#main-nav-skateboarding a:active, #main-nav ul li#main-nav-skateboarding a.selected {
    background: url(../img/main-nav/skateboarding.png) no-repeat 0px 8px;
    width: 115px;
}

#main-nav ul li#main-nav-stores a:hover, #main-nav ul li#main-nav-stores a:active, #main-nav ul li#main-nav-stores a.selected {
    background: url(../img/main-nav/stores.en-GB.png) no-repeat 0px 8px;
}

body.sv-SE #main-nav ul li#main-nav-stores a:hover, body.sv-SE #main-nav ul li#main-nav-stores a:active, body.sv-SE #main-nav ul li#main-nav-stores a.selected {
    background: url(../img/main-nav/stores.sv-SE.png) no-repeat 0px 8px;
}

#main-nav ul li#main-nav-customer-service a:hover, #main-nav ul li#main-nav-customer-service a:active, #main-nav ul li#main-nav-customer-service a.selected {
    background: url(../img/main-nav/customer-service.en-GB.png) no-repeat 0px 8px;
}

body.sv-SE #main-nav ul li#main-nav-customer-service a:hover, body.sv-SE #main-nav ul li#main-nav-customer-service a:active, body.sv-SE #main-nav ul li#main-nav-customer-service a.selected {
    background: url(../img/main-nav/customer-service.sv-SE.png) no-repeat 0px 8px;
}

#main-nav ul li#main-nav-sale a:hover, #main-nav ul li#main-nav-sale a:active, #main-nav ul li#main-nav-sale a.selected {
    background: url(../img/main-nav/sale.en-GB.png) no-repeat 0px 8px;
}

body.sv-SE #main-nav ul li#main-nav-sale a:hover, body.sv-SE #main-nav ul li#main-nav-sale a:active, body.sv-SE #main-nav ul li#main-nav-sale a.selected {
    background: url(../img/main-nav/sale.sv-SE.png) no-repeat 0px 8px;
}

#main-nav ul li#main-nav-english a:hover, #main-nav ul li#main-nav-english a:active, #main-nav ul li#main-nav-english a.selected {
    background: url(../img/main-nav/english.png) no-repeat 0px 8px !important;
}

#main-nav ul li#main-nav-swedish a:hover, #main-nav ul li#main-nav-swedish a:active, #main-nav ul li#main-nav-swedish a.selected {
    background: url(../img/main-nav/swedish.png) no-repeat 0px 8px;
}

/* @end */

/* @group Headlines */

h3#newsletter span,h3#facebook span,h3#information span,h3#twitterfeed span,h3#blogfeed span,h3#we-recommend span,h3#latest-products span,#cart-checkout a span, .product-meta h2 a span, .cart-button-container a span, 
h3#login span,h1#create-account span,h1#edit-account span,h1#forgot-password span,h1#welcome-to-checkout span,button#btn-add-to-cart span,button#btn-submit-order span, h3#your-cart span, h1#order-success span {
    margin-left: -2000px;
}

a#view-more, a#follow, a#blogfeed1 {
    font-size: 11px !important;
    line-height: 11px;
    margin-left: 2015px !important;
    padding-bottom: 0px !important;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    top: 2px;
}

/* @end */

/* @group Buttons */

/*#btn-login span {
    margin-left: -2000px;
}*/

.button-image {
    width: 150px;
}

.button-image span {
    margin-left: -2000px;
}

#btn-create-account:hover {
    background: url(../img/buttons/create-account.en-GB.jpg) no-repeat 0px 0px !important;
}

body.sv-SE #btn-create-account:hover {
    background: url(../img/buttons/create-account.sv-SE.jpg) no-repeat 0px 0px !important;
}

#btn-submit-order {
    margin-top: 21px;
    height: 21px;
}

#btn-submit-order:hover {
    background: url(../img/buttons/submit-order.en-GB.png) no-repeat 0px 0px !important;
}

body.sv-SE #btn-submit-order:hover {
    background: url(../img/buttons/submit-order.sv-SE.png) no-repeat 0px 0px !important;
}

/*a#follow {
    background: url(../img/buttons/follow-us.en-GB.png) no-repeat 0px 2px;
    width: 75px;
    float: right;
    margin-right: 43px;
}*/

/*follow-us.sv-SE.png is corrupt*/

/*a#blogfeed1 {
    background: url(../img/buttons/visit-our-blog.en-GB.png) no-repeat 0px 2px;
    width: 115px;
    float: right;
    margin-right: 20px;
}

body.sv-SE a#blogfeed1 {
    background: url(../img/buttons/visit-our-blog.sv-SE.png) no-repeat 0px 2px;
}*/

/*#latest-products a#view-more:hover, #latest-products a#view-more:active {
    background: url(../img/buttons/view-more.en-GB.png) no-repeat 0px 2px;
}

body.sv-SE #latest-products a#view-more:hover, body.sv-SE #latest-products  a#view-more:active {
    background: url(../img/buttons/view-more.sv-SE.png) no-repeat 0px 2px;
}*/

.product-meta {
    color: #333;
    padding-right: 10px;
}

.product-meta h2 a {
    background: url(../img/buttons/more-info.en-GB.png) no-repeat 0px 2px !important;
    margin-left: 215px;
    margin-top: -8px;
    height: 17px;
}

.product-meta h2.sv-SE a {
    background: url(../img/buttons/more-info.sv-SE.png) no-repeat 0px 2px !important;
}

button#btn-add-to-cart {
    background: url(../img/buttons/add-to-cart.en-GB.png) no-repeat 0px 0px;
    width: 172px;
    height: 21px;
    display: block;
    margin: 12px 0;
}

body.sv-SE button#btn-add-to-cart {
    background: url(../img/buttons/add-to-cart.sv-SE.png) no-repeat 0px 0px;
}

/* @end */

/* @group USER ACTIONS
======================================== */

#user-welcome {
    font-weight: bold;
}

#user-edit-account {
    display: inline;
    margin-right: 4px;
}

#user-logoff {
    display: inline;
    border-left: 1px solid #99CF7F;
    padding: 0 0 0 6px !important;
    margin: 0 !important;
}

/*#user-actions {
    margin-top: 10px;
    float: right; 
}

#user-menu {
    border-left: 1px solid #999; 
    width: 230px;
}

#user-login, #user-logoff, #user-create-account, #user-welcome, #user-edit-account {
    float: left;
    padding: 0 0 0 12px;
}*/

/*@end*/

/* @group Language
======================================== */

#lang {
    margin-top: 8px;
}

#lang a {
    height: 24px;
    width: 24px;
    float: left;
    text-indent: -999999px;
    background-image: url(../img/flags/lang.png);
    background-repeat: no-repeat;
}

#sv {
    margin: 0 5px 0 0;
    background-position: 0 100%;
}

#en {
    background-position: 100% 100%;
}

#lang #sv.selected-lang {
    background-position: 0 0;
}

#lang #en.selected-lang {
    background-position: 100% 0;
}

/* @end */

/* @group CART
======================================== */

#cart-inner {
    width: 620px;
}

#cart-total-price {
    font-weight: bold;
}

#cart-select {
    width: 207px;
}

#all-currency {
    float: right;
    width: 70px;
    margin-top: -1px;
}

#cart-checkout a,.cart-button-container a { 
    display: block;
    border: 0;
    height: 20px;
}

#cart-checkout a:hover, .cart-button-container a:hover{
    background: url(../img/buttons/proceed-to-checkout.en-GB.png) no-repeat 0px 0px;
}

#cart-checkout.sv-SE a:hover, body.sv-SE .cart-button-container a:hover{
    background: url(../img/buttons/proceed-to-checkout.sv-SE.png) no-repeat 0px 0px;
}

.help-mark{
    float:right;
}

.error-summary{
    color:#FF0000;
}

.success {
    /*background: url(../img/icons/dialog-ok.png) no-repeat left;*/
    background-color: #33a02b;
    color:#fff;
    display: block;
    width: 100%;
    padding: 5px 0 5px;
    text-align: center;
}

.fail {
    background-color:#F9B7FF;
    background: url(../img/icons/dialog-warning.png) no-repeat left;
    display: block;
    padding: 5px 5px 5px 30px;
}
.validation-summary-errors{
    background:#FFCCFF;
    color:#c71b37;
    border:2px solid;
    padding:2px 2px 2px 9px;
    margin:bottom:9px;
}
.validation-summary-errors span{
    font-weight:bolder;
}
.error {
    color: Red;
}

/* @group Intro
======================================== */

#slideshow {
    height: 272px;
    clear: both;
    padding-bottom: 5px;
    /*margin: 0 23px;*/
    /*border-bottom: 1px dotted #999;*/ 
    /*position: relative;*/
}

#slideshow ul {
    height: 272px;
    overflow: hidden;
    margin-bottom: 0px !important;
}

#slogan {
    font-size: 18px;
    text-align: center;
    font-style: italic;
    text-shadow: none;
    position: absolute;
    width: 100%;
}

/* @end */

/* @group Content */

#content {
    width: 876px;
    margin: 0 auto;
    padding: 0px 0 20px 0;
    overflow: hidden;
    background: #fff;
    clear: both;
}

/* @end */

/* @group Columns */

.one-col,.two-col,.three-col {
    margin-right: 16px;
    float: left;
}

.one-col {
    width: 207px;
}

.two-col {
    width: 430px;
}

.three-col {
    width: 653px;
}

.last {
    clear: right;
    margin-right: 0px !important;
}

/* @end */

/* @group Page specific layout */

body#home #product-top-wrapper  {
    border: 0 !important;
    margin-bottom: 10px !important;
    padding-bottom: 0px !important;
}

body#home #news-col #newsletter,
body#home #news-col #facebook,
body#home #news-col #twitterfeed,
body#home #news-col #blogfeed {
    margin-top: 23px;
    margin-bottom: 4px;
}

body#home #blogger ul li {
    padding-bottom: 7px;
}

#blogger a {
    font-weight: bold;
    color: #000 !important;
    text-decoration: none !important;
}

body.sv-SE #main-nav-international-orders {
    display: none;
}

#we-recommend-col {
    width: 446px !important;
    margin-right: 0px !important;
}

#we-recommend-col h3 {
    width: 430px !important;
}

#we-recommend-col div {
    float: left;
    margin-right: 16px;
    height: 224px;
}

#we-recommend-col div.campain p {
    width: 207px;
}

#we-recommend-col div.campain p.wide-campain {
    width: 430px;
}

body#home #latest-products-col li {
    /*padding-bottom: 13px;*/
    height: 168px;
}

body#home #latest-products-col img, body#home #we-recommend-col img {
    margin: 0 0 6px;
}


body#home #latest-products-col h4 {
    float: left;
    display: inline;
}

body#home #latest-products-col h4 a, body#home #we-recommend-col h4 a {
    font-weight: bold;
}

body#home #latest-products-col h4,
body#home #latest-products-col .price {
    margin: 0 0 6px;
}

#twitter_update_list, #blogger ul {
    margin-bottom: 0;
}

/*#twitter_update_list span {
    font-style: italic;
}*/

#twitter_update_list li > a {
    display: none;
}

body#customer-service #target-links-holder  {
    margin: 0 0 12px;
}

body#customer-service #target-links-holder a  {
    color: #000;
    font-weight: bold;
    padding: 0;
    margin: 0 0 2px;
    text-decoration: none;
}

body#customer-service #post-body-customer-service h2  {
    font-size: 11px !important;
    font-weight: bold;
    padding: 0;
    margin: 0 0 2px;
}

/* @end */

/* @group Primary */

#primary {
    width: 637px;
    float: left;
    display: inline; /* IEFIX */
    padding: 0 16px 0 0;
}

#primary img {
    max-width: 550px; /* Adjust this value according to your content area size*/
    height: auto;
}

/* @end */

/* @group Secondary */

#secondary {
    width: 207px;
    float: right;
    display: inline; /* IEFIX */
}

/* @end */


/* @group submenu */

#submenu ul {
    /*margin-left: 10px;*/
    margin-bottom: 0;
}

#submenu ul a:hover, #submenu ul a:focus, #submenu ul a.selected {
    /*background: #333;*/
    text-decoration: underline;
}

/* @end */

/* @group Content */

#brand-list ul {
    width: 100%;
    float: left;
}

#brand-list ul li {
    float: left;
    width: 5%;
    margin-right: 7px;
}

#brand-list ul li img {
    height: 29px;
}

h3#information,h3#we-recommend,h3#latest-products {
    margin-bottom: 16px !important;
}

#post-logo {
    margin-top: 5px;
}

/* @end */

/* @group Footer */

#footer {
    /*width: 876px;*/
    width: 100%;
    margin: 0 0 0 0;
    z-index: 10;
    line-height: 1.5em;
    background: url(../img/footer-shade-back.png) repeat-x 0 0px;
    height: 88px;
    /*line-height: 0.5em; Fix imagegaps on Firefox*/
}

div[id=footer] {
    /* for real browsers */
    position: fixed !important;
    top: auto !important;
    bottom: 0;
    /*line-height: 0.5em; Fix imagegaps on Firefox*/
}

#inner-footer {
    margin: 0 auto;
    /*float: left;*/
    width: 876px;
    padding-left: 5px;
    padding-top: 32px;
    padding-bottom: 1px;
    z-index: 10;
}

#inner-footer li {
    padding-bottom: 6px;
}

/* @end */

/* @group Contact- and comment-form */

#contact, #comment {
    border-top: 1px solid #ddd;
    padding: 19px 0 0;
    background: #fff;
    margin: 0;
}

.field {
    border-bottom: 1px solid #ddd;
    padding: 0 0 12px 80px;
    margin: 0 0 20px;
}

.field-label {
}

.field-label label {
}

.field-label label span {
    color: red;
    font-size: 10px;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

.field-input-text {
    display: block;
    margin-right: 10px;
    clear: both;
}

.field-input-text input {
    padding: 4px;
    background: #fff;
    width: 338px;
    border: 2px solid #B6BFB9;
}

.field-textarea {
}

.field-textarea textarea {
    width: 338px;
    height: 175px;
    border: 2px solid #B6BFB9;
    padding: 4px;
}

.field-submit {
}

.field-submit input {
    margin: 0 0 8px;
}

.field-validation-error {
    display: inline;
    color: #ff0000;
}

#honeypot {
    display: none;
}

.required {
    vertical-align: middle;
    padding: 0 5px;
}

/* @end */

/* @group Contact-Card */

#contact-card {
    /*padding: 20px;*/
    margin: 0 0 20px;
}

#contact-card p {
    color: #666;
    line-height: inherit;
}

#contact-card span {
}

a.organization-name {
    color: #666;
    /*text-transform: uppercase;*/
    border: 0;
    cursor: default;
}

.geo {
    visibility: hidden;
    height: 0;
    margin: 0;
}

/* @end */

/* @group Comment-Info */

#primary .comment-info {
    font-size: 11px;
    margin-bottom: 0;
}

/* @end */

/* @group jQuery lightBox plugin - Gallery style */

.mediaList {
    background-color: #fff;
    padding: 10px 0;
}

.mediaList ul {
    list-style: none;
}

.mediaList ul li {
    display: inline;
    margin-right: 10px;
}

.mediaList ul img {
    border: 3px solid #ccc;
    border-width: 3px 3px 3px;
}

.mediaList ul a:hover img {
    border: 3px solid #666;
    border-width: 3px 3px 3px;
    color: #fff;
}

.mediaList a, #jquery-lightbox a {
    border: 0;
}

/* @end */

/* @group Misc */

.hide-grid {
    visibility: hidden;
}

.nodisplay {
    display: none;
}

.arrow {
    font-size: 14px;
    position:relative;
    top: 2px;
}

/* @end */

/* @group sitemap */

#sitemap ul {
    margin-left: 10px;
    margin-bottom: 0;
}

/* @end */


/* @group SHARED
======================================== */

.button-container, .search-container {
    margin: 0 0 18px;
    padding: 1px 0;
    overflow: hidden;
}

button.button-default, button.button-small, input.button-default, input.button-small, .search-button, .link-button {
    cursor: pointer;
}

.button-default, .button-small, .button-container .button-default, .button-container .button-small, .search-field {
    color: #656565;
    border: 1px solid #999;
    text-shadow: #fff 0 1px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.button-default, .search-button {
    background: #cecece url(../img/buttons/button-bg-default.png) no-repeat scroll 0 -20px;
}

/* PSUEDO! */

.button-default:hover, .button-default:focus, .search-button:hover, .search-button:focus {
    background-position: -1000px -20px;
    outline: none;
    outline-width: 0;
}

.button-default:active, .search-button:active {
    background-position: -1500px -20px;
}

.button-default:active, .button-small:active {
    border-top-color: #656565;
    background-color: #d8d8d8;
    text-shadow: #fff 0 -1px 0;
}

.button-default:hover, .button-default:focus, .button-small:hover, .button-small:focus {
    background-color: #b9b9b9;
}

.button-default:hover, .button-default:focus, .button-small:hover, .button-small:focus, .search-field:hover, .search-field:focus {
    outline: none;
    color: #4d4d4d;
    border-color: #7f7f7f;
}

/* @end */

/* @group BUTTONS
======================================== */

.multiple-buttons .button-default {
    margin-right: 10px;
}
.multiple-buttons .button-small {
    margin-right: 5px;
}

.button-container {
    padding-top: 5px;
}

.button-default, .button-small, .button-container .button-default, .button-container .button-small {
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 2px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 2px;
}

button.button-default, input.button-default {
    height: 24px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2;
}

a.button-default, a.button-small {
    float: left;
}

.button-default {
    font-size: 11px !important;
    line-height: 1;
    padding: 6px 10px;
}

.button-default.button-action {
    padding-left: 6px;
}

.button-default.button-action img {
    position: relative;
    top: -2px;
}

.button-small {
    background: #cecece url(../img/buttons/button-bg-small.png) no-repeat scroll 0 0;
    font-size: 11px;
    line-height: 1.1;
    padding: 2px 5px 3px 5px;
}

.button-small:hover, .button-small:focus {
    background-position: -1000px 0;
}

.button-small:active {
    background-position: -1500px 0;
}


/* @end */


/* @group EDITOR
======================================== */

.editor-label {
    padding: 9px 0 3px;
}

.editor-label label {
    font-weight: bold;
    cursor: pointer;
}

.editor-field {
}

.editor-field input[type="text"], .editor-field input[type="password"], .editor-field textarea, .editor-field select {
    outline: none;
    width: 207px;
    margin-right: 5px;
}

.editor-field input[type="text"]:focus, .editor-field input[type="password"]:focus {
    /*border: 1px solid #000;*/
}

.editor-field input#subscribe-email {
    width: 78px;
    margin-right: 3px;
}

.editor-field .honeypot, .honeypot {
    display: none;
}

.editor-field-inline-checkbox {
    padding: 9px 0 3px;
}

/* @end */

/* @group Catalog Nav */

#catalog-nav input[type="text"], .editor-field select {
    width: 207px;
    margin-bottom: 2px;
}

/* @end */

/* @group Brand Single */

#brand-single {
    /*border-bottom: 1px solid #ccc;*/
    /*padding: 12px 0;*/
    overflow:visible;
}

#brand-single h2 { 
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0 !important;
    padding-bottom: 2px !important;
    line-height: 11px;
    width: 60%;
}

#brand-single p {
    width: 430px;
}

#brand-single img {
    /*margin: 12px 0 0 0;*/
    float: right;
}

#brand-single img, #logo-wrapper {
    position: relative;
    /*left: -90px;*/
    left:-9%;
    top: 11px;
}

/* @end */

/* @group pager and sortbar */

#product-top-wrapper {
    padding: 12px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.sort-bar {
    padding: 0 0 12px;
    clear: both;
    font-weight: bold;
}

.sort-bar span {
    margin-right: 4px;
}

.sort-bar select {
    margin-right: 15px;
}

.sort-bar label {
    font-weight: normal;
    margin-right: 4px;
}

.sort-bar input[type="radio"] {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.sortbar-brand-category-lists {
    margin-left: 15px;
    display: inline !important;
}

.sortbar-brand-category-lists form {
    display: inline !important;
}

#pager {
    margin: 0px 15px 0px 0px;
    font-weight: normal;
    display: inline;
}

#pager a{
    color: #666;
    margin: 0 0 0 1px;
    text-decoration: none;
    border: 0;
}

#pager .current-page{
    margin-right: 0px;
}

/* @end */

/* @group Products on the front */

.products li {
    padding-bottom: 0px;
}

.products h4 {
    /*display: inline;*/
    margin: 0 4px 0 0 !important;
}

/* @end */

/* @group Products */

.price {
    font-weight: bold;
    margin: 6px 0;
    font-size: 11px !important;
}

.price .sale {
    color: #ff0000;
}

#shop-tools .price {
    margin-bottom: 15px;
}

div#products {
    background: #fff;
    overflow: hidden;
}

div#products h1 {
    color: #222;
    margin: 0 0 20px;
}

div#products h1 span {
    color: #a8a8a8;
}

div#products img {
    background: black;
    vertical-align: middle;
}

div#products ul {
    /*margin: 0 0 0 -20px;*/
}

div#products li {
    display: inline;
    float: left;
    background: #f2f2f2;
}

div#products li h2 {
    font-size: 15px;
    height: 52px;
    font-weight: bold;
}

div#products li h4 {
    font-weight: bold;
}

div#products li a {
    font-weight: bold;
    color: #222;
    text-decoration: none;
}

.product-thumb {
    float: left;
    margin-right: 12px;
}

.product-desc {
    padding: 8px 0 8px 0;
    clear: both;
    height: 52px;
    background: #fff;
    color: #000;
}

.product-desc a {
    color: #000;
    border: 0;
}

.product-meta h2 a {
    display: block;
    border: 0;
}

.product-meta .price {
    margin-top: 12px;
}

.product-meta div {
    font-size: 9px;
}

/* @end */

/* @group Products-details */

#product-info {
    float: right;
}

#product-info h1 {
    height: auto !important;
    margin-top: 3px !important;
    padding-bottom: 0 !important;
}

#product-info select {
    width: 207px;
}

.attention {
    height:33px;
}

#product-browse-and-images {
    float: left;
    padding-top: 3px;
}

#product-browse-and-images ul#browse {
    padding: 0;
    margin: 5px 0 0 0; 
    overflow: hidden;
}

#product-browse-and-images ul#browse li {
    display: inline;
    float: left;
}

#product-browse-and-images ul#browse #next-item {
    float: right;
}

#product-browse-and-images ul#details {
    padding: 0;
    margin: 16px 0 0 0;
    overflow: hidden;
}

#product-browse-and-images ul#details li {
    display: inline;
    margin: 0 7px 0 0;
    padding-bottom: 6px;
    float: left;
}

#size-guide-wrapper {
    border-top: 1px solid #ccc;
    padding-top: 12px;
}

.size-guide {
    font-size: 9px;
    width: 100px;
}

.size-guide thead td {
   font-weight: bold;
}

.size-guide td {
    padding: 0 2px 0 0;
}

#main-image-wrapper {
    width: 653px;
    height: 429px;
    background: #E9E9E9;
}

#main-image-wrapper a {
    position:relative;float:left;
}

#main-image-wrapper a span{
    width: 653px;
    height: 429px;
    position: absolute;
    left: 0px; top: 0px;
    display: none;
    background: transparent url(../img/magnifier.png) no-repeat -2000px 0 !important;
}

#main-image-wrapper a:hover span{ 
    background-position: 600px 15px !important;
    display: block;
}

/*#main-image-wrapper .sale-sticker {
    top:45px; right:15px;
}*/

/*#share-product {
    margin: 12px 0;
    clear: both;
}

#share-product li {
    float: left;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
}

#share-product li a {
    width: 24px;
    height: 24px;
    background: blue;
    overflow: visible;
}

#share-product li a span {
    margin-left: -2000px;
}

#share-product #panel1b a {background: transparent url(../img/share-product.png) 0 0 no-repeat;}
#share-product #panel2b {background: transparent url(../img/share-product.png) -22px 0 no-repeat;}
#share-product #panel3b {background: transparent url(../img/share-product.png) -44px 0px no-repeat;}
#share-product #panel4b {background: transparent url(../img/share-product.png) -60px 0px no-repeat;}
*/

#product-top-wrapper #logo-wrapper a{
    float: right;
    display: block;
}

/* @end */

/* @group share-product */

#share-product {
    clear: both;
    height: 24px;
    background-color: #fff; 
    margin-left: -3px;
}

#share-product ul {
    margin: 5px 0 0 !important;
}

#share-product li {
    float: left;
    display: inline;
    margin: 0; 
    width: 24px;
    height: 24px;
}

#share-product li#panel-faceBook {
    background: transparent url(../img/share-product.png) 0 0 no-repeat;
}

#share-product li#panel-twitter {
    background: transparent url(../img/share-product.png) -22px 0 no-repeat;
}

#share-product li#panel-email {
    background: transparent url(../img/share-product.png) -44px 0 no-repeat;
}

#share-product li#panel-print {
    background: transparent url(../img/share-product.png) -66px 0 no-repeat;
}

#share-product li#panel-shareplus {
    background: transparent url(../img/addthis.png) 0px 2px no-repeat;
}

#share-product li#panel-shareplus a {
    width: 11px !important;
}

#share-product a:link, #share-product a:visited, #share-product ul a:active {
    text-decoration: none;
    color: #333;
    font-size: 11px;
    float: left;
    /*padding: 8px 0 5px 12px;*/
    border: 0;
}

#share-product ul a:hover, #share-product ul a:focus, #share-product ul a.selected {
    color: #333;
    text-decoration: none;
}

#share-product ul a:active {
}

#share-product ul li a span {
    visibility: hidden;
}

/* @end */

/* @group Checkout */

.ui-accordion .ui-accordion-header {
    margin: 0px 0 7px 0;
}

.ui-accordion .ui-accordion-header a {
    background: #ccc;
    color: #000;
}

.ui-accordion .ui-accordion-content {
    border: 0px;
    padding: 10px 0 !important;
}

.ui-state-hover {
    border: 1px solid #D3D3D3 !important;
}

#summary-table {
    width: 100%;
}

#summary-table td {
    padding: 8px 15px 15px 0 !important;
}

#summary-table td.narrower {
    width: 20%;
}

#Order_MessageFromUser {
    width: 350px;
}

/* grid */
.checkout-cart {
    border-collapse: collapse;
    margin: 0px;
    text-align: left;
    width: 100%;
}

.checkout-cart th {
    font-weight: normal;
    padding: 10px 8px;
}

.checkout-cart td {
    padding: 8px 15px 15px 8px !important;
}

.checkout-cart .odd {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #E8EDFF none repeat scroll 0 0;
}

.tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}

.checkout-summary li {
    margin: 4px 0;
}

#invoice-info {
    margin-top: 21px;
}

#invoice-info h3 {
    font-weight: bold;
    line-height: 13px;
    margin-bottom: 2px;
    color: #000;
    font-size: 11px;
}

#invoice-info #img-klarna-faktura {
    margin-bottom: 13px;
}

/* @end */

.inline {
    display:inline;
}

.debug {
    position: relative;
    top: -100px;
    overflow: hidden;
    display: inline;
}

.hidden-preload {
    display: none;
}
    
/* auto generated error labels*/

#async_load_div {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 24px;
    width: 24px;
    padding: 3px;
    margin-top: -12px;
    margin-left: -12px;
    cursor: pointer;
    overflow: hidden;
    background: #181818;
    z-index: 1104;
    display: none;
    border: 1px solid #999;
    text-shadow: #fff 0 1px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

* html #async_load_div {	/* IE6 */
    position: absolute;
    margin-top: 0;
}

body#under-construction {
    height: 300px !important;
    background-color: #fff;
}

body#under-construction container, body#under-construction content {
    height: 300px !important;
}

body#under-construction, body#under-construction a {
    color: #fff;
}

body#under-construction #intro {
    text-align: center;
    padding-right: 50px;
}

body#under-construction #intro a#blog, body#under-construction #intro a#facebook {
    position: relative;
    top: -50px;
    display: block;
    width: 300px;
    height: 25px;
    margin: 0 auto;
}

body#under-construction #intro a#facebook {
    top: -45px;
}
