/* Default CSS Stylesheet for a new Web Application project */
.showView
{
	display:block;
	/*display:inline;*/
}
.hideView
{
	display:none;
}

/* General Elements */
/* ----------------------------------------------------- */

a {
	color: #366AB3;
	text-decoration: none;
}

a:visited {
	color: #366AB3;
}

a:hover {
	color: #366AB3;
	text-decoration: underline;
}

body {
	background: #FFFFFF;
	margin: 0;
	font-size: 11px;
}

html>body {
	font-size:small;
	}

button, input, select, textarea {
	color: #555;
	font: 11px tahoma, arial;
}

img {
	border: 0;
}

p,td {
	color: #777;
	font: 11px tahoma, arial;
}

form {
	padding: 0px;
	}
/* Other Elements */
/* ----------------------------------------------------- */
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
}

.title {
	background-color: #E5EEF9;
	clear: both;
	color: #777;
	font-size: 12px;
	height: 20px;
	padding: 2px;
}

.songTitle {
	color: #366AB3;
	font: bold 16px tahoma, arial;
}

.product {
	background-color: #F1F1F1;
	font-size: 11px;
	margin-top: 2px;
	padding-left: 2px;
}

#footer {
	background-color: #80B7DE;
	border-top: 5px solid #D2E3F5;
	clear: both;
	font-size: 11px;
	height: 30px;
	width: 100%;
	color: #FFF;
	text-align: center;
}

.bottomLink {
	color: #777;
	font-weight: normal;
	text-decoration: none;
}

.bottomLink a {
	color: #366AB3;
	font-weight: normal;
	text-decoration: none;
}

.bottomLink a:hover {
	color: #366AB3;
	font-weight: normal;
	text-decoration: underline;
}

.topLink {
	padding-top:15px;
}

.topLink a {
	color: #366AB3;
	font-weight: normal;
	text-decoration: none;
}

