@media only screen and (max-width: 600px) {

.column {
  flex: 33.33%;
  padding: 4px;
}

.divPurchase {
	position:absolute;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	top:45px;
	right:4px;
	width:150px;
	height:40px;
}
	
.divBuyLink img {
	max-height:28px;
	max-width:100%;
	object-fit:contain;
}

#divContainAll {
	display:inline-block;
	position:relative;
	width:100%;
	height:auto;
}

#divPlayer {
	position:relative;
	display:inline-block;
	left:5px;
	width:98%;
	height:auto;
	padding-top:1px;
}

#divAlbums {
	position:absolute;
	display: inline-block;
	top:35px;
	left:5px;
	width:260px;
	height:60px;
	padding-top:5px;
}

.divAlbum {
	position:relative;
	float:left;
	top:5px;
	left:5px;
	width:50px;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
}

.imgAlbumCover {
	width:100%;
	height:auto;
	cursor:pointer;
	cursor:hand;
	text-decoration: none;
}

.divLyricContainer {
	display:inline-block;
	margin:3px;
	width:96%;
	text-align:left; 
	height: auto;
	position: relative;
	top:85px;
	left:8px;
	border-color: #C4BEBD;
	border-top: thin solid;
	border-left: thin solid;
	padding-bottom:105px;
}

.divTuneList {
	position:relative;
	top:1px;
	left:auto;
	width:auto;
	height:120px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: 500;
	color: #555555;
	overflow:auto;
	text-align:left;
	padding-top:5px;
	scrollbar-face-color:#C5BDBC;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-shadow-color:gray; 
	scrollbar-darkshadow-color:gray;
	scrollbar-track-color:#E0E0E0; 
}

.divTuneListLong {
	position:relative;
	top:1px;
	left:auto;
	width:auto;
	height:205px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: 500;
	color: #555555;
	overflow:auto;
	text-align:left;
	padding-top:5px;
	scrollbar-face-color:#C5BDBC;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-shadow-color:gray; 
	scrollbar-darkshadow-color:gray;
	scrollbar-track-color:#E0E0E0; 
}

#divSongInfo {
	position:relative;
	display: inline-block;
	top:5px;
	left:5px;
	width:100%;
	height:auto;
	padding-left:1px;
}
}

@media only screen and (min-width: 601px) and (max-width: 919px) {
.column {
  flex: 33.33%;
  padding: 5px;
}

.divPurchase {
	position:absolute;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;		
	top:38px;
	right:4px;
	width:160px;
	height:40px
}

.divBuyLink img {
	max-height:28px;
	max-width:100%;
	object-fit:contain;
}

#divPlayer {
	position:relative;
	display:inline-block;
	left:5px;
	width:95%;
	height:auto;
	padding-top:1px;
}

#divAlbums {
	position:absolute;
	top:35px;
	left:5px;
	width:60px;
	height:320px;
	padding-top:2px;
}

.divAlbum {
	position:relative;
	top:5px;
	left:5px;
	width:100%;
	height:auto;
	padding-top:10px;
}

.imgAlbumCover {
	width:100%;
	height:auto;
	cursor:pointer;
	cursor:hand;
	text-decoration: none;
}

.divLyricContainer {
	display:inline-block;
	margin:3px;
	width:85%;
	text-align:left; 
	height: auto;
	position: relative;
	top:45px;
	left:70px;
	border-color: #C4BEBD;
	border-top: thin solid;
	border-left: thin solid;
	padding-bottom:75px;
}

.divTuneList {
	position:relative;
	top:1px;
	left:auto;
	width:auto;
	height:120px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: 500;
	color: #555555;
	overflow:auto;
	text-align:left;
	padding-top:5px;
	scrollbar-face-color:#C5BDBC;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-shadow-color:gray; 
	scrollbar-darkshadow-color:gray;
	scrollbar-track-color:#E0E0E0; 
}

.divTuneListLong {
	position:relative;
	top:1px;
	left:auto;
	width:auto;
	height:205px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: 500;
	color: #555555;
	overflow:auto;
	text-align:left;
	padding-top:5px;
	scrollbar-face-color:#C5BDBC;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-shadow-color:gray; 
	scrollbar-darkshadow-color:gray;
	scrollbar-track-color:#E0E0E0; 
}

