/* Copyright Bergerlinds Förlag, Author Johan Bergerlind */


/* Controlling the body of the document, including box-hack for IE5 compatiblity with font size and div-alignment */


html {
	height:100%;
}

body {
	_height: 93.5%;
	min-height:95%;
	background-color: #707070;
	color: #000000;
	margin: 4px;
	font-family: verdana, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	text-align: center;
}
html>body {
	font-size: small;
}

body p {
	text-align: center;
}


/* Rules applying to all div-elements */
div {
	padding: 2px;
	margin: 0 auto;
}

/* Rules applying to all images */
img {
	border: 0px
}

/* Controlling the topContainer div.class (the link-field) */
div.topContainer {	
	background-color: red;
	color: white;
  	font-weight: bold;
	text-align: center;
	width: 750px;
}


/* Controlling the subMenuContainer div.class (the sub menu field) */
div.subMenuContainer {	
	padding-top: 5px;
	background-color: red;
	color: white;
  	font-weight: bold;
	font-size: 0.85em;
	text-align: center;
	width: 750px;
}

/* Controlling the bodyContainer div.class (the rest) */
div.bodyContainer {
	_height: 97%;
	min-height:100%;
	text-align: left;
	background-color: #ffffff;
	width: 750px;
}

/* Controlling foot container */
div.footContainer {
	background-color: red;
	color: white;
  	font-weight: bold;
	text-align: center;
	width: 750px;
}

/* Controlling imageStrings */
div.imageString {
	padding: 22px;
	margin-left: auto;
	margin-right: auto;
}

/* Controlling link appearance */
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Controlling the appearance of the links inside a topContainer div-element */
div.topContainer a:link, div.topContainer a:visited {
	color: white;
}

/* Controlling appearance of Headers (h1) */
h1 {
	color: #707070;
	text-align: center;
	font-family: Times,serif;
	font-style: italic;
	font-weight: bold;
	font-size: 400%;
	margin: 20px 0 20px 0;
}
/* Controlling appearance of sub-page Headers (h3) */
h3 {
	color: #707070;
	text-align: center;
	font-family: Times,serif;
	font-style: italic;
	font-weight: bold;
	font-size: x-large;
	margin: 20px 0 20px 0;
}


/*Controlling bodyTextParagraphs */
p.sparseText {
	padding: 0 10px 0 10px;
	line-height: 155%;
	text-align: left;
}

p.denseText {
	margin: 0 auto;
	width: 70%;
	text-align: left;
}

/*Image controls*/
img.bodyImg {
	padding-right: 10px;
	padding-left: 10px;
}


/*Product pages control*/

table.productTable {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0;
}

table.productTable td {
	text-align: center;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

table.productTable tr {
	margin-left: 20px;
	margin-right: 20px;
}

table.productTable img {
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.1em;
}

/*Just floating a little */

.center {

}

.left {
	float: left;
}

.right {
	float: right;
}.clearing {	clear:left;}
