* {
	padding: 0;
	margin: 0;
}
body {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-color: #E6EDF7;
}
p {
	font-family: verdana,geneva,arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}
table {
	margin: 10px 0;
	border-collapse: collapse;
}
td {
	font-family: verdana,geneva,arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0 2px 2px 0;
	vertical-align: top;
}
td.lead {
	color: #676767;
	font-weight: bold;
	text-align: left;
	width: 130px;
}
.left {
	float: left;
}
.right {
	float: right;
}

#container {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 890px;
	margin: 0 0 0 -445px;
}

h1 {
	font-family: estrangelo,verdana,sans-serif;
	text-align: center;
	letter-spacing: -1px;
	color: #777;
	font-size: 40px;
}
h2 {
	font-family: estrangelo,verdana,sans-serif;
	color: #111;
	font-size: 20px;
}
#produktheader h2 {
	text-align: center;
}
#content {
	clear: both;
	width: 100%;
	min-height: 440px;
	display: block;
	padding: 20px 0;
}
#content .colleft {
	height: 100%;
	display: block;
	width: 59%;
}
#content .colright {
	height: 100%;
	display: block;
	width: 39%;
}

#produktbeskrivelse, #produktbilde, #produktvideo, #produktc2a {
	margin-bottom: 20px;
}
#produktbilde {
	text-align: right;
}
#produktbilde img {
	max-width: 300px;
	max-height: 300px;
	background-color: white;
	padding: 10px;
	border: 1px solid #ccc;
}
#produktc2a {
	width: 330px;
	height: 60px;
	display: block;
	margin-top: -20px;
//	text-align: center;
	float: right;
}
#price {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 20px;
	color: #444;
	display: block;
	float: left;
	line-height: 50px;
	padding: 0 0 0 10px;
}
#button {
	padding-top: 10px;
	float: right;
}
#seal {
	width: 140px;
	float: left;
}

#footer {
	text-align: left;
	padding: 2px 0 20px;
	margin: 20px 0 0 0;
	border-top: 1px solid #ccc;
	color: #4c4c4c;
	font-family: sans-serif;
	font-size: 11px;
	clear: both;
}
#footer ul {
	list-style: none;
	padding-left: 5px;
}
#footer ul li {
	font-size: 10px;
}
#footer li a {
	color: #4c4c4c;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	font-size: 10px;
	text-decoration: none;
}
#footer li a:hover {
	color: #444;
	text-decoration: underline;
}
#footer li a:first-child {
	border-left: none;
}
#first_name		{width: 90px}
#last_name		{width: 120px}
#address1		{width: 190px}
#zip			{width: 50px}
#city			{width: 120px}
#day_phone_b	{width: 90px}
#email			{width: 190px}

#paypal_logo {
	float: right;
	border: 1px solid #CCC;
}
input.button  {
	background-image: url(gb-buy.gif);
	background-repeat: no-repeat;
	border: 0 none;
	color: black;
	font-weight: bold;
	margin: 5px 0 0;
	height: 40px;
	width: 142px;
	padding: 0 2px 0 0;
	text-align: center;
	background-color: transparent;
}
td {
	height: 20px;
	padding: 1px 10px 1px 0;
}
input.amount {
	width: 30px;
}
#order_total {
	border-top: 1px solid #333;
}
td.right {
	padding-right: 0;
}

