<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="description" content="Vi "fluffar upp" vardagstråkiga saker. Här kan du köpa annorlunda, roliga och coola prylar till dig själv, eller som present till din darling">
 <meta name="keywords" content="Fluffbabes,fluffbabe,fluffy babes,pink babes,pink,fluff,fluffy,fluffbabies,fluffy-babe,fluff-babe,Angelbox,never ending story,">
 <link rel="stylesheet" type="text/css" href="/includes/style.css?8,224522E+07">
 <link rel="shortcut icon" href="favicon.ico">
 <script type="text/JavaScript" src="/includes/gkutil.js"></script>
 <script type="text/JavaScript" src="/includes/mouseover.js"></script>
 
 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 <script type="text/JavaScript" src="/includes/fadepic.js"></script>



<SCRIPT type="text/javascript">var gksortImgDir = '/includes/';</SCRIPT>

<STYLE type="text/css">
table.sortable                { behavior:url('/includes/gksort4.htc'); }
span.editable, div.editable   { behavior:url('/includes/gkedit.htc'); }
</STYLE>

<SCRIPT type="text/javascript">




// insertAdjacentHTML simply isn't a supported function. Add this to your script: 
//
// insertAdjacentHTML(), insertAdjacentText() and insertAdjacentElement() 
// for Netscape 6/Mozilla by Thor Larholm me@jscript.dk 
// Usage: include this code segment at the beginning of your document 
// before any other Javascript contents. 

if(typeof HTMLElement!="undefined" && ! HTMLElement.prototype.insertAdjacentElement){ 

  HTMLElement.prototype.insertAdjacentElement = function (where,parsedNode) { 
    switch (where){ 
      case 'beforeBegin': 
        this.parentNode.insertBefore(parsedNode,this) 
        break; 
      case 'afterBegin': 
        this.insertBefore(parsedNode,this.firstChild); 
        break; 
      case 'beforeEnd': 
        this.appendChild(parsedNode); 
        break; 
      case 'afterEnd': 
        if (this.nextSibling) 
        this.parentNode.insertBefore(parsedNode,this.nextSibling); 
      else this.parentNode.appendChild(parsedNode); 
        break; 
    } 
  } 
  
  HTMLElement.prototype.insertAdjacentHTML = function (where,htmlStr) { 
    var r = this.ownerDocument.createRange();
    r.setStartBefore(this);
    var parsedHTML = r.createContextualFragment(htmlStr);
    this.insertAdjacentElement(where,parsedHTML)
  } 
  
  
  HTMLElement.prototype.insertAdjacentText = function (where,txtStr) { 
    var parsedText = document.createTextNode(txtStr) 
    this.insertAdjacentElement(where,parsedText) 
    } 


}

//  http://www.faqts.com/knowledge_base/view.phtml/aid/5756





function script_onload() {
  var msg = '';
  var ds = document.scripts;
  if (ds != null) {
    msg = 'script (type src)';
    for (var i=0; i<ds.length; i++) {
      msg = msg + '\n[' + (i + 0) + ']';
      if (ds[i].type)             msg = msg + '  type=' + ds[i].type
      if (ds[i].src)              msg = msg + '  href=' + ds[i].src
    }
    msg = msg + '\n'
    msg = msg + '\n'
  } else {
    msg = msg + 'no .scripts\n\n'
  }
  ds = document.styleSheets;
  if (ds != null) {
    msg = msg + 'styleSheet (type title href parentStyleSheet.href)';
    for (var i=0; i<ds.length; i++) {
      msg = msg + '\n[' + (i + 0) + ']'
      if (ds[i].type)             msg = msg + '  type=' + ds[i].type
      if (ds[i].title)            msg = msg + '  title=' + ds[i].title;
      if (ds[i].href)             msg = msg + '  href=' + ds[i].href
      if (ds[i].parentStyleSheet) msg = msg + '  parentStyleSheet.href=' + ds[i].parentStyleSheet.href;
    }
    msg = msg + '\n'
    msg = msg + '\n'
  } else {
    msg = msg + 'no .styleSheets\n\n'
  }
  
  msg = msg + 'gksortImgDir = \'' + gksortImgDir + '\'';

/*  

To insert text before an element:
  element.parentNode.insertBefore(document.createTextNode(text), element);

To insert text as the first child of an element:
  element.insertBefore(document.createTextNode(text), element.firstChild);

To insert text as the last child of an element:
  element.appendChild(document.createTextNode(text));

To insert text after an element:
  element.parentNode.insertBefore(document.createTextNode(text), element.nextSibling);



*/  

//  dbgMsg(1, 'test1');
//  dbgMsg(1, 'test2');
//  dbgMsg(1, msg);
  dbgMsg(1, msg);
  dbgMsg(1, "---------------------------");

//  document.body.onscroll = lockMenu;
//  window.onscroll = lockMenu;

  
  if (script_oldonload)
    script_oldonload();

}

function dbgMsg(level, msg) {
  if (debugLevel >= level) {
    if (dbgWin == null) {
      var dbgdiv = document.getElementById('scriptDebug');
      if (dbgdiv != null) {
        var msg2 = msg + '\n';
        if (typeof HTMLElement != "undefined"){           /* firefox */
          var parsedText = document.createTextNode(msg2) 
          dbgdiv.appendChild(parsedText); 
        } else {                                          /* IE */
          dbgdiv.insertAdjacentText('beforeEnd', msg2);
        }
      }
    } else {

      var dbgdiv = dbgWin.document.getElementById('scriptDebug');
      if (dbgdiv != null) {
        var dbgbody = dbgWin.document.body;
        var msg2 = msg + '\n';
/*
        msg2 = msg2 + 'dbgbody.scrollTop = ' + dbgbody.scrollTop + '\n';
        msg2 = msg2 + 'dbgbody.scrollHeight = ' + dbgbody.scrollHeight + '\n';
        msg2 = msg2 + 'dbgbody.clientHeight = ' + dbgbody.clientHeight + '\n';
*/
        if (typeof HTMLElement != "undefined"){           /* firefox */
          var parsedText = document.createTextNode(msg2) 
          dbgdiv.appendChild(parsedText); 
        } else {                                          /* IE */
          dbgdiv.insertAdjacentText('beforeEnd', msg2);
        }

        dbgbody.scrollTop = dbgbody.scrollHeight - dbgbody.clientHeight - 0
      }

    }
  }
}


function lockMenu() {
/*  
  if (document.documentElement && !document.documentElement.scrollTop)
// IE6 +4.01 but no scrolling going on
else if (document.documentElement && document.documentElement.scrollTop)
// IE6 +4.01 and user has scrolled
else if (document.body && document.body.scrollTop)
// IE5 or DTD 3.2
*/
  menu = document.getElementById('shopTotIf');
  menu.style.left = '120px'; //document.body.scrollLeft + document.body.clientWidth - 35;
  menu.style.top = document.body.scrollTop;
  
  
  window.status = 'setting scrollTop = ' + document.documentElement.scrollTop + 'px';
//  alert('scroll');
}

var dbgWin = null;
// var dbgWin = open("/includes/script-debug.asp", "dbgWinId", "toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=650, height=600, top=50, left=50")

var debugLevel = 1;

var script_oldonload = window.onload;
window.onload = script_onload;

</SCRIPT>

<!--[if lte IE 6]>
 
<script type="text/javascript" src="includes/supersleight-min.js"></script>
 
<![endif]--><!--x#xINCLUDE FILE = "includes/adovbs.inc"-->

<!-- include file="../menu01.asp" -->

  <style type="text/css">
  #shopTotIfX  {
    position:absolute;
    width:200px;
    height:40px;
    top:70px;
    left:10px;
    border:1px solid black;
    }
  </style>




<script type="text/javascript">
var autoUpdateCart = true;
var strNoRows = 'empty :-(';
var strOneRow = '';
var strMultiRows = '';
</script>

<script type="text/javascript" src="/includes/numfmt.js"></script> 
<script type="text/JavaScript" language="JavaScript" src="/includes/shoppingCart.js"></script>


<title>Fluffbabes Press releases Body Lotion Fluffy Marshmallows</title>
</head>
<body topMargin="0">




<table width="960" border="0" align="center" cellSpacing="0" cellPadding="0" class="1">



	  

      <tr>
        <td>	


<table border="0" width="100%" style="border-collapse: collapse;">

  <tr> 
    <td rowspan="2" width="200">                
<a href="http://www.fluffbabes.com/en" title="fluffbabes">
  <img src="/bilder/fluffbabeslogo.png" border="0" alt="fluffbabes" title="fluffbabes" width="197" height="71"> 
</a> 

    </td> 
    
    <td valign="bottom" class="topmenu1"> 
    	
<div class="topmenu" width="200">

	
	<nobr>
	  <a href="/en/" title="SHOP" style="text-decoration:none;" border="0">
	    <img src="/bilder/menyknappshop.png" border="0" width="69" alt="SHOP" title="SHOP">
	  </a>
	  <a href="http://www.blog.fluffbabes.com/fluffbabes_en" title="BLOG" style="text-decoration:none;" border="0">
	    <img src="/bilder/ENblogg.png" border="0" width="70" alt="BLOG" title="BLOG">
	  </a>
	  <a href="/en/member/" title="OUR WORLD" style="text-decoration:none;" border="0">
	    <img src="/bilder/ENvarvarld.png" border="0" width="104" alt="OUR WORLD" title="OUR WORLD">
	  </a>
	  <a href="/en/aboutus.asp" title="ABOUT US" style="text-decoration:none;" border="0">
	    <img src="/bilder/ENomoss.png" border="0" width="70" alt="ABOUT US" title="ABOUT US">
	  </a>
	  <a href="/en/press.asp" title="PRESS" style="text-decoration:none;" border="0">
	    <img src="/bilder/pressOn.png" border="0" width="70" alt="PRESS" title="PRESS">
	  </a>
	  <a href="/en/contact.asp" title="CONTACT" style="text-decoration:none;" border="0">
	    <img src="/bilder/ENkontakt.png" border="0" width="70" alt="CONTACT" title="CONTACT">
	  </a>
	</nobr>


	          <a href="/pressmeddelanden.asp">
	          	<img src="/bilder/se.png" width="44" height="39" title="SVENSKA" alt="SWEDISH LANGUAGE" border="0">
	          </a>
					
        	  <a href="/dk/pressreleases.asp">
        	  	<img src="/bilder/dk.png" width="44" height="39" title="PÅ DANSK" alt="PÅ DANSK" border="0">
	          </a>
        	

</div>	



    </td> 
    <td valign="top" class="topheart" width="201" align="center">  