#divSongInfo {
	position:relative;
	display: inline-block;
	top:5px;
	left:5px;
	width:100%;
	height:auto;
	padding-left:1px;
}
}

@media only screen and (min-width: 920px) {

.column {
  flex: 33.33%;
  padding: 5px;
}

#divContainSMLinks {
	position:absolute;
	top:40px;
	left:550px;
	width:40%;
	height:40px
}

.divPurchase {
	position:absolute;
	display: flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	top:0px;
	right:0px;
	width:160px;
	height:40px
}

.divBuyLink img {
	max-height:28px;
	max-width:100%;
	object-fit:contain;
}

#divPlayer {
	position:absolute;
	top:80px;
	left:550px;
	width:40%;
	height:auto;
}

#divAlbums {
	position:absolute;
	top:50px;
	left:10px;
	width:120px;
	height:550px;
}

.divAlbum {
	position:relative;
Appr	width:120px;
	height:auto;
	padding-bottom:15px;
}

.imgAlbumCover {
	width:120px;
	height:120px;
	cursor:pointer;
	cursor:hand;
	text-decoration: none;
}

.divLyricContainer {
	display:none;
	margin:3px;
	width:400px;
	text-align:left; 
	height: auto;
	position: absolute;
	top:60px;
	left:142px;
	border-color: #C4BEBD;
	border-top: thin solid;
	border-left: thin solid;
}

.divTuneList {
	position:relative;
	top:1px;
	left:auto;
	width:auto;
	height:120px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: 500;
	color: #555555;
	overflow:auto;
	text-align:left;
	padding-top:5px;
	scrollbar-face-color:#C5BDBC;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-shadow-color:gray; 
	scrollbar-darkshadow-color:gray;
	scrollbar-track-color:#E0E0E0; 
}

.divTuneListLong {
	position:relative;
	top:1px;
	left:auto;
	width:auto;
	height:205px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: 500;
	color: #555555;
	overflow:auto;
	text-align:left;
	padding-top:5px;
	scrollbar-face-color:#C5BDBC;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-shadow-color:gray; 
	scrollbar-darkshadow-color:gray;
	scrollbar-track-color:#E0E0E0; 
}

#divSongInfo {
	padding-left:1px;
}
}

body {
	margin: 0;
	height: 100%;
	width: 100%;
	background-image: url(images/tthCassetteImage-mirroredBackgroundjpgTranslucent.jpg);
	background-repeat: repeat;
}

a:link		{ color: #00CCFF; text-decoration: underline;}
a:visited	{ color: #996600; text-decoration: underline;}
a:hover		{ color: #B9302A; text-decoration: none;}
a:active	{ color: #000000; text-decoration: none;}

li:hover	{ color: #B9302A; text-decoration: none;}

span:hover { color: #B9302A; text-decoration: none;}

img {
	border-width: 0;
	vertical-align: top;
}
 
ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li {
	padding: 3px 3px 3px 5px;
	border-bottom: 1px solid #c5c3be;
	cursor:pointer;
	cursor:hand;
	text-decoration: none;
	list-style-position:inside;
}

span {
	padding: 2px 0px 2px 5px;
	cursor:pointer;
	cursor:hand;
	text-decoration: none;
}

.style0 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
}

.style1 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 18px;
}

.style2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:13px;
	font-weight: normal;
	color: #3E3739;
}

.bg2 {
	width: 200px; /* for IE 6 */
	height: 22px;
}

.bgImageContainer {
	position: relative;
	width: 100%; /* for IE 6 */
}

.bgImage {
	height:24px;
	width: 100%; /* for IE 6 */
	filter:alpha(opacity=50);
	opacity: 0.5; 
}

.imgtxt {
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 18px;
	cursor:pointer;
	cursor:hand;
	text-decoration: none;
}

#divClose {
	position:absolute;
	background-color:#C5BDBC;
	top:0px;
	right:0px;
}

.txtSongTitle {
	background-color: #C5BDBC;
	font-family: "Courier New", Courier, monospace;
	font-weight: 500;
	font-size: 16px;
}

.txtCredits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:normal;
	font-weight: 300;
	color: #3E3739;
}

.txtLyrics {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:13px;
	font-weight: 400;
	color: #3E3739;
}



