a img {
  border:none;
}

a:link, a:visited {
  color:#000000;
  text-decoration:underline;
}

a:hover, a:active {
  color:#ff0000;
  text-decoration:underline;
}

form {
  margin:0;
  padding:0;
}

h1 {
  clear:both;
  font-size:20px;
  font-weight:normal;
  margin:0 0 8px 0;
  padding:0;
}

h2 {
  font-size:14px;
  font-weight:bold;
  margin:0;
  padding:0;
}

h2.inverted {
  font-size:20px;
  font-weight:normal;
  margin:0 0 8px 0;
  padding:0.1em 0.3em;
  color:#ffffff;
  background-color:#000000;
}

h3, h4 {
  font-weight:bold;
  font-size:12px;
  margin:0;
  padding:0;
}

p {
  margin:0;
  padding:0;
}

p.bold, span.bold {
  font-weight:bold;
}

p.errorMessage {
  font-weight:bold;
  color:#ff0000;
}

.selectList {
  padding:1px;
  border:1px solid #999999;
}

.textBox {
  padding:2px 3px;
  border:1px solid #999999;
}

.textBox.error {
  padding:1px 2px;
  border:2px solid #ff0000;
}

.textBox.amount {
  text-align:right;
  width:20px;
}

.textBox.largeAmount {
  text-align:right;
  width:50px;
}

.textBox.medium {
  width:150px;
}

.textBox.wide {
  width:300px;
}

.clear {
  clear:both;
  height:0;
}


/* layout */

#outer {
  padding:0 13px;
  position:relative;
  width:887px;
}

#mainArea {
  width:100%;
  float:left;
  margin:15px 0 30px 0;
}


/* top menu */

#topMenu {
  min-height:28px;
}

#topMenu ul {
  float:left;
  margin:0 0 0 15px;
  padding:7px 0 0;
  list-style-type:none;
}

#topMenu ul li {
  float:left;
  margin:0 0 0 14px;
  padding:0;
}

#topMenu ul li.first {
  margin:0;
}

#topMenu ul a:link, #topMenu ul a:visited {
  color:black;
  text-decoration:underline;
}

#topMenu ul a:hover, #topMenu ul a:active {
  color:black;
  text-decoration:underline;
}


#topMenu #customerMenu {
  float:right;
  margin:0 21px 0 0;
}

/* header */

#header {
  position:relative;
  height:81px;
  color:white;
  background-color:black;
}

#logo {
  float:left;
  display:block;
}

#slogan {
  float:left;
  font-size:25px;
  margin-left:40px;
}

#slogan span {
  font-size:1.3em;
  color:#ff0099;
  line-height:81px;
}

/* inline cart */

#cart {
  position:relative;
  float:right;
  width:279px;
  height:61px;
  margin:10px 0 10px 21px;
  padding:0 21px;
  border-left:1px solid white;
}

#cart .selectList {
  font-size:10px;
  width:100%;
  margin-top:3px;
}

#cartInfo {
  width:279px;
  position:absolute;
  left:21px;
  bottom:0;
}

#cart a:link, #cart a:visited, #cart a:hover, #cart a:active {
  color:#ffffff;
  text-decoration:underline;
}

#cart .vatSelector {
  position:absolute;
  top:0;
  right:21px;
  font-size:0.95em;
}

#cart .vatSelector input {
  margin:0 3px 0 1em;
  vertical-align:middle;
}


/* quickmenu */

#quickMenu {
  margin:4px 0 0;
  padding:0;
  color:#ffffff;
  font-size:17px;
  background:#000000;
}

#quickMenu ul {
  float:left;
  margin:0;
  padding:0 5px;
  list-style-type:none;
  background:#000000;
}

#quickMenu li {
  float:left;
  margin:0;
  padding:0 10px 0 0;
}

#quickMenu .text {
  display:block;
  padding:0 12px;
  line-height:48px;
}

#quickMenu a:link, #quickMenu a:visited,
#quickMenu a:hover, #quickMenu a:active {
  color:#ffffff;
  text-decoration:none;
}



