/* ==== CSS SETTINGS ==== */


/* ================ Layout CSS begin ================ */
/* ==== Stage setting ==== */
body {
  background: url("/layouts/sbwhite/body-x.png") repeat-x left top #333;
  color: #999;
}

a, body, button, input, select, textarea {
    color:#444;
    font-family:Helvetica, Arial, serif;
    font-size:12px; 
}

#total-container {
  background: url("/layouts/sbwhite/totalcontainer-y.png") repeat-y 0 50%;
}

#top-menu-container,
#total-container,
#footer-container {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  width: 996px;
}

#content-container { 
  background: #ccc; 
  display: block; 
  float: left;
}


/* ==== Common settings ==== */

a:link, a:visited, a:active { 
  color: #f60; 
  text-decoration: none;
}

a:focus, a:hover { 
  color: #09f; 
  text-decoration: none;
}

img {
  border: 0;
}
/* == Box model == */
body,
#page-header,
#top-menu,
#category-tree,
#content-container,
#information-container,
#contact-container {
  margin: 0;
  padding: 0;
  border: 0 none;
}
#page-header,
#category-tree,
#content-container,
#information-container,
#contact-container {
  width: 990px;
  margin: 0 3px;
}
body {padding: 20px;}

#information, 
#contact { 
  margin: 0 auto;
}

.clear {
  clear:both;
}

.section {
  float:left;
  clear:both;
  width:100%;
  margin-bottom:10px;
}

.half-section {
  float:left;
  margin-right:15px;
  width:350px;
}

.section.blogg {
  padding-bottom:15px;
  border-bottom:1px solid #aaa;
}

/* == Fonts == */
body {
  font-family: arial, helvetica, sans-serif;
}
.content {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: arial, helvetica, sans-serif;
}
/* ==== Header and footer (including menus) ==== */
#page-header {
  height: 150px;
  display: inline-block;
  background: #000 url("/layouts/sbwhite/header-bg.png");
}
#footer {
  background: url("/layouts/sbwhite/footer.png") no-repeat 50% 0;
  color: #fff;
  float: left;
}
#store-logo {
  float: left;
  margin: 30px;
}
/* == Header == */
#header-container {
  height: 183px;
}
#header-right {
  background: url("/layouts/sbwhite/header-right.png") no-repeat 100% 0;
  width: 412px;
  height: 100%;
  float: right;
}
/* == Footer == */
#footer-container a:link,
#footer-container a:visited,
#footer-container a:active {
  color: #ddd;
  text-decoration: underline;
}
#footer-container a:focus,
#footer-container a:hover {
  color: #ccc;
  text-decoration: none;
}
#footer-container {
  margin-top: -10px;
}
#footer {
  padding: 25px 0;
  height: 110px;
}
#content-container > * {
  margin-bottom: 15px;
}



/* Topmenu */

#top-menu-container {
  background: url("/layouts/sbwhite/topmenu.png");
}

#top-menu-container ul {
  list-style-type:none;
}

#top-menu-container li {
  float:left;
  margin-top:4px;
}

#top-menu-container li:first-child {
  padding-left:15px;
}

#top-menu-container a {
  display:block;
  padding:0 5px;
  line-height:31px;
  color:#fff;
}

#top-menu-container a:hover {
  color:#f60;
}

/*  Top Categories */

#category-tree {
  background: url("/layouts/sbwhite/categories-bg.png") #000 repeat-x;
  float:left;
  width:990px;
  clear:both;
}

#category-tree ul {
  margin:0;
  list-style-type:none;

}

ul.cl_1 {
  background: url("/layouts/sbwhite/subcategories-bg.png") repeat transparent;
  left: 0;
  margin: 0;
  padding: 12px;
  position: absolute;
  top: 29px;
}


ul#ul_0 {
  float:left;
  width:990px;
  padding:0;
}

