/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Georgia, "Times New Roman", Times, serif: 12px; }
.errorBox { font-family: Georgia, "Times New Roman", Times, serif; font-size : 14px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Georgia, "Times New Roman", Times, serif; font-size : 14px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: Georgia, "Times New Roman", Times, serif; font-size : 14px; color: #70d250; text-decoration: underline; }

.boxText a
{
   font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 16px;
			line-height: 24px;
			margin: 0px;
			padding: 3px 5px 3px 5px;
}

.boxText a:hover
{
			background: #cfdfef;
			color: #000;
			text-decoration: none;
}

BODY {
  background: url('images/body_background.jpg') bottom fixed repeat-x;
  color: #000000;
  margin: 0px;
}

img
{
   border: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #7e99aa;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {

}

TR.headerNavigation {
   margin: 0px;
   padding: 0px;
   height: auto;
}

TD.headerNavigation {
  margin: 0px;
		padding: 0px 10px 0px 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #002664;
  font-weight: normal;
		font-style: italic;
}

A.headerNavigation { 
  color: #002664; 
}

A.headerNavigation:hover {
  color: #001332;
		text-decoration: none;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #000 url('images/header_nav_background.jpg') bottom repeat-x;
}

TD.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #001332;
}

.infoBoxContents {
  background: #f9f9fc;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  padding: 3px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  background: #002664 url('images/default/blue_row_background.jpg') top repeat-x;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #fff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #fff;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #002664;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  background: #002664 url('images/default/blue_row_background.jpg') bottom repeat-x;
  color: #FFFFFF;
  font-weight: bold;
}

      .productListing-heading a
						{
						   background: none;
						}
						

TD.productListing-data {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: bold;
  color: #7a2531;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #ff0000; }


/* ==================================================
   ===== user-generated styles (alpha'd)
			================================================== */

#header_container
{
   width: 960px;
			height: 140px;
			border: 0px;
			margin: 0px;
			padding: 0px;
			background: #fff url('images/header_background.jpg') top repeat-x;
}
      #header_content
						{
						   width: 960px;
									height: 105px;
									border: 0px;
									margin: 0px;
									padding: 0px;
						}

						      .header_logo
												{
															border: 0px;															
												}
						
      #header_nav
						{
						   width: 960px;
									height: 35px;
									border: 0px;
									margin: 0px;
									padding: 0px;
									background: #000 url('images/header_nav_background.jpg') top repeat-x;
									text-align: left;
									overflow: hidden;
						}
						
						      a.header_nav_cart
												{
												   width: 200px;
															height: auto;
															border: 0px;
															margin: 0px;
															padding: 10px 15px 30px 15px;
												   font-family: Georgia, "Times New Roman", Times, serif;
															font-size: 18px;
															line-height: 18px;
															text-align: right;
															color: #fff;
															float: right;
												}
												
												.header_icons
												{
												   width: 600px;
												   margin: 0px;
															padding: 0px;
															text-align: right;
															position: absolute;
															top: 10px;
															right: 12px;
												}
												
												a.header_nav_link
												{
												   width: auto;
															height: auto;
															border: 0px;
															margin: 0px;
															padding: 10px 15px 30px 15px;
												   font-family: Georgia, "Times New Roman", Times, serif;
															font-size: 18px;
															line-height: 18px;
															color: #fff;
															float: left;
												}
												
												a.header_nav_link:hover, a.header_nav_cart:hover
												{
															background: #000;
															text-decoration: none;
												}
												
												div.header_nav_tabs img
												{
												   margin: 1px;
															padding: 0px;
															border: 0px;
												}

div.primary_content_container
{
   min-width: 580px;
			height: auto;
			border: 0px;
			margin: 10px 20px 25px 25px;
			padding: 0px;
			float: left;
}

div.nav_container
{
   width: auto;
			height: auto;
			border: 1px solid #cfcfcf;
			margin: 0px 15px 25px 25px;
			padding: 15px;
			background: #f3f3f3;
}

#page_container
{
   width: 960px;
			height: auto;
			border-top: 1px solid #dfdfdf;
			margin-left: -480px;
			padding: 0px;
			background: #fff url('images/default/body_bg.jpg') repeat-y;
			position: absolute;
			top: 10px;
			left: 50%;
}

#webcast_page_container
{
	width: 970px;
	height: auto;
	border: 0px;
	margin-left: -485px;
	padding: 0px;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 50%
}

#s20_page_container
{
   width: 970px;
	min-height: 100%;
	border: 0px;
	margin-left: -485px;
	padding: 0px;
	background: #fff;
	position: absolute;
	top: 10px;
	left: 50%;
}

html, body, p, div, td, span
{
   font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			font-weight: normal;
			line-height: 1.5;
			color: #393939;
}

p
{
   margin: 14px 0px 0px 0px;
}
TD.pageHeading h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: bold;
  color: #7a2531;
  margin-top:0px;
}
h1
{
   margin: 24px 0px 0px 0px;
   font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 32px;
			font-weight: normal;
			color: #7a2531;
}

