@charset "utf-8";
/* -------------------------------------------------------------------------------- */	
/*
 * file default.css
 * File containing the default stylesheet
 * @author Jake Abma <jake@iceshop.nl>
 * @copyright Copyright (c) 2007, ICEshop BV http://www.iceshop.nl/
*/
/* -------------------------------------------------------------------------------- */	

/* -------------------------------------------------------------------------------- */	
/* IMPORT OF CSS FILES */
/* -------------------------------------------------------------------------------- */	

@import url("boxes.css");
@import url("buttons.css");
@import url("containers.css");
@import url("forms.css");
@import url("items.css");
@import url("links.css");
@import url("lists.css");
@import url("tables.css");
@import url("validation.css");

/* -------------------------------------------------------------------------------- */	
/* GLOBAL STYLES */
/* -------------------------------------------------------------------------------- */	

	html { height: 100%; width: 100%; overflow-y: scroll; }
	
	body {
		position: relative;
		font: normal 62.5%/140% Verdana, Arial, Helvetica, sans-serif;
background: url(../images/bodyBg.jp) repeat-x #FFFFFF; 
		min-height: 100%;
		height: 100%;
		width: 100%;
		padding: 0px;
		margin: 0px auto;
		}
	
	h1 { font-size: 110%; margin: 0 0 6px 0; }
	h2 { font-weight: bold; font-size: 120%; margin: 0 0 6px 0; }
	h3 { font-size: 130%; margin: 0 0 6px 0; }
	h4 { font-size: 140%; margin: 0 0 6px 0; }
	h5 { font-size: 150%; margin: 0 0 6px 0; }

	p { padding: 4px; margin: 0; /* font: 100%/140% Verdana, Arial, Helvetica, sans-serif; border: none; margin: 0; */ }
	p:first-letter { color: #333333; font: bold 120% Verdana, Arial, Helvetica, sans-serif; }
	dl,dt,dd { font-size: 100%; background-color: transparent; padding: 0; margin: 0; } /* background-color: transparent; for IE 4px bug */
			
	.bold { font-weight: bold; }
	.clear { clear: both; height: 0; line-height: 0; font-size: 0; } 
	img { border: 0; }
	.nowrap { white-space: nowrap; }
	.visual { position: absolute; }	
 	.whitespace { height: 10px;	}
	
	.color01 { color: #666666; font-weight: bold }
