/* *** Lense Selector *** */

#PLUGIN_LS_Outer
{
	margin-top: 20px;
	width: 640px;
}

#PLUGIN_LS_Left
{
	float: left;
	width: 290px;	
}
#PLUGIN_LS_Right {
	float: right;
	width:330px;	
}
#PLUGIN_LS_Movable {
	left: 13px;
}

#PLUGIN_LS_Calculator
{
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	clear: left;
	z-Index: 0;
	width: 292px;
	height: 200px;
	padding: 4px;
}

* html #PLUGIN_LS_Calculator { height: 210px; overflow: hidden;}

#PLUGIN_LS_Calculator div.PE_contentPair
{
	padding-bottom: 12px;
}

#PLUGIN_LS_Calculator label 
{
	width: 180px;
}

#PLUGIN_LS_Animation
{
	background: #f7f7f7;
	border: 1px solid #ccc;
	padding: 4px;
}

#PLUGIN_LS_Display_All
{
	margin-top: 20px;
}

#PLUGIN_LS_Lense_list
{
	margin-top: 20px;
	display: none;
}

#PLUGIN_LS_Mouseinfo
{
	position:absolute;
	left: 0px;
	top: 0px;
	width:250px;
	overflow:visible;
	z-Index:10;
	display: none;
	background-color: #ddddff;
	color: #000000;
	font-family: verdana,arial;
	font-size: 10px;
}

#PLUGIN_LS_Animation #PLUGIN_LS_Sliderback
{
	position: relative;
	width: 320px;
	height: 8px;
	z-Index: 0;
	background-image:url(../images/slider_back.gif);
	background-repeat: repeat-x;
}

#PLUGIN_LS_Animation #PLUGIN_LS_Slider
{
	position: absolute;
	left: 4px;
	top: 10px;
	width: 32px;
	height: 32px;
	z-Index:1;
}

#PLUGIN_LS_Animation #PLUGIN_LS_Calculator_Info
{
	position: absolute;
	left:0px;
	top:0px;
	width:250px;
	visibility:hidden;
	overflow:visible;
	z-Index:10;
}

#PLUGIN_LS_Info
{
	position:absolute;
	left: 10px;
	top: 500px;
	visibility:visible;
}

#PLUGIN_LS_Tabs 
{
	list-style: none;
	margin: 0;
	padding: 0; 
	float: left;
	position:relative;
	top: 1px;
}
#PLUGIN_LS_Tabs li {
	margin: 0;
	padding: 3px 8px;
	float: left;
	border: 1px solid #ccc;
	margin-right: 2px;
	background: #f7f7f7;
	z-index: 99;
	background: #ccc;
	cursor: pointer;
}
#PLUGIN_LS_Tabs li.PE_active 
{
	border-bottom-color: #f7f7f7;
	background: #e0e0e0 url(../../../sites/site_2/images/Legend_BG.png) repeat-x left top;
	cursor: default;
}

#PLUGIN_LS_Lense_list caption
{
	text-align: left;
	font-size: 11px;
	margin-bottom: 4px;
}

#PLUGIN_LS_Lense_list table 
{
	border: 1px solid #ccc;
	background: #f7f7f7;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 18px;
}

#PLUGIN_LS_Lense_list th
{
	background-color: #f4f4f4;
}
#PLUGIN_LS_Lense_list td,
#PLUGIN_LS_Lense_list th
{
	padding: 2px;
	border: 1px solid #ccc;
	font-weight: normal;
	font-size: 11px;
} 
div.PE_submit {
	clear: left;
	padding-bottom: 8px;
}

#div_ergebnis input { 
	text-align: center;
	background: #f4f4f4; 
}

#PLUGIN_LS_Slider_Info
{
	position:relative; 
	left:15px; 
	top:-50px; 
	width:60px; 
	z-Index: 1;
	border: 1px solid #ccc;
	background: #f7f7f7;
	font-size: 11px;
	text-align: center;
	padding: 2px;
}
.PE_evenRow { background-color: #fafafa; }

.PLUGIN_LS_lensInfo { text-align: center;}
.PE_small { font-size: 10px; }
