﻿body
{
}
#loginBox 
{
	position: absolute;
	margin-top: 6px;
	left: auto;
	display: block;
	background: #d9d9d9;	
	width: 313px;
	z-index: 100;
}
.LoginWrapper
{
    padding: 0px 4px; 
}
.LoginContainer
{   
    width:313px;
}
.loginTextBox
{
    width:114px;
    height:15px;
    background-color:#ffffff;
    color: #6b6b6b;  
    border:0;  
    font-family:Arial;
    font-size:10px;
}
.LoginButton
{
    text-align:right;       
}
.PasswordRecoveryButton
{
    color:White;
    font-size:9px;	
}
.LoginWrapper .TextLabel
{
    color:#6d6d6d;
    font-family:Arial, Verdana, Sans-Serif;
    font-size:10px;    
}
.LogoutButton
{
    color:White;
    font-family:Arial, Verdana, Sans-Serif;
    font-size:10px; 
}

.searchTextBox
{
    width:142px;
    height:15px;
    background-color:#ffffff;
    color: #6b6b6b;  
    border:0;  
    font-family:Arial;
    font-size:10px;
}

 /* SelfServiceCenter */
.hide { 
display:none; 
} 

.show { 
display:block; 
} 

#SelfServiceCenter
{
	position: absolute;
	margin-top: 0;
	margin-left: -4px;
	z-index: 10;
	background: #d9d9d9;
	width: 210px;
}

/* CatalogBrowser - Start */
.CatalogBrowser
{
	margin:2px 5px 0px 5px;
	width: 140px;
	position: absolute;
	z-index: 5;
}

.CatalogBrowser .RadMenu .rmVertical li 
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	margin: 0px 0px 0px 7px;
	padding: 0;
	text-decoration: none;
	color: #4b6913;
	letter-spacing: 0.1em;
	line-height: 2.0em;
	height: 22px;
	list-style: none;
	list-style-position: outside;
}

.CatalogBrowser .RadMenu .rmVertical .rmItem a 
{	width: 140px;
	overflow: hidden;
}
.CatalogBrowser .RadMenu .rmVertical .rmItem a:hover 
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #4b6913;
	letter-spacing: 0.1em;
	line-height: 2.0em;
	height: 22px;
	cursor: pointer;
	cursor: hand;
}

.CatalogBrowser .RadMenu .rmVertical .rmItem a:visited
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #4b6913;
	letter-spacing: 0.1em;
	line-height: 2.0em;
	height: 22px;
	cursor: pointer;
	cursor: hand;
}

.CatalogBrowser .RadMenu .rmVertical .rmSlide 
{
	margin-left: 5px;
	background: #f8f8f8;
	border: 1px solid grey;
}

.CatalogBrowser .RadMenu .rmVertical .rmSlide ul 
{
	padding: 5px 10px;	
}

.CatalogBrowser .RadMenu .rmVertical .rmSlide li 
{
	padding: 0px;
	margin: 0px;	
}

/* End Catalog Browser */
 

/* Category Product List */

.CategoryProductList
{
	margin-top: 10px;
	display: block;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 5px;
}

.CategoryProductList H1
{
	font-size: 15px;
	font-weight: normal;
	padding-left: 5px;
	margin: 0px;
}

.CategoryProductList .Products
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8.3pt;
	margin-top: 20px;
	border-top: 1px solid #d8d8d8;
}

.CategoryProductList .Products .Product
{
	width: 100%;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 4px;
}

.CategoryProductList .Products .Product .div_error_message
{
    color:#000000;
	height:100px;
	width:200px;
	z-index:500;
	font-size:12px; 
	font-family: arial; 
	position:absolute;
	margin-left:125px;
	margin-top: -150px;
	background-color:#FFFFFF;
	border:1px solid #C0C0C0;
	padding:20px;
	cursor:pointer
}

.CategoryProductList .Products .Product .div_error_message .div_close
{
    position:absolute;
	top: 0px;
	right:5px;
	height:5px;
	font-weight:bold;
}

.CategoryProductList .Products .Product .Image
{
	width: 108px;
	height: 108px;
	overflow: hidden;
	border: 1px solid #4b6913
}