/* footer */

#footer {
  clear:both;
  height:36px;
  border-top:3px solid black;
  padding:6px 0 0 0;
}

#footer img.logo {
  display:block;
  float:left;
  margin-right:6px;
}


/* content */
#content {
  float:right;
  width:700px;
}

/* left column */
#leftColumn {
  position:relative;
  float:left;
  width:155px;
  margin:0 17px 0 0;
}

#leftColumn h2 {
  font-size:20px;
  font-weight:normal;
  margin:0 0 8px 0;
  padding:0;
}

#products {
  min-height:150px;
  margin-left:15px;
}

#brandSelector {
  margin-top:15px;
}

#brandSelector ul {
  height:10em;
  padding:3px 5px;
  border:1px solid #cccccc;
  margin:0;
  overflow-y:scroll;
  list-style-type:none;
}

#brandSelector li {
  padding:0.1em 0;
  margin:0;
}

#brandSelector a {
  display:block;
}

#brandSelector a:link, #brandSelector a:visited,
#brandSelector a:hover, #brandSelector a:active {
  text-decoration:none;
}

#shopSearch {
  margin-top:15px;
}

.shopSearchField {
  width:130px;
}

#quickLinks {
  margin:20px 0 0 0;
}

#quickLinks a {
  display:block;
  margin-top:3px;
}

#cardLogos {
  margin-top:12px;
  width:170px;
  text-align:center;
}


/* start page */

.startPageMain {
  padding-top:24px;
  clear:both;
  margin-bottom:17px;
}

.startPageLeft {
  float:left;
  width:342px;
  margin-bottom:25px;
}
.startPageRight {
  float:right;
  width:342px;
  margin-bottom:25px;
}

.featuredProducts {
  clear:both;
}

.featuredProducts h2 {
  padding:0 35px;
  font-weight:bold;
  background:url("/images/2px_black.png") repeat-x center;
}

.featuredProducts h2 span {
  padding:0 10px;
  background:#ffffff;
}

.featuredProducts table {
  border:0;
  border-spacing:0;
  margin-top:5px;
}

.featuredProduct {
  width:134px;
  padding:0 20px 25px;
}

.featuredProduct a {
  display:block;
  width:100%;
}

.featuredProduct a img {
  display:block;
  margin:0 auto;
}

.featuredProduct p {
  width:100%;
  text-align:center;
  margin-top:2px;
}

.featuredProduct div {
  width:100%;
  text-align:center;
  font-size:10px;
}

.featuredProduct .discount {
  color:#ff0000;
}

.featuredProduct a:link, .featuredProduct a:visited,
.featuredProduct a:hover, .featuredProduct a:active {
  color:#000000;
  text-decoration:none;
}


/* category view */

.categoryInfo {
  margin:40px 0 44px;
}

.categoryInfo .description {
  float:left;
  width:350px;
  padding-top:22px;
  margin-left:40px;
}

.categoryInfo .infoText {
  font-size:1.2em;
}

.categoryInfo .categoryRight {
  float:right;
  width:290px;
  padding-top:50px;
}

.categoryInfo .miniGallery {
  float:right;
  width:200px;
  margin-right:60px;
}

.miniGallery .imageContainer {
  position:relative;
  width:160px;
}

.miniGallery .slide {
  position:absolute;
  width:100%;
  height:100%;
  bottom:0;
  background:#ffffff;
  text-align:center;
}

.miniGallery .slide img {
  position:absolute;
  bottom:0;
  left:50%;
}

.itemList {
  float:left;
  width:696px;
  padding:0 2px;
}

.itemRow {
  float:left;
}

.itemList td {
  width:134px;
  padding:16px 20px;
  position:relative;
}

.itemList .imageLink {
  display:block;
  width:100%;
  margin-bottom:7px;
}

.itemList .image {
  display:block;
  margin:0 auto;
}

