<!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?3,17251E+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>All in the Fluffbabes shop!</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/shopOn.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/press.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="/shop.asp">
	          	<img src="/bilder/se.png" width="44" height="39" title="SVENSKA" alt="SWEDISH LANGUAGE" border="0">
	          </a>
					
        	  <a href="/dk/shop.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; (SEK )</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/shop.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/conditions.asp" title="Conditions">Conditions</a>
   <a href="/en/present.asp" title="Gift wrapping">Gift wrapping</a>	          
   <a href="/en/wishlist.asp" title="Send a wishlist">Send a wishlist!</a>
	 <a href="/en/recension.asp" title="Reviews">Reviews</a>
	 <a href="/en/tips.asp" title="Tip a friend">Tip a friend</a> 


   <a href="/en/member/" title="Login">Login</a>


     </td>

   </tr>

   
   
	 <tr class="whitebgMid">
	   <td class="content">

	

<div id="mainDIV">

  
  <form name="frmCatalog" method="post" action="/shoppingSum.asp" target="sumFrame">
  


<!-- START web SIDAN -->

<table border="0" class="shopbildspel" width="800">
  <tr>
    <td colspan="4">
  

<h2>All in the Fluffbabes shop!</h2>

     </td>    
   </tr> 
   <tr>
   	<td cellSpacing="0" cellPadding="0">   

<!-- produktboxarna -->

    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="1"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Ring/Pendant - Champagne Cocktail" href="/en/fluff/details/FLUFF003.asp">
 
  <img src="/fluff/pic/picEN/FLUFF003.jpg"
 
   class="product" alt="Ring/Pendant - Champagne Cocktail" title="Ring/Pendant - Champagne Cocktail" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Ring/Pendant - Champagne Cocktail" href="/en/fluff/details/FLUFF003.asp">Ring/Pendant - Champagne Cocktail</a><br>
  Never far from the perfect Champagne cocktail. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        999,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF003 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF003" value="" maxlength="4" class="qty2" unitprice="999" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF003" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF003.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="2"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Golf markers - Woman with Balls" href="/en/fluff/details/FLUFF004.asp">
 
  <img src="/fluff/pic/picEN/FLUFF004.jpg"
 
   class="product" alt="Golf markers - Woman with Balls" title="Golf markers - Woman with Balls" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Golf markers - Woman with Balls" href="/en/fluff/details/FLUFF004.asp">Golf markers - Woman with Balls</a><br>
  Outrageous yet stylish with the words “Woman with Balls”. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        299,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF004 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF004" value="" maxlength="4" class="qty2" unitprice="299" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF004" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF004.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="3"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Lady Astor Bracelet" href="/en/fluff/details/FLUFF006.asp">
 
  <img src="/fluff/pic/picEN/FLUFF006.jpg"
 
   class="product" alt="Lady Astor Bracelet" title="Lady Astor Bracelet" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Lady Astor Bracelet" href="/en/fluff/details/FLUFF006.asp">Lady Astor Bracelet</a><br>
  “I married below me – all women do”. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        1 399,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF006 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF006" value="" maxlength="4" class="qty2" unitprice="1399" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF006" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF006.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="4"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Necklace - Fluffbabe Signature Piece" href="/en/fluff/details/FLUFF009.asp">
 
  <img src="/fluff/pic/picEN/FLUFF009.jpg"
 
   class="product" alt="Necklace - Fluffbabe Signature Piece" title="Necklace - Fluffbabe Signature Piece" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Necklace - Fluffbabe Signature Piece" href="/en/fluff/details/FLUFF009.asp">Necklace - Fluffbabe Signature Piece</a><br>
  Ladylike elegance and funky street chique. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    1 499,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    999,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF009 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF009" value="" maxlength="4" class="qty2" unitprice="999" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF009" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF009.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="5"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Exclusive Bra-straps pink Swarovskis" href="/en/fluff/details/FLUFF011.asp">
 
  <img src="/fluff/pic/picEN/FLUFF011.jpg"
 
   class="product" alt="Exclusive Bra-straps pink Swarovskis" title="Exclusive Bra-straps pink Swarovskis" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Exclusive Bra-straps pink Swarovskis" href="/en/fluff/details/FLUFF011.asp">Exclusive Bra-straps pink Swarovskis</a><br>
  Be-jewelled black bra straps. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    179,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    99,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF011 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF011" value="" maxlength="4" class="qty2" unitprice="99" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF011" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF011.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="6"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Exclusive Bra-straps - Manhattan Skyline" href="/en/fluff/details/FLUFF014.asp">
 
  <img src="/fluff/pic/picEN/FLUFF014.jpg"
 
   class="product" alt="Exclusive Bra-straps - Manhattan Skyline" title="Exclusive Bra-straps - Manhattan Skyline" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Exclusive Bra-straps - Manhattan Skyline" href="/en/fluff/details/FLUFF014.asp">Exclusive Bra-straps - Manhattan Skyline</a><br>
  Bring on the glitter! Sparkle like a Disco Diva. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    449,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    129,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF014 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF014" value="" maxlength="4" class="qty2" unitprice="129" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF014" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF014.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="7"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Champagne glass holder" href="/en/fluff/details/FLUFF017.asp">
 
  <img src="/fluff/pic/picEN/FLUFF017.jpg"
 
   class="product" alt="Champagne glass holder" title="Champagne glass holder" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Champagne glass holder" href="/en/fluff/details/FLUFF017.asp">Champagne glass holder</a><br>
  For the ironing board...<br>
