div#MainDiv {
		max-width: 640px/* 670 550px;*/
}

body {
	color:#555555;
	font-family: Tahoma;
	font-size: 14px;
	background: #ffffff;
	margin: 0; 
/* for online integration the best is to declare zero margin in order to remove it.
 However for standalone reviewing it is easier to see the tool with margins = default browser margin. kn@120926 */
 
}

a:link, a:visited {
	color: #252525;
	transition: color 0.3s ease-in-out 0s;
	text-decoration: none;
}
a:hover, a:active {
	color: #777777;
}
.SelectionObject-FirstLevel-ArrowButton, .SelectionObject-FirstLevel-Tab-Button{
  border-radius: 0px;
  background: #fafafa;
  min-height: 55px;
}
.SelectionObject-FirstLevel-Tab-SelectedButton{
  background: #fff;
  border-top: 2px solid #cb1c68;
  border-bottom: 0px;
  color: #000;
}
.SelectionObject-FirstLevel-TabContainer{
  padding: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.SelectionObject-FirstLevel-SliderContainer{
  border-bottom: 1px solid #e1e1e1;
}
.SelectionObject-FirstLevel-ArrowButton:hover, .SelectionObject-FirstLevel-Tab-Button:hover{
  background: #fff;
}

.SelectionObject-SecondLevel-SelectedButton, .SelectionObject-SecondLevel-SelectedButton:hover
{
  background: #fafafa;
}

button.SelectionObject-SecondLevel-Button{
  border-radius: 0px !important;
  border-top: 2px solid #cb1c68;
}