<a href="/en/shopinfo.asp" title="PURCHASING INFO">  	
	
	<span class="topheartH1">Till alla Darlings!</span>
	
		<div class="tophearttext">	

 				<img src="/bilder/miniheart.png" border="0"><span class="black">30 days return policy</span>  <br>

 				<img src="/bilder/miniheart.png" border="0"><span class="black">Everything is in stock</span>  <br>
				<img src="/bilder/miniheart.png" border="0"><span class="black">Shipping 9 EUR</span><br>
	<span class="topheartH2">
			Read more >>
	</span>	 
	
		</div>	
	  


</a>	
<br><br>          
    </td>
  </tr>

</table>	

		   
			   
	    </td> 
      <td rowspan="5" valign="top" style="padding-top:140px;">
&nbsp;
      </td>

    </tr>

	
	



  <tr>
    <td>




	


      <table width="100%" border="0" cellSpacing="0" cellPadding="0">
        
        <tr>
          <td valign="top" width="440" class="leftshop">

<table>
	<tr>
		<td valign="top">        
			<form method="POST" action="/en/search.asp">
			<input type="text" name="sqlsearch" size="16">
    </td>
    <td valign="top">

			<input type="image" src="/bilder/ENsok.png" title="SEARCH!">
			</form>         
    </td>
  </tr>
</table>  
  
 <table width="190" border="0" cellSpacing="0" cellPadding="0">

   <tr>

 		<td align="right" class="startshoppingbag">
  <div id="shopTotIf"><table border=0 xclass="ordersumman"><tr><td colspan="2" valign="top" align="right" class="shoppingvagn"><span class="pink">SHOPPINGBAG</span></td></tr><tr><td xclass="svsumma" align="right">Items<br>&nbsp;<span id="orCounts">0</span><br><span class="flashing">Totals&nbsp; (EUR )</span><br><span class="flashing" id="orTotals">0,00</span>&nbsp;</td></tr></table><br><iframe border="0" frameborder="1" vspace="0" hspace="0" width="180" height="40" allowtransparency name="sumFrame" src="/shoppingSum.asp" style="display:none;"></iframe>

  <a href="/en/shoppingCheckOut.asp" title="TO CHECKOUT" style="text-decoration:none;">
    <img src="/bilder/ENtillkassan.png" border="0" width="89" height="30" alt="TO CHECKOUT" title="TO CHECKOUT">
  </a>
<br><br>    
    </td>

  </tr>


 	<tr>
 		<td colspan="2" class="leftmenurooms">
<span class="starttel">FLUFF UP: </span>		<br>	
 			
       <a href="/en/bathroom.asp"           title="BATHROOM">BATHROOM</a><br> 
       <a href="/en/business.asp"           title="BUSINESS">BUSINESS</a><br> 
       <a href="/en/bar.asp"                title="CHAMPAGNE AND BAR">CHAMPAGNE &amp; BAR</a><br> 
       <a href="/en/kitchen.asp"            title="KITCHEN">KITCHEN</a><br> 
       <a href="/en/ego.asp"                title="PERSONALITY">PERSONALITY</a><br>

       <a href="/en/travel.asp"             title="TRAVEL">TRAVEL & LEISURE</a><br>

<br><br>
<!--       <a href="/en/mother.asp" title="MORSDAGS-PRESENT">MOTHER´S DAY-PRESENT</a><br> -->
<!--       <a href="/en/student.asp" title="STUDENT PRESENT">PRESENT FOR STUDENTS</a><br> -->
      <a href="/en/london.asp" title="LONDON">LONDON</a><br>  
      

<br>
 

<br>
<!-- räknare -->



	<span class="startnewsmail">NEWS MAIL?</span>	
 <br> 
<span class="startnewsmailT">Fill in your email address, please!</span>




<form method="POST" action="/en/login.asp">


    <input type="text" name="rsInBox_mail" size="20" maxlength="70">

<input type="image" src="/bilder/ENskicka2.gif" xname="email" value="SEND" title="SEND">  
    <input type="hidden" name="logInToPage" value="/en/pressreleases.asp">
</form>

	
    </td>

  </tr>
  
 </table>
 

 </div>
</div>
<div class="leftbox">

  <a href="http://www.klarna.se" title="Klarna" target="_Klarna" style="text-decoration:none;">
   <img src="/bilder/klarna.png" width="63" height="20" title="Klarna" alt="Klarna" border="0">
  </a>

  <a href="http://www.aurigaepayment.se" title="Auriga ePayment" target="_aurigaepayment" style="text-decoration:none;">
   <img src="/bilder/aurigaepayment.gif" width="63" height="20" title="Auriga ePayment" alt="Auriga ePayment" border="0">
  </a>
  <br>
   <img src="/bilder/mastercard.gif" width="32" height="20" title="MasterCard" alt="MasterCard" border="0">
   <img src="/bilder/verifiedByVisa.gif" width="33" height="20" title="verified by VISA" alt="verified by VISA" border="0">
   <img src="/bilder/visa.gif" width="31" height="20" title="VISA" alt="VISA" border="0">
   <img src="/bilder/bg.gif" width="24" height="27" title="bankgiro" alt="bankgiro" border="0">



</div>


          </td>
          <td valign="top">


      
<table border="0" class="whitebackground" width="827">
        

	 <tr class="whitebgTop">
	   <td class="submeny">

   <a href="/en/pressreleases.asp" title="Pressreleases">Pressreleases</a>	          
   <a href="/en/media.asp" title="Fluffbabes in media">Fluffbabes in media</a>
	 <a href="/en/pressphotos.asp" title="Photos">Photos</a>
   <a href="/en/presscontact.asp" title="Press contact">Press contact</a>
     </td>

   </tr>  


   
   
	 <tr class="whitebgMid">
	   <td class="content">

	



<div class="omosssida">

<h2>
Press releases
</h2>



<p>
Click at the headlines for the complete text.<br>
<b>For more info please contact:</b><br>

Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>

Annika Legàth, darling@fluffbabes.com<br>

For high-resoution pictures<br>
 please contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>

<!--- pressmeddelandena -->
<!---  -->
<a href="#tips27" NAME="chkLevAB" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataAB').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">December 2009</span><br>
Fluffy Marshmallows Body Lotion – with a touch of passion!</h2>
<h3> – fragrant winter innovation from www.fluffbabes.com</h3>
</a>
<p>
When Fluffbabes set out to create our own scent in the Fluffy Marshmallows product range we went into partnership with Anna Hellqvist, the highly competent founder/owner of the TVAAL company. Since then, products from the range such as Fluffy Marshmallows Body Butter, Shower Gel and Washing up Fluid have become hugely popular. 

</p>


<div id="levDataAB" STYLE="display:none;" class="pressmed">
<p><a name="tips27"></a></p> 

<p>
And now Fluffbabes and Anna at TVAAL have done it again – this time in the form of a long-awaited, new product. This wonderfully scented Body Lotion, created by aroma-guru Anna, is an exclusive addition to our Fluffy Marshmallows range.
Fluffy Marshmallows Body Lotion is vivacious, passionate – and pink. Just like all the other products in the range, it’s made by hand and contains special oils which have a fantastic softening effect. Your skin will be wonderfully soft and moist and will stay that way for the rest of the day. 
</p>
<p>
All of the products that we produce in collaboration with TVAAL are environment-friendly, phosphate-free and bio-degradable. Anna Hellqvist is Swedish, but lives in Newfoundland where she has been running her own TVAAL company for 8 years now. Fluffbabes are always keen to work alongside creative female entrepreneurs. We are delighted to be working with Anna, who is a continual source of inspiration. And we will be introducing more gorgeously scented products to the series in the future.  
</p>
<p>
Fluffy Marshmallows Body Lotion costs 189 SEK/bottle containing 240 ml. 
Other products in the series are Body Butter, Body Scrub, Shower Gel, Washing Up Fluid and Universal Cleaning Fluid. 
</p>
<p> 
To see this product in our internet shop, visit
<a href="http://www.fluffbabes.com/en/fluff/details/FLUFF458.asp" title="Body Lotion">
Body Lotion
</a>
</p> 

<a href="/en/fluff/pic/big/FLUFF458a.jpg" title="Body Lotion" target="_FLUFF458">
  <img src="/fluff/pic/FLUFF458.jpg" border="0" width="200" height="200" alt="FLUFF458">
</a>


<p>
<b>For more info, please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com
Annika Legàth Fagerström, darling@fluffbabes.com
For hi-resolution photo work please contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- -->
<!---  -->
<a href="#tips26" NAME="chkLevAB" VALUE="checked"  
onclick="javascript:var e=document.getElementById('chkLevAB').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">October 2009</span><br>
Champagne cooler – a great gift for your hostess! </h2>
<h3>– Autumn news from www.fluffbabes.com</h3>
</a>
<p>
Brighten up those dark autumn evenings with this practical, pink champagne bottle chiller – and brighten up your hostess’s day with one as a gift! Champagne all ready to drink! 
</p>

<div id="chkLevAB" STYLE="display:none;" class="pressmed">
<p><a name="tips26"></a></p> 


<p>
Why ever didn’t we think of it before – when you give someone a bottle of champagne it ought to be ready-chilled and ready to drink! That way you’re sure to be offered a glass yourself... 
</p>
<p>
We Fluffbabes found this brilliantly intelligent product in Australia. It was designed by a couple of guys with an obvious taste for the good things in life. 
</p>
<p>
Just put your bottle of champagne into this super-smart container together with a load of ice cubes! You might want to give it away as a gift – and you might want to take it along on a picnic. Whichever way, you need your champagne to be well-chilled. Ideal for chilling white win, too – or any other beverage that should be enjoyed well-chilled. 
</p>

<p>
Made of high-quality, sturdy plastic. The colour? – well, Pink of course! 
</p>
<p>
Price: 79 SEK
</p>
<p> 
To see this product
<a href="http://www.fluffbabes.com/en/fluff/details/FLUFF436.asp" title="Champagne cooler">
Champagne cooler
</a>
</p> 
<p> 
For high-resolution pictures:
<a href="http://www.fluffbabes.se/bilder/high/fluff436.zip" title="Champagne cooler" target="_Champagnecooler">
(zip-fil på 3MB)
</a>
</p> 
<a href="/fluff/pic/big/FLUFF436a.jpg" title="champagnekylare" target="_FLUFF436">
  <img src="/fluff/pic/FLUFF436.jpg" border="0" width="200" height="200" alt="FLUFF436">
</a>

<p>
<b>For more info, please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com
Annika Legàth Fagerström, darling@fluffbabes.com
For hi-resolution photo work please contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>


</div>

<!-- -->
<!---  -->
<a href="#tips25" NAME="chkLevZ" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataZ').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">August 2009</span><br>
Computer keyboard for Blondes!</h2>
<h3>– Hot autumn news from www.fluffbabes.com in August – week 34</h3>
</a>
<p>
The hottest, pinkest, blondest keyboard imaginable – finally available in Sweden! Direct from the USA, this ridiculously cool, pink, fun, pink computer keyboard, all ready to go to work with your PC or Mac.  
</p>

