/**
  CSS-Styles

  @copyright		e-matters GmbH, 2008
  @since			18.03.2008
*/


/********  Warenkorb  ********/
.basket_head{
  background-color:#777777;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight:900;
  color:#FFFFFF;
  padding-top:2px;
  padding-bottom:2px;
}
.basket_head_l{
  border-left: 1px solid #000000;
}
.basket_head_r{
  border-right: 1px solid #000000;
}

.basket_foot{
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight:900;
  font-size:13px;
  padding-top:6px;
  padding-bottom:6px;
}
.basket_foot_l{
  border-left: 1px solid #000000;
}
.basket_foot_r{
  border-right: 1px solid #000000;
}

.basket_row_img{
  width:86px;
  text-align:center;
  border-left: 1px solid #000000;
  padding-top:6px;
  padding-bottom:6px;
}
.basket_row_code{
  padding-right:6px;
  vertical-align:middle;
}
.basket_row_name{
  padding-right:6px;
  vertical-align:middle;
}
.basket_row_quan{
  vertical-align:middle;
}
.basket_row_price{
  padding-left:6px;
  vertical-align:middle;
  font-size:13px;
}
.basket_row_remove{
  padding-left:10px;
  padding-right:4px;
  vertical-align:middle;
  border-right: 1px solid #000000;
}



/********  OO-Conflict-Box  ********/
.oo_conflict_box{
  border: 1px solid #666666;
  background-color: #FEFFCD;
  margin-bottom:12px;
  padding:12px;
}
.oo_conflict_ul{
  padding:0px;
  margin:0px;
  margin-left:18px;
  margin-bottom:6px;
}
.oo_conflict_head{
  color:#AE0000;
  margin:0px;
  margin-bottom:10px;
  font-size:14px;
  font-weight:bold;
}
.oo_conflict_msg{
  color:#000000;
  font-weight:bold;
  line-height:16px;
}
.oo_conflict_sol{
  color:#444444;
  font-weight:normal;
  line-height:16px;
}

/********  Bestellübersicht  ********/
.order_overview_frame{
  width:100%;
  border:0px;
  margin-bottom:24px;
  clear:both;
}

th.order_overview{
  background-color:#D0D0D0;
  color:#333333;
  font-size:11px;
  text-align:left;
}

th.order_overview_number{
  background-color:#D0D0D0;
  color:#333333;
  text-align:left;
  text-align:right;
  padding-left:8px;
    font-size:11px;
}

.order_overview_txt{
  font-size:11px;
  vertical-align:top;
  text-align:left;
  padding-right:8px;
}
.order_overview_num{
  font-size:11px;
  vertical-align:top;
  text-align:right;
  padding-left:8px;
}
.order_overview_netto{
  border-top: 1px solid #333333;
}
.order_overview_brutto{
  line-height:20px;
  border-top: 1px solid #333333;
  border-bottom: 2px solid #333333;
}
.order_overview_failed{
  line-height:36px;
  font-size:12px;
  font-weight:900;
  color:#AE0000;
}

/********  Bestellungsdetails  ********/
table.order {
  width: 100%;
  text-align: left;
  clear: both;
  margin: 0 0 20px;
  font-size: 11px;
}

.order thead th {
  background-color: #D0D0D0;
  font-size:11px;

}

.order p {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.order p.zip {
  margin: 1em 0 0;
  padding: 0;
  line-height: 1em;
}

#order, #sum {
  width: 50%;
  float: right;
}

#sum {
  border-color: #000;
  border-style: solid;
  border-width: 1px 0;
}

#sum tfoot th, #sum tfoot td {
  border-top: 1px solid #000;
}

.order .number {
  text-align: right;
}

input.quantity {
  width: 30px;
  text-align: right;
}

#bankeinzug th, #bankeinzug td,
#vorkasse th, #vorkasse td {
  width: 25%;
  padding: 0;
  margin: 0;
}

#versandart th, #versandart td,
#creditcard th, #creditcard td,
#barzahlung th, #barzahlung td,
#nachname th, #nachname td,
#payPalRemittance th, #payPalRemittance td,
#payPalEC th, #payPalEC td {
  width: 50%;
}

/********  Produkt-Vorschau  ********/
.prd_preview_normal {
  font-size:12px;
  font-weight:bold;
  color:#000000;
  width: 300px;
  text-align:center;
}

