@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
	background-color: #006600;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	font-size: small;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 10px;
	padding-left: 10px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.categorytitle {
	background-color: #060;
	padding: 5px;
	color: #FF9;
	text-align: center;
	margin: 0px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	color: #060;

}
a:hover   { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #060;

}



/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 95%;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.content {
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

#newproducts tr td {
	border: thin groove #060;
	color: #060;
	font-weight: bold;
	background-color: #FFF;
}
.container .content #newproducts tr td h2 {
	font-weight: normal;
	font-size: small;
}

#newproducts tr td h3 a {
	background-color: #8AB46B;
	margin: 3px;
	padding: 3px;
	border: medium groove #060;
	color: #030;
	text-decoration: none;
	font-size: small;
}

#newproducts a {
	color: #FF9;
	font-weight: bold;
	text-decoration: none;
}

.trad {
	color: #FFF;
	background-color: #F00;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}
.container .content #newproducts tr td h2 a:hover {
	color: #006;
}
.container .content #newproducts tr td a {
	color: #060;
	text-decoration: underline;
}
.container .content #newproducts tr td a:hover {
	color: #006;
}


.kit {
	color: #FFF;
	background-color: #F00;
	padding-right: 2px;
	padding-left: 2px;
}
.rtr {
	color: #FFF;
	background-color: #00F;
	padding-right: 2px;
	padding-left: 2px;
}


.instock {
	color: #00F;
}
.soldout {
	color: #F00;
}
.preordernow {
	color: #00F;
}



.exec {
	color: #FFF;
	background-color: #00F;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}

.container .content #newproducts tr #P2 table tr td {
	text-align: center;
	background-color: #FF9;
}
#newproducts  h5 {
	font-weight: normal;
	color: #000;
	text-align: left;
}
#newproducts  h5 a {
	color: #060;
}
.container .content #newproducts tr td h1 {
	font-size: small;
	font-weight: normal;
}
#Tablenoborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Tablethinborder tr td {
	border: thin solid #060;
}
.container .content #Tablethinborder a:hover {
	color: #060;
}

.header a {
	color: #FF9;
	text-decoration: none;
}
.header a nav1{
	font-weight: normal;
}


.header a:hover {
	color: #003300;
	text-decoration: none;
}
.container .content #newproducts tr td a input {
	color: #060;
}
.container .content #newproducts tr td a:hover input {
	color: #006;
}
.container .content #Tableleft tr th h5 {
	text-align: left;
	font-size: small;
	font-weight: normal;
	width: 500px;
}
.container .content #newproducts tr th h3 a {
	font-weight: normal;
	color: #FF9;
}
.container .content #newproducts tr th h3 a:hover {
	color: #030;
}
.container .content #newproducts tr td h2 strong {
	color: #060;
}
.TradSound {
	color: #060;
	background-color: #FF3;
}
