body{
	overflow: -moz-scrollbars-vertical; 
}
table.main{
	width: 100%;
	border-collapse: collapse;
	border: solid gray 2px;
}
td.topl{
	width: 100px;
	background-color: #fd4d00;
	height: 100px;
}
td.topr{
	width: 30px;
}
td.hrule{
	height: 3px;
}
td.black{
	background-color: black;
}
td.orange{
	background-color: #fd4d00;
}
td.vrule{
	width: 1px;
}
td.menul{
	text-align: center;
	vertical-align: top;
}
td.mainbody{
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
td.footer{
	text-align: right;
	font-size: 10px;
	padding-right: 5px;
}
td.topm{
	vertical-align: bottom;
}
div.title{
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}
div.menu{
	font-size: 12px;
	height: 50px;
	text-align: bottom;
}
a.menu_selected:visited{
	color: #fd4d00;
	text-decoration: none;
}
a.menu_nselected:link, a.menu_nselected:visited{
	color: black;
	text-decoration: none;
}
a.menu_nselected:hover {
	color: #fd4d00;
	text-decoration: none;
}
ul.prodmainmenu{
	margin-left: 20px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
}

ul.prodmainmenu li{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}

a.selected:link, a.selected:visited{
	color: #fd4d00;
	text-decoration: none;
	font-size: 12px;
}
a.selected:hover {
	color: #fd4d00;
	text-decoration: none;
	font-size: 12px;
}
a.unselected:link, a.unselected:visited{
	color: black;
	text-decoration: none;
	font-size: 12px;
}
a.unselected:hover {
	color: #fd4d00;
	text-decoration: none;
	font-size: 12px;
}
span.cathead{
	color: #808080;
	margin-left: 30px;
	font-size: 14px;
}
div.borderleft{
	background-image:url("../images/borderleft.jpg");
	background-repeat: repeat-y;
	padding-left: 75px;
}

img.thumb {
	margin: 5px;
	cursor: pointer;
	border: solid #fd4d00 2px;
	}
img.thumb:hover {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	border: solid #fd4d00 2px;
}
div.error{
	padding: 30px;
	text-align: center;
	color: red;
}
div.prodname {
	color: #fd4d00;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
}
div.proddescr {
	color: #494949;
	font-size: 12px;
}
div.rangename {
	color: #fd4d00;
	font-weight: bold;
	font-size: 15px;
	padding-top: 10px;
}
div.rangedescr {
	color: #494949;
	font-size: 12px;
}
div.imageblock{
	text-align: center;
	margin: 20px;
}
img.productimage{
	border: solid #fd4d00 2px;
	padding: 10px;
}

#adminmenus a:link, #adminmenus a:visited{
	color: black;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#adminmenus a:hover {
	color: #fd4d00;
	text-decoration: none;
	font-size: 14px;
}
