
/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css,v 1.1 2006/10/03 19:08:48 Anthony Petty Exp $
*/

BODY {
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
   font: 11px Arial, Verdana, sans-serif;
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 745px !important;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

A {
  color: #0d0084;
  text-decoration: underline;
}

A:hover {
  color: blue;
  text-decoration: none;
}

FORM {
	display: inline;
}

/*HEADER CSS*/

TABLE.header {
  background: #ffffff;
  /* background-image: url(../images/header_bg.jpg); */
  background-repeat: repeat-x;
  width: 745px !important;
  background-color: #ffffff;
  /*border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;*/
  
}

TABLE.headerNavigation {
  background: #abbbd3;
  background-image: url(../images/header_06.gif);
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  width: 100% !important;
}

TD.headerNavigation {
  width: 745px !important;
  position: relative;
  vertical-align:middle;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#000000;
  letter-spacing:1px;
  padding: 5px;
}

TD.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;
  border-bottom: 1px dotted #9a9a9a;
}

TD.headerNavigation A, TD.headerNavigation A:visited, .sideBoxHeading A, td.footertop a, .centerboxheading A  {
  font-weight: bold;
  color: #000000;
}

TD.headerNavigation A:hover, .sideBoxHeading A:hover, td.footertop a:hover, .centerboxheading A:hover  {
  color: #0000ff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

.column_box_spacer_left {
  height: 6px;
}

.column_box_spacer_right {
  height: 6px;
}

.column_box_spacer_single {
  height: 6px;
}

.column_left{
  background: #ffffff;
  padding: 2px;
}

.column_right{
  background: #ffffff;
  padding: 2px;
}

.boxText {
  font-size: 11px;
  font-weight: bold;
  line-height: 125%;
}


.sideBoxContent, .centerboxcontent {
  line-height: 125%;
  padding: 4px;

}

.sideBox, .centerbox {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border:2px solid #000000;
  margin-bottom: 15px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

TD.sideBoxHeading, TD.centerboxheading {
  height: 20px;
  padding-left: 5px;
}

.sideBoxHeading, .productListing-heading, .centerboxheading {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  padding: 3px;
}

TR.sideBoxHeading, TD.productListing-heading, TR.centerboxheading {
  background: #abbbd3;
  background-image: url(../images/header_06.gif);
}

.sideBoxFooter, .centerboxfooter {
 background: #abbbd3;
 background-image: url(../images/header_06.gif);
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 16px;
  font-weight: bold;
  /* color: black; */
  padding-top: 11px;
  text-align: center;
}

.center_column {
  padding: 8px;
}
.main_page{
   width: 750px; /*!important*/
  background-color: #ffffff;
  border-style: solid;
  border-color: #000000;
  border-width: 2px;
  padding: 5px;
}

.plainBox, .plainbox-description {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border: 1px solid #ffffff;
  margin-bottom: 15px;
  padding: 5px;
}

.plainBoxHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
/* footer
--------------*/

TABLE.footer {
  background: #ffffff;
  text-align: right;
  font-size: 10px;
}

TR.footertop {
  background: #abbbd3;
  background-image: url(../images/header_06.gif);
  font-size: 11px;
}

TD.footertop, TD.footerbottom {
  padding: 5px;
  font-size: 9px;
}

/*miscellaneous areas
-------------------------------------*/
TD.infoBox, SPAN.infoBox {}

TD.cartBox {
   /*background: #eff4f8;*/
   font-size: 10px;
   padding: 3px;
   /*border: 1px dotted #000000;*/
   border: none;
}

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: #ffffff;
}

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: #eff4f8;
}