<span class="pink">NB! Delivery appr. 3 months.</span> 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        499,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF017 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF017" value="" maxlength="4" class="qty2" unitprice="499" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF017" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF017.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="8"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Earplugs - Houston In Houston" href="/en/fluff/details/FLUFF021.asp">
 
  <img src="/fluff/pic/picEN/FLUFF021.jpg"
 
   class="product" alt="Earplugs - Houston In Houston" title="Earplugs - Houston In Houston" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Earplugs - Houston In Houston" href="/en/fluff/details/FLUFF021.asp">Earplugs - Houston In Houston</a><br>
  Fluffbabe Earplugs for ultimate audio protection! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    279,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    129,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF021 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF021" value="" maxlength="4" class="qty2" unitprice="129" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF021" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF021.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="9"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="" href="/en/fluff/details/FLUFF023.asp">
 
  <img src="/fluff/pic/picEN/FLUFF023.jpg"
 
   class="product" alt="" title="" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="" href="/en/fluff/details/FLUFF023.asp"></a><br>
  In swedish 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    106,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    53,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF023 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF023" value="" maxlength="4" class="qty2" unitprice="53" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF023" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF023.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="10"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Laptop Bag/Briefcase - Red Silk" href="/en/fluff/details/FLUFF024.asp">
 
  <img src="/fluff/pic/picEN/FLUFF024.jpg"
 
   class="product" alt="Laptop Bag/Briefcase - Red Silk" title="Laptop Bag/Briefcase - Red Silk" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Laptop Bag/Briefcase - Red Silk" href="/en/fluff/details/FLUFF024.asp">Laptop Bag/Briefcase - Red Silk</a><br>
  The coolest laptop bag? We think so! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    695,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    199,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF024 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF024" value="" maxlength="4" class="qty2" unitprice="199" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF024" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF024.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="11"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Laptop Bag/Briefcase Pinstriped" href="/en/fluff/details/FLUFF025.asp">
 
  <img src="/fluff/pic/picEN/FLUFF025.jpg"
 
   class="product" alt="Laptop Bag/Briefcase Pinstriped" title="Laptop Bag/Briefcase Pinstriped" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Laptop Bag/Briefcase Pinstriped" href="/en/fluff/details/FLUFF025.asp">Laptop Bag/Briefcase Pinstriped</a><br>
  The perfect gift for your boyfriend! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        495,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF025 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF025" value="" maxlength="4" class="qty2" unitprice="495" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF025" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF025.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="12"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Luggage straps - Fluffbabes" href="/en/fluff/details/FLUFF076.asp">
 
  <img src="/fluff/pic/picEN/FLUFF076.jpg"
 
   class="product" alt="Luggage straps - Fluffbabes" title="Luggage straps - Fluffbabes" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Luggage straps - Fluffbabes" href="/en/fluff/details/FLUFF076.asp">Luggage straps - Fluffbabes</a><br>
  Spot your luggage easily during your trip. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        99,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF076 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF076" value="" maxlength="4" class="qty2" unitprice="99" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF076" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF076.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="13"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Plaster with a sparkle" href="/en/fluff/details/FLUFF157.asp">
 
  <img src="/fluff/pic/picEN/FLUFF157.jpg"
 
   class="product" alt="Plaster with a sparkle" title="Plaster with a sparkle" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Plaster with a sparkle" href="/en/fluff/details/FLUFF157.asp">Plaster with a sparkle</a><br>
  Plaster fit for a Queen – or a Fluffbabe! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    99,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    79,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF157 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF157" value="" maxlength="4" class="qty2" unitprice="79" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF157" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF157.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="14"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Black Bandage" href="/en/fluff/details/FLUFF159.asp">
 
  <img src="/fluff/pic/picEN/FLUFF159.jpg"
 
   class="product" alt="Black Bandage" title="Black Bandage" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Black Bandage" href="/en/fluff/details/FLUFF159.asp">Black Bandage</a><br>
  The black edition - for very cool babes. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    229,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    99,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF159 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF159" value="" maxlength="4" class="qty2" unitprice="99" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF159" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF159.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="15"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Luggage tag - Bulldog" href="/en/fluff/details/FLUFF174.asp">
 
  <img src="/fluff/pic/picEN/FLUFF174.jpg"
 
   class="product" alt="Luggage tag - Bulldog" title="Luggage tag - Bulldog" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Luggage tag - Bulldog" href="/en/fluff/details/FLUFF174.asp">Luggage tag - Bulldog</a><br>
  Lots of laughs with this doggy motif! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        89,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF174 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF174" value="" maxlength="4" class="qty2" unitprice="89" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF174" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF174.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="16"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Luggage tag - Poodle" href="/en/fluff/details/FLUFF175.asp">
 
  <img src="/fluff/pic/picEN/FLUFF175.jpg"
 
   class="product" alt="Luggage tag - Poodle" title="Luggage tag - Poodle" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Luggage tag - Poodle" href="/en/fluff/details/FLUFF175.asp">Luggage tag - Poodle</a><br>
  The fluffiest pink poodle we’ve ever seen. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        89,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF175 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF175" value="" maxlength="4" class="qty2" unitprice="89" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF175" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF175.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="17"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Luggage tag - Chihuahua" href="/en/fluff/details/FLUFF177.asp">
 
  <img src="/fluff/pic/picEN/FLUFF177.jpg"
 
   class="product" alt="Luggage tag - Chihuahua" title="Luggage tag - Chihuahua" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Luggage tag - Chihuahua" href="/en/fluff/details/FLUFF177.asp">Luggage tag - Chihuahua</a><br>
  So cute, but slightly confused… 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        89,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF177 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF177" value="" maxlength="4" class="qty2" unitprice="89" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF177" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF177.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="18"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Luggage tag - French bulldog" href="/en/fluff/details/FLUFF179.asp">
 
  <img src="/fluff/pic/picEN/FLUFF179.jpg"
 
   class="product" alt="Luggage tag - French bulldog" title="Luggage tag - French bulldog" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Luggage tag - French bulldog" href="/en/fluff/details/FLUFF179.asp">Luggage tag - French bulldog</a><br>
  Recently found out that this is a Fralla. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        89,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF179 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF179" value="" maxlength="4" class="qty2" unitprice="89" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF179" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF179.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="19"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Earplugs - Sabbath in Jerusalem" href="/en/fluff/details/FLUFF196.asp">
 
  <img src="/fluff/pic/picEN/FLUFF196.jpg"
 
   class="product" alt="Earplugs - Sabbath in Jerusalem" title="Earplugs - Sabbath in Jerusalem" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Earplugs - Sabbath in Jerusalem" href="/en/fluff/details/FLUFF196.asp">Earplugs - Sabbath in Jerusalem</a><br>
   
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        299,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF196 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF196" value="" maxlength="4" class="qty2" unitprice="299" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF196" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF196.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="20"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Silk Slippers - Lilac Lace" href="/en/fluff/details/FLUFF235.asp">
 
  <img src="/fluff/pic/picEN/FLUFF235.jpg"
 
   class="product" alt="Silk Slippers - Lilac Lace" title="Silk Slippers - Lilac Lace" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Silk Slippers - Lilac Lace" href="/en/fluff/details/FLUFF235.asp">Silk Slippers - Lilac Lace</a><br>
  Catherine Zeta-Jones refuses to fly without them… 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    999,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    699,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF235 <!--fluffnr-->


<div nowrap class="qtyarticles">
<table border="0" align="right" class="qty"><tr><td valign="top">Size<td>Qty
<tr align="center" valign="middle"><td>M<td><input type="text" name="orderItem:FLUFF235-M" value="" maxlength="4" class="qty2" unitprice="699" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF235-M" tabindex="-1" title="add one"></td>
<tr align="center" valign="middle"><td>L<td><input type="text" name="orderItem:FLUFF235-L" value="" maxlength="4" class="qty2" unitprice="699" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF235-L" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF235.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="21"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Silk Slippers – Silver Fish" href="/en/fluff/details/FLUFF236.asp">
 
  <img src="/fluff/pic/picEN/FLUFF236.jpg"
 
   class="product" alt="Silk Slippers – Silver Fish" title="Silk Slippers – Silver Fish" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Silk Slippers – Silver Fish" href="/en/fluff/details/FLUFF236.asp">Silk Slippers – Silver Fish</a><br>
  Beautiful Selma Hayek owns a pair too! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    999,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    699,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF236 <!--fluffnr-->


<div nowrap class="qtyarticles">
<table border="0" align="right" class="qty"><tr><td valign="top">Size<td>Qty
<tr align="center" valign="middle"><td>M<td><input type="text" name="orderItem:FLUFF236-M" value="" maxlength="4" class="qty2" unitprice="699" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF236-M" tabindex="-1" title="add one"></td>
<tr align="center" valign="middle"><td>L<td><input type="text" name="orderItem:FLUFF236-L" value="" maxlength="4" class="qty2" unitprice="699" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF236-L" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF236.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="22"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Umbrella - Fluffbabes" href="/en/fluff/details/FLUFF243.asp">
 
  <img src="/fluff/pic/picEN/FLUFF243.jpg"
 
   class="product" alt="Umbrella - Fluffbabes" title="Umbrella - Fluffbabes" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Umbrella - Fluffbabes" href="/en/fluff/details/FLUFF243.asp">Umbrella - Fluffbabes</a><br>
  Hope for rain so you can use your umbrella! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    199,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    89,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF243 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF243" value="" maxlength="4" class="qty2" unitprice="89" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF243" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF243.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="23"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Pink Dish Liquid - Fluffy Marshmallows" href="/en/fluff/details/FLUFF246.asp">
 
  <img src="/fluff/pic/picEN/FLUFF246.jpg"
 
   class="product" alt="Pink Dish Liquid - Fluffy Marshmallows" title="Pink Dish Liquid - Fluffy Marshmallows" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Pink Dish Liquid - Fluffy Marshmallows" href="/en/fluff/details/FLUFF246.asp">Pink Dish Liquid - Fluffy Marshmallows</a><br>
  A hit even before it hit the shop…<br>Also in a larger bottle. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    119,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    59,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF246 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF246" value="" maxlength="4" class="qty2" unitprice="59" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF246" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF246.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="24"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Shower gel - Fluffy Marshmallows" href="/en/fluff/details/FLUFF247.asp">
 
  <img src="/fluff/pic/picEN/FLUFF247.jpg"
 
   class="product" alt="Shower gel - Fluffy Marshmallows" title="Shower gel - Fluffy Marshmallows" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Shower gel - Fluffy Marshmallows" href="/en/fluff/details/FLUFF247.asp">Shower gel - Fluffy Marshmallows</a><br>
  Goes with the skin cream and body scrub! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    199,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    99,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF247 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF247" value="" maxlength="4" class="qty2" unitprice="99" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF247" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF247.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="25"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Silk slippers – pink/purple" href="/en/fluff/details/FLUFF255.asp">
 
  <img src="/fluff/pic/picEN/FLUFF255.jpg"
 
   class="product" alt="Silk slippers – pink/purple" title="Silk slippers – pink/purple" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Silk slippers – pink/purple" href="/en/fluff/details/FLUFF255.asp">Silk slippers – pink/purple</a><br>
  Yet another lovely colour option for our slippers from Holistic Silk. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    999,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    699,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF255 <!--fluffnr-->


