body {
	background: #f6f5e0;
	color: #222;
	font: 12px/16px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.halfsize {
	width: 48%;
	padding: 0 1%;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clearfix {
	clear: both;
	width: 100%;
	overflow: hidden;
}

#wrapper {
	background: #fff;
	width: 880px;
	margin: 60px auto 20px auto;
}

#top {
	background: url(images/top.jpg) repeat-x;
	border: 1px solid #ccc;
	position: relative;
}
#top #menu {
	height: 45px;
}

#top #menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#top > #menu > ul > li {
	background: url(images/menu_seperator.jpg) left center no-repeat;
	float: left;
	position: relative;
}
#top #menu ul li:first-child {
	background: none;
}
#top #menu ul li a {
	padding: 14px;
	display: block;
	color: #fff;
	text-decoration: none;
}
#top #menu ul li a:hover, #top #menu ul li.current a {
	color: #f6f5e0;
}
#top #menu ul li.current a {
	font-weight: bold;
}

/* Dropdown menu START */
#top #menu *, #top #menu ul * {
	z-index: 1000;
}

#top #menu ul li ul {
	z-index: 999;
	position: absolute;
	top: 45px;
	left: 0px;
	display: none;
}
#top #menu ul li ul li a {
	background: url(images/top.jpg) repeat-x;
	border-top: 1px solid #4a4a4a;
	padding: 8px 10px;
	width: 140px;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}
#top #menu ul li ul li a:hover {
	background: #66bca9;
	font-weight: bold;
}
/* Dropdown menu END */

#logo {
	position: absolute;
	width: 138px;
	height: 125px;
	right: 30px;
	top: -40px;
	z-index: 100;
}

.submenu {
	background: url(images/top.jpg) repeat-x;
	width: 100%;
	overflow: hidden;
}

.submenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.submenu ul li {
	float: left;
}

.submenu ul li a {
	padding: 14px;
	display: block;
	color: #fff;
	text-decoration: none;
}

.submenu .search {
	float: right;
	padding: 10px 14px 10px 0px;
	vertical-align: middle;
}

.submenu .search * {
	vertical-align: middle;
}

.submenu .search .watermarked {
	color: #CCC;
	font-style: italic;
}

#container {
	background: #fff url(images/shadow.jpg) top repeat-x;
	border: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-bottom: none;
	padding: 20px 14px;
	height: 100%;
	overflow: hidden;
}

.frontpage_offers {
	width: 585px;
	float: left;
}
.frontpage_news {
	width: 240px;
	float: right;
	padding-left: 25px;
	border-left: 1px solid #ccc;
	margin-left: -1px;
}
.frontpage_normalcontent {
	border-top: 1px solid #CCC;
	padding-top: 20px;
	margin-top: -1px;
}

/* frontpage productcolumnlist */
div.productcolumnlist {
	width: 100%;
	overflow: hidden;
}
div.productcolumnlist div.productitem {
	width: 180px;
	margin: 5px;
	border: 1px solid #4D659B;
	border-radius: 10px;
	float: left;
	text-align: center;
}

div.productcolumnlist div.productitem div.title {
	vertical-align: middle;
}

div.productcolumnlist div.productitem div.title a {
	display: table-cell;
	height: 2.7em;
	width: 180px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px;
	background: #006D55;
	color: #FFF;
	border-radius: 8px 8px 0px 0px;
	vertical-align: middle;
}
div.productcolumnlist div.productitem div.image a img {
	border: none;
}
div.productcolumnlist div.productitem div.price {
	padding: 2px 0px;
	color: #555;
	clear: both;
	overflow: hidden;
	width: 100%;
}
div.productcolumnlist div.productitem div.price span.partno {
	text-align: left;
	float: left;
	padding-left: 5px;
}
div.productcolumnlist div.productitem div.price span.price {
	font-size: 110%;
	color: Red;
	float: right;
	padding-right: 5px;
}

div.productcolumnlist div.productitem div.actions {
	background: #EEE;
	border-radius: 0px 0px 10px 10px;
}