<div id="levDataZ" STYLE="display:none;" class="pressmed">
<p><a name="tips25"></a></p> 


<p>
”There’s a Blonde in every one of us” – this is a well-known Fluffbabe saying, and this product is going to prove the fact – Big Time. The keys talk “Blonde-language” and seem to have a mind of their own, thanks to innovative, patented American technology. Can of course also be used as a conventional keyboard.  
</p>
<p>
Technical data:<br>
Really easy to install – just insert the plug in a USB port.  
Compatible with both PC and Mac.
For Swedish users, a sheet of stickers is included. Simply stick them on the keys!  
Hey – it’s fun!
</p>
<p>
The keyboard has keys that talk. Here are a few examples: Yes, they really talk! Simply press Shift + LOL-keys. Enter-key says: ”Yes! I want it” – and sometimes: ”Aha”. The Back key says ”Oops!” Upper register number keys or + arrow keys can be used to play tunes. Caps-Lock says: ”Warning”. F1 says: ”Help!” 
</p>

<p>
Price: 699 SEK/item. 
</p>
<p> 
To see this product
<a href="http://www.fluffbabes.com/en/fluff/details/FLUFF427.asp" title="Keyboard for Blondes">
Keyboard for Blondes
</a>
</p> 



<p> 
For high-resolution pictures:
<a href="http://www.fluffbabes.com/bilder/high/fluff427.zip" title="Keyboard for Blondes" target="_KeyboardforBlondes">
(zip-fil på 13MB)
</a>
</p> 
<a href="/fluff/pic/big/FLUFF427a.jpg" title="Keyboards for Blondes" target="_FLUFF427">
  <img src="/bilder/keyboardsforblondes.jpg" border="0" alt="Keyboards for Blondes"> 
</a>
</div>

<!-- -->
<!---  -->
<a href="#tips24" NAME="chkLevY" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataY').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">2009-05-20</span><br>
Perfumed, pink toilet paper in a luxury pack!</h2>
<h3>– summer offer from fluffbabes.com</h3>
</a>
<p>
Tired of giving your hostess chocolates and flowers? Here’s an alternative c/o internet store www.fluffbabes.com! It’s the perfect gift for a hostess or girl friend: scented, cherry-pink toilet paper gift-wrapped in an elegant champagne bottle tube! 
</p>

<div id="levDataY" STYLE="display:none;" class="pressmed">
<p><a name="tips24"></a></p> 
<p>
Isn’t this an eye-opener? And if anything needs a serious face-lift, surely it’s toilet paper?
</p>
<p>
This really is a super product. Perfect for your guest toilet, where visitors are sure to notice these deliciously scented, attractive rolls of paper.
</p>
<p>
An added bonus is that just a couple of rolls will make the ”smallest room” smell delightful! Nice for your guests, and nice for you as a hostess.
</p>
<p>
And isn’t it good to know that this toilet paper is to be found in luxury hotels all over the world: London, Paris, Rome, Stockholm and New York? Not to mention in your home, too. And so easily accessible via your internet connection! 
</p>
<p>
Price: 99 SEK per pack containing 3 rolls.<br>
Colour: cherry pink, black – and (coming up later this year as a Christmas surprise) -  red.
</p>
<p> 
To see this product
<a href="http://www.fluffbabes.com/en/fluff/details/FLUFF423.asp" title="Toilet paper">
Toilet paper
</a>
</p> 

<a href="/fluff/pic/big/FLUFF423a.jpg" title="Toilet paper" target="_FLUFF423">
<img src="/fluff/pic/small/FLUFF423a.jpg" border="0" alt="Toilet paper"> 
</a>
<a href="/fluff/pic/big/FLUFF424a.jpg" title="Toilet paper" target="_FLUFF424">
<img src="/fluff/pic/small/FLUFF424a.jpg" border="0" alt="Toilet paper"> 
</a>

<p>
<b>For further information please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>
Annika Legàth, darling@fluffbabes.com<br>
For high-resolution art work please contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- -->
<!---  -->
<a href="#tips23" NAME="chkLevX" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataX').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">2009-04-14</span><br>
You won’t find a more elegant weekend bag than this! </h2>
<h3>– the latest from www.fluffbabes.com – for your weekend trip, available in silver and gold</h3>
</a>
<p>
It was photographer Pia Britton aka Fluffbabe Harmony, who first discovered these outrageously elegant weekend bags in floral patterned patent leather, and brought them back to our shop at fluffbabes.com. For ages we’ve been looking for the optimal holdall for a short vacaton – and we think Pia has come up trumps...
</p>

<div id="levDataX" STYLE="display:none;" class="pressmed">
<p><a name="tips23"></a></p> 
<p>
And now it’s available to shoppers who’re looking for a handy, elegant, different bag for weekend use. Indeed, it’s so conspicuous that you’ll see it immediately when it pops up on the conveyor belt at bagage reclaim. It’s absolutely ideal for a mini holiday of a few days. And of course it has wheels and and a telescope handle so you won’t have to carry it. There is also a shoulder strap if you should be travelling extremely light! Although our guess would be that the bag will be a lot heavier on the trip home...
</p>
<p>
Our weekend bag is available in two colours: silver and gold. It’s made of patent leather and is decorated with an embossed floral pattern.
</p>
<p>
Dimensions:<br>
Length: 42 cm<br>
Height: 31 cm<br>
Depth: 30 cm<br>

<br><br>
Price: 669 SEK.
</p>
<p> 
To see this product
<a href="http://www.fluffbabes.com/en/fluff/details/FLUFF330.asp" title="Weekend-bag">
Weekend-bag
</a>
</p> 

<a href="/fluff/pic/big/FLUFF330a.jpg" title="Weekend-bag" target="_FLUFF330">
<img src="/fluff/pic/small/FLUFF330a.jpg" border="0" alt="Weekend-bag"> 
</a>
<a href="/fluff/pic/big/FLUFF331c.jpg" title="Weekend-bag" target="_FLUFF331">
<img src="/fluff/pic/small/FLUFF331c.jpg" border="0" alt="Weekend-bag"> 
</a>


<p>
<b>For further information please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>
Annika Legàth, darling@fluffbabes.com<br>
For high-resolution art work please contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- -->
<!---  -->
<a href="#tips22" NAME="chkLevU" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataV').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">2009-03-23</span><br>
Say hello to Spring with a flower that never fades! </h2>
<h3>– ”Daisy” ring...latest news from fluffbabes.com</h3>
</a>
<p>
The days are getting longer and longer and soon spring will be here with all its buds and flowers. What do you say to decorating your finger with a cute little  Daisy-ring? It’ll be ideal to wear at all the parties and events you’ll be going to this spring and summer. And this is one daisy that is guaranteed never to fade.
</p>

<div id="levDataV" STYLE="display:none;" class="pressmed">
<p><a name="tips22"></a></p> 
<p>
The Daisy ring was created by jewellery designer Ann-Sofie Lundqwist and is made of crocheted cotton with an edging of silver thread. In the middle of the flower nestles a tiny, colourless Swarovski crystal.
</p>
<p>
Ann-Sofie quit her job as a market economist about a year ago in order to work full-time as a jewellery designer with her own product range by the name of Karin Viktoria.
– Karin Viktoria arose from my dream of doing something which feels good and meaningful. For me, working on my first collection has been like coming home, says Sofie, who lives and works in Örebro, Sweden.
– Karin Viktoria was my paternal grandmother, someone who meant a great deal to me, says Ann-Sofie. She taught me needlework and lots of other creative skills.  
</p>
<p>
Ann-Sofie has always been fascinated by contrasts and by the unexpected: rough meets smooth, hard meets soft, old meets new etc. Unexpected juxtapositions create energy. She prefers to use materials that are full of contrasts such as broken glass, wool, crystals, lacqueur and beads. And her materials are always top quality. 
</p>
<p>
Fluffbabes fell immediately for Ann-Sofie’s collection and are already marketing her ”Crush ring” with its matching earrings, all of which are made of broken glass from vandalised telephone booths. And now her delightful ”Daisy” ring has arrived in celebration of Spring, and is available in two colours: light pink and cherry pink. The crocheted flower is 35 mm in diameter. The ring is made of Sterling silver and is adjustable, fitting most fingers. Price: 495 SEK.

</p>
<p> 
To browse the products
<a href="http://www.fluffbabes.com/en/fluff/details/FLUFF418.asp" title="Ring">
The Daisy ring
</a>
</p> 

<a href="/fluff/pic/big/FLUFF418a.jpg" title="Ring" target="_FLUFF418">
<img src="/fluff/pic/small/FLUFF418a.jpg" border="0" alt="Ring"> 
</a>
<a href="/fluff/pic/big/FLUFF419c.jpg" title="Ring" target="_FLUFF419">
<img src="/fluff/pic/small/FLUFF419c.jpg" border="0" alt="Ring"> 
</a>

<p>
Click at each small picture to get a big one, in a new window.<br>

<b>For more info please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>
Annika Legàth, darling@fluffbabes.com<br>
For pictures contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- -->
<!---  -->
<a href="#tips21" NAME="chkLevU" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataU').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">2009-03-02</span><br>
At long last – galoshes for high heels!</h2>
<h3>– latest news from internet store www.fluffbabes.com</h3>
</a>
<p>
The first time we saw these amazing galoshes for high heels from the Norwegian company SWIMS, we thought:<br>
”– Galoshes for high-heeled shoes – they must be kidding! Was our dream really coming true – of being able to walk out in our high heels in the rain and snow? We could hardly believe it.”
</p>

<div id="levDataU" STYLE="display:none;" class="pressmed">
<p><a name="tips21"></a></p> 
<p>
But now we know. These galoshes are for real, and we love them! So we’ve bought a shipment for our internet shop at fluffbabes.com. The galoshes are available in three colours: purple, red and black. Next time you’re going out in the rain, simply pull the galoshes over your shoes. The heel goes through a handy little hole in the sole, so it comes free of the rubber!
</p>
<p>
Another unexpected bonus is that the pattern on the soles shows a map of various districts in Paris. So if you ever get lost on a weekend trip to Paris, just have a look at the soles of your galoshes and you’ll be right back on track! 
</p>
<p>
Colours: purple, red and black<br>
Sizes: S (37-39) and M (40-42)<br>
Price: 669 SEK per pair
</p>
<p> 
To browse the products
<a href="http://www.fluffbabes.com/en/fluff/details/FLUFF414.asp" title="Galoshes">
Galoshes
</a>
</p> 