#ul_0 li.cl_1:first-child {
  background: url("/layouts/sbwhite/category-header.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  color: #FFFFFF;
  line-height: 35px;
  margin-right: 13px;
  margin-top: -1px;
  text-align: center;
  width: 135px;
  margin-bottom:-1px;
}

#category-tree li {
  display:block;
}

#category-tree li.cl_1 {
  float:left;
}

#category-tree a {
  display:block;
}

#category-tree a:hover {
  color:#f60;
}

a.cl_folded {
  color:#fff;
}

a.cl_unfolded {
  color:#f60;
}

a.cl_1 {
  padding:0 5px;
  line-height:33px;
}

ul.cl_1 a {
  padding:0 10px;
  line-height:22px;
}

ul.cl_0 li {
  position:relative;
  z-index:99;
}

li.cl_1 ul {
  left:160px;
  top:0;
  position: absolute;
  background: url("/layouts/sbwhite/subcategories-bg.png") repeat transparent;
  padding: 0 0 5px;
  width:160px;
  z-index:999;
}

ul.cl_2 {
  position: absolute;
  left:100%;
  background:#060;
  padding: 5px;
  margin-top: -21px;
  margin-left: -10px
}

li.cl_1 ul.cl_1 {
  top:29px;
  left:0;
}


li.cl_3 {
  position: relative;
  list-style: none outside none;
  z-index: 200;
}
li.has_subcategories ul {
  display: none;
}

li.cl_3 {
  position: relative;
  list-style: none outside none;
  z-index: 200;
}
li.has_subcategories ul {
  display: none;
}

li.cl_1:hover ul.cl_1 {
  display:block !important;
}
li.cl_2:hover ul.cl_2 {
  display:block;
}
li.cl_3:hover ul.cl_3 {
  display:block;
}
li.cl_4:hover ul.cl_4 {
  display:block;
}
li.cl_5:hover ul.cl_5 {
  display:block;
}
li.cl_6.has_subcategoriers:hover ul.cl_6 {
  display:block;
}

/* Information menu */

#information  {
  width:990px;
  float:left;
}

ul#information {
  list-style-type:none;
  padding:0;
  text-align:center;
}

#information li {
  display:inline-block;
}

#information a {
  display:block;
  padding:0 5px;
  line-height:31px;
  color:#fff;
  text-align:center;
}

#footer-container #information a {
  text-decoration:none;
}

#information a:hover {
  color:#f60;
}


/* == Contact information == */
.vcard {
  padding: 10px;
  font-size: 12px;
  text-align: center;
}
.vcard div {
  display: inline; /* One row */
  /* display: block; / Two rows */
  text-align: center;
  width: 100%;
}
#contact-container .vcard div > span,
#contact-container address span {
  margin: 5px;
}
.fn, .org {
  font-weight: bold;
}
address {
  display: inline;
}
.type {
  display: none;
}
.vcard label {
  font-weight: bold;
}
/* == Search == */

#search-box {
  behavior: url("/javascript/PIE-1/PIE.htc");
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background:url("/layouts/sbwhite/graphics.png") no-repeat -121px -146px white;
  border:1px solid #666;
  float: right;
  width: 138px;
  margin:8px 10px 0 10px;
  padding:3px 5px 2px 20px;
  position: relative;
  z-index: 10;
}
/* == Logotypes == */

#logotypes {
  float: right;
  padding: 5px;
  text-align: right;
}

#header-right #logotypes {
  clear:both;
  width:240px;
}

