﻿html
{
	margin: 0px;
	padding: 0px;
	border: 0px;	
	width: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: Black;
	background-image: url('/images/gray_bar.gif');
	background-position: left top;
	background-repeat: repeat-y;
}

.error 
{
	color: Red;
}

a:link, a:active, a:visited
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #0000ff;
	text-decoration: underline;
}

a:hover
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #0000ff;
	text-decoration: none;
}

.buynow
{
    float:left; 
    margin:-25px 0 0 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #0000ff;
	font-weight:bold;
}

.header_text
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: White;
}

.header_nav:link, .header_nav:active, .header_nav:visited
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: White;
	text-decoration: none;
}

.header_nav:hover
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: White;
	text-decoration: underline;
}

.footer:link, .footer:active, .footer:visited
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

.footer:hover
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}

.audiobook_title
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

.title_bar
{
	background-color: #999999;
	border: solid 1px #cccccc;
	border-bottom: none;
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

.info_box
{
	background-color: #eeeeee;
	border: solid 1px #cccccc;
	border-top: none;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	padding: 5px;
}

.text_box
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: Black;
}

.half_opacity
{
	 opacity: .5;
	 filter: alpha(opacity=50);
}

#drag_panel_header
{
	width: 409px;
	height: 22px;
	background-image: url('/images/info_bar.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: right;
}

.drag_panel_content
{
	width: 367px;
	height: 335px;
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #000000;
	margin: 10px;
	padding: 10px;
}

.flash_blocks
{
	position: absolute;
	background-repeat: no-repeat;
	background-image: url('/images/flash_block.png');
	margin: 20px -25px;
	padding: 2px;
	width: 315px;
	height: 95px;
	color: White;
}

#footer
{
	position: relative;
	float: left;
	left: 20px;
	width: 990px;
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}