<a href="/fluff/pic/big/FLUFF414b.jpg" title="Galoshes" target="_FLUFF414">
<img src="/fluff/pic/small/FLUFF414b.jpg" border="0" alt="Galoshes"> 
</a>
<a href="/fluff/pic/big/FLUFF415c.jpg" title="Galoshes" target="_FLUFF415">
<img src="/fluff/pic/small/FLUFF415c.jpg" border="0" alt="Galoshes"> 
</a>

<p>
Click at each small picture to get a big one, in a new window.<br>

<b>For more info please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>
Annika Legàth, darling@fluffbabes.com<br>
For pictures contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- -->
<!---  -->
<a href="#tips20" NAME="chkLevT" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataT').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">2009-02-01</span><br>
Fluffbabes put a face on ”The Lipstick Index” </h2>
<h3></h3>
</a>
<p>
”– Darling Fluffbabes! Yesterday when my husband got home we opened a bottle of champagne (and it was a Tuesday!) and then took a wonderful foam bath together. Since I found out about Fluffbabe,s life has become so much more fun. Thank you for being there for us!”  
Can you imagine how nice it is for us, as businesswomen, to open our mailbox every day and read that sort of message from our customers?
</p>

<div id="levDataT" STYLE="display:none;" class="pressmed">
<p><a name="tips20"></a></p> 
<p>
There’s a lot of talk in the media currently about ”The Lipstick Index” – meaning that when a recession hits, there’s an increase in the sale of lipstick and other ”minor luxury” products – the commoditites that brighten up people’s daily lives. According to many trend experts, the trend for daily glamour was in fact on the increase throughout 2008, even before the onstart of the international recession. At fluffbabes.com you’ll find daily items which are fun, glammy, and elegantly designed  - qualities which have been our speciality ever since we launched our site in the beginning of 2007. 
</p>
<p>
In other words, our business idea is in tune with the present situation – the idea of saving people from the drudgery of daily life! Life is too short for boredom and we are committed to having fun every single day; our products and our lifestyle are geared to laughter, thoughtfulness – and enjoyment. We want people to appreciate the small surprises that life offers, and to feel good about themselves.  
</p>
<p>
Fluffbabes’ customers and members have taken this message to their hearts and every day we receive mail from them thanking us for being there and for making life more fun for them. 
</p>
<p>
We believe that our idea of combining an internet shop with a lifestyle concept is unique. Om the Fluffbabes site there’s more than just shopping. You can take a test to find out if you are a genuine Fluffbabe, you can read our blogs, you can send messages to each other and suggest ideas for new products and functions on the site. You can also write in to us to seek advice on all sorts of topics. Our members can also purchase their own email address with fluffbabes as their domain name!

</p> 


<p> 
Read more
<a href="/en/aboutus.asp" title="fluffbabes">
ABOUT US
</a>
</p> 

<p>


<b>For more info please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>
Annika Legàth, darling@fluffbabes.com<br>
For pictures contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- -->
<!---  -->
<a href="#tips19" NAME="chkLevS" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataS').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">2009-01-15</span><br>
Unique rings in crushed glass from telephone boxes!  </h2>
<h3>– a genuine ”crusher” from fluffbabes.se</h3>
</a>
<p>
Fluffbabes have kicked off the new year with an exciting new partnership with jewelery designer Ann-Sofie Lundqwist. An innovation in our Internet shop are her beautiful, sparkling rings made of crushed glass recycled from obselete telephone boxes! Talk about creative use of recycled products...!
</p>

<div id="levDataS" STYLE="display:none;" class="pressmed">
<p><a name="tips19"></a></p> 
<p>
Can anything as ”unfluffy” as crushed glass from telephone boxes be transformed into attractive jewelery? You bet it can! 
– All I could think about when I saw all that broken glass from vandalised telephone boxes was – Wow, that’s beautiful! And that’s how jewelery designer Ann-Sofie Lundqwist got the idea for her ”crush” rings.
</p>
<p>
About one year ago Ann-Sofie quit her job as a market economist in order to develop her talents as a jewelery designer. She now works on a full time basis with her own brand known as Karin Viktoria.
– Karin Viktoria is the result og me wanting to do something which feels right to me – and meaningful. Working on my first collection has been like coming back home, says Ann-Sofie, who lives and works in the Swedish town of Örebro.
– Karin Viktoria was my grandmother – someone who meant a lot to me, says Ann-Sofie. She taught me needlework and lots of other creative skills.  
</p>
<p>
Ann-Sofie has always been fascinated by contrasts and by the unexpected: rough meets smooth, hard meets soft, old meets new etc etc. Opposites that create energy. She finds it natural to combine contrasting materials like broken glass, wool, crystals, varnish, beads. And the materials in her jewelery are always of the finest quality.  
</p>
<p>
Fluffbabes fell for Ann-Sofie’s collection immediately and are starting off by presenting her ”Crushring”, hand made of crushed glass from telephone boxes, Swarovski crystals and gold leaf based on sterling silver. The ring is open, making it suitable for fingers of all sizes. Price: 495 SEK. 
</p>
<p> 
To see this product visit www.fluffbabes.com (low resolution pictures can be copied directly from the site).<br>
<a href="http://www.fluffbabes.se/en/fluff/details/FLUFF406.asp" title="Ring">
Ring in crushed glass from telephone boxes
</a>
</p> 

<a href="/en/fluff/pic/big/FLUFF406a.jpg" title="Ring" target="_FLUFF406">
<img src="/fluff/pic/small/FLUFF406a.jpg" border="0" alt="Ring"> 
</a>
<a href="/en/fluff/pic/big/FLUFF406c.jpg" title="Ring" target="_FLUFF406">
<img src="/fluff/pic/small/FLUFF406c.jpg" border="0" alt="Ring"> 
</a>



<p>
Click at each small picture to get a big one, in a new window.<br>

<b>For more info please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>
Annika Legàth, darling@fluffbabes.com<br>
For pictures contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- -->
<!---  -->
<a href="#tips18" NAME="chkLevR" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataR').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">2008-12-22</span><br>
Elegant rose-shaped ear pendants!</h2>
<h3>– latest addition at fluffbabes.com</h3>
</a>
<p>
Hand-made ear pendants in the shape of roses are the latest addition at the www.fluffbabes.com internet shop. They are designed and hand-made by Clara from Skaane in southern Sweden and are retailed exclusively on the Fluffbabes site.

</p>

<div id="levDataR" STYLE="display:none;" class="pressmed">
<p><a name="tips18"></a></p> 
<p>
Each pendant is hand-made in synthetic clay which is then fired and glazed to improve durability. Clara does everything by hand and says: 
</p> 
<p> 
"I put a lot of love into every single rose petal."
</p> 
<p> 
As a result each pair of pendants is unique, and Clara adds that it can be a good idea to experiment and 'rotate' the pendant once it's in your ear until you find the effect you    like best. 
</p> 
<p> 
This is a real handicraft product and should be treated as such - so put on your makeup and spray your hair before you put in your pendants! If you take care of them, your pendants will keep their lustre for ever and ever... 
</p> 
<p> 
The pin is guaranteed nickel-free and adheres to EU standards. The pendants can only be used in pierced ears and come in red, black, black-with-glitter, cherry red, silver, and gold. 
</p> 
<p> 
Price 229 SEK per pair.
</p>
<p>

To see this product please visit www.fluffbabes.com (low resolution pictures can be down loaded directly from the site). 

</p> 
<p> 
To see this product in our Internet shop, please go to www.fluffbabes.com<br>
<a href="http://www.fluffbabes.se/en/abc.asp?group=03" title="ear pendants">
ear pendants
</a>
</p> 

<a href="/fluff/pic/big/FLUFF397a.jpg" title="ear pendants" target="_FLUFF397">
<img src="/fluff/pic/small/FLUFF397a.jpg" border="0" alt="ear pendants"> 
</a>
<a href="/fluff/pic/big/FLUFF398a.jpg" title="ear pendants" target="_FLUFF398">
<img src="/fluff/pic/small/FLUFF398a.jpg" border="0" alt="ear pendants"> 
</a>

<a href="/fluff/pic/big/FLUFF399a.jpg" title="ear pendants" target="_FLUFF399">
<img src="/fluff/pic/small/FLUFF399a.jpg" border="0" alt="ear pendants"> 
</a>
<a href="/fluff/pic/big/FLUFF400a.jpg" title="ear pendants" target="_FLUFF400">
<img src="/fluff/pic/small/FLUFF400a.jpg" border="0" alt="ear pendants"> 
</a>

<p>
Click at each small picture to get a big one, in a new window.<br>

<b>For more info please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>
Annika Legàth, darling@fluffbabes.com<br>
For pictures contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- -->
<!---  -->
<a href="#tips17" NAME="chkLevQ" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataQ').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">2008-11-25</span><br>
Elegant wristwarmers! </h2>
<h3>– it’s the season for smart and practical wrist muffs from fluffbabes.com</h3>
</a>
<p>
Winter’s here and we’re having to dress up for the cold weather. These beautifully embroidered wristwarmers are guaranteed to keep you warm both indoors and out. There’s a whole range of various colour combinations available in the Fluffbabes’ internetshop at www.fluffbabes.com
</p>

<div id="levDataQ" STYLE="display:none;" class="pressmed">
<p><a name="tips17"></a></p> 
<p>
These beautiful wristwarmers embroidered with gold and gems are like a dream of a far-distant past. They go well with a polo neck, with a blazer, with a sleeveless top or under a jacket. 
</p>
<p>
They were designed exclusively for Fluffbabes so you can be sure not to find them anywhere else. The lambskin comes from free range sheep in southern Sweden and each skin was individually selected by the manufacturer. 
</p>
<p>
New this season are models in rust-brown/bordeaux, gold, and gold-and-black. The handmade braid comes from India; it’s an exclusive product that is shipped in in limited quantities. These wristwarmers fit most wrists and are available in the following colours: rust-brown, emerald green, blue, black, black-and-gold, light and dark pink. Width: 10 cm. Price: 959 SEK/pair. 

</p>
<p>

To see this product please visit www.fluffbabes.com (low resolution pictures can be down loaded directly from the site). 

</p> 
<p> 
To see this product in our Internet shop, please go to www.fluffbabes.com<br>
<a href="http://www.fluffbabes.se/en/abc.asp?group=H1" title="wristwarmers">
wristwarmers
</a>
</p> 

<a href="/fluff/pic/big/FLUFF327a.jpg" title="handledsvärmare" target="_FLUFF327">
<img src="/fluff/pic/small/FLUFF327a.jpg" border="0" alt="handledsvärmare"> 
</a>
<a href="/fluff/pic/big/FLUFF166a.jpg" title="handledsvärmare" target="_FLUFF166">
<img src="/fluff/pic/small/FLUFF166a.jpg" border="0" alt="handledsvärmare"> 
</a>

