.cart {
  padding: 10px;
}

.lbl {
  padding-top: 5px;
}


/* Old code, some still in use */

table#webshop {
	
}

table#webshop tr {

}

table#webshop tr.dark {
	background-color: #EDE7CC;
}

table#webshop td {
	padding: 5px;
	width: 380px !important;
	width: 360px;
}

table#webshop td.price {
	width: 50px !important;
	width: 50px;
}

table#webshop td.order {
	text-align: right;
	width: 37px !important;
	width: 37px;
}

table#webshop td.noorder {
	text-align: right;
	white-space: nowrap;
	width: 55px !important;
	width: 100px;
}

table#webshop td.download {
	text-align: right;
	width: 50px !important;
	width: 50px;
}

table#list-basket {
	
}

table#list-basket tr {
}

table#list-basket tr.dark {
	background-color: #EDE7CC;
}

table#list-basket td {
	padding: 5px;
	width: 370px;
}

table#list-basket td.amount {
	text-align: right;
	width: 110px;
}

table#list-basket td.amount input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 1px;
	width: 21px;
	height: 11px;
}

table#list-basket td.price {
	text-align: right;
	width: 30px;
}

table#list-basket td.remove {
	text-align: right;
	width: 37px;
}

table#list-basket.review td.name {
}

table#list-basket.review td.profiled {
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

table#user-info {
	border-collapse: collapse;
	margin-bottom: 10px;
}

table#user-info td {
	padding: 3px 0px;
}

table#user-info td.label {
	font-weight: bold;
	width: 80px;
}

button.remove {
	color: #93120C;
	width: 37px;
}

button.remove:hover {
	text-decoration: underline;
}

table#total {
	
}

table#total td {
	vertical-align: top;
	padding: 5px;
	width: 350px;
}

table#total td.total {
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	padding-right: 50px;
	width: 163px;
}

table#total td.totalt {
	font-weight: bold;
	text-align: right;
	xpadding-right: 50px;
	width: 163px;
}

table#total td.checkout {
	text-align: right;
	/*padding-right: 50px;*/
	width: 163px;
}

tr.product_list_footer {
	background: url(yellow_divider.gif) top left repeat-x;
	padding-top: 5px;
}

button.update {
	background: url(btn_update-basket.gif) top left no-repeat;
	xmargin-top: 5px;
	width: 145px;	
	height: 15px;

}

button.checkout {
	background: url(btn_to-checkout.gif) top left no-repeat;
	width: 111px;
	height: 23px;
}

button.change-basket {
	background: url(btn_change-basket.gif) top left no-repeat;
	width: 128px;
	height: 15px;
}

button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: none;
	border: none;
	padding: 0px;
	xwhite-space: pre;
	cursor: pointer;
}

ul.basket-list {
	padding: 10px 0px;
	margin: 0px;
	list-style: none;
}

ul.basket-list li {
	xpadding-top: 3px;
	padding-bottom: 5px;
}

ul.basket-menu {
	padding: 10px 0px;
	margin: 0px;
	list-style: none;
}

ul.basket-menu li {
	padding-bottom: 5px;
}

/* Styles for overriding form stuff */
.mandatory {
	color: #DD0000;
}

form {
	padding: 0px;
	margin-top: 10px;
}

form.review {
	margin-bottom: 20px;
}

form.submit-order {
	text-align: right;
}

fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

legend {
	display: none;
}

label.block, label .block
{
	margin-bottom: 6px;
	xmargin-right: 5px;
	display: block;
}

input.default.block {
	width: 350px;
}

textarea.block {
	width: 350px;
}

label.inline, label .inline
{
	xmargin-bottom: 6px;
	margin-right: 5px;
	display: inline;
}

.input {
	font-size: 8pt;
	height: 10px;
}

input.next {
	background: url(btn_next.gif) top left no-repeat;
	border: none;
	width: 84px;
	height: 23px;
	cursor: pointer;
        margin-top: 10px;
}

input.change-info {
	background: url(btn_change-info.gif) top left no-repeat;
	border: none;
	width: 134px;
	height: 15px;
	cursor: pointer;
}

form#submit-order {
	text-align: right;
	padding: 0px;
	margin: 0px;
	clear: right;
}

input.submit-order {
	background: url(btn_submit-order.gif) top left no-repeat;
	border: none;
	padding: 0px;
	margin: 0px;
	width: 127px;
	height: 23px;
	xfloat: right;
	cursor: pointer;
}

input.inline, input .inline
{
	xmargin-bottom: 6px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
}

form.search-webshop {
	padding: 0px;
	margin: 0px;
}

form.search-webshop fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
*/
form.search-webshop input.textfield-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #5F5D52;
	xvertical-align: middle;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	width: 170px;
}
*/
div.list-results {

}

div.list-results div {
	padding: 3px 5px;
}

div.list-results div.dark {
	background-color: #EDE7CC;
}

div.list-results div div.path {
	font-size: 8pt;
	padding: 0px;
	padding-top: 3px;
}