#readspeaker_button1 {transition: width 1s ease !important;}


.rsbtn_colorskin {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	float: left;
	border: none;
  background: none;
  /* 
   * Add rounded corners to supported browsers 
   */
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 0em; 
  min-width: 320px;
  -moz-transition: width .5s ease !important;
	-webkit-transition: width .5s ease !important;
	-o-transition: width .5s ease !important;
	transition: width .5s ease !important;
  
}

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

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

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

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

.rsbtn_colorskin .rsdefloat {
	clear: both;
}

/**
 * This goes for all buttons
 */
.rsbtn_colorskin .rspart.rsbutton {
	/*background-color: rgb(214,57,135);*/
	background-color: rgb(0,158,224);
	width: 24px;
	height: 24px;
  
  /* 
   * Add rounded corners to supported browsers 
   */
  -moz-border-radius: 0px;
  border-radius: 0px;

	/**
	 * 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_colorskin .rspart.rsbutton:hover {
	background-color: rgb(214,47,135);
}

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

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

/************************************************ LISTEN BUTTON + ICON */
.rsbtn_colorskin .rsbtn_play {
	float: left;
	margin: 1px 0;
	-moz-transition: width .5s ease !important;
	-webkit-transition: width .5s ease !important;
	-o-transition: width .5s ease !important;
	transition: width .5s ease !important;
}

.rsbtn_colorskin .rsbtn_left .rsbtn_text {
	/*background: transparent url(http://f1.eu.readspeaker.com/graphic/default/buttons/icon_16px_black.gif) no-repeat scroll 0 0;*/
	background: none;
	/*padding-left: 20px;*/
  color: #000;
    font-family: "FS Elliot Web",sans-serif !important;
    font-size: 1.125em !important;
    font-weight: 700 !important;
    
}

.rsbtn_colorskin .rsbtn_left .rsbtn_text :hover {
text-decoration: underline !important;
}

.rsbtn_colorskin .rsbtn_left.rspart {
background: none; 
}

.rsbtn_colorskin .rsbtn_left.rspart:hover {
text-decoration: underline !important;
}

/************************************************ EXPANDING AREA */
.rsbtn_colorskin .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_colorskin.rsexpanded .rsbtn_exp.rsimg {
	display: block;
}

/************************************************ PLAY/PAUSE BUTTON */
.rsbtn_colorskin .rsbtn_pause {
	background-position: -14px -16px;
}

.rsbtn_colorskin.rspaused .rsbtn_pause,
.rsbtn_colorskin.rsstopped .rsbtn_pause {
	background-position: -14px 2px;
}

/************************************************ STOP BUTTON */
.rsbtn_colorskin .rsbtn_stop {
	background-position: -16px -34px;
}

/************************************************ PROGRESS CONTAINER */
.rsbtn_colorskin .rsbtn_progress_container {
	border: 1px solid #000;
	width: 90px;
	height: 18px;
	margin-top: 3px;
	margin-left: 4px;
	margin-right: 0.1em;
	background-image: none;
  /* 
   * Add rounded corners to supported browsers 
   */
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/************************************************ PROGRESS DRAG HANDLE */
.rsbtn_colorskin .rsbtn_progress_handle.rsimg {
	position: absolute;
	background-color: rgb(0,34,63);
	top: -4px;
	left: -3px;
	width: 6px;
	height: 24px;
	background-image: none;
}

/************************************************ PROGRESS BAR */
.rsbtn_colorskin .rsbtn_progress_played {
	position: absolute;
	height: 100%;
	background-color: rgb(70,90,105);
	background-image: none;
}

/************************************************ VOLUME BUTTON */
.rsbtn_colorskin .rsbtn_volume {
	margin-left: 4px;
	background-position: -14px -52px;
}

/************************************************ VOLUME SLIDER CONTAINER */
.rsbtn_colorskin .rsbtn_volume_container {
	position: absolute;
	display: none;
	top: 100%;
	width: 24px;
	height: 38px;
	border: 1px solid #666;
	background: #fff;
	margin-left: 1px;
}

/************************************************ VOLUME SLIDER SLIDER AREA */
.rsbtn_colorskin .rsbtn_volume_slider {
	height: 33px;
  margin: 1px 7px;
  width: 8px;
	background: #ccc;
}

/************************************************ VOLUME SLIDER SLIDE HANDLE */
.rsbtn_colorskin .rsbtn_volume_handle.rsimg {
	position: absolute;
	top: -3px;	
	left: -4px;	
	width: 17px;
	height: 6px;
	background: #000;
}

/************************************************ DOWNLOAD BUTTON */
.rsbtn_colorskin .rsbtn_dl {
	background-position: -15px -70px;
}

/************************************************ SETTINGS BUTTON */
.rsbtn_colorskin .rsbtn_settings {
	background-position: -16px -88px;
}

/************************************************ CLOSE BUTTON */
.rsbtn_colorskin .rsbtn_closer {
	margin-left: 2px;
	background-position: -16px -106px;
}

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

/************************************************ POWERED BY READSPEAKER */
.rsbtn_colorskin .rsbtn_powered {
	position: absolute;
	right: -18px;
	top: 20px;
	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_colorskin .rsbtn_powered a, .rsbtn_colorskin .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_colorskin .rsbtn_powered .rsbtn_btnlabel {
	display: none;
}

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

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

.rsbtn_colorskin .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_colorskin.rs_whitelogo .rsbtn_powered,
.rsbtn_colorskin.rs_whitelogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_read,
.rsbtn_colorskin.rs_whitelogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_speaker {
	color: #fff;
}

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

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

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

/* About-page link */
.rsbtn_colorskin a.rsbtn_abouthelp {
	background: url(ReadSpeakerColorSkin.png) no-repeat scroll -20px -128px transparent;
	background-color: #000;
	border-radius: 7px;
	transition: background-color 0.2s ease 0s;
	height: 14px;
	width: 14px;
	float: left;
	margin: 3px 1px 1px;
}

.rsbtn_colorskin a.rsbtn_abouthelp:hover {
	background-color: #ccc;
}
.rsbtn_colorskin a.rsbtn_abouthelp span {
	display: none;
}