a {
	color: #005157;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.category {
	color: #005157;
	font-size: 11px;
}

a.nav {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

body, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-image: url(graphics/background.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
}

.body_popup {
	background-image: none;
	background-color: #FFFFFF;
	margin: 8px 8px 8px 8px;
}

.box {
	background-color: #FFFFFF;
	border: 1px solid #babebe;
}

.box_top, .box_top2 {
	border-top: 1px solid #babebe;
}

.box_top2 {
	padding: 8px 8px 8px 8px;
}

.button {
	font-size: 11px;
}
.button_over {
	color: #191970;
	font-size: 11px;
	cursor: pointer;
}

.dotted {
	border-bottom: 1px dotted #A4A4A4;
	padding-bottom: 2px;
}

.element, .element_over {
	border: 1px solid #BEBEBE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	width: 100%;
}
.element_over {
	border: 1px dashed #babebe;
	background-color: #FFF3E1;
}

.error {
	color: #D20000;
}

.field {
	color: #005253;
	font-size: 10px;
	font-weight: bold;
}

.found {
	background-color: #FFDAB9;
	font-weight: bold;
}

.img_full {
	filter: alpha(opacity = 99.9);
	-moz-opacity: 0.999;
}
.img_half {
	filter: alpha(opacity = 40);
	-moz-opacity: 0.4;
}

.message {
	color: Black;
}

.mini_box {
	border: 1px solid #bfc3c3;
}
.mini_box_selected {
	border: 1px dashed #ACD2D3;
}

.notes {
	color: #848484;
	font-size: 10px;
}

.notice {
	color: #427a79;
}

.padding2 {
	padding-left: 2px;
	padding-right: 2px;
}

.required {
	color: Maroon;
	font-weight: bold;
}

.sku {
	color: #9E9E9E;
	font-size: 10px;
}

.success {
	color: #00008B;
	font-weight: bolder;
}