/* CSS Document */

/* Body */ 

body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 0px;
	color: 000000;
	margin: 0px;
}
#container {
	background-image: url(images/layout/bg.gif);
	width: 982px;
	background-repeat: repeat-y;
	padding-left: 5px;
	margin: 0px auto;
}
#header {
	background-image: url(images/layout/header.gif);
	width: 977px;
	height: 105px;
}
#header a {
	width: 400px;
	height: 105px;
	display: block;
}
#menu {
	background-image: url(images/layout/menu.gif);
	width: 977px;
	height: 27px;
	font-size: 16px;
}
	#menu ul {
		display: inline;
		margin-left: 11px;
		padding: 0px;
	}	
		#menuListHolder {
			width: 620px;
			float: left;
			padding-top: 4px;
			}
		#basketIconHolder {
			width: 30px;
			height: 27px;
			float: left;
			}
		#textHolder {
			width: 310px;
			padding-top: 4px;
			float: left;
			text-align: right;
			padding-right: 10px;
			}
		#basketIconHolder img {
			border: 0px;
		}
	#menu li.spacer {
		width: 9px;
		height: 9px;
		margin-left: 4px;
		margin-right: 2px;
		display: inline;
	}
	#menu li.category {
		color: brown;
		display: inline;
	}
		
#categoryMenu {
	clear: left;
	float: left;
	}
		
	#categoryMenu ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		}
	
	#categoryMenu li {
		width: 137px;
		padding-top: 3px;
		padding-left: 15px;
		font-size: 16px;
		color: #996600;
		border-bottom: 1px solid #999;
	}
	#categoryMenu img {
		margin-bottom: 2px;
		margin-right: 5px;
	}

#content {
	float: left;
	margin-left: 10px;
	width: 700px;
	}

#bottomLine {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	font-size: 10px;
	}
#bottomLine p {
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#footer {
	clear: left;
	background-image: url(images/layout/bottom.gif);
	width: 987px;
	height: 25px;
	margin: 0px auto;
	}
#nettintro {
	width: 987px;
	height: 5px;
	font-size: 10px;
	margin: 0px auto;
	text-align: right;
	}
#nettintro p {
	margin-right: 5px;
	margin-top: 0px;
	}
	
/* STORE */

th {
	text-align: left;
	}
label {
	font-weight: bold;
	display: block;
	}
.inputField {
	border: 1px solid #000000;
	border-collapse: collapse;
	}
.descriptionArea {
	border: 1px solid #000000;
	border-collapse: collapse;
	}
.submitButton {
	border: 1px solid #000000;
	border-collapse: collapse;
	}	

div.productImage {
	width: 450px;
	float: left;
	}
div.productText {
	clear: both;
	padding-top: 20px;
	}
div.otherProducts {
	width: 200px;
	float: right;
	}
div.otherProducts h3 {
	border-top: 1px solid #996600;
	border-bottom: 1px solid #996600;
	}
div.otherProducts ul,li {
		margin-left: 0px;
		padding-left: 0px;
		list-style-type: none;
	}
.price {
	color: #996600;
	font-size: 20px;
	font-weight: bold;
}
a {
	color: #996600;
	text-decoration: none;
}
a:hover {
	color: brown;
	}
	
td.prod {
	border-top: 1px solid #996600;
	border-bottom: 1px solid #996600;
	}
	
#topAd {
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: 0px;
	border-bottom: 0px;
	}
	
fieldset.rubrikk {
	width: 200px;

	padding: 5px;
	display: inline;
	height: 200px;
	margin-top: 20px;
}

legend {
	font-weight: normal;
	border: 1px solid black;
	text-transform: uppercase;
	background-color: #E4D5BA;
	padding: 7px;
	font-family: "Comic Sans MS";
	
}

.firstRowTableCell {
	font-weight: bold;
	vertical-align: top;
	width: 100px;
	background-color: #E4D5BA;
}
.secondRowTableCell {
	background-color: #ECDECF;
	width: 200px;
}
