/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Arial, Helvetica, Sans-serif; font-size: 12px; line-height: 150%; color: #222222; }
.errorBox { font-family: Arial, Helvetica, Sans-serif; font-size: 11px; line-height: 11pt; color: #222222; background: #F7F7F7; font-weight: bold; }
.stockWarning { font-family: Arial, Helvetica, Sans-serif; font-size: 11px; line-height: 11pt; color: #222222; }
.productsNotifications { background: #ffffff; }
.orderEdit { font-family: Arial, Helvetica, Sans-serif; font-size: 11px; line-height: 11pt; color: #222222; text-decoration: underline; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/site/bg.gif);
	background-repeat: repeat-x;
}

/* För bättre SEO */
h1, h2 {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0;
}

h1 {
    font-size: 22px;
    color: #666666;
}


.price {
    color: #DD2120;
}

h2 {
    font-size: 17px;
    color: #222222;
	margin-top: 20px;
	margin-bottom: 8px;
}

h3 {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 15px;
    color: #222222;
	margin-top: 0px;
	margin-bottom: 5px;
}

.rubrik-sidfot {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #222222;
	margin-top: 0px;
	margin-bottom: 8px;
}

.rubrik-sidfot2 {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #222222;
	margin-top: 0px;
	margin-bottom: 8px;
}

.rubrik-avdelning {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
	margin-left: 5px;
}


/* Quick search */
.quicksearch { background-color: #FFFFFF; width:100%; font-style:normal; font-size:15px; font-family: Arial, Helvetica, Sans-serif;}


/* Border around modules (featured, popular, new items) */
td.border {
border:1px solid #E7E7E7;
}

/* Headcart & User menu */
td.headcart {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}

td.headcart a,
td.headcart a:visited,
td.headcart a:active,
td.headcart a:hover {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}

/* Usermenu */
td.headaccount,
td.headaccount a,
td.headaccount a:visited,
td.headaccount a:active {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #F7D1D1;
}

td.headaccount a:hover {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

/* Footer */
td.footer {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #333;
}

td.footer a,
td.footer a:visited,
td.footer a:active,
td.footer a:hover {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: underline;
}

/* Produktsidans ikoner */
td.producticons {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #222222;
}

td.producticons a,
td.producticons a:visited,
td.producticons a:active,
td.producticons a:hover {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #222222;
	border-bottom:1px dotted #222222;
	text-decoration: none;
}

/* Linje i artiklar osv */
div.hr {
  height: 30px;
  background: url(images/site/div.gif) repeat-x center;
}
div.hr hr {
  display: none;
}

/* Linje på produktsid */
div.produktsida {
  height: 5px;
  background: url(images/site/div.gif) repeat-x center;
}
div.produktsida hr {
  display: none;
}

/* Linje i boxar */
div.box {
  height: 6px;
  background: url(images/site/div-box.gif) repeat-x center;
}
div.box hr {
  display: none;
}

/* Linje i vänstermeny i kassan */
div.box2 {
  height: 20px;
  background: url(images/site/div-box.gif) repeat-x center;
}
div.box2 hr {
  display: none;
}

/* Linje i sidfot */
div.sidfot {
  height: 7px;
  background: url(images/site/div-sidfot.gif) repeat-x center;
}
div.sidfot hr {
  display: none;
}

td.main ul    { margin-left:0; padding-left:0; margin-top: 0; list-style: none;}
td.main ul li { margin-left:0;}         
td.main ul ul li { margin-left:15;}         

td.main ol    { margin-left:0; padding-left:2em;}
td.main ol li { margin-left:0;}

td.main ul li{
   display: block;
   height: px;
   background:  url(images/site/punkt.gif) no-repeat 0px 6px;
   line-height: 150%;
   padding: 0;
   padding-left: 15px;
   margin-bottom: 0;
}

td.main ul ul li{
   display: block;
   height: px;
   background:  url(images/site/punkt.gif) no-repeat 0px 6px;
   line-height: 150%;
   padding: 0;
   padding-left: 15px;
   margin-bottom: 0;
}

img
{
 border-style: none;
}

.spawtd { 
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #222222;
}

.spawtable { 
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #222222;
}

BODY {
  SCROLLBAR-FACE-COLOR: #DBDCDE;
  SCROLLBAR-HIGHLIGHT-COLOR: #DBDCDE;
  SCROLLBAR-SHADOW-COLOR: #DBDCDE;
  SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
  SCROLLBAR-ARROW-COLOR: #FFFFFF;
  SCROLLBAR-TRACK-COLOR: #FFFFFF;
  SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;
}

A {
  color: #222222;
  text-decoration: none;
}

A:hover {
  color: #222222;
  text-decoration: none;
}

FORM {
  display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  color: #222222;
  font-weight : bold;
}

A.headerNavigation { 
  color: #222222; 
}

A.headerNavigation:hover {
  color: #222222;
}

TR.headerError {
  background: #F7F7F7;
}

TD.headerError {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  color: #222222;
  background: #F7F7F7;
  font-weight : bold;
}

TR.headerInfo {
  background: #F7F7F7;
}

TD.headerInfo {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  color: #222222;
  background: #F7F7F7;
  font-weight: bold;
  text-align: center;
}

/* Boxar i butiken*/
.infoBox {
  background: #ffffff;
}

/* Text i vänsterkolumnens boxar*/
.infoBoxContents {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #222222;
}

/* Text i vänsterkolumnens Infobox*/
.infoBoxContentsInfobox {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #222222;
}

.infoBoxNotice {
  background: #F7F7F7;
}

.infoBoxNoticeContents {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #222222;
}

TD.infoBoxHeading {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #222222;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #222222;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFFFFF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FFFFFF;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #ffffff;
  border-spacing: 0px;
}

.productListing-heading {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  color: #222222;
  font-weight: bold;
}

.basketListing-heading {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  color: #222222;
  background: #FFFFFF;
  font-weight: bold;
  padding: 5px;
}

TD.productListing-data {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  color: #222222;
  line-height: 150%;
  text-align: top;
  padding: 7px;
}

TD.productListing-data-columns {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  color: #222222;
  padding: 3px;
}

TD.basketListing-data {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  color: #222222;
  text-align: top;
  line-height: 12pt;
  padding: 5px;
}

A.pageResults {
  color: #222222;
}

A.pageResults:hover {
  color: #222222;
}

TD.pageHeading, DIV.pageHeading {
	color: #DD2120;
  	font-weight: bold;
	font-size: 15px;
	line-height: 14pt;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-stretch: condensed;
}

TD.price {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #222222;
  font-weight: bold;
}

table.savings {
  width:100%;
  background:#FFEAEA;
  padding: 5px;
  margin-top: 10px;
}

td.savings {
  font-family:Arial, Helvetica, Sans-serif;
  font-size:12px;
  font-weight: bold;
  color:#DD2120;
}

td.savings a,
td.savings a:visited,
td.savings a:active,
td.savings a:hover {
  text-decoration:underline;
}

TR.subBar {
  background: #F7F7F7;
}

TD.subBar {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  color: #222222;
}

TD.main, P.main, DIV.main {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #222222;
}

td.price a,
td.price a:visited,
td.price a:active,
td.price a:hover {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 13px;
  color: #222;
  font-weight: normal;
}

.grey {
	font-family: Arial, Helvetica, Sans-serif;
	line-height: 150%;
	font-size: 12px;
	color: #666;
}

.grey a,
.grey a:visited,
.grey a:active,
.grey a:hover {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}

td.main a,
td.main a:visited,
td.main a:active,
td.main a:hover {
  text-decoration: underline;
}

TD.tabell {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #222222;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  line-height: 150%;
  color: #222222;
}

TD.accountCategory {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #DD2120;
}

TD.fieldKey {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  line-height: 150%;
  color: #222222;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  line-height: 150%;
  color: #222222;
}

TD.tableHeading {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  line-height: 150%;
  font-weight: bold;
  color: #DD2120;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  line-height: 150%;
  color: #222222;
}

CHECKBOX, RADIO, INPUT {
background-color: #FFFFFF; font-style:normal; font-size:13px; font-family: Arial, Helvetica, Sans-serif;
}

.qtyinput {
background-color: #FFFFFF;
padding:3px;
width:30px;
font-style:normal;
font-size:17px;
color: #727272;
font-family: Arial, Helvetica, Sans-serif;
}

.input {
background-image: url(images/site/bg-input.gif);
background-repeat: repeat-x;
height: 28px;
border: solid 1px #ccc;
padding: 5px; }

.input-textarea {
background-image: url(images/site/bg-input.gif);
background-repeat: repeat-x;
border: solid 1px #ccc;
padding: 5px; }

.droplista {
	font-size: 11px;
	color: #222222;
	font-family: arial, helvetica;
	background-color: #FFFFFF;
	width: 100%;
}

SELECT {
	font-size: 11px;
	color: #222222;
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF;
}

TEXTAREA {
background-color: #FFFFFF; width:100%; font-style:normal; font-size:14px; font-family: Arial, Helvetica, Sans-serif;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #222222;
}

TABLE.formArea {
  background: #F7F7F7;
  border-color: #F7F7F7;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 150%;
  font-weight: bold;
  color: #DD2120;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #222222;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, Sans-serif;
  color: #DD2120;
  font-size: 14px;
  font-weight: bold;
}

.ordinaryPrice,
.ordinaryPrice a,
.ordinaryPrice a:visited,
.ordinaryPrice a:active,
.ordinaryPrice a:hover {
  font-family: Arial, Helvetica, Sans-serif;
  color: #222;
  font-size: 14px;
  font-weight: bold;
}

.oldPrice {
  font-family: Arial, Helvetica, Sans-serif;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}

SPAN.errorText {
  font-family: Arial, Helvetica, Sans-serif;
  color: #222222;
}

.moduleRow { }
.moduleRowOver { background-color: #F7F7F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #F7F7F7; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 11px; color: ebebeb; }
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 11px; color: #222222; }

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 12px; color:#222222; background-color: #F7F7F7; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 12px; color: #222222; background-color: #F7F7F7; }

/* Tillagt */

td.messageStackSuccess { padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px;}
td.messageBox { padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px;}
td.messageStackWarning { padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px;}
td.messageStackError { padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px;}

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 11px; color: #222222; }

/* PRIVATE MESSAGES */

/*.privatemessages { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: transparent; font-weight: bold; color: #222222; text-align: center; border-left: 1px solid #ff0000; border-right: 1px solid #ff0000; border-top: 1px solid #ff0000; border-bottom: 1px solid #ff0000; padding-bottom: 2px; padding-top: 2px; padding-right: 2px; padding-left: 2px;}*/
.privatemessages { font-family: Arial, sans-serif; font-size: 11px; background-color: transparent; font-weight: bold; color: #222222;}


/* ADDITIONAL IMAGES MODULE */

.imagesBoxContents {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
}

/* Products Description 1.3 */

TD.productDesc {
 font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #222222;
}

/* Dynamic Sitemap */

ul.sitemap {
color: #ff0000;
}


/* Lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox img{ width: auto; height: auto;}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
/*	
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 15% no-repeat; }
Visa alltid pilarna
*/
#prevLink { left: 0; float: left; background: url(images/prev.gif) left 50% no-repeat; }
#nextLink { right: 0; float: right; background: url(images/next.gif) right 50% no-repeat; }

#imageDataContainer{
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; padding-bottom: 1.0em; padding-left: 0.5em; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 62px; float: right;  padding-bottom: 1.0em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

/* Share link */
.sharelink {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
	display: -moz-inline-box;
	display: inline-block;
	height: 22px;
}


/* Glider */

#wrapper{
overflow: hidden;
position:relative;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 703px; 
	height: 320px;
	overflow: hidden;
	border: 0;
	}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:703px;
	height:320px;
	overflow:hidden;
	float:left;
	}
	
div.scroller div.content {
	width: 10000px;
	}
	
#tryggehandel {
background: url(images/site/glider/tryggehandel.png);
position: absolute;
width: 85px;
height: 85px;
top: 17px;
left: 17px;
}

#pilvanster {
position: absolute;
width: 30px;
height: 30px;
top: 275px;
left: 623px;
}

#pilhoger {
position: absolute;
width: 30px;
height: 30px;
top: 275px;
left: 658px;
}

/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	font-family: Arial, Helvetica, Sans-serif;
  	font-size: 12px;
  	line-height: 150%;
  	color: #FFF;
	display: none;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 145px;
		display: block;
	}
	
	#unitippoint { 
		background: url(images/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(images/TipMid.png) repeat; 
		width: 115px;
		height: auto; 
		padding: 5px 15px;
	}
	
	#unitipcap { 
		background: url(images/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}
	
/* Icons */
	
div.icon-percentage {
	font-family : Arial , sans-serif;
	font-size : 17px;
	font-weight : bold;
	color : #FFFFFF;
	background-image: url(images/icons/kampanj-stor.png);
	background-repeat:no-repeat;
	width:56px; 
	height:55px;
	text-align:center;
	padding-top:18px;
}

div.icon-new {
	font-family : Arial , sans-serif;
	font-size : 17px;
	font-weight : bold;
	color : #FFFFFF;
	background-image: url(images/icons/ny-stor.png);
	background-repeat:no-repeat;
	width:56px; 
	height:55px;
	text-align:center;
	padding-top:18px;
}


div.icon-percentage-sm {
	font-family : Arial , sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #FFF;
	background-image: url(images/icons/kampanj.png);
	background-repeat:no-repeat;
	width:46px; 
	height:46px;
	text-align:center;
	padding-top:15px;
}

div.icon-new-sm {
	font-family : Arial , sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFF;
	background-image: url(images/icons/ny.png);
	background-repeat:no-repeat;
	width:46px; 
	height:46px;
	text-align:center;
	padding-top:15px;
}

#wrapper2 {
	position: relative;
	width: 932px;
}

