/*-------------------------------------------------------+
| PHP-Fusion v7 Theme - clanmods.eu Black
| Copyright (C) 2002 - 2008 bLack
| http://www.clanmods.eu/
+--------------------------------------------------------+
| Theme-Name: clanmods_black
| Author: bLack
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/



/* subheader buttons */

div#subheader-buttons-addthis {
	float:right !important;
	margin-left:5px;
	position:relative;
	width:320px;
	height:20px;
	cursor:pointer;
}

div#subheader-buttons {
	float:right !important;
	margin-left:5px;
	position:relative;
	width:22px;
	height:20px;
	cursor:pointer;
}

div#subheader-buttons div {
	display:none;
	position:relative;	
	z-index:5;
}

div#subheader-buttons:hover div {
	display:block;
}

div#subheader-buttons div span {
	display:block;
	cursor:pointer;
	padding:0;
	border:1px solid;
	text-align:center;
	border-color:#707070 #000000 #000000 #707070;
	background-image:url(../images/cellpic_top-navigation.png);
}

div#subheader-buttons div span a {
	display:block;
	width:85px;
	padding-left:6px;
	text-align:left;
	font-size:9px;
}

div#subheader-buttons div span input {
	padding:2px 1px 1px 2px;
}

div#subheader-buttons div span a {
	padding:4px 2px 2px 4px;
}

div#subheader-buttons div span:hover {
	background-image:url(../images/cellpic_top-navigation_hover.png);
}

div#subheader-buttons div span a:hover {
	text-decoration:none;
	color:#aaaaaa;
}

.switcher-button {
	display:block;
	width:16px;
	height:16px;
}