/**
 * CSS fuer den plentyMarkets Bestellvorgang.
 *
 * Aendern Sie Ihr CSS selbst ueber den Bereich plenty* > plentyCMS * Dialog > CSS
 */
 
 
/* fieldsets werden an verschiedenen Stellen verwendet, so auch im Bereich 'W&#65533;hlen Sie eine Lieferanschrift' bzw. OrderBox_DAddress */

fieldset {
	width:95%;
	margin-top:8px;
	padding: 4px;
	border: 1px solid #B1BCC9;
	text-align:left;
}

fieldset legend {
	font-weight:bold;
	font-size:14px;
}

fieldset div {
	padding:10px;
}

#PlentyOrder {
width: 796px;
}
 
/* Artikelauflistung im Bestellvorgang */
 
.Order_ArticleTable {
	width:99%;
	margin-top:12px;
	margin-bottom:12px;
	border-collapse:collapse;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #234b5d;
}

.Order_ArticleTable td {
	padding:3px;
}

.Order_ArticleTable th {
	padding:3px;
	font-weight: bold;
	background-color: #234b5d;
} 

.Order_ArticleTable th, .Order_ArticleTable span {
	color: #fff;
font-size: 13px;
} 
	
#ff01_maincontent .Order_ArticleTable td {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #234b5d;
background: #fff;
	color: #333;
font-size: 12px;
}


/* Darstellung der Summen im Warenkorb */

.Order_TotalsTable {
	width:99%;
	margin-top:14px;
	border-collapse:collapse;
}



/* Konfigurationstabelle */

.Order_ConfigTable,
.Order_CouponTable {
	width:99%;
	margin-top:10px;
margin-bottom: 20px;
}

.Order_ConfigTable img {
max-height: 55px;
}

.Order_ConfigTable th, .Order_ConfigTable th span,
.Order_CouponTable th, .Order_CouponTable th span{
	padding:4px;
	font-weight:bold;
	background-color:#234b5d;
	color:#fff;
font-size: 13px;
}

.Order_ConfigTable .Order_AddressInputTable th {
background: none;
}

.Order_ConfigTable .Order_AddressInputTable th span {
background: none;
color: #333;
}


#ff01_maincontent .Order_ConfigTable td,
#ff01_maincontent .Order_CouponTable td {
	padding:4px;
	background-color:#fff;
color: #333;
font-size: 12px;
border: none;
}

.Order_ConfigTable table {
	margin:10px;
	border-collapse:collapse;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #B1BCC9;
	padding:4px;
	width:95%
}

/* Anzeige der Gesamtsumme im Warenkorb */

.Order_ConfigTableSum {
	width:99%;
}

.Order_ConfigTableSum td{
	border-top: 1px solid #B1BCC9;
	padding:4px;
}


.Order_ConfigListTable td {
	border-top: 1px solid #B1BCC9;
	padding:4px;
}

.Order_ConfigListTable div {
	margin:10px
}
 


/* Adresseingabe */
.Order_AddressInputTable {
	padding-top:10px;
	padding-bottom:10px;
}

.Order_AddressInputTable th {
	padding:4px;
	font-weight:bold;
	background-color:#EBEEF1;
	border-bottom: #FFFFFF 1px solid;
}

.Order_AddressInputTable td {
	padding:4px;
}


.MyAccount_Navigation {
	width: 100%;
	margin: 0px;
	padding: 8px 4px 0px 2px; 
	list-style: none;
	font-weight:bold;
	border: none;
	color: #000000;
}

.MyAccount_Navigation li a {
	display: block;
	margin: 0;
	padding: 5px;
	background-color: #EBEEF1;
	color: #000000;
	text-decoration: none;
	width: 160px;
}
						
.MyAccount_Navigation li a:hover {
	background-color: #FFFFFF;
}

/* Artikel - Attributauswahl */

.ArticleAttrTable td {
	border: 0px;
}

.small {
	font-size: 9px;
	font-style: normal;
}

.red {
	font-style: normal;
	color:#CC0000;
}
     


#PlentyOrder .PlentyOrderBox {
background: #fff;
margin-bottom: 25px;
font-size: 14px;
color: #333;
padding: 0 0 10px 0;
}

#PlentyOrder a {
margin-bottom: 15px;
font-size: 14px;
color: #fff;
}

#PlentyOrder .PlentyOrderBox label {
color: #333;
}

.PlentyOrderBox h2.PlentyOrderHeader {
background: #234b5d;
padding: 5px;
margin-top: 10px;
} 

