

*.stack {
	display: block;
	position: relative;
	margin: 0em;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
	}

*.stack span {
    visibility: hidden;
    position: absolute;
    top: 0em; left: 0em;
    width: 0em; height: 0em;
    overflow: hidden;
	}
	
	
a#admin_forum_link {
    font-size:x-small;
    margin: 0.3em;
    width: 2.1em;
    height: 2.1em;
    background: url('../graphix/icon_admin_forum.gif') no-repeat center center;
}

a.results_all {
    position:absolute;
    right:1em;
    width: 1em;
    height: 1em;
    padding: 0.7em;
    background: url('../graphix/icon_popular.png') no-repeat center center;
}

.search_title a.results_all {
    margin-top: -3.7em;
}


/* home */

#home_presentation h2 {
    background: url('../graphix/home_presentation.png') no-repeat left top;
}

ul.home_main_actions li.your_account_link a {
    background: url('../graphix/home_your_account.png') no-repeat left top;
}

ul.home_main_actions li.user_create_link a {
    background: url('../graphix/home_user_create.png') no-repeat left top;
}

ul.home_main_actions li.login_link a {
    background: url('../graphix/home_login.png') no-repeat left top;
}

ul.home_main_actions li.your_account_link a:hover, ul.home_main_actions li.user_create_link a:hover, ul.home_main_actions li.login_link a:hover {
    background-position: 0em -2em;
}


h3#home_releases_title {
    background: url('../graphix/title_releases.gif') no-repeat left top;
}

h3#home_downloads_title {
    background: url('../graphix/title_downloads.gif') no-repeat left 0.5em;
}

h3#home_news_title {
    background: url('../graphix/title_news.gif') no-repeat left 0.5em;
}

h3#home_live_title {
    background: url('../graphix/title_live.gif') no-repeat left 0.5em;
}

h3#home_newsletter_title {
    background: url('../graphix/title_newsletter.gif') no-repeat left 0.5em;
}


h3#home_comments_title {
    background: url('../graphix/title_comments.gif') no-repeat left 0.5em;
}

h3#home_wired_title {
    background: url('../graphix/title_wired.gif') no-repeat left 0.5em;
}



ul.home_items_navigation li a.previous_items {
    background-image: url('../graphix/previous_items.png');
}

ul.home_items_navigation li a.next_items {
    background-image: url('../graphix/next_items.png');
}
