/*----------------------------------------- GLOBAL STYLES -----------------------------------*/

* {
    padding: 0;
    margin: 0;
}

body, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #f3f6f7;
    color: #666666;
}

/* images dont have border */
a img {
    border: 0px;
}

/* default anchor color, with no underline */
a, a:visited {
    color: #0183bf;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
div.contentItem img.thumb.hover { border: 1px solid #ff0000; }

div.contentItem img.thumb.selectedClass { border: 1px solid #ccc; }

div.horizontaldivider { border-bottom: 1px solid #c3c4c4; }

span.hilight { color: #0183bf; }

/*----------------------------------------- GLOBAL CLASSES ----------------------------------*/

.replace, .replace a {
    display: block;
    text-indent: -9999px;
    font-size: 1em;
    text-decoration: none;
    
}
.boxn  {
	
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: #0A1F5E;
	line-height: 7px;
	text-align: left;
	padding-top: 10px;
	padding: 10px 0px 0px 5px;
	
	
	
}

.boxn a:link, .boxn a:visited {
	font-size: 11px;
	font-family: Arial;

	font-weight: bold;
	color: #333333;
	text-decoration:none;
	
	background: url(../images/arrow_r.gif) no-repeat left center;
	padding: 9px 3px 9px 25px;
	
	
	
}
.boxn a:hover {
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color:#00A5F4;
	background: url(../images/arrow_r.gif) no-repeat left center;
	padding: 5px 3px 3px 25px;
	
	
	
}

.boxV  {
	height: 250px;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: #0A1F5E;
	line-height: 7px;
	text-align: left;
	padding-top: 20px;
	padding: 28px 0px 0px 5px;
	
	
	
}
.boxV a:link, .boxV a:visited {
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
	
	background: url(../images/video.gif) no-repeat left center;
	padding: 9px 3px 9px 25px;
	
	
	
}
.boxV a:hover {
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color:#00A5F4;
	background: url(../images/video.gif) no-repeat left center;
	padding: 5px 3px 3px 25px;
	
	
	
}

.hide {
    display: none;
}

.clear {
    clear: both;
    display: block;
}
.hor a {
	padding-left: 12px;
	text-decoration: none;
}
.hor a:hover {
	padding-left: 12px;
	text-decoration: none;
}
.nbsp {
    margin-bottom: 17px;
}

/* red inline error messaging with pointer on lower left */
form .custom-advice, form .serverError, .serverError {
    width: 380px;
    font-weight: bold;
    font-style: italic;
    display: block;
    margin: 5px 0 5px 0;
    display: block;
    color: #ffffff; 
    padding: 6px 9px 14px 9px;
    background: url(/images/messages/errorbottom_bg.gif) left bottom no-repeat;
}

/* general server errors (not inside a form element) have no pointer */
.serverError {
    background: none;
    background-color: #df0022;
}

/* confirmation message, typically that a value in settings has changed */
.serverConfirm {
    width: 380px;
    font-weight: bold;
    margin: 10px;
    color: #ffffff; 
    background-color: #03740d;
    padding: 6px 9px 6px 9px;
}

/* input text field, select and textarea with grey border */
form input, form textarea, form select {
    border: 1px solid #666666; 
}

select option {
    padding-right: 10px;
}

/* input submit, radio and checkbox with NO border */
form input.submit, form input.radio, form input.checkbox {
    border: none; 
}

/* when validation fails, highlight that input with a red border */
form input.validation-failed {
    border: 1px solid #b10f0c;
}

/*----------------------------------------- TEMPLATE MAIN DIVs ------------------------------------------*/

div#wrapper {
    width: 990px;
    margin: 0 auto;
    text-align: left;
    padding: 0;
    overflow: hidden;
}

body.homepage div#wrapper {
    background: url(../images/header/wrapper-3col_bg.gif) repeat-y left top;
}

body.standard3col div#wrapper {
    background: url(../images/header/wrapper-3col_bg.gif) repeat-y left top;
}
body.standard3col1 div#wrapper {
    background: url(../images/header/wrapper-3col_bg1.gif) repeat-y left top;
}
body.standard3colspanned div#wrapper {
    background: url(../images/header/wrapper-3col_bg.gif) repeat-y left top;
}

body.standard2col div#wrapper {
    background: url(../images/header/wrapper-2col-standard_bg.gif) repeat-y left top;
}

body.standard2colleft div#wrapper {
    background: url(../images/header/wrapper-2col-left_bg.gif) repeat-y left top;
}

body.standardfull div#wrapper {
    background: url(../images/header/wrapper-full_bg.gif) repeat-y left top;
}

div.body {
    float: left;
}

/* main page area */
body.homepage, body.standard3col, body.standard2col, body.standard2colleft, body.standardfull {
    background-color: #F3F6F7;
}

div#col2,
div#col5 {
    display: inline;
    float: left;
    padding: 13px 13px 0 13px;
}

div#col4, div#col7, div#col8 {
    background-color: #ffffff;
    float: left;
    clear: both;
    margin-left: 13px;
    display: inline;
}

body.standard3col div#col2 {
    width: 521px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 0 130px; 
}

body.homepage div#col2,
body.homepage div#col5,
body.standard3colspanned div#col2,
body.standard3colspanned div#col5 {
    width: 521px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

body.standard2col div#col2 {
    width: 857px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 0 130px;
}

body.homepage div.colWrapper,
body.standard3colspanned div.colWrapper {
    width: 857px;
    padding: 0;
    margin: 0 0 0 130px;
    display: inline;
    float: left;
}

body.standard2colleft div#col2 {
    width: 648px;
    margin: 0 0 0 3px;
    padding: 13px 0 0 0;
}

body.standardfull div#col2 {
    width: 984px;
    padding: 13px 0 0 0;
    margin: 0 0 0 3px;
}

div#col3,
div#col6 {
    width: 312px;
    float: left;
    display: inline;
    margin: 0;
    background: #ffffff;
    padding: 13px 12px 0 12px;
}

body.homepage div#col3,
body.homepage div#col6,
body.standard3col div#col3,
body.standard2colleft div#col3,
body.standard3colspanned div#col3,
body.standard3colspanned div#col6 {
    width: 336px;
    padding-left: 0;
    padding-right: 0;
}

