a{
	color: #666;
	text-decoration: underline;
}
a:link{
	color: #666;
	text-decoration: underline;
}
a:visited{
	color: #633;
}

a:hover{
	background-color: #ccc;
	color: #633;
}

a.discrete{
	color: #c99;
	text-decoration: none;
}
a.discrete:visited {
	color: #c99;
	text-decoration: none;
}
a.discrete:hover{
	text-decoration: underline;
}
a.important{
	color: #f00;
	text-decoration: none;
}
a.important:visited {
	color: #f00;
	text-decoration: none;
}
a.important:hover{
	text-decoration: underline;
}
a.nomark{
	text-decoration: none;
	color:#633;
}

a.nomark:visited{
	text-decoration: none;
	color: #633;
}
a.nomark:hover{
	text-decoration: underline;
}
a.white{
	text-decoration: none;
	font-weight:bold;
	color:#fff;
}
a.white:visited{
	text-decoration: underline;
	color:#cccccc;
}
a.white:hover{
	text-decoration: underline;
	color:#992222;
	background-color:#f80;
}
body {
	color: #633;
	background-color:#f6f6f6;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 130%;
	margin: 0;
	scrollbar-3dlight-color: #999;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #F6F6F6;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #922;
	scrollbar-highlight-color: #922;
	scrollbar-shadow-color: #922;
	scrollbar-track-color: #F6F6F6;
	text-align: left;
}

body.news {
	background-color: #fff;
	line-height: normal; /* preview newsletter, avoid line-clipping */
}

div font {
	line-height: normal;
}
div.init-hidden {
	position: absolute;
	top: 40px;
	left: 15px;
	z-index: 99;
	background-color: #922;
	color:#fff;
	font-weight:normal;
	padding: 1px 10px 2px 5px;
	visibility: hidden;
	display:none;
}
div.init-visible {
	position: absolute;
	top: 40px;
	left: 15px;
	z-index: 99;
	background-color: #fff;
	color:#922;
	font-weight:normal;
	padding: 1px 10px 2px 5px;
	visibility: visible;
	display:block;
}

div.item {
	border-top: 1px dotted #D3D3D3;
	padding: 0;
	margin: 0 10px 0 10px;
	clear:both;
}
div.itemfirst {
	border-top: 1px none #D3D3D3;
	padding: 0;
	margin: 0 10px 0 10px;
	clear:both;
}
div.itemVIP {
	border-top: 1px dotted #D3D3D3;
	padding: 0;
	margin: 0 10px 0 10px;
	clear:both;
	border-left: 1px solid #666;
}
div.itemfirstVIP {
	border-top: 1px none #D3D3D3;
	padding: 0;
	margin: 0 10px 0 10px;
	clear:both;
	border-left: 1px solid #666666;
}
div.itemcalendar {
	border-top: 1px dotted #D3D3D3;
	padding: 10px 0 5px 0;
}

div.itemlinks {
	border-top: 1px solid #D3D3D3;
	padding: 10px 0 5px 0;
}

div.toaster {
	background-color: transparent;
	color: #FF3300;
	padding-left: 15px;
	/*text-decoration: line-through;*/
}

div.toaster-head {
	background-color: transparent;
	color: #f30;
	font-weight: bold;
	left: 28%;
	padding: 10px 3px 10px;
	position: absolute;
	text-decoration: line-through;
	top: 20px;
}
div.msg{
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0 10px;
}
div.warn{
	background-color: #f93;
	border-bottom: 1px solid #000000;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 2px 6px 2px 10px;
}
font.small{
	font-size: 10px;
}
h1 {
	color: #633;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	margin: 0 10px 5px 10px;
	padding-top: 10px;
	text-align: left;
	text-transform: uppercase;
	clear:both;
}

h2 {
	color: #633;
	font-size: 19px;
	font-weight: normal;
	margin: 0 10px 5px 10px;
	padding-top: 10px;
	clear:both;
}

h3 {
	color: #633;
	font-size: 18px;
	font-weight: normal;
	line-height: 100%;
	margin: 0 10px 0 10px;
	padding: 10px 0 0 0;
	clear:both;
}