.CategoryProductList .Products .Product .TextBox
{
    width:30px;
    height:13px;
    background-color:#ffffff;
    color: #6b6b6b;  
    border:0;  
    font-family:Arial;
    font-size:10px;
}

.CategoryProductList .Products .Product .TextUp
{
	padding: 5px;
	background: #e4e4e4;
	margin: 0;
	color : #000000;
}

.CategoryProductList .Products .Product .TextUp a
{
	text-decoration: none;
	color: #000000;
	cursor: pointer;
	cursor: hand;
}

.CategoryProductList .Products .Product .TextDown
{
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #000000;
	border-right: none;
	padding: 5px;
}

.CategoryProductList .Products .Product .TextDarkBox
{
	border-top: none;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: none;
}

.CategoryProductList .Products .Product .TextDarkBox .DarkBox
{
	background-color: #102230;
	color: White;
}

.CategoryProductList .Products .Product .TextDarkBox .DarkBox .OnlinePrice
{
	text-decoration: underline | overline;
}



.CategoryProductList .Products .Product .TextDarkBox .DarkBox A
{
	display: block;
	width: 100%;
	background-image:url(images/basket.gif);	
	background-repeat:no-repeat;
	background-position: right;
	text-decoration: none;
	color: White;
	font-weight: bold;
}

.CategoryProductList .Products .Product .TextDown .ArrowBox A
{
	display: block;
	width: 100%;
	background-image:url(images/arrow_right.gif);	
	background-repeat:no-repeat;
	background-position: left;
	text-decoration: underline;
	color: #FF6E6E;
	padding-left: 15px;
}

/* End Category Product List */

/* Category Product Details */

.CategoryProductDetails
{
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-family: Arial, Verdana, Sans-Serif;
}

.CategoryProductDetails H1
{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	background-image:url(webresources/images/grafik/headline_icon.jpg);	
	background-repeat:no-repeat;
	background-position: 25px 4px;
	padding-left: 40px;
	margin: 0px;
}

.CategoryProductDetails H2
{
	color: Gray;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8.3pt;
	padding-left: 40px;
	margin: 0px;
}

.CategoryProductDetails .Product
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8.3pt;
}

.CategoryProductDetails .Product .Image 
{
	height: 350px;
	width: 350px;
	overflow: hidden;
	border: 1px solid #4b6913	
}


.CategoryProductDetails .Product .TextBox
{
    width:30px;
    height:13px;
    background-color:#ffffff;
    color: #6b6b6b;  
    border:1px solid #6b6b6b;  
    font-family:Arial;
    font-size:10px;
}

.CategoryProductDetails .Product HR
{
	border-top: 1px dotted Black;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 1px;
	width: 100%;
}

.CategoryProductDetails .Product IMG
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.CategoryProductDetails .Product .ArrowBox A
{
	display: block;
	width: 100%;
	background-image:url(images/arrow_right.gif);	
	background-repeat:no-repeat;
	background-position: left;
	text-decoration: underline;
	color: #FF6E6E;
	padding-left: 15px;
	margin-right: 15px;
}

.CategoryProductDetails .Product .DarkBox
{
	background-color: #102230;
	color: White;
}

.CategoryProductDetails .Product .DarkBoxAddToBasket A
{
	display: block;
	width: 100%;
	background-image:url(images/basket.gif);	
	background-repeat:no-repeat;
	background-position: right;
	text-decoration: none;
	color: White;
	font-weight: bold;	
}

.CategoryProductDetails .Product .DarkBoxAlternatives A
{
	display: block;
	width: 100%;
	background-image:url(images/arrow_right_inverted.gif);
	background-repeat:no-repeat;
	background-position: right;
	text-decoration: none;
	color: White;
	font-weight: normal;	
}

.CategoryProductDetails .Product .Spacer
{
	width: 5px;
	overflow: hidden;
	padding: 0px;
}

/* Category Product Details */

/* Basket */

.basketSummary 
{
	margin: 0;
	padding: 0;	
}

.basketSummary .TextLabel 
{
	font-size: 10px;
	color: #6b6b6b;	
	margin: 0;
}

.Basket
{
	margin-top: 10px;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
}

.Basket H1
{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 40px;
	margin: 0px;
}