div#col1 {
    width: 125px;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    float: left;
    display: inline;    
    margin: 0 0 0 -984px;
    background: #F2F2F2;
    padding: 0;
    font-size: 11px;
}

div#wrapper span.borderbottom {
    width: 990px;
    height: 5px;
    display: block;
    background: url(../images/header/border-bottom_bg.gif) left top no-repeat;
    clear: both;
    overflow: hidden;
}

/*----------------------------------------- TEMPLATE HEADER ------------------------------------------*/

div.head {
    margin-left: 3px;
    float: left;
    display: inline;
}

/*-- no margin for community site iframed header  ----*/
div.head.iframeheader {
    margin-left: 0px;
}

div.head div.header {
    width: 973px;
    position: relative;
    padding: 10px 12px 5px 0;
    background-color: #0298E0;
  
    float: left;
}

div.head div.header p.logo a {
    width: 252px;
    height: 36px;
    padding-top: 57px;
    position: absolute;
    top: 22px;
    left: 11px;
    float: left;
    overflow: hidden;
    margin: 0;
    
}

 p.logo  {
    width: 252px;
    height: 36px;
    padding-top: 0px;
    position: absolute;
    top: 22px;
    left: 11px;
    float: left;
    overflow: hidden;
    margin: 0;
  background: url(../images/title.png) left top no-repeat;
}
div.head div.header div#indinf {
    width: 761px;
    line-height: 16px;
    float: right;
    color: #ffffff;
    text-align: right;
    padding-top: 8px;
}

div.head div.header div#indinf a.signArrow, div.head div.header div#indinf a.signArrow:visited {
    color: #ffffff;
}

div.head div.header div#indinf img.headerPhone {
    float: right; 
    margin: -3px 0 0 2px; 
	/* line up phone shadow with bottom of credit notice */
}

div.head div.header div#indinf .creditNotice {
    float: right; 
    padding: 0 0 5px 0;
    background: url(../images/credit-notice_bg.gif) top left no-repeat;
    width: 60px;
    height: 50px;
    text-align: center;
    margin-left: 10px;
}

div.head div.header div#indinf .creditNotice .credits {
    font-size: 22px;
    font-weight: bold;
}

div.head div.header div#indinf .creditNotice div {
    padding-right: 9px;
    padding-top: 9px;
    line-height: 18px;
}

div.head div.header div#indinf .creditNotice a, 
div.head div.header div#indinf .creditNotice a:visited {
    font-weight: bold;
    color: #ffffff;
}

div.head div.header div#indinf .creditNotice p {
    font-size: 17px;
}

div.head div.header div#indinf div.getringtones {
    padding-top: 4px;
    font-size: 11px;
    line-height: 13px;
}

div.head div.header div#indinf .welcome { 
    font-weight: bold;
}
div.hedl ul {
   line-height: 22px;
   
  
    text-align: left;
    float: left;
   
}
.ri {
	text-align: right;
}
/*----- MAIN (TOP) NAVIGATION -----*/

div.nav ul {
    height: 31px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    float: left;
    background: #62686B url(../images/header/nav-border_bg.gif) repeat-x top left;
    border-top: 1px solid #414547;
}

div.nav ul#navMain li {
    height: 31px;
    list-style-type: none;
    padding-right: 1px;
    float: left;
    background: url(../images/header/nav-brd-right_bg.png) right top no-repeat;
}

div.nav ul#navMain li a,
div.nav ul#navMain li a:visited {
    width: 93px;
    height: 27px;
    font-size: 11px;
    line-height: 27px;
    letter-spacing: 1px;
    font-family: Helvetica;
    color: #ffffff;
    text-decoration: none;
    padding-left: 10px;
    display: block;
    border-bottom-width: 4px;
    border-bottom-style: solid;
}

div.nav ul#navMain li#navHome a,
div.nav ul#navMain li#navHome a:visited {
    width: 116px;
    padding-left: 11px;
    border-bottom-color: #0083BF;
}

div.head div.nav ul#navMain li#navHome.active a {
	width: 117px;
    background-color: #0D3594;
    border-bottom-color: #00A5F4;
}

div.head div.nav ul#navMain li#navHome a:hover {
    border-bottom-color: #00A5F4;
}

div.nav ul#navMain li#navSongs a,
div.nav ul#navMain li#navSongs a:visited {
    border-bottom-color: #DF0022;
    text-transform: none; /* "MP3s" lowercase "s" */
}

div.head div.nav ul#navMain li#navSongs.active a {
    background-color: #DF0022;
    border-bottom-color: #FD0040;
}

div.head div.nav ul#navMain li#navSongs a:hover {
    border-bottom-color: #FD0040;
}

div.nav ul#navMain li#navRingtones a,
div.nav ul#navMain li#navRingtones a:visited {
    border-bottom-color: #00aed3;
}

div.head div.nav ul#navMain li#navRingtones.active a {
    background-color: #00aed3;
    border-bottom-color: #00c3ed;
}

div.head div.nav ul#navMain li#navRingtones a:hover {
    border-bottom-color: #00c3ed;
}

div.nav ul#navMain li#navVideos a,
div.nav ul#navMain li#navVideos a:visited {
    border-bottom-color: #FF6600;
}

div.head div.nav ul#navMain li#navVideos.active a {
    background-color: #FF6600;
    border-bottom-color: #FF8B00;
}

div.head div.nav ul#navMain li#navVideos a:hover {
    border-bottom-color: #FF8B00;
}

div.nav ul#navMain li#navGames a,
div.nav ul#navMain li#navGames a:visited {
    border-bottom-color: #8CBB00;
}

div.head div.nav ul#navMain li#navGames.active a {
    background-color: #8CBB00;
    border-bottom-color: #B8E100;
}

div.head div.nav ul#navMain li#navGames a:hover {
    border-bottom-color: #B8E100;
}

div.nav ul#navMain li#navGraphics a,
div.nav ul#navMain li#navGraphics a:visited {
    border-bottom-color: #E2B70B;
}

div.head div.nav ul#navMain li#navGraphics.active a {
    background-color: #E2B70B;
    border-bottom-color: #F6DE0F;
}

