
.audioBody { margin: 10px; background-image: url(/Files/Website/Pattern_Gray.gif); }
.audioBook { width: fit-content; margin: auto; text-align: center; font-size: 0; }

.audioPlayerContainer { margin: auto; background-image: url(/Files/Website/Pattern_Green.gif); }
.audioPlayer { display: block; width: 100%; padding: 0; margin: 0; }

.audioPage { display: inline-block; font-size: 12px; font-family: Arial; vertical-align: top; width: 354px; margin: auto; padding: 6px 0 6px 0; text-align: left; white-space: nowrap; background-image: url(/Files/Website/Pattern_Green.gif); }

.audioPause { overflow: hidden; white-space: nowrap; vertical-align: top; height: 17px; line-height: 18px; margin-top: 2px !important; margin-bottom: 2px !important; margin-left: 10px; margin-right: 10px; padding-right: 6px; cursor: pointer; color: rgba(0, 0, 0, 0.8); background-color: #fff000; }
.audioPlay { overflow: hidden; white-space: nowrap; vertical-align: top; height: 17px; line-height: 18px; margin-top: 2px !important; margin-bottom: 2px !important; margin-left: 10px; margin-right: 10px; padding-right: 6px; cursor: pointer; color: #70735f; }
	.audioPlay:hover { color: rgba(75, 77, 63, 0.8); background-color: #e5e5e5; }
	.audioPlay span { height: 17px; line-height: 18px; display: inline-block; vertical-align: top; }

.audioImagePause { vertical-align: top; display: inline-block; width: 17px; height: 17px; margin-right: 6px; background-repeat: no-repeat; background-color: transparent; background-image: url(/Files/Website/Button_Pause.gif); }
.audioImagePlay { vertical-align: top; display: inline-block; width: 17px; height: 17px; margin-right: 6px; background-repeat: no-repeat; background-color: #e5e5e5; background-image: url(/Files/Website/Button_Play.gif); }

.audioImagePlayB { margin: 10px; cursor: pointer; width: 29px; height: 29px; background-color: #e5e5e5; display: inline-block; position: fixed; bottom: 0; right: 0; background-repeat: no-repeat; background-image: url(/Files/Website/Button_Play_Big.gif); }
.audioImagePauseB { margin: 10px; cursor: pointer; width: 29px; height: 29px; background-color: #fff000; display: inline-block; position: fixed; bottom: 0; right: 0; background-repeat: no-repeat; background-image: url(/Files/Website/Button_Pause_Big.gif); }



