/*
 	genesis fargeer
	e8b600 - orange 
	21266e - blue
*/


html,
body {
	margin: 0 0 0 0;
/*	background-image: url('<?= getFullPath("header", "bg.gif") ?>'); */
	background-image: url('/gfx/bg.gif');
	font-family: Arial;
	font-size: 12px;
}

#top {
	background-color: #21266e;
	height: 96px;
}

#logo {
	background-image: url('/gfx/logo2.gif');
	background-repeat: no-repeat;
	background-position: 30px 13px; 
	width: 349px;
	height: 96px;
	float: left;
	margin-right: -349;
}

table td {
	text-align: left;
}


.tddd1,
.tddd2,
.tddd3,
.tddd4 {
	padding-top: 20px;
}

.bookarticle,
#moresale {
	margin-left: 15px;
}

#search {
	position: absolute;
	top: 1px;
	left: 1px;
	color: #ffffff;
	padding: 30px 20px 0 0;	
	text-align: right;
	font-weight: bold;
	width: 1024px;
}

#search .textInput {
	font-size: 0.9em;
	width: 150px;
}

#search .button {
	font-size: 0.9em;
}

#content {
	width: 1024px;
	clear: both;
}

#extramenu {
	background-color: white;
	border: 1px solid #e8b600;
	border-top: 0px solid #e8b600;
	margin: 0 28px 0 28px;
}
#extramenu div {
	border-top: 10px solid #e8b600;
	border-bottom: 10px solid #e8b600;
	background-color: #e8b600;
	padding-left: 10px;
	font-weight: bold;
}

#extramenu ul {
	padding: 0 0 0 10px;
	margin: 10px 0;
}

#extramenu li {
	list-style: none;
	padding-bottom: 5px;
}


/* book styling - only front page */
.bookHead {
	height: 37px;
}

.bookHr {
	height: 7px;
}

.bookIntro {
	padding: 0 0 0 5px;
}

.bookHead,
.bookHr,
.bookIntro {
	font-size: 11px;	
}

/* book styling */

.bookAuthor { }

.bookTitle {
	color: #21266e;
	font-weight: bold;	
}


.price { }

.bookInformation {
	padding: 4px;
	margin-left: 4px;
	border: 1px dotted black;
}


/* default removing of stuff on left menu */
.tdOdd img {
	display: none;
}

/* default color on left menu */
.tdOdd,
.tdHeader {
	color: #ffffff;
}


/* categories */
#categories td {
	background-color: #e8b600;
	color: #000000;
	font-weight: bold;
}

#categories .tdOdd {
	background-color: #ffffff;
	color: #000000;
}



/* basket */
#basket td {
	background-color: #e8b600;
	color: #000000;
	font-weight: bold;
}

#items td {
	background-color: #ffffff;
	font-weight: normal;
}

#basket .tdOdd {
	background-color: #ffffff;
	color: #000000;
}


/* customer login */
#customerlogin td {
	background-color: #e8b600;
	color: #000000;
	font-weight: bold;
}

#customerlogin .tdOdd {
	background-color: #ffffff;
	color: #000000;
}


/* pages that should have left marg */
#userregistration,
#useredit,
.shoppingdesk {
	margin-left: 270px;
}


/* de som kjøpte, kjøpte også */
.extra .author,
.extra .price {
	font-weight: bold;
}
.extra .title a {
	color: black;
}

