@charset "utf-8";
/* CSS Document */
/*	-------------------------------------------------------------
	CSS - VERVE - TEDDY THOMPSON
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		tt_store.css
	Date:			June 10th 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Home Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#leftColumn {
		margin:0px; padding:0px 0px 50px 0px;
		width:643px;
		background:#FFFFFF;
		float:left;
	}	
		#leftColumn h1 {
			margin:0px; padding:0px;
			width:391px; height:77px;
			background:url(../../images/storeBg.jpg) no-repeat;
			display:block;
		}
			#leftColumn h2 {
				margin:10px 0px 0px 70px; padding:0px;
				width:165px; height:25px;
				background:url(../../images/discography.jpg) no-repeat;
				display:block;
			}	
		#discoContent {
			margin:10px 0px 0px 0px; padding:0px 0px 0px 70px;
		}
		#discoContent h2 {
			margin:0px; padding:0px;
			width:133px; height:25px;
			background:url(../../images/ringtones.jpg) no-repeat;
			display:block;
		}		
			.album {
				width:285px;
				margin:0px 0px 57px 0px; padding:0px;
				float:left;
			}
			
			.album1 {
				width:285px;
				margin:0px 0px 34px 0px; padding:0px;
				float:left;
			}

			
			.cover {
				width:108px; height:108px;
				margin:0px; padding:0px;
				float:left;
			}
			.title {
				background:#e6e5e9;
				padding:0px 0px 0px 4px; margin:0px;
				width:149px; height:72px;
				float:left;
			}
			.albumTitle {
				font:bold 14px Helvetica, Arial, sans-serif;
			}
			.artistName {
				margin:0px; padding:0px;
				font:normal 11px Helvetica, Arial, sans-serif;
			}
			.btns {
				width:145px;
				margin:0px; padding:6px 0px 0px 4px;
				float:left;
				display:inline;
			}
			a.iTunes:link, a.iTunes:active, a.iTunes:visited {
				width:58px; height:23px;
				float:left;
				display:block;
				background: url(../../images/iTunes.jpg) top no-repeat;
			}
				a.iTunes:hover {
					width:58px; height:23px;
					float:left;
					display:block;
					background:url(../../images/iTunes.jpg) bottom no-repeat;
				}
			a.amazon:link, a.amazon:active, a.amazon:visited {
				width:78px; height:23px;
				margin:0px 0px 0px 4px; padding:0px;
				display:block;
				float:left;
				background: url(../../images/amazon.jpg) top no-repeat;
			}
				a.amazon:hover {
					width:78px; height:23px;
					margin:0px 0px 0px 4px;			
					display:block;
					float:left;
					background:url(../../images/amazon.jpg) bottom no-repeat;
				}

			a.amazonUK:link, a.amazonUK:active, a.amazonUK:visited {
				width:77px; height:23px;
				margin:5px 4px 0px 0px; padding:0px;
				display:block;
				float:right;
				background: url(../../images/btn_amazonUK.jpg) top no-repeat;
			}
				a.amazonUK:hover {
					width:77px; height:23px;
					margin:5px 4px 0px 0px;			
					display:block;
					float:right;
					background:url(../../images/btn_amazonUK.jpg) bottom no-repeat;
				}

/* ringtone styles */
	#leftColumn #ringtonesTable {
		margin:0px; padding:0px;
		width:503px;
	}		
		#ringTable thead #title {
			margin:0px; padding:0px;
			width:280px;
		}
		#ringTable thead #preview {
			margin:0px; padding:0px;
			width:140px;
		}
		#ringTable thead #buy {
			margin:0px; padding:0px;
			width:100px;
		}
			#ringTable thead {
				margin:0px auto; padding:0px;
				width:643px;
				text-align:left;
				border-collapse:collapse;
			}
			#ringTable tbody {
				margin:0px; padding:0px;
			}
				#ringTable tbody tr {
					margin:0px; padding:0px;
					width:643px; height:24px;
					background:#FFFFFF;
					font:normal 14px Arial, Helvetica, sans-serif;
				}
				#ringTable th, #ringTable td {
					margin:0px; padding:0px 0px 0px 10px;
				}
				#ringTable  col#titleCol {
					margin:0px; padding:0px;
				}
				#ringTable col#previewCol {
					margin:0px; padding:0px;
				}	
					a.btnPreview:link, a.btnPreview:active, a.btnPreview:visited {
						margin:0px; padding:0px;
						width:108px; height:23px;
						background:url(../../images/btn_preview1.jpg) top no-repeat;
						display:block;
					}
						a.btnPreview:hover {
							margin:0px; padding:0px;
							width:108px; height:23px;
							background:url(../../images/btn_preview1.jpg) bottom no-repeat;
						}
						
				#ringTable col#buyCol {
					margin:0px; padding:0px;
				}
					a.btnBuy:link, a.btnBuy:active, a.btnBuy:visited {
						margin:0px; padding:0px;
						width:59px; height:23px;
						background:url(../../images/btn_buy1.jpg) top no-repeat;
						display:block;
					}
						a.btnBuy:hover {
							margin:0px; padding:0px;
							width:59px; height:23px;
							background:url(../../images/btn_buy1.jpg) bottom no-repeat;					
						}
				#ringTable .odd {
					margin:0px; padding:0px;
					width:503px; height:23px;
					background:#ebebed;
				}
					a.btnPreview2:link, a.btnPreview2:active, a.btnPreview2:visited {
						margin:0px; padding:0px;
						width:108px; height:23px;
						background:url(../../images/btn_preview2.jpg) top no-repeat;
						display:block;
					}
						a.btnPreview2:hover {
							margin:0px; padding:0px;
							width:108px; height:23px;
							background:url(../../images/btn_preview2.jpg) bottom no-repeat;
						}
					a.btnBuy2:link, a.btnBuy2:active, a.btnBuy2:visited {
						margin:0px; padding:0px;
						width:59px; height:23px;
						background:url(../../images/btn_buy2.jpg) top no-repeat;
						display:block;
					}
						a.btnBuy2:hover {
							margin:0px; padding:0px;
							width:59px; height:23px;
							background:url(../../images/btn_buy2.jpg) bottom no-repeat;					
						}