﻿/*************************************** MASTER PAGE STYLES ************************************************/
									/*(ONLY to be used in master page)*/
.body 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ABBF7A;
}

.body a
{
	color: #006633;
	text-decoration: none;
}

.body a:hover
{
	text-decoration: underline;
}

.playerDIV
{
	float: left; 
	width: 120px; 
	height: 96px
}

.cartDIV
{
	float: left; 
	width: 150px; 
	height: 96px
}

.navDIV
{
	width: 900px; 
	background: #EFEFEF; 
	height: 20px;
	color: #006633;
	vertical-align: text-bottom;
	float: left;
	padding: 5px 0 0 0;
}
.navDIV a
{
	color: #006633;
	text-decoration: none;
}
.navDIV a:hover
{
	text-decoration: underline;
}
.contentDIV
{
	width: 100%;
	float: left;
	background-color: White;
	color: #006633;
}
.contentDIV table
{
	color: #026431; 
}
.searchTracksDIV
{
	border: solid 1px #026431; 
	color: #026431; 
	width: 100%;
}
.searchArtistDIV
{
	float: left;
	margin-top: 10px;
	color: #026431; 
	width: 323px;
}
.searchLabelsDIV
{
	float: left;
	margin-top: 10px;
	color: #026431; 
	width: 323px;
	border-right: solid 1px #026431;
	border-left: solid 1px #026431;
}
.searchReleasesDIV
{
	float: left;
	margin-top: 10px;
	color: #026431; 
	width: 323px;
}
/*************************************** END OF MASTER PAGE STYLES ************************************************/

/*************************************** START DROPDOWN MENU STYLES ************************************************/
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu #nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.2em 10px;
}

.menu #nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #026431;
	border-width: 0 5px;
}

.menu li {
	float: left;
	position: relative;
	width: 10em;
	cursor: default;
}

.menu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	border: solid 1px #026431;
	background-color: White;
}

.menu li:hover ul, li.over ul {
	display: block;
}

/*************************************** END DROPDOWN MENU STYLES ************************************************/

.normalTR {
	background: #EFEFEF;
	text-decoration: none;
	cursor: auto;	
}
.hoverTR
{
	background: #00FFFF;
}
.hoverUnderlineTR
{
	background: #00FFFF;
	cursor: pointer;
	text-decoration: underline;
}
.hoverLinkTR
{
	background: #00FFFF;
	cursor: pointer;
	text-decoration: underline;
}
.hoverTD
{
	cursor: pointer;
	text-decoration: underline;
}
normalTD
{
	cursor: auto;
	text-decoration: none;
}

.roundcont {
	width: 250px;
	background-color: #EFEFEF;
	color: #006633;
}

.roundcont p {
	margin: 0 0px;
}

.roundtop { 
	background: url(/images/round_corners/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/images/round_corners/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
.artistbio a
{
	color: #990033;
	font-weight: bold;
}
.releasedescription a
{
	color: #990033;
	font-weight: bold;
}
.buttonsmall
{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-size: smaller;
	height: 20px;
	padding: 0px 0px;
	background:url(images/formbg.gif) repeat-x left top;
}

.buttonsmall-ovr
{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color: black;
	font-size: smaller;
	height: 20px;
	padding: 0px 0px;
	background:url(images/formbg.gif) repeat-x left top;
}