.Basket .Contents
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8.3pt;
	margin-left: 40px;	
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.Basket .Contents TH
{
	border-bottom: 1px dotted #4b6913;
}

.Basket .Contents .ItemNo
{
	height: 14px;
	width: 200px;
	border: #d9d9d9 1px solid;
	font-weight: normal;
	font-size: 10px;
	padding: 0px;
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
}

.Basket .Contents .Order
{
}

.Basket .Contents .Order .Quantity
{
	height: 12px;
	width: 32px;
	border: #d9d9d9 1px solid;
	font-weight: normal;
	font-size: 10px;
	padding: 0px;
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: center;	
}

.Basket .Contents .Order .Spacer
{
	height: 3px;
}

.Basket .Contents HR
{
	border-top: 1px dotted #d9d9d9;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 1px;
	width: 100%;
}

.Basket .Contents .Total
{
	
}

.Basket .Contents .Bottom
{
	border-top: 1px dotted #d9d9d9;
}

.Basket .Contents .Bottom .Buttons .DarkBox
{
	background-color: #4b6913;
	color: White;
	text-align: center;
	width: 65px;
}

.Basket .Contents .Bottom .Buttons .DarkBox A
{
	display: block;
	width: 100%;
	color: White;
	text-decoration: none;
	padding: 3px;
}

.Basket .Contents .Bottom .Buttons .Spacer
{
	width: 5px;
	overflow: hidden;
	padding: 0px;
}

/* End Basket */

/* Order Addresses */

.OrderAddresses
{
	margin-top: 10px;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: Arial, Verdana, Sans-Serif;
}

.OrderAddresses H1
{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 40px;
	margin: 0px;
}

.OrderAddresses .Contents
{
	padding-left: 40px;
}

.OrderAddresses .Contents H2
{
	color: Gray;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8.3pt;
	margin: 0px;
}

.OrderAddresses .Contents .CheckBox
{
	margin-left: -3px;
}

.OrderAddresses .Contents .TextBox
{
	width: 200px;
	border: none;
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #d9d9d9;
	padding: 1px;
	margin-top:	1px;
	margin-bottom: 1px;
}

.OrderAddresses .Contents .Bottom .Buttons .DarkBox
{
	background-color: #4b6913;
	color: White;
	text-align: center;
	width: 60px;
}

.OrderAddresses .Contents .Bottom .Buttons .DarkBox A
{
	display: block;
	width: 100%;
	color: White;
	text-decoration: none;
	padding: 3px;
}

/* End Order Addresses */

/* Order Review */

.OrderReview
{
	margin-top: 10px;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
}

.OrderReview H1
{
	font-size: 15px;
	font-weight: normal;
	padding-left: 40px;
	margin: 0px;
}

.OrderReview .Contents
{
	padding-left: 40px;
}

.OrderReview .Contents H2
{
	color: Gray;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8.3pt;
	margin: 0px;
	margin-bottom: 3px;
}

.OrderReview .Contents .TextBox
{
	width: 100%;
	border: none;
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #d9d9d9;
	padding: 1px;
	margin-top:	1px;
	margin-bottom: 1px;
}

.OrderReview .Contents .TextArea
{
	width: 100%;
	border: none;
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #d9d9d9;
	overflow: auto;
	padding: 1px;
	margin-top:	1px;
	margin-bottom: 1px;
}

.OrderReview .Contents .Order
{
}

.OrderReview .Contents .Order .DarkBox
{
	background-color: #4b6913;
	color: White;
	padding: 2px;
}

.OrderReview .Contents .Order .Spacer
{
	height: 3px;
}

.OrderReview .Contents HR
{
	border-top: 1px dotted #4b6913;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 1px;
	width: 100%;
}

.OrderReview .Contents .Total
{
	
}

.OrderReview .Contents .Bottom
{
	border-top: 1px dotted #4b6913;
}

.OrderReview .Contents .Bottom .Buttons .DarkBox
{
	background-color: #4b6913;
	color: White;
	text-align: center;
	width: 65px;
}

.OrderReview .Contents .Bottom .Buttons .DarkBox A
{
	display: block;
	width: 100%;
	color: White;
	text-decoration: none;
	padding: 3px;
}