<a href="/fluff/pic/big/FLUFF059a.jpg" title="handledsvärmare" target="_FLUFF059">
<img src="/fluff/pic/small/FLUFF059a.jpg" border="0" alt="handledsvärmare"> 
</a>
<a href="/fluff/pic/big/FLUFF061a.jpg" title="handledsvärmare" target="_FLUFF061">
<img src="/fluff/pic/small/FLUFF061a.jpg" border="0" alt="handledsvärmare"> 
</a>

<p>
Click at each small picture to get a big one, in a new window.<br>

<b>For more info please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>
Annika Legàth, darling@fluffbabes.com<br>
For pictures contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- -->
<!---  -->
<a href="#tips16" NAME="chkLevP" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataP').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">2008-11-18</span><br>
Pink Lady Salt!</h2>
<h3>– new pink salt flakes from fluffbabes.com</h3>
</a>
<p>
Makes you think of a salty bride in luxury attire, doesn’t it! Well, it is indeed salt – but in a highly exclusive version. Pink Lady Salt is pink, flaked salt with a delicious hint of beetroot – that underestimated vegetable which gives this salt its subtle colour. Available now in the Fluffbabe internet shop at www.fluffbabes.com. 
</p>

<div id="levDataP" STYLE="display:none;" class="pressmed">
<p><a name="tips16"></a></p> 
<p>
Pink Lady Salt is the favourite of a wide range of chefs – and now it’s ours, too. Not only does it have a lovely name, the beetroot ingredient is healthy and gives these flakes of salt an attractive appearance and an exclusive flavour!
</p>
<p>
This deliciously attractive flaked salt is a must for the kitchen – and for the dining table this coming Christmas!
</p>
<p>

Price: 65 SEK pr. tin containing 1.75 dl.
</p>
<p>

To see this product please visit www.fluffbabes.com (low resolution pictures can be down loaded directly from the site). 

</p> 
<p> 
To see this product in our Internet shop, please go to www.fluffbabes.com<br>
<a href="http://www.fluffbabes.se/en/fluff/details/FLUFF358.asp" title="Pink Lady Salt">
Pink Lady Salt
</a>
</p> 

<a href="/fluff/pic/big/FLUFF358a.jpg" title="Pink Lady Salt" target="_FLUFF358">
<img src="/fluff/pic/small/FLUFF358a.jpg" border="0" alt="Pink Lady Salt"> 
</a>
<a href="/fluff/pic/big/FLUFF358b.jpg" title="Pink Lady Salt" target="_FLUFF358">
<img src="/fluff/pic/small/FLUFF358b.jpg" border="0" alt="Pink Lady Salt"> 
</a>

<p>
Click at each small picture to get a big one, in a new window.<br>

<b>For more info please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>
Annika Legàth, darling@fluffbabes.com<br>
For pictures contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- -->
<!---  -->
<a href="#tips15" NAME="chkLevO" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataO').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">2008-11-07</span><br>
Daily Commodities – Parisian Style!</h2>
<h3>– new French favourites from fluffbabes.com</h3>
</a>
<p>
Fluffbabes have been on a shopping spree in Paris and have come back with a clear favourite: the French ’Les Cakes de Betrand’ company. A whole new series of commodities from the company is now available in the Fluffbabes Internet shop – elegant, cool, exclusive products with a penchant for ”retro” motifs. But there’s lots more besides...
</p>

<div id="levDataO" STYLE="display:none;" class="pressmed">
<p><a name="tips15"></a></p> 
<p>
How about toilet bags and make-up bags with plenty of room (we hope) for all your cosmetics? They’re wider at the base – meaning there should even be enough room for a perfume bottle or two.  
</p>
<p> 
The style of design will take you back on a nostalgic trip to the 1930s, 40s and 50’s! One example is a make-up bag with a 50s-style model wearing a huge broad-rimmed hat and with red, sparkling buttons on her jacket. Another stylish upgrade for your handbag could be a lovely new spectacle case in exclusive cotton bearing a French motif in velvet?  
- Or a wallet for your credit or bank cards decorated with the Eiffel Tower, the Moulin Rouge – or a French Bulldog. Fabrics are durable, exclusive cotton and velvet. 
</p>
<p> 
This new French series also includes some tempting confectionary: attractive, delicious chocolate biscuits, elegantly wrapped and with Parisian motifs. Or almond chocolates in gorgeous boxes. Ideal to be given away as presents!
Brighten up these dark Autumn days with a bit of Parisian sparkle, and brighten up your home with some of the romance, fashion and glamour of Le Gai Paris! 

</p> 
<p> 
To see this product in our Internet shop, please go to www.fluffbabes.com<br>
<a href="http://www.fluffbabes.se/en/abc.asp?group=S3" title="Les Cakes de Betrand">
Les Cakes de Betrand
</a>
</p> 

<a href="/fluff/pic/big/FLUFF377a.jpg" title="Necessär - Modellmotiv" target="_FLUFF377">
<img src="/fluff/pic/small/FLUFF377a.jpg" border="0" alt="Necessär - Modellmotiv"> 
</a>
<a href="/fluff/pic/big/FLUFF384a.jpg" title="Glasögonfodral - Modell" target="_FLUFF384">
<img src="/fluff/pic/small/FLUFF384a.jpg" border="0" alt="Glasögonfodral - Modell"> 
</a>
<a href="/fluff/pic/big/FLUFF374a.jpg" title="Visitkortsfodral – Bulldog" target="_FLUFF374">
<img src="/fluff/pic/small/FLUFF374a.jpg" border="0" alt="Visitkortsfodral – Bulldog"> 
</a>
<a href="/fluff/pic/big/FLUFF262a.jpg" title="Chokladmandlar m Eiffeltorn" target="_FLUFF262">
<img src="/fluff/pic/small/FLUFF262a.jpg" border="0" alt="Chokladmandlar m Eiffeltorn"> 
</a>

<p>
Click at each small picture to get a big one, in a new window.<br>

<b>For more info please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>
Annika Legàth, darling@fluffbabes.com<br>
For pictures contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- -->
<!---  -->
<a href="#tips14" NAME="chkLevN" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataN').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">2008-10-22</span><br>
Fluffy Marshmallows Universal Cleaning Fluid – with a heavenly scent!</h2>
<h3> – Springtime news from www.fluffbabes.com</h3>
</a>
<p>
Some time ago we Fluffbabes launched our own exclusive scent in a product range which we called Fluffy Marshmallows. This also marked the beginning of our partnership with highly-skilled Anna Hellquist who owns her own company – TVAAL. So far, this partnership has resulted in – among others - Fluffy Marshmallows Body Butter and Dish Liquid, both of which have been bestsellers.
</p>

<div id="levDataN" STYLE="display:none;" class="pressmed">
<p><a name="tips14"></a></p> 
<p>
And now Fluffbabes have done it again – created, in collaboration with Anna at TVAAL,  a product that you simply can’t live without. This subtle-scented universal cleaning fluid was created by chemistry-guru Anna Hellquist and is an exclusive to our internet shop.
</p> 
<p> 
It’s a good idea to use <b>Fluffy Marshmallows Universal Cleaning Fluid</b> if you want your home to smell fresh and clean. Give it a pep-up before Christmas, during spring-cleaning – or before a party. Give your home a much-needed face-lift! 
 </p> 
<p> 
Like all of Anna Hellkvist’s TVAAL products, this product is environment-friendly, phosphate-free and biologically degradable. <b>Anna Hellqvist</b> is of Swedish origin but lives in Newfoundland and has been running her own TVAAL company there for about 7 years.  Like many of our suppliers, Anna fell head over heels for our Fluffbabes concept when we described it to her – that of making life a bit more fluffy and glamourous. Fluffbabes are continually on the lookout for creative, female manufacturers. We’re proud of our collaboration with Anna. And we can assure you that there are many more lovely fragrant products to come. 
</p> 
<p> 

Fluffy Marshmallows Universal Cleaning Fluid costs 145 SEK per bottle containing 500 ml. Previous products in the same range are Body Butter, Body Scrub, Shower Gel and Dish Fluid. Originally conceived as a spring product, we’re giving you a sneak preview of this Universal Cleaning Fluid before Christmas…

</p> 
<p> 
To see this product in our Internet shop, please go to www.fluffbabes.com<br>
<a href="onlyatfluffbabes.asp" title="Only at Fluffbabes">
Only at Fluffbabes
</a>
</p> 

<a href="/fluff/pic/big/FLUFF362a.jpg" title="FLUFF362" target="_FLUFF362">
<img src="/fluff/pic/small/FLUFF362a.jpg" border="0" width="120" height="120" alt="FLUFF362"> 
</a>
<a href="/fluff/pic/big/FLUFF362b.jpg" title="FLUFF362" target="_FLUFF362">
<img src="/fluff/pic/small/FLUFF362b.jpg" border="0" width="120" height="120" alt="FLUFF362"> 
</a>
<a href="/fluff/pic/big/FLUFF362c.jpg" title="FLUFF362" target="_FLUFF362">
<img src="/fluff/pic/small/FLUFF362c.jpg" border="0" width="120" height="120" alt="FLUFF362"> 
</a>


<p>
Click at each small picture to get a big one, in a new window.<br>

<b>For more info please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>
Annika Legàth, darling@fluffbabes.com<br>
For pictures contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- -->
<!---  -->
<a href="#tips13" NAME="chkLevM" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataM').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">2008-10-01</span><br>
Provocative statements on daily goods! </h2>
<h3>New fun products available at fluffbabes.com</h3>
</a>
<p>
After the outrageous success of our doormat with the cheeky inscription ”Queen of fucking everything” we Fluffbabes have come up with even more challenging messages - ”statements” that enhance daily articles...
</p>

<div id="levDataM" STYLE="display:none;" class="pressmed">
<p><a name="tips13"></a></p> 
<p>
What do you think of statements such as:
</p> 
<p> 
 

”An attitude is a terrible thing to waste”

 </p> 
<p> 

”Do the words ’Gifted and Talented’ mean anything to you?”
</p> 
<p> 
 

”I love not camping”

 </p> 
<p> 

”Why yes, I am overqualified”
</p> 
<p> 
 

”Honey, you couldn’t handle half of me”
</p> 
<p> 
 

All of these bons mots can be seen on products such as passport wallets, pocket mirrors, purses and notebooks, all of them available in the Internet store at www.fluffbabes.com
</p> 
<p> 
Probably one of these statements will be well-suited to yourself, or perhaps to a friend who will be surprised and delighted to receive a gift from you!
</p> 
<p> 
 

”Fun, glamour and unexpected design in everyday articles are becoming a major trend”, says Stefan Nilsson, Trend Analyst at Trengruppen. One company which specialises in fun products for everyday life is Fluffbabes.”