#logotypes span {
  background: url("/layouts/sbwhite/logotypes.png") no-repeat;
  display: inline;
  display: inline-block;
  height: 32px;
  margin: 0 2px;
  display:none;
}
span#amex {
  background-position: 0 -77px;
  width: 24px;
}
span#auriga {
  background-position: 0 -559px;
  width: 84px;
}
span#bring {
  background-position: 0 -717px;
  width: 75px;
}
span#dhl {
  background-position: 0 -593px;
  width: 82px;
}
span#dibs {
  background-position: 0 -400px;
  width: 54px;
}
span#fedex {
  background-position: 0 -874px;
  width: 55px;
}
span#klarna-faktura {
  background-position: 0 -678px;
  width: 78px;
}
span#klarna-konto {
  background-position: 0 -638px;
  width: 78px;
}
span#maestro {
  background-position: 0 -277px;
  width: 40px;
}
span#mastercard {
  background-position: 0 -37px;
  width: 40px;
}
span#paypal {
  background-position: 0 -114px;
  width: 72px;
}
span#posten {
  background-position: 0 -199px;
  width: 30px;
}
span#safesale {
  background-position: 0 -317px;
  width: 78px;
}
span#schenker {
  background-position: 0 -434px;
  width: 107px;
}
span#mastercard-secure-code {
  background-position: 0 -836px;
  width: 61px;
}
span#sweawebpay-delbetala {
  background-position: 0 -515px;
  width: 89px;
}
span#sweawebpay-faktura {
  background-position: 0 -479px;
  width: 74px;
}
span#trygg-ehandel {
  background-position: 0 -360px;
  width: 32px;
}
#TEH_LOGOTYPE {
  height:100%;
  width: 100%;
}
span#ups {
  background-position: 0 -759px;
  width: 25px;
}
span#verified-by-visa {
  background-position: 0 -797px;
  width: 55px;
}
span#visa {
  background-position: 0 3px;
  width: 38px;
}
span#visa-electron {
  background-position: 0 -157px;
  width: 39px;
}
/* ==== Content ==== */
#content {
  border-radius:8px;
  -moz-border-radius: 8px;
  background: #fff;
  border: 1px solid #666;
  color: #333;
  float: left;
  margin: 10px;
  width: 740px;
  padding:10px
}

/* == Product page == */

#product-price {
  float: right;
  font-size: 24px;
  color: #f60;
  margin: 5px;
}

.buy_button {
  border: 0 none;
  color: #FFFFFF;
  float: right;
  font-size: 20px;
  height: 41px;
  margin: 5px;
  padding: 5px;
  width: 188px;
}

#quantity {
  border: 0 none;
  font-size: 12px;
  height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 45px;
}

.product-option-container {
  background: #EEE;
  border-color: #CCC;
  border-style: solid none;
  border-width: 2px;
  margin: 5px 0;
  padding: 5px 5px;
  height:19px;
}

.product-option {
  float:right;
}

#stock-count-container,
#quantity-container {
  margin: 5px;
  float: left;
}

.stock_count {
  color: #f60;
}

#stock-status {
  color: #f60;
  margin: 5px;
  text-transform: uppercase;
}

#klarna-text {
  padding: 10px 5px;
}

#aprod {
  clear: left;
  width: 760px;
}

.aprodu-slot {
  border: 1px solid #999; 
}

.buy_button { 
  background: url("/layouts/sbwhite/buy.png") no-repeat; 
}

.buy_button.hover, .buy_button:hover {
  background: url("/layouts/sbwhite/buy-hover.png") no-repeat; 
}

.buy_button[disabled], .buy_button[disabled="disabled"] {
  background:none;
  color:#ccc
}

#quantity { 
  background: url("/layouts/sbwhite/quantity.png") no-repeat; 
}

#alert {
  background: #fff;
  border: 1px dashed #333;
  height: 30px;
  display: none;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 120px;
  font-size: 12px;
}
#purchase-container,
#product-options {
  clear: both;
}
#product-description {
  display: inline-block;
  font-size: 12px;
  width: 336px;
}

#product-description > * {
  padding: 5px;
}

#standard-price {
  float: right;
  margin: 10px;
  text-decoration: line-through;
}

#stock-count-container {
  padding: 5px 0;
}

#aprod h3 { 
  margin: 9px; 
}

.addthis_toolbox { 
  margin:10px 0; 
}

#at20mc * { 
  color:#444; 
}

