@import url(sexybuttons2.css);

/*
 * 	http://code.google.com/p/sexybottoms/
 */

.btnS {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font: bold 13px "Helvetica Neue", Helvetica, Arial, clean, sans-serif !important;
	text-decoration: none !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.20);
	background: none;
	border: none;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	
	/* Fix extra width padding in IE */
	_width: 0;
	overflow: visible;
}

.btnS span {
	display: block;						/* Prevents :active from working in IE--oh well! */
	height: 24px;
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: right top;
}

.btnS span span {
	padding-right: 0;
	padding-left: 12px;
	line-height: 24px;
	background-position: left top;
}

.btnS span span span {
	padding-left: 21px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	/* IE6 still requires a PNG transparency fix */ 
	/* _background-image: none;		Or just hide icons from the undeserving IE6 */
	/* _padding-left: 0;					Or just hide icons from the undeserving IE6 */
}

.btnS span span span.after {
	padding-left: 0px;
	padding-right: 21px;
	background-position: right center;
	/* IE6 still requires a PNG transparency fix */ 
	/* _padding-right: 0;					Or just hide icons from the undeserving IE6 */
}

.btnS.SSicononly span span span {
	padding-left: 16px;
}

.btnS.SSicononly span span span.after {
	padding-left: 0px;
	padding-right: 16px;
}

.btnS[disabled],
.btnS[disabled]:hover,
.btnS[disabled]:focus,
.btnS[disabled]:active,
.btnS.disabled,
.btnS.disabled:hover,
.btnS.disabled:focus,
.btnS.disabled:active {
	color: #333 !important;
	cursor: inherit;
	text-shadow: none; 
	opacity: 0.33;
}

.btnS:hover span,
.btnS:focus span {
	background-position: 100% -24px;
}

.btnS:hover span span,
.btnS:focus span span {
	background-position: 0% -24px;
}

.btnS:active span {
	background-position: 100% -48px;
}

.btnS:active span span {
	background-position: 0% -48px;
}

.btnS[disabled] span,
.btnS.disabled span {
	background-position: 100% -72px;
}

.btnS[disabled] span span,
.btnS.disabled span span {
	background-position: 0% -72px;
}

.btnS:hover span span span,
.btnS:focus span span span,
.btnS:active span span span,
.btnS[disabled] span span span,
.btnS.disabled span span span {
	background-position: left center;
}

.btnS:hover span span span.after,
.btnS:focus span span span.after,
.btnS:active span span span.after,
.btnS[disabled] span span span.after,
.btnS.disabled span span span.after {
	background-position: right center;
}

.btnS img {
	margin-right: 5px;
	vertical-align: text-top;
	/* IE6 Hack */
	_margin-top: 4px;
	_vertical-align: text-bottom;
	/* IE6 still requires a PNG transparency fix */ 
	/* _display: none;		Or just hide icons from the undeserving IE6 */
}

.btnS img.after {
	margin-right: 0;
	margin-left: 5px;
	/* IE6 still requires a PNG transparency fix */ 
	/* _margin-left: 0;		Or just hide icons from the undeserving IE6 */
}

.btnS.SSmedium	{ font-size: 15px !important; }
.btnS.SSlarge	{ font-size: 18px !important; }


/*
 * Button Skins
 * 
 * .PNG background images with alpha transparency are also supplied if you'd rather use them instead of the 
 * default .GIF images. (Just beware of IE6's lack of support.) 
 * 
 * Additional skins can be added below. The images/skins/ButtonTemplate.psd can be used to create new skins.
 * Prefix the skin name with "SS" to avoid any potential conflicts with other class names. 
 */

/* Silver Button Skin (the default skin) */

.btnS,
.btnS.SSsilver {
	color: #666 !important;
}
	
.btnS:hover,
.btnS:focus,
.btnS.SSsilver:hover,
.btnS.SSsilver:focus {
	color: #333 !important;
}
	
.btnS span,
.btnS.SSsilver span {
	background-image: url(images/skins/silver/button_right.gif);
}

.btnS span span,
.btnS.SSsilver span span {
	background-image: url(images/skins/silver/button_left.gif);
}

/* Orange Button Skin */

.btnS.SSorange,
.btnS.SSorange:hover,
.btnS.SSorange:focus {
	color: white !important;
}
	