.itemList a.textLink {
  display:block;
  height:2.4em;
  margin-bottom:0.1em;
  font-size:0.95em;
  line-height:1.2em;
  text-align:center;
}

.itemList a.textLink:link, .itemList a.textLink:visited,
.itemList a.textLink:hover, .itemList a.textLink:active {
  color:#000000;
  text-decoration:none;
}

.itemList .outOfStock {
  display:block;
  width:134px;
  height:17px;
  background:url(/images/out_of_stock.png) no-repeat top left;
}

.itemList .title {
  padding-top:5px;
  text-align:center;
  height:3em;
  clear:both;
}

.itemList .title a:link, .itemList .title a:visited, .itemList .title a:hover, .itemList .title a:active {
  color:#000000;
  text-decoration:none;
}

.infoButton {
  display:block;
  float:left;
  margin-right:8px;
}

.price {
  font-weight:bold;
}

.itemList .discount {
  color:#ff0000;
}

.itemList .price {
  padding-top:7px;
  font-size:14px;
}

.itemList .price span {
  font-size:12px;
}

.itemList div.regPrice, .itemList div.modelDiscount, .itemList div.blank {
  font-size:10px;
}

.itemList div.modelDiscount {
  color:#ff0000;
}

.catName {
  padding-top:0.4em;
  font-size:1.2em;
  font-weight:bold;
  text-align:center;
}

.catName a:link, .catName a:visited,
.catName a:hover, .catName a:active {
  text-decoration:none;
}


/* product view */
.productDescription {
  float:left;
  width:340px;
  margin:30px 0 0 30px;
}

.productImages {
  float:right;
  width:322px;
  margin:30px 0 0 8px;
}

#imageBox .text {
  clear:both;
  text-align:center;
  font-size:0.90em;
}

.productImages #image {
  float:right;
}

.patternImages {
  width:340px;
  margin:20px 0 -20px 30px;
  float:left;
}

.patternImages .pattern {
  cursor:pointer;
  position:relative;
  float:left;
  margin:0 20px 20px 0;
}

.brandLogo {
  margin-top:15px;
  float:left;
  width:100%;
}

.brandLogo a, .brandLogo img {
  display:block;
  float:right;
}


.productData {
  float:left;
  min-width:340px;
  margin:20px 0 40px 30px;
}

.productDataTable {
  float:left;
  background-color:#eeeeee;
  border:8px solid #eeeeee;
}

.productDataTable.expanded {
  border:none;
  background-color:transparent;
}

.productDataTable th {
  padding:2px;
  text-align:left;
  white-space:nowrap;
}

.productDataTable.expanded th {
  padding:2px 2px 2px 8px;
  text-align:left;
  white-space:nowrap;
}

.productDataTable td {
  padding:2px 2px 2px 8px;
  line-height:20px;
}

.productDataTable span.offer {
  font-size:14px;
  font-weight:bold;
  color:#ff0000;
}

.productDataTable span.price {
  font-size:14px;
  font-weight:bold;
}

.productDataTable span.basePrice {
  font-size:12px;
}

.productDataTable td.price {
  text-align:right;
}

.productDataTable.expanded tr.row1 {
  background-color:#eeeeee;
}

.productDataTable.expanded tr.row2 {
  background-color:#ffffff;
}

.relatedProducts {
  clear:both;
  margin:20px 0 0 22px;
}


/* page */

.pageMain {
  float:left;
  width:370px;
}

.pageRightCol {
  float:right;
  width:282px;
  margin-right:20px;
}

/* brand list */

.brandList {
  float:left;
  width:750px;
  margin-left:-50px;
}

.brandInfo {
  float:left;
  display:block;
  position:relative;
  height:100px;
  width:200px;
  margin:25px 0 0 50px;
  text-align:center;
}

.brandLink {
  margin:5px 0 10px;
}


/* shopping cart */

.cartTable {
  border-spacing:0;
  width:100%;
}

.cartTable th, .cartTable td {
  padding:2px 5px 2px 5px;
  border:none;
}

