
/* BODY + RAP */

body {
	margin: 50px 0 0 45px;
	padding: 0;
	font-family: Tahoma, sans-serif;
	background-color: #C1CC89;
	background-image: url(bgbody.png);
	color: #555;
	text-align: left;
	}

#rap {
	float: left;
	margin: 0;
	padding: 0;
	width: 610px;
	}

small {
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	}

img {
	border: 0;
	}

.clear {clear: both;}

/* HEADER + MENU */

#header {
/*	float: left;*/
	width: 610px;
	height: 179px;
	background-image: url(bgheader3.png);
	}

#menu {
/*	float: left;*/
	padding: 0 5px;
	width: 600px;
	height: 39px;
	background-image: url(bgmenu.png);
	}

#green {
	clear: both;
	float: left;
	width: 610px;
	height: 25px;
	background-image: url(bgmenubottom.png);
	}

/* MAIN */

#main {
	float: left;
	width: 580px;
	padding: 0 15px;
	background-image: url(bgmain.png);
	}

#left {
	float: left;
	width: 336px;
	}

#right {
	float: left;
	width: 234px;
	margin: 0 0 10px 10px;
	background-image: url(c.png);
	background-repeat: no-repeat;
	background-position: top right;
	}

#left p {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 10px;
	line-height: 13px;
	}

#right p {
	padding: 0 10px;
	margin: 10px 0 0 0;
	font-size: 9px;
	line-height: 12px;
	}

.block {
	margin: 0 0 20px;
	}

.block0 {
	margin: 0;
	}

.title {
	display: block;
	width: 336px;
	margin: 0;
	padding: 5px 0;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	background-image: url(c2.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #B9CA86;
	}

.red {
	color: #c33;
	}

.fade {
	color: #888;
	}

.nofade {	
	font-weight: bold;
	color: #555;
	}

.warn {
	background-color: #FBF2D0;
	}

/* SHOP */

form {
	margin: 0;
	padding: 0;
	font-size: 11px;
	}

#input {
	width: 200px;
	padding: 2px;
	margin: 5px 0 0 5px;
	font-family: Arial;
	font-size: 11px;
	color: #333;
	background-color: #fafafa;
	border: 1px solid #bbb;
	}

select {
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #333;
	}

.item {
	float: left;
	width: 297px;
	height: 16px;
	margin: 0;
	padding: 4px 0 2px 3px;
	border-bottom: 1px dashed #bbb;
	}
.item2 {
	float: left;
	width: 297px;
	height: 16px;
	margin: 0;
	padding: 4px 0 2px 3px;
	background-color: #f5f5f5;
	border-bottom: 1px dashed #bbb;
	}

.select {
	float: left;
	width: 36px;
	margin: 0;
	padding: 3px 0 2px;
	border-bottom: 1px dashed #bbb;
	}

.select2 {
	float: left;
	width: 36px;
	margin: 0;
	padding: 3px 0 2px;
	background-color: #f5f5f5;
	border-bottom: 1px dashed #bbb;
	}

.gombok {
	float: left;
	}

#submit {
	padding: 1px;
	margin: 12px 0 0 10px;
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #555;
	text-align: center;
	font-weight: bold;
	background-color: #ddd;
	}

.spacer {
	float: left;
	width: 336px;
	margin: 3px 0 0;
	}

#summa {
	padding: 0 0 0 2px;
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #c33;
	border: 2px solid #f3f3f3;
	background-color: #f3f3f3;
	}

/* LINKS */

#left p a:hover, #right p a:hover, .item a, .item a:visited, .item2 a, .item2 a:visited  {
	text-decoration: none;
	}

#main p a, #main p a:visited {
	color: #f90;
	}

#main p a:hover {
	color: #f60;
	}

.item a, .item a:visited, .item2 a, .item2 a:visited {
	color: #993;
	}

.item a:hover, .item2 a:hover {
	text-decoration: underline;
	color: #9a3;
	}

/* FOOTERs */

#footer {
	float: left;
	margin: 0;
	padding: 0;
	width: 580px;
	height: 50px;
	background-image: url(bgfooter.png);
	background-repeat: no-repeat;
	}

#footerend {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 610px;
	height: 55px;
	background-image: url(bgfooterend.png);
	}