html, body {
	
}

body {
	
	overflow: -moz-scrollbars-vertical;
}

p {
	padding: 5px 10px;
	color: #000;
}

#container {
	width: 400px;
	margin: 20px auto;
	min-height: 100%; /*ie hack*/
}

#content {

	margin: 0 auto;
}

#wrap {
	width: 233px;
	overflow: hidden;

}


h3 {
	/*padding: 0px 0 11px 15px;*/
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #222;

	cursor: pointer;
	margin-top:6px;
	text-decoration: none;
}

h3.toggler a {
	color: #666;
	text-decoration: none;
}

h3.toggler a:hover {
	color: black;
}

div.accordion {
	background: #cbc7c2;
	margin-top:0px;
}
div.accordion {
	background: #cbc7c2;
	margin-top:0px;
}
div.accordion ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0px 0;
}

div.accordion ul li {
	padding: 0px 0;
	
}

div.accordion ul li a {
	color: #36322f;
	text-decoration: underline;
	display: block;
	padding: 4px 0px 4px 17px;
	font-size: 100%;
	font-weight:bold;
}

div.accordion ul li a:hover {
	text-decoration: none!important;
}

a.normal {
	color: #36322f!important;
	text-decoration: none!important;
	display: block!important;
	padding: 4px 0px 4px 17px!important;
	font-size: 100%!important;
	font-weight:normal!important;
}

a.normal:hover {
	text-decoration: underline!important;
}

div.accordion ul li a span {
	padding-bottom: 0px;
}

div.accordion ul li a img {
	border: 0;
	vertical-align: bottom;
	margin-right: 15px;
}

div.accordion ul li a:hover span {
	text-decoration: underline!important;
}

#top_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}

#bottom_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}
	
.top_dark {
	background: url("../images/top_dark.gif") no-repeat top left;
}

.top_light {
	background: url("../images/top_light.gif") no-repeat top left;
}

.bottom_dark {
	background: url("../images/bottom_dark.gif") no-repeat top left;
}

.bottom_light {
	background: url("../images/bottom_dark.gif") no-repeat top left;
}

.first {
	padding-top: 5px;
}

.last {
	padding-bottom: 5px;
}

.top {
	display:block;
	}
.bottom {
	display:block;
}
.topright, .bottomright {
	float:right;
	margin-right:16px;
	}
.topleft, .bottomleft {
	margin-bottom:2px;
	margin-left:16px;
	}
	