#product-options optgroup {
    color: #ccc;
    font-style: normal;
    font-weight: normal;
    padding-left: 3px;
}
#product-top-container {
  margin: 9px;
}

#content h1 {
  display: inline;
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
}

#extra-info {
  color: #f60;
  font-size: 12px;
  font-style: italic;
  float: right;
  margin-top:12px;
}

/* Product images */

#product-image-container {
  float: left;
  margin-left: 10px;
  text-align: center;
  width: 390px;
  min-height:200px;
}

#main-product-image {
  display: block;
}

/* Buy area */

#buy_area {
  border: 1px solid #333333;
  border-radius: 8px 8px 8px 8px;
  display: inline-block;
  margin: 9px;
  padding: 10px;
  width: 299px;
}

#buy_area label {
  font-weight:bold;
  min-width:65px
}


/* == Product slots == */

#subcategory {
  float:left;
  width:100%;
}

.category-pager {
  float:left;
  width:740px;
  margin:10px 0;
}



.category-showing {
  float:left;
  width:300px;
  text-align:left;
  font-weight:bold;
}

.pager {
  float:right;
  text-align:right;
  width:400px;
}

.pager a {
   display:inline !important;
  padding:3px;
}




#subcategory-header {
 float:left;
  width:100%;
  clear:both;
  font-weight:bold;
  margin:10px 0 0 0
}

.category-product-slot,
.subcategory-slot,
.aprod-slot {
  border-radius:8px;
  border: 1px solid #666666;
  border-radius: 8px 8px 8px 8px;
  display: inline;
  float: left;
  margin: 10px 20px 10px 0;
  padding: 10px;
  width: 211px;
}

.category-product-slot.third,
.subcategory-slot.third,
.aprod-slot.third {
  margin-right:0;
}

.category-product-price,
.aprod-price {
  float: right;
  font-size: 13px;
  color: #f60;
  margin: 5px;
  font-weight:bold;
}

#category-products a:link,
#category-products a:visited,
#subcategory a:link,
#subcategory a:visited,
#aprod a:link,
#aprod a:visited {
  color: #333;
  display:block;
  font-weight:bold;
}


#category-products a:active,
#category-products a:focus,
#category-products a:hover,
#subcategory a:active,
#subcategory a:focus,
#subcategory a:hover,
#aprod a:active,
#aprod a:focus,
#aprod a:hover {
  color:#f60;
}
.category-product-slot:hover a,
.subcategory-name:hover a,
.aprod-name:hover a {
  color:#f60;
}

.category-product-name,
.subcategory-name,
.aprod-name {
  font-size: 14px;
  text-transform: uppercase;
  margin: 5px;
}
.category-product-extra,
.aprod-extra {
  font-size: 12px;
  font-style: italic;
  margin: 5px;
  float: left;
}
.category-product-image,
.subcategory-image,
.aprod-img {
  display: block;
  margin: 10px auto;
}
.category-product-image-container,
.subcategory-image-container,
.aprod-img-c {
  height: 180px;
  width:210px;
}

.category-product-image-container a,
.subcategory-image-container a,
.aprod-img-c a {
  display:table-cell !important;
  vertical-align:middle;
  text-align:center;
  width:210px;
  height:180px;
}

.category-product-image.hover,
.subcategory-image.hover,
.aprod-img.hover {
  opacity: 0.9;
}

/* == BEGIN TODO = */
#shoppingcart_shoppingcart {
 background: url("/layouts/sbwhite/cart-bg.png") repeat scroll 0 0 transparent;
 color: #FFFFFF;
 font-size: 12px;
 font-weight: bold;
 height: 23px;
 padding-left: 65px;
 padding-top: 9px;
 width: 175px;
 margin: 5px 5px 0 0;
 float: right;
}


#shoppingcart_shoppingcart a,
#shoppingcart_shoppingcart a:link,
#shoppingcart_shoppingcart a:visited {
  color: #fff;
  float:right;
  margin-left:10px;
  margin-right:10px;
  
}