<div nowrap class="qtyarticles">
<table border="0" align="right" class="qty"><tr><td valign="top">Size<td>Qty
<tr align="center" valign="middle"><td>M<td><input type="text" name="orderItem:FLUFF255-M" value="" maxlength="4" class="qty2" unitprice="699" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF255-M" tabindex="-1" title="add one"></td>
<tr align="center" valign="middle"><td>L<td><input type="text" name="orderItem:FLUFF255-L" value="" maxlength="4" class="qty2" unitprice="699" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF255-L" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF255.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="26"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Sorry Boys -Sweet & Tangy BBQ Sauce" href="/en/fluff/details/FLUFF275.asp">
 
  <img src="/fluff/pic/picEN/FLUFF275.jpg"
 
   class="product" alt="Sorry Boys -Sweet & Tangy BBQ Sauce" title="Sorry Boys -Sweet & Tangy BBQ Sauce" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Sorry Boys -Sweet & Tangy BBQ Sauce" href="/en/fluff/details/FLUFF275.asp">Sorry Boys -Sweet & Tangy BBQ Sauce</a><br>
   
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        19,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF275 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF275" value="" maxlength="4" class="qty2" unitprice="19" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF275" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF275.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="27"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Sorry Boys - Marinade Mix" href="/en/fluff/details/FLUFF278.asp">
 
  <img src="/fluff/pic/picEN/FLUFF278.jpg"
 
   class="product" alt="Sorry Boys - Marinade Mix" title="Sorry Boys - Marinade Mix" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Sorry Boys - Marinade Mix" href="/en/fluff/details/FLUFF278.asp">Sorry Boys - Marinade Mix</a><br>
   
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        19,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF278 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF278" value="" maxlength="4" class="qty2" unitprice="19" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF278" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF278.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="28"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Top with sparkling stones – black" href="/en/fluff/details/FLUFF280.asp">
 
  <img src="/fluff/pic/picEN/FLUFF280.jpg"
 
   class="product" alt="Top with sparkling stones – black" title="Top with sparkling stones – black" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Top with sparkling stones – black" href="/en/fluff/details/FLUFF280.asp">Top with sparkling stones – black</a><br>
  Direct from the USA!<br><br>
 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    299,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    199,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF280 <!--fluffnr-->


<div nowrap class="qtyarticles">
<table border="0" align="right" class="qty"><tr><td valign="top">Size<td>Qty
<tr align="center" valign="middle"><td>S<td><input type="text" name="orderItem:FLUFF280-S" value="" maxlength="4" class="qty2" unitprice="199" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF280-S" tabindex="-1" title="add one"></td>
<tr align="center" valign="middle"><td>M<td><input type="text" name="orderItem:FLUFF280-M" value="" maxlength="4" class="qty2" unitprice="199" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF280-M" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF280.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="29"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Top with sparkling stones - white" href="/en/fluff/details/FLUFF281.asp">
 
  <img src="/fluff/pic/picEN/FLUFF281.jpg"
 
   class="product" alt="Top with sparkling stones - white" title="Top with sparkling stones - white" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Top with sparkling stones - white" href="/en/fluff/details/FLUFF281.asp">Top with sparkling stones - white</a><br>
  Goes really well with nicely tanned arms… 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    299,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    199,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF281 <!--fluffnr-->


<div nowrap class="qtyarticles">
<table border="0" align="right" class="qty"><tr><td valign="top">Size<td>Qty
<tr align="center" valign="middle"><td>M<td><input type="text" name="orderItem:FLUFF281-M" value="" maxlength="4" class="qty2" unitprice="199" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF281-M" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF281.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="30"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Top with sparkling stones - pink" href="/en/fluff/details/FLUFF282.asp">
 
  <img src="/fluff/pic/picEN/FLUFF282.jpg"
 
   class="product" alt="Top with sparkling stones - pink" title="Top with sparkling stones - pink" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Top with sparkling stones - pink" href="/en/fluff/details/FLUFF282.asp">Top with sparkling stones - pink</a><br>
  Every true Fluffbabe must have one in pink. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    299,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    199,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF282 <!--fluffnr-->


