/*sideboxes*/
.columnLeft, .columnRight {
	margin: 0px;
	padding: 0px;
}

DIV.leftBoxHeading, DIV.rightBoxHeading {
	font-size: 1.4em;
	font-family: Arial, sans-serif;
	height: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: 1px solid #732922;
	padding: 5px 0px 0px 0px;
	background: URL('../images/elements/barbg.png');
}

DIV.leftBoxHeading {
	border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
}

DIV.rightBoxHeading {
	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
}

.blankSideBox {
	margin: 8px 0px 0px 0px;
}


.columnLeft .sideBoxContent {
	border: 1px solid #732922;
	border-left: 0px none;
	border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	margin: -10px 0px 0px 0px;
	background: white;
}

.columnRight .sideBoxContent {
	border: 1px solid #732922;
	border-right: 0px none;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	margin: -10px 0px 0px 0px;
	background: white;
}

DIV.leftBoxHeading A, DIV.rightBoxHeading A {
	color: #fff;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
}

.leftBoxContainer, .rightBoxContainer {
	margin: 8px 0px 0px 0px;
}

.sideBoxContent {
	padding: 2px 16px 2px 9px;
	font-size: 1.3em;
}


DIV.leftBoxHeading A:hover, DIV.rightBoxHeading A:hover {
	color: #d1ecff;
	text-decoration: none;
}


#sideboxsvmbanneriContent {
	margin-bottom: 10px;
}

/* Sivupalkin mainokset */

#bannerbox > #bannerboxHeading {
	display: none;
	visibility: hidden;
}

.prr_bannerbox {
	overflow: hidden;
}

/* Facebook laatikko */
.prr_facebookbox {
	margin: 8px 0px 0px auto;
}
