/*
	butons.css
	Author: 		James Cooke
	Description:	Button styling
	Client:			Sunset Sounds (The PRODUCT)
*/

.button{font-size:11px;float:right;display:inline;height:24px; line-height:25px; text-align:center; text-transform:uppercase; color:#fff !important;text-shadow:0px 1px 1px #000000; cursor:pointer; border:0px; text-decoration:none!important; }
.button:hover{text-decoration:none;background-position:left bottom;}
.button-ir{text-indent:-1000em;}

.buttons{overflow:hidden;padding:0 0 8px 0;}

button.button {}
button.button span{display:block;}

/* @group pink */
.button-pink-61{width:61px;background:url(../images/buttons/button-pink-61.png) no-repeat left top;}
/* @end */

/* @group blue */
.button-33{width:33px;background:url(../images/buttons/button-33.png) no-repeat left top;}
/* @end */

/* @group grey */
.button-grey-94{width:94px;padding:2px 0 4px 0;background:url(../images/buttons/grey/button-94.png) no-repeat left top;}
	/* @group grey - red flap */
	.button-grey-94-flap{width:87px;padding:2px 7px 4px 0;background:url(../images/buttons/grey/button-94-flap.png) no-repeat left top;}
	.button-grey-195-flap{width:188px;padding:2px 7px 4px 0; margin-right:-3px;background:url(../images/buttons/grey/button-195-flap.png) no-repeat left top;}
	/* @end */
/* @end */


/* @group button grey with red overlap */
.button-118{width:110px; line-height:24px; padding-right:8px;background:url(../images/buttons/button-118.png) no-repeat left top;}

/* @end */


