
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:790px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
  
} 
 
#header{
	height:66px;
	width:100%;
	background-color:#FFFFFF;
	background-image: url(images/ipod/ipodheader.jpg);
	background-repeat: no-repeat;
	background-position: left;

 } 
 
#outer{ 
 border:solid white 0px; 
 background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#inner{margin:0; width:100%;}
 
#maincol{
	float: left;
	width: 100%;
	position: relative;
	background-image: url(images/ipod/ipodmain.jpg);
	background-repeat: no-repeat;
	height: 593px;
	margin-top: 0;
	margin-right: -8px;
	margin-bottom: 0;



 }
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{
	padding-bottom:0;
	vertical-align: text-bottom;
} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
.mainwindow {
	overflow: auto;
	position: absolute;
	height: 410px;
	width: 300px;
	top: 10px;
	background-color: #FFFFFF;
	filter: alpha(opacity=75);
	border-top: thin dashed #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin dashed #CCCCCC;
	border-left: thin dashed #CCCCCC;
	right: 10px;

	-moz-opacity: 0.5;	
}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	visibility: visible;
	padding: 2px 4px 4px;
	font-weight: bold;



}
.miniwindow {
	border: thin none #CCCCCC;
	overflow: auto;
	position: absolute;
	height: 140px;
	width: 210px;
	left: 188px;
	bottom: 10px;
	right: 10px;
	top: 5px;

	-moz-opacity: 0.5;	
}




}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

