h1 {
  font-size:20px;
  font-weight:normal;
  margin:0 0 13px 0;
}

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

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

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

a img {
  border:none;
}

form {
  margin:0;
}

ul {
  margin:10px 0;
  padding-left:20px;
}

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

p {
  margin:0 0 1em;
}

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


#outer {
  float:left;
  position:relative;
  width:874px;
  padding-right:7px;
  min-height:100%;
	background:url(/images/outer_bg.png) repeat-y 0 0;
}

#clearHeader {
  width:100%;
  height:156px;
  clear:both;
}


#topMenu {
  position:absolute;
  top:0;
  left:0;
  width:874px;
  height:30px;
  background:url(/images/top_menu_bg.png) repeat-x 0 0;
}

#topMenu ul.menu {
  float:left;
  height:23px;
  margin:0;
  padding:7px 0 0;
  list-style-type:none;
  text-align:center;
}

#topMenu .menu li {
  float:left;
  margin:0;
  padding:0;
  background:url(/images/menu_tab_bg.png) repeat-x 0 0;
}

#topMenu .menu li.first { 
  margin-left:5px;
}

#topMenu .menu .link {
  display:block;
  padding-left:9px;
  background:url(/images/menu_tab_left.png) no-repeat 0 0;
}

#topMenu .menu .text {
  display:block;
  height:17px;
  min-width:60px;
  padding:6px 9px 0 0;
  white-space:nowrap;
  background:url(/images/menu_tab_right.png) no-repeat 100% 0;
}

#topMenu .menu a {
  cursor:pointer;
}

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


/* customer menu */
#customerMenu {
  float:right;
  margin:0 16px 0 0;
  padding:10px 0 0;
  list-style-type:none;
}

#customerMenu li {
  float:left;
  margin-left:10px;
}

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



/* header */

#header {
  position:absolute;
  top:30px;
  left:0;
  width:874px;
  height:100px;
  background:#000000;
}

#header .middleInfo {
	position:absolute;
	top:25px;
	left:340px;
}

#header .middleInfo img {
	margin-right:20px;
	float:right;
}

#logo {
  position:absolute;
  top:30px;
  left:0;
  display:block;
  height:100px;
  width:200px;
  z-index:1000;
}

#logo img {
  padding:32px 16px 0 16px;
}

#shippingInfo {
  position:absolute;
  top:0;
  right:285px;
  padding:31px 10px 17px;
}


/* inline cart */

#cart {
  position:relative;
  float:right;
  width:230px;
  height:55px;
  margin:28px 0 10px 21px;
  padding:0 21px;
  color:#ffffff;
}

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


#cartInfo .cartTotal {
	float:left;
}

#cartInfo a {
	float:right;
}


#cartInfo {
  margin-top:3px;
  width:230px;
}

#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;
}

/* quick menu */

#quickMenu {
  position:absolute;
  top:130px;
  left:0;
  width:874px;
  margin:0;
  padding:1px 0 0;
  background:#ffffff;
  list-style-type:none;
}

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

#quickMenu li.first {
  margin:0;
}

#quickMenu a {
  display:block;
}


#mainArea {
  min-height:1200px;
  padding:27px 16px 0 7px;
  background:url(/images/main_bg.png) repeat-x 0 0;
}

#content {
  float:right;
  width:652px;
}

.contentBlock {
  padding:10px 16px 16px;
  border:1px solid #c9c18e;
  background:#ffffff;
}

.deliverto {

	text-align:center;
	font-size:16px;
	background:#000000;
	padding-top:5px;
	padding-bottom:10px;
}


/* Page */

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

.pageRightCol {
  float:right;
  width:170px;
  padding-top:51px;
}

table.contactForm {
  width:90%;
  margin:0;
  padding:0;
  border-spacing:0;
  border:none;
}

table.contactForm td {
  padding:0.2em 0.3em 0.2em 0;
}