h1.featured_product_title
{
   margin: 0px;
   font-size: 36px;
			color: #002664;
}

h2
{
   margin: 18px 0px 0px 0px;
   font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 24px;
			font-weight: normal;
			color: #002664;
}

h3
{
   margin: 14px 0px 0px 0px;
   font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 18px;
			font-weight: normal;
			color: #333;
}

h4
{
   margin: 12px 0px 0px 0px;
   font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			font-weight: bold;
			color: #7a2531;
}

      h4.products_listing_name, h4.products_listing_name a
						{
						   margin: 0px 0px 5px 0px;
									font-family: Georgia, "Times New Roman", Times, serif;
									font-size: 18px;
									font-weight: normal;
									color: #002664;
						}
						
												h4.products_listing_name a:hover
												{
															background-color: #f3f3f3;
															text-decoration: none;
												}
						
						p.capsule_summary
						{
						   margin: 0px 0px 5px 20px;
									font-family: Georgia, "Times New Roman", Times, serif;
									font-size: 11px;
									color: #565656;
						}

.no_top
{
   margin-top: 0px;
}

.left_indent_description
{
   font-size: 11px;
			line-height: normal;
			color: #4f4f4f;
			margin: 0px 0px 3px 30px;
}

.icon_left
{
   margin: 0px 15px 0px 0px;
			border: 0px;
			float: left;
}

li
{
   margin-bottom: 12px;
}

div.download_container
{
   width: auto;
			min-height: 40px;
			border: 2px solid #dfdfdf;
			margin: 5px 15px 15px 20px;
			padding: 5px 5px 5px 5px;
			background: #f9f9f9;
}

#media_player_holder
{
   width: 910px;
			height: auto;
			border: 0px;
			margin: 15px 0px 25px 0px;
			padding: 22px 0px 4px 0px;
			background: #000 url('images/media_player_holder_background.png') top no-repeat;
}

#s20_media_player_holder
{
   width: 970px;
	height: 485px;
	border: 0px;
	margin: 0px 0px 5px 0px;
	padding-top: 5px;
	background: #000 url('images/s20_media_player_bg.gif') top repeat-x;
}

		.webcast_info_box
		{
			width: 205px;
			height: auto;
			border: 1px solid #e0e0e0;
			background: #fff url('images/webcast_box_bg.gif') repeat-x;
			font-size: 10px;
			margin-right: 10px;
			padding: 10px;
			float: right;
		}
		
		.webcast_info_box p, .webcast_info_box div
		{
			margin: 0px 0px 5px 10px;
			font-size: 10px;
		}
		
#s20_question_container
{
   width: 320px;
	height: 390px;
	border: 1px solid #001332;
	margin: 0px 5px 5px 5px;
	padding: 0px;
	background: #fff;
	overflow: hidden;
}

div.error_message
{
   width: auto;
			height: auto;
			border: 0px;
			margin: 10px;
			padding: 5px 9px 5px 9px;
			background: #ffcccc;
			font-size: 14px;
			font-weight: bold;
			color: #000;
			text-align: left;
}

div.success_message
{
   width: auto;
			height: auto;
			border: 0px;
			margin: 10px;
			padding: 5px 9px 5px 9px;
			background: #ccffcc;
			font-size: 14px;
			font-weight: bold;
			color: #000;
			text-align: left;
}

