/*** Przyciski + linki ********************************************************/
input.button,
a.button
{
	background: #868686 url('../images/buttons/buttonBg.png') repeat-x top left;
	
	padding: 5px 15px;
	margin: 0px;

	font-family: inherit;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;

	color: #ffffff;

	border: 0px;
	border-bottom: 2px solid #565656;
	border-radius: 4px;

	cursor: pointer;
}

input.button
{
	outline: none;
	padding: 5px 11px;
}

input.button:active
{
}

a.button
{
	text-decoration: none;
	border-radius: 4px;
}

a.button:hover
{
	background: #A8A8A8;
}

a.button-ok,
input.button-submit,
#button-submit
{
	border: 0px;
	border-bottom: 2px solid #FF3200;
	background: #FF6C00;
}

a.button-ok:hover,
input.button-submit:hover,
#button-submit:hover
{
	background: #FF5200;
}

a.button-cancel
{
}

a.button-cancel:active
{
}

a.button-big
{
	padding: 5px 10px;
}

/*** Przyciski sortowania *****************************************************/

.sort-asc,
.sort-desc,
.sort-asc-sel,
.sort-desc-sel
{
	float: right;
	
	font-size: 10px;
	_font-size: 7px; /* IE wyświetla strzałki "giganty" :) */
}

.sort-asc a:hover,
.sort-desc a:hover,
.sort-asc-sel a:hover,
.sort-desc-sel a:hover
{
	text-decoration: none;
}
