/* Don't touch! */

body{
/*	background: url("gfx/bg.jpg");*/
	text-align: center;
	font-family: "times new roman", serif;
	font-size: 14px;
	background-color:#fff;
	color: #777;
	margin:0px;
	padding:0px;
	line-height: 19px;
}

a{
	font-family: "times new roman", serif;
	font-size: 14px;
	color: #777;
	
}

img {
	border:none;
}

.pryl {
	background: url("gfx/itembg.gif") no-repeat;
	background-position:0% 100%;
	width:560px;
/*	height:120px;*/
	border:1px solid;
	border-color:#eee #eee #eee #eee;
	margin:5px auto;
	text-align:justify;
	padding: 0px 0px;
	overflow:hidden;

}

.pryl img {
	float:left;
	clear:left;

/*	width:70px;
	height:70px;*/
	border:1px solid #aaa;
	margin:2px 10px 0px 5px;
	padding:2px;
	overflow:hidden;

}

.pryl p {
	width:520px;
/*	height:70px;*/
	border:0px solid black;
	margin:10px 0px 0px 10px;
	text-align:justify;

}

.pryl span {
	display:block;
	font-size:16px;
	font-weight:bold;
	margin:2px;
}

.pryl h2 {
	position:relative;
	border:0px solid black;
	float:right;
	padding-right:0px 10px 10px 0px;
	font-size:14px;
	font-weight:bold;
	margin:2px;
	right:0.3em;
	bottom:0.1em;

	clear:left;
}

.sold p{
	text-decoration:line-through;
}

.sold h2{
	text-decoration:line-through;
	bottom:0.1em;
}

h3{
	visibility:hidden;
	display:none;
}

.sold h3{
	visibility:visible;
	display:inline;
	text-decoration:none;
	color:#A00;
	float:left;

	position:relative;
	border:0px solid black;
	padding-right:0px 10px 10px 0px;
	font-size:14px;
	font-weight:bold;
	margin:2px;
	right:0.3em;
	bottom:0.1em;
}





#topmenu {
	width:570px;
	height:20px;
	margin:auto;
	background: url("gfx/ocerlist_c.gif") repeat-x;	
	background-color:#ffd469;

}

#topmenu ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	
	position:relative;
	top:0px;

}

#topmenu ul li { 
	display: inline;
	margin: 0px;
	padding: 0px;


}

#topmenu ul li a {
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	text-color: rgb(0, 0, 0);
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	padding: 0 10px;
	color: rgb(0, 0, 0);
}

#topmenu ul li a:hover
	{
	color: #000;
	background-color: #eee;
}

.pagebrowser{
	margin-top:5px;
	margin-bottom:10px;
}


#container {
	width: 777px;
	\width: 797px;
	w\idth: 777px;
	border: 0px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

		#banner {
			border:0px solid black;
			background: url("gfx/midshade.jpg");
			padding: 0;
			margin-bottom: -1px;
			background-color: rgb(213, 219, 225);
			overflow:hidden;
			height:70px;
		}

		#content {
			text-align:justify;
			padding: 0;
			margin-left: 0;
			margin-right: 0;
			background-color: #fff;
			height:400px;
			text-align:center;
		}

		#sidebar-a {
			background: url("gfx/leftcolumn.jpg");
			float: left;
			width:100px ;
			height:300px;
			margin: 0;
			margin-top: 0px;
			margin-right: ;
			padding: 0;
			background-color: rgb(235, 235, 235);
			z-index:100;
			font-size:1px;
		}

		#sidebar-b {
			background: url("gfx/rightcolumn.jpg");
			float: right;
			width: 100px;
			height:300px;
			margin: 0;
			margin-left: ;
			padding: 0;
			background-color: rgb(235, 235, 235);
			z-index:100;
			font-size:1px;
		}

	#footer {
			clear: both;
			padding: 20px;
			margin-top: 10px;
	}


#leftfold{
	border:0px black solid;
	width:270px;
	float:left;
	margin:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:10px;
text-align:justify;
}

#rightfold{
	border:0px black solid;
	width:270px;
	float:right;
	margin:0px;
	margin-right:0px;
	margin-left:0px;
	padding-right:10px;
text-align:justify;
}


#rondo{
	border: none;
	position:absolute;
	width:444px;
	height:222px;
	top:108px;
	left:50%;
	z-index:120;
	margin-top:0px;
	margin-bottom:0px;

}



#bottomstuff {
	border-top:1px solid #ddd;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:300px;
	height:50px;
	text-align: center;	
	font-family: "arial", sans-serif;
	font-size: 10px;
	color:#aaa;

}

.sandbag_right{
		float:right;
		clear:right;
		padding:0;
/*		border:inset 0px rgb(255,0,0);*/
	    border-left: 0px solid rgb(0, 0, 0);/*för test*/
	    margin-left: 2px;
/*		background: rgb(0,255,0);*/
		z-index:0;
		overflow:hidden;
}
.sandbag_left{
		float:left;
		clear:left;
		padding:0;
/*		border:inset 0px rgb(0,255,0);*/
	    border-right: 0px solid rgb(0, 0, 0);/*För test*/
	    margin-right: 2px;
/*		background: rgb(0,0,255);*/
		z-index:0;
		overflow:hidden;
}