hr
{
   width: auto;
			height: 1px;
			border: 0px;
			margin: 18px;
			padding: 0px;
			background: #dfdfdf url('images/hr_divider_bg.gif') repeat-x;
			clear: both;
}

table.right_nav_table
{
   margin: 15px 15px 15px 20px;
}

      .nav_spacer
						{
						   height: 10px;
									margin: 0px;
									padding: 0px;
									border: 0px;
						}
						
.login_input
{
   width: 320px;
			height: auto;
			border: 1px solid #cfcfcf;
			margin: 0px 0px 12px 0px;
			padding: 3px 5px 3px 5px;
			background: #fff;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 18px;
			color: #595959;
}

.left
{
   margin: 0px;
			padding: 0px;
			float: left;
}

.right
{
   margin: 0px;
			padding: 0px;
			float: right;
}

div.products_image
{
   height: auto;
			width: auto;
			border: 1px solid #dfdfdf;
   margin: 0px 0px 20px 20px;
			padding: 5px 5px 0px 5px;
   text-align: left;
			float: right;
}

div.featured_products_image
{
   width: 440px;
			height: auto;
			border: 0px;
			margin: 10px 35px 25px 0px;
			padding: 0px;
			text-align: left;
			float: left;			
}

.avatar
{
   margin: 10px 15px 15px 0px;
			float: left;
			
}

div.featured_product_container
{
   width: auto;
			height: auto;
			border: 1px solid #330000;
			margin: 0px 0px 20px 0px;
			padding: 10px;
			background: #fff;
}

div.downloads_frame
{
   width: 300px;
			height: auto;
			border: 1px solid #7a2531;
			margin: 0px 0px 25px 25px;
			padding: 10px;
			background: #fbfbfb;
			text-align: left;
			float: right;
}

div.bottom_row_container
{
   width: 640px;
			height: auto;
			border: 0px;
			margin: 10px 0px 10px 20px;
			padding: 0px;
			float: right;
			clear: both;
}

      div.bottom_row_box
						{
      			margin: 20px 0px 20px 20px;
						   float: right;
						}
						
div.products_price_box
{
   width: auto;
   height: 65px;
			border: 3px solid #000;
			margin: 10px 0px 20px 20px;
			padding: 3px 5px 0px 5px;
			background: #7a2531 url('images/price_background.jpg') top repeat-x;
			float: right;
}

      h2.products_price
						{
						   width: auto;
									margin: 0px;
									padding: 0px;
									font-size: 48px;
									color: #fff;
									line-height: 48px;
									text-align: right;
						}
						
div.success_chat_container
{
   width: 720px;
	height: 390px;
	border: 0px;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0px;
	float: left;
	text-align: left;
	overflow: hidden;
}

#chat_container
{
	width: 720px;
	height: 390px;
	overflow: hidden;
}

div.success_notes_container
{
   width: 290px;
	height: auto;
	background: #fff;
	border: 0px;
	margin: 0px;
	padding: 10px;
	text-align: left;
	overflow: hidden;

/*
			position: absolute;
			top: 60px;
			right: 0px;
*/
}

      textarea.notepad
						{
						   width: 90%;
									height: 172px;
									border: 1px solid #ccc;
									margin: 10px 0px 0px 0px;
									padding: 5px;
						}
						
						.textarea_question_field
						{
						   width: 100%;
									height: 50px;
									border: 1px solid #cfcfcf;
									padding: 5px;
						}
						
div.success_footer
{
   width: 950px;
			height: 20px;
			border-top: 1px solid #000;
			margin: 50px 0px 0px 0px;
			padding: 10px;
			background: #333;
			color: #fff;
			float: left;
			clear: both;
}

.freeship{
 font-family: arial;
 font-size: 10px;
 font-weight: bold;
 color: #ff0000;
 text-decoration: none;
 }
 .freeship2{
 font-family: arial;
 font-size: 10px;
 font-weight: bold;
 color: #000000;
 text-decoration: none;
 }

.freeship_cart_text 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #b91919;
	text-decoration: none;
	margin: 5px 0px 12px 0px;
	margin-bottom: 18px;
	padding-bottom: 14px;
}

.freeship_cart_text2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #444455;
	margin: 5px 0 0 0;
	text-decoration: none;
}

.submit-button
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 5px 8px 5px 8px;
}