/* 
Title:			De Kleine Zebra
Description:		CSS for generic HTML elements
Created:		02/03/2007
Modified:		05/03/2007
Author:			Davy De Pauw, www.marlon.be
*/

/* import stylesheets
---------------------------------------------------------- */

@import url("layout.css"); 	/* Site layout */
@import url("forms.css");	/* Forms */
@import url("tables.css");	/* Table */
@import url("microformats.css");

/* redefine xhtml selectors
---------------------------------------------------------- */

* {
	outline: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font: small/normal Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.4em;
	color: #568E14;
}

p {

}

ul, ol {
	margin: 0;
	padding: 0;
}

ul li {
	
}

dl {
	margin: 0;
	padding: 0;
}

dl dt {
	clear: left;
	margin: 0;
	padding: 0;
}
		
dl dd {
	margin: 0;
	padding: 0;
	float: left;
}

blockquote {

}
	
blockquote p {
	
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
}

a abbr {
	border: none;
}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

/* links
---------------------------------------------------------- */

a:link, a:visited {
	color: #4D3F44;
	text-decoration: underline;
}

a:hover {

}

a.selected {

}

a img {
	border: none;
}

.clear {
	clear: both;
}
#content a.selected {
	text-decoration: none;
}
.comment {
	margin: 0 0 0 75px;
	color: #4D3F44;
	font-style: italic;
}
a.wishlist_link {
	color: #DC347F;
}