div.icon-top20 {
	background-image: url(images/icons/top20.png);
	background-repeat:no-repeat;
	width:75px; 
	height:77px;
}

/* Tabbar */

td.tab ul, li {border:0; margin:0; padding:0; list-style:none;}

td.tab ul {border-bottom:solid 1px #DDDDDD; height:29px; padding-left:10px;}

td.tab li {float:left; margin-right:4px;}

.tab a:link, .tab a:visited{
	background:url(images/site/tab-round.png) right 60px;
	color:#666666;
	display:block;
    font-family: Arial, Helvetica, Sans-serif;
	font-weight:bold;
	font-size:12px;
    color: #222222;
	height:30px;
	line-height:30px;
	text-decoration:none;
}

.tab a span{
	background:url(images/site/tab-round.png) left 60px;
	display:block;
	height:30px;
	margin-right:14px;
	padding-left:14px;
}

.tab a:hover{
	background:url(images/site/tab-round.png) right 30px;
	display:block;
}

.tab a:hover span{
	background:url(images/site/tab-round.png) left 30px;
	display:block;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active a:link, .active a:visited, .active a:visited, .active a:hover{
	background:url(images/site/tab-round.png) right 0 no-repeat;
}
 
.active a span, .active a:hover span{
	background:url(images/site/tab-round.png) left 0 no-repeat;
}


/* Runda ikoner */

/*
div.icon-percentage-sm {
	font-family : Arial , sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #FFFFFF;
	background-image: url(images/icons/kampanj.gif);
	background-repeat:no-repeat;
	width:42px; 
	height:43px;
	text-align:center;
	padding-top:13px;
}
div.icon-new-sm {
	font-family : Arial , sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #FFFFFF;
	background-image: url(images/icons/icon-listing-new.png);
	background-repeat:no-repeat;
	width:51px; 
	height:51px;
	text-align:center;
	padding-top:16px;
}
*/