/*------------------------------------------------------------------------------------------- */
/*-----------------------NEVER CHANGE ANYTHING HERE. USE FIXES.CSS--------------------------- */
/*------------------------------------------------------------------------------------------- */
.white_area {
  width: 734px;
  margin: 0 auto;
  position: relative;
  background: transparent;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border: 1px solid #e3e3e3; 
}
.white_area .cat {
    background: url(../images/cat.png) center no-repeat;
    position: absolute;
    width: 320px;
    height: 108px;
    left: 50%;
    margin-left: -160px;
    top: -88px; 
}
.white_area .girl {
    background: url(../images/girl.png) center no-repeat;
    position: absolute;
    width: 320px;
    height: 103px;
    left: 50%;
    margin-left: -160px;
    top: -88px;
}
.white_area .title {
	border-bottom: 1px solid #CCC;
    margin: 10px 0 20px 10px;
    padding: 0 0 20px 0;	
}
.white_area .title h3 {
    margin: 0 0 3px;
    padding: 0;
    border: 0;
	color: #000000 !important;
    font-family: Trebuchet MS,Helvetica,sans-serif !important;
	font-size: 22px;
}
.white_area .title .meta {
    margin: 0;
    font-weight: bold;
}
.white_area .title span.red {
    color: #b91c1c; 
}
.white_area .title span.bold {
	font-size: 20px;
	text-transform: uppercase;
	font-family: "medium"; 
}
.white_area .article-content {
    margin: 10px 0 20px 10px;


}

.white_area .text {
    color: #000;
	text-align: center;
    padding: 0px 5px;
    font-size: 13px;
    line-height: 16px;
    font-family: verdana,helvetica,arial,sans-serif;
	margin-bottom: 5px;
}	
.white_area .comment {
	text-align: left;
}	

.white_area .blue_area {
    height: 173px;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 14px;
    color: #474747;
    line-height: 20px;
    font-family: Arial, sans-serif;
    background: url(../images/blue_bg.png) center; 
}
.white_area .blue_area div {
	font-weight: 700;
	padding: 17px 0; 
}

/*# sourceMappingURL=style.css.map */

.control_point {
  cursor: pointer;
}

.faq {
  padding-left: 50px;
}

.faq h3 {
  margin-bottom: 20px;
}

.top-ad {
  padding-bottom: 10px;
}

.white_spooler {
  width: 734px;
  margin: 0 auto;
  position: relative;
}
.white_spooler .spooler {
    color: #000;
	float: right;
	width: 100%;
    padding: 0px;
    font-size: 12px;
    line-height: 12px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	text-align: center;
}	
.white_spooler .spooler-label {
	border-bottom: 1px dashed #999;
    cursor: pointer;
    width: 90px;
    margin: 0 auto;
    padding-bottom: 5px;
}	
.white_spooler .spooler-text {
	display: none;
    color: #000;
    padding: 0px 20px;
    font-size: 13px;
    line-height: 16px;
    font-family: verdana,helvetica,arial,sans-serif;
}	
.white_spooler .spooler-text.active {
	display:block;
}
.white_area .article-content {
    margin: 10px 0 20px 10px;
}
.white_area .article-images {
	margin: 0;
    width: 100%;
    text-align: center;
}

