/******************************************************************************
 *** Basic Formatting
******************************************************************************/

body, td, th 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a, a:visited
{
    color: #4969a9;
}

a.decorated
{
    text-decoration: none;
    line-height: 20 px;
    padding-left: 13px;
    background: url("/Licensing/images/arrow.gif") no-repeat center left;
}

a.blocked
{
    display: block;
}

em.error
{
    font-size: 12px;
    color: red;
}

em.big
{
    font-size: 12px;
    margin: 20px 0 0 0;
}

.clear
{
    clear: both;
}

#headline
{
    font-size: 16px;
}


/******************************************************************************
 *** Layout Details
******************************************************************************/

#extra_nav_links
{
    text-align: right;
    color: #4969a9;
}

#container
{
    width: 785px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    position: relative;
    font-size: 12px;
}
	
#contents
{	
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 25px 10px 25px;
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
}

#progress_bar
{
    margin: -10px 0 20px 0;
}


/******************************************************************************
 *** Song Selection Page
******************************************************************************/

div.album
{
    float: left;
    width: 245px;
    margin: -10px 0 15px 0;
    padding: 0;
}

h1.album_name
{
    font-size: 14px;
    margin: 0;
}

img.album_art
{
    float: left;
    width: 68px;
    height: 69px;
    margin: 0 10px 20px 0;
}

div.player
{
    float: left;
    width: 120px;
    background: url("/Licensing/images/arrow.gif") no-repeat top left;
    padding-left: 13px;
    margin-top: 5px;
}

span.player_link
{
    display: block;
    margin-top: -3px;
}

div.song
{
    margin-bottom: 5px;
}

div.song span
{
    position: relative;
    top: -1px;
}

div.song input
{
    width: 12px;
    height: 12px;
    margin: 0 3px 0 5px;
    vertical-align: top;
}

#instructions
{
    font-size: 12px;
}

#conditions h3
{
    width: 500px;
    background-color: #d1cfbf;
    line-height: 18px;
    font-size: 12px;
    padding-left: 5px;
    margin: 10px 0;
}

#conditions a
{
    display: block;
    width: 150px;
    margin-bottom: 5px;
}

#return_instructions
{
    width: 500px;
    margin-bottom: 20px;
}


/******************************************************************************
 *** User Info Page
******************************************************************************/

#form_instructions
{
    margin: 20px 0 0 340px;
}

#form_heading
{
    width: 500px;
    line-height: 18px;
    background-color: #d67a7a;
    font-size: 12px;
    padding-left: 3px;
    margin-top: 0px;
}

#selected_songs
{
    width: 504px;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

#selected_songs li
{
    margin-bottom: 5px;
    font-size: 13px;
}

#selected_songs li.heading
{
    font-weight: bold;
    line-height: 18px;
    margin-top: 10px;
    padding-bottom: 17px;
    font-size: 12px;
}

#selected_songs li.heading div.one
{
    background-color: #d1cfbf;
    margin-right: 1px;
    padding-left: 3px;
    padding-right: 8px;
}

#selected_songs li.heading div.two
{
    background-color: #d1cfbf;
}

#selected_songs li div.one
{
    float: left;
    width: 75%;
    padding-left: 3px;
    padding-right: 9px;
}

#selected_songs li div.two
{
    float: left;
    width: 22%;
    padding-left: 3px;
}

#total
{
    font-weight: bold;
    border-top: solid 1px #888888;
    margin-top: 30px;
    padding-top: 15px;
}

form
{
    margin-bottom: 20px;
}

#state_select select
{
    width: 170px;
}


/******************************************************************************
 *** User Info Review Page
******************************************************************************/

#user_info_review
{
    margin: 0 0 20px 0;
}

#user_info_review td.form_label
{
    font-weight: bold;
}

#accept_terms
{
    width: 450px;
    margin: 20px 0;
}

#summary_label
{
    margin-top: 30px;
}

#paypal_submit
{
    margin: 20px 0 0 360px;
}


/******************************************************************************
 *** Download Pages
******************************************************************************/

#success
{
    width: 500px;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

#download_songs
{
    display: block;
    width: 125px;
    margin: 20px 0 10px 180px;
}

#print_link
{
    width: 500px;
    margin-bottom: 20px;
}

#message
{
    width: 500px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: solid 1px #888888;
}


/******************************************************************************
 *** Form Basics
******************************************************************************/

	
td.form_label
{
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
}

td.required
{
    font-weight: bold;
}

form.standard
{
    margin-left: 100px;
}

form.standard table tr
{
}

#submit_button
{
    float: right;
    margin: 30px 230px 0 0;
}


/*

User info form

*/

.order_table
	{
		border-style: solid;
	}
	
.order_table td
	{
		border-style: solid;
		border-width: 1px;
		
	}

.title_bar
	{
		color: #393473;
		font-size: 12pt;
	}
	
.col_header
	{
		font-weight: bold;
	}
	

/*

Order detail admin page

*/

.admin_message
	{
		color: red;
		font-style: italic;
	}