div.productcolumnlist div.productitem div.actions a {
	display: block;
	padding: 2px;
	color: #4D659B;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

div.productcolumnlist div.productitem div.actions:hover {
	background: #006D55;
}

div.productcolumnlist div.productitem div.actions a:hover {
	color: #F6F5E0;
}

/* frontpage productcolumnlist */

.sidebar {
	float: left;
	width: 180px;
	border-right: solid 1px #006d55;
}

.minibasket {
	padding: 0px 14px 14px 0px;
	border-bottom: solid 1px #006d55;
	margin-bottom: 14px;
}

.minibasket .minibasket_productname {
	display: block;
	text-align: left;
	text-transform: capitalize;
	padding-bottom: 2px;
}

.minibasket .minibasket_productname a {
	text-decoration: none;
}

.minibasket .minibasket_productprice {
	display: block;
	text-align: right;
	font-weight: bold;
	padding-bottom: 8px;
}

.sidebar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.sidebar ul li {
	display: block;
}

.sidebar ul li a {
	display: block;
	padding: 2px 0px;
	text-decoration: none;
}

.sidebar ul li ul {
	padding-left: 15px;
	padding-bottom: 10px;
}

.sidebar ul li.current a {
	font-weight: bold;
}

.sidebar ul li.current ul li a {
	font-weight: normal;
}

.sidebar ul li a:hover {
	text-decoration: underline;
	color: #006d55;
}

.content {
	float: left;
	width: 641px;
	padding: 0px 14px;
	border-left: solid 1px #006d55;
	margin-left: -1px;
}

div.offer {
	float: left;
	padding: 25px 0px;
}
div.offer img {
	display: block;
}

div.offer.small input {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	width: 120px;
}

div.offer.small {
	float: left;
	width: 210px;
	padding-right: 25px;
	padding-left: 25px;
	overflow: hidden;
}
div.offer.large {
	border-left: 1px solid #ccc;
	margin-left: -1px;
	padding-left: 25px;
	padding-right: 25px;
	background: url(images/nilfisk.png) right bottom no-repeat;
	width: 568px;
	float: left;
	overflow: hidden;
}

div.offer.small.offer.banner {
	height: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	float: right;
}

div.offer.nilfisk {
	background: url(images/nilfisk.png) right bottom no-repeat;
}

div.offer.large h2 {
	margin: 0px;
}

div.offer.large p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#footer {
	background: #009e7b;
	padding: 14px;
	color: #fff;
	font-size: 11px;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	margin-right: 10px;
}
#footer a {
	color: #f6f5e0;
}
#footer a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

table tr td {
	vertical-align: top;
}

h2 {
	color: #006d55;
	font-size: 21px;
	margin: 10px 0;
	padding: 0;
}

a:link, a:visited {
	color: #009e7b;
}
a:hover {
	color: #006d55;
}

ul.ultimize_list_pager {
	padding: 8px 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

ul.ultimize_list_pager li {
	float: left;
	padding: 0px 3px;
}

ul.ultimize_list_pager a, ul.ultimize_list_pager span {
	display: inline-block;
}

ul.ultimize_list_pager li a:hover {
	color: #4d659b;
}

ul.ultimize_list_pager li.selected span {
	color: #4d659b;
	border-bottom: 3px solid #4d659b;
	font-weight: bold;
	font-size: 1.2em;
}

.document {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.document li {
	background: url(images/acrobat.png) no-repeat left center;
	padding-left: 25px;
}

a.buybutton {
	display: inline-block;
	padding: 5px;
	background: #4D659B;
	border-radius: 10px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

a.buybutton:hover {
	background: #FFF;
	color: #4D659B;
}

.productlist {
	width: 100%;
	border-collapse: collapse;
}

.productlist thead th {
	border-bottom: 1px solid #DDD;
}

.productlist tfoot th {
	border-top: 1px solid #DDD;
}

.productlist td {
	padding: 3px;
	vertical-align: top;
}

.productlist tr.alt td {
	background: #EAEAEA;
}

.productlist_image {
	width: 100px;
}

.productlist_image, .productlist_buy {
	text-align: center;
}

.productlist_price {
	text-align: right;
	white-space: nowrap;
}

.productlist_spanretailprice {
	font-style: italic;
}

.productlist_name a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}

.basket {
	width: 100%;
	border-collapse: collapse;
}

.basket th, .basket td {
	padding: 3px;
}

.basket thead th {
	background: #009E7B;
	color: #FFF;
	border-bottom: solid 2px #006D55;
}

.basket tfoot th {
	background: #CCCCCC;
	color: #4A4A4A;
	font-style: italic;
	font-size: 0.8em;
}

.basket tr th.alignleft {
	text-align: left;
}

.basket tbody tr td {
	border-bottom: solid 1px #CCCCCC;
}

.basket tbody tr.alt td {
	background: #EAEAEA;
}

.basket a {
	text-decoration: none;
}

.basket tr td.remove {
	text-align: center;
	font-size: 1.3em;
}

.basket tr td.remove a {
	color: #FF0000;
	display: block;
}

.buttonupdate, .buttonnext {
	display: block;
	padding: 5px;
	margin: 10px 0px;
	background: #009E7B;
	color: #FFF;
	border: solid 1px #006D55;
	width: 100%;
	cursor: pointer;
}

.buttonupdate:hover, .buttonnext:hover {
	background: #66BCA9;
	border-color: #009E7B;
}

.buttonnext {
	margin-top: 0px;
	width: 7em;
	float: right;
	font-weight: bold;
}

.address td.label {
	width: 90px;
}

.categoryitem .col2 {
	padding-left: 50px;
}

.categoryitem ul {
	padding: 0px 0px 0px 20px;
	maring: 0px 0px 0px 10px;
}

.categoryitem ul li a {
	text-decoration: none;
	color: #000;
	letter-spacing: 0px;
}

