/* This should be last css on the head */

/* Polls */
/*.wp-polls{margin-top:-20px;}*/

/* extra */
div.boxorange3 div {margin-left:5px;}
div.boxorange2 div {margin-left:5px;}

/* overflown text, the best solution is to remove the unsed div inside the markup, the one with the width:279 on the style, if you do that, remove the following lines*/
div.boxorange3 div  p {width:193px;}
div.boxorange3 div  span {width:193px;}
div.boxorange3 div  p {width:198px;}
div.boxorange3 div  span {width:198px;}
div.boxorange3 div  p {width:193px;}
div.boxorange3 div  span {width:193px;}

div.boxorange3 p{line-height:12px;}
div.boxorange3 img{margin-right:4px;}
div.boxorange2 p{line-height:12px;}
div.boxorange2 img{margin-right:4px;}
div.boxorange1 p{line-height:12px;}
div.boxorange1 img{margin-right:4px;}
/* Breast implant reduced line-height */

div.breastimplant p {line-height: 14px; }
div.breastimplant span {margin-top: 5px; }
div.breastimplant div p span span a img{margin-top: 5px;}

/* box orange dynamic height, a lot of unsed divs and emptys p inside, consider a markup cleanup */

div.boxorange { overflow:hidden;padding-bottom:40px;margin-bottom:5px;}

div.boxorange1 {height:auto;}
div.boxorange2 {height:auto;}
div.boxorange3 {height:auto;}