div.head div.nav ul#navMain li#navGraphics a:hover {
    border-bottom-color: #F6DE0F;
}

/*------------------------- nav right -------------------------------------*/

div.nav ul#navRight li {
    height: 27px;
    list-style-type: none;
    float: left;
    border-bottom: 4px solid #0083BF;
}

div.nav ul#navRight li a,
div.nav ul#navRight li a:visited {
    font-size: 10px;
    line-height: 27px;
    font-family: Arial;
    text-decoration: none;
    display: block;
    color: #ffffff;
}

div.nav ul#navRight li#navHelp a:hover span.telNumber,
div.nav ul#navRight li.active a span.telNumber {
    color: #ffffff;
}

div.nav ul#navRight li a:hover,
div.nav ul#navRight li.active a,
div.nav ul#navRight li.mylockerActive a,
div.nav ul#navRight li.mshareActive a,
div.nav ul#navRight li#navHelp.active a {
    color: #04d6f9 !important;
}

div.nav ul#navRight li#navMshare {
    width: 85px;
}

div.nav ul#navRight li#navMylocker {
	background: url(../images/ans.png) no-repeat;
    width: 100px;
}

div.nav ul#navRight li#navHelp {
    width: 151px;
}

div.nav ul#navRight li#navHelp span.emphasise {
    padding-bottom: 2px;
    border-bottom: 1px dotted #01A4F3;
}

div.nav ul#navRight li#navHelp span.telNumber {
    padding-left: 5px;
}

div.nav ul#navRight li#navMshare a {
    padding-left: 30px;
    background: url(../images/share-locker_btn_bg.gif) 8px 4px no-repeat;
}

div.nav ul#navRight li#navMylocker a {
    padding-left: 22px;
    background: url(../images/header/share-locker_btn_bg.gif) 0 -27px no-repeat;
}

/*------------------------------ TEMPLATE SEARCH-BAR ------------------------------------------*/

div.searchbar {
    width: 312px;
    padding-bottom: 10px;
    margin: 0 0 10px 12px;
    position: relative;
    float: left;
    display: inline;
    background: #00A5F4 url(../images/header/searchbar-bottom_bg.gif) bottom left no-repeat;
}

div.searchbar form#searchform {
    background: #00A5F4 url(../images/header/searchbar-top_bg.gif) top left no-repeat;
    margin-bottom: 5px;
}

div.searchbar form#searchform {
    padding: 0px 20px 0px 15px;
}

div.searchbar label {
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    padding-top: 5px;
}

div.searchbar input#search {
    background: #FFFFFF url(../images/header/search_icon.gif) no-repeat scroll 3px 2px;
    border: 1px solid #BDC4C8;
    height: 18px;
    padding: 1px 0 0 20px;
    width: 220px;
}

div.searchbar input#submit {
    position: absolute;
    top: 30px;
    left: 265px;
}

div#wrapper div.searchbar div#searchupdate {
    background: #FFFFFF;
    border: 1px solid #999999;
    z-index: 10;
}

div#wrapper div.searchbar div#searchupdate ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

div#wrapper div.searchbar div#searchupdate ul li .highlight { 
    font-weight: bold; 
}

div#wrapper div.searchbar div#searchupdate ul li.selected { 
    background-color: #ECF5FA; 
}

div#wrapper div.searchbar div#searchupdate ul li {
    margin: 0;
    padding: 2px;
}

div#wrapper div.searchbar div#searchupdate ul li a, 
div#wrapper div.searchbar div#searchupdate ul li a:link, 
div#wrapper div.searchbar div#searchupdate ul li a:visited {
    color: #000000;
}

/* position the progress indicator when attempting to fill the menu */
div#wrapper div.searchbar img#searchindicator {
    position: absolute;
    top: 32px;
    left: 238px;
}

/*----------------------------------- TEMPLATE FOOTER ------------------------------------------*/

div.footer {
    clear: both;
    border-top: 10px solid #F3F6F7;
    background: #DFE1E2;
    float: left;
    width: 990px;
}

div.footer ul {
    list-style: none;
    font-size: 11px;
}

div.footer ul li {
    float: left;
    line-height: 34px;
    padding: 0 5px 0 0;
}

div.right{
	text-align: center;
	padding-bottom: 7px;
	

}

div.footer ul#ftnv2 li a {
    border-right: 1px solid #ABABAB;
    padding-right: 5px;
}

div.footer ul#ftnv2 li.noline a {
    border: none;
    padding-right: 0px;
}

div.footer ul li a, div.footer ul li a:visited {
    color: #0083bf;
}

div.footer ul#ftnv1 {
    float: left;
    margin-left: 5px;
}

div.footer ul#ftnv2 {
    float: right;
    margin-right: 5px;
}

div.footer p {
    width: 970px;
    float: left;
    line-height: 12px;
    color: #333333;
    font-size: 9px;
    text-align: center;
    padding: 20px 10px;
    background: #F3F6F7;
}

/*----------------------------------------- MODULES -----------------------------------------*/

div.module {
    margin-bottom: 10px;
    float: left;
}

body.standardfull div.module {
    margin-left: 13px;
    margin-right: 13px;
    display: inline;
}

body.homepage div#col2 div.module,
body.homepage div#col5 div.module,
body.standard3col div#col2 div.module,
body.standard2col div#col2 div.module,
body.standard3colspanned div#col2 div.module,
body.standard3colspanned div#col5 div.module {
    margin-left: 14px;
    margin-right: 14px;
    display: inline;
}

body.homepage div#col3 div.module,
body.homepage div#col6 div.module,
body.standard3col div#col3 div.module,
body.standard2colleft div#col3 div.module,
body.standard3colspanned div#col3 div.module,
body.standard3colspanned div#col6 div.module {
    margin-left: 12px;
    margin-right: 12px;
    display: inline;
}