h4 {
	color: #633;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.0em;
	margin: 0 10px 0 10px;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	clear:both;
}
h4 a {
	color: #633;
	text-decoration: none;
}
h4 a:visited {
	color: #633;
	text-decoration: none;
}
h5 {
	color: #633;
	font-size: 13px;
	font-weight: bold;
	margin: 0 10px 5px 10px;
	padding-top: 10px;
	clear:both;
}
h5 a {
	color: #633;
	text-decoration: none;
}
h5 a:visited {
	color: #666666;
	text-decoration: none;
}
h6 {
	color: #633;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0 10px 5px 10px;
	padding-top: 10px;
	text-transform: uppercase;
	clear:both;
}

h6.menuhead {
	margin: 0 10px 0 10px;
}
h6.searchhead {
	margin: 0 10px 0 10px;
}
html {
	scrollbar-3dlight-color: #999;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #F6F6F6;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #992222;
	scrollbar-highlight-color: #992222;
	scrollbar-shadow-color: #992222;
	scrollbar-track-color: #F6F6F6;
}
input,textarea,select{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
}
input.button{
	background-color: #cccccc;
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
	width: 120px;
}
input.buttonstress{
	background-color: #FF9933;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	width: 120px;
}
p {
	margin: 0 5px 10px 10px;
}
p.login {
	margin: 0 5px 0 10px;
	line-height:100%;
}
p.newsdate {
	font-size: 9px;
	text-transform: uppercase;
	clear: both;
}
p.stress{
	background-color: #EAEAEA;
	color: #000000;
	padding: 5px 5px 5px 5px;
}
p.tagline {
	font-weight: bold;
	color:#666666;
	margin-bottom: 0;
}
span.highlight {
	background-color: #fc3;
	padding: 0 2px 0 2px;
}
span.strong {
	background-color: #EAEAEA;
	padding: 0 2px 0 2px;
}
table{
	margin: 10px 0 10px 10px;
}
table.search{
	margin: 10px 10px 10px 10px;
}
table h5 {
	/*border-bottom: 1px solid #666666;
	margin: 0 0 0 10px;*/
}
form table{
	margin: 0 0 0 0;
}
td {
	color: #633;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 130%;
	vertical-align: top;
}

td input, td select {
	font-size: 10px;
	width: 140px;
}
td input.cc {
	width: 320px;
}
td input.auto {
	font-size: 10px;
	width: auto;
}
td.ongray{
	background-color: #f6f6f6;
}
td.oncolor{
	background-color: #ff9933;
}

td.oline {
	border-top: 1px solid #ABABAB;
}

td.uline {
	border-bottom: 1px solid #ABABAB;
}
td.resultsheader{
	font-weight:normal;
	font-size:10px;
	color: #ffffff;
	background-color: #992222;
	padding: 2px 0px 2px 2px;
	vertical-align: bottom;
}
td.p {
margin-left:0;
margin-right:0;
padding-left:0;
padding-right:0;
}
ul{
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 0;
	padding-left:15px;
	color: #633;
}

ul li {
	list-style: disc;
	color: #633;
}

ul ul li {
	list-style: circle;
	color: #633;
}

ul ul ul li {
	list-style: square;
	color: #633;
}
.error {
	color:#ffffff;
	background-color:#ff0000;
	padding-left:5px;
}
.small {
	font-size:9px;
}
.hide {
	display: none;
}
.show {
	display: inline;
}
#banner {
	position:absolute;
	left:60px;
	top:0;
	right:60px;
	background-color: #f6f6f6;
	height:66px;
	/*background-image: url(../images/logo_inmeta_TW186x50.gif);
	background-repeat: no-repeat;
	background-position: right 20px;*/
	width:88%;	/* IE-HACK: Should be 100%! */
}
#boxIntro {
	font-size:10px;
	line-height:120%;
	border: 1px solid #999999;
	margin: 2px 60px 20px 10px;
	padding: 6px 2px 3px 5px;
	background-color: #eaeaea;
	width:130px;
}
#boxIntro p {
	margin-left: 5px;
}
#cmdSearch {
	font-size:9px;
	width: 132px;
}
#contact td input, td select {
	font-size: 10px;
	width: 200px;
}
#contact td input.button {
	font-size: 10px;
	width: 100px;
}
#contentbottom {
	position:relative;
	background-color: #f6f6f6;
	clear: both;
	font-size: 9px;
	margin-top: 200px;
	text-align: center;
	border-top: 1px solid #992222;
}
#contentcenterIFRAME {
	background-color: #fff;
	padding:0;
	border: 1px dotted #ccc;
}
#contentcenter {
	position:absolute;
	top: 90px;
	left:226px;
	margin-left: 0;
	right:61px;
	/*right:61px; no right col */
	background-color: #fff;
	padding: 0;
	border: 1px dotted #ccc;
}
#contentcenter p {
	
}
#contentcenter table img, #contentcenter table object {
	float: none;
	margin: 0 4px 0 4px;
}
#contentcenter #imgfilter {
	display:block;
	float: none;
	clear: both;
	margin: 0 10px 0 0;
}
#contentcenter img, img.right, #contentcenter object, object.right {
	float: right;
	clear: right;
	margin: 0 3px 3px 10px;
}
#contentcenter img.filter {
	display:block;
	float: none;
	clear: both;
	margin: 0 10px 0 0;
}
#contentcenter #imgfilter img.filter {
	display:inline;
	float: none;
	clear: none;
	margin: 0 15px 0 0;
}
/* also set contextual selectors in publish_edit.asp !!!! */
#contentcenter img.left, #contentcenter object.left {
	float: left;
	clear: left;
	margin: 0 10px 3px 3px;
}

