/* --------------------------------------------------------------------------- */
/*  Copyright 2009 by Object dynamiX AG                                        */
/*                                                                             */
/*  Beschreibung: Beinhaltet alle allgemein verwendeten Klassen.               */
/*                Dies sind meistens Klassen, welche mehrfach verwendet werden */
/*                (z.B. Error-Messages, Values, Tables, Datagrids)             */
/* --------------------------------------------------------------------------- */


.clear{
	clear: both;
	height: 0px;
	overflow: hidden;
}

.legend{
	font-weight: bold;
	vertical-align: top;
}

.legend span{
	line-height: 20px;
}

.value {
	text-align: right;
}

.total {
	font-weight: bold;
}

.strong { font-weight: bold; }

/* Ändern/Aktuallisieren (icon)*/
.btnChange{
	padding: 0px;
	margin-bottom: -4px;
}

/* Löschen (icon)*/
.btnDelete{
	padding: 0px;
	margin-bottom: -4px;
}

/* Leeren */
.btnClear{
}

/* Bestellen */
.btnOrder{
}

.securitycode input{
	width: 189px;
}


/* zur Warenkorb hinzufügen */
.btnAddToWKB{
	border: 1px solid #A9A9A9 !important;
	background: url('../images/tobasket.png') no-repeat !important;
	height: 18px !important;
	width: 18px !important;
	margin-bottom: -5px;
	padding: 0px;
}

/* zur Merkliste hinzufügen */
.btnAddToMLK{
	border: 1px solid #A9A9A9 !important;
	background: url('../images/tomlk.png') no-repeat !important;
	height: 18px !important;
	width: 18px !important;
	margin-left: 3px;
	margin-bottom: -5px;
	padding: 0px;
}

.input_plz input{
	width: 45px !important;
}

.input_ort input{
	margin-left: 3px;
	width: 88px !important;	
}

.input_menge input{
	width: 30px !important;
	/*padding: 0px 2px 1px 0px;*/
	text-align: right;
	margin-top: 1px;
	margin-bottom: 1px;
}

.input_artNr input {
	width: 70px !important;
}

.inputPassword input{
	width: 116px;
}

.lostPw_input input{
	width: 189px !important;
}





/* Informations-DIV --------------------------------------------------------------------- */
.pnlInfo{
	border: 1px #a9a9a9 solid;
	background: #f4f4f4;
	margin: 15px 0px 10px 0px;
	padding: 5px;
	color: #e2001a;
	padding-left: 5px;
	padding-top: 5px;
}

.infoIcon{
	vertical-align: middle;
}

.pnlInfo a{
	color: #e2001a;
}



/* Tabstrip --------------------------------------------------------------------------- */
.tbsActive a{
	font-weight: bold;
}

.tabstrip{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.tabstrip li{
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 4px;
	border: 1px transparent solid;
	list-style: none;
}

.tabstrip li a{
	color: #666666;
	text-decoration: none;
}

.tabstrip li a:hover{
	/*color: #e2001a;*/
	text-decoration: none;
}

.tabstrip li.tbsActive{
	border: 1px solid #c9c9c9;
	border-bottom: 1px solid #ffffff;
}

.tabstrip li.tbsActive a{
	font-weight: bold;
}

.tabstrip li.tbsInactive{
}

.tabstripAfterBox{
	margin-top: 33px;
	padding: 5px;
	border: 1px solid #c9c9c9;
}


/* Error messages ----------------------------------------------------------------------->*/
.error{
	color: #e2001a;
}

.formErrorMessage strong{
	color: #e2001a;
}

.formErrorTable strong{
	color: #e2001a;
}

.quickOrderErrorMessage{
	color: #e2001a;
}

 #login_errormsg {
 	color: #e2001a;
 }


/* Tabellen und Datagrids  ----------------------------------------------------------------------*/
table.simple_grid, table.quickOrderSuggest, table.short_grid{
	width: 100%;
	margin: 15px 0px;
	border: 1px solid #a9a9a9;
	border-collapse: collapse;
}

table.quickOrderSuggest, table.short_grid {
	width: auto;
	margin: 0px 0px;
}