table.contactForm .textBox {
  width:95%;
}

table.contactForm .textBox {
  float:right;
}

table.contactForm #captcha.textBox {
  float:none;
}


/* product listing */

.itemList {
  clear:both;
}

.itemList table {
  margin:0 -17px;
  padding:0;
  border:none;
  border-collapse:separate;
  border-spacing:17px;
}

.itemList tbody {
  vertical-align:bottom;
  text-align:center;
}

.itemList td {
  position:relative;
  border:1px solid #c9c18e;
  width:204px;
  background:#ffffff;
}

.itemList td.new {
  background:#ffffff url(/images/new_product.png) repeat-x 0 0;
}

.itemList td .wrapper {
  padding:16px 10px 18px;
}

.itemList td.product .wrapper {
  background:url(/images/node_list_item_bg.png) no-repeat 0 100%;
}

.itemList .link {
  display:block;
  margin-bottom:0.5em;
}

.itemList .name {
  display:inline-block;
}

.itemList .link img {
  margin-bottom:5px;
}

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

.itemList .price {
  height:2.5em;
}

.itemList .price .normal {
  font-size:1.3em;
  font-weight:bold;
  line-height:2em;
}

.itemList .price .discount {
  font-size:1.2em;
}

.itemList .price .discount span span span {
  padding:0.3em 0.6em;
}

.itemList .price .regular {
  font-size:0.95em;
}

.infoBtn {
  display:inline-block;
}

.itemList .infoBtn {
  margin-top:8px;
}

.itemList .newProduct {
  position:absolute;
  top:-4px;
  left:-4px;
  z-index:100;
}


/* category */

.categoryInfo h1 {
  clear:both;
}
.categoryInfo .infoText {
  float:left;
  width:419px;
}
.categoryInfo .categoryRight {
  float:right;
  width:206px;
}

/* product view */

.contentBlock .buttons {

  margin:17px 0 25px;
	border-top:1px solid #C9C18E;
	padding-top:7px;
   width:345px;
   float:right;

}

.contentBlock .buttons .icon {
	margin-right:3px;
	vertical-align:middle;
}

.contentBlock .buttons .item {
	float:left;
	margin-bottom:7px;
	font-size:11px;
	cursor:pointer;
}
.contentBlock .buttons .item:hover {
  color:#ff0000;
}

.contentBlock .buttons .item.inactive,
.contentBlock .buttons .item.inactive:hover {
  color:#b4b4b4;
	cursor:default;
}

.contentBlock .buttons .left {
	width:80px;
	margin-right:20px;
}
.contentBlock .buttons .center {
	width:100px;
	margin-right:20px;
}
.contentBlock .buttons .right {
	width:110px;
	margin-right:10px;
}

.contentBlock .buttons .item:link, .contentBlock .buttons .item:visited,
.productDcontentBlockescription .buttons .item:hover, .contentBlock .buttons .item:active {
  text-decoration:none;
}

.productDescription #price {
  clear:both;
  padding-top:20px;
}

.productDescription .price .current {
  font-size:20px;
  font-weight:bold;
}

.productDescription .base {
  font-size:10px;
  font-weight:normal;
}

.productDescription .modelTable .price .base {
  font-size:10px;
}

.productData .klarnaTerms {
	font-size:11px;
}
.productData .klarnaTerms:link, .productData .klarnaTerms:visited {
  text-decoration:none;
  color:#000000;
}
.productData .klarnaTerms:hover, .productData .klarnaTerms:active {
  text-decoration:underline;
  color:#000000;
}



.infoColumn .installment {
	margin-top:5px;
}

.infoColumn #buy {
  	margin: 25px 0 0 0;
}

.infoColumn #amount {
	display:inline-block;
}

.infoColumn #amount input {
	width:30px;
}

.infoColumn .modelTable input.amount {
	width:20px;
}

