/* CSS PARA TODOS OS IE
	*html .menu{color: #ff0000} - IE6
	*:first-child+html .menu{color: #ff0000} - IE7
	.menu{color/*\**//*: #ff0000\9} - IE8
	http://requiem4adream.wordpress.com/2009/09/29/css-hack-for-ie8-standards-mode/
*/

*:first-child+html .Main-Menu a{display:inline-block}

*html .Cross-Content h2 .title{display:block}
*html .Quick-Access h2 .title{display:block}
*html .HP-Rate-Information h2 .title{display:block}
*html .Poll-Ranking h2 .title{display:block}

*:first-child+html .Cross-Content h2 .title{display:block}
*:first-child+html .Quick-Access h2 .title{display:block}
*:first-child+html .HP-Rate-Information h2 .title{display:block}
*:first-child+html .Poll-Ranking h2 .title{display:block}

.Content-Gallery .element a{margin-left:-3px}
.Content-Gallery .element a .over{top:1px; left:13px; filter:alpha(opacity=0)}
.Content-Gallery .element a:hover .over{filter:alpha(opacity=50)}
*html .Content-Gallery .image-information{height:3.8em}

.Gallery-Page .element a.link .over{top:1px; left:3px; filter:alpha(opacity=0)}
.Gallery-Page .element a.link:hover .over{filter:alpha(opacity=50)}

*html .List-Pagination .links{float:left}
*html .List-Pagination .link, *html .List-Pagination .img{display:block; float:left}

*:first-child+html .List-Pagination .links{float:left}
*:first-child+html .List-Pagination .link, *:first-child+html .List-Pagination .img{display:block; float:left}

*html .Channel-Input .Block{padding-bottom:0}
*html .Channel-Input .Block .title{display:block}
*html .Channel-Input .Block .title .link{display:block}
*html .Channel-Input .Block .img{margin-top:10px; margin-left:2px}

*:first-child+html .Channel-Input .Block{padding-bottom:0}
*:first-child+html .Channel-Input .Block .title{display:block}
*:first-child+html .Channel-Input .Block .title .link{display:block}
*:first-child+html .Channel-Input .Block .img{margin-top:10px; margin-left:2px}

.Channel-Input .Block .img{margin-left/*\**/:-7px\9}

/* Common Styles for IE6+7+8 */
.box-sh{
	background-color:#fff;
	filter:
		progid:DXImageTransform.Microsoft.Shadow(color=#efeff0,direction=0,strength=0)
		progid:DXImageTransform.Microsoft.Shadow(color=#e3e3e3,direction=90,strength=6)
		progid:DXImageTransform.Microsoft.Shadow(color=#e3e3e3,direction=180,strength=6)
		progid:DXImageTransform.Microsoft.Shadow(color=#efeff0,direction=270,strength=3);
}

/* Common Styles for IE6+7 */
*html span.text, *html span.text{cursor:pointer; vertical-align:middle; display:inline-block}
*html span.ie-space, *html span.ie-space{vertical-align:middle; display:inline-block; height:100%}

*:first-child+html span.text, *:first-child+html span.text{cursor:pointer; vertical-align:middle; display:inline-block}
*:first-child+html span.ie-space, *:first-child+html span.ie-space{vertical-align:middle; display:inline-block; height:100%}
