td{
	vertical-align: top;
}

/* GENERAL ========================================================================== */		

H1, H1 A, H1 A:hover{
	margin: 1px 0px 2px 0px;
	font-size: 24px;
	font-weight: normal;
	color: #7c7c7d;
	text-indent: 0px;
}

H2, H2 A, H2 A:hover{
	margin: 1px 0px 4px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #ccb097;
	text-indent: 0px;
}	

H3, H3 A, H3 A:hover{
	margin: 1px 0px 4px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #7c7c7d;
	text-indent: 0px;
}	

UL{
	list-style-type: disc;
	color: #ccb097;
	margin: 9px 0px 9px 14px;
	padding: 0px 0px 0px 4px;
}
UL LI{
	color: #ccb097;
}

a{
	color: #7c7c7d;
	text-decoration: underline;
}
a:hover{
	color: #7c7c7d;
	text-decoration: none;
}


A.no_style{
	color: #7c7c7d;
	text-decoration: none;		
}	
A.no_style:hover{
	color: #7c7c7d;
	text-decoration: none;
}

HR{
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #C5C7C8;
	margin: 6px 0px 6px 0px;
	clear:left;
}	
html>body HR{		/* FF */
	border-top: 1px solid transparent;
	margin: 12px 0px 12px 0px;	
} 

/* COLOR STYLES ************************************************************************** */

.color1, .color1 A, .color1 A:hover, A.color1, A.color1:hover{ 	color: #000000;	}	/* black */
.color2, .color2 A, .color2 A:hover, A.color2, A.color2:hover{	color: #ccb097;	}	/* brown */


/* IMAGE STYLES ************************************************************************** */				

IMG.border{				
	border: solid 1px #7c7c7d;
}	

IMG.float_left, A.float_left, A.float_left:hover{	/* IE bug : do not apply border on A IMG but directly on the A tag */				
	float: left;
	margin: 4px 18px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #7c7c7d;
}		
A.float_left:hover{				
	border: solid 1px #ccb097;
}	
				
IMG.float_right, A.float_right, A.float_right:hover{ 				
	float: right;
	margin: 4px 0px 10px 18px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #7c7c7d;
	clear: both;
}		
A.float_right:hover{				
	border: solid 1px #ccb097;
}	




/* WEBSHOP ************************************************************************************** */

tr.list_head td
{
	font-weight: bold;
	background-color: #efefef;
	padding: 4px;
}

tr.list_row td
{
	padding: 4px;
}

tr.list_row_even td
{
	background-color: #f8f8f8;
	padding: 4px;
}

tr.list_row_odd td
{
	background-color: #ffffff;
	padding: 4px;
}