#shoppingcart_shoppingcart a:hover {
  color: #f60;
}

/* Right column */

.puff {
  margin-bottom:15px;
  color: #fff;
  float: right;
  width: 202px;
}

.puff-container {
  float: right;
  width: 202px;
  margin-top:5px;
}

.puff h3 {
  background: url("/layouts/sbwhite/puff-sprite-map.png") 0 0 no-repeat transparent;
  padding:10px 15px;
  width:172px;
  float:left;
  color:#f60;
  margin:0;
}

.puff-text {
  background: url("/layouts/sbwhite/puff-sprite-map.png") -199px 0 repeat-y transparent;
  width:172px;
  padding:0 15px;
  float:left;
  clear:both;
}

.puff a {
  background: url("/layouts/sbwhite/puff-sprite-map.png") -401px bottom no-repeat transparent;
  width:172px;
  color:#fff;
  float:left;
  padding:10px 15px;
  text-align:right;
}

.puff .puff-text a {
  display:inline;
  float:none;
  text-align:left;
  padding:0;
  width:auto;
  background:transparent;
}

.puff a:hover {
  color:#f60;
}

.sale, #product-price.sale {
    color: #f00;
}
.old-price {
  text-decoration: line-through;
  font-size: 75%;
  color:#666;
}

/* Contact */

#contact-form-innercontainer {
  float:right;
  width:320px;
  padding:5px 10px;
  background: #eee;
  border:1px solid #ccc;
}

#contact_form {
  float:left;
  clear:both;
  width:100%;
}

#contact_form label {
  font-weight:bold;
  float:left;
  clear:both;
  padding:10px 0 5px;
}

#contact_form input[type=text], 
#contact_form textarea {
  width:314px;
  float:left;
  clear:both;
}

#send_message { 
  background: url("/layouts/sbwhite/buy.png") no-repeat;
  width:185px;
  height:40px;
  line-height:40px;
  margin-top:10px;
  float:right;
  clear:both;
  color:#fff;
  font-weight:bold;
  border:none;
}

#send_message:hover {
  background: url("/layouts/sbwhite/buy-hover.png") no-repeat; 
}

#send_message[disabled], #send_message[disabled="disabled"] {
  background:none;
  color:#ccc
}

/* Checkout */

.checkout_content td {
  padding: 10px 5px;
}

.checkout_content tr:hover {
  background:#f3f3f3;
}

.checkout_content input[type="text"], 
.checkout_content input[type="password"] {
  height:16px;
}

#confirm-order {
  height:44px;
}

#checkout_details td {
  padding-top:3px; 
  padding-bottom:3px;
}

#checkout_details tr:hover {
  background:transparent;
}

#shoppingcart_customerdetails input[type="text"] {
  width:auto;
}

.checkout_content ul { 
  list-style-type:none; 
}

#checkout_details {
  width:675px; 
  margin:0 auto; 
  padding:10px;
}

#checkout_details label {
  display:block; 
  width:100%;
}

#checkout_details label.error {
  display:inline;
}

#checkout_details {}

#checkout_details label span.mandatory {
  color:red;
}

.details-container {
  float:left; 
  width:200px; 
  margin-right:25px; 
  margin-bottom:10px; 
  white-space:nowrap;
}

#checkout_details .finish_order_txt label {
  display:inline;
}

#shoppingcart_customerdetails .details-container input[type="text"],
#shoppingcart_customerdetails .details-container textarea,
#shoppingcart_customerdetails .details-container select {
  width:100%;
}

#shoppingcart_customerdetails input[type="checkbox"] {
  float:left; 
}

#shoppingcart_customerdetails table {
  width:665px;
}


.checkout_content td.final:first-child {padding-left:0;}

.stock-ok {
  background:url(/layouts/sbwhite/stock-ok.png) 0 0 no-repeat transparent;
  width:18px;
  height:18px;
  float:right;
}