<div nowrap class="qtyarticles">
<table border="0" align="right" class="qty"><tr><td valign="top">Size<td>Qty
<tr align="center" valign="middle"><td>M<td><input type="text" name="orderItem:FLUFF282-M" value="" maxlength="4" class="qty2" unitprice="199" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF282-M" tabindex="-1" title="add one"></td>
<tr align="center" valign="middle"><td>L<td><input type="text" name="orderItem:FLUFF282-L" value="" maxlength="4" class="qty2" unitprice="199" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF282-L" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF282.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="31"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Decorative laptop stickers – Buildings" href="/en/fluff/details/FLUFF286.asp">
 
  <img src="/fluff/pic/picEN/FLUFF286.jpg"
 
   class="product" alt="Decorative laptop stickers – Buildings" title="Decorative laptop stickers – Buildings" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Decorative laptop stickers – Buildings" href="/en/fluff/details/FLUFF286.asp">Decorative laptop stickers – Buildings</a><br>
  Fancy a trip to New York or sunny Italy? Apply these stickers to your laptop and dream on… 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    89,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    29,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF286 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF286" value="" maxlength="4" class="qty2" unitprice="29" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF286" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF286.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="32"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Decorative sticker for your laptop – Buildings in Paris" href="/en/fluff/details/FLUFF287.asp">
 
  <img src="/fluff/pic/picEN/FLUFF287.jpg"
 
   class="product" alt="Decorative sticker for your laptop – Buildings in Paris" title="Decorative sticker for your laptop – Buildings in Paris" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Decorative sticker for your laptop – Buildings in Paris" href="/en/fluff/details/FLUFF287.asp">Decorative sticker for your laptop – Buildings in Paris</a><br>
  Your laptop will be as pretty as a picture with these adhesive stickers. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    89,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    29,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF287 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF287" value="" maxlength="4" class="qty2" unitprice="29" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF287" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF287.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="33"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Laptop bag/briefcase – light blue" href="/en/fluff/details/FLUFF303.asp">
 
  <img src="/fluff/pic/picEN/FLUFF303.jpg"
 
   class="product" alt="Laptop bag/briefcase – light blue" title="Laptop bag/briefcase – light blue" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Laptop bag/briefcase – light blue" href="/en/fluff/details/FLUFF303.asp">Laptop bag/briefcase – light blue</a><br>
  Isn’t it gorgeous? A true Swedish quality product. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    1 195,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    799,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF303 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF303" value="" maxlength="4" class="qty2" unitprice="799" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF303" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF303.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="34"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Laptop bag/briefcase – light pink" href="/en/fluff/details/FLUFF304.asp">
 
  <img src="/fluff/pic/picEN/FLUFF304.jpg"
 
   class="product" alt="Laptop bag/briefcase – light pink" title="Laptop bag/briefcase – light pink" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Laptop bag/briefcase – light pink" href="/en/fluff/details/FLUFF304.asp">Laptop bag/briefcase – light pink</a><br>
  Isn’t it a darling? And genuine Swedish quality. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        1 195,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF304 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF304" value="" maxlength="4" class="qty2" unitprice="1195" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF304" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF304.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="35"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Champagne bottle sealer – pink with a sparkle" href="/en/fluff/details/FLUFF307.asp">
 
  <img src="/fluff/pic/picEN/FLUFF307.jpg"
 
   class="product" alt="Champagne bottle sealer – pink with a sparkle" title="Champagne bottle sealer – pink with a sparkle" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Champagne bottle sealer – pink with a sparkle" href="/en/fluff/details/FLUFF307.asp">Champagne bottle sealer – pink with a sparkle</a><br>
  Our very own super-sparkly champagne bottle sealer. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    499,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    399,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF307 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF307" value="" maxlength="4" class="qty2" unitprice="399" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF307" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF307.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="36"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Fluffbabe Darling - Voodoll" href="/en/fluff/details/FLUFF308.asp">
 
  <img src="/fluff/pic/picEN/FLUFF308.jpg"
 
   class="product" alt="Fluffbabe Darling - Voodoll" title="Fluffbabe Darling - Voodoll" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Fluffbabe Darling - Voodoll" href="/en/fluff/details/FLUFF308.asp">Fluffbabe Darling - Voodoll</a><br>
  Our very own Fluffbabe Darling. She’ll make your life ultra-glamourous! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    99,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    29,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF308 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF308" value="" maxlength="4" class="qty2" unitprice="29" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF308" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF308.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="37"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Note book - I don't recall…" href="/en/fluff/details/FLUFF314.asp">
 
  <img src="/fluff/pic/picEN/FLUFF314.jpg"
 
   class="product" alt="Note book - I don't recall…" title="Note book - I don't recall…" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Note book - I don't recall…" href="/en/fluff/details/FLUFF314.asp">Note book - I don't recall…</a><br>
  Of course not: we can make our own decisions, thank you! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    59,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    39,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF314 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF314" value="" maxlength="4" class="qty2" unitprice="39" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF314" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF314.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="38"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Silk pillow case pink" href="/en/fluff/details/FLUFF318.asp">
 
  <img src="/fluff/pic/picEN/FLUFF318.jpg"
 
   class="product" alt="Silk pillow case pink" title="Silk pillow case pink" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Silk pillow case pink" href="/en/fluff/details/FLUFF318.asp">Silk pillow case pink</a><br>
  Favourite of Hollywood celebrities – prevents sleep wrinkles! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    499,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    299,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF318 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF318" value="" maxlength="4" class="qty2" unitprice="299" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF318" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF318.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="39"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Wrist warmers - Emerald green" href="/en/fluff/details/FLUFF327.asp">
 
  <img src="/fluff/pic/picEN/FLUFF327.jpg"
 
   class="product" alt="Wrist warmers - Emerald green" title="Wrist warmers - Emerald green" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Wrist warmers - Emerald green" href="/en/fluff/details/FLUFF327.asp">Wrist warmers - Emerald green</a><br>
  Fluffy, cosy and soft. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    999,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    499,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF327 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF327" value="" maxlength="4" class="qty2" unitprice="499" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF327" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF327.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="40"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Fluffbabe pens - pink" href="/en/fluff/details/FLUFF328.asp">
 
  <img src="/fluff/pic/picEN/FLUFF328.jpg"
 
   class="product" alt="Fluffbabe pens - pink" title="Fluffbabe pens - pink" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Fluffbabe pens - pink" href="/en/fluff/details/FLUFF328.asp">Fluffbabe pens - pink</a><br>
  To meet popular demand we're now selling our own pens in pairs! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    59,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    39,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF328 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF328" value="" maxlength="4" class="qty2" unitprice="39" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF328" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF328.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="41"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Weekend bag - Gold" href="/en/fluff/details/FLUFF331.asp">
 
  <img src="/fluff/pic/picEN/FLUFF331.jpg"
 
   class="product" alt="Weekend bag - Gold" title="Weekend bag - Gold" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Weekend bag - Gold" href="/en/fluff/details/FLUFF331.asp">Weekend bag - Gold</a><br>
  The fluffiest weekend bag we’ve seen to date. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    669,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    499,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF331 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF331" value="" maxlength="4" class="qty2" unitprice="499" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF331" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF331.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="42"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Make-up bag - Moulin Rouge" href="/en/fluff/details/FLUFF376.asp">
 
  <img src="/fluff/pic/picEN/FLUFF376.jpg"
 
   class="product" alt="Make-up bag - Moulin Rouge" title="Make-up bag - Moulin Rouge" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Make-up bag - Moulin Rouge" href="/en/fluff/details/FLUFF376.asp">Make-up bag - Moulin Rouge</a><br>
  A must for every Fluffbabe handbag! <br>Measure: 11 x 22 cm 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    399,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    199,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF376 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF376" value="" maxlength="4" class="qty2" unitprice="199" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF376" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF376.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="43"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Toilet bag - Moulin Rouge" href="/en/fluff/details/FLUFF380.asp">
 
  <img src="/fluff/pic/picEN/FLUFF380.jpg"
 
   class="product" alt="Toilet bag - Moulin Rouge" title="Toilet bag - Moulin Rouge" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Toilet bag - Moulin Rouge" href="/en/fluff/details/FLUFF380.asp">Toilet bag - Moulin Rouge</a><br>
  Like a dream of bygone days. <br>Measure: 11 x 25 cm 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    469,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    199,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF380 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF380" value="" maxlength="4" class="qty2" unitprice="199" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF380" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF380.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="44"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Pocket Mirror" href="/en/fluff/details/FLUFF385.asp">
 
  <img src="/fluff/pic/picEN/FLUFF385.jpg"
 
   class="product" alt="Pocket Mirror" title="Pocket Mirror" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Pocket Mirror" href="/en/fluff/details/FLUFF385.asp">Pocket Mirror</a><br>
  A product from Les Cakes de Bertrand. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    99,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    49,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF385 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF385" value="" maxlength="4" class="qty2" unitprice="49" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF385" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF385.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="45"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Bath Soap - 3 pack" href="/en/fluff/details/FLUFF393.asp">
 
  <img src="/fluff/pic/picEN/FLUFF393.jpg"
 
   class="product" alt="Bath Soap - 3 pack" title="Bath Soap - 3 pack" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Bath Soap - 3 pack" href="/en/fluff/details/FLUFF393.asp">Bath Soap - 3 pack</a><br>
  The perfect gift for someone who has everything! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    259,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    199,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF393 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF393" value="" maxlength="4" class="qty2" unitprice="199" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF393" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF393.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="46"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="fluffbabes.com email adress" href="/en/fluff/details/FLUFF394.asp">
 
  <img src="/fluff/pic/picEN/FLUFF394.jpg"
 
   class="product" alt="fluffbabes.com email adress" title="fluffbabes.com email adress" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="fluffbabes.com email adress" href="/en/fluff/details/FLUFF394.asp">fluffbabes.com email adress</a><br>
  For those of you who can’t get enough Fluffbabes – your own fluff-address! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        200,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF394 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF394" value="" maxlength="4" class="qty2" unitprice="200" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF394" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF394.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="47"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Ear pendants - red roses" href="/en/fluff/details/FLUFF397.asp">
 
  <img src="/fluff/pic/picEN/FLUFF397.jpg"
 
   class="product" alt="Ear pendants - red roses" title="Ear pendants - red roses" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Ear pendants - red roses" href="/en/fluff/details/FLUFF397.asp">Ear pendants - red roses</a><br>
  Hand-made pendants that will attract EVERYBODY’S attention...<br>Also in other colours. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        229,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF397 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF397" value="" maxlength="4" class="qty2" unitprice="229" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF397" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF397.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="48"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Ear pendants – pink roses" href="/en/fluff/details/FLUFF398.asp">
 
  <img src="/fluff/pic/picEN/FLUFF398.jpg"
 
   class="product" alt="Ear pendants – pink roses" title="Ear pendants – pink roses" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Ear pendants – pink roses" href="/en/fluff/details/FLUFF398.asp">Ear pendants – pink roses</a><br>
  Fantastic, hand-made ear pendants- a Fluffbabes exclusive. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    229,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    159,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF398 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF398" value="" maxlength="4" class="qty2" unitprice="159" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF398" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF398.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="49"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Ear pendants – silver roses" href="/en/fluff/details/FLUFF399.asp">
 
  <img src="/fluff/pic/picEN/FLUFF399.jpg"
 
   class="product" alt="Ear pendants – silver roses" title="Ear pendants – silver roses" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Ear pendants – silver roses" href="/en/fluff/details/FLUFF399.asp">Ear pendants – silver roses</a><br>
  We want a pair in each of the six colours! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    229,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    159,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF399 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF399" value="" maxlength="4" class="qty2" unitprice="159" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF399" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF399.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="50"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Ear pendants – gold roses" href="/en/fluff/details/FLUFF400.asp">
 
  <img src="/fluff/pic/picEN/FLUFF400.jpg"
 
   class="product" alt="Ear pendants – gold roses" title="Ear pendants – gold roses" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Ear pendants – gold roses" href="/en/fluff/details/FLUFF400.asp">Ear pendants – gold roses</a><br>
  Designed and hand-made by our Darling Clara. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        229,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF400 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF400" value="" maxlength="4" class="qty2" unitprice="229" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF400" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF400.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="51"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Washing up liquid - Fluffy Marshmallows" href="/en/fluff/details/FLUFF403.asp">
 
  <img src="/fluff/pic/picEN/FLUFF403.jpg"
 
   class="product" alt="Washing up liquid - Fluffy Marshmallows" title="Washing up liquid - Fluffy Marshmallows" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Washing up liquid - Fluffy Marshmallows" href="/en/fluff/details/FLUFF403.asp">Washing up liquid - Fluffy Marshmallows</a><br>
  Our washing up success product goes on and on - now in 500 ml. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        149,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF403 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF403" value="" maxlength="4" class="qty2" unitprice="149" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF403" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF403.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="52"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Earrings - white roses" href="/en/fluff/details/FLUFF412.asp">
 
  <img src="/fluff/pic/picEN/FLUFF412.jpg"
 
   class="product" alt="Earrings - white roses" title="Earrings - white roses" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Earrings - white roses" href="/en/fluff/details/FLUFF412.asp">Earrings - white roses</a><br>
  Perfect for a summer wedding?<br>
Also available in other colors. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    229,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    159,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF412 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF412" value="" maxlength="4" class="qty2" unitprice="159" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF412" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF412.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="53"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Earrings - off-white roses" href="/en/fluff/details/FLUFF413.asp">
 
  <img src="/fluff/pic/picEN/FLUFF413.jpg"
 
   class="product" alt="Earrings - off-white roses" title="Earrings - off-white roses" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Earrings - off-white roses" href="/en/fluff/details/FLUFF413.asp">Earrings - off-white roses</a><br>
  New colour variations of our darling little rose earrings. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        229,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF413 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF413" value="" maxlength="4" class="qty2" unitprice="229" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF413" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF413.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="54"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Galoshes from SWIMS - red" href="/en/fluff/details/FLUFF415.asp">
 
  <img src="/fluff/pic/picEN/FLUFF415.jpg"
 
   class="product" alt="Galoshes from SWIMS - red" title="Galoshes from SWIMS - red" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Galoshes from SWIMS - red" href="/en/fluff/details/FLUFF415.asp">Galoshes from SWIMS - red</a><br>
  Rainy weather? – No problem - Fluffbabes are here to help. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    669,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    599,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF415 <!--fluffnr-->


