* {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

body {
	background: #FFFFFF url(/store/images/backgrounds/main-bg.gif);
	font-size: 11px;
	
	padding-bottom: 20px;
}

select, option {
	font-size: 11px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #faa700;
	text-decoration: none;
}

.center {
	text-align: center;
}

.noborder {
	border: 0px;
}
/*
.eur {
	color: #000099;
}

.gbp {
	color: #CC0000;
}

.sek {
	color: #ffa800;
}
*/
.eur {
	color: #CC0000;
}

.gbp {
	color: #CC0000;
}

.sek {
	color: #CC0000;
}
.item_added {
	font-size: 15px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clear {
	clear: left;
}

.small {
	font-size: 10px;
}

.noborder {
	border: 0px;
}

.strong {
	font-weight: bold;
}

.float_left {
	float: left;
}

.big {
	font-size: 14px;
}

#container {
	float: left;
	width: 100%;
}

#header {
	clear: left;
	padding: 0px;
	background: #FFFFFF url(/store/images/backgrounds/top-bg.jpg) repeat-x;
	height: 115px;
	width: 100%;
	float: left;
}
	#header h1 span {
		display: none;
		text-indent: -2000em;
		text-decoration: none;
		padding-bottom: 10px;
	}
	
	#header h1 a {
		position: absolute;
		display: block;
		border: 0px #000000 SOLID;
		background: #FFFFFF url(/store/images/storelogo.jpg) no-repeat;
		width: 417px;
		height: 115px;
	}

	#header .shopping_cart {
		padding: 43px 5px 5px 20px;
		width: 300px;
		float: left;
		margin-left: 560px;
		color: #FFFFFF;
		background: #FFFFFF url(/store/images/backgrounds/shopping_cart_background.gif) repeat-x;
		height: 60px;
		text-align: right;
	}

		#header .shopping_cart div {
			margin-top: 5px;
			font-size: 11px;
		}
	
			#header .shopping_cart div.cart_content {
				margin-right: 20px;
			}
		
				#header .shopping_cart div.cart_content select {
					width: 265px;
					margin-bottom: 5px;
				}
			
				#header .shopping_cart div.cart_content a {
					color: #ffa800;
				}
	
			#header .shopping_cart div.empty {
				margin: 15px 60px 0px 0px;
				font-weight: bold;
				width: 210px;
				font-size: 9px;
				float: right;
			}

#menu {
	clear: left;
	float: left;
	width: 100%;
	background: #EBEBEB url(/store/images/backgrounds/menu.gif) repeat-y;
	border-bottom: 1px #959595 solid;
}

	#menu ul {
		margin-left: 44px;
		float: left;
		width: 850px;
	}

		#menu ul li {
			list-style-type: none;
			float: left;
		}
		
			#menu ul li a {
				list-style-type: none;
				float: left;
				padding: 4px 20px 4px 20px;
				margin: 1px;
			}
		
			#menu ul li a:hover {
				background: #F1F1F1;
				color: #000000;
			}

#content {
	background-color: #FFFFFF;
	margin-left: 40px;
	width: 800px;
	padding: 15px 25px 15px 25px;
	float: left;
	border-left: 4px #fed9b0 SOLID;
	border-right: 4px #fed9b0 SOLID;
	border-bottom: 4px #fed9b0 SOLID;
}

	#content h2 {
		font-size: 20px;
		font-weight: normal;
		float: left;
	}

		#content h2 span {
			color: #CCCCCC;
		}
	
		#content h2 span.info {
			color: #990000;
		}

	#content h3 {
		font-size: 17px;
		margin-top: 15px;
		clear: left;
	}

	#content div.choose_currency {
		float: right;
		width: 290px;
		height: 20px;
	}
		
		#content div.choose_currency span.text {
			float: right;
			padding-top: 5px;
			padding-right: 5px;
		}

		#content div.choose_currency a {
			float: right;
			margin-left: 5px;
			padding: 5px;
			border: 1px #F1F1F1 solid;
			background-color: #F1F1F1;
			text-decoration: none;
		}

		#content div.choose_currency a:hover {
		}

			#content div.choose_currency a img {
				border: 0px;
			}

		#content div.choose_currency a.active {
			background-color: #f7941d;
			text-decoration: none;
			color: #FFFFFF;
		}

#footer {
	float: left;
	margin: 5px 0px 40px 0px;
	width: 940px;
	text-align: center;
	line-height: 17px;
}

	#footer img {
		border: 0px;
	}

