#shop #content {
	background: url('/images/bg-haendler.jpg') no-repeat;
}
#shop #content #main table.border {
	width: 520px;
	margin-left: 30px;
	font-size: 11px;
}
#shop #content #main table.border th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #4d4d4d;
}
#shop #content #main table.border tr:hover {
	background-color: #ddd;
}

#shop #content #main #submain div {
	height: 440px;
	overflow: auto;
}
.microinput {
	width: 84px;
}

#head {
	height: 30px;
}
#head #logo {
	float: right;
}

#head #microhead {
	float: left;
}
#subnav {
	padding-top: 10px;
}
#suborder {
	height: 20px;
}
span.note {
	font-size: 8px;
}
#suborder select, #suborder input {
	font-size: 12px;
}


.inputButton {
    border: 1px solid silver ! important;
    background: #f1f1f1;
    margin-bottom: 0px;
    margin-right: 0px;
    font-weight: normal;
    width: 100px ! important;

    margin: 0;
    padding: 0px;
    text-align: center;
	color: #4d4d4d;
    white-space: nowrap;
  }
.inputButton:hover {
	background-color: #00c105;
	color: white;
}

.inputButtonLink {
	color: #4d4d4d;
	background: none;
	border: 0;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
}
.inputButtonLink:hover {
	color: white;
}
.inputButtonLinkActive {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#shop table.shoppingCartTable {
    width: 450px;
    padding: 0;
    margin: 0;
    font-family: verdana, sans-serif;
    font-size: 10pt;
    border-collapse: collapse;
    border-spacing: 0;
  }
  
#shop .shoppingCartTable td {
    vertical-align: top;
  }
  
#shop .shoppingCartTable th {
    text-align: left;
  }
  
#shop .tableBorder {
    border-bottom: 1px solid;
    border-spacing: collapse;
  }


#shop .shoppingCartNumber {
    text-align: right ! important;
  }
  
#shop .textBold {
    font-weight: bold;
  }

input, 
textarea, 
select {
    border: 1px solid silver;
    margin: 0;
  }
#shop textarea {
    width: 300px;
  }
  
#shop .formError {
    border: 1px red solid;
  }
#shop .amount {
    text-align: right;
    width: 48px ! important;
  }
  
  
#shop .checkbox,
#shop .radio {
    width: 10pt;
    border: none ! important;
  }
  
#shop ul.subCategoryList {
    margin: 10 0 0 0;
    padding: 0;
    list-style: none;
  }

#shop ul.subCategoryList ul {
    margin: 5 0 0 0;
    padding: 0;
    list-style: none;
  }

#shop ul.articleList {
    margin: 0;
    padding: 0;
    list-style: none;
  }
#shop ul.articleList li {
    padding: 10 0 0 0;
  }


#shop .shoppingCartFieldDiv {
  margin: 10 0 10 0;
}

#shop table#summaryCustomer {
  width: 95%;
  margin: 15px 0 10px 0;
  padding: 0;
  font-size: 10pt;
}
#shop table#summaryCustomer th {
  vertical-align: top;
  text-align: right;
  margin: 0;
  width: 150px;
  font-weight: bold;
  padding-right: 10px;
}
#shop table#summaryCustomer td {
  border-bottom: 1px solid #dcdcdc;
  padding-left: 10px;
}

/* shop regform */
#shop legend {
  color: #333333;
  font-weight: bold;
  border: 1px solid #dce6f2 ! important;
  padding: 5px 10px 5px 10px;
}

#shop table label {
  display: block;
  float: left;
  text-align: right;
  width: 150px;
  margin-right: 10px;
  color: #333333;
}

#shop fieldset {
  padding: 10px;
  margin: 10px 0 10px 0;
  padding-left: 20px;
  border: 1px solid #dce6f2 ! important;
}

#microcart {
	border-top: 1px solid #00c105;
	padding: 3px 0 0 3px;
}