@charset "utf-8";
/* CSS Document */


p {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #FF0000;
}
/* Item info area (view_knife, view_gun, view_other): labels blue, values black, aligned */
.barbara {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000066;
	font-weight: bold;
}
.lynda {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	padding-right: 12px;
	width: 170px;
}
.lynda2 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	vertical-align: top;
}
A:link {
	text-decoration: none;
	font-weight: bolder;
	color: #000000;
}
A:visited {
	text-decoration: none;
	font-weight: bolder;
	color: #000000;

}
A:active {
	text-decoration: none;
	font-weight: bolder;
	color: #000000;
	}
A:hover {
	text-decoration: none;
	font-weight: bolder;
	color: #000000;
	}
h3 {
	font-size: 14px;
	color: #FF0000;
}

h4 {
	font-size: 12px;
}

h2 {
	font-size: 16px;
	color: #FFFFFF;
}

h1 {
	font-size: 18px;
	color:#000000;
}

.main_tables {
	background-image: url(navbar/bacgkground.png);
	background-repeat: no-repeat;
}

body {
	margin-top: 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.errorbox {
	font-weight: bold;
	color: #FF0000;
	background-color:#CCCCCC;
	margin-left: 10px;
	padding-left: 10px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

.register {
	background-image: url(navbar/register_background.png);
	background-repeat: no-repeat;
	padding: 10px;
}

.frontpage {
	padding: 10px;
}

.login {
	border:thin solid #333333;
	padding:10px;
}

.message {
	padding:10px;
	font-size: 12px;
}

.message_table {
	border: thin solid #000000;	
}

.frontpagetitle {
	background-image: url(icons/fronttitle.jpg);
	background-repeat: no-repeat;
}

/* Second row under grid thumbnails (model line): smaller, non-bold */
.item-grid-model {
	font-size: 0.9em;
	font-weight: normal;
}

/* Third row under grid thumbnails: one point larger than previous smallest */
.item-grid-third-row {
	font-size: 9pt;
}

/* Advanced search form: larger inputs and dropdowns */
.advanced-search-form input[type="text"],
.advanced-search-form select {
	font-size: 18px;
}

/* Section title bars (Latest Knives, Latest Guns, Latest Other Items) */
.front-title-bar {
	background-color: #000066;
	color: #ffffff;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 12px;
	margin-bottom: 16px;
	box-sizing: border-box;
	border-radius: 12px;
}

/* Footer bar and copyright */
td.footer {
	background-color: #000066;
	padding: 0;
	border-radius: 12px;
}
.site-footer {
	background-color: #000066;
	color: #ffffff;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-align: right;
	padding: 10px 12px;
	box-sizing: border-box;
	border-radius: 12px;
}
