﻿table.shop_productlist {
	width: 100%;
}


table.shop_productlist tr {
	background-color: #fff;
}
table.shop_productlist tr.alt {
	background-color: #fafafa;
}


table.shop_productlist tr td {
	padding: 4px 3px;
	vertical-align: top;
}
table.shop_productlist tr td.details em.partnumber {
	display: block;
}

table.shop_productlist thead th {
	background-color: #aac5ae;
	font-weight: bold;
	text-align: left;
}
table.shop_productlist tfoot th {
	background-color: #d0dfd2;
	font-weight: normal;
	font-style: italic;
	color: #666;
	text-align: left;
}

table.shop_productlist thead th.image, table.shop_productlist tfoot th.image {
	padding-left: 8px;
}

table.shop_productlist tr td.price, table.shop_productlist thead th.price, table.shop_productlist tfoot th.price {
	/*text-align: right;*/
}

table.shop_productlist tr td.price span.priceprimary {
	display: block;
}
table.shop_productlist tr td.price span.pricesecondary {
	display: block;
	color: #999;
	font-style: italic;
	font-size: 0.8em;
}



input.buybutton {
	width: 142px;
	height: 39px;
}




div.minibasket table {
	border-collapse: collapse;
	width: 100%;
}
div.minibasket table td {
	vertical-align: top;
	padding: 0px;
}
div.minibasket table td.item a {
	font-weight: normal;
}
div.minibasket table td.price, div.minibasket table th.price {
	text-align: right;
}
div.minibasket table tr.alt {
	background-color: #fafafa;
}
div.minibasket table thead tr th {
	background-color: #eaeaea;
}
div.minibasket table tfoot tr th {
	background-color: #eaeaea;
}
div.minibasket table tr.new td, div.minibasket table tr.new td a {
	color: #700;
}
div.minibasket table tfoot th.totaltext {
	text-align: right;
	padding-right: 5px;
}



ul.ultimize_product_list_pager {
	margin: 5px 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}
ul.ultimize_product_list_pager li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	float: left;
	/*border: 1px solid orange;*/
	/*width: 20px;*/
	height: 20px;
	margin-right: 10px;
}
ul.ultimize_product_list_pager li.ultimize_product_list_pager_back span {
	display: block;
	min-width: 20px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	overflow: hidden;
	/*text-indent: -1000em;
	background: url(images/icons/shop/back.png) no-repeat center center;*/
}
ul.ultimize_product_list_pager li.ultimize_product_list_pager_back.disabled span {
	/*background: url(images/icons/shop/back_disabled.png) no-repeat center center;*/
}
ul.ultimize_product_list_pager li.ultimize_product_list_pager_item span {
	display: block;
	min-width: 20px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
ul.ultimize_product_list_pager li.ultimize_product_list_pager_item.selected span {
	font-weight: normal;
	color: #777;
	text-decoration: underline;
}
ul.ultimize_product_list_pager li.ultimize_product_list_pager_forward span {
	display: block;
	min-width: 20px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	overflow: hidden;
/*	text-indent: -1000em;
	background: url(images/icons/shop/next.png) no-repeat center center;*/
}
ul.ultimize_product_list_pager li.ultimize_product_list_pager_forward.disabled span {
	/*background: url(images/icons/shop/next_disabled.png) no-repeat center center;*/
}

div.clearfix {
	width: 100%;
	overflow: hidden;
}

div.clearfix div.shopcheckoutpaymentmethods {
	float: left;
	display: inline;
	width: 49%;
}
div.clearfix div.shopcheckoutcomment {
	float: right;
	display: inline;
	width: 49%;
}
div.clearfix div.shopcheckoutcomment textarea {
	width: 330px;
	height: 80px;
}