body { 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 9pt;  
	margin: 0 0 0 0;
	color: #3c74a5;
	background-color: #ffffff;	
}

table.cat_menu {
	width: 100%;
}

table.cat_menu td {
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	color: #3c74a5;
	padding-bottom: 0.5em;
}

table.cat_menu thead td {
	font-size: 10pt;
	padding-bottom: 0.5em;
}

a { text-decoration: none; color: #3c74a5; }

a:visited { color: #3c74a5; }

a:hover { color: #ce4501; }

table.cat_menu td a {
	text-decoration: none;	
	color: #3c74a5;
}

img {	border: 0; }

input {
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold;
	color: #3c74a5;
	border: 1px solid #3c74a5;
	vertical-align: baseline;
	height: 16px;
}

textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold;
	color: #3c74a5;
	border: 1px solid #3c74a5;
}

input.button {
	color: #ffffff;
	background-color: #3c74a5;
	height: 20px;
	width: 90px;
}

table.cat_menu input.button {
	width: 55px;
}

table.cat_menu input.searchstring {
	width: 100px;
	margin-top: 20px;
	margin-bottom: 2px;
}

table.main thead td {
   background-color: #3c74a5;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 8px;
}

table.main thead td a, table.main thead td a:visited { color: #ffffff; }

table.main thead td a:hover { color: #e0eaf4; }

table.items td {
	background-image: url(images/item_border.gif);
	background-position: left top;
	background-color: white;
	background-repeat: no-repeat;
	color: #3c74a5;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	height: 138px;
	width: 50%;
	cursor: pointer;
	vertical-align: top;
	padding: 8px 6px 5px 6px;
	text-align: left;
}

table.items td.selected {
	background-position: right top;
}

table.items td.empty {
	background: none;
	cursor: default;
}

table.items tr.footer td {
	height: auto;
	background: none;
	cursor: default;
}

table.items td h2 {
	color: #3c74a5;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	height: 30px;
	text-transform: capitalize;
	margin: 0;
	padding: 0 4px 6px 4px;
}

table.items div {
	color: #3c74a5;
	font-weight: bold;
	margin-bottom: 4px;
}

table.items td div.img {
	float: left;
	margin: 0 4px 6px 3px;
	width: 122px;
	height: 92px;
	cursor: pointer;
}

table.items td div.img img {
	border: 1px solid #3c74a5;
}

table.items div.id {
	font-size: 7pt;
	font-weight: normal;
}  

table.items div.maker {
	font-size: 10pt;
}

table.items div.scale {
	font-size: 8pt;
}

table.items div.price {
	color: #ff0000;
	font-size: 9pt;
}

table.items div.prompt {
	font-size: 7pt;
	font-weight: normal;
	position: absolute;
	margin-left: 22px;
	margin-top: 79px;
}

.copy { 
	font-size: 11px;
	color: #AAAAAA;
	text-align: right;
}

table.categories tbody td {
	padding-left: 12px;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

table.categories tbody td a {
	font-weight: bold;
}

table.categories thead td {
	background: none;
}

ul.categories {
	margin-top: 1em;
}

ul.categories li {
	margin-bottom: 0.5em;
}

ul.categories li a {
	font-weight: bold;
}

table.main td h1 {
	font-size: 11pt;
	font-weight: bold;
	text-transform: capitalize;
	margin: 6px 0 10px 0;
}

table.details {
	margin: 4px 0 8px 0;
}

table.details td {
	color: #3c74a5;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: baseline;
	padding-bottom: 1px;
}

table.details td b {
	color: #ff0000;
	font-size: 10pt;
	font-weight: bold;
}

td.separator {
	width: 8px;
	background-image: url(images/dot.gif);
	padding-right: 2px;
	background-position: center top;
	background-repeat: repeat-y;
}

table.content td.separator {
	padding: 0;
	width: 20px;
}

table.details td.property {
	font-size: 10pt;
	font-weight: normal;
	text-align: right;
}

table.details td.description {
	font-size: 10pt;
	font-weight: normal;
}

table.details input.qty {
	width: 20px;
}

table.details input.button {
	margin-left: 8px;
}

table.main td img.product {
	border: 2px solid #3c74a5;
}

table.search td {
	padding: 6px 4px 6px 4px;
	border-bottom: 1px solid #3c74a5;
	vertical-align: middle;
}

table.search tr.footer td {
	border: none;
}

table.search td.property {
	font-weight: bold;
	text-align: right;
}

table.search td.comment {
	font-size: 8pt;
}

table.search input.button {
	width: 50px;
	margin-right: 6px;
}

table.search input.searchstring {
	width: 147px;	
	height: 18px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 10pt;
}

table.search input.search {
	width: 70px;
}

div.order {
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 4px;
}

table.main td p {
	margin-left: 1px;
}

table.main td p {
	line-height: 120%;
	text-align: justify;
	margin-bottom: 1em;
	margin-top: 0;
}

table.main td ol {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

table.main td ol li {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

table.contact td.title {
	font-weight: bold;
	text-align: right;
	padding-right: 1em;
}

table.main h2, table.main h3 {
	font-size: 10pt;
	font-weight: bold;
	text-transform: capitalize;
	margin: 6px 0 6px 0;
}

table.main h3 {
	margin: 6px 0 4px 0;
	display: inline;
}

table.main ul.links {
	margin-top: 6px;
}

table.main ul.links li {
	margin: 6px 0 10px 0;
}

table.main ul.links li p {
	margin: 2px 0 4px 0;
	font-size: 8pt;
	width: 400px;
	color: #717171;
}

table.main p.prompt {
	font-weight: bold;
	font-size: 10pt;
	margin-top: 0.5em;
}

table.main img.banner {
	float: right;
	margin-left: 10px;
	margin-top: 6px;
}