/***** MELODICARTS ***************************************************************************/
/*********************************************************************************************/
/***** Generic Selectors *********************************************************************/ 

@media print {
   @page {
      margin : 0cm;
   }
   table.buttonbar {
      display : none;
   }
}

body {
   font       : medium verdana, palatino, helvetica, trebuchet, arial, geneva, chicago, "ms sans serif", sans-serif;
   background : #FFFFFF; 
   color	  : #000000;
   margin	  : 0 0 0 0;
   padding	  : 0 0 0 0;
	
}

input.ie {
   margin-top : -15px;
}

table.ie {
   margin-top : -12px;
}

table.body {
   margin-top  : 29px;
   padding 	   : 5px 5px 5px 5px;
}

table.buttonbar {
   background : url(images/buttons/button_background.gif);
   position	  : fixed;
   z-index	  : 100;
}

table.cart {
   border  : 1px ridge #B95949;
}

td.cart {
   border  : 1px ridge #B95949;
   padding : 5px 5px 5px 5px;   
}
   
p.copy {
   font-size : xx-small;
}


/***** Pseudo-classes ************************************************************************/ 

a:link {
/*   background : white;*/
   color 	  : #858DB2;
}

a:visited {
/*   background : white;*/
   color 	  : #B95949;
}

a:active {
/*   background : white;*/
   color 	  : #B95949;
}


/***** IDs ***********************************************************************************/ 
/*
#body { 
   margin-top : 29px; 
   position   : absolute; 
   z-index    : 15;
} 
*/
/*
#buttonbar { 
   height   : 29px;
   position : fixed;
   z-index  : 100;
} 
*/