table.simple_grid td, table.quickOrderSuggest td, table.short_grid td{
	border-bottom: 1px solid #a9a9a9;
	padding: 2px 2px 2px 2px;
	
}

table.short_grid td{
	padding: 2px 12px 0px 12px;
}

.grid_header td{
	font-weight: bold;
	/*line-height: 25px;*/
	padding-top: 7px !important;
	padding-bottom: 6px!important;
}

.grid_normal td{
	background: #f4f4f4;
}

.grid_alternate td{
	background: #ffffff;
}


/* Persönliche Daten Forms (Registrieren, Kontaktform usw.) */
.table_persData{
	margin-bottom: 20px;
	width: 100%;
}

.table_persData .legend{
	width: 140px;
}

.table_persData .daten{
	/*width: 330px;*/
}

/* Adress-tabelle */
.adress .legend{
	padding-right: 10px;
}


/* order_summary */
table.order_summary{
	width: 100%;
	margin: 15px 0px;
}

table.order_summary td{
	height: 20px;
}

table.order_summary tr.grid_alternate td{
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px #a9a9a9 solid;
}

table.order_summary tr.grid_normal td{
	background: #ffffff;
}

table.order_summary tr.grid_alternate td{
	background: #f4f4f4;
}

/* total_box ------------------------------------------------------------------------------*/
.total_box {
	background: #f4f4f4;
	border-bottom: 3px double #808080;
	border-top: 1px solid #808080;
	/*border-left: 1px solid #808080;
	border-right: 1px solid #808080;*/
	margin-bottom: 10px;
	color: #e2001a;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	height: 15px;
	padding: 5px 5px 5px 5px;
}

.total_text{
	float: left;
	display: block;
	width: 150px;
}

.total_text2{
	float: left;
	display: block;
	color:black;
	font-size:11px;
}

.total_value{
	position:	relative;
	float: right;
	display: block;
	width: 150px;
	text-align: right;
/*	position: absolute;
	top: 0;
	right: 0;*/
}


/* controls box (Wird bei Weiter und Zurück buttons (z.B in Bestellablauf) verwendet. --------------------------------------------------*/
.controls{
	margin-top: 15px;
	position: relative;
	height: 20px;
	width: 760px;
}

.controls td.left_align{
	text-align: left;
}

.controls td{
	text-align: center;
}

.controls td.right_align {
	text-align: right;
}

.controls input{
}


.FreeTextEditor
{
    position:absolute;
    background-color:white;
    z-index:999;
    width:755px;
    border: 1px solid  #cccccc ;
    padding: 0px;
    max-width:755px;
}

.FreeTextEditorTop {
    background:#F4F4F4 none repeat scroll 0 0;
    margin:0;
    padding:0;
    text-align:right;
    /*width:100%;*/
}

.FreeTextEditorClose {
    cursor:pointer;
    display:block;
    font-weight:bold;
    margin-right:2px;
}

.FreeTextEditorButtons 
{
    margin-top:5px;
    margin-bottom:5px;
    margin-left:7px;
    margin-right:5px;
	 width: 530px;
}

.FreeTextEditorOptions 
{
    margin:5px;
	 width: 525px;
	 border: 1px  #cccccc solid;
}

.FreeTextEditorAdminInfo{
	display: block;
	background-color: #3399FF;
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
}

.FreeTextEditorPublishInfo{
	display: block;
	background-color: #3399FF;
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
}

.FreeTextEditorLinkOptions{
	margin:5px;
	width: 513px;
	border: 1px  #cccccc solid;
}

.FreeTextEditorPopUpOptions{
	margin:2px;
	width: 280px;
	border: 1px  #cccccc solid;
}

.FreeTextHistoryTable{
	width:100%;
	/*background-color:#dfbd9f;*/
	border: 0px;
}

.FreeTextHistoryCombo select{
	width:130px;
}


.FreeTextEditorHistory{
	/*margin:5px;*/
	margin-top:10px;
	margin-bottom: 10px;
	width: 100%;
	border: 1px  #cccccc solid;
}

.FreeTextHistoryRowSep td{
	border-top: 1px  #cccccc dotted;
}

.FreeTextHistoryRestoreContent{
	width:130px !important;
}