.stock-error {
  background:url(/layouts/sbwhite/stock-error.png) 0 0 no-repeat transparent;
  width:18px;
  height:18px;
  float:right;
}


h3.checkout_heading {
  float:left;
  clear:both;
  width:100%;
  margin-bottom:10px;
}

.checkout_slot {
  background: #f8f8f8;
  border:1px solid #eee;
  margin-bottom:20px;
}

.checkout_slot.section {
  width:718px;
  padding:5px 10px;
}

.checkout_slot .sum, 
.checkout_slot .product-line td.a_pris,
.checkout_slot .product-line td.summa, 
.checkout_slot .leveranssatt_summa,
.checkout_slot .betalningssatt_summa,
.checkout_slot .totalsum {
  color:#f60;
}

.checkout_slot span.totalsum {
  font-size:20px;
}

.checkout_slot table {
  width:100%;
}


#confirm-order {
  background: url("/layouts/sbwhite/buy.png") no-repeat;
  width:185px;
  height:40px;
  line-height:40px;
  margin-top:10px;
  float:right;
  clear:both;
  color:#fff;
  font-weight:bold;
  border:none;
}

#confirm-order:hover {
  background: url("/layouts/sbwhite/buy-hover.png") no-repeat; 
}

#confirm-order[disabled], #confirm-order[disabled="disabled"] {
  background:none;
  color:#ccc
}

.delete {
    background:url("/layouts/sbwhite/graphics.png") no-repeat -103px -54px;
    cursor:pointer;
    height:12px;
    float:right;
    width:11px; }

.plus {
    background:url("/layouts/sbwhite/graphics.png") no-repeat -150px -54px;
    cursor:pointer;
    height:12px;
    float:right;
    margin:0 7px;
    width:12px; }

.minus {
    background:url("/layouts/sbwhite/graphics.png") no-repeat -198px -54px;
    cursor:pointer;
    height:12px;
    float:right;
    width:12px; }

.delete:hover { background:url("/layouts/sbwhite/graphics.png") no-repeat -127px -54px; }
.plus:hover { background:url("/layouts/sbwhite/graphics.png") no-repeat -174px -54px; }
.minus:hover { background:url("/layouts/sbwhite/graphics.png") no-repeat -222px -54px; }

/* CUSTOMER DETAILS SPECIAL APPEARANCE */

#invoice_address1-container {
  width:425px;
}
#invoice_zipcode-container {
  clear:left;
}

#misc-container {
  float:right; 
  margin-bottom:13px;
}

#company-container {
  clear:both;
}

#ctl_fetch_user_data {
  margin-top:7px;
} 

#fetch_user_data_error {
  float:left; 
  width:85%; 
  display:none; 
  margin-bottom:10px; 
  color:red;
}

/* DELIVERY ADDRESS */


#shippingcontrol h3 {
  clear:both;
  float:left;
  margin-right:15px;
  color:#444; 
  font-size:13px;
  
}
#shipping-button {
  float:left;
  width:400px;
  margin-top:13px;
}

#shipping-button label {
  font-weight: bold;
  line-height: 18px;
  padding-left: 27px;
}

#shippingaddress {
  clear:both;
}

#delivery_first_name-container, 
#delivery_address1-container {
  clear:both;
}


.details-container.hidden {
  display:none;
}

#email-container {
  clear:left;
}

#phone_number-container.ssnr {
  clear:left;
}
#enforced-delivery-adress {
  float:right;
  width:200px;
  height:100px;
  margin-left:10px;
  clear:left;
}

#enforced-delivery-adress label {
  margin-bottom:10px;
  font-weight:bold; 
}

/* ================ Layout CSS end ================ */



#slide {
  float:left;
  width:740px;
  padding:0;
  clear:both;
  list-style-type:none;
  margin:0;
}




#logotypes #visa {display:inline-block;}
#logotypes #mastercard {display:inline-block;}
#logotypes #amex {display:inline-block;}
#logotypes #klarna-faktura {display:inline-block;}