.cartTable .rightAlign {
  text-align:right;
}

.cartTable th {
  text-align:left;
}

.cartTable tr.topBorder td {
  border-top:1px solid #555555;
}

tr.topPadded td, tr.topPadded th {
  padding-top:10px;
}

tr.tone {
  background-color:#eeeeee;
}

.giftCode {
  margin-top:2em;
}


/* payment */

#paymentMethod {
  width:400px;
}

#paymentMethod div {
  position:relative;
  padding-left:22px;
  margin-bottom:20px;
}

#paymentMethod div .radioButton {
  position:absolute;
  left:0;
  top:0;
}


/* shippping */

#shipmentMethods {
  width:400px;
  margin:0;
  padding:0;
  list-style-type:none;
}

#shipmentMethods li {
  position:relative;
  padding-left:22px;
  margin-bottom:20px;
}

#shipmentMethods .radioButton {
  position:absolute;
  left:0;
  top:0;
}


/* checkout */

#checkoutMethod {
  float:right;
  width:300px;
}

#checkoutMethod div {
  position:relative;
  padding-left:22px;
  margin-top:15px;
}

#checkoutMethod div input {
  position:absolute;
  left:0;
  top:0;
}


/* order form */

.orderInfoTable {
  border-spacing:0;
  margin-top:15px;
  margin-bottom:15px;
}

.orderInfoTable th {
  text-align:left;
  padding:3px 10px 0 0;
}

.orderInfoTable td {
  padding:3px 10px 0 0;
}


/* account settings */

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

ul.accountMenu li {
  margin:0 0 7px 0;
  padding:0;
}


/* gallery */

.galleryThumbnails {
  clear:both;
  padding-top:30px;
}

.galleryThumbnails a {
  float:left;
  display:block;
  width:128px;
  height:96px;
  margin:0 10px 10px 0;
}

.galleryThumbnails a:link, .galleryThumbnails a:link,
.galleryThumbnails a:link, .galleryThumbnails a:link {
  text-decoration:none;
}


/* overlay gallery, image */

#overlay {
  background:url(/images/black80p.png);
  display:none;
  position:fixed;
  left:0;
  top:0;
  height:100%;
  width:100%;
  z-index:-1;
  text-align:center;
}

.galleryWrapper, .imageWrapper {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:0;
  z-index:10010;
  display:none;
}

.overlayGallery, .overlayImage {
  position:relative;
  width:200px;
  min-width:250px;
  min-height:250px;
  padding:10px;
  margin:0 auto;
  background:#ffffff url(/images/gallery_loader.gif) no-repeat center center;
}

.overlayGallery .close {
  position:absolute;
  top:10px;
  right:10px;
  width:16px;
  height:16px;
  background:url(/images/gallery_close.png) no-repeat center;
  cursor:pointer;
}

.overlayGallery .nav {
  width:150px;
  margin:0 auto;
}

.overlayGallery .prev {
  position:relative;
  z-index:10;
  float:left;
  width:19px;
  height:17px;
  background:url(/images/gallery_back.png) no-repeat;
  cursor:pointer;
}

.overlayGallery .next {
  position:relative;
  z-index:10;
  float:right;
  width:19px;
  height:17px;
  background:url(/images/gallery_fwd.png) no-repeat;
  cursor:pointer;
}

.overlayGallery .fullSize {
  clear:both;
  cursor:pointer;
  margin:10px 0 0;
}

.overlayImage img {
  clear:both;
  cursor:pointer;
}

.overlayGallery .imageNo {
  text-align:center;
  font-size:1.3em;
}

.overlayGallery .caption {
  margin-top:10px;
  font-size:1.2em;
  font-weight:bold;
  text-align:center;
}

.overlayEmailWrap {
  padding: 5px;
}

.thumbnail {
  margin:0 auto;
  display:block;
}


.shadedBox {
  position:relative;
  width:184px;
  padding:8px 0;
  background:url(/images/thumb_shadow_top.png) no-repeat top left;
}

