body, html
{
	margin: 0px;
	font-size: 12px;
	font-family: arial;
	-moz-scrollbars-horizontal: hidden;
	-moz-scrollbars-vertical: scroll;
  	overflow-x: hidden;
  	overflow-y: auto;
  	scrollbar-base-color:#464646;
}

.GreyTexturedBackground, .GrayTexturedBackground
{
    background-image: url(../images/imgGrayBackground.jpg);
	padding: 5px;
}

.MusicianBackground
{
    background: url(../images/imgMusician2.jpg) 100% 0 no-repeat;
    background-color: white;
}

.imgSmallPlay
{
	border: 0px;
	margin-bottom: -3px;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #76460e;
}

a:hover
{
	color: #EC871B;
	text-decoration: underline;
}

.imgBuy
{
	position: relative;
	border: 0px;
	margin-top: 2px;
}

.imgBuy_inline
{
	border: 0px;
	margin-top: 0px;
}

.featuredAlbumImage
{
 	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

.albumImage
{
 	border-top: 1px solid #A2A2A2;
	border-left: 1px solid #A2A2A2;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

.artistImage
{
 	border-top: 1px solid #A2A2A2;
	border-left: 1px solid #A2A2A2;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

.insetImage
{
 	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

.artistsongcell_song
{
	border-left: 0px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #A2A2A2;
	font-size: small;
	text-indent: 5px;
	background-color: #bfbfbf;
}

.artistsongcell_play
{
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #A2A2A2;
	background-color: #bfbfbf;
}

.artistsongcell_download
{
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #A2A2A2;
	background-color: #bfbfbf;
}

.artistsongcell_purchase
{
  	border-right: 1px solid #A2A2A2;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #A2A2A2;
	background-color: #bfbfbf;
}

.artistsongcell_nosongs
{
}

.albumcell_album
{
	border-left: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #A2A2A2;
	font-size: 10px;
	text-indent: 5px;
	background-color: #DCDCDC;
}

.albumcell_artist
{
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #A2A2A2;
	background-color: #DCDCDC;
	font-size: 10px;
}

.albumcell_price
{
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #A2A2A2;
	background-color: #DCDCDC;
}

.albumcell_purchase
{
  	border-right: 1px solid #A2A2A2;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #A2A2A2;
	background-color: #DCDCDC;
}

.artistcell_artist
{
	border-left: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #A2A2A2;
	font-size: 10px;
	text-indent: 5px;
	background-color: #DCDCDC;
}

.artistcell_right
{
  	border-right: 1px solid #A2A2A2;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #A2A2A2;
	background-color: #DCDCDC;
}

#imgArtist
{
}

.Close
{
	float: right;
	padding-left: 5px;
	margin-top: -4px;
	margin-right: -1px;
}

#divArtistText
{
	position: absolute;
	text-align: justify;
	font-size: small;
	height: 70px;
	width: 330px;
	overflow: hidden;
	border: 0px solid black;
}

#divArtistTextHidden
{
	padding: 5px;
	z-index: 100;
	position: absolute;
	background-color: #DCDCDC;
	text-align: justify;
	font-size: small;
	border-top: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2;
	display: none;
	left: 110px;
	top: 5px;
	width: 325px;
	height: 70px;
	overflow: auto;
}

#divArtistMore
{
}

#divAlbumText
{
	position: absolute;
	text-align: justify;
	font-size: small;
	height: 70px;
	width: 330px;
	overflow: hidden;
	border: 0px solid black;
	z-index: 9;
}

#divAlbumTextHidden
{
	padding: 5px;
	z-index: 100;
	position: absolute;
	background-color: #DCDCDC;
	text-align: justify;
	font-size: small;
	border-top: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2;
	display: none;
	left: 110px;
	top: 5px;
	width: 325px;
	height: 120px;
	overflow: auto;

}

#divAlbumMore
{
	z-index: 50;
	position: absolute;
	top: 105px;
}

.price
{
	font-size: 8pt;
	color: black;
}

#divGenresTab
{
	position: absolute;
	border: 0px solid black;
	top: 0px;
	left: 0px;
	height: 36px;
	background-color: #000000;
}

#divArtistsTab
{
	position: absolute;
	border: 0px solid red;
	height: 36px;
	top: 0px;
}

.divBar
{
    position: relative;
	border: 0px solid black;
	height: 15px;
	width: 100%;
	line-height: 14px;
	font-size: 10px;
 	-moz-scrollbars-horizontal: hidden;
	-moz-scrollbars-vertical: hidden;
  	overflow-x: hidden;
  	overflow-y: hidden;
}

.imgSwitchBar
{
    position: relative;
    z-index: 1;
    border: 0px solid red;
    width: 190px;
    height: 16px;
}

.txtBar
{
	position: absolute;
	top: 0px;
	z-index: 2;
	text-indent: 10px;
	cursor: pointer;
}

#divGenres
{
	font-size: 14px;
	position: absolute;
	border: 0px solid black;
	z-index: 10;
	left: 4px;
	top: 36px;
	height: 230px;
	--right: 4px;
	width: 190px;
  	overflow: auto;
 	-moz-scrollbars-horizontal: hidden;
	-moz-scrollbars-vertical: scroll;
  	overflow-x: hidden;
  	overflow-y: auto;
}

#divGenres a
{
	color: black;
}

#divGenres a:hover
{
	color: white;
	text-decoration: none;
}

.MediumHeader
{
	font-size: 14px;
	font-weight: bold;
}

#imgMessageBubble
{
	position: absolute;
	left: 25px;
	top: 20px;
}

#divTitle
{
	position: absolute;
	top: 33px;
	left: 40px;
	font-size: 14pt;
	font-weight: bold;
	width: 365px;
	text-align: center;
}

#divMessage
{
	border-top: 0px solid red;
	position: absolute;
	top: 60px;
	left: 40px;
	width: 355px;
	height: 140px;
	padding: 5px;
}

.ShoppingTable
{
}

.ShoppingHeaderTitleRow
{
	font-weight: bold;
	line-height: 16pt;
	font-size: 14pt;
	background-color: #ec871b;
}

.ShoppingHeaderTitleCell
{
	padding: 2px;
}

.ShoppingHeaderRow
{
	font-weight: bold;
	line-height: 12pt;
	font-size: 10pt;
	background-color: #ec871b;
}

.ShoppingHeaderCell
{
	padding: 0px 5px;
}

.ShoppingRow
{
	background-color: #E8E8E8;
	font-size: 8pt;
	line-height: 10pt;
}

.ShoppingCell
{
	font-size: 8pt;
	line-height: 12pt;
	padding: 5px;
}

.ShoppingCell a:hover
{
	color: #ec871b;
}

.ShoppingFooterRow
{
	font-weight: bold;
	line-height: 12pt;
	font-size: 10pt;
	background-color: #ec871b;
}

.ShoppingFooterCell
{
	padding: 2px;
}

.cornerGrayTopLeft
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url(../images/imgGrayPixel.gif) 0 0 no-repeat;
}

.cornerGrayTopRight
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url(../images/imgGrayPixel.gif) 100% 0 no-repeat;
}

.cornerGrayBottomLeft
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url(../images/imgGrayPixel.gif) 0 100% no-repeat;
}

.cornerGrayBottomRight
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url(../images/imgGrayPixel.gif) 100% 100% no-repeat;
}