.errorBox {   background: #ff797c; color: #ffffff; font-weight: bold; }
.stockWarning {   color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {   color: #70d250; text-decoration: underline; }
.productListing-heading {
  border-bottom: 1px solid #9a9a9a;
}

TD.productListing-data {
   font-size: 10px;
}

td.pageresults a {
  color: #0000FF;
}

td.pageresults a:hover {
  background: #FFFF33;
}
td.pageresults {
  font-size: 10px;
}
TR.subBar {
  background: #f4f7fd;
}

TD.smallText, SPAN.smallText, P.smallText {
   font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

.greetUser {
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
	background: #f1f9fe;
	border: 1px solid #7b9ebd;
}

TD.formAreaTitle {
	font: bold 12px Arial, Verdana, sans-serif;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Arial, Verdana, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice {
  color: #ff797c;
}

span.productSpecialPriceSale {
  color: #ff797c;
	text-decoration: line-through;
}

SPAN.productSalePrice {
  color: #FF0000;
}

SPAN.productPriceDiscount {
  font-size: 10px;
  color: #FF0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {   color: #8c8c8c; }
.checkoutBarCurrent {   color: #000000; }

/* message box */

.messageBox {   }
.messageStackError, .messageStackWarning { background-color: #ff797c; color: #ffffff; padding: 2px; border: 1px solid #9a9a9a; height: 50px; font-weight: bold; }
.messageStackSuccess {   background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #FFFF00; }

/* input requirement */

.inputRequirement {
  color: #ff0000;
  font-size: 10px;
}

span.coming {
color: #ff797c;
}

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-total-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {}

/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 9px;
  line-height: 1.0;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  border-top: 1px solid #9a9a9a;
}

/* General alert span class */
TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font: 11px Arial, Verdana, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background: #ffffff;
  /*border:1px solid #9a9a9a;*/
  border: none;
}

TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
  text-align: center;
}

/* categories box parent and child categories and extra links */
A.category-top, A.category-links {
  color: #000000;
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #428dff;
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}

/* I created the following. It is for the info in the left column of the page. */
div.more_info_main_title {
font-family: arial;
font-size: 16px;
color: #0d0084;
font-weight: bold;
}
div.more_info_sub_title {
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #0d0084;
text-decoration: underline;
}
div.more_info_text {
font-family: arial;
font-size: 10px;
font-weight: bold;
line-height: 115%;
}
a.more_info_links {
font-family: arial;
font-size: 11px;
font-weight: bold;
color: #0d0084;
line-height: 150%;
}
a.more_info_sub_title_2 {
font-family: arial;
font-size: 15px;
font-weight: bold;
color: #0d0084;
text-decoration: underline;
line-height: 150%;
}
a.more_info_sub_title_3 {
font-family: arial;
font-size: 11px;
font-weight: bold;
}

/* The following is for the song tables on the main page and selection wizard */
table.mainpage_subtable_1 {
width: 540px; /* This is important - if you don't specify this width, the site width will change. */
border-collapse: collapse;
/*position: relative;
left: -42px;*/
}
/* Title Row Cells */
td.mainpage_subtable_1_titlerow_cell_1 {
color: black;
text-align: center;
font-weight: bold;
font-size: 10pt;
}
td.mainpage_subtable_1_titlerow_cell_2 {
color: orange;
text-align: center;
font-weight: bold;
font-size: 10pt;
}
td.mainpage_subtable_1_titlerow_cell_3 {
color: black;
text-align: center;
font-weight: bold;
font-size: 10pt;
}

/* Song Title */
td.mainpage_subtable_1_trackrow_cell_1 {
color: #0d0084;
font-size: 9pt;
text-align: right;
border-bottom: 3px solid white;
font-weight: bold;
width: 120px;
position: relative;
/*left: 18px;
z-index: 10;*/
}
img.soundbuttonimg {
position: relative;
top: 0px;
left: 3px;
border-collapse: collapse;
float: right; /* This magic property makes this image fit the table height */
}
img.cartbuttonimg {
position: relative;
top: 0px;
left: -3px;
border-collapse: collapse;
float: left; /* This magic property makes this image fit the table height */
}
img.my_spacer {
border-collapse: collapse;
float: left;
}
td.mainpage_subtable_1_trackrow_cell_2 {
color: orange;
text-align: right;
background: #ffffff;
/*border-bottom: 0px solid white;*/
margin: 0px 0px 0px 0px;
padding: 0px;
width: 60px;
}
/* Song Description 1 (Full Band) */
td.mainpage_subtable_1_trackrow_cell_4 {
font-size: 9pt;
color: black;
text-align: center;
background: #ececec;
font-weight: bold;
margin: 0px 0px 0px 0px;
padding: 0px;
height: 23px;
width: 140px;
}
/* Song Description 2 (2:50, 1:45, etc) */
td.mainpage_subtable_1_trackrow_cell_5 {
font-size: 7pt;
color: black;
text-align: center;
/*background: #bcbebc;*/ /* This was the origonal background color - a dark gray */
background: #ececec;
margin: 0px 0px 0px 0px;
padding-left: 0px;
padding-right: 3px;
height: 23px;
line-height: 11px;
}
/* Song Description 3 (Blah, blah blah...) */
td.mainpage_subtable_1_trackrow_cell_6 {
font-family: arial;
font-size: 7pt;
color: black;
text-align: center;
background: #ececec;
/*border-bottom: 0px solid white;*/
margin: 0px 0px 0px 0px;
padding: 0px;
padding-left: 2px;
padding-right: 2px;
height: 25px;
}
td.mainpage_subtable_1_trackrow_cell_7 {
color: black;
text-align: center;
/*border-bottom: 0px solid white;*/
margin: 0px 0px 0px 0px;
padding: 0px;
width: 25px;
}
td.mainpage_subtable_1_trackrow_cell_8 {
color: black;
font-size: 7pt;
text-align: right;
vertical-align: top;
border-bottom: 3px solid white;
font-weight: bold;
width: 110px;
position: relative;
padding-top: 4px;
/*left: 18px;
z-index: 10;*/
}
td.nographics_cell_1 {
color: black;
font-size: 13px;
text-align: center;
/*border-bottom: 0px solid white;*/
margin: 0px 0px 0px 0px;
padding: 0px;
width: 100%;
height: 20px;
}
td.nographics_cell_2 {
color: black;
font-size: 11px;
text-align: center;
/*border-bottom: 0px solid white;*/
margin: 0px 0px 0px 0px;
padding: 0px;
width: 100%;
height: 20px;
}
td.nographics_cell_3 {
color: black;
font-size: 13px;
font-weight: bold;
text-align: center;
/*border-bottom: 0px solid white;*/
margin: 0px 0px 0px 0px;
padding: 0px;
width: 100%;
height: 30px;
}
td.categories_row_text {
font-size: 10pt;
font-weight: bold;
/*border: 1px solid black;*/
height: 20px;
}

/* This is the formating for the links at the top of the site. */
td.stock20_top_links {
text-align: right;
font-size: 8pt;
}

/* CSS for the text rotation banner */
#domticker2{
border: none;
}
#domticker2 a{
text-decoration: none;
}

/* create account page styles (also for non-cust-newsletter signup form) */
input.create-account-input {
border: 1px solid black;
background: #fffdfb;
}
select.create-account-input {
border: 1px solid black;
background: #fffdfb;
}





/* Main Page table with sidebar */
table.table_main_page_with_sidebar {
	text-align: center;
	border: none;
	padding: 0px;
	width: 100%;
}

/* main page center content cell */
td.td_main_page_center_content {
	vertical-align: top;
	padding-right: 5px;
}

/* Center content table - holds songs and other data */
table.table_center_content {
	width: 565px; /* This is important - it sets the width of all the song tables - if you make it too big, the site will resize */
	font-family: verdana, arial;
}

/* top cell - holds top new releases image */
td.td_center_content_top {
}

/* Center content - center cell */
td.td_center_content_main_cell {
	border: 2px solid gray;
	border-top: 0px;
	border-bottom: 0px;
	padding: 2px;
}

/* song display table */
table.table_song_display {
	width: 100%;
}

/* song display name cell */
td.td_song_display__name {
	font-size: 11pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	text-transform: lowercase;
	padding-left: 5px;
}

/* song display name - font */
font.font_song_display__name {
	color: #e47204;
}

/* song display name - anchor */
a.a_song_display__name {
	color: #e47204;
}

/* song display name - date font */
font.font_song_display__name_date {
	font-size: 9pt;
	font-weight: normal;
}

/* song display name - number of tracks font */
font.font_song_display__name_number_of_tracks {
	font-size: 7pt;
	font-weight: normal;
}

/* song display category cell */
td.td_song_display__category {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 85px;
	padding-right: 5px;
}

/* song display preview button cell */
td.td_song_display__preview_button {
	width: 111px;
	height: 50px;
	vertical-align: top;
	border-bottom: none;
	padding-right: 5px;
}

/* song display description cell */
td.td_song_display__description {
	color: black;
	font-weight: normal;
	font-size: 8pt;
	line-height: 12px;
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
}

/* song display spacer cell (on bottom - has black bar in it) */
td.td_song_display__spacer {
	height: 10px;
	line-height: 1px;
	border-top: 1px solid gray;
}

/* center content bottom image cell */
td.td_center_content_bottom {
}

/* rightbar table (on main page) */
table.table_rightbar {
	width: 152px;
}

/* rightbar top image (special offers) */
td.td_rightbar_top {
}

/* rightbar special offers content */
td.td_rightbar_special_offers_content {
	border: 2px solid gray;
	border-top: 0px;
	border-bottom: 0px;
	padding: 2px;
	text-align: center;
}

/* rightbar bottom image (special offers section) */
td.td_rightbar_bottom {
}

/* rightbar spacer 1 - space between special content and ad box */
td.td_rightbar_spacer_1 {
	height: 10px;
	line-height: 1px;
}

/* rightbar ad box (background image too) */
td.td_rightbar_ad_box {
	width: 152px;
	height: 175px;
	text-align: center;
	/* Note that the background image for this cell is loaded */
	/* in stock20_draw_song_tables_5_footer.php because */
	/* background image loaded doesn't work from this css file */
	/* I have no idea why. */
}

/* rightbar spacer 2 - space between ad box and every selection graphic */
td.td_rightbar_spacer_2 {
	height: 50px;
	line-height: 1px;
}

/* rightbar every selection graphic cell */
td.td_rightbar_every_selection_graphic {
}
td.stock20_left_sidebar {
	padding-bottom: 5px;
}
#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}