* {
	margin:  0;
	padding: 0;
}
a {
	color:#004890;
	text-decoration:none;
}

.actionCol {
	text-align:center;
	width: 20px;
}
.alignCenter {
	text-align:        center;
}
.alignLeft {
	text-align:        left;
}
.alignRight {
	text-align:        right;
}

body, html {
	background: #004890;
	height:     100%;
	min-height: 100%;
}
#bannerLoginRow {
	background:#FFF url("./../../images/shop/header_hg.jpg");
	height:120px;
	left:0; /* FÜR IE */
	position:absolute;
	top:23px;
	width:100%;
}
#bannerLoginRow div, #loginForm {
	float:            right;
	background-image: url("./../../images/shop/login_hg.jpg");
	color:            #fff;
	height:           120px;
	width:            164px;
}
#bannerLoginRow div a, #bannerLoginRow div span, #loginForm a {
	display:     block;
	font-family: Verdana;
	font-size:   13px;
	margin-left: 15px;
}
#bannerLoginRow div span {
	margin-bottom: 3px;
}
.buttonRow, .ButtonRow {
	clear:      both;
	display:    block;
	float:      none;
	margin-top: 10px!important;
}
button, .buttonRow button, .buttonRow .button, .buttonRow input {
	border: 1px solid #fff;
	color:  #000;
}
.cart {
	color:#fff;
	font-family:Verdana;
	font-size:  11px;
	padding:5px;
	width:100%;
}

.cart td {
	padding-top:2px;
	padding-bottom:2px;
}

.cartAmount {
	padding-right:  3px;
	text-align:     right;
	vertical-align: bottom;
}

.cartProduct {
	cursor:      help;
}
.cellHoverOn {
	background-color:    #F90 !important;
	cursor:              pointer;
}
.checkbox {
	width:          13px !important;
}

.checkoutCart, .myOrdersTable {
	width:       100%;
}

.checkoutCart thead th, .myOrdersTable thead th {
	background: #ccc;
	font-size: 	13px;
	padding: 	5px;
	color: 		#333;
	margin: 	5px;
}
.myOrdersTable {
	border-bottom: 1px solid #ccc;
}

.checkoutRowOdd, .checkoutRowEven {
	height:     25px;
}
.checkoutRowEven {
	background: #ddd;
}

.clearingItem {
	clear:       both;
	float:       none;
}
#ContactForm .FormRow {
	width:  500px;
	margin: 0 0 5px 25px;
	font-size: 13px;
}
#ContactForm .FormRow label {
    font-size:   12px;
}
.containerContent {
	font-family: Verdana;
	font-size:   13px;
	margin:      20px auto;
	min-height:  200px;
	width:       92%;
}
#containerImagePreview {
	background-color: #FFF;
	cursor:           pointer;
	display:          none;
	position:         fixed;
	z-index:          100;
}
#containerLeft {
	background: #004890;
	border-top: solid 2px #F90;
	display:    block;
	float:      left;
	height:     auto;
	min-height: 100%;
	min-width:  230px;
	width:      230px;
}

#containerLeft h5 {
	margin-top: 20px;
}

.containerMessage {
	border:      1px solid #004890;
	color:       #004890;
	font-family: Verdana;
	font-size:   13px;
	font-weight: bold;
	margin:      auto;
	margin-top:  20px;
	padding:     5px;
	width:       92%;
}

.containerMiddle {
	background:  #efefef;
	margin:      0 164px 0 230px;
	min-height:  100%;
	padding-top: 5px;
}

.containerProduct {
	padding-bottom: 20px;
}

.containerProduct, .containerProductGroups, fieldset {
	font-family: Verdana;
	font-size:   13px;
	margin:      auto;
	min-height:  200px;
	width:       92%;
}

.containerProduct .attributes {
	float:       none;
	font-family: Verdana;
	font-size:   13px;
	margin-left: 127px;
}

.containerProduct .description {
	color:       #000;
	font-family: Verdana;
	font-size:   13px;
	margin-top:  10px;
	margin-left: 127px;
}

.containerProduct .productImg {
	border: 1px solid #004890;
	float: left;
	cursor: pointer;
}

.containerProduct th {
	color:#990000;
	text-align: left;
}

.containerProduct td {
	color: #004890;
	width: 90px;
}

.containerProductGroups a {
	color:         #004890;
}

#containerRight {
	background:#004890;
	border-top:solid 2px #F90;
	float:     right;
	width:     164px;
	height:    100%;
	min-height: 100%;
}

.containerText {
	font-family: Verdana;
	font-size:   13px;
	margin:      auto;
	padding:     30px 0 20px 0;
	width:       92%;
}

.containerTitle, legend {
	border:        1px solid #004890;
	border-width:  0 0 1px 0;
	color:         #F90;
	display:       block;
	font-family:   Verdana;
	font-size:     13px;
	font-weight:   bold;
	margin-bottom: 5px;
}
#dimmer {
	background-color:#333;
	position:fixed;
	z-index:10;
}
.Error {
	color: red;
}
fieldset {
	border:     0;
	margin-top: 15px;
	width:      100%;
}
fieldset legend {
	width: 100%;
}
.fieldsetListing {
	margin-left: 120px;
}
form label {
	float:  left;
	width:  60%;
}
form label input {
	float: right;
	width: 200px;
}
.formRow, .FormRow {
	clear:both;
	display: block;
	float:   left;
	margin:  4px 2px 2px 0;
}
.formRow label, .FormRow label {
	float: left;
	width: 200px;
}
.formRow input, .FormRow input {
	width: 220px;
}