.infoColumn .buyButton {
	margin-left:15px;
	vertical-align:bottom;	
}



.newProduct {
  background:#ffffff url(/images/new_product.png) repeat-x 0 100%;
}

.productDescription {
  float:right;
  width:338px;
  display:inline; /* IE hack */
}

.productImages {
  float:left;
  width:0px;
  margin:0px 30px 30px 0;
  display:inline;	
}


.productImages #imageBox {
	width:250px;
	text-align:center;
}

.productImages #image {
}

.productImages #imageBox .text {
  display:none;
  clear:both;
  text-align:center;
  padding-top:3px;

}

.productImages #imageBox.clickable .text {
  display:block;
}

.productImages .extraImages {
  width:255px;
  margin:10px 0 0 -5px;
}

.productImages .extraImages img {
  margin:0 0 5px 5px;
}


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

.patternRow {
  float:left;
  padding-bottom:20px;
}

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

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

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


.productData {
  float:right;
  min-width:338px;
  margin:15px 0 20px;
}

.productDataTable { 
  background-color:#eeeeee;
  border:8px solid #eeeeee;
  margin:0 0 20px;

}

.productDataTable.expanded {
  border:none;
  width:618px;
  
  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:20px;

}

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

.expanded span.price {
  font-size:18px;
}

.productDataTable .discount {
  font-size:18px;
}

.expanded .discount {
  font-size:16px;
}

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

.modelTable th {
  text-align:left;
}
.modelTable .rightAlign {
  text-align:right;
}

.modelTable {
  width:100%;
  margin-bottom:1em;
  border:none;
  border-spacing:0;
  border-collapse:collapse;
}
.modelTable .tone {
 
}
.modelTable th, .modelTable td {
  border:none;
  padding:3px 6px; 
}
.modelTable .klarnaTerms:link, .modelTable .klarnaTerms:visited {
  text-decoration:none;
  color:#000000;
}
.modelTable .klarnaTerms:hover, .modelTable .klarnaTerms:active {
  text-decoration:underline;
  color:#000000;
}



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

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

span#artNo {
  font-weight:bold;
}

.relatedProducts {
  margin-top:30px;
}

.contentBlock .purchaseInfo {
  display:block;
  padding:15px 0 0;
  clear:both;
  text-align:right; 
}

.product .infoColumn {
  position:relative;
  font-size:12px;
  background:red;
  height:100px;
  width:100px;
}


.infoColumn .brand {
  display:block;
  font-weight:bold;
  margin-top:5px;
  color: #000000;
}

.product .infoColumn .text {
  margin-top:5px;
}

.productData .offer {	
  font-size:16px;
  font-weight:normal;
  color:#ff0000;
}



/* left column */

#leftColumn {
  float:left;
  width:169px;
}


/* product tree */

#productTree {
  margin:0;
  padding:0;
  list-style-type:none;
}

#productTree li {
  margin:0 0 16px;
  padding:0 0 5px;
  background:url(/images/category_bottom.png) no-repeat 0 100%;
}

#productTree ul {
  margin:0;
  padding:0;
  background:url(/images/category_bg.png) repeat-y 0 0;
  list-style-type:none;
}

#productTree ul li {
  margin:0;
  padding:0;
  background:none;
  border-top:1px solid #999476;
}

#productTree ul li.first {
  border:none;
}

#productTree ul li.marked {
  font-weight:bold;
}

#productTree a, #productTree span {
  display:block;
}

#productTree ul a, #productTree ul span {
  width:149px;
  padding:6px 10px;
  color:#000000;
}

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


/* product search */

#productSearch {
  padding-bottom:6px;
  background:url(/images/search_box_bottom.png) no-repeat 0 100%;
}

#productSearch form {
  margin-top:2px;
  padding:10px 10px 4px;
  background:#c9c9c9;
  text-align:center;
}

#productSearch .searchField {
  width:75px;
  vertical-align:middle;
}

