/******************************************

	NORDWAY STORE
	- main.css

	Author: Christopher Svensson, 2008
	E-mail: christopher@bai.se

******************************************/

/********************************
	- HTML ELEMENTS
********************************/

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #eee;
}

body {
	background: #eee;
}

p, h2, h3, h4, h5 {
	color: #444;
}

p, a {	
	line-height: 17px; 
	font-size: 11px;
}

h1 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #111;
}

h2 {
	color: #000;
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	margin-bottom: 4px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	margin-bottom: 3px;
	color: #222;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 3px;
	color: #111;
}

hr {
	height: 1px;
	border: 0px;
	background-color: #ccc;
}

a img, table { border: 0 }


input, label, textarea {
	font-size: 11px;
}

form { color: #444 }

	form .submit { text-align: right }
	form .submit input { width: auto }
	
select {
	padding: 3px;
}

/*

table tr td {
	font-size: 11px;
}

ul {
	list-style-position: inside;
	list-style-type: square;
}

ul li {
	font-size: 11px;
	color: #222;
}

*/

ol.reclamation {
	list-style: inside decimal;
}

ol.reclamation li {
	font-size: 12px;
	color: #222;
	line-height: 18px;
}

/********************************
	- GENERAL CLASSES
********************************/

.float-left { float: left }
.float-right { float: right }

.clear-left { clear: left }
.clear-right { clear: right }
.clear-both { clear: both }

.text-left, .tleft { text-align: left }
.text-center, .tcenter { text-align: center }
.text-right, .tright { text-align: right }

.bold { font-weight: bold }
.italic { font-style: italic }

.white { color: #fff }
.hidden { display: none }

/********************************
	- SPECIFIC CLASSES
********************************/

.smallprice {
	padding-top: 5px;
	margin-right: 5px;
	font-size: 12px;
}

p.big {	font-size: 12px }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }  /* for IE/Mac */

/********************************
	- LINKS
********************************/

a:link, a:active, a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #111;
}