<div nowrap class="qtyarticles">
<table border="0" align="right" class="qty"><tr><td valign="top">Size<td>Qty
<tr align="center" valign="middle"><td>S<td><input type="text" name="orderItem:FLUFF415-S" value="" maxlength="4" class="qty2" unitprice="599" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF415-S" tabindex="-1" title="add one"></td>
<tr align="center" valign="middle"><td>M<td><input type="text" name="orderItem:FLUFF415-M" value="" maxlength="4" class="qty2" unitprice="599" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF415-M" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF415.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="55"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Galoshes from SWIMS - black" href="/en/fluff/details/FLUFF416.asp">
 
  <img src="/fluff/pic/picEN/FLUFF416.jpg"
 
   class="product" alt="Galoshes from SWIMS - black" title="Galoshes from SWIMS - black" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Galoshes from SWIMS - black" href="/en/fluff/details/FLUFF416.asp">Galoshes from SWIMS - black</a><br>
  With a map of Paris under the soles... 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    669,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    599,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF416 <!--fluffnr-->


<div nowrap class="qtyarticles">
<table border="0" align="right" class="qty"><tr><td valign="top">Size<td>Qty
<tr align="center" valign="middle"><td>S<td><input type="text" name="orderItem:FLUFF416-S" value="" maxlength="4" class="qty2" unitprice="599" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF416-S" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF416.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="56"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Bandage – pink, with skull" href="/en/fluff/details/FLUFF430.asp">
 
  <img src="/fluff/pic/picEN/FLUFF430.jpg"
 
   class="product" alt="Bandage – pink, with skull" title="Bandage – pink, with skull" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Bandage – pink, with skull" href="/en/fluff/details/FLUFF430.asp">Bandage – pink, with skull</a><br>
  So pink – such fun! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    229,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    99,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF430 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF430" value="" maxlength="4" class="qty2" unitprice="99" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF430" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF430.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="57"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Bandage – black, with skull" href="/en/fluff/details/FLUFF431.asp">
 
  <img src="/fluff/pic/picEN/FLUFF431.jpg"
 
   class="product" alt="Bandage – black, with skull" title="Bandage – black, with skull" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Bandage – black, with skull" href="/en/fluff/details/FLUFF431.asp">Bandage – black, with skull</a><br>
  For cool pirate babes?... 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    229,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    99,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF431 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF431" value="" maxlength="4" class="qty2" unitprice="99" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF431" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF431.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="58"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Handbag holder" href="/en/fluff/details/FLUFF432.asp">
 
  <img src="/fluff/pic/picEN/FLUFF432.jpg"
 
   class="product" alt="Handbag holder" title="Handbag holder" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Handbag holder" href="/en/fluff/details/FLUFF432.asp">Handbag holder</a><br>
  Fluffy handbag holders for genuine Fluffbabes. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    99,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    59,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF432 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF432" value="" maxlength="4" class="qty2" unitprice="59" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF432" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF432.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="59"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Tights - cupid/amor" href="/en/fluff/details/FLUFF441.asp">
 
  <img src="/fluff/pic/picEN/FLUFF441.jpg"
 
   class="product" alt="Tights - cupid/amor" title="Tights - cupid/amor" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Tights - cupid/amor" href="/en/fluff/details/FLUFF441.asp">Tights - cupid/amor</a><br>
  Covered with cute little cupids and hearts. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    149,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    99,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF441 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF441" value="" maxlength="4" class="qty2" unitprice="99" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF441" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF441.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="60"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Tights – Hot Lips" href="/en/fluff/details/FLUFF442.asp">
 
  <img src="/fluff/pic/picEN/FLUFF442.jpg"
 
   class="product" alt="Tights – Hot Lips" title="Tights – Hot Lips" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Tights – Hot Lips" href="/en/fluff/details/FLUFF442.asp">Tights – Hot Lips</a><br>
  Kiss, kiss, kiss! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    149,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    99,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF442 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF442" value="" maxlength="4" class="qty2" unitprice="99" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF442" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF442.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="61"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Silk slippers – light pink" href="/en/fluff/details/FLUFF449.asp">
 
  <img src="/fluff/pic/picEN/FLUFF449.jpg"
 
   class="product" alt="Silk slippers – light pink" title="Silk slippers – light pink" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Silk slippers – light pink" href="/en/fluff/details/FLUFF449.asp">Silk slippers – light pink</a><br>
  Isn’t it a lovely colour? So fluffy, just perfect. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    999,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    699,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF449 <!--fluffnr-->