h1, h2, h3, h4, h5, h6 {
	
	color: #F90;
}
h1 {
	/*margin-left: 10px*/;
	color: #000;
	font-size: 14px;
}
h2, h3, h4, h5, h6 {
	font-family:   Verdana;
	font-size:     13px;
	font-weight:   bold;
}

#imagePreview {
	margin-top:    10px;
	margin-left:   10px;
}
img {
	border:0px;
}

.inactiveLink {
	color:       #999;
	display:     block;
	font-family: Verdana;
	font-size:   10px;
	margin-left: 15px;
}

.infoLink, .checkoutLink {
	color:       #FFF;
	display:     block;
	font-family: Verdana;
	font-size:   13px;
	margin-left: 15px;
}
div.ButtonRow {
  margin: 10px 0 0 20px;
}
div.ButtonRow input, div.ButtonRow  button {
  border:           1px solid #FFF;
  background-color: #004890;
  font-family:      Verdana;
  font-size:        13px;
  color:            #FFF;
}
input, .selectCountry, .searchButton {
	border:           1px solid #F90;
	background-color: #FFF;
	font-family:      Verdana;
	font-size:        11px;
	color:            #000;
}
.inputZip {
	width: 50px !important;
}
.inputCity {
	width:164px !important;
}
.finalCol {
	border-top:1px solid #ccc;
}
.introduction {
	background:   transparent url('./../../images/questionMark16x16.png') no-repeat;
	border:       1px dashed #ccc;
	cursor:       help;
	margin:       2px 0 0;
	padding-left: 20px;
}
.Introduction {
	margin:		0 0 20px 0;
}
input image {
	background:;
	border:0px;
}
#sLoginUsername {
	width: 110px;
	height:14px;
}
.linkButton {
	border: 1px solid #FFF;
	color:  #000;
	font-weight: bold;
	padding: 2px;
}
#loginForm a {
	color: #fff;
}
#loginForm h4 {
	color:       #F90;
	font-family: Verdana;
	font-size:   13px;
	font-weight: bold;
	margin:      10px 10px 0 0;
}
#loginForm input, h4 {
	margin: 0 15px 0 15px;
}
#loginForm #submitLogin {
	height: 16px;
	margin: 5px 0 0 0;
	vertical-align:text-bottom;
	width:  25px;
}
.pgroupDescription {
	padding-bottom: 2px;
	padding-left: 5px;
	font-size:    11px;
}
.searchButton {
	height: 16px;
	margin-top: 3px;
	vertical-align: bottom;
}
.searchField {
	height: 14px;
	margin-top: 3px;
}
.selectCountry {
	width: 222px;
}
.singleSelect {
	width: 180px;
}
#sLoginPassword {
	width:           81px;
	height:          14px;
	margin-top:      2px !important;
	margin-right:    0   !important;
	vertical-align:  bottom;
}
#sLoginSubmit {
	height:          16px;
	margin-top:      3px !important;
	margin-left:     0   !important;
	vertical-align:  middle;
}
#smallSearchForm {
	width:         160px;
	margin-bottom: 20px;
}
#smallSearchForm h6 {
	margin-bottom: 5px;
}
#smallSearchForm input {
	width: 100px;
}
#smallSearchForm label {
	margin: 0 5px 0 20px;
}
.mainFrame {
	float:     left;
	margin-top:143px;
	height:    100%;
	width:     100%;
}
.noPositions {
	padding-left: 10px;
}
.numberCol {
	text-align:center;
}
.paddingFive {
	padding:5px;
}
.priceCol {
	text-align:right;
}
.productGroupTree {
	font-family: Verdana;
	font-size:   13px;
}
.productGroupTree a {
	color:       #FFF;
}
.productGroupTree li {
	padding:         0 0 0 15px;
	list-style-type: none;
}
#registerForm fieldset {
	width: 92%;
}
#registerForm label {
	display: block;
}
.sInfoSentence {
	color:      #fff;
	font-family:Verdana;
	font-size:  10px;
	font-weight:bold;
	text-align: center;
}
.Success {
	color: green;
}
#topNavi {
	width:             100%;
	list-style-type:   none;
	top:               0;
	left:              0; /* FÜR IE */
	height:            23px;
	position:          absolute;
	background-image:  url("./../../images/shop/header_top.jpg");
}

#topNavi li {
	color:       #fff;
	float:       right;
	font-family: Verdana;
	font-size:   13px;
	font-weight: bold;
	padding:     4px 25px 0 0;
	position:    relative;
}

#topNavi a {
	color:       #FFF;
}
.totalPriceCol {
	border-top:1px solid #ccc;
	border-bottom:2px solid #ccc;
	text-align:right;
}
.white {
	color:       #FFF;
}
.yellowHeadline {
	color:       #F90;
	font-weight: bold;
	font-family: Verdana;
	font-size:   20px;	
}

.addButton {
	background-color:#efefef;
	border: 0px;
    height: 15px !important;
	/*vertical-align:bottom;*/
	/*border:1px solid #fff;*/
}