@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - RICK ROSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		rr_mobile.css
	Date:			June 22, 2010
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active nav style
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li.navMobile a {
		background-position:-589px -74px !important;
	}
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Mobile Block Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mobileBlock {
		width:624px;
		padding:0 0 40px 0;
		background:#f5f5f5;
	}
		#mobileBlock .header {
			padding:13px 0 0 21px;
			width:603px; height:52px;
			background:url(../../images/bg_h2.jpg) top left no-repeat;
		}
			#mobileBlock .header h2 {
				width:169px; height:33px;
				background:url(../../images/h2_mobile.png) no-repeat;
			}
		#mobileBlock .entries {
			padding:13px 0 0 10px;
		}
			#mobileBlock .entries .entry {
				padding:0 0 0 10px;
				width:597px;
			}
				#mobileBlock .entries .entry .cover {
					width:52px;
					float:left;
				}
					#mobileBlock .entries .entry .cover img {
						border:solid 1px #bab590;
						display:block;
					}
				#mobileBlock .entries .entry .ringtone {
					padding:9px 0 0 0;
					width:428px;
					float:left;
				}
					#mobileBlock .entries .entry .ringtone .title {
						display:block;
						font:normal 14px Arial, Helvetica, sans-serif;
					}
					#mobileBlock .entries .entry .ringtone .subtitle {
						font:italic 11px Arial, Helvetica, sans-serif;
						color:#401d19;
					}
				#mobileBlock .entries .entry .btnHolder {
					padding:13px 0 0 0;
					width:113px;
					float:left;
				}
					#mobileBlock .entries .entry .btnHolder a.btnBuyRingtone {
						width:107px; height:24px;
						display:block;
						background:url(../../images/btn_buyNow.png) top center no-repeat;
					}
						#mobileBlock .entries .entry .btnHolder a.btnBuyRingtone:hover {
							background-position:bottom;
						}
/*	--------------------------------------------------------------------------------------------------------------------------
	HR Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.hr {
		margin:10px 0 7px 0;
		width:607px; height:4px;
		background:url(../../images/hr.png) top left repeat-x;
	}
		.hr hr {
			display:none;
		}