body {
	background-image: url("bg.gif");
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}

h1,h2,h3 {
	font-family: Georgia;
	font-weight: bold;
}
h1 {
	font-size: 16px; 
	color: #660000;
}
h2 {
	font-size: 14px;
	background-color: #ccc;	
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #fff;
	background-color: #660000;	
}
h3 {
	font-size: 12px;
}

img {
	border: 0;
}

#header_flags {
	float: right;
}

#page {
	margin: auto;
	width: 700px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#intro {
	padding-left: 10px;
	padding-right: 10px;
}
#orderform {
	margin-left: 55px;
}

br {
	clear: both;
}

/* inställningar för en produkt */

.price {
	color: #660000;	
}

div.product {
	margin-top: 10px;	
}

div.product div.pic {
	float: left;
	min-width: 250px;
	padding-left: 20px;
	padding-right: 10px;	
}

div.product div.info {
	float: left;
	margin-right: 10px;
	width: 250px;	
}

div.product div.choose {
	text-align: right;
	float: right;
	margin-right: 10px;
	padding-top: 20px;
}



/* Inställningar för formulär */

input[type="text"].count {
	width: 40px;
	height : 15px;
	text-align: right;
	margin-bottom: 7px;
}

input[type="text"].inputorder
{
	width : 340px;
	height : 15px;	
	font-size: 12px; 
}

input[type="text"].inputorder2
{
	width : 140px;
	height : 15px;	
}


input[type="text"], input[type="password"], textarea {
	border: 1px solid #ccc;
}
input[type="checkbox"] {
	margin-right: 0.3em;
}
textarea {
	font-size: 12px;
	font-family: helvetica,arial,sans-serif;
	width : 340px;
	height : 50px;	
}

input[type="submit"] {
	background-color: #eee;
	border: 0;
	padding: 0.1em 0.5em;
	border: 1px solid #ccc;
}

input:focus[type="submit"] {
	border: 1px inset #c3d9a3;
}

.required {
		color : #660000;
}

#constructor {
	text-align: center;
	display: none;
	margin: auto;
	width: 700px;
	
}

#constructor a {
	color: gray;
}






	
