@charset "utf-8";

/*

<summary>
CDON Public - common.css
</summary>
<author>Dan Nilsson, Web designer - CDON.COM</author>
<copyright>CDON.COM AB 1999-2010, all rights reserved</copyright>

*/


* {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

body {
	margin: 0;
	background: #fff;
	font-size: .7em;
}

form {
	margin: 0;
	padding: 0;
}


input { font-size: 1em; }

select {
	font-size: 1em;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
}

textarea { font-size: 1em; }


table {
	border-collapse: collapse;
	width: 100%;
	clear: both;
}

/*
th {
}

tr {
}

td {
}
*/

img {
	border: none;
	display: block;
}

p { margin: 5px 0; }

/*
label {
}
*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 { font-size: 2em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1em; }
h4 { font-size: .8em; }

/*
h5 {
}

h6 {
}
*/

hr {
	margin: 0;
	padding: 0;
	height: 1px;
	border: none;
	color: #cbcbcb;
	background-color: #cbcbcb;
	clear: both;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

a, a:focus, a:active, object, input { outline: none; }

.aqua { background: aqua; }
