/* eleon shop */

#right_col_form_errors {
	color: #ff0000;
}

input.input_button {
	border: 1px solid #000;
	background-color: #87888a;
	color: #fff;
	padding: 2px;
}

input.input_button:hover {
	background-color: #000;
	color: #f29400;
}

/* Produktliste */

div#content_middle div.tx-eleonshop-pi1 {
	background: url(../img/bg_teaser_bottom.gif) repeat-x top left;
}

div.eleon_shop_product_list {
	width: 478px;
	padding: 15px 0;
	background: url(../img/bg_teaser_bottom.gif) repeat-x bottom left;
	color: #87888a;
	position: relative;
}

div.eleon_shop_product_list div.image {
	width: 150px;
	margin-left: -10px;
	float: left;
	display: block;
}

div.eleon_shop_product_list div.text {
	width: 338px;
	float: left;
	padding-bottom: 10px;
}

div.eleon_shop_product_list h2 {
	color: #f29400;
	margin-bottom: 5px;
	font-size: 13px;
}

div.eleon_shop_product_list div.text div.ordernumber {
	position: absolute;
	top: 35px;
	left: 140px;
}

div.eleon_shop_product_list div.text div.size {
	position: absolute;
	top: 35px;
	right: 0;
}

div.eleon_shop_product_list div.text div.description {
	margin: 35px 0 15px 0;
}

div.eleon_shop_product_list div.text div.price {
	position: absolute;
	bottom: 15px;
	left: 140px;
	color: #f29400;
}

div.eleon_shop_product_list div.text div.order {
	position: absolute;
	bottom: 14px;
	right: 0;
	color: #f29400;
	font-weight: bold;
}

div.eleon_shop_product_list div.text div.order input {
	color: #87888a;
	font-weight: normal;
}

div.eleon_shop_product_list input.submit {
	margin-bottom: -7px;
}

/* Mini-Warenkorb */

div.miniwarenkorb {
	width: 210px;
	margin: -10px -10px 12px -10px;
	border-top: 1px solid #d4d4d5;
	border-bottom: 1px solid #d4d4d5;
}

div.miniwarenkorb div.inner {
	background: url(../img/warenkorb_bg_grey.gif) no-repeat 165px 13px;
	padding: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

div.miniwarenkorb h2 {
	font-size: 13px;
}

div.miniwarenkorb div.inner p {
	margin: 0;
}

/* Warenkorb */

div.tx-eleonshop-pi2 div.eleon_shop_product_list {
	background: url(../img/bg_teaser_bottom.gif) repeat-x top left;
}

div.tx-eleonshop-pi2 div.eleon_shop_product_list div.price {
	top: 53px;
	bottom: auto;
	color: #87888a;
}

div.tx-eleonshop-pi2 div.eleon_shop_product_list div.description {
	margin-top: 55px;
}

div.tx-eleonshop-pi2 table.price {
	background: url(../img/bg_teaser_bottom.gif) repeat-x top left;
	width: 100%;
}

div.tx-eleonshop-pi2 table.price td {
	padding-top: 2px;
}

div.tx-eleonshop-pi2 table.price td.first {
	padding-top: 7px;
}

div.tx-eleonshop-pi2 table.price td.label {
	padding-left: 140px;
}

div.tx-eleonshop-pi2 table.price td.price {
	text-align: right;
}

/* Adresse */

div.tx-eleonshop-pi2 div.warenkorb h2 {
	margin: 10px 0;
}

div.tx-eleonshop-pi2 dl {
	margin-left: 140px;
}

div.tx-eleonshop-pi2 dl dt {
	width: 100px;
	display: inline-block;
	padding-bottom: 5px;
}

div.tx-eleonshop-pi2 dl dd {
	width: 200px;
	display: inline-block;
	padding-bottom: 5px;
}

/* Zahlung */

div.tx-eleonshop-pi2 dl.paymentmethod dd {
	width: 10px;
	display: inline-block;
	padding-bottom: 5px;
}