.imgPlay
{
	border: 0px;
	margin-bottom: -2px;
	margin-right: 2px;
}

#divShoppingCartMessage
{
	text-align: center;
	width: 99%;
	color: red;
	font-size: 12pt;
	font-weight: bold;
}

.btnBuy
{
	border: 0;
	margin-top: 3px;
	margin-left: 5px;
}

.order
{
	margin: 0px auto;
	width: 98%;
	background-color: white;
	text-align: center;
	border: 1px solid #76460e;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

.order_details
{
	font-size: 10pt;
	line-height: 12pt;
	padding: 2px;
	text-align: left;
}

.order_item
{
	border-top: 1px solid #888888;
	font-size: 8pt;
	line-height: 10pt;
	padding: 2px;
	text-align: left;
}

.order_item a:hover
{
	color: #76460e;
}

.Header
{
	margin-top: 10px;
	margin-bottom: 0px;
}

#Breakdown
{
	display: none;
	position: absolute;
	font-size: 12pt;
	top: 90px;
	left: 40px;
	z-index: 1;
}

#Package2
{
	display: none;
	position: absolute;
	font-size: 12pt;
	top: 90px;
	left: 40px;
	z-index: 2;
}

#Package1
{
	position: absolute;
	font-size: 12pt;
	top: 90px;
	left: 40px;
	z-index: 3;
}

.divPackageBorder
{
	background-color: white;
	amin-width: 150px;
	amin-height: 150px;
	width: 400px;
	*height: 200px;
	text-align: center;
}

.divPackageContents
{
	z-index: 20;
	position: relative;
	border: 0px solid black;
	margin: 0 auto;
	width: 90%;
	*width: 88%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 20px;
}

.divPackageContents a:hover
{
	color: #ec871b;
}

.divPackageContents li
{
	margin-left: 0px;
	padding-left: 0px;
	line-height: 18pt;
}

.borderOrangeTopLeft
{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url(../images/imgOrangeBorder_TopLeft.gif) 0 0 no-repeat;
}

.borderOrangeTopRight
{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url(../images/imgOrangeBorder_TopRight.gif) 100% 0 no-repeat;
}

.borderOrangeBottomRight
{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url(../images/imgOrangeBorder_BottomRight.gif) 100% 100% no-repeat;
}

.borderOrangeBottomLeft
{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url(../images/imgOrangeBorder_BottomLeft.gif) 0 100% no-repeat;
}

.borderOrangeTop
{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url(../images/imgOrangeBorder_Top.gif) 0 0 repeat-x;
}

.borderOrangeBottom
{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url(../images/imgOrangeBorder_Bottom.gif) 0 100% repeat-x;
}

.borderOrangeLeft
{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url(../images/imgOrangeBorder_Left.gif) 0 0 repeat-y;
}

.borderOrangeRight
{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url(../images/imgOrangeBorder_Right.gif) 100% 0 repeat-y;
}

.PackageHeader
{
	margin-top: 0px;
}

#PackageLinks
{
	width: 100%;
	text-align: center;
	font-size: 10pt;
}

#PackageLinks a:hover
{
	color: black;
}

.MenuItem
{
	position: relative;
	width: 90%;
	text-align: left;
	padding: 5px;
    bbbackground: url(../images/imgMenuCorner.gif) 0 0 no-repeat;

}

.MenuItemOption
{
	position: relative;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #888888;

}

.MenuItemDescription
{
	position: relative;
	text-align: left;
	margin-left: 10px;
}

.divSearchResults
{
	padding: 5px;
}