<div nowrap class="qtyarticles">
<table border="0" align="right" class="qty"><tr><td valign="top">Size<td>Qty
<tr align="center" valign="middle"><td>M<td><input type="text" name="orderItem:FLUFF449-M" value="" maxlength="4" class="qty2" unitprice="699" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF449-M" tabindex="-1" title="add one"></td>
<tr align="center" valign="middle"><td>L<td><input type="text" name="orderItem:FLUFF449-L" value="" maxlength="4" class="qty2" unitprice="699" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF449-L" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF449.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="62"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Champagne cooler - blue" href="/en/fluff/details/FLUFF453.asp">
 
  <img src="/fluff/pic/picEN/FLUFF453.jpg"
 
   class="product" alt="Champagne cooler - blue" title="Champagne cooler - blue" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Champagne cooler - blue" href="/en/fluff/details/FLUFF453.asp">Champagne cooler - blue</a><br>
  A blue version of our sales success. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        99,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF453 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF453" value="" maxlength="4" class="qty2" unitprice="99" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF453" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF453.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="63"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Champagne cooler - Happy Birthday" href="/en/fluff/details/FLUFF454.asp">
 
  <img src="/fluff/pic/picEN/FLUFF454.jpg"
 
   class="product" alt="Champagne cooler - Happy Birthday" title="Champagne cooler - Happy Birthday" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Champagne cooler - Happy Birthday" href="/en/fluff/details/FLUFF454.asp">Champagne cooler - Happy Birthday</a><br>
  Fluffy design – an obvious choice! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        99,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF454 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF454" value="" maxlength="4" class="qty2" unitprice="99" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF454" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF454.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="64"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Passport wallet - A Fluffbabe World" href="/en/fluff/details/FLUFF455.asp">
 
  <img src="/fluff/pic/picEN/FLUFF455.jpg"
 
   class="product" alt="Passport wallet - A Fluffbabe World" title="Passport wallet - A Fluffbabe World" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Passport wallet - A Fluffbabe World" href="/en/fluff/details/FLUFF455.asp">Passport wallet - A Fluffbabe World</a><br>
  A Fluffbabes exclusive! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    159,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    99,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF455 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF455" value="" maxlength="4" class="qty2" unitprice="99" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF455" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF455.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="65"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Luggage tag - I´m Lost" href="/en/fluff/details/FLUFF456.asp">
 
  <img src="/fluff/pic/picEN/FLUFF456.jpg"
 
   class="product" alt="Luggage tag - I´m Lost" title="Luggage tag - I´m Lost" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Luggage tag - I´m Lost" href="/en/fluff/details/FLUFF456.asp">Luggage tag - I´m Lost</a><br>
  A lovely address-tag for your travel bag. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    89,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    79,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF456 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF456" value="" maxlength="4" class="qty2" unitprice="79" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF456" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF456.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="66"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Body Lotion - Fluffy Marshmallows" href="/en/fluff/details/FLUFF458.asp">
 
  <img src="/fluff/pic/picEN/FLUFF458.jpg"
 
   class="product" alt="Body Lotion - Fluffy Marshmallows" title="Body Lotion - Fluffy Marshmallows" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Body Lotion - Fluffy Marshmallows" href="/en/fluff/details/FLUFF458.asp">Body Lotion - Fluffy Marshmallows</a><br>
   
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    229,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    159,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF458 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF458" value="" maxlength="4" class="qty2" unitprice="159" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF458" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF458.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="67"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Tights – puppies" href="/en/fluff/details/FLUFF461.asp">
 
  <img src="/fluff/pic/picEN/FLUFF461.jpg"
 
   class="product" alt="Tights – puppies" title="Tights – puppies" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Tights – puppies" href="/en/fluff/details/FLUFF461.asp">Tights – puppies</a><br>
  Simply adorable... 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    149,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    99,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF461 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF461" value="" maxlength="4" class="qty2" unitprice="99" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF461" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF461.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="68"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Hearing-protective earplugs – Champagne" href="/en/fluff/details/FLUFF463.asp">
 
  <img src="/fluff/pic/picEN/FLUFF463.jpg"
 
   class="product" alt="Hearing-protective earplugs – Champagne" title="Hearing-protective earplugs – Champagne" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Hearing-protective earplugs – Champagne" href="/en/fluff/details/FLUFF463.asp">Hearing-protective earplugs – Champagne</a><br>
   
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        279,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF463 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF463" value="" maxlength="4" class="qty2" unitprice="279" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF463" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF463.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="69"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Hearing-protective earplugs – Pink" href="/en/fluff/details/FLUFF467.asp">
 
  <img src="/fluff/pic/picEN/FLUFF467.jpg"
 
   class="product" alt="Hearing-protective earplugs – Pink" title="Hearing-protective earplugs – Pink" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Hearing-protective earplugs – Pink" href="/en/fluff/details/FLUFF467.asp">Hearing-protective earplugs – Pink</a><br>
   
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        279,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF467 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF467" value="" maxlength="4" class="qty2" unitprice="279" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF467" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF467.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="70"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Apron - Group Therapy" href="/en/fluff/details/FLUFF474.asp">
 
  <img src="/fluff/pic/picEN/FLUFF474.jpg"
 
   class="product" alt="Apron - Group Therapy" title="Apron - Group Therapy" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Apron - Group Therapy" href="/en/fluff/details/FLUFF474.asp">Apron - Group Therapy</a><br>
  Apron with glitzy wine glasses.
 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    299,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    259,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF474 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF474" value="" maxlength="4" class="qty2" unitprice="259" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF474" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF474.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="71"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Champagne bottle stopper - gold" href="/en/fluff/details/FLUFF476.asp">
 
  <img src="/fluff/pic/picEN/FLUFF476.jpg"
 
   class="product" alt="Champagne bottle stopper - gold" title="Champagne bottle stopper - gold" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Champagne bottle stopper - gold" href="/en/fluff/details/FLUFF476.asp">Champagne bottle stopper - gold</a><br>
  Luxury version with black gems. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    499,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    399,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF476 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF476" value="" maxlength="4" class="qty2" unitprice="399" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF476" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF476.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="72"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Neat bag for your underwear - black" href="/en/fluff/details/FLUFF483.asp">
 
  <img src="/fluff/pic/picEN/FLUFF483.jpg"
 
   class="product" alt="Neat bag for your underwear - black" title="Neat bag for your underwear - black" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Neat bag for your underwear - black" href="/en/fluff/details/FLUFF483.asp">Neat bag for your underwear - black</a><br>
  Enables tidy packing 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    199,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    129,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF483 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF483" value="" maxlength="4" class="qty2" unitprice="129" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF483" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF483.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="73"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Apron - Bubblicious" href="/en/fluff/details/FLUFF485.asp">
 
  <img src="/fluff/pic/picEN/FLUFF485.jpg"
 
   class="product" alt="Apron - Bubblicious" title="Apron - Bubblicious" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Apron - Bubblicious" href="/en/fluff/details/FLUFF485.asp">Apron - Bubblicious</a><br>
  Flashy apron with champagne glasses.
 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    299,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    259,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF485 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF485" value="" maxlength="4" class="qty2" unitprice="259" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF485" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF485.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="74"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Champagne cooler - gold" href="/en/fluff/details/FLUFF486.asp">
 
  <img src="/fluff/pic/picEN/FLUFF486.jpg"
 
   class="product" alt="Champagne cooler - gold" title="Champagne cooler - gold" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Champagne cooler - gold" href="/en/fluff/details/FLUFF486.asp">Champagne cooler - gold</a><br>
  Made of lovely golden calf's skin.
 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    699,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    499,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF486 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF486" value="" maxlength="4" class="qty2" unitprice="499" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF486" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF486.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="75"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Champagne cooler - silver" href="/en/fluff/details/FLUFF487.asp">
 
  <img src="/fluff/pic/picEN/FLUFF487.jpg"
 
   class="product" alt="Champagne cooler - silver" title="Champagne cooler - silver" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Champagne cooler - silver" href="/en/fluff/details/FLUFF487.asp">Champagne cooler - silver</a><br>
  Pure calf's skin goes well with champagne...
 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    699,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    499,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF487 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF487" value="" maxlength="4" class="qty2" unitprice="499" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF487" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF487.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="76"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Body Butter - Rosa Moln" href="/en/fluff/details/FLUFF490.asp">
 
  <img src="/fluff/pic/picEN/FLUFF490.jpg"
 
   class="product" alt="Body Butter - Rosa Moln" title="Body Butter - Rosa Moln" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Body Butter - Rosa Moln" href="/en/fluff/details/FLUFF490.asp">Body Butter - Rosa Moln</a><br>
  A scent both feminine and decadent... 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    269,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    199,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF490 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF490" value="" maxlength="4" class="qty2" unitprice="199" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF490" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF490.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="77"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Body Shower - Rosa Moln" href="/en/fluff/details/FLUFF491.asp">
 
  <img src="/fluff/pic/picEN/FLUFF491.jpg"
 
   class="product" alt="Body Shower - Rosa Moln" title="Body Shower - Rosa Moln" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Body Shower - Rosa Moln" href="/en/fluff/details/FLUFF491.asp">Body Shower - Rosa Moln</a><br>
  Take a shower in a cloud of candyfloss! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    229,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    129,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF491 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF491" value="" maxlength="4" class="qty2" unitprice="129" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF491" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF491.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="78"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Mouse mat - Group Therapy" href="/en/fluff/details/FLUFF505.asp">
 
  <img src="/fluff/pic/picEN/FLUFF505.jpg"
 
   class="product" alt="Mouse mat - Group Therapy" title="Mouse mat - Group Therapy" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Mouse mat - Group Therapy" href="/en/fluff/details/FLUFF505.asp">Mouse mat - Group Therapy</a><br>
  We like all varieties of wine... 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        79,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF505 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF505" value="" maxlength="4" class="qty2" unitprice="79" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF505" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF505.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="79"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Necklace with Martini glass" href="/en/fluff/details/FLUFF514.asp">
 
  <img src="/fluff/pic/picEN/FLUFF514.jpg"
 
   class="product" alt="Necklace with Martini glass" title="Necklace with Martini glass" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Necklace with Martini glass" href="/en/fluff/details/FLUFF514.asp">Necklace with Martini glass</a><br>
  The sign of a true Cosmopolitan 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    299,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    229,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF514 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF514" value="" maxlength="4" class="qty2" unitprice="229" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF514" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF514.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="80"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Ear rings with Martini glass" href="/en/fluff/details/FLUFF515.asp">
 
  <img src="/fluff/pic/picEN/FLUFF515.jpg"
 
   class="product" alt="Ear rings with Martini glass" title="Ear rings with Martini glass" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Ear rings with Martini glass" href="/en/fluff/details/FLUFF515.asp">Ear rings with Martini glass</a><br>
  ...and a cute little olive - naturally! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    299,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    229,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF515 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF515" value="" maxlength="4" class="qty2" unitprice="229" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF515" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF515.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="81"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Serviettes - Group Therapy" href="/en/fluff/details/FLUFF517.asp">
 
  <img src="/fluff/pic/picEN/FLUFF517.jpg"
 
   class="product" alt="Serviettes - Group Therapy" title="Serviettes - Group Therapy" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Serviettes - Group Therapy" href="/en/fluff/details/FLUFF517.asp">Serviettes - Group Therapy</a><br>
   
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        39,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF517 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF517" value="" maxlength="4" class="qty2" unitprice="39" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF517" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF517.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="82"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Serviettes - Wine a bit.... You'll feel better" href="/en/fluff/details/FLUFF518.asp">
 
  <img src="/fluff/pic/picEN/FLUFF518.jpg"
 
   class="product" alt="Serviettes - Wine a bit.... You'll feel better" title="Serviettes - Wine a bit.... You'll feel better" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Serviettes - Wine a bit.... You'll feel better" href="/en/fluff/details/FLUFF518.asp">Serviettes - Wine a bit.... You'll feel better</a><br>
  paper 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        39,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF518 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF518" value="" maxlength="4" class="qty2" unitprice="39" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF518" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF518.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="83"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Vanilla Fudge - house tin" href="/en/fluff/details/FLUFF528.asp">
 
  <img src="/fluff/pic/picEN/FLUFF528.jpg"
 
   class="product" alt="Vanilla Fudge - house tin" title="Vanilla Fudge - house tin" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Vanilla Fudge - house tin" href="/en/fluff/details/FLUFF528.asp">Vanilla Fudge - house tin</a><br>
  When someone has looked after your house 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    129,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    39,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF528 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF528" value="" maxlength="4" class="qty2" unitprice="39" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF528" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF528.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="84"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Vanilla Fudge - cat tin" href="/en/fluff/details/FLUFF529.asp">
 
  <img src="/fluff/pic/picEN/FLUFF529.jpg"
 
   class="product" alt="Vanilla Fudge - cat tin" title="Vanilla Fudge - cat tin" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Vanilla Fudge - cat tin" href="/en/fluff/details/FLUFF529.asp">Vanilla Fudge - cat tin</a><br>
  When someone has looked after your cat 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    129,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    39,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF529 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF529" value="" maxlength="4" class="qty2" unitprice="39" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF529" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF529.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="85"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Vanilla Fudge - dog tin" href="/en/fluff/details/FLUFF530.asp">
 
  <img src="/fluff/pic/picEN/FLUFF530.jpg"
 
   class="product" alt="Vanilla Fudge - dog tin" title="Vanilla Fudge - dog tin" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Vanilla Fudge - dog tin" href="/en/fluff/details/FLUFF530.asp">Vanilla Fudge - dog tin</a><br>
  When someone has looked after your dog 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    129,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    39,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF530 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF530" value="" maxlength="4" class="qty2" unitprice="39" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF530" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF530.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="86"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Apron Save water - drink wine" href="/en/fluff/details/FLUFF532.asp">
 
  <img src="/fluff/pic/picEN/FLUFF532.jpg"
 
   class="product" alt="Apron Save water - drink wine" title="Apron Save water - drink wine" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Apron Save water - drink wine" href="/en/fluff/details/FLUFF532.asp">Apron Save water - drink wine</a><br>
   
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        299,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF532 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF532" value="" maxlength="4" class="qty2" unitprice="299" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF532" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF532.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="87"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Coffee Mug - stoneware Coffee now - gossip later" href="/en/fluff/details/FLUFF533.asp">
 
  <img src="/fluff/pic/picEN/FLUFF533.jpg"
 
   class="product" alt="Coffee Mug - stoneware Coffee now - gossip later" title="Coffee Mug - stoneware Coffee now - gossip later" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Coffee Mug - stoneware Coffee now - gossip later" href="/en/fluff/details/FLUFF533.asp">Coffee Mug - stoneware Coffee now - gossip later</a><br>
   
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    129,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    79,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF533 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF533" value="" maxlength="4" class="qty2" unitprice="79" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF533" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF533.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="88"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Coffee Mug - stoneware All I want is coffee and a pedicure" href="/en/fluff/details/FLUFF534.asp">
 
  <img src="/fluff/pic/picEN/FLUFF534.jpg"
 
   class="product" alt="Coffee Mug - stoneware All I want is coffee and a pedicure" title="Coffee Mug - stoneware All I want is coffee and a pedicure" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Coffee Mug - stoneware All I want is coffee and a pedicure" href="/en/fluff/details/FLUFF534.asp">Coffee Mug - stoneware All I want is coffee and a pedicure</a><br>
   
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    129,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    79,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF534 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF534" value="" maxlength="4" class="qty2" unitprice="79" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF534" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF534.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="89"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Partyplates - for sandwiches" href="/en/fluff/details/FLUFF547.asp">
 
  <img src="/fluff/pic/picEN/FLUFF547.jpg"
 
   class="product" alt="Partyplates - for sandwiches" title="Partyplates - for sandwiches" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Partyplates - for sandwiches" href="/en/fluff/details/FLUFF547.asp">Partyplates - for sandwiches</a><br>
  Good for mingling... 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        229,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF547 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF547" value="" maxlength="4" class="qty2" unitprice="229" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF547" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF547.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="90"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Hand cream - Fluffy Marshmallows" href="/en/fluff/details/FLUFF552.asp">
 
  <img src="/fluff/pic/picEN/FLUFF552.jpg"
 
   class="product" alt="Hand cream - Fluffy Marshmallows" title="Hand cream - Fluffy Marshmallows" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Hand cream - Fluffy Marshmallows" href="/en/fluff/details/FLUFF552.asp">Hand cream - Fluffy Marshmallows</a><br>
  At long last! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    229,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    129,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF552 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF552" value="" maxlength="4" class="qty2" unitprice="129" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF552" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF552.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="91"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Hand soap - Fluffy Marshmallows" href="/en/fluff/details/FLUFF553.asp">
 
  <img src="/fluff/pic/picEN/FLUFF553.jpg"
 
   class="product" alt="Hand soap - Fluffy Marshmallows" title="Hand soap - Fluffy Marshmallows" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Hand soap - Fluffy Marshmallows" href="/en/fluff/details/FLUFF553.asp">Hand soap - Fluffy Marshmallows</a><br>
  Fluffily perfect for the bathroom or the extra toilet. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    199,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    129,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF553 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF553" value="" maxlength="4" class="qty2" unitprice="129" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF553" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF553.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="92"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Christmas cards - Fluffbabes' own" href="/en/fluff/details/FLUFF554.asp">
 
  <img src="/fluff/pic/picEN/FLUFF554.jpg"
 
   class="product" alt="Christmas cards - Fluffbabes' own" title="Christmas cards - Fluffbabes' own" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Christmas cards - Fluffbabes' own" href="/en/fluff/details/FLUFF554.asp">Christmas cards - Fluffbabes' own</a><br>
  2 cards with envelopes. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        39,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF554 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF554" value="" maxlength="4" class="qty2" unitprice="39" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF554" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF554.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="93"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Steel-wool fluff - 2 black + 1 pink" href="/en/fluff/details/FLUFF555.asp">
 
  <img src="/fluff/pic/picEN/FLUFF555.jpg"
 
   class="product" alt="Steel-wool fluff - 2 black + 1 pink" title="Steel-wool fluff - 2 black + 1 pink" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Steel-wool fluff - 2 black + 1 pink" href="/en/fluff/details/FLUFF555.asp">Steel-wool fluff - 2 black + 1 pink</a><br>
  So much better than boring, traditional pads 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        49,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF555 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF555" value="" maxlength="4" class="qty2" unitprice="49" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF555" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF555.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="94"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Steel-wool fluff - 2 pink + 1 black" href="/en/fluff/details/FLUFF556.asp">
 
  <img src="/fluff/pic/picEN/FLUFF556.jpg"
 
   class="product" alt="Steel-wool fluff - 2 pink + 1 black" title="Steel-wool fluff - 2 pink + 1 black" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Steel-wool fluff - 2 pink + 1 black" href="/en/fluff/details/FLUFF556.asp">Steel-wool fluff - 2 pink + 1 black</a><br>
  Clean your saucepans with a bit of fluff! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        49,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF556 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF556" value="" maxlength="4" class="qty2" unitprice="49" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF556" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF556.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="95"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Fluffparty Start set" href="/en/fluff/details/FLUFF557.asp">
 
  <img src="/fluff/pic/picEN/FLUFF557.jpg"
 
   class="product" alt="Fluffparty Start set" title="Fluffparty Start set" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Fluffparty Start set" href="/en/fluff/details/FLUFF557.asp">Fluffparty Start set</a><br>
   
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        400,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF557 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF557" value="" maxlength="4" class="qty2" unitprice="400" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF557" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF557.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="96"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Cushion - gowns and tops" href="/en/fluff/details/FLUFF560.asp">
 
  <img src="/fluff/pic/picEN/FLUFF560.jpg"
 
   class="product" alt="Cushion - gowns and tops" title="Cushion - gowns and tops" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Cushion - gowns and tops" href="/en/fluff/details/FLUFF560.asp">Cushion - gowns and tops</a><br>
  Embroidered with pearls and super-fluffy! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    599,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    359,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF560 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF560" value="" maxlength="4" class="qty2" unitprice="359" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF560" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF560.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="97"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Tights – Stars and Stripes" href="/en/fluff/details/FLUFF564.asp">
 
  <img src="/fluff/pic/picEN/FLUFF564.jpg"
 
   class="product" alt="Tights – Stars and Stripes" title="Tights – Stars and Stripes" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Tights – Stars and Stripes" href="/en/fluff/details/FLUFF564.asp">Tights – Stars and Stripes</a><br>
  As requested by our customers. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        149,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF564 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF564" value="" maxlength="4" class="qty2" unitprice="149" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF564" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF564.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="98"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Cocktail book - for party chicks" href="/en/fluff/details/FLUFF565.asp">
 
  <img src="/fluff/pic/picEN/FLUFF565.jpg"
 
   class="product" alt="Cocktail book - for party chicks" title="Cocktail book - for party chicks" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Cocktail book - for party chicks" href="/en/fluff/details/FLUFF565.asp">Cocktail book - for party chicks</a><br>
  Your own personal pink party planner 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    159,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    99,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF565 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF565" value="" maxlength="4" class="qty2" unitprice="99.0000000052" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF565" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF565.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="99"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Tea-tube - stainless steel" href="/en/fluff/details/FLUFF566.asp">
 
  <img src="/fluff/pic/picEN/FLUFF566.jpg"
 
   class="product" alt="Tea-tube - stainless steel" title="Tea-tube - stainless steel" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Tea-tube - stainless steel" href="/en/fluff/details/FLUFF566.asp">Tea-tube - stainless steel</a><br>
  A fluffed-up version of the traditional tea-ball. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    99,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    39,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF566 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF566" value="" maxlength="4" class="qty2" unitprice="39" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF566" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF566.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="100"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Handbag holder - pink stone and bling" href="/en/fluff/details/FLUFF577.asp">
 
  <img src="/fluff/pic/picEN/FLUFF577.jpg"
 
   class="product" alt="Handbag holder - pink stone and bling" title="Handbag holder - pink stone and bling" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Handbag holder - pink stone and bling" href="/en/fluff/details/FLUFF577.asp">Handbag holder - pink stone and bling</a><br>
  Now no one can steal your handbag! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        149,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF577 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF577" value="" maxlength="4" class="qty2" unitprice="149" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF577" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF577.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="101"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Handbag holder - heart-shaped with green stone and bling" href="/en/fluff/details/FLUFF579.asp">
 
  <img src="/fluff/pic/picEN/FLUFF579.jpg"
 
   class="product" alt="Handbag holder - heart-shaped with green stone and bling" title="Handbag holder - heart-shaped with green stone and bling" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Handbag holder - heart-shaped with green stone and bling" href="/en/fluff/details/FLUFF579.asp">Handbag holder - heart-shaped with green stone and bling</a><br>
  Always have your handbag within reach. 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        149,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF579 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF579" value="" maxlength="4" class="qty2" unitprice="149" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF579" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF579.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="102"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Shoe bag - red with transparent plastic" href="/en/fluff/details/FLUFF586.asp">
 
  <img src="/fluff/pic/picEN/FLUFF586.jpg"
 
   class="product" alt="Shoe bag - red with transparent plastic" title="Shoe bag - red with transparent plastic" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Shoe bag - red with transparent plastic" href="/en/fluff/details/FLUFF586.asp">Shoe bag - red with transparent plastic</a><br>
  Keeps your closet neat and tidy 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    229,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    159,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF586 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF586" value="" maxlength="4" class="qty2" unitprice="159" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF586" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF586.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="103"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Tights - pink heart" href="/en/fluff/details/FLUFF587.asp">
 
  <img src="/fluff/pic/picEN/FLUFF587.jpg"
 
   class="product" alt="Tights - pink heart" title="Tights - pink heart" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Tights - pink heart" href="/en/fluff/details/FLUFF587.asp">Tights - pink heart</a><br>
   
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


