

* {
	margin: 0;
	padding: 0;
	border: 0 none #c6c6c6;
	font-size: 100%;
	text-align: left;
}

body {
	color: #444;
	background: #146;
	text-align: center;
	font-size: 75%;
	font-family: Arial, Hevetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, h3 span { clear: none; }
h1, h2, h3, h3 span { color: #fff; }

ul, ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}
ul.p { list-style: lower-latin; }

h1 {
	position: absolute;
	top: 42px;
	left: 5px;
	width: 212px;
	height: 140px;
}

h1 a {
	width: 212px;
	height: 140px;
	display: block;
}

h1 span { display: none; }

h2 {
	font-size: 1.2em;
	display: block;
	margin-bottom: 8px;
}

h4 { margin: 0.3em 0 0 0; }

a {
	font-weight: bold;
	color: #2c5f95;
	text-decoration: none;
}

a:hover { color: #b00; }

p {
	margin-bottom: 0.8em;
	text-align: justify;
}

sub, sup { font-size: 0.7em; }

hr {
	border: none;
	border-top: 1px solid #c6c6c6;
	clear: both;
	margin: 0.5em 0;
	padding: 0;
	font-size: 0;
	height: 1px;
}
hr.noclear { clear: none; }

table {
	border-collapse: collapse;
	width: 100%;
	margin: 0.5em 0;
	line-height: 110%;
}

th {
	text-align: center;
	font-weight: bold;
	padding: 2px 8px;
	color: #2c5f95;
	background: #dbeaf2;
}

td {
	border: none;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	vertical-align: top;
	padding: 2px 5px;
}

tfoot td { font-weight: bold; }

table a { font-weight: normal; }

fieldset {
/* 	border: 1px solid #c6c6c6;
	padding: 0.2em 1em 0.8em 1em; */
	padding: 0.2em 0 0.8em 0;
}

legend {
	color: #2c5f95;
	margin: 0 0 0.4em 0;
	font-weight: bold;
}

label {
/* 	display: block; */
	font-weight: bold;
	padding-bottom: 3px;
}
fieldset.checkfield label {
	display: inline;
	margin-left: 0.5em;
}

.obligatory { color: #ff9c00; }
span.obligatory { font-size: 120%; }

.inline { display: inline; }

#container {
	margin: 0 auto;
	text-align: left;
	width: 990px;
	background: #fff;
}

#notice {
	padding: 0.7em 3em;
	background: #f00;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 108%;
}

#notice a {
	color: #9cf;
}

#header {
	position: relative;
	width: 100%;
	height: 211px;
	background: #1866ae url('/images/header.png') no-repeat top left;
}

#fls {
	position: absolute;
	left: 220px;
/*	bottom: -20px;	*/
}

#contact_link {
	position: relative;
	top: 128px;
	left: 784px;
	width: 150px;
	height: 17px;
	display: block;
}

#menu {
	background: url('/images/menu-back.png') no-repeat top left;
	height: 78px;
}

#menu ul {
	padding: 18px 30px 1px 30px;
	margin: 0;
}

#menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 45px;
	background: url('/images/menu-item-border.png') no-repeat center right;
	text-transform: uppercase;
}

#menu li.last { background-image: none; }

#menu li a {
	display: block;
	float: left;
	height: 46px;
	background: url('/images/menu-item-back.png') no-repeat center right;
}
#menu li a:hover { background: url('/images/menu-item-back-hover.png') no-repeat center right; }

#menu li a span {
	display: block;
	color: #fff;
	padding: 17px 24px 8px 20px;
}

#content_container {
	padding: 16px 12px;
	background: #1866ae url('/images/content-back.png') repeat-x top left;
}

#content {
	font-size: 96%;
	float: left;
	width: 548px;
	padding: 0;
	line-height: 1.5em;
	margin-right: 18px;
}
#content div.c2 {
	padding-top: 1em;
	padding-bottom: 1em;
	background: #fff;
}
#content_footer {
	background: url('/images/content-back-bottom.png') no-repeat bottom left;
	padding: 8px 16px;
}

#content h2 {
	padding: 12px 20px 12px 40px;
	margin: 0;
	background: url('/images/title-back.png') no-repeat top center;
}
#content h3 {
	color: #0e569f;
	clear: none;
	margin-bottom: 0.7em;
}
#content li { margin: 0.2em 0; }
#content h4 { margin: 1em 0 0.5em 0; }
#content p, #content ul, #content ol { margin: 0 0 1em 0; }