body.homepage div#col2 div.moduleNoPadding,
body.homepage div#col3 div.moduleNoPadding,
body.homepage div#col4 div.moduleNoPadding,
body.homepage div#col5 div.moduleNoPadding,
body.homepage div#col6 div.moduleNoPadding,
body.standard3col div#col3 div.moduleNoPadding,
body.standard2colleft div#col3 div.moduleNoPadding,
body.standard3col div#col2 div.moduleNoPadding,
body.standard2col div#col2 div.moduleNoPadding,
body.standardfull div.moduleNoPadding,
body.standard3colspanned div#col2 div.moduleNoPadding,
body.standard3colspanned div#col3 div.moduleNoPadding,
body.standard3colspanned div#col4 div.moduleNoPadding,
body.standard3colspanned div#col5 div.moduleNoPadding,
body.standard3colspanned div#col6 div.moduleNoPadding {
    margin-left: 0;
    margin-right: 0;
}
DIV.newpromo {

	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; TEXT-ALIGN: center; BORDER-BOTTOM-STYLE: none
}
div.module .mainHeaders, div.module h1 { 
    font-size: 24px;
    margin-bottom: 5px;
    color: #DF0022;
    text-transform: uppercase;
   
}

div.module .mainHeader, div.module h1 { 
    font-size: 24px;
    margin-bottom: 5px;
    color: #2d2d2d;
    text-transform: uppercase;
}

div.module .subHeader, div.module h2 { 
    font-size: 15px;
    color: #2d2d2d;
    line-height: 20px;
    padding: 6px 0;
    text-transform: uppercase;
}

div.module .sectionHeader, div.module h3 {    
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    padding: 6px 0;
    text-transform: uppercase;
    color: #2d2d2d;
}

div.module .featureHeader, div.module h4 { 
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0 0 0;
    color: #2d2d2d;
}

div.module .groupHeader { 
    font-size: 13px; 
    color: #2d2d2d; 
}

div.module .listHeader, div.module h5 { 
    font-size: 11px;
    font-weight: bold; 
    color: #2d2d2d; 
}

div.module .bordertop {
    border-top: 1px solid #D9D9D9;
}

div.module .borderbottom {
    border-bottom: 1px solid #D9D9D9;
}

div.module .componentHeader {
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    clear: both;
    height: 23px; 
    background: url(../images/header/component-right_bg.gif) top right no-repeat;
}

div.module .componentHeader .title {
    height: 23px;
    float: left;
    padding: 4px 0 0 10px;
    background: url(../images/header/component-left_bg.gif) top left no-repeat;
}

div.module .componentHeader a.componentHeaderLinks {
    color: #ffffff;
    text-decoration: none;
}

div.module .headerInLine { 
    width: 300px; 
    float: left;
}

/*--------------------------- LEFTNAV MODULE ---------------------------*/

div.module.leftnav {
    margin: 0;
    border: none;
    float: left;
    display: inline;
}

div.leftnav h4, div.promoinfo h4 {
    padding: 22px 5px 5px 10px;
    color: #2d2d2d;
    text-transform: uppercase;
    float: left;
    display: inline;
    font-size: 11px;
    width: 110px;
}

div.leftnav ul, div.promoinfo ul {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
}

div.leftnav ul li, div.promoinfo ul li {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    list-style-type: none;
    float: left;
    display: inline;
    width: 125px;
}

div.module.leftnav li.itemEmphasize {
    text-transform: uppercase;
}

div.module.leftnav li.itemEmphasize li {
    text-transform: none;
}

div.leftnav ul li a, div.promoinfo ul li a {
    line-height: 14px;
    padding: 4px 5px 3px 10px;
    border-bottom: 1px solid #F2F2F2;
    display: block;
}

div.leftnav ul.lvl_1, div.promoinfo ul.promolist {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 1px;
}

div.leftnav ul ul li a {
    padding-left: 22px;
    background: url(../images/header/arw-leftnav_bg.gif) 10px 7px no-repeat;
}

div.leftnav ul ul li a:hover {
    background: url(../images/header/arw-leftnav_bg.gif) 10px -28px no-repeat;
}

div.leftnav ul ul li a.on, 
div.leftnav ul ul li a.on:hover {
    background: url(../images/header/arw-leftnav_bg.gif) 10px -62px no-repeat;
}

div.leftnav ul ul ul li a,
div.leftnav ul ul ul li a:hover,
div.leftnav ul li a.on, 
div.leftnav ul li a.on:hover,
div.leftnav ul ul li a.onSubCat, 
div.leftnav ul ul li a.onSubCat:hover,
div.leftnav ul ul li a.onNoChild, 
div.leftnav ul ul li a.onNoChild:hover {
    background: none;
}

div#col1 div.leftnav ul li a.on, 
div#col1 div.leftnav ul li a.on:hover,
div#col1 div.leftnav ul ul li a.onSubCat, 
div#col1 div.leftnav ul ul li a.onSubCat:hover,
div#col1 div.leftnav ul ul li a.onNoChild, 
div#col1 div.leftnav ul ul li a.onNoChild:hover {
    color: #000000;
}

div.leftnav ul ul li a.onNoChild, 
div.leftnav ul ul li a.onNoChild:hover  {
    background: url(../images/header/arw-leftnav_bg.gif) 10px -95px no-repeat;
}

div.leftnav h4 a, div.leftnav h4 a:visited {
    color: #2d2d2d;
}

div.module.leftnav li a.new, div.module.leftnav li a.new:hover { /* add 'new' background image */
    background: #ffffff url(/images/navigation/new_bg.gif) 48px center no-repeat;
}

* html div.module.leftnav li a.new, * html div.module.leftnav li a.new:hover { /* add 'new' background image */
    background: #ffffff url(/images/navigation/new_bg.gif) 48px center no-repeat;
}

div.module.leftnav li.noTextTransform { /* "MP3s" lowercase "s" */
    text-transform: none;
}

/*--------------------------- PROMOINFO MODULE ---------------------------*/

div.module.promoinfo {
    margin: 0;
    border: none;
}

/*---------------------------------- PROMO -----------------------------------------*/

div#col6 div.promo {
    width: 290px;
    height: 76px;
    padding: 17px 0 12px 12px;
    border-left: 5px solid #f4f5f6;
    border-right: 5px solid #f4f5f6;
    background: url(/images/promo/phone_bg.png) left top no-repeat;
}

