@charset "utf-8";
/*	-------------------------------------------------------------

	CSS - BRAZILIAN GIRLS - BRAZILIAN_SHOWS.CSS

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Filename:		brazilian_SHOWS.css

	Date:			July 30, 2008

	Author:			Halo Media LLC - http://www.halopowered.com/

	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
h1#hdrShows{
		margin:0 0 0 6px;
		width:235px; height:59px;
		background:url(/images/hdrShows.png) no-repeat;
		behavior:url(/shared/css/iepngfix.htc);
}

/*	--------------------------------------------------------------------------------------------------------------------------
	table Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainCol #contentBottom {
		margin:0 0 0 30px;
	}
	#showsTable {
		width:408px; 
		text-align:left;
		font:bold 12px Arial, Helvetica, sans-serif;
		line-height:13px;
	}
	#showsTable thead {
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#717171;
	}
	#showsTable col#dateTime {
		width:117px;
	}
	#showsTable col#venue {
		width:190px;
	}
	#showsTable tbody tr {
		width:408px; height:65px;
		background:url(/images/showbreaker.png) bottom no-repeat;
	}
	#showsTable a:link, #showsTable a:visited, #showsTable a:active {
		font: normal 10px Arial, Helvetica, sans-serif;
		color:#ca404d;
		text-decoration:none;
	}
	#showsTable a:hover {
		color:#092d7f;
		text-decoration:none;
	}
	#showsTable strong {
		font:bold 14px Arial, Helvetica, sans-serif;
	}
	.date{
		width:60px;
	}
	.time{
		width:60px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	album Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.album{
	width:315px;
	padding: 0 0 4px 0;
	font: bold 24px Arial, Helvetica, sans-serif;
	line-height: 13px;
	color: #ca404d;
}

	.albumLeft{
		width:103px;
		float:left;
	}

	.albumRight{
		width: 200px;
		float: left;
	}

		.albumName{
			width:200px;
			margin: 8px 0 0 0;
		}

		.albumBuy{
			width:200px;
			margin: 27px 0 0 0;
			font: bold 14px arial;
			color: black;
			line-height:13px;
		
		}

		.albumBuyLinks{
			width: 200px;
		}
				.buyItunes{
						width:94px; height: 37px;
						float:left;
				}

					.buyItunes a{
							width:94px; height:37px;
							background: url(/images/itunes.png) top no-repeat;
							display:block;
							border: none;
							text-decoration: none;
					}
	
					.buyItunes a:hover{
							width:94px; height:37px;
							background: url(/images/itunes.png) bottom no-repeat;
							display:block;
							border: none;
							text-decoration: none;
					
					}
				
				.buyAmazon{
						width:94px; height: 36px;
						float:left;
				}	
					.buyAmazon a{
							width:94px; height:36px;
							background: url(/images/amazon.png) top no-repeat;
							display:block;
							border: none;
							text-decoration: none;
					}
					
					.buyAmazon a:hover{
							width:94px; height:36px;
							background: url(/images/amazon.png) bottom no-repeat;
							display:block;
							border: none;
							text-decoration: none;
					
					}