@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - BRAZILIAN GIRLS - BRAZILIAN_MUSIC.CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		brazilian_music.css
	Date:			July 31, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	h1#hdrMusic {
		margin:0 0 0 6px;
		width:235px; height:59px;
		background:url(/images/hdrMusic.png) no-repeat;
		behavior:url(/shared/css/iepngfix.htc);
	}
		
	/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainCol {
		
	}
		.mainCol .album {
			margin:10px 0 0 0;
			width:237px; height:126px;
			background:url(/images/papercutout.png) no-repeat;
			behavior:url(/shared/css/iepngfix.htc);
			float:left;
		}
			.mainCol .album img {
				margin:10px 0 0 0;
				width:103px; height:103px;
				float:left;
			}
			.mainCol .album .info {
				margin:20px 0 0 0;
				width:120px;
				float:left;
			}
				.mainCol .album .info h2 {
					height:40px;
					color:#ca404d;
					font:bold 16px Arial, Helvetica, sans-serif;
				}
				.mainCol .album .info .buyText {
					color:#000;
					font:normal 14px Arial, Helvetica, sans-serif;
				}
				.mainCol .album .info ul {
					margin:3px 0 0 0;
					list-style:none;
				}
					.mainCol .album .info ul li {
						margin:0 5px 0 0;
						float:left;
					}
					.mainCol .album .info a.itunes:link, .mainCol .album .info a.itunes:visited, .mainCol .album .info a.itunes:active {
						width:29px; height:29px;
						background:url(/images/ituneslink.jpg) top no-repeat;
						display:block;
					}
						.mainCol .album .info a.itunes:hover {
							background:url(/images/ituneslink.jpg) bottom no-repeat;
						}
					.mainCol .album .info a.amazon:link, .mainCol .album .info a.amazon:visited, .mainCol .album .info a.amazon:active {
						width:29px; height:29px;
						background:url(/images/amazonlink.jpg) top no-repeat;
						display:block;
					}
						.mainCol .album .info a.amazon:hover {
							background:url(/images/amazonlink.jpg) bottom no-repeat;
						}
		/*	--------------------------------------------------------------------------------------------------------------------------
			sideCol Styles
			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			.sideCol .lyrics {
				margin:13px 0 0 14px;
				width:362px;
			}
				.sideCol .lyrics h1 {
					width:362px; height:72px;
					background:url(/images/subSide_lyrics.png) no-repeat;
					behavior:url(/shared/css/iepngfix.htc);
				}
				.sideCol .lyrics .bottom {
					width:362px; height:51px;
					background:url(/images/subSide_bottomLyrics.png) no-repeat 5px bottom;
				}
				.sideCol .lyrics .content {
					margin:0 0 0 8px; padding:0 50px 0 32px;
					width:280px;
					background:url(/images/subSide_bgLyrics.png) repeat-y;
					color:#;
				}
					.sideCol .lyrics .content h2 {
						margin:0 0 12px 0;
						font:bold 14px Verdana, Arial, Helvetica, sans-serif;
						color:#409eca;
					}
					.sideCol .lyrics .content p {
						padding:0 0 15px 6px;
						font:normal 11px Verdana, Arial, Helvetica, sans-serif;
					}
					.sideCol .lyrics a.viewAll:link, .sideCol .lyrics a.viewAll:active, .sideCol .lyrics a.viewAll:visited {
						margin:0 0 0 260px;
						width:88px; height:37px;
						background:url(/images/lyrics_viewAll.png) top no-repeat;
						display:block;
					}
						.sideCol .lyrics a.viewAll:hover {
							background:url(/images/lyrics_viewAll.png) bottom no-repeat;
						}