#contentcenter img.plain, #contentcenter object.plain {
	float: none;
	margin: 0 4px 0 4px;
}
#contentcenter img.symbolat {
	float: none;
	margin: 0 0 0 2px;
}

#contentcenter img.toasterlink {
	float: left;
	margin: -3px 3px 0 0;
	/*margin: -10px 3px 0 5px; if right */
}
#contentcopyright {
	background-color: #ffffff;
	clear: left;
	color: #999999;
	/*float: left;*/
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin-left:10px;
	margin-top:20px;
	text-align: left;
}
#lisenshandel {
	position:absolute;
	left:10px;
	top:40px;
	background-color: #F6F6F6;
	color:#000;
	font-size: 1.0em;
}
#contentimage {
	position: absolute;
	top: 8px;
	right: 70px;
	z-index: 99;
	background-color: transparent;
}

#contentleft {
	position: absolute;
	left:60px;
	top:80px;
	background-color: #f6f6f6;
	padding: 0 5px 0 0;
	width: 160px;
	height:100%;
}
#contentleft #displaydate {
	margin: 5px 0 0 15px;
	font-size:10px;
}
#contentleft li {
	border: 1px solid #999999;
	margin: 0 0 10px -1px;
	padding: 3px 5px 3px 10px;
	background-color: #ffffff;
	list-style-type: none;
}
#contentleft li.associates {
	margin: 0 0 4px -6px;
}
#contentleft li.here {
	border: 1px solid #992222;
	color:#ffffff;
	background-color: #992222;
}
#contentleft li.vip {
	border-left: 5px solid #992222;
	padding: 3px 5px 3px 5px;
}
#contentleft table {
	margin-left:10px;
}
#contentleft table p {
	margin: 0 5px 5px 5px;
	font-size:10px;
	line-height:110%;
}
#contentleft td {
	font-size:10px;
}
#contentleft ul {
	margin: 1em; /*padding:10px 5px 0 0em;*/
	padding: 0em;
}

#contentlogin {
	position:absolute;
	left: 0;
	width:100%;
	top:0;
	z-index:10;
	color:#000000;
	background-color: #f6f6f6;
	border-bottom: 1px solid #992222;
	margin: 0;
	padding:2px;
	text-align: left;
}
#contentlogo {
	background-color: #f60000;
	float: right;
	width:186px;
	height:50px;
	background-image: url(../images/logo_inmeta_TW186x50.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
}
#contenttoaster {
	background-color: #ffffff;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	padding: 20px;
	z-index: 99;
	text-align:right;
}
#copyshort {
	/*position:relative;*/
	margin-top:20px;
	margin-left:0;
	background-color: #ffffff;
	color:#666666; 
	padding: 5px 20px 20px 20px;
	border-top: #666666 1px solid; 
	
}
#debug{
	position:absolute;
	top:2700px;
	clear:both;
	background-color: #f30;
	color: #fff;
	font-style: normal;
	margin: 30px 0 10px 0;
	padding: 10px 20px 20px 20px;
	width: 100%;
	line-height: 140%;
}
#ifShop {
	position:absolute;
	top: 126px;
	left:226px;
	margin-left: 0;
	right:61px;
	height:auto;
	display:none;
	background-color: #ffffff;
	padding: 0 0 0 0;
	border: 1px solid #cccccc;
}
#ifShop table {
	margin: 0 0 0 0;
}
#langmenu {
	/*position: absolute;
	top: 13px;
	left: 15px;
	width:500px;
	z-index: 99;
	background-color: transparent;
	color:#922;
	font-weight:normal;
	padding: 0 0 5px 0;*/
	padding-top:10px;
	border-bottom: 1px solid #ccc;
}
#menu {
	margin: 40px 0 0 10px;
	padding: 25px 0 10px 0;
	clear:both;
	white-space: nowrap;	/* NOFUNC */
	}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	background-color: #fff;
	}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}