div.navigation a.selected { color: #b00; }

div.navigation {
	color: #fff;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	float: left;
}

div.navigation.nav-left { width: 196px; }
div.navigation.nav-right { width: 200px; }

div.navigation h3 {
	height: 45px;
	background: url('/images/nav-title-back.png') no-repeat top left;
}

div.navigation h3 span {
	display: block;
	padding: 15px 12px 5px 30px;
}


div.navigation h3, div.navigation ul a {
	display: block;
	font-weight: bold;
}

div.navigation a { color: #fff; }
div.navigation ul.categories a { color: #2c5f95; }
div.navigation a:hover { color: #b00; }

div.navigation ul {
	margin: 0;
	padding: 0 0 0.3em 0;
	list-style: none;
}
div.navigation img { vertical-align: middle; }
div.navigation ul.categories li {
	display: block;
	clear: both;
	margin: 0 0 2px 0;
	padding: 0;
	width: 179px;
	height: 39px;
	background: url('/images/nav-item-back.png') no-repeat top left;
}

div.navigation ul.categories img {
	margin: 6px 8px 8px 10px;
	float: left;
}

div.navigation ul.categories a {
	display: block;
	padding: 14px 8px 8px 55px;
}

div.navigation div.banner { padding-bottom: 1em; }
div.navigation div.banner div.bc {
	padding: 8px 15px;
	background: url('/images/nav-back.png') no-repeat bottom left;
}
div.navigation div.banner div.banner_footer {
	padding: 8px 15px;
	background: url('/images/nav-back-bottom.png') no-repeat bottom left;
}
div.navigation.left div.banner { margin: 0 12px 5px 0; }
div.navigation.right div.banner { margin: 0 0 5px 18px; }

div.navigation div.list img {
	width: 160px;
	height: 120px;
}

#footer {
	color: #fff;
	font-size: 0.9em;
	text-align: left;
	padding: 12px 16px;
	clear: both;
	background: #0e569f;
	border-top: 1px solid #c6c6c6;
}

#footer a {
	color: #fff;
}

form.add_to_order {
	background: url('/images/add-to-cart-back.png') no-repeat top right;
	min-height: 30px;
	padding: 9px 5px 2px 5px;
}

form.add_to_order label {
	display: inline;
	margin-left: 8px;
}

form.add_to_order select, form.add_to_order input {
	display: inline;
	float: none;
	width: 50px;
	margin: 0;
}

.message {
	color: #f00;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
	margin: 10px 0;
}
.navigation .message {
	margin: 0;
	color: #fff;
}

.small {
	font-size: 0.9em;
	font-style: italic;
}

a img {
	border: none;
}

form {
	text-align: left;
}

.center {
	text-align: center;
}

.centerb {
	display: block;
	clear: both;
	text-align: center;
	margin: 0 auto;
}

.right { text-align: right; }
.rightb {
	text-align: right;
	display: block;
}

.td_id {
	width: 50px;
	text-align: right;
}

.td_other {
	background: #fee;
}

.td_action {
/*	width: 50px; */
	text-align: center;
}

div.divider {
	clear: both !important;
	height: 1px !important;
	font-size: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

input, textarea, select {
	border: 1px solid #c6c6c6;
	width: 100%;
	display: block;
	font-size: larger;
	margin-bottom: 0.8em;
}
input.hidden { display: none !important; }

input.checkbox, input.radio {
	border: none;
	display: inline;
	width: auto;
	margin-bottom: 0;
}

input.button {
	width: auto;
}

address {
	font-style: normal;
	padding: 0 0 10px 0;
	font-weight: normal;
}

div.list div {
	float: left;
	width: 250px;
	padding: 12px 5px 12px 0;
}
div.list div.item_f { clear: left; }

div.list h3 {
	font-size: 1em;
	clear: none;
}

div.list img, img.subimg {
	float: left;
	margin-right: 12px;
	border: 2px solid #c6c6c6;
}
div.subdet {
	float: left;
	width: 378px;
}

div.list img {
	width: 90px;
	height: 120px;
}
img.subimg {
	width: 120px;
	height: 160px;
}

div.list img.icon {
	width: auto;
	height: auto;
	margin: 8px 5px 0 0;
	padding: 0;
	border: none;
}
div.list p { padding: 0; }

div.parts { text-align: center; }

.floatl {
	float: left;
}

.floatr {
	float: right;
}

li.sel {
	font-weight: bold;
}

div.half {
	float: left;
	width: 49%;
	padding: 0;
	margin: 0;
}

div.half p, div.half h2, div.half address {
	margin-right: 1em;
	margin-left: 0;
}
div.c2 { padding: 0 16px;}
div.c3 { width: 100%; }

.disabled { color: #f00; }
span.button {
	background: #ddd;
	border: 1px solid #c6c6c6;
	padding: 1px 5px;
	cursor: pointer;
}

.new, .action {
	font-weight: bold;
	color: #f00;
}


