#iPodFrame
{
    width: 218px;
    height: 327px;
    padding: 88px 22px 85px 24px;
    background: transparent url('images/frame.jpg') no-repeat center center;
    
    margin: 20px auto;
}

#RadMenu_iPod_wrapper
{
    overflow: hidden;
    
    position: relative;
    
    width: 218px;
    
    padding-top: 35px;
    
    background: #fff url('images/TopGradient.gif') repeat-x 0 0;
}

.backButton
{
    display: none; /* shown by js when in inner levels */
    width: 33px;
    height: 23px;
    padding-left: 13px;
    
    position: absolute;
    top: 5px;
    left: 5px;
    
    cursor: pointer;
    
    background: transparent url('images/BackButton.gif') no-repeat 0 0;
}

.backButton span
{
    background: transparent url('images/BackButton.gif') no-repeat 100% 0;
    font: normal 12px/22px "Segoe UI", "Myriad Pro", Arial, sans-serif;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

#description
{
    width: 400px;
    background: tan;
    margin: 0 auto;
    padding: 30px 30px 10px;
}

h1
{
    font: normal 18px/25px "Segoe UI", "Myriad Pro", Arial, sans-serif;
}

p
{
    font: normal 12px/14px Verdana, sans-serif;
}

p a
{
	color: inherit;
}

p a:hover
{
	color: #333;
}

code, pre
{
    font: normal 12px/14px Consolas, "Courier New", monospace;
    display: block;
}

code
{
	border: 1px solid #555;
	background: #fff;
}
