/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

body {padding:0; margin:0; background-color:#AC090A;}
body, td {font-family:Tahoma,verdana,arial; font-size:11px; color:#660000;}

.bg  {
	background-repeat: repeat-x;
	background-position:left bottom;
	background-image: url(bg.jpg);
}
.bg1 {
	background-repeat: repeat-x;
	background-image: url(m06.gif);
}
.bg2 {
	background-repeat: repeat-y;
	background-image: url(bg8.gif);
}
.bg3 {
	background-repeat: no-repeat;
	background-image: url(bg8.gif);
}
.bg4 {
	background-repeat: no-repeat;
	background-position:center bottom;
	background-image: url(bg9.gif);
}
.bg5 {
	background-repeat: no-repeat;
	background-image: url(m23.gif);
}
.bg6 {background:url(m40.jpg); background-repeat: no-repeat;}
.bg7 {background:url(m41.jpg); background-repeat: no-repeat;}

ul{
   margin:0px;
   padding:0px;
   list-style:none;
}
ul li{
	margin-left:0px;
	padding:0 0 0 16px;
	background-image: url(m19.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul a{
	color:#660000;
	text-decoration:none;
    font-size:11px;
	line-height:23px;
}
ul a:hover{
	 color:#660000;
}

.tx  {font-size:11px; color:#877777;}
.tx1, .tx1 a {font-size:11px; color:#7D0000; font-weight:bold; text-transform: uppercase; text-decoration:none;}
.tx2 {font-size:12px; color:#DB4A04; font-weight:bold;}
.tx3 {font-size:11px; color:#D6C784;}
.tx4 {font-size:12px; color:#118C00; font-weight:bold;}
.tx5 {font-size:10px; color:#660000;}
.tx6 {font-size:11px; color:#DB4A04; font-weight:bold;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}