.topLink a:hover {
	color: #366AB3;
	font-weight: normal;
	text-decoration: underline;
}
/*--------- Header Menu -----------*/
/*--------- 1st level menu --------*/
#header {
    margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
    width: 430px; /* to be edited*/
}
#header ul {
  margin:0;
  padding:0;
  list-style:none;
  height: 28px;
}
#header li {
  float:left;
  background: url(images/right_bottom.gif) no-repeat right top;
  margin:0;
  padding:0 5px 0 0;
}
#header a {
  float:left;
  display:block;
  background:transparent url(images/left_bottom.gif) no-repeat left top;
  padding:10px 5px 5px 16px;
  text-decoration:none;
  font: 8.5pt Tahoma, Verdana, Arial;
  color: #036;
  white-space:nowrap;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#FFF;
}
/*------- End of 1st level menu ----*/
/*--------- 2nd level menu --------*/
#browseArtist, #browseMobileContent, #browseNewsContent, #browseThemeContent, #browsePPContent, #browseHelpContent, #browseCompContent, #browseMailContent {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}
#browseArtist {
	width: 370px; /* to be edited*/
}
#browseMobileContent {
	width: 400px; /* to be edited*/
}
#browseNewsContent {
	width: 450px; /* to be edited*/
}
#browsePPContent  {
	width: 200px; /* to be edited*/
}
#browseMailContent  {
	width: 110px; /* to be edited*/
}
#browseCompContent  {
	width: 380px; /* to be edited*/
}
#browseHelpContent  {
	width: 220px; /* to be edited*/
}
#browseThemeContent  {
	width: 410px; /* to be edited*/
}
#browseArtist ul, #browseMobileContent ul, #browseNewsContent ul, #browseThemeContent ul, #browsePPContent ul, #browseHelpContent ul, #browseCompContent ul, #browseMailContent ul {
  margin:0;
  padding:0;
  list-style:none;
  height: 26px;
}
#browseArtist li, #browseMobileContent li, #browseNewsContent li, #browseThemeContent li, #browsePPContent li, #browseHelpContent li, #browseCompContent li, #browseMailContent li {
  float:left;
  background:url(images/subright.gif) no-repeat right top;
  margin:0;
  padding:0 5px 0 0;
}
#browseArtist a, #browseMobileContent a, #browseNewsContent a, #browseThemeContent a, #browsePPContent a, #browseHelpContent a, #browseCompContent a, #browseMailContent a {
  float:left;
  display:block;
  background:transparent url(images/subleft.gif) no-repeat left top;
  padding:10px 5px 5px 10px; /*  top right bottom left*/
  text-decoration:none;
  color: #036;
  white-space:nowrap;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#browseArtist a, #browseMobileContent a, #browseNewsContent a, #browseThemeContent a, #browsePPContent a, #browseHelpContent a, #browseCompContent a, #browseMailContent a {
	float:none;
}
/* End IE5-Mac hack */
#browseArtist a:hover, #browseMobileContent a:hover, #browseNewsContent a:hover, #browseThemeContent a:hover, #browsePPContent a:hover, #browseHelpContent a:hover, #browseCompContent a:hover, #browseMailContent a:hover {
   color: #777;
}
/*--------- 3rd level menu --------*/
#browseMobileTones, #browseMobileGraphics, #browseMobileGames, #browseMobileVideos {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%; /*to be edited*/
	padding: 0;
	text-align: center;
	font: 8.5pt Tahoma, Verdana, Arial;
}
#browseMobileTones a, #browseMobileGraphics a, #browseMobileGames a, #browseMobileVideos a {
  	color: #036;
	text-decoration: underline;
}
#browseMobileTones a:hover, #browseMobileGraphics a:hover, #browseMobileGames a:hover, #browseMobileVideos a:hover {
	text-decoration: none;
}
/*------- end of 3rd level menu ------*/
/* ----------------------------------------------------- */
a.basket:link, a.basket:visited{
 font: 8pt Tahoma, Verdana, Arial;
 text-align:center;
 display: block;
 margin: 0px;
 padding: 1px;
 text-decoration: none;
 color: #366AB3;
 width: 80px;
 background-color: #eee;
 border: 1px solid #CCC; 
}
a.basket:hover  {
 background-color: #E5EEF9;
 border: 1px solid #366AB3;
}
.rowBg {
	background:#FAFAFA;
}
.numbering {
  color: #7DB2DC;
  font: bold 18px "Trebuchet MS", Tahoma, Verdana;
  width:50px;
  text-align: center
}
a.alphabet:link, a.alphabet:visited {
 font: 13pt Tahoma, Verdana, Arial;
 display: inline;
 margin: 0px;
 padding: 2px;
 text-decoration: none;
 color: #366AB3;
 width: 5px;
 background-color: #eee;
 border: 1px solid #CCC; 
}
a.alphabet:hover  {
 background-color: #E5EEF9;
 border: 1px solid #366AB3;
}
a.alphabetfixed:link, a.alphabetfixed:visited, a.alphabetfixed:hover  {
 color: #fff;
 font: 13pt Tahoma, Verdana, Arial;
 display: inline;
 margin: 0px;
 padding: 2px;
 background-color: #366AB3;
 border: 1px solid #fff;
}
.columnID
{
	width:50px;
}
.columnDateTime
{
	width:120px;
}
.columnType
{
	width: 90px;
	text-align:center;
}
.columnReDownload
{
	width:150px;
}
.columnPosition
{
 width: 25px;
 text-align: center;	
}
.columnCover
{
	width:50px;
	}