.shadedBox .content {
  position:relative;
  margin:0;
  padding:4px 12px;
  background:url(/images/thumb_shadow.png) repeat-y top left;
}

.shadedBox .bottom {
  position:absolute;
  bottom:0;
  left:0;
  height:8px;
  width:184px;
  background:url(/images/thumb_shadow_bottom.png) no-repeat bottom left;
}

.shadedBox .infoText {
  margin:5px 0 -4px;
  text-align:center;
  font-size:0.90em;
}

.clickable {
  cursor:pointer;
}


#top .shadedBox {
  float:left;
  margin:5px 5px 0 0;
}


/* extra outer column */

#extraColumn {
  position:absolute;
  top:7px;
  width:197px;
  left:928px;
}

#extraColumn .block {
  width:197px;
  margin-bottom:8px;
  background:url(/images/right_shadow.png) repeat-y top left;
}

#extraColumn .block .top {
  padding-top:6px;
  background:url(/images/right_shadow_top.png) no-repeat top left;
}

#extraColumn .block .bottom {
  padding:0 6px 6px;
  background:url(/images/right_shadow_bottom.png) no-repeat bottom left;
}

#extraColumn .block a {
  display:block;
}

.rotatorTitle {
  margin:20px;
  font-size:16px;
  font-weight:bold;
  text-align:center;
}

.popularProduct {
  display:block;
  text-align:center;
  margin:20px 0;
}

.tryggehandel {
  display:block;
  text-align:center;
  height:90px;
  margin:4px 0 6px;
}


/* maker */

a#hedsoft {
  display:block;
  float:right;
  margin:-2px 0 0 15px;
  padding:2px 5px;
  background-color:#000000;
  text-align:center;
}

a#hedsoft:link, a#hedsoft:visited, a#hedsoft:hover, a#hedsoft:active {
  color:#ffffff;
  text-decoration:none;
}


/* subscription */

.subscription {
  padding:10px 17px;
}

.subscription .textBox {
  font-size:11px;
  padding:1px;
  margin:5px 0 7px;
  width:147px;
}

.subscription .button {
  font-size:12px;
}

/* SHARE BUTTONS */
.overlay {
  background:url(/images/black80p.png);
  display:none;
  position:fixed;
  left:0;
  top:0;
  height:100%;
  width:100%;
  z-index:1000;
}

.overlayInner {
  margin: 100px auto;
  padding: 5px;
  background-color: white;
  display: block;
}

.overlayClose {
  margin-bottom: 5px;
  display: block;
  float: right;
  cursor: pointer;
}

.overlayTitle {
  font: 20px Arial;
  float: left;
}

.overlayImageWrap {
  text-align: center;
}

#email_share_form textarea {
  width: 445px;
  height: 150px;
}

.blog_share_inner {
  background-color: white;
  color: black;
  text-align: left;
  padding: 5px; 
  padding-top: 10px;
  font: 12px Arial;
}

.blog_share_inner textarea {
  width: 369px;
  height: 80px;
  font-size: 11px;
}

.blog_share_button {
  width: 70px;
}

.blog_share_wrapper {
  width: 402px;
  background-color: #f2f2f2;
  color: black;
  border: 1px solid #CCCCCC;
  font-size: 12px;
  font-family: Arial;
  padding-bottom: 1px;
  margin: 0 auto;
}

.share_buttons {
  padding-top: 35px;
  padding-left: 10px;
  float: left;
  display: block;
}

.share_icon {
  text-align: center;
  font-family: Arial;
  font-size: 10px;
  float: left;
  padding-right: 8px;
  cursor: pointer;
}

.share_icon a:link, .share_icon a:visited, .share_icon a:active {
  color: black;
  text-decoration: none;
}
    
.share_icon img {
  border: 0
}

.share_icon a:hover {
  color: black;
  text-decoration: none;
}

#email_share_form_sender_error, #email_share_form_receiver_error {
  font: 12px Arial;
  padding-left: 2px;
  display: inline;
}
