.rsbtn_mtsacskin {
	float: left;
	margin-bottom: 10px;
	position: relative;
}

/************************************************ GENERAL CLASSES */

/**
 * These are a couple of classes that apply to many object or redefine elements
 */
.rsbtn_mtsacskin a, .rsbtn_mtsacskin span {
	position: relative;
	display: block;
/* 	text-decoration: none;	 */
}

/**
 * Use the predefined CSS sprite for all graphical elements.
 */
.rsbtn_mtsacskin .rsimg {
	background: transparent url(/_resources/readspeaker/readspeakerskin.png) no-repeat scroll 0 0;
}

/**
 * All the player elements should float.
 */
.rsbtn_mtsacskin .rspart {
	float: left;
	margin-left: 2px;
}

.rsbtn_mtsacskin .rsdefloat {
	clear: both;
}

/**
 * This goes for all buttons
 */
.rsbtn_mtsacskin .rspart.rsbutton {
	/* background-color: #999; */
	width: 18px;
	height: 18px;

	/**
	 * This is just to make the rollover effect a little smoother.
	 */
	-moz-transition: background-color .2s ease;
	-webkit-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

/**
 * Add a subtle rollover effect to the buttons.
 */
.rsbtn_mtsacskin .rspart.rsbutton:hover {
	background-color: #aaa;
}

/**
 * Add a little pressed-down effect as well
 */
.rsbtn_mtsacskin .rspart.rsbutton:active {
	background-color: #888;
}

/**
 * Hide all text labels. They will still be visible to non-CSS browsers
 */
.rsbtn_mtsacskin .rspart .rsbtn_btnlabel {
	display: none;
}

/************************************************ PLAYER BOX */
.rsbtn_mtsacskin .rsbtn_box {
	margin: 1px;
}

/************************************************ LISTEN BUTTON + ICON */
.rsbtn_mtsacskin .rsbtn_play {
	float: left;
	margin: 1px 0;
}

.rsbtn_mtsacskin .rsbtn_left .rsbtn_text {
	background: transparent url(//f1-eu.readspeaker.com/graphic/default/buttons/icon_16px_white.gif) no-repeat scroll left;
	padding-left: 20px;
}

/************************************************ EXPANDING AREA */
.rsbtn_mtsacskin .rsbtn_exp.rsimg.rspart {
	background: none;
	float: left;
	display: none;
}

/**
 * We want the expanding area to be visible only when the player
 * is expanded, hence the .rsexpanded class.
 */
.rsbtn_mtsacskin.rsexpanded .rsbtn_exp.rsimg {
	display: block;
}

/************************************************ PLAY/PAUSE BUTTON */
.rsbtn_mtsacskin .rsbtn_pause {
	background-position: -18px -34px;
}

.rsbtn_mtsacskin.rspaused .rsbtn_pause,
.rsbtn_mtsacskin.rsstopped .rsbtn_pause {
	background-position: -18px -16px;
}

/************************************************ STOP BUTTON */
.rsbtn_mtsacskin .rsbtn_stop {
	background-position: -18px -52px;
}

/************************************************ PROGRESS CONTAINER 
.rsbtn_mtsacskin .rsbtn_progress_container {
	border: 1px solid #999;
	width: 50px;
	height: 8px;
	margin-top: 4px;
	margin-left: 4px;
	background-image: none;
}
*/

/************************************************ PROGRESS DRAG HANDLE 
.rsbtn_mtsacskin .rsbtn_progress_handle.rsimg {
	position: absolute;
	background-color: #666;
	top: -3px;
	left: -2px;
	width: 4px;
	height: 14px;
	background-image: none;
}
*/

/************************************************ PROGRESS BAR */
.rsbtn_mtsacskin .rsbtn_progress_played {
/*
	position: absolute;
	height: 100%;
	background-color: #ccc;
	background-image: none;
*/	
}

/************************************************ VOLUME BUTTON */
.rsbtn_mtsacskin .rsbtn_volume {
	margin-left: 4px;
	background-position: -18px -70px;
}

/************************************************ VOLUME SLIDER CONTAINER */
.rsbtn_mtsacskin .rsbtn_volume_container {
	position: absolute;
	display: none;
	top: 100%;
	width: 16px;
	height: 40px;
	border: 1px solid #999;
	background: #fff;
}

/************************************************ VOLUME SLIDER SLIDER AREA */
.rsbtn_mtsacskin .rsbtn_volume_slider {
	width: 6px;
	height: 30px;
	margin: 5px;
	background: #ccc;
}

/************************************************ VOLUME SLIDER SLIDE HANDLE */
.rsbtn_mtsacskin .rsbtn_volume_handle.rsimg {
	position: absolute;
	top: -2px;	
	left: -3px;	
	width: 12px;
	height: 4px;
	background: #666;
}

/************************************************ SETTINGS BUTTON */
.rsbtn_mtsacskin .rsbtn_settings {
	background-position: -18px -88px;
}

/************************************************ CLOSE BUTTON */
.rsbtn_mtsacskin .rsbtn_closer {
	margin-left: 4px;
	background-position: -18px -106px;
}

/************************************************ POPUP BUTTON */
/**
 * This is the style of the listen button that popups when the user
 * makes a text selection on the page.
 */
.rsbtn_mtsacskin.rspopup {
	position: absolute;
	background: #fff;
	border: 1px solid #555;
	box-shadow: 0 0 5px #777;
	display: none;
}

/* About-page link */
.rsbtn_mtsacskin a.rsbtn_abouthelp {
	background: url(/_resources/readspeaker/readspeakerskin.png) no-repeat scroll 0px -124px transparent;
	background-color: #999999;
	transition: background-color 0.2s ease 0s;
	height: 18px;
	width: 18px;
	float: left;
	margin: 1px;
}

.rsbtn_mtsacskin a.rsbtn_abouthelp:hover {
	background-color: #aaa;
}

.rsbtn_mtsacskin a.rsbtn_abouthelp span {
	display: none;
}

/************************************************ POWERED BY READSPEAKER 
.rsbtn_mtsacskin .rsbtn_powered {
	position: absolute;
	width: 210px;
	right: -10px;
	top: 22px;
	height: 10px;
	z-index: 110;
	color: #999;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 10px;
	font-size: 10px;
	background: none;
	cursor: pointer;
}

.rsbtn_mtsacskin .rsbtn_powered a, .rsbtn_mtsacskin .rsbtn_powered span {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 10px;
	font-size: 10px;	
	display: inline;
}

.rsbtn_mtsacskin .rsbtn_powered .rsbtn_btnlabel {
	display: inline;
	float: right;
}

.rsbtn_mtsacskin .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_read {
	color: #e60;
}

.rsbtn_mtsacskin .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_speaker {
	color: #33a;
}

.rsbtn_mtsacskin .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
	position: relative;
	top: 1px;
	width: 11px;
	height: 9px;
	margin-left: 2px;
	padding-right: 11px;
	background-position: -137px -490px;
}

.rsbtn_mtsacskin.rs_whitelogo .rsbtn_powered,
.rsbtn_mtsacskin.rs_whitelogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_read,
.rsbtn_mtsacskin.rs_whitelogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_speaker {
	color: #fff;
}

.rsbtn_mtsacskin.rs_whitelogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
	background-position: -285px -490px;
}

.rsbtn_mtsacskin.rs_blacklogo .rsbtn_powered,
.rsbtn_mtsacskin.rs_blacklogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_read,
.rsbtn_mtsacskin.rs_blacklogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_speaker {
	color: #000;
}

.rsbtn_mtsacskin.rs_blacklogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
	background-position: -433px -490px;
}

.rsbtn_mtsacskin.rspopup .rsbtn_powered  {
	display: none;
}

*/





/*************************** READSPEAKER STYLE FOR MOBILE */

.rsbtn_mtsacskin_mobile {
	float: left;
	margin-bottom: 10px;
	position: relative;
}

/*************************** READSPEAKER STYLE FOR MOBILE GENERAL CLASSES */

/**
 * These are a couple of classes that apply to many object or redefine elements
 */
.rsbtn_mtsacskin_mobile a, .rsbtn_mtsacskin_mobile span {
	position: relative;
	display: block;
/* 	text-decoration: none;	 */
}

/**
 * Use the predefined CSS sprite for all graphical elements.
 */
.rsbtn_mtsacskin_mobile .rsimg {
	background: transparent url(/_resources/readspeaker/readspeakerskin.png) no-repeat scroll 0 0;
}

/**
 * All the player elements should float.
 */
.rsbtn_mtsacskin_mobile .rspart {
	float: left;
	margin-left: 2px;
}

.rsbtn_mtsacskin_mobile .rsdefloat {
	clear: both;
}

/**
 * This goes for all buttons
 */
.rsbtn_mtsacskin_mobile .rspart .rsbutton {
	/* background-color: #999; */
	width: 18px;
	height: 18px;

	/**
	 * This is just to make the rollover effect a little smoother.
	 */
	-moz-transition: background-color .2s ease;
	-webkit-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

/**
 * Add a subtle rollover effect to the buttons.
 */
.rsbtn_mtsacskin_mobile .rspart .rsbutton:hover {
	background-color: #aaa;
}

/**
 * Add a little pressed-down effect as well
 */
.rsbtn_mtsacskin_mobile .rspart .rsbutton:active {
	background-color: #888;
}

/**
 * Hide all text labels. They will still be visible to non-CSS browsers
 */
.rsbtn_mtsacskin_mobile .rspart .rsbtn_btnlabel {
	display: none;
}

/*************************** READSPEAKER STYLE FOR MOBILE PLAYER BOX */
.rsbtn_mtsacskin_mobile .rsbtn_box {
	margin: 1px;
}

/*************************** READSPEAKER STYLE FOR MOBILE LISTEN BUTTON + ICON */
.rsbtn_mtsacskin_mobile .rsbtn_play {
	float: left;
	margin: 1px 0;
}

.rsbtn_mtsacskin_mobile .rsbtn_left .rsbtn_text {
	background: transparent url(https://f1-eu.readspeaker.com/graphic/default/buttons/icon_16px_black.gif) no-repeat scroll left;
	padding-left: 20px;
}

/*************************** READSPEAKER STYLE FOR MOBILE EXPANDING AREA */
.rsbtn_mtsacskin_mobile .rsbtn_exp .rsimg .rspart {
	background: none;
	float: left;
	display: none;
}

/**
 * We want the expanding area to be visible only when the player
 * is expanded, hence the .rsexpanded class.
 */
.rsbtn_mtsacskin_mobile .rsexpanded .rsbtn_exp .rsimg {
	display: block;
}

/*************************** READSPEAKER STYLE FOR MOBILE PLAY/PAUSE BUTTON */
.rsbtn_mtsacskin_mobile .rsbtn_pause {
	background-position: -18px -34px;
}

.rsbtn_mtsacskin_mobile .rspaused .rsbtn_pause,
.rsbtn_mtsacskin_mobile .rsstopped .rsbtn_pause {
	background-position: -18px -16px;
}

/*************************** READSPEAKER STYLE FOR MOBILE STOP BUTTON */
.rsbtn_mtsacskin_mobile .rsbtn_stop {
	background-position: -18px -52px;
}

/*************************** READSPEAKER STYLE FOR MOBILE PROGRESS CONTAINER 
.rsbtn_mtsacskin_mobile .rsbtn_progress_container {
	border: 1px solid #999;
	width: 50px;
	height: 8px;
	margin-top: 4px;
	margin-left: 4px;
	background-image: none;
}
*/

/*************************** READSPEAKER STYLE FOR MOBILE PROGRESS DRAG HANDLE 
.rsbtn_mtsacskin_mobile .rsbtn_progress_handle.rsimg {
	position: absolute;
	background-color: #666;
	top: -3px;
	left: -2px;
	width: 4px;
	height: 14px;
	background-image: none;
}
*/

/*************************** READSPEAKER STYLE FOR MOBILE PROGRESS BAR */
.rsbtn_mtsacskin_mobile .rsbtn_progress_played {
/*
	position: absolute;
	height: 100%;
	background-color: #ccc;
	background-image: none;
*/	
}

/*************************** READSPEAKER STYLE FOR MOBILE VOLUME BUTTON */
.rsbtn_mtsacskin_mobile .rsbtn_volume {
	margin-left: 4px;
	background-position: -18px -70px;
}

/*************************** READSPEAKER STYLE FOR MOBILE VOLUME SLIDER CONTAINER */
.rsbtn_mtsacskin_mobile .rsbtn_volume_container {
	position: absolute;
	display: none;
	top: 100%;
	width: 16px;
	height: 40px;
	border: 1px solid #999;
	background: #fff;
}

/*************************** READSPEAKER STYLE FOR MOBILE VOLUME SLIDER SLIDER AREA */
.rsbtn_mtsacskin_mobile .rsbtn_volume_slider {
	width: 6px;
	height: 30px;
	margin: 5px;
	background: #ccc;
}

/*************************** READSPEAKER STYLE FOR MOBILE VOLUME SLIDER SLIDE HANDLE */
.rsbtn_mtsacskin_mobile .rsbtn_volume_handle .rsimg {
	position: absolute;
	top: -2px;	
	left: -3px;	
	width: 12px;
	height: 4px;
	background: #666;
}

/*************************** READSPEAKER STYLE FOR MOBILE SETTINGS BUTTON */
.rsbtn_mtsacskin_mobile .rsbtn_settings {
	background-position: -18px -88px;
}

/*************************** READSPEAKER STYLE FOR MOBILE CLOSE BUTTON */
.rsbtn_mtsacskin_mobile .rsbtn_closer {
	margin-left: 4px;
	background-position: -18px -106px;
}

/*************************** READSPEAKER STYLE FOR MOBILE POPUP BUTTON */
/**
 * This is the style of the listen button that popups when the user
 * makes a text selection on the page.
 */
.rsbtn_mtsacskin_mobile .rspopup {
	position: absolute;
	background: #fff;
	border: 1px solid #555;
	box-shadow: 0 0 5px #777;
	display: none;
}

/* About-page link */
.rsbtn_mtsacskin_mobile a .rsbtn_abouthelp {
	background: url(/_resources/readspeaker/readspeakerskin.png) no-repeat scroll 0px -124px transparent;
	background-color: #999999;
	transition: background-color 0.2s ease 0s;
	height: 18px;
	width: 18px;
	float: left;
	margin: 1px;
}

.rsbtn_mtsacskin_mobile a .rsbtn_abouthelp:hover {
	background-color: #aaa;
}

.rsbtn_mtsacskin_mobile a .rsbtn_abouthelp span {
	display: none;
}

