#baskettabelle {
	font-family: "Roboto Condensed", sans-serif;
	width:100%;
	font-size:16px;
	margin-bottom: 20px;
}

.basketkopfzeile td {
	border-bottom: 2px solid #999;
	font-weight:bold;
	padding-bottom: 10px;
}

.basketthumb {
	max-height:60px;
	max-width:60px;
	border: 0px;
}

.basketitemzeile td {
	border-bottom: 1px dotted #EEE;
	padding: 5px 10px;
}

.basketitemzeile:hover {
	background-color: #fcf3f3;
	cursor: pointer;
}

.basketartbez {
	font-weight:bold;
}

.basketartno {
	font-size:10px;
	font-weight:bold;
	color:#666;
}

.versandkostenzeile td {
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 2px 10px;
}

.totalfeld_item {
	font-weight:bold;
}

.versandkostenfreiab {
	color:#0a0;
	font-size:14px !important;
}

.subtotalzeile td {
	padding: 2px 10px;
}

.mwstzeile td {
	font-size:13px;
	padding: 2px 10px;
}

.totalzeile td {
	border-top: 1px solid #AAA;
	border-bottom: 4px double #AAA;
	padding: 2px 10px;
	font-weight:bold;
}

.buttonzeile td {
	padding: 10px 10px;
}

@media (min-width: 768px) {
	/*desktop*/
}

@media (max-width: 767px) {
	/*tablet*/
	#baskettabelle {
		font-size:14px;
	}

	.basketitemzeile td {
		border-bottom: 1px dotted #EEE;
		padding: 2px 5px;
	}
}


@media only screen and (max-width: 480px) {
	/*handy*/
	#baskettabelle {
		font-size:12px;
	}

	.basketartno {
		font-size:8px;
	}

	.basketitemzeile td {
		border-bottom: 1px dotted #EEE;
		padding: 1px 5px;
	}

	.thumbcell {
		padding: 0px 0px !important;
	}

	.basketthumb {
		max-height:0px;
		max-width:0px;
		padding: 0px 0px;
	}

	.versandkostenfreiab {
		font-size:10px !important;
	}



}
