/* Javacycles CSS */

body {
	/*	background-color: #94300E; */
	background-color: #CCCCCC;

}

input.itembutton {
width: 150px;
}

a{
	color: maroon;
}

td{
	font-size: small;
	font-family: verdana, arial, serif;
}

input{
	font-size: small;
	font-family: verdana, arial, serif;
}

h3{
	background-color: #4E4E4E;
	padding: 3px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 8px;
	font-size: 10pt;
}

tr.headrow{
background-color: white;
border: solid 1px gray;
}

tr.activerow{
background-color: #FFFFCC;
border-bottom: solid 1px gray;
border-right: solid 1px gray;
border-left: solid 1px gray;
}

tr.inactiverow{
background-color: white;
border-bottom: solid 1px gray;
border-right: solid 1px gray;
border-left: solid 1px gray;
}

table.itemlist {
border-collapse: collapse;
width: 100%;
}

td.tdleft {
	border-right: hidden;
}

td.tdright {
	border-left: hidden;
}

td.tdinner {
	border-right: hidden;
	border-left: hidden;
}

table.maincontainer{
	border-collapse: collapse;
	width: 800px;
}

textarea.adminenter{
	width: 300px;
	height: 150px;
}

input.adminenter{
	width: 300px;
}

table.spectable{
border: 1px solid #000;
border-collapse: collapse;
}

td.specheader{
background-color: #000;
color: white;
}

td.specitem{
	border-top:1px solid;
	border-left:1px solid;
}

td.specdescription{
	border-top:1px solid;
}

img {
	border: none;
}

fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}

form{
	padding: 0px;
	margin: 0px;
}

hr.prodseperator{
	width: 80%;
	text-align: center;
	color: #CC9966;
	background-color: #94300E;
	border: 1px solid #94300E;
}

div.message{
	border: 1px dotted maroon;
	padding: 4px;
	color: black;
	font-size: smaller;
	width: 100%;
	text-align: center;
	background-color: yellow;
}

a.menunav{
	text-decoration: none;
	color: red;
}

a.menunav:hover{
	text-decoration: none;
	color: maroon;
}

a.logout{
	text-decoration: none;
	color: green;
}

a.logout:hover{
	text-decoration: none;
	color: red;
}

table.gallerytable{
	width: 100%;
}

td.gallerytd{
	text-align: center;
}

td.cart{
	width: 193px;
}

td.specs{
	width: 360px;
}

div.msrp{
	width: 100%;
	text-align: right;
	font-size: small;
}

div.sale{
	width: 100%;
	text-align: right;
	font-size: small;

}

span.saleprice{
	color: maroon;
	font-weight: 500;
	font-size: small;
}

a.itemlist{
	text-decoration: none;
	color: maroon;
	font-size: 11pt;
}

a.itemlist:hover{
	text-decoration: none;
	color: navy;
}

p.description{
	text-align: justify;
}

div.footer{
	text-align: center;
	font-size: 8pt;
}

td.bodycontainer{
	background-color: #fff;
	border-left: 1px solid #000;
	width: 599px;
}



div.navheader{
	color: #fff;
	background-color: #4E4E4E;
	width: 100%;
	padding: 3px;
	margin: 0px;
}

#navigation ul{
 	margin: 0px;
    padding: 0px;
    list-style-type: none;


	}

#navigation ul li
{
	 margin: 0px;
	 padding: 0px;
	 width: 100%;
	 font-size: small;
	 border-bottom: 1px solid #000;

}

#navigation{
	width: 150px;
	background-color: #e5e5e5;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 1px;
	border-bottom: 1px solid #000;


}

#navigation ul li a
{
	display: block;
	width: 97%;
	padding: 3px;
	top: 0px;
	margin: 0px;
	text-decoration: none;
	background-color: #e5e5e5;
	color: #000;
	border-right: 1px solid black;
}

#navigation ul li a:hover
{
	width: 97%;
	color: #FFF;
	background-color: #FEB22A;
	padding: 3px;
	text-decoration: none;
	font-weight: 500;
	border-right: 1px solid black;
}

td.indexside{
	text-align: center;
}

td.mainheader{
	/* background-color: #FFFFCC; */
	/* border-bottom: 1px solid; */
	height: 150px;
}
table.mainheader{
	/* background-color: #FFFFCC; */


}

td.headeraddress{
	text-align: center;
 	width: 45%;
	right: 4px;
	padding: 12px;
	/* background-color: #FFFFCC; */
	color: #000000;
}

div.headerwrapper{
	display: inline;
}

input.cartbutton{
	border: none;
	width: 97%;
	padding: 3px;
	top: 0px;
	margin: 0px;
	text-decoration: none;
	background-color: #E4C99B;
	color: #000;
	cursor: pointer;
}

ol.alpha LI {
	list-style : lower-alpha;
}

ol.roman LI {
	list-style : lower-alpha;
}

div.assemblyimages{
	
	width: 100%;
}

img.pad{
	padding: 4px;
}

td.footer{
	padding-top: 30px;
	padding-bottom: 10px;
}

table.bodytable{
	border: 1px solid #000;
	background-color: #FFF;
	margin-left:auto;
	margin-right:auto;

}

span.largered{
	font-size: 18pt;
	color: red;
}

p.center{
	text-align: center;
}


#container {
	background-color: #FFF;
	border: 1px solid #000;
	padding: 20px;
}

#container h1 {
	font: normal 125%/125% Georgia, "Times New Roman", Times, serif;
}