body { margin: 0; }

a {
	text-decoration: none;
	outline: none;
}

.menublock {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.3;
	width: 132px;
	padding: 45px 16px 0 0;
	vertical-align: top;
	position: absolute;
	top: 0px;
	left: 248px;
}

#sdg {
	width: 248px;
	height: 460px;
	vertical-align: top;
	position: absolute;
	top: 52px;
	left: 0px;
}

.itemslist, .simpletext {
	font-family: Georgia, serif;
	font-size: 12px;
	vertical-align: top;
	padding: 0 16px 0 0;
	color: black;
}

.itemslist a { color: gray; }
.itemslist a:hover { color: black; }

.pictd {
	padding-left: 512px;
	text-align: left;
	vertical-align: top;
}

a.leftarr {
	background: url(../items/lgarr.png) center center no-repeat;
}

a.leftarr:hover {
	background: url(../items/lbarr.png) center center no-repeat;
}

a.rightarr {
	background: url(../items/rgarr.png) center center no-repeat;
}

a.rightarr:hover {
	background: url(../items/rbarr.png) center center no-repeat;
}

.itemdiv { padding-bottom: 14px; }

#textblock { padding-bottom: 32px; }

// #share42 {display: inline-block; padding: 0px 0 0 0px; background: #FFF; border: 1px solid #E9E9E9; border-radius: 4px;}
// #share42:hover {background: #F6F6F6; border: 1px solid #D4D4D4; box-shadow: 0 0 5px #DDD;}
#share42 a {opacity: 0.5}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}