ul.products {
	float: left;
	margin: 20px;
}

	ul.products li.product {
		clear: left;
		float: left;
		list-style-type: none;
		padding: 20px 6px 20px 10px;
		border-bottom: 3px #CCCCCC SOLID;
		width: 750px;
	}
			ul.products li.product .thumbnail {
				float: left;
			}
				ul.products li.product .thumbnail img.thumbnail {
					width: 180px;
					float: left;
					border: 1px #CCCCCC solid;
				}
			
				ul.products li.product .thumbnail div.magnify {
					margin-top: 3px;
					text-align: center;
					color: #CCCCCC;
					width: 180px;
					clear: left;
					float: left;
				}
			
					ul.products li.product .thumbnail div.magnify a {
						text-decoration: none;
					}
			
					ul.products li.product .thumbnail div.magnify img {
						border: 0px;
					}
			
			ul.products li.product .info {
				float: left;
				margin-left: 20px;
				margin-right: 20px;
				width: 355px;
			}
		
				ul.products li.product .info h3 {
					font-size: 18px;
					color: #cc590e;
					margin-bottom: 10px;
					width: 355px;
				}
			
				ul.products li.product .info .text {
					width: 355px;
				}
				
					ul.products li.product .info .text font {
					}
			
					ul.products li.product .info .text strong.price {
						font-size: 18px;
					}
				
					ul.products li.product .info .text span.price {
						font-size: 13px;
						font-weight: bold;
					}
			
			ul.products li.product .buy {
				border: 1px #990000 SOLID;
				margin-top: 10px;
				margin-bottom: 10px;
				width: 146px;
				float: left;
				clear: none;
				color: #FFFFFF;
				padding: 10px;
				border: 2px #CCCCCC SOLID;
				background: #000000 url(/store/images/backgrounds/buy_background.gif) no-repeat;
			}
		
				ul.products li.product .buy select, ul.products li.product .buy option {
					width: 135px;
					padding: 1px;
					background-color: #F1F1F1;
				}
			
				ul.products li.product .buy select {
					margin: 5px;
					float: left;
					clear: left;
					border: 0px;
				}
			
				ul.products li.product .buy option.head {
					font-weight: bold;
				}
			
				
			
		ul.products li.product .buy input {
			float: left;
			clear: left;
			margin: 5px 0px 0px 58px;
		}

table.checkout {
	border-collapse: collapse;
	margin: 10px 0px 15px 35px;
	clear: left;
}

	.one {
		background-color: #ebebeb;
	}

	.two {
		background-color: #f6f6f6;
	}

		table.checkout tr th {
			font-weight: bold;
			padding: 7px;
		}

		table.checkout tr td {
			padding: 7px;
			font-size: 12px;
			border-top: 1px #FFFFFF SOLID;
		}

			table.checkout tr td.quantity, table.checkout tr th.quantity {
				width: 70px;
				text-align: center;
			}
		
				table.checkout tr td.quantity select {
					width: 70px;
				}
			
					table.checkout tr td.quantity select option {
						width: 80px;
					}
				
					table.checkout tr td.quantity select option.change {
						font-weight: bold;
					}

			table.checkout tr td.name, table.checkout tr th.name {
				width: 350px;
			}
		
			table.checkout tr td.image, table.checkout tr th.image {
				width: 50px;
				text-align: center;
			}
		
				table.checkout tr td.image img {
					width: 40px;
				}

			table.checkout tr td.price, table.checkout tr th.price {
				width: 100px;
				text-align: center;
			}

			table.checkout tr td.total, table.checkout tr th.total {
				width: 100px;
				text-align: center;
			}
		
				table.checkout span.price {
					padding: 5px;
					margin: 5px;
				}
		
			table.checkout tr.subtotal td {
				border-top: 2px #585858 SOLID;
			}

			table.checkout tr.subtotal td.price {
			}
		
			table.checkout tr.subtotal td.total {
			
			}

div.next {
	width: 748px;
	text-align: right;
}

	div.next img {
		border: 0px;
	}

div.contact_info {
	margin: 50px 0px 0px 185px;
}

	div.contact_info div {
		margin-bottom: 10px;
	}

		div.contact_info div label {
			width: 100px;
			float: left;
			font-weight: bold;
		}
	
			div.contact_info div label span {
				font-weight: normal;
				color: #000000;
			}
	
		div.contact_info div input {
			font-size: 11px;
			padding: 2px;
			width: 250px;
		}
	
			div.contact_info div input.submit {
				width: 75px;
			}

		div.contact_info div textarea {
			font-size: 11px;
			padding: 2px;
			width: 250px;
			height: 100px;
		}
	
		div.contact_info div span {
			margin-left: 10px;
			color: #990000;
			width: 200px;
		}
	
		div.contact_info div span.static {
			margin-left: 0px;
			color: #000000;
			width: 100px;
		}
	
	
	div.static {
		margin: 0px 0px 0px 230px;
		width: 350px;
	}

		div.static div {
			padding: 5px;
			clear: left;
			float: left;
			width: 350px;
		}
	
			div.static div label {
				float: left;
			}
	
			div.static div span {
				float: left;
			}














