/* IE6 css fixer v0.8: Sat, 24 Apr 2010 11:05:18 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
* html #content,
* html #sidebar_1,
* html #sidebars,
* html ul.dropdown li,
* html .menu li.search,
* html #featured, * html #destacados,
* html #featured div, * html #destacados div,
* html .categorias_decopeques h2,
* html .publicidad_decopeques a,
* html .one_ad,
* html .one_cat,
* html .info_footer {display:inline;}

/* add zoom:1 to overflow:hidden */
* html #content,
* html #sidebar_1,
* html #sidebars,
* html ul.dropdown li,
* html .menu li.search,
* html #featured, * html #destacados,
* html #featured div, * html #destacados div,
* html .categorias_decopeques h2,
* html .publicidad_decopeques a,
* html .one_ad,
* html .one_cat,
* html .info_footer {zoom:1;}

/* fix negative margins */
* html ul.dropdown ul li {position:relative; zoom:1;}

/* add zoom:1 to pos:relative elements */
* html ul.dropdown,
* html ul.dropdown li.hover, * html ul.dropdown li:hover,
* html #slider {zoom:1;}

/* add zoom:1; display:inline; to inline-block elements */
* html #searchform #s {zoom:1; display:inline;}


/* ============================================= */
/* potentially harmful settings                  */

/* add zoom:1 to backgrounds -- Manually check for problems with inline elements! */
* html #content_box,
* html #column_wrap,
* html #sidebar_1 h3,
* html #sidebar_2 h3,
* html h3.blogsamigos,
* html #header,
* html #footer,
* html ul.dropdown,
* html ul.dropdown a,
* html .menu,
* html .menu a, * html .menu .current ul a, * html .menu .current-cat ul a,
* html .menu a:hover, * html .menu .current ul a:hover, * html .menu .current-cat ul a:hover, * html .menu .current-parent a:hover,
* html .menu .current a, * html .menu .current a:hover, * html .menu .current-cat a, * html .menu .current-cat a:hover,
* html .menu .current-parent &gt; a, * html .menu .current-cat-parent &gt; a,
* html #searchform #s,
* html .info_footer,
* html .bl_404 h3 {zoom:1;}

/* PNG fix */
* html #sidebar_1 h3,
* html h3.blogsamigos{behavior: expression((this.runtimeStyle.behavior = "none") && (this.currentStyle.backgroundImage.toString().toLowerCase().indexOf('.png')>-1) && (this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.currentStyle.backgroundImage.toString().replace('url("','').replace('")','') + "', sizingMethod='crop')", this.runtimeStyle.zoom = 1, this.runtimeStyle.backgroundImage = "none"));