@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - RINGTONES : 	Serabee
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sera_ringtones.css
	Date:			Oct 7, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	#nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li.ringtones a {
		background-position:-504px -11px;
	}
					
/*	--------------------------------------------------------------------------------------------------------------------------
	#ringtones Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	h2#h2_ringtones {
		width:296px; height:34px;
		margin:0 0 0 56px;
		background:url(../../images/h2_ringtones.png) 0 0 no-repeat;
	}
	#ringtones {
		padding:29px 0 30px 0;
	}
		#ringtones .container {
			width:712px;
			margin:0 auto; padding:30px 0 50px 20px;
			background:#6d5b73;
		}
			#ringtones .container li {
				width:293px;
				margin:0 12px 12px 0; padding:19px 23px;
				background:#330b26;
				float:left;
			}
				#ringtones .container li .album {
					width:100px;
					margin:0 14px 0 0;
					display:inline;
					float:left;
				}
					#ringtones .container li .album img {
						border:1px solid #80406a;
					}
				#ringtones .container li .info {
					width:179px;
					float:left;
				}
					#ringtones .container li .info h3 {
						height:78px;
						font:bold 18px Arial, Helvetica, sans-serif;
						color:#fefdfe;
						overflow:hidden;
					}
					#ringtones .container li .info .name {
						font:normal 10px Arial, Helvetica, sans-serif;
						color:#fef7cb;
						display:block;
					}
						#ringtones .container li .info .name em {
							font-weight:bold;
						}
					#ringtones .container li .info a.btn_buyNow {
						width:50px; height:21px;
						background:url(../../images/btn_buyNow.png) 0 0 no-repeat;
						display:block;
					}
						#ringtones .container li .info a.btn_buyNow:hover {
							background-position:0 bottom;
						}