.prd_preview_small {
  font-size:11px;
  color:#000000;
  width:250px;
}

.prd_preview_tiny {
  font-size:11px;
  color:#000000;
}

/*********************************************************************
 *********  Container: Form 1 (add 02.02.2010)     		          ****
 *********************************************************************/

/* Container - Form1 */
.c_form_1{
  width:100%;
    margin:0 0 4px 0;
    padding:0;
}
.c_form_1_tl{
 /*	background-image:url(files/form1_tl.gif);
	background-repeat:no-repeat;*/
  height:7px;
  width:7px;
  font-size:1px;
}
.c_form_1_tc{
  border-top:0px solid #C4C5CB;
  font-size:1px;
  height:3px;
}
.c_form_1_tr{
	/*background-image:url(files/form1_tr.gif);
	background-repeat:no-repeat;*/
  height:7px;
  width:7px;
  font-size:1px;
}
.c_form_1_bl{
  border-left:0px solid #C4C5CB;
  border-bottom:0px solid #C4C5CB;
  width:1px;
  font-size:1px;
}
.c_form_1_bc{
  border-bottom:0px solid #C4C5CB;
  padding-bottom:24px;
}
.c_form_1_br{
  border-right:0px solid #C4C5CB;
  border-bottom:0px solid #C4C5CB;
  width:1px;
  font-size:1px;
}

/*********************************************************************
 *********  One - Klick - Checkout (add 02.02.2010)               ****
 *********************************************************************/
.checkout_oneclick_fr .address_outer td{
  font-size: 11px;
  font-family: Arial, sans-serif;
  color: #8C8C8C;
  text-align: left;
}

.checkout_oneclick_fr .address_outer th{
  font-size: 11px;
  font-family: Arial, sans-serif;
  color: #8C8C8C;
  font-weight: bold;
  text-align: left;
}

.checkout_oneclick_fr .c_form_1_bc{
  padding-bottom:8px;
}
.checkout_oneclick_fr .c_text_1 h1{
  margin-bottom:6px;
}
.checkout_oneclick_fr .c_text_1 p{
  margin:0px;
}

.chkout_bttns{
  margin:16px 0 20px 0;
}
.chkout_bttns .chkout_bttn_goback{
  text-align:left;
}
.chkout_bttns .chkout_bttn_dosave{
  text-align:right;
}

.chkout_inv_addr{
  margin-bottom:10px;
}

.chkout_oclick_login .user_login{
  width:570px;
}
.chkout_oclick_login .user_login .user_login_fname{
  vertical-align:top;
}
.chkout_oclick_login .user_login .user_login_fcell{
  vertical-align:top;
}
.chkout_oclick_login .user_login .user_login_fcell a{
  display:block;
}
.chkout_oclick_login .user_login .user_login_bttn{
  vertical-align:top;
  text-align:right;
}

.address_outer {
  width:570px;
}
.address_outer th{
  width:130px;
}
.address_outer td{
  width:255px;
  padding-top: 3px;
}
.chkout_login_fields table{
  width:570px;
}
.chkout_login_fields table th{
  width:130px;
}
.chkout_login_fields table td{
  width:255px;
}

.chkout_login{

}
.chkout_login label{
  font-size:1.2em;
  color: #8C8C8C;
}
.chkout_login_fields{
  margin-bottom:12px;
}
.chkout_login_desc{
  font-size:0.9em;
}
.chkout_del_addr label{
  font-size:1.2em;
   color: #8C8C8C;
}

.payment_paymode_name label{
  font-weight:700;
  font-size:1.2em;
  float:left;
  line-height:20px;
  font-family: Arial, sans-serif;
  color: #8C8C8C;
}
.payment_xcost{
  padding-bottom:6px;
}
.payment_3p_box{
  margin:10px 0 18px 0;
}
.payment_3p_intro{
  margin:4px 0 8px 0;
}