#menu ul li a {
	/*width: 85px;*/
	width: 117px;
	height: 2em;
	background: #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: none;
	padding: 0;
	margin: 0;
	color: #992222;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:    11px;      
	} 
#menu ul li a.shop	{
	width: 100px;
	border-right: 1px solid #999;		/* only if shop is rightmost */
	background-image: url(../images/cart_T18x14.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	text-align: left;
	padding-left:30px;
	}
#menu ul li a.no	{
	width: 60px;
	border-right: 1px solid #999;
	background-image: url(../images/flg_no_16x13.gif);
	background-repeat: no-repeat;
	background-position: 6px;
	text-align: left;
	padding-left:30px;
	}
#menu ul li a.dk	{
	width: 60px;
	border-right: 1px solid #999;
	background-image: url(../images/flg_dk_16x13.gif);
	background-repeat: no-repeat;
	background-position: 6px;
	text-align: left;
	padding-left:30px;
	}
#menu ul li a.se	{
	width: 60px;
	border-right: 1px solid #999;
	background-image: url(../images/flg_se_16x13.gif);
	background-repeat: no-repeat;
	background-position: 6px;
	text-align: left;
	padding-left:30px;
	}
#menu ul li a.us	{
	width: 60px;
	border-right: 1px solid #999;
	background-image: url(../images/flg_us_16x13.gif);
	background-repeat: no-repeat;
	background-position: 6px;
	text-align: left;
	padding-left:30px;
	}
#menu ul li a:hover {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #fff;
	background: #992222;
	}
#menu a:active	{
	background: #c60;
	color: #fff;
	}
#menu #current a {
	background: #992222;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #fff;
	font-weight: normal;

}
#msfeed {
	text-align:left;
	margin: 10px 0 0 10px;
	padding-bottom:10px;
	font-size:10px; 
	border:1px solid #d3d3d3;
	background-color:#992222;
	color:#fff;
}
#msfeed #cmdMSFeed{
	font-size:9px;
	width: 120px;
	margin-left:10px;
}

#printonly{
	display: none;
}
#rss {
	margin-left:10px;
	padding-top:5px;
}
#search-words {
	font-size:9px;
	width:128px
}
#search-controls {
	text-align:left;
	margin-left:13px;
	margin-bottom:5px;
}

#select-Topic {
	font-size:9px;
	width:134px;
}
#shopintro {
	padding: 10px 10px 20px 10px;
	background-color:#f6f6f6;
	border-bottom: 1px dotted #cccccc;
	font-size:11px;
	font-style: italic;
}
#uio_prices td {
	padding:5px;
	font-family:Verdana, sans-serif;
	font-size:11px;
	text-align:left;
	vertical-align: top;
	border-bottom:1px solid #cccccc;
	white-space:normal;
	height:15px;
	}
#uio_prices td.nowrap {
	white-space: nowrap;
}
}#uio_prices td.right {
	text-align:right;
	white-space: nowrap;
}
#uio_prices th {
	padding:5px;
	font-family:Verdana, sans-serif;
	font-size:11px;
	text-align:left;
	vertical-align: bottom;
	border-bottom:2px solid #666666;
	white-space:normal;
	height:15px;
}
}#uio_prices th.right {
	text-align:right;
}
/* search results */