div#col3 div.promo {
    width: 290px;
    height: 76px;
    padding: 17px 0 12px 12px;
    border-left: 5px solid #f4f5f6;
    border-right: 5px solid #f4f5f6;
    background: url(/images/promo/phone_bg.png) left top no-repeat;
}

div.promo h5.componentHeader {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0083bf;
    background: none;
}

div.promo p {
    width: 210px;
    font-size: 11px;
    color: #666666;
}

/*--------------------------- JUSTDOWNLOADED MODULE ---------------------------*/

div.justdownloaded,
div.recommendations {
    float: left;
    width: 312px;
    border-top: 1px solid #d9d9d9;
}

div.justdownloaded h3.sectionHeader,
div.recommendations h3.sectionHeader {
    text-transform: uppercase;
    border-bottom: 1px solid #D9D9D9;
    padding-left: 10px;
    margin: 0;
    color: #2d2d2d;
}

div.justdownloaded img.thumb,
div.recommendations img.thumb {
    float: left;
    margin-right: 15px;
}

div.justdownloaded div.contentItemCompact,
div.recommendations div.contentItemCompact {
    float: left;
    width: 312px;
    padding: 10px 0;
    border-bottom: 1px solid #ECECEC;
}

div.justdownloaded ul.exploreMore,
div.recommendations ul.exploreMore {
    font-size: 11px;
    margin: 8px 0;
    float: left;
}

div.justdownloaded ul.exploreMore li,
div.recommendations ul.exploreMore li {
    float: left;
    list-style-type: none;
}

div.justdownloaded ul.exploreMore li a, div.justdownloaded ul.exploreMore li a:visited,
div.recommendations ul.exploreMore li a, div.recommendations ul.exploreMore li a:visited {
	
    padding: 0 6px;
    border-right: 1px solid #D9D9D9;
}

div.justdownloaded ul.exploreMore li a.last,
div.recommendations ul.exploreMore li a.last {
    border: none;
    
}

div.justdownloaded p.buycd,
div.recommendations p.buycd { 
    font-size: 11px;
    clear: both;
    border-top: 1px dotted #D9D9D9;
    padding-top: 8px;
}

div.justdownloaded ul.exploreMore .highlight,
div.recommendations ul.exploreMore .highlight {
    color: #FF3300;
}

div.justdownloaded div.contentType7 img.thumb {
    padding: 9px 17px 9px 9px;
    margin-right: 5px;
    background: url(/images/content/song-thick_bg.png) left top no-repeat;
    border: none;
}

/* --------------------------- WHATS HOT ----------------------------------- */

div.whatshot {
    position: relative;
    width: 312px;
}

div.whatshot div.componentHeader {
    width: 302px;
    border-bottom: 5px solid #F4F5F6;
}

div.whatshot div.content {
    width: 302px;
    border: 5px solid #F4F5F6;
    float: left;
}

div.whatshot a.help {
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 6px;
    display: block;
    text-transform: uppercase;
}

div.whatshot div.itemlist div.item {
    font-size: 11px;
    border-bottom: 1px solid #F4F5F6;
}

div.whatshot div.itemlist div.item div {
    padding: 7px 5px 5px 28px;
}

div.whatshot div.itemlist div.ringtone {
    background: url(/images/content/icon-whatshot_bg.gif) 5px -170px no-repeat;
}

div.whatshot div.itemlist div.song {
    background: url(/images/content/icon-whatshot_bg.gif) 5px 8px no-repeat;
}

div.whatshot div.itemlist div.game {
    background: url(/images/content/icon-whatshot_bg.gif) 5px -37px no-repeat;
}

div.whatshot div.itemlist div.video {
    background: url(/images/content/icon-whatshot_bg.gif) 5px -83px no-repeat;
}

div.whatshot div.itemlist div.graphic {
    background: url(/images/content/icon-whatshot_bg.gif) 5px -126px no-repeat;
}

div.whatshot div.itemlist span.title {
    font-weight: bold;
}

div.whatshot div.getringtones {
    padding-left: 13px;
    border-left: 5px solid #f4f5f6;
    border-right: 5px solid #f4f5f6;
    border-bottom: 5px solid #f4f5f6;
    background: url(/songs/images/whatshot/icon-ringtone-big_bg.gif) 267px 7px no-repeat;
    clear: both;
}

div.whatshot div.getringtones p {
    font-size: 12px;
    font-weight: bold;
    line-height: 46px;
    color: #000000;
}

/* --------------------------- EXTERNAL APPS STYLES ----------------------------------- */

div.externalapps {
    padding: 8px 4px;
    float: left; 
    width: 304px;
    background-color: #ECF5FA; 
    border-top: 1px solid #d9d9d9;
}

div.externalapps a.offset {
    float: right;
    padding: 4px 5px 0 0;
}

div.externalapps .contentItem {
    float: left;
    border-bottom: 1px solid #ffffff;
    padding: 2px 0px;
}

div.externalapps .contentItem img.icon{
    float: left;
    margin: 0 8px 0 0;
    width: 30px;
}

/* --------------------------- RECOMMENDED DOWNLOAD ----------------------------------- */

div.recommended {
    float: left; 
    width: 302px;
    padding: 5px;
    background-color: #F4F5F6; 
}

body.homepage div.recommended {
    margin-top: -10px;
}

div.recommended div.componentHeader {
    float: left;
    clear: both;
    padding-bottom: 10px;
    width: 302px;
}

div.recommended div#recommendedGame { 
    float: left;
    padding: 0px 8px 0 5px;
}

div.recommended div.content {
    padding: 10px 5px 0 0;
    float: left; 
    width: 120px;
}

div.recommended p.title { 
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
}

div.recommended p.getinfo { 
    text-transform: uppercase;
    color: #2d2d2d;
    font-weight: bold;
    font-size: 11px;
}

div.recommended p.handset { 
    color: #2d2d2d;
}

div.recommended img.getit {
    padding-top: 10px;
    display: block;
    clear:both;
}

/* --------------------------- SLIDER STYLES ----------------------------------- */

/* height / width for a default 1x4 slider for ringtones - override in later css as necessary */
div.slider {
    width: 492px;
    padding: 15px 0 0 0;
    position: relative;
    background-color: #f4f5f7;
    border-top: 1px solid #D9D9D9;
    float: left;
}

