@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SUGARLAND MOBILE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sugarland_mobile.css
	Date:			Jan 05, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li#navMobile a {
		background-position:0 -92px;
	}


/*	--------------------------------------------------------------------------------------------------------------------------
	mobile Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mobile {
		
	}
		#mobile .titleBar {
			height:21px;
			padding:8px 0 0 9px;
		}
			#mobile .titleBar h1#h1_mobile {
				width:60px; height:12px;
				background: url(../../images/h1_mobile.png) no-repeat;
			}
			
		#mobile .contentBox {
			padding:13px;
			border-bottom:1px solid #aca394;
		}
		
		/*	mobileTable Styles
			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			#mobileTable {
				width:576px;
				text-align:left;
				vertical-align:middle;
			}
				#mobileTable thead {
					height:26px;
					background:#968d7d;
					font:normal 11px Arial, Helvetica, sans-serif;
					color:#3f3a31;
				}
					#mobileTable thead tr th {
						border-bottom:2px solid #c4bbab;
					}
					#mobileTable thead tr th.rt {
						padding:0 0 0 10px;
					}
					#mobileTable thead tr th.type {
						text-align:right;
					}
					#mobileTable thead tr th.prev {
						text-align:center;
					}
						#mobileTable col#ringtoneCol {
							width:295px;
						}
						#mobileTable col#typeCol {
							width:125px;
						}
						#mobileTable col#prevCol {
							width:140px;
						}
				#mobileTable tbody tr {
					border-bottom:1px solid #c4bbab;
					background:#f5f1e6;
					height:38px;
					font:normal 12px Arial, Helvetica, sans-serif;
				}
				#mobileTable tbody tr.odd {
					background:#dcd6c8;
				}
					#mobileTable tbody tr td {
						border-bottom:1px solid #c4bbab;
						color:#5e5d3f;
						font:normal 12px Arial, Helvetica, sans-serif;
						text-align:right;
					}
					#mobileTable tbody tr td.name {
						padding:0 0 0 10px;
						color:#5e5d3f;
						font:normal 14px Arial, Helvetica, sans-serif;
						text-align:left;
					}
					#mobileTable tbody tr td.prev {
						padding:0 0 0 10px;
						text-align:center;
					}
					#mobileTable tbody tr td.location {
						padding:0 0 0 18px;
					}
						#mobileTable tbody tr td.location a:link, #mobileTable tbody tr td.location a:visited, #mobileTable tbody tr td.location a:active {
							font:normal 13px Georgia, "Times New Roman", Times, serif;
						}
					#mobileTable tbody tr td.setList {
						padding:0 0 0 14px;
					}
					
					
		/*	buttons Styles
			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			a.btnPreview {
				width:62px; height:18px;
				margin:0 4px 0 0;
				background:url(../../images/btn_preview.png) 0 top no-repeat;
				display:block;
				float:left;
			}
				a.btnPreview:hover {
					background-position:bottom;
				}
			a.btnBuy {
				width:62px; height:18px;
				background:url(../../images/btn_buy.png) 0 top no-repeat;
				display:block;
				float:left;
			}
				a.btnBuy:hover {
					background-position:bottom;
				}
				
			