/* @override http://www.solidari.de/medistick/oxideshop/out/oxbaseshop/html/styles/basket.tpl.css */

/* Steps */

.containerfiverow {
	width: 110px;
	height: 70;
	float: left;
	background-color: #f2f2f2;
	padding: 5px;
	margin-right: 3px;
	margin-bottom: 10px;
	border: 1px solid silver;
}

/* Stepsinhalte */
.stepitem2_textbighigh {
	font-size: 21px;
	margin-right: 5px;
	line-height: 12px;
	font-weight: bold;
	color: maroon;
}

.stepitem2_textnormalhigh {
	font-size: 12px;
	margin-right: 5px;
	font-weight: bold;
	line-height: 25px;
	color: maroon;
}

.stepitem_linkhigh {
	font-size: 10px;
	line-height: 12px;
}

.stepitem2_textbig {
	font-size: 21px;
	margin-right: 5px;
	line-height: 12px;
	font-weight: bold;
	color: gray;
}

.stepitem2_textnormal {
	font-size: 12px;
	margin-right: 5px;
	font-weight: bold;
	line-height: 25px;
	color: gray;
}

.stepitem2_textsmall {
	font-size: 10px;
	line-height: 12px;
	color: gray;
}

.stepitem_link {
	font-size: 10px;
	line-height: 12px;
	color: gray;
}


/* tabelle */

table.basketcontents {
	
}

.basketcontents {
	width: 625px;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
	font: 12px Helvetica, Geneva, sans-serif;
	float: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

.basketcontents_headerleft {
	background-color: #f2f2f2;
	border-bottom: 1px solid silver;
}
.basketcontents_headerright {
	background-color: #f2f2f2;
	border-bottom: 1px solid silver;
}

/* Spaltentitel */
.basketcontents_headeritems {
	font-weight: bold;
	background-color: #f2f2f2;
	border-style: none;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #616061;
	border-bottom: 1px solid silver;
}

.basket_headitemgesamt {
	text-align: right;
}

.basket_headitemust {
	text-align: right;
}

.basket_headitemeinzpreis {
	text-align: right;
}
/* Spaltentitel Ende*/

/* Inhalte */

.basketcontents_text {
	text-align: right;
	padding-top: 10px;
	vertical-align: middle;
}

.basketcontents_artinfo {
	text-align: left;
	padding: 0;
	margin: 0;
}

.basketcontents_icon {
	text-align: left;
	margin: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.basketcontents_sum {
	text-align: right;
}

.basketcontents_sumtitle {
	text-align: right;
}

.basketcontents_sumtitlebig {
	text-align: right;
	font: bold 12px Helvetica, Geneva, sans-serif;
	color: #616061;
}

.basketcontents_sumbig {
	text-align: right;
	font: bold 12px Helvetica, Geneva, sans-serif;
	color: maroon;
}

/* Buttons */

.basketcontents_artdelsmallbutton {
	background-color: #f2f2f2;
	border: 1px solid silver;
	color: maroon;
	font-weight: bold;
	text-align: center;
}

.basketcontents_artdelbutton {
	background-color: #f2f2f2;
	border: 1px solid silver;
	color: maroon;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}

.default_midbutton {
	background-color: #f2f2f2;
	border: 1px solid silver;
	color: maroon;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	font-size: 10px;
}

.default_nextbutton {
	background-color: #f2f2f2;
	border: 1px solid silver;
	color: green;
	font-weight: bold;
	text-align: center;
	font-size: 10px;

}

/* Buttons Ende*/

/* Trennlinien */
.basketcontents_linespacer {
	border: 1px dotted silver;
}

.basketcontents_linespacerbig {
	padding: 0;
	margin: 0;
	border: 2px solid silver;
	width: 62px;
	float: right;
}



