/*
 * Copyright © 2005, ECILIA SARL, Francis PALLINI
 */

/*
 * General styles
 */

body, div, p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;
}

html div {
	scrollbar-base-color: #0074B4;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #e8f0f8;

	scrollbar-shadow-color: #0044A4;
	scrollbar-lightshadow-color: #80B4F4;
	scrollbar-darkshadow-color: #004484;

	scrollbar-highlight-color: #4094D4;
	scrollbar-3dlight-color: #70A4F4;
}

a:link, a:visited, a:active { color: #0074B4; }
a:hover { color: #FDC700; }
a.ondark:link, a.ondark:visited, a.ondark:active { color: #413E73; }
a.ondark:hover { color: #FFFFFF; }


h1 {
	color: #413E73; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold;
	margin: 0px; padding: 0px;
}

h2 {
	color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold;
	margin: 0px; padding: 0px;
}

h3 {
	color: #0074B4; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold;
	margin: 10px 0px; border-bottom: 1px solid #FDC700; padding-right: 20px; padding-bottom: 5px;
}

* html h3 { margin-right: 16px }

p {
	margin-top: 5px; margin-bottom: 5px; text-align: justify;
}

hr {
	border: 1px solid white;
	border-bottom: 1px solid #FDC700;
}

ul {
	list-style: url('/images/bullet1.gif') outside;
}

ul li {
	margin-top: 5px; margin-bottom: 5px;
}

ul li ul {
	list-style: url('/images/bullet2.gif') outside;
}

/*
 * General layout
 */

#footer td, #footer td a {
	color: #609CD4;
}

.table1 {
	background-color: #FFFFFF;
}

.table1 .title {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold;
	color: #FFFFFF; padding-left: 2px;
}

.table1 .content {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; padding: 2px;
}

.printer_series {
	font-weight: bold; margin: 4px;
}

.price {
	font-weight: bold;
}

.strikeout_price {
	text-decoration: line-through;
}

.promotion {
	color: #C00000;
	font-weight: bold;
}

.stock_no {
	color: #DD7700;
}

.stock_yes {
	color: #218E31;
}

.no_result {
	color: gray;
	margin-bottom: 16px; margin-left: 4px;
}

.error {
	background-color: #FFF8E0;
}

.error_text {
	color: #C00000;
}

.in_basket {
	background-color: #F0F0F0;
	border: solid 1px #C0C0C0;
	margin-bottom: 2px;
}
.faded {
	color: #808080;
}
.quick_search_input {
	background-color: white;
	border: solid 1px #fedd66;
}
.quick_search {
	color: #d0d8e0;
}