body{
  background-color: #660000;
  margin: 0px;
  padding: 0px;
}


.gray_background {
	background-color: #999999;
}

.white_background {
	background-color: #FFFFFF;
}

.main_heading_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-indent: 15pt;
}

.main_title_red_bold
, h1
{
	background-color: white;
	font-family: arial;
	font-size: 15pt;
	font-weight: bold;
	color: #660000;
	padding: 0px;
}

.sub_title_black_bold
, h2
{
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	color: black;
}

.paragraph{
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	color: black;
	margin-bottom: 6px;
	margin-top: 6px;
}


img.floatright{
	margin-left: 10px;
	margin-top: 20px;
	float: right;
	width: 175px;
}

img.floatleft{
	margin-right: 10px;
	margin-top: 20px;
	float: left;
	width: 175px;
}

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

/* product template ============== */
.product_text {
  font-family: arial;
  padding: 3px;
}

.product_title{
  color: #660000;
	font-family: arial;
	font-size: 15pt;
	font-weight: bold;
}

.product_footer_gray{
	background-color: gray;
}

.product_footer_title{
	color: white;
	font-size: 10pt;
	font-weight: bold;
	font-family: arial;
	padding: 3px;
}

.product_footer_data{
	color: black;
	font-size: 9pt;
	font-weight: normal;
	font-family: arial;
	padding: 3px;
}

  .product_footer_order
, a.product_footer_order_link
, a.product_footer_order_link:active
, a.product_footer_order_link:link
, a.product_footer_order_link:visited
, a.product_footer_order_link:hover
{
	background-color: #660000;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
}

.product_extra_information{
	color: black;
	font-size:8pt;
	font-weight: normal;
	font-family: arial;
	padding: 3px;
}


  a.product_play_sample_link
, a.product_play_sample_link:active
, a.product_play_sample_link:link
, a.product_play_sample_link:visited
{
	font-size: 8pt;
	font-weight: normal;
	color: yellow;
	text-decoration: none;
}
  a.product_play_sample_link:hover
{
	font-size: 8pt;
	font-weight: normal;
	color: yellow;
	text-decoration: underline;
}


/* product list template ============ */
.product_list_header{
	font-family: arial;
	font-size: 15pt;
	font-weight: bold;
	color: #660000;
	padding-left: 5px;
}


	.product_list_title
, a.product_list_title_link
, a.product_list_title_link:active
, a.product_list_title_link:link
, a.product_list_title_link:visited
{
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
	color: BLACK;
	text-decoration: none;
}
a.product_list_title_link:hover{
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
	color: BLACK;
	text-decoration: underline;	
}

.product_list_code{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #660000;
}
	
.product_list_short_description{
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	color: black;
}
