/* Document global */
body.haggtappan {
	background: #4f535e url("http://www.haggtappanskeramik.se/graphics/bg.jpg") top center repeat-y;
	margin: 0px;
	padding: 0px;
}

div.content {
	width: 780px;
	margin: 0px auto;
	position: relative;
	padding: 0px 0px 0px 0px;
	min-height: 2000px;
	height: auto;
	overflow: visible;
	border-right: 1px solid black;
	border-left: 1px solid black;
	vertical-align: top;
}

div.menubar {
	min-height: 1000px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	border-right: 1px dotted black;
	margin: 0px 0px 0px 0px;
	overflow: visible;
	text-align: left;
}

div.icon_upper_left {
	height: 120px;
	width: 180px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
div.spacer {
	height: 20px;
	width: 100%;
	background-color: #3b576f;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0px;
	margin: 0px;
}
div.menu {
	width: 160px;
	position: absolute;
	top: 150px;
	left: 0px;
	padding: 0px 0px 0px 0px; /* 0 auto 0 0 */
	margin: 0px auto 0px 0px; /* 0 auto 0 0 */
	vertical-align: top;
	text-align: left;
	font-size: 0.8em;
	font-family: arial, sans-serif;
}
div.menuheader {
	width: 160px;
	padding: 0px 0px; /* 0 auto */
	margin: 0px auto; /* 0 auto */
	font-size: 1em;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	text-align: center;
	background-color: #bcc9d1;
	font-weight: bold;
}

div.main {
	min-height: 1000px;
	height: auto;
	margin: 0px auto;
	position: absolute;
	top: 0px;
	left: 160px;
	width: 620px;
	overflow: visible;
	padding: 0px;
	vertical-align: top;
}

div.title {
	width: 550px;
	height: 120px;
	color: #00127a; /* darkblue; */
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.8em;
	font-family: sans-serif;
	vertical-align: top;
}

div.page {
	width: 598px;
	vertical-align: top;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.9em;
}

li.no_dots {
	list-style-type: none;
}
ul {
	padding-left: 5px;
}

a:link {
	color: #00127a; /* darkblue; */
	text-decoration: none;
}
a:visited {
	color: #00127a; /* darkblue; */
	text-decoration: none;
}
a:hover {
	color: #00127a; /* darkblue; */
	text-decoration: underline;
}
a:active {
	color: red;
	text-decoration: none;
}


div#pricelist {
	vertical-align: bottom;
}

img {
	border: none;
}

img.icon {
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
}

img.top {
	vertical-align: top;
}

/* Menu stuff */
img.menu {
	vertical-align: middle;
}
table {
	padding: 0px;
	margin: 0px;
	height: 100%;
}
td {
	height: 100%;
}
tr {
	height: 100%;
}
table.menu {
	border: 0px;
	font-size: 0.8em;
}

td.menu {
	background-color: #A8C0D7; /* light grey */
/*	padding: 5px 0px 5px 10px;*/
	border: thin solid black;
}

td.menu:hover {
/*	background-color: #DDDDDD; */
	background-color: #c5cdfa; /* lightblue; */
}

td.menu_selected {
	background-color: #A8C0D7; /* Light grey */
/*	padding: 5px 13px 5px 10px;*/

	border: thin solid black;
	background-image: url("graphics/mark.jpg");
	background-position: right;
	background-repeat: no-repeat;
}

td.menu_selected:hover {
	/*background-color: #DDDDDD;*/
	background-color: #c5cdfa; /* lightblue; */
}

th.menu {
	background-color: #84A0BA;
	color: #000000;
	text-align: left;
/*	padding: 5px 0px 5px 5px;*/
	border: thin solid black;
}

th.menu:hover {
/*	background-color: #DDDDDD;*/
	background-color: #c5cdfa; /* lightblue; */
}

th.menu_selected {
	background-color: #84A0BA; /* light grey */
/*	padding: 5px 13px 5px 5px;*/
	border: thin solid black;
	text-align: left;
	background-image: url("graphics/mark.jpg");
	background-position: right;
	background-repeat: no-repeat;
}

th.menu_selected:hover {
/*	background-color: #DDDDDD;*/
	background-color: #c5cdfa; /* lightblue; */
}

/* maincol stuff. */
table.body {
	border: 0px;
}

td.body {
	vertical-align: top;
/*	padding: 0px 10px 20px 10px;*/
}

div.header {
	font-weight: bold;
}

div.description {
	background-color: #c5cdfa; /* lightblue; */
	border: thin solid grey;
	font-style: normal;
	font-variant: normal;
	font-size: 0.8em;
	padding: 5px 5px 5px 5px;
}

div.desc {
	color: #00127a; /* darkblue; */
	font-size: 0.8em;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

span.large_desc {
	color: #00127a; /* darkblue; */
	font-size: 1em;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

span.desc {
	color: #00127a; /* darkblue; */
	font-size: 0.8em;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

span.flush_left {
	text-align: left;
}
span.flush_right {
	text-align: right;
}
div.red {
	color: red;
	font-size: 0.8em;
}

div.image {
	border: thin solid grey;
	padding: 5px 5px 5px 5px;
	background-color: #c5cdfa; /* lightblue; */
	text-align: center;
}

/* thumblist stuff */
div.smalltext {
	font-size: 0.7em;
}

div.indent {
	padding: 0px 0px 0px 20px;
}

div.header_big {
	color: #00127a; /* darkblue; */
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.6em;
}

table.images {
	padding: 5px 0px 5px 0px;
}

div.thumb {
	background-color: #c5cdfa; /* lightblue; */
	text-align: left;
	border: thin solid grey;
	padding: 10px 10px 10px 10px;
}
span.thumb {
	background-color: #c5cdfa; /* lightblue; */
	text-align: left;
	border: thin solid grey;
	padding: 10px 10px 10px 10px;
}

td.images {
	background-color: #c5cdfa; /* lightblue; */
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	/* padding: 5px 5px 5px 5px; */
	border: thin solid grey;
	text-align: center;
}

div.big_img {
	position: relative; /* center */
	background-color: #c5cdfa; /* lightblue; */
	border: none;
}

/* Chat */

.io {
	font-family: sans-serif;
	border: 1px solid black;
	background-color: #ffffff;
	font-size: 0.8em;
/*	padding: 5px 10px 5px 15px; */
/*	overflow: hidden; */
}

div.new_message_box {
	font-family: sans-serif;
	border: 1px solid black;
	background-color: #ddddFF;
	padding: 5px 10px 5px 15px;
	font-size: 0.8em;
	overflow: hidden;
}

div.chat_message_box {
	font-family: sans-serif;
	border: 1px solid black;
	background-color: #c4d6d7;
	padding: 5px 10px 5px 15px;
	margin-top: 10px;
	font-size: 0.8em;
	overflow: hidden;
}

div.text_input {
	font-family: sans-serif;
	padding: 5px 5px 5px 5px;
	margin: 0;
	overflow: hidden;
}

div.text_output {
	font-family: sans-serif;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
	margin: 3px 3px 3px 3px;
	font-size: 0.8em;
	overflow: hidden;
}

span.bold {
	font-weight: bold;
}
div.bold_text {
	font-family: sans-serif;
	font-weight: bold;
	color: #604264;
/*	color: #3c253f; */
	font-size: 1.2em;
	padding: 5px 0px 10px 0px;
}

div.empty_space {
	padding: 10px 10px 0px 0px;
}
/*div*/
.align_right {
	text-align: right;
/*	padding-right: 10px;*/
	position: relative;
	right: 20px;
}
