@charset "UTF-8";

.shoppingCart {
}

.shoppingCart .widget {
}

.shoppingCart .widget .content {
}

.shoppingCart .widget .content .total {
	padding-top:10px;
	font-size:10px;
	color:#333;
}

.shoppingCart.factor .widget .content .total {
	font-size:12px;
}

.shoppingCart .widget .content .total p {
	margin:0px;
	min-height:10px !important;
}

.shoppingCart .widget .content .total span {
	color:#0CC;
	font-weight:bold;
}

.shoppingCart .widget .content table {
	padding:5px 1px;
	margin:0 auto;
	width:100%;
	font-size:10px;
}

.shoppingCart.factor .widget .content table {
	font-size:12px;
}

.shoppingCart .widget .content table tr {
}

.shoppingCart .widget .content table tr td,
.shoppingCart .widget .content table tr th {
	padding:2px;
}

.shoppingCart .widget .content table tr td input,
.shoppingCart .widget .content table tr td select {
	margin: 0px;
	padding: 0px;
	font-size:10px;
}

.shoppingCart .widget .content table tr td input.input-tiny {
	width:38px;
}

.shoppingCart .widget .content table tr td select.select-tiny {
	width:40px;
	height:20px;
	font-size:12px;
}