<span class="curblack">(SEK)</span>

        149,00     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF587 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF587" value="" maxlength="4" class="qty2" unitprice="149" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF587" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF587.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="104"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Tights – signature Love" href="/en/fluff/details/FLUFF588.asp">
 
  <img src="/fluff/pic/picEN/FLUFF588.jpg"
 
   class="product" alt="Tights – signature Love" title="Tights – signature Love" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Tights – signature Love" href="/en/fluff/details/FLUFF588.asp">Tights – signature Love</a><br>
   
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    149,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    99,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF588 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF588" value="" maxlength="4" class="qty2" unitprice="99" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF588" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF588.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
    <tr valign="top">
    
  <td cellSpacing="0" cellPadding="0">
    <a name="105"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Decorative hooks for shower curtain - 3 shapes" href="/en/fluff/details/FLUFF589.asp">
 
  <img src="/fluff/pic/picEN/FLUFF589.jpg"
 
   class="product" alt="Decorative hooks for shower curtain - 3 shapes" title="Decorative hooks for shower curtain - 3 shapes" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Decorative hooks for shower curtain - 3 shapes" href="/en/fluff/details/FLUFF589.asp">Decorative hooks for shower curtain - 3 shapes</a><br>
  Lipsticks, handbags and high heels! 
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    299,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    199,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF589 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF589" value="" maxlength="4" class="qty2" unitprice="199" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF589" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF589.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="106"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Tea towels - Mrs Murphy" href="/en/fluff/details/FLUFF591.asp">
 
  <img src="/fluff/pic/picEN/FLUFF591.jpg"
 
   class="product" alt="Tea towels - Mrs Murphy" title="Tea towels - Mrs Murphy" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Tea towels - Mrs Murphy" href="/en/fluff/details/FLUFF591.asp">Tea towels - Mrs Murphy</a><br>
   
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    159,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    99,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF591 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF591" value="" maxlength="4" class="qty2" unitprice="99" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF591" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF591.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 
  <td cellSpacing="0" cellPadding="0">
    <a name="107"></a><table class="dbartikel" height="340" width="196" cellSpacing="0" cellPadding="0" border="0">

  <tr valign="top">
    <td colspan="2">

                           