div.sliderContainer {  
    height: 150px;  /* games are taller, but default to 150 for a single row of 75px items */
    width: 450px;   /* set inline in element */
    position: relative; 
    overflow: hidden; 
    margin: auto;
}
    
div.sliderRender {
    width: 99999px;
    overflow: hidden; 
    position: relative; 
    left: 0;
}

div.sliderRender td div.contentItemSimple {
    text-align: center;
}

.slider .sliderPrev, .slider .sliderNext {
    width: 12px;
    height: 60px;
    position: absolute;
    z-index: 1; /* for safari - to get this above the slider content */
    top: 32px;
    cursor: pointer; /* set cursor to hand, so they appear to be buttons */
}

.slider .sliderPrev {
    left: 10px;
    background: url(../images/left_btn_bg.gif) left top no-repeat;
}

.slider .sliderNext {
    right: 10px;
    background: url(../images/right_btn_bg.gif) left top no-repeat;
}

/*--------- promoSlider ---------*/

div.promoPSB { 
	background-color: #2D2D2D;
    border: 1px solid #C0C0C0;
}

/* --------------------------- POPUP STYLES ----------------------------------- */

div.popup {
    width: 359px;
    position: absolute;
    z-index: 3;
    text-align: left;
}

div.popup div.top {
    background: url(/images/content/popup-top_bg.png) left top no-repeat;
    width: 359px;
    height: 16px; 
    float: left;
}

div.popup div.middle {
    background: url(/images/content/popup_bg.png) left top repeat-y;
    width: 319px;
    padding: 6px 20px 9px 20px;
    float: left;
    position: relative;  
}

div.popup div.bottom {
    background: url(/images/content/popup-bottom_bg.png) left top no-repeat;
    width: 359px;
    height: 21px;
    float: left; 
}

/* IE 6 Fix for popup
* div.popup div.top {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/content/popup-top_bg.png", sizingMethod="crop");
}

* div.popup div.bottom {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/content/popup-bottom_bg.png", sizingMethod="crop");
}
*/

div.popup div.close { 
    position: absolute;
    top: -3px;
    right: 11px;
    width: 13px;
    height: 13px;
}

div.popup .title, div.popup .title a, div.popup .title a:visited { 
    text-align: left;
    color: #2d2d2d;
    font-weight: bold;
    padding-top: 5px;
    font-size: 14px;
}

div.popup .artist, div.popup .artist a, div.popup .artist a:visited { 
    text-align: left;
    color: #0183bf;
    padding-top: 5px;
    font-size: 12px;
}

div.popup .contentType,
div.popup .credit { 
    float: left;
    color: #bac2c5;
    font-size: 11px;
    margin-top: 5px;
}

/* details popup - id rather than class for this module so we can grab it dynamically via the DOM */

div#detailsPopup {
    z-index: 999999;
}

div#detailsPopup .controls {  /* position controls at bottom right */
    position: absolute; 
    top: 105px; 
    left: 175px;
}

div#detailsPopup #detailsPopupAnswertone {
    position: absolute; 
    top: 135px; 
    left: 177px;
}

div#detailsPopup .controls img.getit {
    position: relative; 
    top: 4px;
}

div#detailsPopup .previewplay,
div#detailsPopup .share {
    cursor: pointer;
}

div#detailsPopup img#detailsPopupImg {
    float: left; 
    margin-right: 5px;
    background: url(/images/progress.gif);
    background-repeat: no-repeat;
    background-position: center center; 
}

div#detailsPopup .close,
div#sharePopup .close {
    cursor: pointer;
}

/* ----------------------------- share popup ------------------------ */

div#sharePopup, textarea {
    font-size: 11px;
    text-align: left;
}

div#sharePopup h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

div#sharePopup h3 .highlight {
    color: #d40122;
}

div#sharePopup p { 
    margin: 8px 0 4px 0;
}

div#sharePopup form .custom-advice {
    width: 295px;
    font-size: 12px;
}

div#sharePopup label {
    font-weight: bold;
    margin: 2px 4px 5px 0;
    width: 85px;
    display: block; 
    float: left;
}

div#sharePopup textarea, div#sharePopup input.text {
    font-size: 10px;
    border-width: 1px;
    padding: 1px 1px 0 1px;
}

div#sharePopup input.text {
    width: 219px;
    height: 16px;
    float: left;
}

div#sharePopup textarea { 
    width: 310px;
    overflow: hidden;
    margin: 4px 0;
} 

div#sharePopup input.checkbox, div#sharePopup label.checkbox { 
    width: 13px;
    height: 13px;
    display: block;
    float: left;
    font-weight: normal;
}

div#sharePopup input.submit { 
    float: right;
    padding-right: 8px;
}

div#sharePopup input#copyUser { 
    float: left;
    margin: 0;
    padding: 0 3px 0 0;
}

div#sharePopup label.copyUser { 
    float: left;
    width: 150px;
    font-weight: normal;
    margin: 0 0 0 5px;
}

/* shareComplete - after share is 'sent' */

div#sharePopup span#shareComplete {
    width: 310px;
    height: 500px;
}    
   
div#sharePopup span#shareComplete p {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

div#sharePopup span#shareComplete span#sharePopupConfirm {
    color: #0183bf;
}

div#sharePopup span#shareComplete img {
    display: block;
    margin: 5px 0px 0px 100px;
}

/*---------------- shared style contentInfo credit/type ---------------------*/

p.contentInfo span.credits span,
p#detailsPopupCredit span {
    padding: 0 4px;
}

p.contentInfo span.contentType,
p.contentInfo span.credits {
    text-transform: lowercase;
    color: #999999;
    margin-bottom: 2px;
    display: block;
    float: left;
    font-size: 10px;
}

/*--------------------------- CONTENT ITEM - ALL ---------------------------*/

div.contentItem p {
    font-size: 11px;
}

div.contentItemWide div.controls {

    position: absolute;
    top: 0;
    right: 16px;
}

div.contentItem div.controls img {
    padding-left: 2px;
}

div.contentItem img.thumb {
    border: 1px solid #ffffff; 
    background-color: #E2E5E5; 
    padding: 8px;
}

