/* ************************************************************* */
/* CSS code developed for www.zezaflor.be by                     */
/* DreamDivision (www.dreamdivision.com)                         */
/* Last change: 03/12/2008                                       */
/* ************************************************************* */




/* ******************************************** */
/* HTML STYLES & CLASSES                        */
/* ******************************************** */


html {	/* Bug fix for Mozilla, by Carey Evans */
	min-width: 890px;
	}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	}

p, td, ul, ol, li, dl, dt, dd {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	}

img {
	border: 0px;
	}

.hide, hr {
	display: none;
	}

.text-red {
	color:#E2001A;
	}

.text-darkblue {
	color:#362C66;
	}

.form_button {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
	background-color: #E2001A;
	padding: 3px 8px;
	margin: 2px 0px;
	border: solid 1px #FFF;
	cursor: hand;
	text-decoration:none;
	}

.form_button:hover {
	color: #FFF;
	background-color: #999;
	border: solid 1px #594F47;
	cursor: hand;
	}


/* ******************************************** */
/* LAYOUT WEBPAGES & TEXT                       */
/* ******************************************** */

#mainframe {
	width: 885px;
	margin: 75px auto 10px auto;
	padding: 0px;
	position: center;
	}


/* ******  SIDEBAR ************** */

#sidebar img {
/*	display: block;	*/
	display: inline;
/*	align: center;	*/
	border: 0;
	margin: 0px 10px 10px 0px;
	}

#sidebar {
	color:#E2001A;
	font-size:.8em;
	}

#sidebar a:link, #sidebar a:visited {
	color: #E2001A;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
	}


/* ******  FOOTER ************** */

#footer {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:0.9em;
	color:#E2001A;
	margin: 0px 0px 0px 0px;
	padding: 0;
	}


/* ******  PAGINA LINKS ************** */

a.sales         {color:##CC0000; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; text-decoration:none; font-weight:bold;}
a.sales:visited {color:##CC0000; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; text-decoration:none; font-weight:bold;}
a.sales:active  {color:##CC0000; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; text-decoration:none; font-weight:bold;}
a.sales:hover   {color:##CC0000; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; text-decoration:underline; font-weight:bold;}

#body-links p {
	color:#FFF;
	font-size: .9em;
	}

#body-links h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color:#FFF;
	margin-bottom: 25px;
	}

#body-links a:link, #body-links a:visited {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	}

#body-links a:hover {
	text-decoration: underline;
	}


/* ******  PAGINA SALESPOINTS ************** */

#body-salespoints p {
	color:#E2001A;
	font-size:.8em;
	}

#body-salespoints h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#E2007A;
	text-align:center;
	margin-bottom: 25px;
	}

#body-salespoints h5 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color:#E2007A;
	text-align:left;
	margin-bottom: 10px;
	}


#body-salespoints a:link, #body_salespoints a:visited {
	color: #06F;
	text-decoration: underline;
	}
#body-salespoints a:hover {
	text-decoration: underline;
	}


/* ******  PAGINA INFO ************** */

#body-info p {
	color:#471A36;
	font-size:.8em;
	}

#body-info h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#471A36;
	margin-bottom: 25px;
	}

/* ******  PAGINA SHOP ************** */

#body-shop {
	color:#7C78A8;
	font-size:0.9em;
	}

#body-shop h3 {
	font-size:1.3em;
	font-weight:bold;
	color:#E2001A;
	}

/* ******  PAGINA SHOP_CHECKOUT ************** */

#body-shop_checkout {
	color:#7C78A8;
	font-size:1em;
	}

#body-shop_checkout a {
	color:#E2001A;
	}