<a title="Tea towels - Mrs Murphy" href="/en/fluff/details/FLUFF593.asp">
 
  <img src="/fluff/pic/picEN/FLUFF593.jpg"
 
   class="product" alt="Tea towels - Mrs Murphy" title="Tea towels - Mrs Murphy" width="196" height="196" border="0">
</a>

      <div class="dbtext">
<a title="Tea towels - Mrs Murphy" href="/en/fluff/details/FLUFF593.asp">Tea towels - Mrs Murphy</a><br>
   
      </div>    
                           
    </td>
                          
  </tr>
  
  <tr>

    <td nowrap class="fluffnr">


<!-- <div  valign="bottom" nowrap class="price"> -->
    

                  

    </td>
    <td nowrap class="price" align="right">


    <span class="reablack">Ord.price
     
    <strike>
    (SEK)        
    159,00</span></strike>
    
    <br><span class="reapink">Now
     
    (SEK)           
    99,00</span>

     




    </td>
                          
  </tr>
  <tr valign="bottom">
    <td colspan="2" style="padding-left:3px;padding-right:3px;">
FLUFF593 <!--fluffnr-->


<div nowrap class="qtyarticlesS">
<table border="0" align="right" class="qty"><tr>
<tr align="center" valign="middle"><td title="Quantity"><td><input type="text" name="orderItem:FLUFF593" value="" maxlength="4" class="qty2" unitprice="99" style="text-align:center;"><td>&nbsp;<input type="image" src="/bilder/shopping/buy.gif"    name="add1"  value="orderItem:FLUFF593" tabindex="-1" title="add one"></td></tr></table>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fluffbabes.com%2Ffluff%2Fdetails%2FFLUFF593.asp&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

     





</div>




    </td>

  </tr> 

</table> 



        </td>
      </tr>
    </table>

    </td>
  </tr>
    
   <tr class="whitebgBot">
   	<td>   
<br><br>
    </td>
  </tr>
</table>
</FORM>

<input type="hidden" id="initOrderRowCounts" value="0">
<input type="hidden" id="initOrderRowTotals" value="0">

</div>



<!-- artiklarna slut -->

<!-- produktlänkar -->
<div class="botMenu">
<table class="botMenu"><tr valign="top">
<td><div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF437.asp">Adapter</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/apron.asp">Apron</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/annetaintor.asp">Anne Taintor</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF325.asp">Baby slippers</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/luggage.asp">Baggage accessories</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF432.asp">Baghanger</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/bandage.asp">Bandage &amp; bandaid</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/bags.asp">Bags</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/book.asp">Book</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/bodylotion.asp">Body Lotion</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF006.asp">Bracelet</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/brastraps.asp">Bra-straps</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/laptopbags.asp">Briefcases</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/candy.asp">Candy</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/champagneglassholder.asp">Champagne glass holder</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/champagnebottlesealer.asp">Champagne bottle sealer</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/champagnecooler.asp">Champagne cooler</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF362.asp">Cleaning fluid</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF246.asp">Dish liquid</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/earpendants.asp">Ear pendants</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/earplugs.asp">Earplugs</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/eyemask.asp">Eye mask</a></div>
<td><div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF394.asp">Fluffmail</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/fluffymarshmallow.asp">Fluffy Marshmallows</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/galoshes.asp">Galoshes</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF002.asp">Gift wrapping</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/champagneglassholder.asp">Glass holder</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/handbagholder.asp">Handbag holders</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/holisticsilk.asp">Holistic silk</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/jewellery.asp">Jewellery</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF427.asp">Keyboard</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/liquorice.asp">Liquorice</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/laptopbags.asp">Laptop bags</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/LesCakesdeBertrand.asp">Les Cakes de Bertrand</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/mirror.asp">Mirrors</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/mousemat.asp">Mouse mat</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/napkins.asp">Napkins</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/necklace.asp">Necklace</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/news.asp">News</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/notepad.asp">Note pad</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/officearticles.asp">Office articles</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/onlyatfluffbabes.asp">Only at Fluffbabes</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF455.asp">Passport wallet</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/pillowcase.asp">Pillow case</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF328.asp">Pen</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/purse.asp">Purse</a></div>
<td><div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF003.asp">Ring</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/rosamoln.asp">Rosa Moln</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF586.asp">Shoebag</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/silkslippers.asp">Silk slippers</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/silver.asp">Silver jewellery</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/skincare.asp">Skin products</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/soap.asp">Soap</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF460.asp">Soap bubbles</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/stockings.asp">Tights</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/tin.asp">Tin</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/toiletbag.asp">Toilet bags/make-up bags</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/toiletpaper.asp">Toilet paper</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/linnen.asp?leftmenu">Top</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/towels.asp">Towels</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/tshirt.asp">T-shirts</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/towels.asp">Towels</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF243.asp">Umbrella</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF513.asp">USB</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/champagnecooler.asp">Wine cooler</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/wristwarmers.asp">Wristwarmers</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/fluff/details/FLUFF308.asp">Voodoll</a></div>
<div class="mh1" style="margin-left:10px;"><a href="/en/emptyRow"></a></div>
</table>
</div>

<!-- END web SIDAN -->

          </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>