</p> 
<p> 
More about the products, please go to www.fluffbabes.com
<a href="business.asp" title="business">
Business
</a>
</p> 

<a href="/fluff/pic/big/FLUFF324a.jpg" title="FLUFF324" target="_FLUFF324">
<img src="/fluff/pic/small/FLUFF324a.jpg" border="0" width="120" height="120" alt="FLUFF324"> 
</a>
<a href="/fluff/pic/big/FLUFF322a.jpg" title="FLUFF322" target="_FLUFF322">
<img src="/fluff/pic/small/FLUFF322a.jpg" border="0" width="120" height="120" alt="FLUFF322"> 
</a>
<a href="/fluff/pic/big/FLUFF321a.jpg" title="FLUFF321" target="_FLUFF321">
<img src="/fluff/pic/small/FLUFF321a.jpg" border="0" width="120" height="120" alt="FLUFF321"> 
</a>


<p>
Click at each small picture to get a big one, in a new window.<br>

<b>For more info please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>
Annika Legàth, darling@fluffbabes.com<br>
For pictures contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- -->
<!---  -->
<a href="#tips12" NAME="chkLevL" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataL').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">2008-09-12</span><br>
Fair Trade örngott för skönhetssömn!  </h2>
<h3>Naturligt sidenörngott som höstnyhet hos fluffbabes.se</h3>
</a>
<p>
Efter framgångarna med sidentofflorna och sovmaskerna i våras från Holistic Silk presenterar nätshopen www.fluffbabes.se det ljuvliga örngottet av naturligt siden för den bästa föryngrande skönhetssömnen. Här är örngottet som inte ger sovskrynklor, som inte suger åt sig din nattkräm från ansiktet eller ger rufsig morgonfrisyr – ett örngott som lika mycket kan klassas som en hög kvalitativ skönhetsprodukt.


</p>

<div id="levDataL" STYLE="display:none;" class="pressmed">
<p><a name="tips12"></a></p> 
<p>
Joanna Weakly, som skapar dessa produkter i fantastiska naturliga sidentyger har fått mycket uppmärksamhet för sina Fair Trade-produkter som även inkluderar aromaterapi. Till det broderade sidenörngottet kommer även ett inlägg med lavendel för rogivande sömn om man så önskar.
</p>
<p>
Örngottet rekommenderas varmt av flera mode- och skönhetsredaktörer på internationella livsstils- och skönhetsmagasin. Med tanke på att nattkrämen får stanna kvar i ansiktet hela natten istället för att absorberas in i kudden bevarar du fukten som förebygger rynkor och du slipper vakna upp med störande sovskrynklor och du sparar också din frisyr bättre.
</p>
<p>
Dessa örngott broderas för hand av tibetanska flyktingar i Himalaya som även ger örngottet en vacker dekor för att pryda din säng.
</p>
<p>
Glöm inte att örngottet lätt kan tas med när du reser hemifrån!
</p>
<p>
För att se produkterna i vår nätshop, gå in på www.fluffbabes.se
</p>
<p>
(lågupplösta bilder finns på www.fluffbabes.se genom att kopiera direkt från siten). 
Priset för örngottet är 480 kr och finns i tre olika färgställningar: rosa, vit och cremefärgad.
</p> 
<p> 
More about the products, please go to www.fluffbabes.com
<a href="ego.asp" title="ego">
Ego
</a>
</p> 

<a href="/fluff/pic/big/FLUFF318a.jpg" title="FLUFF318" target="_FLUFF318">
<img src="/fluff/pic/small/FLUFF318a.jpg" border="0" width="120" height="120" alt="FLUFF318"> 
</a>
<a href="/fluff/pic/big/FLUFF319a.jpg" title="FLUFF319" target="_FLUFF319">
<img src="/fluff/pic/small/FLUFF319a.jpg" border="0" width="120" height="120" alt="FLUFF319"> 
</a>
<a href="/fluff/pic/big/FLUFF320a.jpg" title="FLUFF320" target="_FLUFF320">
<img src="/fluff/pic/small/FLUFF320a.jpg" border="0" width="120" height="120" alt="FLUFF320"> 
</a>


<p>
Click at each small picture to get a big one, in a new window.<br>

<b>For more info please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>
Annika Legàth, darling@fluffbabes.com<br>
For pictures contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- -->
<!---  -->
<a href="#tips11" NAME="chkLevK" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataK').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">2008-09-02</span><br>
Exclusively elegant, leading edge office articles! </h2>
<h3>Autumn news from www.fluffbabes.com</h3>
</a>
<p>
The girls at Internet shop fluffbabes.com have just launched 2 innovative autumn products: an office stapler and an adhesive tape holder, both dripping with genuine Swarovski crystals mounted on a sturdy metal frame.Not only are they top quality products, they’ll also serve as an elegant decoration on your desk. 

</p>

<div id="levDataK" STYLE="display:none;" class="pressmed">
<p><a name="tips11"></a></p> 
<p>
We’re talking here a stapler that has a jewellery-like appearance but which is also really robust, so you won’t have to worry about it falling to pieces all the time. And a tape holder and dispenser which will bring solidity and elegance to your desk. 
</p> 
<p> 
Both products are manufactured by the German SELECO company and adhere to all standard formats, meaning that it’s easy to find refills. 
</p> 
<p> 
Pep up your office or place of work and bring a bit of glamour into your working day!
</p> 
<p> 
To check out these products in our Internet shop please visit www.fluffbabes.com/New Products. Low resolution pictures may be downloaded direct from the site. 
</p> 
<p> 
Each of these new products costs SEK 2,599 – and please note that supply is limited. 
</p> 
<p> 
More about the products, please go to www.fluffbabes.com
<a href="business.asp" title="Business">
Business
</a>
</p> 

<a href="/fluff/pic/big/FLUFF310a.jpg" title="FLUFF310" target="_FLUFF310">
<img src="/fluff/pic/small/FLUFF310a.jpg" border="0" width="120" height="120" alt="FLUFF310"> 
</a>
<a href="/fluff/pic/big/FLUFF311a.jpg" title="FLUFF311" target="_FLUFF311">
<img src="/fluff/pic/small/FLUFF311a.jpg" border="0" width="120" height="120" alt="FLUFF311"> 
</a>


<p>
Click at each small picture to get a big one, in a new window.<br>

<b>For more info please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>
Annika Legàth, darling@fluffbabes.com<br>
For pictures contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- -->
<!-- -->
<a href="#tips10" NAME="chkLevJ" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataJ').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">2008-09-02</span><br>
Professional, elegant champagne bottle sealer! </h2>
<h3>An autumn addition from www.fluffbabes.com</h3>
</a>
<p>
At long last internet retailers fluffbabes.com have come up with the most professional, efficient champagne bottle sealer on the market. As of now, there’s no need to waste your leftovers after a party. What’s more, the sealer is beautifully decorated with Swarovski crystals - a detail which enhances the bubbly sense of glitz and glamour...
</p>

<div id="levDataJ" STYLE="display:none;" class="pressmed">
<p><a name="tips10"></a></p> 
<p>
The good news is that you can feel free to open a bottle of bubbly on any day of the week irrespective of whether you fancy a single glass or if you want to recycle your party leftovers for yet another celebration. 
</p> 
<p> 
This lovely sealer was developed for champagne profs and afficionados in the Champagne district of France, and we happen to know that many major champagne producers use it on a daily basis. Fluffbabes have done an upgrading job on it so it’s pleasing to the eye and therefore ideal for the supper table or simply to keep the bubbles in the bubbly - which is guaranteed to keep its fizz for up to three days. 
</p> 
<p> 
Take a closer look at this exclusive product in our internet store at www.fluffbabes.com/New Products.
</p> 
<p> 
Low resolution photocopies can be downloaded directly from the site. 
</p> 
<p> 
This champagne bottle sealer costs 42 Euro - and is available in limited supply. 

</p> 
<p> 
More about the products, please go to www.fluffbabes.com
<a href="bar.asp" title="Champagne o Bar">
"Champagne & Bar"
</a>
</p> 

<a href="/fluff/pic/big/FLUFF307a.jpg" title="FLUFF307" target="_FLUFF307">
<img src="/fluff/pic/small/FLUFF307a.jpg" border="0" width="120" height="120" alt="FLUFF307"> 
</a>
<a href="/fluff/pic/big/FLUFF307b.jpg" title="FLUFF307" target="_FLUFF307">
<img src="/fluff/pic/small/FLUFF307b.jpg" border="0" width="120" height="120" alt="FLUFF307"> 
</a>
<a href="/fluff/pic/big/FLUFF307c.jpg" title="FLUFF307" target="_FLUFF307">
<img src="/fluff/pic/small/FLUFF307c.jpg" border="0" width="120" height="120" alt="FLUFF307"> 
</a>

<p>
Click at each small picture to get a big one, in a new window.<br>

<b>For more info please contact:</b><br>
Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>
Annika Legàth, darling@fluffbabes.com<br>
For pictures contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- --> 

<!-- --> 
 
<a href="#tips8" NAME="chkLevH" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataH').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >
<h2><span class="pressdatum">2008-07-03</span><br>
Super new laptop bags in silk with velvet lining!</h2>
<h3>Autumn news from www.fluffbabes.com</h3>
</a>
<p>
Last autumn when Fluffbabes.com launched their red silk laptop bags they were an immediate hit! Since then, we’ve had requests for variations in different colours – and here they are: there are now three lovely new colours to choose from, all in silk, and all with elegant patterns.

 </p>

<div id="levDataH" STYLE="display:none;" class="pressmed">
<p><a name="tips8"></a></p> 

<p> 
These smart silk bags on offer at Fluffbabes can be used for a laptop or as a briefcase. The three new models are gold with purple flowers, light blue, or pink. And all of them are lined with purple velvet!
</p> 
<p> 
If you feel like brightening up those long, dark autumn days these laptop bags are just the thing: unique and thoroughly elegant. Manufactured in Sweden and partly hand-sewn, they are a truly high quality Swedish product.
</p> 
<p> 
The Internet store at www.fluffbabes.com prides itself on its exclusive products, many of them the result of working partnerships with leading Scandinavian designers. The overriding idea being to bring a bit of glamour and joy to daily life. These laptop bags were conceived and designed by the women at Fluffbabes.
</p> 
<p> 
The bags are not mass-produced, but come in limited, exclusive series, so that you, the customer, can feel pampered when you visit our site and make your purchase!
</p> 
<p> 
Our bags fit any normal-sized laptop and last autumn’s popular models are available in red silk or pinstriped cotton.
</p> 
<p> 
To check out products and prices, please visit www.fluffbabes.com<br>
(Low-resolution pictures can be downloaded directly from the site at www.fluffbabes.com)
</p> 
<p> 
To read more about the products and prices please go to www.fluffbabes.com
<a href="business.asp" title="Business">
"Business"
</a>
</p> 