#productSearch .searchButton {
  vertical-align:middle;
}


/* brand selector */

#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;
}


/* checkout */

.giftCardInfo {
  width:170px;
  float:right;
  padding:10px;
  border:1px solid black;
}

.checkoutLogin {
  float:right;
  width:180px;
  padding:5px;
  background-color:#e4e4e4;
}

.checkoutLogin table {
  font-size:0.95em;
}

.checkoutLogin .textBox {
  width:100px;
}

.customerRegistration {
  float:left;
  width:425px;
}


/* shopping cart */

#cartContent {
  margin-right:15px;
}

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

.cartTable {
  border-spacing:0;
  width:618px;
}

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

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

.cartTable th {
  text-align:left;
}

.cartTable a {
	color:#000000;
}

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

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

.giftCode {
  float:none;
  width:300px;
  margin-top:2em;
}

.cartInfo {
  float:right;
  width:300px;
  margin-top:2em;
}


/* order form */

.orderInfoTable {
  margin-top:15px;
  margin-bottom:15px;
  border-spacing:2px;
  /*width:675px;*/
}

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

/* payment */

#paymentMethod {
  width:400px;
}

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

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

#paymentMethod div.dimmed {
  color:#999999;
}



/* info boxes */

.infoBox {
  margin-bottom:16px;
  padding:0 0 6px;
  background:url(/images/info_box_bottom.png) no-repeat 0 100%;
}

.infoBox .top {
  display:block;
}

.infoBox .content {
  padding:10px 10px 5px;
  border-left:1px solid #bfa917;
  border-right:1px solid #bfa917;
  background:#ffffff;
}


/* Side Menu */

ul.sideMenu {
  margin:0;
  margin-left:10px;
  padding:0;
  list-style-position:inside;
  list-style-type:square;
}

.sideMenu li {
  margin:0;
}

.sideMenu li.selected {
  font-weight:bold;
}

.sideMenu a {
  font-size:12px;
}

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

.sideMenu a:hover, .sideMenu a:active {
  color:#000000;
  text-decoration:underline;
}


/* front page */

#weeklyOffers {
  position:relative;
  height:316px;
  padding:16px 0 63px 0;
  border:1px solid #C9C18E;
  background:#ffffff;
}

#weeklyOffers .ribbon {
  position:absolute;
  top:-6px;
  left:-7px;
  width:152px;
  height:60px;
  background:url(/images/veckans_kampanj2.png) no-repeat 100% 0;
  z-index:1000;
}

#weeklyOffers .ribbon img {
  position:absolute;
  top:0;
  left:0;
  clip:rect(0px 95px 149px 0px);
  overflow:hidden;
}

#weeklyOffers .fadeLeft {
  position:absolute;
  top:0;
  left:0;
  width:88px;
  height:100%;
  background:url(/images/fade_left.png) repeat-y 0 0;
  z-index:999;
}

#weeklyOffers .fadeRight {
  position:absolute;
  top:0;
  right:0;
  width:16px;
  height:100%;
  background:url(/images/fade_right.png) repeat-y 0 0;
  z-index:998;
}

#weeklyOffers .nav {
  position:absolute;
  bottom:20px;
  right:16px;
  width:250px;
  text-align:center;
}

#weeklyOffers .marker {
  display:inline-block;
  width:17px;
  height:10px;
  margin:0 3px;
  background:url(/images/offer_unselected.png) no-repeat 0 0;
  vertical-align:middle;
}

#weeklyOffers .marker.selected {
  background:url(/images/offer_selected.png) no-repeat 0 0;
}

#weeklyOffers .nav a {
  display:inline-block;
  vertical-align:middle;
}

#weeklyOffers #prevOffer {
  margin-right:10px;
}
#weeklyOffers #nextOffer {
  margin-left:10px;
}

#weeklyOffers .purchaseInfo {
  position:absolute;
  left:87px;
  bottom:15px;
}