.PlentyOrderTable span {
color: #333;
font-weight: normal;
padding-right: 10px;
padding-left: 10px;
}

.PlentyOrderTable span.red {
color: red;
font-weight: bold;
padding-right: 10px;
} 

.PlentyOrderAdvice {
background: red;
margin-bottom: 20px;
}

.PlentyOrderAdvice a {
color: yellow;
text-decoration: underline
} 

#PlentyOrder td {
background: #fff;
border-top: 3px solid #234b5d;
border-bottom: 3px solid #234b5d;
color: #333;
} 

#PlentyOrder .PlentyOrderContent td,
#PlentyOrder .PlentyOrderAdvice td {
background: none;
border-top: 0px solid #234b5d;
border-bottom: 0px solid #234b5d;
color: #333;
} 

#PlentyOrder #plenty_maker_order_form td {
background: #fff;
border-top: 0px solid #234b5d;
border-bottom: 0px solid #234b5d;
color: #333;
font-size: 12px;
} 

#PlentyOrder .article_order_form td {
background: #fff;
border-top: 0px solid #234b5d;
border-bottom: 0px solid #234b5d;
color: #333;
} 

#PlentyOrder .table_pagenav td,
#PlentyOrder .ff01_single_descr td {
background: none;
border-top: 0px solid #234b5d;
border-bottom: 0px solid #234b5d;
color: #fff;
} 






#PlentyOrder #plenty_maker_order_form h3 {
padding:4px;
font-weight:bold;
background-color:#234b5d;
color:#fff;
font-size: 13px;
}




#ff01_maincontent .Order_TotalsTable td {
padding: 8px 3px 8px 3px;
border-top: none;
border-bottom: #B1BCC9 1px solid;
background: #fff;
color: #333;
font-size: 12px;
}  

.multilang_flags {
display: none;
} 


fieldset.plenty_itemwishlist,
fieldset.plenty_watchlist {
	width:95%;
	margin-top:8px;
	padding: 4px;
	border: 1px solid #234b5d;
	text-align:left;
background: #fff;
}

#PlentyMyAccount fieldset.plenty_itemwishlist legend,
#PlentyMyAccount fieldset.plenty_watchlist legend {
	font-weight:bold;
	font-size:14px;
background: #234b5d;
width: 50px;
text-align: center;
color: #fff;
}

fieldset div {
	padding:10px;
}

.plenty_itemwishlist_table a,
.plenty_watchlist_table a {
color: #234b5d;
font-size: 14px;
font-weight: bold;
}


#PlentyMyAccount .plenty_itemwishlist_table .cola {
width: 20%;
}

#PlentyMyAccount .plenty_itemwishlist_table .colb,
#PlentyMyAccount .plenty_itemwishlist_table .colc strong,
#PlentyMyAccount .plenty_itemwishlist_table .cold,
#PlentyMyAccount .plenty_watchlist_table .colb,
#PlentyMyAccount .plenty_watchlist_table .colc strong,
#PlentyMyAccount .plenty_watchlist_table .cold  {
color: #333;
font-size: 12px;
}

.plenty_itemwishlist_table td.colc {
color: #333;
width: 100%;
font-size: 12px;
padding-right: 20px;
}

.tiny {
font-size: 12px;
}

td.tiny {
padding: 0 10px;
text-align: left;
} 

#PlentyMyAccount td {
color: #333;
font-size: 12px;
}  






#my_account_link_container {
	margin: 8px 0px 12px 0px;
}

#my_account_link {
	font-weight:bold;
}
	
.my_account_menu {
	height:50px;
	margin-top:20px;
	background-color:#FFFFFF;
}

#PlentyMyAccount fieldset {
border: 1px solid #234b5d;
background: #fff;
color: #333;
}

#PlentyMyAccount legend {

	font-weight:bold;
	font-size:12px;
background: #234b5d;
width: 200px;
text-align: center;
color: #fff;
padding: 2px 0;

}

.my_account_menu_link {
	font-weight:bold;
font-size: 12px;
	
}

.my_account_menu_column_left {
	float:left;
	padding:0;
	margin:8px 0px 8px 15px;
}

.my_account_menu_column_right {
	float:right;
	padding:0;
	margin:0px 30px 0px 0px;
}

.my_account_menu_column_right img {
	border:0px;
} 

.lupe input {
position: relative;
top: -20px;
left: 95px;
width: 15px;
height: 18px;
 }


* + html .lupe input,
* html .lupe input {
position: relative;
top: -21px;
left: 90px;
width: 15px;
height: 18px;
 }  