div.contentItem img.getit {
    position: relative;
    top: 4px;
    left: 7px;
}

div.contentItem .previewplay,
div.contentItem .share {
    cursor: pointer;
}

div.contentItem a.titleLink,
div.contentItem p.title a {
    font-weight: bold;
}

div.contentItem p.contentInfo,
div.contentItem .contentType {
    text-transform: lowercase;
}

/*--------------------------- CONTENT ITEM - WIDE ---------------------------*/

div.contentItemWide {
    width: 193px;
    background: #f4f5f7;
    padding: 8px 0 0 8px;
    position: relative;
    margin: 0 0 1px 0;
}

div.contentItemWide .title {
    padding-bottom: 3px;
    padding-right: 162px;
}

div.contentItemWide .labelartist {
    padding: 2px 177px 4px 0;
    font-size: 11px;
}

div.contentItemWide .labelartist span.label {
    color: #676767;
    padding: 0 4px 0 0;
}

div.contentItemWide img.thumb { 
    float: left;
    margin: 0 6px 6px 0;
}

/*--------------------------- CONTENT ITEM - THIN ---------------------------*/
div.photo{
	width: 300px;
	 border-bottom: 1px solid #ECECEC;
	 line-height: 37px;
	
}

div.contentItemThin {
    float: left;
    width: 483px;
    border-bottom: 1px solid #ECECEC;
    padding: 0 5px 15px 15px;
    position: relative;
}

div.contentItemThin .progress {
    width: 0;
    border-color: #87c5e1;
    border-style: solid;
    border-width: 0;
    position: absolute;
    left: 5px; /* hack for IE / FF to get the blue progress to start at the very edge */
    margin: 3px 0 1px -5px
}

div.contentItemThin.artist .progress {
    height: 39px;
}

div.contentItemThin.noartist .progress {
    height: 24px;
}

div.contentItemThin.artist .progress {
    background: url(/images/content/progress-medium_bg.png) left top no-repeat;
}

div.contentItemThin.noartist .progress {
    background: url(/images/content/progress-short_bg.png) left top no-repeat;
}

div.contentItemThin p {
    line-height: 18px;
    float: left;
}

div.contentItemThin p.title {
    width: 190px;
    line-height: 15px;
    padding: 8px 3px 7px 3px;
    position: relative;
}

div.contentItemThin p.title a.artist {
    font-weight: normal;
}

div.contentItemThin span.contentType {
    line-height: 11px;
    padding-top: 10px;
    padding-bottom: 11px;
}

div.contentItemThin.noartist span.contentType {
    padding-bottom: 7px;
}

div.contentItemThin span.credits {
    line-height: 11px;
    padding-top: 10px;
}

div.contentItemThin.artist p.contentInfo {
    padding-top: 7px;
    position: relative;
}

div.contentItemThin.noartist p.contentInfo  { 
    padding-top: 0;
    position: relative;
}

div.contentItemThin div.controls {
    padding-top: 1px;
    float: right;
}

/* on artist pages, a ringtone entry is a bit taller, controls centered vertically */
div.contentItemThin.artist div.controls {
    padding-top: 6px;
}

div.contentItemThin.noartist div.controls {
    padding-top: 0;
    position: relative;
    top: -1px;
}

div.contentItemThin div.controls img {
    padding-left: 4px;
}

div.contentItemThin img.previewplay {
    float: left;
    padding-right: 2px;
    position: relative;
}

div.contentItemThin.artist img.previewplay {
    top: 11px;
}

div.contentItemThin.noartist img.previewplay {
    top: 4px;
}

div.contentItemThin img.getit {
    position: relative;
    top: 4px;
}

div.contentItemThin img.share,
div.contentItemThin img.wishlist {
    position: relative;
    top: 0;
}

/* add icon as a background image for ringtone/polytone */
div.contentItemThin.contentType1 p.contentInfo span.contentType, div.contentItemThin.contentType6 p.contentInfo span.contentType {
    background: url(../images/content/thumbplay.gif) left center no-repeat;
    padding-left: 17px;
}

/* add icon as a background image for song */
div.contentItemThin.contentType7 p.contentInfo span.contentType {
    background: url(../images/content/icon-song_bg.gif) left center no-repeat;
    padding-left: 18px;
}

/*--------------------------- CONTENT ITEM - SIMPLE ---------------------------*/

div.contentItemSimple p {
    padding: 0 3px;
}

div.contentItemSimple .title { 
    font-size: 11px;
    padding-top: 3px;
}

div.contentItemSimple .popupDetails {
    cursor: pointer;
}

/*--------------------------- CONTENT ITEM - COMPACT ---------------------------*/

div.contentItemCompact div.controls {
    width: 160px;
    display: block;
    float: left;
    position: relative;
}

div.contentItemCompact div.controls img.previewplay,
div.contentItemCompact div.controls img.info,
div.contentItemCompact div.controls img.share,
div.contentItemCompact div.controls img.wishlist,
div.contentItemCompact div.controls img.getit {
    position: absolute;
    top: 8px;
    left: 0;
}

div.contentItemCompact div.controls img.share {
    left: 32px;
}

div.contentItemCompact div.controls img.wishlist {
    left: 64px;
}

div.contentItemCompact div.controls img.getit {
    top: 3px;
    left: 98px;
}

div.contentItemCompact p {
    line-height: 14px;
    padding-top: 3px;
}

div.contentItemCompact p.contentInfo {
    padding-right: 35px;
    float:left;
}

/* ------------------------------ AD MODULES ------------------------------ */

div.ad div.site-300x250 {
    padding: 6px;
    background: #CFD3D4;
    float: left;
}

div.ad div.site-468x60 {
    padding: 10px 12px 10px 13px;
    background: #CFD3D4;
    float: left;
}

body.standard2colleft div.ad div.site-468x60 {
    padding-left: 77px;
    padding-right: 77px;
    margin-left: 13px;
    display: inline;
}

/* ------------------------------ artists A-Z MODULES ------------------------------ */

div.artistsaz {
    background: url(/artist/images/content/az-bottom_bg.gif) bottom left no-repeat;
    float: left;
    width: 312px;
    border: none;
}

