html { 
  background-image: url(images/bl_bg.jpg); 
  background-attachment: fixed;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

td {
	text-align: left;
	font-family:tahoma;
	font-size:20px;
	color:#FFFFFF;
	line-height:16px;
}

p {
   line-height: 110%;
   background-image: 
   linear-gradient(
    to bottom,
    rgba(110, 110, 110, 0.850),
    rgba(60, 60, 60, 0.650)
   );
   width: 85%;
   margin-left: auto;
   margin-right: auto;
   border-style: solid;
   border-width: 2px;
   border-radius: 20px;

}

#bottomtext {
	text-align: left;
	font-family:tahoma;
	font-size:16px;
	color:#FFFFFF;
	line-height:18px;
}

a {
	text-decoration: none;
        font-size:22px;
	color: #6666FF;
}


a:hover {
   text-decoration:underline;
   color: #993333;
}

body {
	margin:0px; padding:0px;  
	text-align: left;
	font-family:tahoma,verdana,arial,sans-serif;
	font-size:18px;
	color:#FFFFFF;
	line-height:16px;
	text-align: center;
	margin-left:30px;
	margin-right: 30px;
	margin-top: 8px;
}

ul {
	margin:0;
	padding:0;
}

li {
	line-height:14px
}

hr {
  border: 0;
  width: 100%;
  color: #990000;
  background-color: #990000;
  height: 2px;
}

h1 {
	margin-top:0;
	margin-bottom:0;
}

h2 {
	margin-top:0;
	margin-bottom:0;
}

h3 {
	font-family:verdana,tahoma,arial,sans-serif;
	font-size:16px;
	font-style: normal;
	margin-top:0;
	margin-bottom:0;
}

h4 {
	font-size:15px;
	font-family:verdana,tahoma,arial,sans-serif;
	margin-top:0;
	margin-bottom:0;
}

h5 {
	margin-top:0;
	margin-bottom:0;
}
.important {
	font-size:16px;
	color:#ff0000;
	line-height:16px;
}

.important2 {
	font-size:22px;
	color:#ff0000;
	line-height:22px;
}

.badprice {
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#000000;
	line-height:28px;
	text-decoration:line-through;
}

.goodprice {
	font-size:18px;
	font-weight:bold;
	color:#0000ff;
	line-height:18px;
}

.largersize {
	font-size:16px;
	font-weight:bold;
	color:ff0000;
	line-height:18px;
}

.contact {
	font-size:18px;
	color:000000;
	line-height:20px;
}

.copy {
	font-family:tahoma;
	color:#464840;
	text-decoration:none;
	font-size:10px;
	text-align: center;
}

.rightborder {
	border-right: 1px solid #000000;
}

.sideborder {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

.leftborder {
	border-left: 1px solid #000000;
}

.sampletable {
   border: 5px inset gray;
   padding: 20px;
   background-color: white;
}

.m {vertical-align:middle}
.sm {font-size:10px}
.l {text-decoration:underline}
.n {text-decoration:none}
.t {text-transform:uppercase}
.big {font-size:12px}
.list {line-height:17px}

.form { width:171px;
		height:20px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:transparent;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px;
                background-color:#ffffff;
}
		
.textarea { width:171px;
		height:60px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:transparent;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px;
}

.a:hover{text-decoration:underline;}

img {
	border: none;
}

table.viewcart {
   border: 2px outset #BBBBBB;
}
table.viewcart td {
   border: 0px solid black;
   color:black;
   font-size: 1.25em;
}
table.viewcart tr.header td {
   background-color: #9999EE;
}
table.viewcart tr.re td {
   background-color: #AAAAAA;
}
table.viewcart tr.ro td {
   background-color: #FFFFFF;
}

#rightside {
   text-align: center;
   font-family: Arial, Tahoma, Verdana, sans-serif;
}

.footer {
   text-align:center;
   font-family: Arial,Tahoma,Verdana,sans-serif;
   font-size:12pt;
   text-decoration:none;
   clear: both;
}

.security {
   position:fixed;
   bottom: 10px;
   right:5px;
}

.floatleft {
   float: left;
   padding-top:1em;
   padding-right:2.5em;
   padding-bottom:4em;
}

.floatright {
   float: none;
   clear: right;
}

table.newpartstab {
   border: 5px inset gray;
   background-color: white;  
}

#menudiv {
   padding-bottom: 1em;
}

#floatingupgrade {
   background-color: rgb(230,100,10);
   float: left;
}

#cataloglist
{
   background-image: url('images/blackcf.jpg');
   padding: 25px;
}
