div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}
div#myElement { font-weight: normal; width: 100px; height: 100px; border: solid 1px black; background-color: #f9f9f9; float: left; }
div#myOtherElement { background-image: url(images/ring.jpg); background-repeat: no-repeat; background-position: right 0; width: 241px; height: 63px; overflow: hidden; padding-top: 0; padding-bottom: 0; padding-left: 4px; border-bottom: 1px solid #e6e6e6; }
div#myOtherElement span, div#myOtherElement a { text-decoration: none; display: block; padding: 0; }
div#myOtherElement a:hover { background-color: #e6e6e6; background-image: none; background-attachment: scroll; background-position: right 0; text-decoration: none; }
.list { padding: 6px 10px !important; }

.listhead { font-size: 1.2em; background-image: url(ring.jpg) !important; background-repeat: no-repeat; background-position: right 0; height: 47px; padding-top: 18px !important; padding-right: 14px !important; padding-left: 14px !important; }
#accordion {
	margin:20px 0px;
}

h3.toggler { cursor: pointer; font-size: 14px; background: #e0edf6; color: #528ce0; font-weight: bold; margin: 0 0 4px; padding: 5px 8px 3px; border-color: #f5f5f5 #ddd #ddd #f5f5f5; border-style: solid; border-width: 1px; }
.h3:hover { background-color: #f6f8f9; }
div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}