div.search-item {	/* mimics ordinary content */
	border-top: 1px solid #D3D3D3;
	padding: 10px 0 0 0;
	clear:both;
}
#contentcenter form {
	margin:0;
	padding:0;
}
#contentcenter #searchbox-ext {
	background-color:#eaeaea;
	padding:4px 0 0 5px;
	margin: 0 0 0 5px;
}
#contentcenter #searchbox-ext input{
	font-size:9px; 
}
#contentcenter #searchbox-ext select{
	font-size:9px;
	width:40px;
	margin-right:5px; 
}
#contentcenter #cmdSearch-ext {
	font-size:9px;
	width: 70px;
}
#contentcenter div.search-item .search-item-head {
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	font-size:1.2em;
	font-weight:bold;
}
#contentcenter div.search-item .search-item-head a:link, #contentcenter div.search-item .search-item-head a:visited {
	color: #333;
	text-decoration:none;
}
#contentcenter div.search-item .search-item-head a:hover {
	color: #333;
	text-decoration:underline;
}
#contentcenter div.search-item .search-item-tagline {
	font-weight: normal;
	font-style: normal;
	font-size:1.1em;
	color:#666666;
	margin-bottom: 5px;
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
}
#contentcenter div.search-item .search-item-body {
	margin-top:0;
	margin-bottom:5px;
	line-height:1.2em;
}
#contentcenter div.search-item .search-item-readmore {
	font-size:0.9em;
	margin-left:0;
}
p.searchhead {
	margin: 0 10px 0 10px;
	padding-left: 30px; 
	background-image: url(img/view_t25x15.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:1.4em;
	font-weight:normal;
	font-family: Verdana, Arial, sans-serif;
}
table.search-header {
	margin-top:0;
	margin-bottom:10px;
	width:100%;
}
td.search-header{
	font-weight:normal;
	font-size:10px;
	color: #ffffff;
	background-color: #922;
	padding: 2px 0 2px 2px;
	vertical-align: bottom;
	font-family: Verdana, Arial, sans-serif;
}
td.search-header a, td.search-header a:visited{
	text-decoration: none;
	font-size: 1.1em;
	font-weight:bold;
	color:#fff;
}
/* Popup Window */
body.pop {
	color: #ccc;
	background-color: #fff;
	line-height: normal; /* preview newsletter, avoid line-clipping */
}
body.pop td{
	color: #ccc;
	background-color: #fff;
	line-height: normal; /* preview newsletter, avoid line-clipping */
}
#popwin h4 {
	color: #ccc;
	background-color:#922;
	font-weight:bold;
	text-transform: none;
	margin:0;
	padding: 3px 6px;
}
/* Web Polls */
#poll {
	font-family: tahoma, arial, helvetica, sans-serif;
	background-color:#eaeaea;
	text-align:left;
	margin:10px 0 0 10px;
	padding:0 5px 10px 5px;
	border-top:1px solid #fff;
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	border-left:1px solid #fff;
	width: 120px;
}
#poll form {
	margin:0 0;
}
#poll td input {
	font-size: 10px;
	width: auto;
}
#poll td.vote {
	padding-bottom: 0.4em;
	border-bottom:1px solid #ccc;
}
#poll td.result {
	border-bottom:1px solid #ccc;
}
#poll #polltitle{
	background: transparent url(img/icon_inmeta_TW25x22.gif) left 2px no-repeat;
	padding-left:30px;
	padding-bottom:3px;
	font-weight:bold;
	font-size: 12px;
	height:28px;
	border-bottom:1px solid #ccc;
}
#poll #pollquestion, #poll #pollthanks {
	font-weight:normal;
	font-size: 13px;
	margin:10px 0;	
}
#poll #cmdVote, #poll #cmdResults {
	background-color: #FF9933;
	color: #000000;
	font-weight: normal;
	width: 56px;
	font-size:9px;
}
/* QA-sections */
.QA-expandable {	/* parent */
	margin: 15px 10px 0 10px;
	padding: 0 0 0 20px;
	color: #633;
	font-size: 13px;
	font-weight: bold;
	cursor : pointer;
	background: transparent url(img/help_tw16x16.gif) no-repeat top left;
}
.QA-shown {	/* parent */
	margin: 15px 10px 0 10px;
	padding: 0 0 0 20px;
	border-bottom : 1px solid #ccc;
	color: #633;
	font-size: 13px;
	font-weight: bold;
	cursor : pointer;
	background: transparent url(img/help_tw16x16.gif) no-repeat top left;
}
.QA-collapsed {	/* child */
	display : none;
}
.QA-expanded {	/* child */
	margin: 0 0 0 5px;
	color : #000;
	font-size : 11px;
	font-style : normal;
	margin-bottom : 0;
	padding: 5px 2px 8px 2px;
}
/* TOASTER */
#toaster {
	border: 1px solid #999999;
	margin: 10px;
	padding: 10px 5px 10px 40px;
	background: #d3d3d3 url("img/toaster_TG30x27.gif") 4px 10px no-repeat;
}