body {
	background: url(../images/gradient-top.gif) repeat-x top left;
}
img {
	border: 0px;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-top: 22px;
	height: 116px;
}
	#logo {
		float: left;
		margin: 0px;
		padding: 0px;
	}
	#searchform {
		float: right;
		margin: 0px;
		padding: 0px;
	}
		#keywords {
			background: url(../images/txt-search.gif) no-repeat top left;
			width: 233px;
			height: 24px;
			border: none;
			padding-left: 8px;
			padding-top: 7px;
			margin-right: 3px;
		}
	
	#topnav {
		width: 535px;
		height: 44px;
		float: right;
		margin-top: 43px;
	}
	.tab {
		float: left;
		margin-right: 3px;
	}
	.tab img {
		border: none;
	}

#content {
	width: 960px;
	min-height: 400px;
	float: left;
}
	#column-left {
		width: 172px;
		margin-top: 34px;
		margin-right: 28px;
		margin-bottom: 50px;
		float: left;
	}
	
	#column-right {
		width: 760px;
		margin-top: 34px;
		margin-bottom: 50px;
		float: right;
	}

#slideshow {
	border: solid 1px #e0e0e0;
}
	#slideshow img, #slideshow object {
		margin: 3px;
	}

#cart-table {
	width: 172px;
	margin-bottom: 20px;
}
#cart-table tr td * {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 18px;
}

/* Kassan */
.platta {
	padding: 20px;
	margin-top: 14px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}
#order-table {
	width: 100%;
}
	#order-table th {
		height: 20px;
		margin-top: 0px;
		border-bottom: solid 1px #d0d0d0;
	}
	#order-table td {
		height: 30px;
	}

#customer-table {
	width: 100%;
}
	#customer-table th {
		height: 20px;
		margin-top: 0px;
		border-bottom: solid 1px #d0d0d0;
	}
	#customer-table td {
		height: 30px;
		border-bottom: solid 10px red;
	}
	#customer-table tr {
	}

.table-div {
	width: 300px;
	float: left;
}
	.table-div label {
		width: 200px;
		display: block;
		margin-bottom: 5px;
	}
	.table-div input {
		margin-bottom: 10px;
	}

/* Form */
.txt-tiny {
	border: solid 1px #b0b0b0;
	width: 30px;
	height: 20px;
	background-color: #f8f8f8;
}
.txt-small {
	border: solid 1px #b0b0b0;
	width: 60px;
	height: 20px;
	background-color: #f8f8f8;
}
.txt-big {
	border: solid 1px #b0b0b0;
	width: 260px;
	height: 20px;
	background-color: #f8f8f8;
}
.txt-area {
	border: solid 1px #b0b0b0;
	background-color: #f8f8f8; 
}

ul.products {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
	ul.products li {
		background-repeat: no-repeat;
		background-position: 0px 0px; 
		padding-left: 14px;
		height: 30px;
		width: 172px !important;
		width: 157px;
		float: left;
		display: inline;
	}
	ul.products li.light {
		background-image: url('../images/bgr-list-light.gif');
	}
	ul.products li.dark {
		background-image: url('../images/bgr-list-dark.gif');
	}
	ul.products li a {
		display: inline;
		float: left;
		margin-top: 7px;
	}

.product-box {
	width: 168px;
	height: 250px;
	float: left;
	margin-right: 29px;
	margin-bottom: 29px;
	cursor: pointer;
	overflow: hidden;
}
.product-box a {
	text-decoration: none;
}
.product-box-out {
	background-image: url('../images/bgr-box.gif');
}
.product-box-over {
	background-image: url('../images/bgr-box-over.gif');
}
	.product-box img {
		border: solid 1px white;
		margin-bottom: 14px;
		width: 134px;
		height: 134px;
		float: left;
	}

.product-image {
	/* border: solid 1px #e2e2e2; */
	margin-right: 24px;
	margin-bottom: 24px;
	float: left;
}
.product-image img {
	margin: 3px;
}
.last {
	margin-right: 0px;
}
.add-box {
	margin-top: 30px;
	float: right;
	text-align: right;
}

.files {
	float:left;
	clear:left;
}
.file {
	display: block;
	height: 30px;
	padding-left: 40px;
	padding-top: 7px;
}
	.pdf {
		background: url('../images/file-pdf.gif') no-repeat top left;
	}
	
#footer {
		float: left;
}
	#bottomnav {
		border-top: solid 5px #8b8e91;
		border-bottom: solid 1px #8b8e91;
		background-color: #f0f0f0;
		float: left;
		width: 960px;
	}
	.bottomnav-column {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 13px;
		margin-right: 10px;
		float: left;
		text-align: center;
	}
	#address {
		width: 960px;
		text-align: center;
		margin-top: 17px;
		float: left;
		margin-bottom: 30px;
	}

/* Override */
.last {
	margin-right: 0px;
}
.margin20 {
	margin: 16px;
}
.right {
	float: right;
}

/* Zoom */
#zoom {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('../images/tr-bgr.png') repeat top left;
}