<a href="/fluff/pic/big/FLUFF302a.jpg" title="FLUFF302" target="_FLUFF302">
<img src="/fluff/pic/small/FLUFF302a.jpg" border="0" width="120" height="120" alt="FLUFF302"> 
</a>
<a href="/fluff/pic/big/FLUFF303a.jpg" title="FLUFF303" target="_FLUFF303">
<img src="/fluff/pic/small/FLUFF303a.jpg" border="0" width="120" height="120" alt="FLUFF303"> 
</a>
<a href="/fluff/pic/big/FLUFF304a.jpg" title="FLUFF304" target="_FLUFF304">
<img src="/fluff/pic/small/FLUFF304a.jpg" border="0" width="120" height="120" alt="FLUFF304"> 
</a>

<br>

<a href="/fluff/pic/big/FLUFF302b.jpg" title="FLUFF302" target="_FLUFF302">
<img src="/fluff/pic/small/FLUFF302b.jpg" border="0" width="120" height="120" alt="FLUFF302"> 
</a>
<a href="/fluff/pic/big/FLUFF303b.jpg" title="FLUFF303" target="_FLUFF303">
<img src="/fluff/pic/small/FLUFF303b.jpg" border="0" width="120" height="120" alt="FLUFF303"> 
</a>
<a href="/fluff/pic/big/FLUFF304b.jpg" title="FLUFF304" target="_FLUFF304">
<img src="/fluff/pic/small/FLUFF304b.jpg" border="0" width="120" height="120" alt="FLUFF304"> 
</a>

<p>
Click at each small picture to get a big one, in a new window.<br>
<b>For more info please contact:</b><br>

Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>

Annika Legàth, darling@fluffbabes.com<br>

For high-resoution pictures<br>
 please contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>

</div>

<!-- -->  
 
	

<a href="#tips6" NAME="chkLevF" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataF').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >	
<h2><span class="pressdatum">2008-06-05</span><br>
Summer tops with a sparkle – as hot as they come!</h2>
<h3>Summer news from www.fluffbabes.com</h3>
</a>
<p>
To celebrate the arrival of summer Fluffbabes.com are delighted to present a range of lovely sleeveless tops in pink, black and white. What makes them so special and decorative is the sparkling row of tiny stones that lines the neck!
</p>

<div id="levDataF" STYLE="display:none;" class="pressmed">
<p><a name="tips6"></a></p> 
<p>
The hot weather has finally arrived here in Sweden, and we dare to hope that it’s going to be a long, hot summer. In the meantime we’ve filled our fluffy internet shop with gorgeous tops that we shipped over from Florida. Genuine US quality, in other words.
</p> 
<p>
We actually found these tops in the Season Tickets Boutique, Florida, which is owned and managed by a lovely Swedish girl by the name of Åsa Berggren. Åsa has lived in the USA for over 20 years. These garments are a major sales success in her shop and she’s continually introducing new designs and new colours to follow the changing of the seasons. Her customers are crazy about them.
</p> 
<p>
We have chosen to start off with these three: one black, one white and one pink. What makes them really special is the stylish row of glamourous stones around the neck!
</p> 
<p>
We’ve been testing them in the washer since we got them last November and believe us – the stones are all still in place!
</p> 
<p>
Check out these and other Fluffbabe products in our shop at www.fluffbabes.com.
</p> 
<p>
Our summer tops cost 42 Euro each, but we have a special opening offer which you can see on the site.
</p> 
<p> 
More about the products, please go to www.fluffbabes.com
<a href="wardrobe.asp" title="Wardrobe">
"Wardrobe"
</a>
</p> 
<a href="/fluff/pic/big/FLUFF280.jpg" title="FLUFF280" target="_FLUFF280">
<img src="/fluff/pic/small/FLUFF280.jpg" border="0" width="120" height="120" alt="FLUFF280"> 
</a>
<a href="/fluff/pic/big/FLUFF281.jpg" title="FLUFF281" target="_FLUFF281">
<img src="/fluff/pic/small/FLUFF281.jpg" border="0" width="120" height="120" alt="FLUFF281"> 
</a>

<a href="/fluff/pic/big/FLUFF282.jpg" title="FLUFF282" target="FLUFF282">
<img src="/fluff/pic/small/FLUFF282.jpg" border="0" width="120" height="120" alt="FLUFF282"> 
</a>


<p>
Click at each small picture to get a big one, in a new window.<br>

<b>For more info please contact:</b><br>

Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>

Annika Legàth, darling@fluffbabes.com<br>

For pictures<br>
 please contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
 
</div>

<!-- --> 
 
<a href="#tips5" NAME="chkLevE" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataE').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >	
<h2><span class="pressdatum">2008-04-16</span><br>
Pink, glimmering, mother of pearl pewter bracelets!</h2>
<h3>New Springtime arrival at www.fluffbabes.se/com</h3>
</a>
<p>
Fluffbabes.se/com are delighted to present this lovely pink pewter-thread bracelet from the hand of designer Maja Littmarck, 23 years of age. A product created exclusively for Fluffbabes. Maja launched her company ’Littmarck Swedish treasure & design’ about a year ago. Before Christmas of 2007 Maja created her silver and gold pewter bracelets for Fluffbabes, and they were soon in great demand as a highly popular Christmas item.
</p>
 

<div id="levDataE" STYLE="display:none;" class="pressmed">
<p><a name="tips5"></a></p> 
<p>
Maja Littmarck is a student at the Beckman school of design and runs her own jewelry company. When Fluffbabes came across her lovely bracelets we immediately marketed her pewter bracelets in silver and gold and they started selling like hot cakes. So now we’re launching a new version in perfect Spring and Summer colours – glimmering pink mother of pearl - also exclusively on sale at Fluffbabes.
</p> 
<p>
Maja embroiders her pewter thread jewelry by hand. They combine traditional Lappland craft with new colour nuances – and they feel just right for this day and age!
</p> 
<p>
The mother of pearl pink lambskin is from Gotland in the South of Sweden. The pewter thread, containing 4 % silver, is from the Norrland region of northern Sweden, as are the lovely hand-made fasteners, which are made of reindeer antler!
</p> 
<p>
The bracelets come in four sizes: slim, medium, wide and X-wide. Most customers prefer to wear several bracelets at once, all in different sizes! The effect is just gorgeous...
</p> 
<p>
Fluffbabes are always on the lookout for creative female business partners and we are delighted to be working with Maja Littmarck, who lives in Vaxholm, in the Stockholm area. We will be introducing more lovely bracelets from Maja in the future.
</p> 
<p> 
More about the products, please go to www.fluffbabes.com
<a href="ego.asp" title="Ego">
"Ego"
</a>
</p> 
<a href="/fluff/pic/big/FLUFF257a.jpg" title="FLUFF257" target="_FLUFF257">
<img src="/fluff/pic/small/FLUFF257a.jpg" border="0" width="120" height="120" alt="FLUFF257"> 
</a>
<a href="/fluff/pic/big/FLUFF259a.jpg" title="FLUFF259" target="_FLUFF259">
<img src="/fluff/pic/small/FLUFF259a.jpg" border="0" width="120" height="120" alt="FLUFF259"> 
</a>

<a href="/fluff/pic/big/FLUFF261a.jpg" title="FLUFF261" target="_FLUFF261">
<img src="/fluff/pic/small/FLUFF261a.jpg" border="0" width="120" height="120" alt="FLUFF261"> 
</a>


<p>
Click at each small picture to get a big one, in a new window.<br>
<b>For more info please contact:</b><br>

Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>

Annika Legàth, darling@fluffbabes.com<br>

For pictures<br>
 please contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

 
<!-- --> 	
<a href="#tips4" NAME="chkLevD" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataD').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >	
<h2><span class="pressdatum">2008-04-08</span><br>
Fluffy Marshmallows washing-up liquid – the one with the delicious scent!</h2>
<h3>Spring addition at www.fluffbabes.com</h3>
</a>
<p>
Fluffbabes.com created its own exclusive scent in the Fluffy Marshmallows range of products in collaboration with brilliant Anna Hellqvist, founder-owner of the TVAL company. Fluffy Marshmallows Body Butter and Body Scrub, which were launched early in 2008, have already become a major success.
</p>


<div id="levDataD" STYLE="display:none;" class="pressmed">
<p><a name="tips4"></a></p> 
<p>
And now Fluffbabes, together with Anna at TVAL, have done it again – created a product which you, to be frank, cannot live without. This deliciously scented washing-up liquid is exclusively available in the fluffbabes internet shop, and is the brainchild of perfume-guru Anna.
</p> 
<p>
Fluffy Marshmallows Washing-up liquid is more than just a deliciously aromatic product. Fluffbabes have an ulterior motive: they are convinced that their gusts will be queuing up to wash the dishes for them after dinner, thus allowing fluffbabe hostesses to get on with other, more meaningful tasks! What’s more, the bottle looks nice on the kitchen sink.....
</p> 
<p>
Like all of Anna’s TVAL products, this washing-up liquid is environment-friendly, phosphate-free and bio-degradable. Swedish Anna Hellqvist now lives in Newfoundland, from where she has been running her own TVAAL company for some seven years. When we first got to know Anna, like many of our suppliers she fell head over heels for our concept of striving to make daily life ’fluffier’ and more glamorous. Fluffbabes are always on the lookout for creative, dynamic – and preferably female business partners. We are delighted with our collaboration with Anna at TVAL. And more, deliciously scented products will be popping up in the future.
</p> 
<p>
To browse the commodities in our internet shop click into www.fluffbabes.com
</p> 
<p>
The retail price of Fluffy Marshmallows Washing-up liquid is 10 Euro per bottle containing 240 ml. Earlier products in the range are Body Butter, Body Scrub and Shower Gel.
</p> 
<p> 
More about the products, please go to www.fluffbabes.com
<a href="kitchen.asp" title="Kitchen">
"Kitchen"
</a>
</p> 
<a href="/fluff/pic/big/FLUFF246.jpg" title="FLUFF246" target="_FLUFF246">
<img src="/fluff/pic/small/FLUFF246.jpg" border="0" width="120" height="120" alt="FLUFF246"> 
</a>


<p>
Click at each small picture to get a big one, in a new window.<br>
<b>For more info please contact:</b><br>

Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>

Annika Legàth, darling@fluffbabes.com<br>

For pictures<br>
 please contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

 
<!-- --> 	
<a href="#tips3" NAME="chkLevC" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataC').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >	
<h2><span class="pressdatum">2008-04-08</span><br>
Fluffbabes Marshmallows – a product range you’re going to love!</h2>
<h3>The aromatic logo of www.fluffbabes.com</h3>
</a>
<p>
At long last, here it is – our very own scent: Fluffbabes Marshmallows!

