* {
	font-family: arial;
}

td {
	margin: 0px;
	padding: 0px;
}

a {
	font-size: 12px;
	color: #999b9e;
}

img {
	border: 0;
}

td.middle {
	padding: 12px 0px 5px 0px;
	height: 425px;
	border-bottom: solid #e5e6e7 2px;
}

div.menutab {
	background-image: url('/images/design/topmenu-middle.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 99px;
	height: 25px;
	padding-top: 8px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	vertical-align: bottom;
	color: white;
	font-size: 12px;
}

div.menutab a {
	text-decoration: none;
	color: white;
}

div.header {
	text-transform: uppercase;
	color: white;
	font-size: 13px;
}

div.menutab.first {
	background-image: url('/images/design/topmenu-first.gif');
	width: 100px;
	margin-left: 7px;
}

div.menutab.selected {
	width: 94px;
	padding-right: 8px;
	background-image: url('/images/design/topmenu-selected.gif');
	color: rgb(172, 26, 38);
}

div.menutab.first.selected {
	width: 94px;
	background-image: url('/images/design/topmenu-selected.gif');
}

div.menutab.first.selected.alone {
	background-image: url('/images/design/topmenu-selected-alone.gif');
	width: 106px;
	margin-left: 7px;
}

div.menutab.last {
	background-image: url('/images/design/topmenu-last.gif');
	width: 104px;
}

div.menutab.last.selected {
	background-image: url('/images/design/topmenu-last-selected.gif');
	width: 108px;
}

div.menutab.before {
	background-image: url('/images/design/topmenu-before-selected.gif');
	width: 98px;
}

div.menutab.before.first {
	background-image: url('/images/design/topmenu-before-selected-first.gif');
}

div.menutab.after {
	background-image: url('/images/design/topmenu-after-selected-middle.gif');
	width: 98px;
}

div.menutab.after.last {
	background-image: url('/images/design/topmenu-after-selected-last.gif');
}

td.topmenu-bottom {
	line-height: 5px;
	height: 15px;
	background-image: url('/images/design/topmenu-bottom.gif');
}

td.path {
	padding-top: 4px;
	font-size: 13px;
}

td.path div.path {
	background-image: url('/images/design/depthpath-background.gif');
	height: 20px;
	padding-left: 10px;
	padding-top: 0px;
	color: white;
	line-height: 18px;
}
td.path div.path a {
	color: white;
	line-height: 18px;
	text-decoration: none;
	font-size: 13px;
}

td.path div.path img {
	vertical-align: middle;
}

td.left-content {
	width: 149px;
	padding-right: 15px;
}

div.box {
	width: 147px;
	border-style: solid;
	border-color: #999b9e;
	border-width: 1px;
}

input.red-button {
	color: white;
	text-transform: uppercase;
	background-image: url('/images/design/button.gif');
	border-style: solid;
	border: 0;
	background-color: transparent;
	font-size: 11px;
	width: 90px;
	height: 19px;
}

div.box div.header {
	padding-left: 10px;
}

div.box div.header.small {
	border-width: 0px 0px 1px 0px;
	background-image: url('/images/design/box-header-small-background.gif');
	width: 137px;
	height: 25px;
}

div.box div.header.large {
	border-width: 0px 0px 1px 0px;
	background-image: url('/images/design/box-header-large-background.gif');
	width: 137px;
	height: 36px;
}

div.box div.header div {
	padding-left: 4px;
}

div.box div.content {
	font-size: 12px;
	color: #999b9e;
	border-width: 0;
	padding: 10px;
}

div.box div.header.small td.menu {
	color: rgb(172, 26, 38);
}

div.box div.menu div.outer {
	text-transform: uppercase;
}

div.box div.menu a {
	text-decoration: none
}

div.box div.menu a.active {
	color: rgb(172, 26, 38);
}

div.box div.menu a.sub {
	color: #676b63;
}

div.box div.menu div.outer div {
	padding-left: 10px;
	text-transform: none;
}

td.logo {
	padding: 30px 0px 10px 10px;
	cursor: pointer;
}

td.center-content {
	padding-right: 10px;
}

td.center-content div.content div.document-content {
	border-style: solid;
	border-color: #999b9e;
	border-width: 0px 1px 1px 1px;
	padding: 12px;
}

div.content-product-container {
	height: 181px;
	width: 134px;
	border: solid #999b9e 1px;
	font-size: 10px;
	color: #999b9e;
	margin-top: 13px;
	cursor: pointer;
	text-align: center;
}

div.content-product-image {
	border-bottom: solid #999b9e 1px;
	height: 142px;
	text-align: center;
	line-height: 140px;
}

div.content-product-image img {
	vertical-align: middle;
	max-width: 134px;
	max-height: 141px;
	width: expression(this.height / this.width < 141 / 134 && this.width > 134 ? '134px' : true);
	height: expression(this.height / this.width >= 141 / 134 && this.width > 141 ? '141px' : true);
}

div.content-product-header a {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

div.content-product-description {
	
}

div.content-product-price {
	font-weight: bold;
}

div.produktkategori-header {
	border: solid #999b9e 1px;
	background-image: url('/images/design/box-header-small-background.gif');
	width: 192px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-size: 12px;
}

div.produktkategori {
	cursor: pointer;
	width: 194px;
	margin-top: 20px;
	text-align: center;
}

div.produktkategori-content {
	border-style: solid;
	border-color: #999b9e;
	border-width: 0px 1px 1px 1px;
	width: 192px;
	height: 148px;
}

td.center-content div.content div.header {
	height: 25px;
	background-image: url('/images/design/center-header-background.gif');
	border: solid #999b9e 1px;
	padding-left: 15px;
	text-transform: uppercase;
	line-height: 24px;
}

td.center-content div.content {
	color: #999b9e;
	font-size: 12px;
}

td.center-content div.content div.header img {
	padding-right: 10px;
	vertical-align: middle;
}

td.center-content div.content div.header.produktkategorier {
	color: #ab1a1f;
}

td.right-content {
	width: 148px;
}

td.bottom {
	text-align: center;
	color: #999b9e;
	text-transform: uppercase;
	font-size: 11px;
}

div#content-product-page {
	color: #999b9e;
	font-size: 12px;
}

div#content-product-page-header {
	font-weight: bold;
	padding-bottom: 10px;
}

