﻿/*
#
## START basket general
#
*/
#main #basketDetail_box {
	background: transparent url(../img/steller-online.de__bgr__detail_top.png) left top repeat-y;

	width: 730px;
	padding-left: 30px;
	padding-top: 6px;

}

#main #basketDetail_box h3 {
	margin: 4em 0 1em 0;
}

/*
#
## END basket general
#
*/


/*
#
## START basket head: steps
#
*/

#ordersteps {
	background: #0C54A2 url(../img/steller-online.de__bgr__detail_basket_default.png) left top repeat-y;

	margin-top: -6px;
	margin-left: -30px;
	padding: 0;
	width: 760px;
	height: 45px;
	list-style-type: decimal;
}

#ordersteps li {
	display: block;
	float: left;
	width: 119px;
	padding: 0 0 0 10px;
	margin: 0;
	border-right: 1px solid #fff;

	height: 45px;
	line-height: 45px;

	font-size: 85%;
	font-weight: 600;

	color: #fff;

}

#ordersteps li a {
	padding: 0;
	height: 45px;
	line-height: 45px;

	width: 119px;
	display: block;
	font-size: 85%;
	font-weight: 600;

	color: #fff;
}

#ordersteps li.active {

	margin-top: 1px;
	height: 44px;
	line-height: 44px;
/*
	background-color: #0C54A2;
*/

	background-color: #e08a00;

	color: #fff;
}

#ordersteps li.active.first {
	margin-top: 0;
	height: 45px;
	line-height: 45px;

	background: #e08a00 url(../img/steller-online.de__bgr__detail_basket_active.png) left top repeat-y;
}

#ordersteps li.active a {
	color: #fff;
}

/*
#
## END basket head: steps
#
*/


/*
#
## START Blätterer weiter/zurück
#
*/

#main #basketDetail_box .prevnext {
	margin: 2em 0;
	padding-right: 20px;
}

#main #basketDetail_box .prevnext input[type="submit"] {
	border: 0;
	height: 29px;
	width: 220px;
	margin-top: -0.5em;
	padding: 0 0 0 0.5em;
	background: transparent url(../img/steller-online.de__bgr__button_220.png) left 4px no-repeat;

/*
	line-height: 20px;
*/

	cursor: pointer;

	color: #ffffff;
	text-align: left;
	font-size: 75%;
	font-weight: 600;

}

#main #basketDetail_box .prevnext input.right {
	float: right;
}

/*
#
## END Blätterer weiter/zurück
#
*/

/*
#
## START form elements, some general
#
*/
#basketDetail_box .error, #basketDetail_box .errorbox {
    background-color: #e08a00;
	padding: 1em;
	margin-right: 3%;
}


#basketDetail_box input[type="text"], #basketDetail_box input[type="submit"], #basketDetail_box select {
    font-size: 90%;
}


/*
#
## END
#
*/

/*
#
## START basket detail items
#
*/

table.basket, table.form {
	width: 97%;
	margin-right: 3%;

	font-size: 80%;


/*
	background-color: WhiteSmoke;
*/
	border-collapse: collapse;

}


#basketDetail_box table td, #basketDetail_box table th {
	vertical-align: top;
}


table.basket .alignRight {
	text-align: right;
}

table.basket thead th {
	font-weight: 900;
}

#basketDetail_box form input[type="submit"] {
	border: 0;
	height: 29px;
	width: 120px;
	margin-top: -0.5em;
	padding: 0 0 0 0.5em;
	background: transparent url(../img/steller-online.de__bgr__button_120.png) left 4px no-repeat;

	cursor: pointer;

	color: #ffffff;
	text-align: left;
	font-weight: 600;

}

#basketDetail_box form input[type="submit"].l120 {
	background: transparent url(../img/steller-online.de__bgr__button_120.png) left 4px no-repeat;
	width: 120px;
}

#basketDetail_box form input[type="submit"].l160 {
	background: transparent url(../img/steller-online.de__bgr__button_160.png) left 4px no-repeat;
	width: 160px;
}

#basketDetail_box form input[type="submit"].l200 {
	background: transparent url(../img/steller-online.de__bgr__button_220.png) left 4px no-repeat;
	width: 220px;
}

#basketDetail_box form input[type="submit"].l240 {
	background: transparent url(../img/steller-online.de__bgr__button_240.png) left 4px no-repeat;
	width: 240px;
}

#basketDetail_box form input[type="submit"].l280 {
	background: transparent url(../img/steller-online.de__bgr__button_280.png) left 4px no-repeat;
	width: 280px;
}

#basketDetail_box form input[type="submit"].l320 {
	background: transparent url(../img/steller-online.de__bgr__button_320.png) left 4px no-repeat;
	width: 320px;
}

#basketDetail_box form input[type="submit"].l360 {
	background: transparent url(../img/steller-online.de__bgr__button_360.png) left 4px no-repeat;
	width: 360px;
}

#basketDetail_box form input[type="submit"].l400 {
	background: transparent url(../img/steller-online.de__bgr__button_400.png) left 4px no-repeat;
	width: 400px;
}

#basketDetail_box table tr.bsk_sep, #basketDetail_box .infobox table.form tr.bsk_sep {
    height: 18px;
}

/*
#
## END basket detail items
#
*/

/*
#
## START view user / Benutzeranmeldung
#
*/
.loginChoice {
    width: 215px;
	padding-right: 20px;
	float: left;
}

.loginChoice label {
	font-size: 80%;
	font-weight: 900;
}


/*
#
## END view user / Benutzeranmeldung
#
*/

/*
#
## START view order / Bestellübersicht
#
*/

.clientMessage {
    background-color: #f7f7f8;
	padding: 1em;
}


/*
#basketDetail_box dt {
    float: left;
	display: inline;
	width: 200px;
}

#basketDetail_box dd {
    float: left;
	clear: left;
	display: inline;

	margin-left: 205px;
	width: 500px;
}
*/
/*

#basketDetail_box dl, #basketDetail_box dt, #basketDetail_box dd {margin: 0; padding:0; text-align: center;}

#basketDetail_box dt {
	position:relative;
	z-index: 1;
	float: left;

	margin-right: 0.5em;

	width: 20em;
	text-align: left;
	}

#basketDetail_box dd {
	position: relative;
	top: 2em;
	left: -20.5em;
	float: left;
	width: 0em;

	text-align: left;
}

#basketDetail_box dd a{
	position: absolute;
	top:  2em;
	left: 0px;
	width: 5em;
	background: pink;
}
*/

/*
#
## END view order / Bestellübersicht
#
*/