You’ve no idea how much we’ve looked forward to this deliciously scented range of products. This gorgeous, soothing scent was created exclusively for Fluffbabes by Anna Hellqvist, founder-owner of the TVAL company.
</p>	

<div id="levDataC" STYLE="display:none;" class="pressmed">
<p><a name="tips3"></a></p> 
<p>
Swedish Anna now lives in Newfoundland from where she has been running the TVAL company for several years now, receiving international acclaim as a skincare and perfume guru. When we first met her, Anna reacted like many of our suppliers, falling head over heels for our concept: that of making daily life ’fluffier’ and more glamorous.
</p> 
<p>
Fluffbabes Marshmallows is now available as Body Butter, Body Scrub and Shower Gel. Other products will be added to the list in the future. Fluffbabes are always on the lookout for creative, dynamic and preferably female business partners. We are proud of our collaboration with Anna at TVAL and the spring of 2008 will be seeing the arrival of more, lovely, aromatic products.
</p> 
<p>
To browse the commodities in our internet shop, click into www.fluffbabes.com
</p> 
<p>
The retail price of Fluffy Marshmallows Body Butter is 27 Euro, Body Scrub 18 Euro, and Shower Gel 15 Euro. All have a net content of 240 ml.
</p> 
<p> 
More about the products, please go to www.fluffbabes.com
<a href="bathroom.asp" title="Bathroom>
"Bathroom"
</a>
</p> 
<p>
<b>For more info please contact:</b><br>

Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>

Annika Legàth, darling@fluffbabes.com<br>

For pictures<br>
 please contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>
</div>

<!-- --> 

<a href="#tips2" NAME="chkLevB" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataB').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >	
<h2><span class="pressdatum">2007-12-01</span><br>
Unique international Internet Store and blog</h2>
<h3>For women by women, version 2.0</h3>
</a>
<p>
Fluffbabes.com – a venue for those who like elegant, amusing, challenging products which make life more fun – is now on the market in an updated second version. After a flying start some six months ago we have upgraded our store. As befits a true Fluffbabe, the customer can now move effortlessly from room to room in order to find ”fluffy” products to brighten up her life. 
</p>

<div id="levDataB" STYLE="display:none;" class="pressmed">
<p><a name="tips2"></a></p> 
<p>
 Fluffbabes.com is a combined Internet store and blog. The store offers unique, exciting products created by Scandinavian designers specifically for our company and which you won’t find anywhere else. At Fluffbabes we strive to find products which harmonise with our overall concept. We actually have exclusive rights to several of them, and each one of them is carefully selected – from one Fluffbabe to another.
</p> 
<p>
– We reach out to people who are Fluffbabes like us – independent, smart, cool babes for whom age is not an issue, says Åsa Scharin, aka Fluffbabe Blondie, the Swedish founder-member of fluffbabes.com. The store is conceptual, and the products on sale are there to bring joy and glamour into daily life.
</p> 
<p>
The idea of opening a store with elegant, different items which make life more fun is one which has been taking shape in the back of our minds for quite some time. But where would be the right place to open it?
</p> 
<p> 

– Pretty soon we realised that an Internet store was the only viable option. How else were we going to reach out to all the Fluffbabes that we know are out there all over the world? We travel a lot ourselves, so we have the opportunity to buy different, fun things for our store, and our site gives our customers access to the same opportunity, says Fluffbabe Blondie.
</p> 
<p>
– Our primary target group is women, and we have noticed that age seems not to be an issue. We have customers and members from the ages of 16 to 65! What really matters is that you feel like a Fluffbabe inside.
</p> 
<p>
We’ve already learned that there is a real need for Fluffbabes, and that that need has been there for a long time. At the moment our membership is doubling every month.
</p> 
<p>
Fluffbabes.com also has a blog which can be followed on a daily basis – or commented on. The purpose of the blog is to define our lifestyle and in it, readers can follow the daily lives of all the Fluffbabes and the sometimes crazy situations that we have to cope with. There will also be fun contributions from exciting, unexpected writers. Some of them celebrities, possibly.....
</p> 
<p>
At fluffbabes.com there are products with names that will tickle your fancy. How about ”Champagne Cocktail Ring”, ”Rehab-Top” or ”Woman with Balls”? Or a surprisingly exclusive champagne glass holder for your ironing board? Specially designed and produced for Fluffbabes!
</p> 
<p>
– Obviously, a Fluffbabe likes to get her hands on a product before anyone else does. This is why we strive to produce a varied assortment of goods presented in limited, exclusive series.
</p> 
<p> 

In charge of design is professional photographer Pia Britton, the Danish founder member of fluffbabes.com. It is her expertise in the fields of colouring techniques and artistic design which has given the site its own special look.
</p> 
<p>
– When you meet a true Fluffbabe out there, there’s an immediate sense of mutual recognition. And that’s how it’s supposed to be with our site, says Pia Britton, aka Fluffbabe Harmony. - Visitors should feel at home straight away. ..... 
</p> 
<p>
<b>For more info please contact:</b><br>

Åsa Scharin, +46 709 220 211, asa@fluffbabes.com<br>

Annika Legàth, darling@fluffbabes.com<br>

For pictures<br>
 please contact Pia Britton, +46 734 44 45 76, pia@fluffbabes.com
</p>  

</div>





</div>



     </td>
   </tr>
   <tr class="whitebgBot">
   	<td>   
<br><br>
    </td>
  </tr>
</table>
          </td>

        </tr>


        
      </table>


    </td>
  </tr>


  <tr>
    <td class="medialink">

		
  <a href="/en/media.asp" title="IN MEDIA">
	  IN MEDIA:
  </a>	





<a href="/en/media.asp#Aftonbladet" title="AFTONBLADET">
AFTONBLADET
</a>
 | 
<a href="/en/media.asp#Allers" title="ALLERS">
ALLERS
</a>
 | 
<a href="/en/media.asp#Alltombröllop" title="ALLT OM BRÖLLOP">
ALLT OM BRÖLLOP
</a>
 | 

<a href="/en/media.asp#Alltommat" title="ALLT OM MAT">
ALLT OM MAT
</a>
 | 

<a href="/en/media.asp#Amelia" title="AMELIA">
AMELIA
</a>
 | 

<a href="/en/media.asp#Cosmopolitan" title="COSMOPOLITAN">
COSMOPOLITAN
</a>
 | 


<a href="/en/media.asp#DamernasVarld" title="DAMERNAS VÄRLD">
DAMERNAS VÄRLD
</a>
 | 

<a href="/en/media.asp#ELLE" title="ELLE">
ELLE
</a>
 | 
  
<a href="/en/media.asp#EGTK" title="EXPRESSEN">
EXPRESSEN
</a>
 | 

<a href="/en/media.asp#Femina" title="FEMINA">
FEMINA
</a>
 | 

<a href="/en/media.asp#ForaldrarBarn" title="FÖRÄLDRARoBARN">
FÖRÄLDRARoBARN
</a>
 | 
 
<a href="/en/media.asp#EGTK" title="GT">
GT
</a>
 | 

<a href="/en/media.asp#HemmetsJournal" title="HEMMETS JOURNAL">
HEMMETS JOURNAL
</a>
 |
<a href="/en/media.asp#HantExtra" title="HÄNT EXTRA">
HÄNT EXTRA
</a>
 |

<a href="/en/media.asp#ICAkuriren" title="ICA-KURIREN">
ICA-KURIREN
</a>
 |
 
<a href="/en/media.asp#KATTISoCO" title="KattisoCo">
KATTIS & CO
</a>
 | 

 
<a href="/en/media.asp#EGTK" title="KVÄLLSPOSTEN">
KVÄLLSPOSTEN
</a>
 | 

<a href="/en/media.asp#LagaLatt" title="LAGA LÄTT">
LAGA LÄTT
</a>
 | 

<a href="/en/media.asp#LevaBo" title="LEVA & BO">
LEVA & BO
</a>
 | 

<a href="/en/media.asp#MMagasin" title="M MAGASIN">
M MAGASIN
</a>
 | 
   
<a href="/en/media.asp#MaBra" title="MÅ BRA">
MÅ BRA
</a>
 | 

<a href="/en/media.asp#OfficeManager" title="OFFICE MANAGER">
OFFICE MANAGER
</a>
 |
 
<a href="/en/media.asp#PlazaInterior" title="PLAZA INTERIÖR">
PLAZA INTERIÖR
</a>
 |
 
<a href="/en/media.asp#Residence" title="RESIDENCE">
RESIDENCE
</a>
 | 

<a href="/en/media.asp#SvenskaDagbladet" title="SVENSKA DAGBLADET">
SVENSKA DAGBLADET
</a>
 | 
  
<a href="/en/media.asp#Tara" title="TARA">
TARA
</a>
 | 
  
<a href="/en/media.asp#Topphalsa" title="TOPPHÄLSA">
TOPPHÄLSA
</a>
 | 
 
<a href="/en/media.asp#ViForaldrar" title="VI FÖRÄLDRAR">
VI FÖRÄLDRAR
</a>
 | 
 
<a href="/en/media.asp#VinBarjournalen" title="VIN & BARJOURNALEN">
VIN & BARJOURNALEN
</a>

 | 
 
<a href="/en/media.asp#AretRunt" title="ÅRET RUNT">
ÅRET RUNT
</a>

    </td>
  </tr>

  <tr>
     <td class="medialink2">
		

	  WE COOPERATE WITH:


     	
     	
     	
     	


<a href="http://www.icakuriren.se" target="_Icakuriren" title="ICAKURIREN">
ICAKURIREN
</a>
 | 

<a href="http://marianova.com" target="_MariaNova" title="MARIA NOVA">
  MARIA NOVA
</a>
 | 

<a href="/en/drinktips.asp" title="OLA LAURITZSON">
OLA LAURITZSON
</a>
 | 


<a href="/en/miatornblom.asp" title="MIA TÖRNBLOM">
MIA TÖRNBLOM
</a>
 | 
<a href="/en/ulrikadavidsson.asp" title="ULRIKA DAVIDSSON">
ULRIKA DAVIDSSON
</a>

     </td>
  </tr> 
  
  <tr>
    <td class="adress" align="center">


        FLUFFBABES INTERNATIONAL AB | PO BOX 162 | SE-291 22 KRISTIANSTAD | SWEDEN | 
        <a href="mailto:darling@fluffbabes.com" target="_Email" title="Email">DARLING@FLUFFBABES.COM</a> | 
        <a href="/en/sitemap.html" target="_Fluffbabes" title="Sitemap">SITEMAP</a>        

  
    </td>
  </tr>

  
</table>





<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-6132612-1");
pageTracker._trackPageview();
</script>
</body>
</html>


