
div.product_images {
	float: left;
	width: 200px;	
}
div.product_description {
	width: 370px;
	float: right;		
}
div.product_description_full { display: none; }
div.product_description h3 { float: left; }
div.product_description a.print_icon { float: right; margin-top: 7px; margin-right: 20px; }
div.product_price { font-size: 14px; margin: 10px 0; color: #7ba296; }
div.product_price span.pricesecondary > span.price { display: none; }
div.product_price span.pricesecondary > span.price.campaign { display: block; color: red; text-decoration: line-through; }

div.product_controls {
	margin: 10px 0;		
}
div.product_controls a.buybutton {
	display: block;
	width: 	132px;
	height: 22px;
	background: url(images/buy.png) no-repeat;
	text-indent: -9000px;
	margin-top: 5px;
}

.notforsale { display: none; }

div.shopproductlist { overflow: hidden; width: 100%; }	
div.shop_productlistcolumn_group { border-bottom: 1px solid #ccc; overflow: hidden; padding: 15px 0; }
div.shop_productlistcolumn_item { width: 198px; height: 165px; float: left; text-align: center; border-left: 1px solid #ccc; }
div.shop_productlistcolumn_item span.pricesecondary { display: none; }
div.shop_productlistcolumn_item span.pricesecondary.campaign { display: block; font-size: 11px; text-decoration: line-through; color: red; }
div.shop_productlistcolumn_item input {
	background: url(images/buy_now.jpg) no-repeat;
	width: 60px;
	height: 19px;
	border: 0;		
	margin: 8px auto 0 auto;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	display: block;
	text-indent: -9000px;
}
div.shop_productlistcolumn_item div.image { display: table-cell; vertical-align: middle; height: 100px; width:198px;}	
div.shop_productlistcolumn_item div.image img {  }
div.shop_productlistfixedcolumns_noitems { display: none; } 
	
	
table.shop_productlist, table.basket {
	width: 100%;
	border-collapse: collapse;
}
table.shop_productlist tr th, table.shop_productlist tr td, table.basket tr th.header, table.basket tr.header td {
	padding: 5px;
}
table.shop_productlist tr th, table.basket tr.header th {
	background: url(images/gradient.jpg) repeat-x #666666;
	color: #fff;
	text-align: left;
	font-weight: bold;
	padding: 5px;
}
table.shop_productlist tr.alt, table.basket tr.alt {
	background: #eee;
}
table.shop_productlist tr td, table.basket tr td{
	border-bottom: 1px dotted #ccc;
	vertical-align: top;
	padding: 5px;
}
table.shop_productlist tr td.image, table.basket tr td.image {
}
table.shop_productlist tr td img, table.basket tr td img {
	border: 1px solid #ccc;
}

table.shop_productlist tr td.price, table.basket tr td.price{
	white-space: nowrap;
}

table.shop_productlist tr td.details p, table.basket tr td.details p{
	padding: 0px;
	margin: 0px;
}

table.shop_productlist tr td.details .name a{
	color: #000;
	font-size: 14px;
	text-decoration: none;
	display: block;
}

table.shop_productlist tr td .priceprimary{
	display: block;
}

table.shop_productlist tr td .pricesecondary, table.shop_productlist tr td .pricesecondary .symbolright, table.shop_productlist tr td .priceprimary .symbolright{
	display: none;
}

table.shop_productlist tr td input.field {
	text-align: center;
	border: 1px dotted #aaa;
	width: 15px;
}
table.shop_productlist tr td input.order-button {
}

table.basket tr td.quantity, table.basket tr th.quantity{
	text-align: center;
}

table.basket tr td.quantity input.basketitemquantity{
	width: 25px;
	text-align: center;
}

table.basket tr.subtotal th, table.basket tr.vat th, table.basket tr.shipping th, table.basket tr.overalltotal th, table.basket tr.payment th, table.basket tr.voucher th, table.basket tr th.price, table.basket tr td.price {
	text-align: right;
}

table.basket .symbolright{
	display: none;
}

table.basket a.removeitem { background: url(images/sletknap.gif) no-repeat; width: 16px; height: 16px; display: block; text-indent: -9000px;}



ol.shopcheckoutsteps{
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

ol.shopcheckoutsteps li{
	display: inline-block;
	padding: 5px 5px 5px 0px;
	margin: 3px;
	float: left;
}

div.checkoutcontrolbuttons{
	margin-top: 10px;
}

div.checkoutcontrolbuttons a.prevstep{
	display: block;
	width: 71px;
	height: 20px;
	background: url(images/knap_tilbage.gif) no-repeat;
	float: left;
}

div.checkoutcontrolbuttons a.nextstep{
	display: block;
	width: 71px;
	height: 20px;
	background: url(images/knap_fortsaet.gif) no-repeat;
	float: right;
}

div.checkoutcontrolbuttons a span { display: none; }

div.megabasketupdate { margin-top: 20px; overflow: hidden; }
div.megabasketupdate a {
	display: block;
	width: 71px;
	height: 20px;
	background: url(images/knap_opdater.gif) no-repeat;
	float: right;
}
div.megabasketupdate a span { display: none; }


div.customerdata table, div.deliverydata table {
	width: 100%;
}

div.customerdata table td, div.deliverydata table td {
	padding: 2px 0px;
}

div.customerdata table td.label, div.deliverydata table td.label {
	width: 150px;
}

div.customerdata table td.field input, div.deliverydata table td.field input, div.customerdata table td.field select, div.deliverydata table td.field select {
	width: 250px;
}

table.shopcheckoutshipping, table.shopcheckoutpaymentmethods {
	width: 50%;
}

table.shopcheckoutshipping td.shippingfee { display: none; }

ul.ultimize_list_pager{
	padding: 5px 0px;
	margin: 0px;
	list-style: none;
}

ul.ultimize_list_pager li{
	display: inline;
	padding: 0px 2px;
}

#mini-basket table{
	width: 100%;
}

#mini-basket table tr th, #mini-basket table tr td{
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #eee;
	
}

#mini-basket table tr td.price{
	white-space: nowrap;
}


#mini-basket .symbolright{
	display: none;
}

#mini-basket table .totaltext{
	text-align: left;
}

#mini-basket a.gotobasket{
	display: none;
}

span.checkbox input { width: auto ! important; }



span.voucherselector {
	display: block;
	width: 100%;
	overflow: hidden;
}
span.voucherselector label {
	display: block;
	float: left;
	padding-right: 10px;
	vertical-align: middle;
}
span.voucherselector input {
	display: block;
	border: 1px dotted #aaa;
	width: 100px;
	float: left;
	vertical-align: middle;
	color: #222;
	font: 12px Arial, Helvetica, Tahoma, sans-serif;
}
span.voucherselector a {
	display: block;
	width: 71px;
	height: 20px;
	background: url(images/knap_indloes.gif) no-repeat;
	float: left;
	vertical-align: middle;
	margin-left: 10px;
}
span.voucherselector a span { display: none; }

