#tags-cloud {
  width: 800px;
  
  margin: 0 auto;
  
  text-align: left;
}

#tags-cloud-top-left {
  float: left;
  
  width: 10px;
  height: 10px;
  
  margin: 0.5em 0 0 0;
  
  background: url(/var/img/background/tags-cloud-top-left.jpg) no-repeat;
}

#tags-cloud-top-center-first {
  float: left;
  
  margin: 0 0 -5px 0;
  
  width: 300px;
  height: 10px;
}

#tags-cloud-top-center-first p {
  width: 300px;
  
  padding: 0 10px;
  
  background: #E8EAF2;
}

#tags-cloud-top-center-second {
  float: left;
  
  width: 480px;
  height: 10px;
  
  margin: 0.5em 0 0 0;
  
  background: url(/var/img/background/tags-cloud-top-center.jpg) repeat-x;
}

#tags-cloud-top-right {
  float: left;
  
  width: 10px;
  height: 10px;
  
  margin: 0.5em 0 0 0;
  
  background: url(/var/img/background/tags-cloud-top-right.jpg) no-repeat;
}

#tags-cloud-middle-center {
  clear: both;
  
  margin: -0.5em 0 0 0;
  padding: 10px 20px;
  
  border-left: solid 1px #3E611C;
  border-right: solid 1px #3E611C;
}

#tags-cloud-bottom-left {
  float: left;
  
  width: 10px;
  height: 10px;
  
  background: url(/var/img/background/tags-cloud-bottom-left.jpg) no-repeat;
}

#tags-cloud-bottom-center {
  float: left;
  
  width: 780px;
  height: 10px;
  
  background: url(/var/img/background/tags-cloud-bottom-center.jpg) repeat-x;
}

#tags-cloud-bottom-right {
  float: left;
  
  width: 10px;
  height: 10px;
  
  background: url(/var/img/background/tags-cloud-bottom-right.jpg) no-repeat;
}

.faq-item-wrap {
  width: 100%;
  
  padding: 10px 0;
  
  background: #E8EAF2;
}

.faq-item-wrap#light {
  background: #EEF0F9;
}

.faq-item {
  width: 1000px;
  
  text-align: left;
}

.faq-item p {
  margin: 10px 20px;
}

.faq-item span {
	cursor: hand;
  	float: right;
  
  	margin: 0 20px;
  
  text-decoration: none;
  color: #3D611A;
}

.faq-item a:hover {
  text-decoration: underline;
}

.faq-answer
{
	padding: 10px 0 10px 0;
	display: none;
}