/* By www.meercommunicatie.nl */
/* This stylesheet sets basic styling (fonts, colors, background-colors, margins, paddings etcetera). */
/* It will be used by all CSS-capable user agents. */

/* Colors used:	       */
/* Green:		4ABAAE */
/* Blue medium:	6188C3 */
/* Blue light:	D6DBFB */
/* Olive:		CAD401 */
body {
	font: 70%/1.66 Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background: #4ABAAE url(../img/branding/gradient.gif) repeat-x bottom;
}

/* Set margins and paddings for various elements */
/* This will overrule the margins and paddings that are set in the default stylesheet of the user agent. */
address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0;
	padding-bottom: 0;
}

/* Headers */

h1, h2, h3, h4, h5, h6, caption {
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: white;
}

h1 {
	font-size: 325%;
	line-height: 100%;
	margin-bottom: .39em;
}

h2, caption {
	text-align: left;
	font-size: 133%;
	margin-bottom: 1em;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 1em;
}

h4 {
	font-size: 90%;
	font-weight: bold;
}

h5 {
	font-size: 80%;
	font-weight: bold;
}

h6 {
	font-size: 70%;
	font-weight: bold;
}

/* address */

address {
	font-style: normal;
}

/* img */

img {
	border-style: solid;
	border-color: #CAD401;
}

/* align */

.left {
	float: left;
	margin: 0em 1em 1em 0;
}

.right {
	float: right;
	margin: 0em 0 1em 1em;
}

/* lists */

ul {
	list-style-image: url(../img/branding/bullet.gif);
	margin-left: 18px;
	padding-left: 0;
}

* html ul {
	list-style-image: url(../img/branding/bullet_ie.gif);
}

ul.bulletless,
ul.bulletless li {
	list-style: none;
	list-style-image: none;
	margin: 0 0 1em 0;
	padding: 0;
	clear: both;
}

/* whitespace bugfix in IE/WIN */
* html ul.bulletless li {
	height: 1px;
}

/* tables */

table {
	border-collapse: collapse;
	border: none;
}

th, td {
	vertical-align: top;
}

/* form */

form div {
	clear: both;
}

form div.note {
	margin: 1em 0;
	padding: 0.25em;
	background-color: #CAD401;
}

form div.fill input.text {
	background-color: #CAD401;
}

input, textarea {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
}

label {
	display: block;
	float: left;
	width: 11.5em;
}

form input.text {
	border: 1px solid #6188C3;
}

form div.footer {
	margin-top: 1em;
	padding: 1em .25em .25em 11.75em;
}

form input.submit {
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	background-color: #CAD401;
}

/* anchors */

a:link {
	color: black;
}

a:visited {
}

a:hover {
}

/* special classes */

a.tel {
	text-decoration: none;
	color: black; /* same as body color */
	cursor: default
}

a.more {
	text-decoration: none;
	color: white;
}

a.more:hover {
	text-decoration: underline;
	color: white;
}

div.section {
	clear: both;
}

.nobr {
	white-space: nowrap;
}

.clearBoth {
	clear: both;
}

.footnote {
	color: black;
	text-decoration: none;
}


/* #frm_search_product_categories */

#frm_search_product_categories * {
	font-size: 100%;
	line-height: 1.25em;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	height: 1.5em;
}

#frm_search_product_categories label {
	display: none;
}

#frm_search_product_categories input.submit {
	width: 1.5em;
	background-image: url(../img/branding/picto_search.gif);
	background-repeat: no-repeat;
	background-position: center;
}