div.artistsaz div.topbackground {
    background: url(/artist/images/content/az-top_bg.gif) top left no-repeat;
    float: left;
    width: 312px;
    height: 15px;
}

div.artistsaz h4.featureHeader {
    color: #2d2d2d;
    text-transform: uppercase;
    float: left;
    padding: 0px 0px 15px 15px;
}

div.artistsaz ul.selectMenu {
    margin: 0px 15px 15px 0px;
    display: inline;
}

/*---------- HOME PAGE BROWSE CATEGORY DROPDOWN MENU-------------*/

ul.selectMenu {
    height: 18px;
    list-style: none;
    margin-top: 8px;
    margin-right: 2px;
    float: right;
    padding: 0;
    border: 1px solid #cccccc;
}

ul.selectMenu li { 
    width: 140px;
    float: left;
    background: #edf5f8 url(../images/dropdown_bg.gif) right top no-repeat;
}

ul.selectMenu li span a  { 
    width: 100px;
    line-height: 18px;
    padding: 0 0 0 10px;
    margin: 0;
    display: block;
    font-size: 11px;
}

ul.selectMenu ul { 
    width: 156px;
    margin: 0; 
    list-style: none;
}

ul.selectMenu a, ul.selectMenu a:visited {
    color: #333333;
    font-size: 11px;
    margin: 0;
    display: block;
}

ul.selectMenu li ul { 
    background: #edf5f8;
    padding-top: 4px;
    display: none;
    border: 1px solid #cccccc;
}

ul.selectMenu li ul li { 
    border: none;
}

ul.selectMenu li ul li a {
    width: 130px;
    display: block;
    padding: 0 0 3px 10px;
    background: #edf5f8;
}

ul.selectMenu li:hover ul,
ul.selectMenu li.hover ul {
    width: 140px;
    display: block;
    background: #edf5f8;
    border: 1px solid #cccccc;
}

div.artistsaz ul.selectMenu ul, div.artistsaz ul.selectMenu li, div.artistsaz ul.selectMenu li ul li a,
div.aboutcategory ul.selectMenu ul, div.aboutcategory ul.selectMenu li, div.aboutcategory ul.selectMenu li ul li a {
    width: 120px;
}

div.artistsaz ul.selectMenu li:hover ul,
div.aboutcategory ul.selectMenu li:hover ul {
    width: 120px;
    display: block;
    border: 1px solid #cccccc;
}

div.artistsaz ul.selectMenu li ul li a,
div.aboutcategory ul.selectMenu li ul li a {
    width: 110px;
}

div.module ul.selectMenu li ul {
    z-index: 1000;
    position: absolute;
    margin-left: -1px;
}

/*--------------------------- CARRIERS -------------------------*/

p.carriers span.logosbg {
    background: url(/images/logos/carriers_bg.gif) left top no-repeat;
    width: 64px;
    height: 34px;
}

p.carriers span.logosbg img {
    width: 60px;
    height: 24px; 
    border: none;
    padding: 3px 2px; 
}

/*----------------------- BLOG SHARE STYLE -----------------------*/

div.thumbsupblog,
div.newsblog {
    float: left;
    border-top: 1px solid #d9d9d9;
}

div.thumbsupblog .rss,
div.newsblog .rss {
    width: 39px;
    height: 0;
    padding-top: 20px;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 10px;
    top: -1px;
    background: url(/images/blogfeed/rss_btn_bg.png) left top no-repeat;
    cursor: pointer;
}

div.thumbsupblog p a.entrytitlelink,
div.newsblog p a.entrytitlelink {
    font-size: 12px;
    font-weight: bold;
    color: #0183bf;
    padding: 0 0 3px 27px;
    display: block;
    clear: both;
    background: url(/images/blogfeed/balloon_bg.png) 10px 3px no-repeat;
}

div.thumbsupblog span.posted,
div.newsblog span.posted {
    font-size: 10px;
    color: #000000;
    display: block;
    padding: 0 0 6px 10px;
}

div.thumbsupblog span.postbody,
div.newsblog span.postbody {
    font-size: 11px;
    line-height: 14px;
    color: #666666;
    display: block;
    padding: 0 15px 8px 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid #E2E6E7;
}

div.thumbsupblog p.links span,
div.newsblog p.links span {
    color: #ff3300;
}

body.blank { /* weblogs iframe bg override */
    background: url(/images/template/border-left_bg.gif) left top repeat-y;
}

/*-- newsblog --*/

div.newsblog h3.sectionHeader {
    position: relative;
    padding-left: 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid #E2E6E7;
}

div.newsblog p.links {
    font-size: 11px;
    position: relative;
    padding: 0 0 10px 10px;
    border-bottom: 1px dotted #E2E6E7;
}

div.newsblog p.links {
    padding-top: 2px;
}

/*-- thumbsupblog --*/

div.thumbsupblog {
    width: 493px;
}

div.thumbsupblog p {
    float: left;
    width: 245px;
}

div.thumbsupblog .rss {
    top: 6px;
}

div.thumbsupblog span.postbody {
    border: none;
}

div.thumbsupblog h3.sectionHeader{
    border-bottom: 1px solid #ECECEC;
    margin: 0 0 8px 0;
    position: relative;
    width: 485px;
    padding-left: 8px;
}

div.thumbsupblog p.links {
    float: left;
    width: 473px;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    padding: 10px;
    font-size: 11px;
}

/*--------------------------- ABOUT THUMBPLAY MODULE (non-member) ---------------------------*/

div.aboutthumbplay, div.songsDescriptive, div.ringtoneDescriptive,
div.gamesDescriptive, div.videosDescriptive, div.graphicsDescriptive {
    font-size: 11px; 
    line-height: 14px;
    border-top:1px solid #D9D9D9;
    padding: 15px 0;
}

div.aboutthumbplay .clipTextButton,
div.songsDescriptive .clipTextButton,
div.ringtoneDescriptive .clipTextButton,
div.gamesDescriptive .clipTextButton,
div.videosDescriptive .clipTextButton,
div.graphicsDescriptive .clipTextButton {
    color: #0083bf;
    cursor: pointer;
}
