﻿
#ToneProductSurround
{
	border-style:solid;
	border-width:1px;
	height:auto;
	width:600px;
}


#TonesProductTitleCell
{
	float:left;
	width:350px;
	background:green;
	font-weight:bold;
	height:30px;
	color:White;
}

#TonesProductSortOrder
{	background:green;
	color:White;
	height:30px;
	font-family:Arial;
	font-weight:normal;
	font-size:smaller;
	width:250px;
	float:right;
	text-align:right;
	
}

#ToneNameHeader
{
	float:left;
	width:200px;
	background:white;
	font-weight:bold;
	height:30px;
	padding-top:5px;
	
}

#ToneArtistHeader
{
	float:left;
	width:200px;
	background:white;
	font-weight:bold;
	height:30px;
	padding-top:5px;

}

#TonePreviewHeader
{
	float:left;
	width:100px;
	background:white;
	font-weight:bold;
	height:30px;
	padding-top:5px;

}

#ToneBuyHeader
{
	float:left;
	width:100px;
	background:white;
	font-weight:bold;
	height:30px;
	padding-top:5px;
	
}

#ToneNameCell
{
	float:left;
	width:195px;
	background:gray;
	height:25px;
	vertical-align:middle;
	color:#C0C0C0;
	font-family:Arial;
	font-size:small;
	padding-top:5px;
	padding-left:5px;
}

#ToneArtistCell
{
	float:left;
	width:200px;
	background:gray;
	height:25px;
	vertical-align:middle;
	color:#C0C0C0;
	font-family:Arial;
	font-size:small;
	padding-top:5px;

}

#TonePreviewCell
{
	float:left;
	width:100px;
	background:gray;
	height:25px;
	vertical-align:middle;
	color:#C0C0C0;
	font-family:Arial;
	font-size:small;
	padding-top:5px;
	
}

#ToneBuyCell
{
	float:left;
	width:100px;
	background:gray;
	height:25px;
	vertical-align:middle;
	color:#C0C0C0;
	font-family:Arial;
	font-size:small;
	padding-top:5px;
	
}

#ToneNameCellAlternate
{
	float:left;
	
	width:195px;
	background:white;
	height:30px;
	vertical-align:middle;
	color:#C0C0C0;
	font-family:Arial;
	font-size:small;
	padding-top:10px;
	padding-left:5px;
}

#ToneArtistCellAlternate
{
	float:left;
	width:200px;
	background:white;
	height:30px;
	vertical-align:middle;
	color:#C0C0C0;
	font-family:Arial;
	font-size:small;
	padding-top:10px;

}

#TonePreviewCellAlternate
{
	float:left;
	width:100px;
	background:white;
	height:30px;
	vertical-align:middle;
	color:#C0C0C0;
	font-family:Arial;
	font-size:small;
	padding-top:10px;
}

#ToneBuyCellAlternate
{
	float:left;
	width:100px;
	background:white;
	height:30px;
	vertical-align:middle;
	color:#C0C0C0;
	font-family:Arial;
	font-size:small;
	padding-top:10px;
}

#ToneProductsDisplayPagingPrevious
{
	width:100px;
	float:left;
	background:Green;
	height:25px;
	padding-top:5px;
}

#ToneProductsDisplayPaging
{
	float:left;
	text-align:center;
	font-size:small;
	font-weight:bold;
	background:Green;
	width:400px;
	height:25px;
	padding-top:5px;
	color:White;
}

#ToneProductsDisplayPagingNext
{
	width:100px;
	background:Green;
	float:right;
	height:25px;
	text-align:right;
	padding-top:5px;
}