.FObjMsgs{
  width:98%;
  margin:0 0 16px 0;
  padding:8px 8px 0 8px;
  border:1px solid #af0102;
}
.chkout_oclick_login .FObjMsgs{
  padding:0px;
  border:0px;
}
.FObjMsgOK{
  font-size:1.1em;
  font-weight:bold;
  color: #088A08;
  maring: 0 0 6px 0;
}
.FObjMsgWarn{
  font-size:1.1em;
  font-weight:bold;
  color: #FF8000;
  maring: 0 0 6px 0;
}
.FObjMsgErr{
  font-size:1.1em;
  font-weight:bold;
  color: #AE0000;
  maring: 0 0 6px 0;
}
.FObjMsgDbg{
  font-size:1.1em;
  font-weight:bold;
  color: #610B5E;
  maring: 0 0 6px 0;
}
.FObjMsgInfo{
  font-size:1.1em;
  font-weight:bold;
  color: #08088A;
  maring: 0 0 6px 0;
}
.FObjMsg_subMsgs{
  margin:2px 10px 10px 16px;
}
.FObjMsg_subMsgs li{
  font-size:1.0em;
  font-weight:normal;
}
#cfg_formular td{
        padding-right: 10px;
}
#cfg_formular input[type=text]{
  width:58px;
}

/**********************************************************************
 ****  Bestellfortschritt - Balken  							   ****
 **********************************************************************/
.order_progress{
	width: 100%;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	margin: 0 0 8px 0;
}
/* Grundsätzliche Formatierung für Zelle */
.order_progress_cell{
	width: 20%;
	border-right: 1px solid #333333;
	text-align: center;
	padding:4px 3px 4px 3px;
}
/* Aktiver Schritt / Zelle */
.order_progress_active{
	font-weight: bold;
	color:#ffffff;
	background-color:#af0102;
}
/* Offene Schritte */
.order_progress_inactive{
	color:#c0c0c0;
	background-color:#ffffff;
}
/* Erledigt Schritte */
.order_progress_done{
	font-weight: bold;
	color:#000000;
	background-color:#999999;
}
.order_progress td.order_progress_done a{
	font-weight: bold;
	color: #DDDDDD;
}

/* Payment-Save-Hinweis / Warte-Hinweis */
.order_payment_save{
	display:none;
	visibility:hidden;
	position:relative ;
	top:-200px;
	text-align:center;
	width:100%;
	z-index:100;
	padding:1px;
}

/*********************************************************************
 **** Buttons auf Bestellabschuss-Seite (Drucken/Einkaufen/Logout) ***
 *********************************************************************/
.order_done_buttons {
	width: 100%;
}
/* 1. Zelle - Drucken */
.order_done_buttons_col1 {
	text-align: left;
	width: 33%;
}
/* 2. Zelle - Weiter Einkaufen*/
.order_done_buttons_col2 {
	text-align: center;
	width: 34%;
}
/* 3. Zelle - Logout */
.order_done_buttons_col3 {
	text-align: right;
	width: 33%;
	padding-top:1px;
}

/**** YAML - ist später im YAML-Framework enthalten ****/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Hides from IE-mac \*/
*+html .clearfix {height: 1%;}
/* End hide from IE-mac */

.containerSinglelist ul.prdgrp li.special a {
	background: url(bilder/single_list_red.gif) no-repeat;
}

.containerSinglelist ul.prdgrp li.special ul li a {
	background: none;
	color: #6F7588;
}

.containerSinglelist ul li.first_special a,
.containerSinglelist ul li.last_special a,
.containerSinglelist ul li.last_active_special a,
.containerSinglelist ul li.first_last_special a,
.containerSinglelist ul li.first_active_special a,
.containerSinglelist ul li.first_last_active_special a,
.containerSinglelist ul li.first_special a
{
	background: url(bilder/single_list_red.gif) no-repeat;
}

.containerSinglelist ul li.special ul li a,
.containerSinglelist ul li.last_special ul li a,
.containerSinglelist ul li.last_active_special ul li a,
.containerSinglelist ul li.first_last_special ul li a,
.containerSinglelist ul li.first_active_special ul li a,
.containerSinglelist ul li.first_last_active_special ul li a,
.containerSinglelist ul li.first_special ul li a
{
	background: none;
	color: #6F7588;
}

.continue_shopping {
   margin-bottom: 10px;
   display: inline-block;
}


/* Container Box 3x3 */
.cbox_3x3 {
	width: 583px;
	margin: 10px 5px 0px 14px;
}

