//Copyright (C) 2003-2004 Richard Schmid, Infolox GmbH. All rights reserved.

html {
	margin:0;
	padding:0;
	overflow-x:hidden;
	overflow-y:auto;
}

body.sfix {
	background-color: transparent;

	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	
	color: #000000;	
}

div.selektofix {
	background-color: transparent;
	padding: 0px;
	border: 0px;
}

#selektofix td {
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
}

/* common to all SF-Buttons */
#selektofix button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	outline-style: none;
	border-style: none;
	margin: 0px;
}

#selektofix p.SFVal {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	outline-style: none;
	border-style: none;
	margin: 0px;
}

/* all labels should be fine with these settings ;-) */
#selektofix label {
	cursor: pointer;
	vertical-align: middle;
}
#selektofix	input.SFCB {
	vertical-align: middle;
}

/* Selected */
#selektofix div.SFSel {
	cursor: default;
	height: 100%;
	padding-left: 3px;
	padding-right: 3px;
	background:#f2bd58;
	color:#1d2876;
}

/* default */
#selektofix div.SFDef {
	cursor: pointer;
	behavior:url('css/csshover.htc');
	height: 100%;
	padding-left: 3px;
	padding-right: 3px;
	background:#d6d6d6;
	color:#1d2876;
}
#selektofix div.SFDef:hover, #selektofix div.SFDefHover {
	cursor:pointer;
	background:#f2bd58;
	color:#1d2876;
}

#selektofix div.SFInv {
	cursor: default;
	height: 100%;
	padding-left: 3px;
	padding-right: 3px;
	background:#fff;
	color:#bbb;
	text-decoration:line-through;
}

#selektofix input.SFText {
	behavior:url('css/csshover.htc');
	background:#eee;
	border:1px solid #ccc;
	border-color:#aaa #ccc #ccc #aaa;
	color:#1d2876;
	margin: 2px;
	width: 40px;
}
#selektofix input.SFText:hover, #selektofix input.SFTextHover {
	background:#fff;
}
#selektofix button.SFTextGo {
	cursor: pointer;
	display: inline;
	behavior:url('css/csshover.htc');
	background:#d6d6d6;
	color:#1d2876;
	padding: 0px;
	margin: 2px;
	width: 30px;
	height: 20px;
	outline-style: none;
	border-style: none;
}
#selektofix button.SFTextGo:hover, #selektofix button.SFTextGoHover {
	background:#f2bd58;
}

#selektofix table.SFDefns {
	background-color: transparent;
	
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1d2876;
}

#selektofix table.SFCombinedDefn {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;
}

#selektofix table.SFDefn {
	width: 60px;
	background-color: transparent;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaa;
}

#selektofix th.SFDefnName, th.SFDefnHeader {
	white-space: nowrap;
	width: 100%;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	cursor: default;
	color: black;
	line-height: 11pt;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #aaa;
}

#selektofix th.SFDefnName {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aaa;
}

#selektofix td.SFDefnValue, td.SFDefnInput, td.SFDefnCBValue {
	white-space: nowrap;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	line-height: 12.5pt;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #aaa;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aaa;
}

#selektofix td.SFDefnValue {
	cursor: pointer;
}

#selektofix td.SFDefnInput {
	padding: 3px;
}

#selektofix td.SFDefnCBValue {
	text-align: left;
}

#selektofix table.SFProducts {
	background-color: transparent;
	width: 780px;
	margin-top: 10px;
	padding-top: 5px;	
}

#selektofix td.SFPDataHeader,
#selektofix td.SFPDataName {
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;	
	padding-top: 0px;
	margin: 0px;
	text-align: left;
	cursor: default;
	color: black;
	line-height: 10pt;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #1D2876;
	border-bottom-style: solid;	
	border-bottom-width: 1px;
	border-bottom-color: #1D2876;
	background-color: #f2bd58;
}

#selektofix td.SFPData {
	white-space: nowrap;
	vertical-align: top;
	color: black;
	padding: 3px;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d6d6d6;
}

#selektofix a:link, a:visited {
	text-decoration:none;
	color:#1D2876;
}

#selektofix a:hover, a:active {
	text-decoration:underline;
	color:#1D2876;
}

/* ==================   Bernhard ====================== */
table.settings {
	background-color: transparent;
}

td.setting {
	white-space: nowrap;
	height: 100%;
	padding: 0px;
	text-align: center;
	cursor: pointer;
	line-height: 13.5pt;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d6d6d6;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6d6d6;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d6d6d6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d6d6d6;
}

td.products {
	white-space: nowrap;
	text-align: center;
	cursor: default;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 13.5pt;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #1d2876;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d6d6d6;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6d6d6;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d6d6d6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d6d6d6;
}

td.numberOf {
	white-space: nowrap;
	width: 150px;
	
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	border: none;
}

td.s_space {
	width: 2px;
	border:none;
}

select.numberOf {
	background-color: #d6d6d6;
	width: 150px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#1d2876;
}
