
/* ### -- -- -- -- -- Button Styles -- -- -- -- -- ### */

/* 

File: buttons.css 
Copyright 2006 by WoltLab GmbH. 

*/

/* ### -- -- -- -- -- Small´Buttons -- -- -- -- -- ### */

.smallButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.smallButtons li {
	border: 1px;
	margin: 10px 0 0 4px;
	float: right;
}

.smallButtons a {
	text-decoration: none;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	padding: 0 2px;
	display: block;
}

.smallButtons img {
	border: 0;
}

.smallButtons span {
	font-weight: normal;
	padding-left: 1px;
}

/* ### -- -- -- -- -- Large Buttons -- -- -- -- -- ### */

.largeButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.largeButtons li {
	border: 1px;
	margin: 0 0 0 5px;
	float: right;
}

.largeButtons li ul li, .smallButtons li ul li {
	border: 0; 
	margin: 0;
	padding: 0;
	float: none;
}

.largeButtons a {
	text-decoration: none;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	padding: 1px 4px;
	display: block;
}

.largeButtons li ul li a, .smallButtons li ul li a {
	border: 0;
}

.largeButtons span {
	font-weight: normal;
}

.largeButtons li ul li span, .smallButtons li ul li span  {
	margin: 0;
	padding: 0;
	display: inline;
}

/* ### -- -- -- -- -- Option Buttons -- -- -- -- -- ### */

.optionButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.optionButtons li {
	margin-top: .3em;
	margin-right: 2px;
	float: left;
}

.optionButtons li li {
	border: 0;
	margin: 0;
	float: none;
}

.optionButtons li a {
	text-decoration: none;
	padding: 0 4px 0 4px;
	display: block;
}

/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