.columnPurchase
{
	width: 90px;
	text-align: center;
}
.columnCredits
{
	width: 50px;
	text-align: right;
	padding-right: 10px;
}
.columnPreview
{
	width:40px;
	text-align: center;
}
.columnArtist
{
	width: 75px;
}
.columnDuration
{
	width:50px;
	padding-right:10px;
	text-align:right;
}
.shoppingBasket
{
	background:url(images/shoppingbasket.gif) no-repeat;
	background-position: 0 5px;
}
.shoppingBasketFull
{
	background:url(images/shoppingbasketfull.gif) no-repeat;
}
.errorText
{
	color: Red;
}
a.letter:link, a.letter:visited {
 font: 9pt Tahoma, Verdana, Arial;
 display: inline;
 margin: 0;
 margin-top: 1px;
 margin-bottom: 1px;
 padding: 2px;
 text-decoration: none;
 color: #366AB3;
 width: 3px;
 background-color: #eee;
 border: 1px solid #CCC; 
}
a.letter:hover  {
 background-color: #E5EEF9;
 border: 1px solid #366AB3;
}
a.letterfixed:link, a.letterfixed:visited, a.letterfixed:hover  {
 color: #fff;
 font: 9pt Tahoma, Verdana, Arial; 
 margin: 0;
 width: 3px;
 display: inline;
 padding: 2px;
 background-color: #366AB3;
 border: 1px solid #fff;
}
a.login:link, a.login:visited {
 font: 8pt Tahoma, Verdana, Arial;
 display: inline;
 margin: 0;
 margin-top: 1px;
 margin-bottom: 1px;
 padding: 2px;
 text-decoration: none;
 color: #366AB3;
 width: 100px;
 background-color: #eee;
 border: 1px solid #CCC; 
}
a.register:hover  {
 background-color: #E5EEF9;
 border: 1px solid #366AB3;
}
a.register:link, a.register:visited {
 font: 8pt Tahoma, Verdana, Arial;
 display: inline;
 margin: 0;
 margin-top: 1px;
 margin-bottom: 1px;
 padding: 2px;
 text-decoration: none;
 color: #366AB3;
 width: 100px;
 background-color: #eee;
 border: 1px solid #CCC; 
}
a.login:hover  {
 background-color: #E5EEF9;
 border: 1px solid #366AB3;
}
a.download:link
{
 text-decoration: none;
 color: #366AB3;
}
a.download:active
{
cursor:wait;
}
a.download:visited
{
color: #777;
text-decoration:none;
}
.tableBorder 
{
border: 2px solid #d2e3f5;
}
.topHomePromotionsBg
{
	background-image: url(images/promotionsbg.jpg);
	background-repeat:repeat;
}
.headerHottestReleases
{
	font-size: 16px;
	color: #cc3300;
	font-weight:bold;
}


/*---NEW MENU---*/
#tabs {
  font-size: 1.0em;
  line-height:normal;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-weight: bold;
  margin-left: auto; margin-right: auto; padding: 0; text-align: center; width: 1000px;
}
#tabs ul {
  margin: 0;
  padding: 10px 10px 0 50px;
  list-style: none;
  text-align: center; /* doesn't work */
}
#tabs li {
  display: inline;
  margin: 0;
  padding: 0;
}
#tabs a {
  float: left;
  background: url(http://www.partymob.com/mobile/images/tableftC.gif) no-repeat left top;
  margin: 0;
  padding: 0 0 0 4px;
  text-decoration: none;
  background-position: 0% -42px;
}
#tabs a span {
  display: block;
  background: url(http://www.partymob.com/mobile/images/tabrightC.gif) no-repeat right top;
  padding: 5px 10px 4px 6px;
  color: #036;
  background-position:100% -42px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  background-position: 0 0;
}
#tabs a:hover span {
  background-position: 100% 0;
}
/*currently selected tab*/
#tabs #current a, #tabs #current span { 
	color: #1166B7;
}
#tabs #current span {
	background-position: 100% 0;
}
#tabs #current a {
	background-position: 0 0;
}
#tabsline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: url(http://www.partymob.com/mobile/images/tablineBg.gif) repeat-x;
	border-bottom: 1px solid #8CB7E3;
}