.OrderReview .Contents .Bottom .Buttons .Spacer
{
	width: 5px;
	overflow: hidden;
	padding: 0px;
}

/* End Order Review */

/* Order Receipt */

.OrderReceipt
{
	margin-top: 10px;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
}

.OrderReceipt H1
{
	font-size: 15px;
	font-weight: normal;
	padding-left: 40px;
	margin: 0px;
}

.OrderReceipt .Contents
{
	padding-left: 40px;
}

.OrderReceipt .Contents H2
{
	color: Gray;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8.3pt;
	margin: 0px;
	margin-bottom: 3px;
}

.OrderReceipt .Contents HR, 
.OrderReceipt .Contents Information HR
{
	border-top: 1px dotted #4b6913;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 1px;
	width: 100%;
}

.OrderReceipt .Contents Information
{}

.OrderReceipt .Contents Information TH
{
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}

.OrderReceipt .Contents .Order
{
}

.OrderReceipt .Contents .Order .DarkBox
{
	background-color: #4b6913;
	color: White;
	padding: 2px;
}

.OrderReceipt .Contents .Order .Spacer
{
	height: 3px;
}

.OrderReceipt .Contents HR
{
	border-top: 1px dotted #4b6913;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 1px;
	width: 100%;
}

.OrderReceipt .Contents .Total
{
	
}

.OrderReceipt .Contents .BottomNote
{
	color: #4b6913;
}

/* End Order Receipt */

/* Start Open Orders */

.OpenOrdersTable
{
	margin-top: 10px;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
}

.OpenOrdersTableContents
{
	margin-top: 10px;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-left: 40px;
}

.OpenOrdersTable H1
{
	font-size: 15px;
	font-weight: normal;
	padding-left: 40px;
	margin: 0px;
}

.OpenOrdersTableContents H1
{
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
}

.OpenOrdersTable .Contents
{
	padding-left: 40px;
}

.OpenOrdersTable .Contents H2
{
	color: Gray;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8.3pt;
	margin: 0px;
	margin-bottom: 3px;
}

.OpenOrdersTable .Contents HR
{
	border-top: 1px dotted #4b6913;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 1px;
	width: 100%;
}

.OpenOrdersTableContents HR
{
	border-top: 1px dotted #4b6913;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 1px;
	width: 100%;
}

.hrDivider 
{
	border-top:1px solid #D4DCD6;	
}

.OpenOrdersTable .Contents .Bottom
{
	border-top: 1px dotted #4b6913;
}

/* End Open Orders */

/* Calendar Styles */
.calendar
{
    width:100px;    
}

.calendar_button
{
    border:none;
    cursor:pointer;
}

.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
}

.calendar td
{
  font-size:11px;
}

.title
{
  font-weight:bold;
  background-color:#D9d9d9;
  color:#000000;
}

.day
{
  width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayhover
{
  width:25px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayheader
{
  width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.othermonthday
{
  color:#999999;
}

.outofrangeday
{
  visibility:hidden;
}

.selectedday
{
  width:25px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503 !important;
  border-style:solid;
  font-weight:bold;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:middle;
  padding:0px 5px 0px 5px;
}

.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:middle;
  background-color:#FFFFFF;
}

.dateTextBox, .numberTextBox 
{
	border: 1px solid #D9d9d9;
	height: 13px;
	
}

/* Calendar Styles - END*/

/* Start Selfservice */
.ChangePasswordTbl 
{
	margin-top: 10px;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: Arial, Verdana, Sans-Serif;
	margin-left: 40px;	
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

.ChangePasswordTbl H1
{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
}
.ChangePasswordTbl .TextBoxes
{
	width: 100%;
	border: none;
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #d9d9d9;
	padding: 1px;
	margin-top:	1px;
	margin-bottom: 1px;
}

.ChangePasswordTbl .DarkBox
{
	background-color: #4b6913;
	color: White;
	text-align: center;
	width: 65px;
}

.ChangePasswordTbl .DarkBox2
{
	background-color: #4b6913;
	color: White;
	text-align: center;
	width: 115px;
}

.ChangePasswordTbl .DarkBox A, .DarkBox2 A
{
	display: block;
	width: 100%;
	color: White;
	text-decoration: none;
	padding: 3px;
}
