/*------------------------------------------------------------------------------------------- */
/*-----------------------NEVER CHANGE ANYTHING HERE. USE FIXES.CSS--------------------------- */
/*------------------------------------------------------------------------------------------- */
.white_area {
  width: 992px;
  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 {
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 18px;
    color: #474747; 
}
.white_area .title span.red {
    color: #b91c1c; 
}
.white_area .title span.bold {
	font-size: 20px;
	text-transform: uppercase;
	font-family: "medium"; 
}
.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;
}

#nekr_content h2{padding-top: 0px;margin-bottom:10px}
#promo2{background: url(http://flashvideodownloader.org/images/promo_bg2.jpg) 0 0 no-repeat;width:854px;height:285px;padding-top:50px}
#promo2 p{padding-left:12px;}
#promo2 h1{width:680px;float:left;line-height:32px;position: absolute; bottom: 0px; font-family: arial; font-size: 20px; color: #205da8}
#promo2 div{width:150px;line-height:45px;padding-right:10px;position: absolute; bottom: -5px; right: 5px}

#promo2 div > a{color:#205da8;display:inline-block;width:26px;height:28px;margin-left:7px;}
#promo2 div span a{color:#205da8;float:left;width:70px}
#promo2 p{width:420px;font:normal 11px tahoma}
#promo2 .more{background:none;width:265px;height:43px;text-decoration:none; position: absolute; top: 230px; left: 25px}
#promo2 p.blue{color:#205da8;margin-bottom:52px}
#promo2 p.blue span,#promo2 div a{font-size:12px;font-weight:bold}
#promo2 span b{color:red}
#promo2 p.blue2{color:#205da8;margin-top:5px;margin-left:35px}

#promo2{position:relative;}

#promo2 #step1, #promo2 #step2,#promo2 #step3 {font-weight:bold;color:black;position: absolute;}
#promo2 #step1 {left:340px;bottom:50px;} 
#promo2 #step2 {left:480px;bottom:80px}
#promo2 #step3 {left:690px;bottom:110px}

#top-ads {
  position: relative;
  width: 728px;
  margin-left: auto;
  margin-right: auto;
}

#top-ads:after {
  color: #999;
  border-radius: 2px;
  content: "Ads";
  font-size: 11px;
  padding: 0 5px;
  position: absolute;
  right: 5px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
  top: -20px;
}

.wrapper {
    overflow: hidden;
    width: 992px;
    min-height: 1px;
}
.content {
    padding: 0 40px;
    min-height: 1px;
}
.content p {
    padding: 0 0 25px 0;
}
.wp-post-image {
	border: 1px solid #e3e3e3;
}	