@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	color: #CCCCCC;
	background-color: #000000;
	width:480px;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

ol {
	list-style: none;
	margin: 0;
}

li {
	margin-left: -40px;
}

h1 {
	font-size: 15px;
	color: #F9CE68;
	margin: 0;
	padding: 0;
}

p {
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #fff;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}

.visible {
	visibility: visible;
	display: block;
}

.hidden {
	visibility: hidden;
	display: none;
}

#headArea { 
	z-index:2;
	position: absolute;
	width:480px;
	height:183px;
	
}

.homeBackground { background: transparent url(http://a.dolimg.com/media/en-US/dcom/iphone/headerSprite.jpg) 0px 1px no-repeat; }
.moviesBackground { background: transparent url(http://a.dolimg.com/media/en-US/dcom/iphone/headerSprite.jpg) 0px -182px no-repeat; }
.tvBackground { background: transparent url(http://a.dolimg.com/media/en-US/dcom/iphone/headerSprite.jpg) 0px -365px no-repeat; }
.gamesBackground { background: transparent url(http://a.dolimg.com/media/en-US/dcom/iphone/headerSprite.jpg) 0px -548px no-repeat; }
.musicBackground { background: transparent url(http://a.dolimg.com/media/en-US/dcom/iphone/headerSprite.jpg) 0px -731px no-repeat; }

#homeHotspot {
	width: 480px;
	height: 57px;
}
.hotspot {
	display: block;
	float:left;
	width: 118px;
	height: 90px;
}


.playlist {
	position:absolute;
	display: block;
	top:183px;
	min-height: 356px;
	z-index:1;
	width:480px;
}

#homePlaylist { background: #1B1658 url(http://a.dolimg.com/media/en-US/dcom/iphone/home/gradient.jpg) 0px 0px no-repeat; }
#moviesPlaylist {	background: #0A1861 url(http://a.dolimg.com/media/en-US/dcom/iphone/movies/gradient.jpg) 0px 0px no-repeat; }
#tvPlaylist { background: #051723 url(http://a.dolimg.com/media/en-US/dcom/iphone/tv/gradient.jpg) 0px 0px no-repeat; }
#gamesPlaylist {	background: #0D441D url(http://a.dolimg.com/media/en-US/dcom/iphone/games/gradient.jpg) 0px 0px no-repeat; }
#musicPlaylist {	background: #0A1861 url(http://a.dolimg.com/media/en-US/dcom/iphone/music/gradient.jpg) 0px 0px no-repeat; }


.listIcon {
	position: absolute;
	padding:2px;
	float:left;
	width:89px;
	height:54px;
	background: url(http://a.dolimg.com/media/en-US/dcom/iphone/icon.png) 0px 0px no-repeat;
}
.listIconOverlay {
	position: absolute;
	top:9px;
	left:9px;
	z-index:5;
}

.listItem {
	position: relative;
	padding: 7px;
}

.listContent {
	position:relative;
	left:91px;
	padding-left:4px;
	width:370px;
	height: 50px;
}

.groove {
	margin-top:4px;
}

#homePlaylist .groove {	
	border-top: thin solid #030305;
	border-bottom: thin solid #3E6AB5; 
}

#moviesPlaylist .groove {	
	border-top: thin solid #030207;
	border-bottom: thin solid #4268AF;
}

#tvPlaylist .groove {	
	border-top: thin solid #030305;
	border-bottom: thin solid #3E6AB5;
}

#gamesPlaylist .groove {	
	border-top: thin solid #030502;
	border-bottom: thin solid #2BC42C; 
}

#musicPlaylist .groove {	
	border-top: thin solid #003244;
	border-bottom: thin solid #18BDFD;
}

#movieLoaderIframe { margin: 0; padding: 0; border: 0; width: 1px; height: 1px; margin: 0; }

#copyright {
	text-align: center;
	padding:10px;
	width:480px;
	font-size: 13px;
	-webkit-text-size-adjust : none;
	line-height:200%;
}
#copyright a:link, #copyright a:visited {
	color: #F9CE68;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