td.content-product-images {
	width: 185px;
	padding-right: 17px;
}

div.content-product-page-image {
	border: solid #999b9e 1px;
	height: 141px;
	text-align: center;
	line-height: 231px;
	width: 200px;
	height: 233px;
	cursor: pointer;
}

div.content-product-page-image img {
	vertical-align: middle;
	max-width: 200px;
	max-height: 233px;
	width: expression(this.height / this.width < 233 / 200 && this.width > 200 ? '200px' : true);
	height: expression(this.height / this.width >= 233 / 200 && this.width > 233 ? '233px' : true);
}

div.content-product-page-alt-image {
	width: 44px;
	height: 54px;
	line-height: 54px;
	border: solid #999b9e 1px;
	margin-left: 6px;
	margin-top: 7px;
	text-align: center;
	cursor: pointer;
}

hr.content-product {
	
}

div.content-product-page-alt-image.first-child {
	margin-left: 0px;
}

div.content-product-page-alt-image img {
	vertical-align: middle;
	max-width: 44px;
	max-height: 53px;
	width: expression(this.height / this.width < 53 / 44 && this.width > 44 ? '44px' : true);
	height: expression(this.height / this.width >= 53 / 44 && this.width > 53 ? '53px' : true);
}

label.content-product-page-variant-label {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding-top: 10px;
}

select.content-product-page-variant-select {
	font-size: 12px;
}

input.red-button.content-product-page-add {
	float: right;
}

div.cppv-price {
	font-size: 14px;
	font-weight: bold;
}

input.search-button {
	background-color: transparent;
	height: 25px;
	width: 32px;
	background-image: url('/images/design/search-button.gif');
	border-style: solid;
	border-width: 0px;
}

input.search-field {
	width: 107px;
	height: 17px;
	border-style: solid;
	border-color: #999b9e;
	border-width: 1px;
	color: #999b9e;
	font-size: 12px;
	padding: 3px;
}

div.right-cart-item-content {
	padding-bottom: 10px;
}

div#right-cart-total {
	border-top: solid #999b9e 1px;
	padding-bottom: 10px;
}

div.related-products-header {
	text-transform: uppercase;
	font-size: 13px;
}

hr.content-product {
	margin-top: 20px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	color: #999b9e;
	height: 1px;
}

a.cart-product-delete {
	text-decoration: none;
	color: rgb(172, 26, 38);
	font-weight: bold;
}

tr.cart-product td {
	padding: 5px 10px 5px 0px;
}

tr.cart-total td {
	border-top: solid #999b9e 1px;
	padding: 5px 10px 5px 0px;
}

input.red-button.update-button {
	float: right;
}

input.red-button.continue-button {
	float: right;
	margin-left: 10px;
}

div.show-cart {
	padding-bottom: 40px;
	padding-top: 5px;
	margin-top: 30px;
	border-top: solid #999b9e 1px;
}

input.show-cart-quantity-field {
	width: 25px;
	border: solid #999b9e 1px;
}

input.formsubmit {
	color: white;
	text-transform: uppercase;
	background-image: url('/images/design/button.gif');
	border-style: solid;
	border: 0;
	background-color: transparent;
	font-size: 11px;
	width: 90px;
	height: 19px;
}