.cbox_3x3 tr td.spacer{
	width: 3px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

.cbox_3x3 tr td.spacerrow{
	height: 3px;
	border: 0px;
}

.cbox_3x3 tr td.c1{
	width: 192px;
}

.cbox_3x3 tr td.c2{
	width: 192px;
}

.cbox_3x3 tr td.c3{
	width: 192px;
}

.cbox_3x3 td div.cbox2 {
	width: 180px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	border: 1px solid #3E4762;
}

.cbox_3x3 td div.cbox2 h1{
	font-size: 14px;
/*	color: #7EBB00;*/
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	border: 0px;
	text-align: center;
}

.cbox_3x3 td div.cbox2 .imgbox{
	width: 180px;
	height: 120px;
	margin-bottom: 5px;
	text-align: center;
}

.cbox_3x3 td div.cbox2 .imgbox a{

}
.cbox_3x3 td div.cbox2 .imgbox a img{
	vertical-align: middle;
}

.containerText h1.box3x3 {
	color: #7EBB00;
}

.containerBlocklistRgt {
	margin-bottom: 10px;
}

.containerBlocklistRgt ul.singleListRgt{
	background: url("bilder/blocklist_top2.gif") no-repeat scroll left top transparent
}

.containerBlocklistRgt ul.singleListRgt li.last {
	background:url("bilder/blocklist_bottom2.gif") no-repeat scroll left bottom transparent;
	padding-bottom:20px;
}

.price_request {
	margin-top: 15px;
	margin-left: 16px;
	padding-bottom: 10px;
}

.price_request table{
	width: 100%;
}

.price_request .macro_input_person {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #1A1A1A;
}

.price_request .macro_input_person input {
	vertical-align:middle;
	vertical-align:middle;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	width: 295px;
	text-align: left;
}

.price_request .macro_input_person select {
	vertical-align:middle;
	vertical-align:middle;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	width: 304px;
	text-align: left;
}

.price_request .macro_input_person th {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #1A1A1A;
	text-align: left;
	vertical-align: top;
	padding-bottom: 3px;
}

.price_request .macro_input_person td {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #1A1A1A;
	vertical-align: top;
	padding-bottom: 3px;
}

.price_request .macro_input_person .price_request_gender {
	height: 22px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #1A1A1A;
}

.price_request .macro_input_person .price_request_gender input {
	width: 15px;
	height: 15px;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	background-image: none;
	vertical-align: middle;
}

.price_request .macro_input_person input.callback_input {
	width: 15px;
	height: 15px;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	background-image: none;
	vertical-align: middle;
}

.price_request .macro_input_person input.copymail {
	width: 15px;
	height: 15px;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	background-image: none;
	vertical-align: middle;
}

.price_request .macro_input_person textarea.request {
	width: 300px;
	height: 300px;
}

.price_request .price_request_mandatory {
	padding-top: 10px;
	text-align: left;
}

.price_request .price_request_action {
	text-align: right;
	width: 496px;
}

.price_request_saved {
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #111A33;
}

.prdview_price_request_button {
	text-align: right;
	padding-right: 10px;
}

.callback {
	width: 40px;
	float: right;
	padding-right: 5px;
}

.request_button {
	background:url("bilder/bttn_bg_red.gif") no-repeat scroll left top transparent;
	height:22px;
	margin-bottom:10px;
}

.request_button a{
	color:#FFFFFF;
	display:inline-block;
	font-size:15px;
	line-height:21px;
	padding-left:10px;
	text-align:left;
	text-decoration:none;
	width:145px;
}

/*********************************************************************
 ****  TagCloud				  									  ****
 *********************************************************************/

.tagcloud {
	text-align:center;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0 0px;
	width: 190px;
}

.tagcloud a.tag {
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	color: #111A33;
}

.tagcloud a.tag1 {
	font-size: 11px;
	color: #6F7588;
}

.tagcloud a.tag2 {
	font-size: 13px;
	color: #6C7180;
}

.tagcloud a.tag3 {
	font-size: 16px;
	color: #3B4256;
}

.tagcloud a.tag4 {
	font-size: 18px;
	color: #2B3040;
}

.tagcloud a.tag5 {
	font-size: 22px;
	color: #111A33;
}

/* Discount Text */
.prd_discount_text {
	color:#7EBB00;
	font-size:20px !important;
	font-weight:bold;
}