#weeklyOffers #offerArea {
  position:relative;
  overflow:hidden;
  height:100%;
  z-index:1;
}

#weeklyOffers #offerArea .start {
  left:0;
}

#weeklyOffers .offer {
  position:absolute;
  left:800px;
  height:100%;
  width:546px;
  padding:0 16px 0 88px;
  z-index:1;
}

#weeklyOffers .offer .info {
  float:left;
  width:290px;
}

#weeklyOffers .offer .productImage {
  float:right;
  width:250px;
  display:block;
  text-align:center;
}

#weeklyOffers .offer h2 {
  font-size:2em;
  font-weight:normal;
  margin:40px 0 0.2em;
  padding:0 0 0.2em;
  border-bottom:1px solid #000000;
}

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

#weeklyOffers .offer .price {
  height:2.5em;
}

#weeklyOffers .offer .price .normal {
  font-size:2em;
}

#weeklyOffers .offer .discount {
  font-size:2em;
}

#weeklyOffers .offer .brand {
  margin-bottom:1.5em;
}

#weeklyOffers .offer .description {
  margin:1em 0 0;
}


#campaign {
  float:left;
  margin-top:17px;
  width:429px;
}

#shopInfo {
  float:right;
  margin-top:17px;
  width:206px;
}


/* brand list */

.brandList {
  float:left;
  width:648px;
  margin-left:-30px;
}

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

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



/* prices */

.price .offer, .price .discount {
  display:inline-block;
  color:#ffffff;
  margin-right:0.4em;
  background:#d50000 url(/images/discount_tl.png) no-repeat 0 0;
  vertical-align:middle;
}
.price .offer span, .price .discount span {
  display:inline-block;
  background:url(/images/discount_tr.png) no-repeat 100% 0;
}
.price .offer span span, .price .discount span span {
  background:url(/images/discount_br.png) no-repeat 100% 100%;
}
.price .offer span span span, .price .discount span span span {
  padding:0.1em 0.3em 0.05em;
  background:url(/images/discount_bl.png) no-repeat 0 100%;
}

.price .regular {
  display:inline-block;
  vertical-align:middle;
}


/* outer column */

#freeShipping {
  display:block;
  margin-bottom:16px;
}

#extraColumn {
  position:absolute;
  top:10px;
  left:890px;
  width:154px;
}

#extraColumn .block {
  position:relative;
  top:-4px;
  left:-4px;
  margin-bottom:28px;
  background:url(/images/right_block_tl.png) no-repeat 0 0;
}

#extraColumn .wrapper {
  position:relative;
  top:8px;
  left:8px;
  background:url(/images/right_block_br.png) no-repeat 100% 100%;
}

#extraColumn .content {
  position:relative;
  top:-4px;
  left:-4px;
  min-height:8px;
  background:#ffffff;
}

#extraColumn .topCorner {
  position:absolute;
  top:0;
  right:-8px;
  width:8px;
  height:8px;
  background:url(/images/right_block_tr.png) no-repeat 0 0;
}

#extraColumn .bottomCorner {
  position:absolute;
  bottom:-8px;
  left:0;
  width:8px;
  height:8px;
  background:url(/images/right_block_bl.png) no-repeat 0 0;
}

#extraColumn .block .title {  
  display:block;
  padding:5px 0;
  text-align:center;
  font-weight:bold;
  font-size:1.1em;
  color:#ffffff;
  background:#000000;
}

#subscribe form {
  position:relative;
  padding:0 13px 5px;
  color:#ffffff;
  background:#000000 url(/images/kundklubb_bg.jpeg) no-repeat 0 100%;
}

#subscribe input {
  display:block;
  margin:9px auto 0;
}

#subscribe #email {
  width:123px;
  height:18px;
  padding:2px 3px;
  border:none;
  margin:12px 0 0;
  background:url(/images/subscribe_input.png) no-repeat 0 0;
}


