body {
	background-color: #F5F5F5;
}

h1, h2, h3, h4, th {
	color: #93B876;
	font-family: sans-serif,sans;
	font-weight: normal;
}

h1 {
	font-size: 56pt;
	letter-spacing: -6px;
}

h2 {
	margin-top: 15px;
	font-size: 26pt;
	letter-spacing: -2px;
}

h3 {
	font-weight: bold;
	font-size: 12pt;
	margin-top: 10px;
	letter-spacing: 0px;
	color: #93B876;
}

h4 {
	font-weight: bold;
	font-size: 10pt;
}

a img {
	border-style: none;
}

.group_list{
	cursor: pointer;
	padding-right: 10px;
}

.group_products {
	
}

.group_products td {
	width: 300px;
}

.chart h3 {
	margin-bottom: 15px;
}

.chart {
	width: 200px;
	min-height: 200px;
	background: transparent url(./images/bg_small.gif) no-repeat scroll -800px 0;
}

.chart_outer {
	background: transparent url(./images/bg_small.gif) no-repeat scroll -1000px 100%;
	margin: 10px 0 0;
	padding: 0 0 10px;
	width: 200px;
}

.popuppp {
	transparent
	display: none;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	color: black;
	opacity:.90;
	position: absolute;
	min-height: 150px;
	background-color: #DDDDDD;
	width: 350px;
}
.popup {
	background:transparent url(images/border3.gif) no-repeat scroll -510px 0;
	margin:10px 0 0;
	padding:10px 0 0;
	position: absolute;
	width: 510px;
}

.popup2 {
	background:transparent url(images/border3.gif) no-repeat scroll -1020px 100%;
	padding:0 0 10px;
}

.popup3 {
	background:transparent url(images/border3.gif) repeat-y scroll 0 0;
	padding:5px 15px;
}



#left_tabb {
	float: left;
	width: 174px;
	border-style: solid;
	border-width: 1px;
	border-left: 0;
	border-right-width: 0px;
	border-top-color: #DDDDDD;
	cursor: move;
	background-color: #DDDDDD;
}

#right_tabb {
	float: right;
	width: 175px;
	border-style: solid;
	border-width: 1px;
	border-right: 0;
	cursor: pointer;
	background-color: #CCCCCC;
}

.chart_product {
	/*border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;*/
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
}

.plusminus {
	height: 15px;
	width: 15px;
	font-size: 7pt;
	font-weight: bold;
	background-color: #93B876;
	
	margin-bottom: 1px;
	cursor: pointer;
}

.kustuta {
	background-color: #FF6633;
}

input.error_ {
	border-color: #FF6633;
	border-style: solid;
}

.full {
	max-width:900px;
}

.full th {
	font-weight: bold
}


.button{
	background-color:#F5F5F5;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
	font-weight:bold;
	padding: 0 10px 0 10px;
	cursor: pointer;
}

.button:active {
	background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

.button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}


.positive {
	color:#529214;
}

.button.big{
	font-size: 11pt;
	margin-right: -1px;
	line-height: 23px;
}

.positive:hover{
	background-color:#E6EFC2;
	border:1px solid #C6D880;
}

.negative {
	color:#d12f19;
}

.negative:hover {
	background:#fbe3e4;
    border:1px solid #fbc2c4;
}

.seb {
	background-image: url(images/seb.gif);
	border:1px solid #63CE18;
	margin:0 2px;
	width: 88px;
	height: 31px;
	cursor: pointer;
}

.hansa {
	background-image: url(images/swed.gif);
	border:none;
	margin:0 2px;
	width: 88px;
	height: 31px;
	cursor: pointer;
	float: left;
}