/*******************************************************
	
	CREATED BY	2007 Nolgard, Johan Lindqvist
	CONTACT		www.nolgard.se
	
*******************************************************/




/*=======================================================
	STANDARD TAGS
=======================================================*/
body, html {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
p {
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h1, h2, h3, h4, h5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
table {
	margin: 0px;
	padding: 0px;

}
td {
}
span {

}
form {
	width: auto;
	padding: 0px;
	margin: 0px;

}
label {

}
input:focus {
}
text {

}
submit {

}
ul {

}
li {
	margin-bottom: 8px;
	border-collapse:collapse;

}
/*=======================================================
	LAYOUT ID
=======================================================*/
div#wrapper {
	height: auto;
	width: 620px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #336600;
}
div#innerWrapper {
	margin: 0px;
	padding: 0px;
	width: auto;
	position: relative;
	background-color: transparent;
}
div#topInfo {
	position: relative;
	width: 584px;
	margin-right: auto;
	margin-left: auto;
	height: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	padding-top: 8px;
	color: #333333;
	padding-right: 8px;
	padding-left: 8px;
}
div#topInfo img {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}
div#header {
	position: relative;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: transparent;
	background-image: url(../pics/header/header_600_200.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#globalNav {
	position: relative;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
}
div#globalNavCol1 {
	background-color: transparent;
	float: left;
	height: 35px;
	width: 120px;
	position: relative;
	margin: 0px;
	background-position: top;
}
div#globalNavCol2 {
	height: 35px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 130px;
	position: relative;
	background-color: transparent;
}
div#container {
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 600px;
	padding: 0px;
	background-color: transparent;
}
div#col1 {
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: auto;
	float: left;
	position: relative;
	background-color: transparent;
	height: auto;
}
div#col2 {
	position: relative;
	width: auto;
	margin-right: auto;
	margin-left: 130px;
	margin-top: 0px;
	margin-bottom: auto;
	background-color: transparent;
	height: auto;
}
div#col2Admin {
	position: relative;
	width: auto;
	margin-right: auto;
	margin-left: 130px;
	margin-top: 0px;
	margin-bottom: auto;
	background-color: transparent;
	height: auto;
}
div#footer {
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: 11px;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-top: 10px;
}
div#centerContent h1 {
	font-size: 22px;
}
div#centerContent h2 {
	font-size: 18px;
}
div#centerContent h3 {
	font-size: 16px;
}
div#centerContent h4 {
	font-size: 14px;
}
div#centerContent h5 {
	font-size: 12px;
}

/*=======================================================
	DIV NAVIGATION
=======================================================*/
div#globalNav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 4px;
	border: 0.3mm solid #FFFFFF;
	margin-left: 0px;
	width: auto;
	text-align: center;
	padding: 6px;
}
div#globalNav a:hover {
	border: 0.3mm solid #333333;
	color: #CCCCCC;
	background-color: #333333;
}
div#globalNavCol1 a {
	height: 35px;
	width: 35px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#globalNavCol1 a:hover {
	height: 35px;
	width: 35px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#formLogin {
	padding: 0px;
}
div#formLogin text, submit, input{
}

/*=======================================================
	REGULAR CLASSES
=======================================================*/
.floatLeft {
	float:left;
	padding: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
}
.floatRight {
	float:right;
}
.content {
	margin-left: 175px;
	margin-top: 0px;
	margin-right: 10px;
	padding: 0px;
}
.contentPic {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding: 6px;
}
.error {
	color: #FF0000;
}
/*=======================================================
	SHOP CLASSES
=======================================================*/
.ingress {
	font-size: 14px;
	color: #4A7C3D;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
.linedSmall {
	font-size: 12px;
	line-height: 16px;
	color: #4A7C3D;
	background-color: transparent;
	display: block;
	height: 20px;
	width: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: 4A7C3D;
	border-bottom-color: 4A7C3D;
	text-align: center;
}
.linedMedium {
	font-size: 14px;
	line-height: 16px;
	color: #4A7C3D;
	background-color: transparent;
	display: block;
	height: 20px;
	width: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: 4A7C3D;
	border-bottom-color: 4A7C3D;
	text-align: center;
}
.linedLarge {
	font-size: 16px;
	line-height: 20px;
	color: #4A7C3D;
	background-color: transparent;
	display: block;
	height: 20px;
	width: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: 4A7C3D;
	border-bottom-color: 4A7C3D;
	text-align: center;
}
.linedXLarge {
	font-size: 18px;
	line-height: 16px;
	color: #4A7C3D;
	background-color: transparent;
	display: block;
	height: 20px;
	width: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: 4A7C3D;
	border-bottom-color: 4A7C3D;
	text-align: center;
}
.trollie {
	height: 18px;
	width: auto;
	font-size: 11px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
}
.articleWrapper {
	height: auto;
	width: 200px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}
.articleName {
	height: 20px;
	width: 180px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.articlePic {
	padding: 0px;
	height: 200px;
	width: 180px;
	border: 1px solid #666666;
	background-color: transparent;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.articlePrize {
	padding: 0px;
	height: auto;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.lightGrayText {
	color: #999999;
	background-color: transparent;
}
.articleWrapperCampain {
	height: auto;
	width: 400px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}
.articleNameCampain {
	height: 20px;
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.articlePicCampain {
	padding: 0px;
	height: auto;
	width: 400px;
	border: 1px solid #666666;
	background-color: transparent;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.articlePrizeCampain {
	padding: 0px;
	height: auto;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