/* popular products */

.popularProduct {
  display:block;
  padding:5px;
  text-align:center;
}


/* form elements */

select {
  border:1px solid #999999;
  padding:1px;
}

.textBox {
  border:1px solid #999999;
  padding:1px 3px 1px 3px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.textBox.amount {
  width:3em;
  text-align:right;
}

.textBox.wide {
  width:20em;
}

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

.button {
  background:#EEEEEE;
  padding:1px 3px 1px 3px;
  border:1px outset #999999;
}


/* overlay gallery, image */

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

.overlay .inactive {
  display: none;
}

.overlay .active {
  display: inline;
}

.overlay .gallery_loader {
  display: block;
  margin: 50px auto;
}

.overlay .nextArrow, .overlay .prevArrow {
  cursor: pointer;
}

.overlay .gallery_title {
  text-align: center;
  font: bold 16px Arial;
}

.overlay .gallery_text {
  font: 12px Arial;
  text-align: left;
}

.overlay .controlBox {
  height:28px;
  font-size:14px;
  text-align:center;
}
.overlay .controlBox .prevArrow {
  margin-right:10px;
}
.overlay .controlBox .nextArrow {
  margin-left:10px;
}
.overlay .controlBox span {
  vertical-align:top;
}

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

.overlayImageWrap {
  margin:0 auto;
  overflow: hidden;
}

.overlayInner label {
  font: 12px Arial;
  padding-left: 5px;
}

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

.overlayTitle {
  font: 12px Arial;
}

.overlayImageWrap {
  text-align: center;
}

.overlay .gallery_title {
  padding:0 10px;
  margin-bottom:4px;
}

.overlay .gallery_text {
  padding:0 10px;
  min-height:1px;
}

#overlay_productImageOverlay .overlayInner {
  margin:20px auto;
}


/* mini gallery */

.miniGallery {
  float:right;
  margin-bottom:30px;
}

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

.miniGallery .slide {
  position:absolute;
  left:0;
  top:0;
  width:412px;
  height:100%;
}

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

.clickable {
  cursor:pointer;
}


/* 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 {
  float: left;
  display: block;
}

.share_icon {
  text-align: center;
  font-family: Arial;
  font-size: 10px;
  float: left;
  padding-right: 12px;
  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;
}


.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;
}



/* product filter */

.filterOptions {
  border:1px solid #a59f95;
  padding:10px 28px;
  font-size:11px;
  background:#e9e0d2;
}

.filterOptions .label {
  padding-left:2px;
}

.filterOptions select {
  margin-top:1px;
  font-size:11px;
}

.filterOptions .brand, .filterOptions .sort, .filterOptions .offer {
  float:left;
  margin-right:30px;
}

.filterOptions .brand select {
  width:190px;
}

.filterOptions .sort select {
  width:110px;
}

.filterOptions .targetGroup {
  float:right;
}

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

.filterOptions .targetGroup li {
  float:left;
  margin:0;
  padding:0 0 0 17px;
  white-space:nowrap;
}

.filterOptions .offer,
.filterOptions .targetGroup {
  padding-top:3px;
}

.filterOptions .offer input,
.filterOptions .targetGroup input {
  margin:0;
  vertical-align:bottom;
}

.filterOptions label {
  padding-left:3px;
}


/* Coupon */
.couponCode {
  margin-top:2em;
}

.cartTable .discount {
  color:#ff0000;
}


/* 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 {
  float: left;
  display: block;
}

.share_icon {
  text-align: center;
  font-family: Arial;
  font-size: 10px;
  float: left;
  padding-right: 12px;
  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;
}


.pageSelector {
	float: right;
	margin-right: 21px;	
}

.resultCount {
	float:left;
}

#payson, #klarna {
	display:none;
}


#TEH_LOGOTYPE {
	display:block;
	width:100px;
	margin:20px auto 0;
}
