body
{
	background-color: #2D435A;
}

/* ============================== */
/* = General flat button styles = */
/* ============================== */

.flat-button
{
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	height: 39px;
	overflow:visible;
	white-space: nowrap;
	font-family: arial,verdana,sans-serif;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}
.flat-button .label
{
	padding: 0;
	margin: 0;
	line-height: 39px;
	display: block;
	height: 100%;
	float: left;
	position: relative;
	overflow: visible;
}
.flat-button .label
{
	line-height: 28px;	
}
.flat-button .text
{
	display: block;
	height: 100%;
	margin-right: 12px;
	padding-left: 12px;
	background-repeat: no-repeat;
}
.flat-button .tail
{
	height: 100%;
	width: 12px;
	display: block;
	padding: 0;
	margin: 0;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
}

/* ========================= */
/* = Red background button = */
/* ========================= */

/* ============== */
/* = Big button = */
/* ============== */

.prim-button-l
{
	color: #FFF;
	height: 39px;
}
.prim-button-l .label
{
	line-height: 39px;
}

.prim-button-l .text
{
	background-image: url('../images/buttons/primary_but_l_left.png');
	*background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/shop/skin/frontend/kangaroos/default/images/buttons/primary_but_l_left.png', sizingMethod='crop');
}
.prim-button-l .tail
{
	background-image: url('../images/buttons/primary_but_l_right.png');
	*background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/shop/skin/frontend/kangaroos/default/images/buttons/primary_but_l_right.png', sizingMethod='crop');
}

/* ================ */
/* = Small Button = */
/* ================ */

.prim-button-s
{
	color: #FFF;
	height: 28px;
	font-size: 11px;
}
.prim-button-s .label
{
	line-height: 28px;
}

.prim-button-s .text
{
	background-image: url('../images/buttons/primary_but_s_left.png');
	*background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/shop/skin/frontend/kangaroos/default/images/buttons/primary_but_s_left.png', sizingMethod='crop');
}
.prim-button-s .tail
{
	background-image: url('../images/buttons/primary_but_s_right.png');
	*background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/shop/skin/frontend/kangaroos/default/images/buttons/primary_but_s_right.png', sizingMethod='crop');
}


/* =========================== */
/* = Light background button = */
/* =========================== */

/* ============== */
/* = Big button = */
/* ============== */

.sec-button-l
{
	color: #a61333;
	height: 39px;
}
.sec-button-l:hover {
	color: #a61333;
	text-decoration: none;
}
.sec-button-l .label
{
	line-height: 39px;
}

.sec-button-l .text
{
	background-image: url('../images/buttons/secondary_but_l_left.png');
	*background-image: none;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/shop/skin/frontend/kangaroos/default/images/buttons/secondary_but_l_left.png', sizingMethod='crop');
}
.product-shop a.sec-button-l .text {
	*width: 155px; /* ie 6 bug */	
}
.sec-button-l .tail
{
	background-image: url('../images/buttons/secondary_but_l_right.png');
	*background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/shop/skin/frontend/kangaroos/default/images/buttons/secondary_but_l_right.png', sizingMethod='crop');
}

/* ================ */
/* = Small Button = */
/* ================ */

.sec-button-s
{
	color: #a61333;
	height: 28px;
	font-size: 11px;
}
.sec-button-s .label
{
	line-height: 28px;
}

.sec-button-s .text
{
	background-image: url('../images/buttons/secondary_but_s_left.png');
	*background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/shop/skin/frontend/kangaroos/default/images/buttons/secondary_but_s_left.png', sizingMethod='crop');
}
.sec-button-s .tail
{
	background-image: url('../images/buttons/secondary_but_s_right.png');
	*background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/shop/skin/frontend/kangaroos/default/images/buttons/secondary_but_s_right.png', sizingMethod='crop');
}