.btnS.SSorange[disabled],
.btnS.SSorange[disabled]:hover,
.btnS.SSorange[disabled]:active,
.btnS.SSorange[disabled]:focus,
.btnS.SSorange.disabled,
.btnS.SSorange.disabled:hover,
.btnS.SSorange.disabled:active,
.btnS.SSorange.disabled:focus {
	color: #333 !important;
}
	
.btnS.SSorange span {
	background-image: url(images/skins/orange/button_right.gif);
}

.btnS.SSorange span span {
	background-image: url(images/skins/orange/button_left.gif);
}

/* Yellow Button Skin */

.btnS.SSyellow,
.btnS.SSyellow:hover,
.btnS.SSyellow:focus {
	color: #994800 !important;
}
	
.btnS.SSyellow span {
	background-image: url(images/skins/yellow/button_right.gif);
}

.btnS.SSyellow span span {
	background-image: url(images/skins/yellow/button_left.gif);
}


/* 
 * Simple Skin Buttons
 */

.btnS.btn { 
	position: relative; 
	padding: 5px 10px 5px;
	font: inherit;
	font-size: 13px !important;
	font-style: normal !important; 
	font-weight: bold !important; 
	color: #fff !important;
	line-height: 1; 
	background-image: url(images/skins/simple/awesome-overlay-sprite.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	
	/* Special effects */
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25); 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	
	/* IE only stuff */
	border-bottom: 1px solid transparent\9;
	_background-image: none;
	
	/* Cross browser inline block hack - http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ */
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*display: inline !important;
	position: relative;
	
	/* Force hasLayout in IE */
	zoom: 1;
	
	/* Disable text selection (Firefox only)*/
	-moz-user-select: none;
}

.btnS.btn::selection {
	background: transparent;
}

.btnS.btn:hover,
.btnS.btn:focus {
	background-position: 0 -50px; 
	color: #fff !important;
}

.btnS.btn:active { 
	background-position: 0 -100px; 
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7); 
	/* Unfortunately, Safari doesn't support inset yet */
	-webkit-box-shadow: none;
	
	/* IE only stuff */
	border-bottom: 0\9;
	border-top: 1px solid #666\9;
}

.btnS.btn[disabled], 
.btnS.btn.disabled { 
	background-position: 0 -150px; 
	color: #333 !important;
	text-shadow: none; 
}

.btnS.btn[disabled]:hover,
.btnS.btn[disabled]:focus,
.btnS.btn[disabled]:active,
.btnS.btn.disabled:hover,
.btnS.btn.disabled:focus,
.btnS.btn.disabled:active {
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
} 

.btnS.btn span {
	height: auto;
	padding-left: 24px;
	padding-right: 0;
	background-position: left center;
	background-repeat: no-repeat;
	/* IE6 still requires a PNG transparency fix */ 
	/* _padding-left: 0;		Or just hide icons from the undeserving IE6 */
}

.btnS.btn span.after {
	padding-left: 0;
	padding-right: 24px;
	background-position: right center;
	/* IE6 still requires a PNG transparency fix */ 
	/* _padding-right: 0;		Or just hide icons from the undeserving IE6 */
}

.btnS.btn.SSicononly span {
	height: 16px;
	padding-left: 16px;
}

.btnS.btn.SSicononly span.after {
	padding-left: 0px;
	padding-right: 16px;
}

/* Simple button sizes */
.btnS.btn.SSsmall          { padding: 4px 7px 5px; font-size: 10px !important; }
.btnS.btn.SSsmall:active   { padding: 5px 7px 4px; }
.btnS.btn                    { /* default */ }
.btnS.btn:active             { padding: 6px 10px 4px; }
.btnS.btn.SSmedium         { /* default */ }
.btnS.btn.SSmedium:active  { padding: 6px 10px 4px; }
.btnS.btn.SSlarge          { padding: 9px 10px 9px; font-size: 16px !important; }
.btnS.btn.SSlarge:active   { padding: 10px 10px 8px; }

.btnS.btn.SSsmall[disabled]:active,
.btnS.btn.SSsmall.disabled:active   	{ padding: 4px 7px 5px; }
.btnS.btn[disabled]:active,
.btnS.btn.disabled:active 	            { padding: 5px 10px 5px; }
.btnS.btn.SSmedium[disabled]:active,
.btnS.btn.SSmedium.disabled:active 		{ padding: 6px 10px 4px; }
.btnS.btn.SSlarge[disabled]:active,
.btnS.btn.SSlarge.disabled:active   	{ padding: 8px 14px 8px; }