﻿*
    {
        font-family: Helvetica, Arial, Sans-Serif;
        font-size: 10pt;
    }

html
    {
        margin: 0;
        padding: 0;
    }

body
    {
        background-color: #cccccc;
		height: 100%;
        background: #c8c8c8 url(../iui/pinstripes.png);
        margin: 0;
        padding: 0;
    }

h1
	{
    position: absolute;
    overflow: hidden;
    top: 5px;
    left: 50%;
    margin: 1px 0 0 -75px;
    height: 45px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    color: #FFFFFF;
	}
	
table.locationbar
	{
	    /*
		background-color: #eeeeff;
		width: 100%;
		border: 0;
		border-top: solid 1px;
		border-left: solid 1px;
		border-right: solid 1px;
        */

        border-bottom: 1px solid #2d3642;
        border-top: 1px solid #6d84a2;
        padding: 10px;
        height: 45px;
        background: url(../iui/toolbar.png) #6d84a2 repeat-x;
	}
table.locationbar td
	{
        border: 0;
        text-align: center;
	}
	
input.inputbutton
{
    width: 100%;
    height: 40px;
}

div.ituneslink
{
    margin: 10px;
    padding: 5px;
}

div.search
{
    background-color: #ffffff;
    border: solid 1px #000000;
    margin: 10px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.results
{
    background-color: #efefef;
    border: solid 1px #000000;
    margin: 10px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

span.bigprice
{
	font-weight: bold;
	font-size: 14px;
}