/*
    female.css
    Female stylesheet for newyou.com website
    Author: Ondrej Balaz <ondra@blami.net>
*/

/*
 *  core
 */
body {
    padding: 0px 0px;
    text-align: center;
    background: #000 url("./layout-male/background.gif") repeat-x top;
}
.container {
    width: 780px;
    margin: 0px auto;
    text-align: left;
    background: #f5fbff;
    font-family: "Tahoma", "Helvetica", Sans-serif;
    font-size: 11px;
}
#copyright {
    width: 780px;
    margin: 10px auto;
    text-align: right;
    height: 40px;
}
#copyright a {
    display: block;
    width: 180px;
    height: 20px;
    background: url("./layout-male/c.gif") no-repeat top;
    float: right;
}
#copyright span {
    display:none;
}



/*
 * flash fixes 
 */
.flash {
    padding: 0px;
    margin: 0px;
}
/* 
 *  header 
 */
#header {
    width: 100%;
    height: 160px; 
    background: #fff;
    text-align: right;
    overflow: none;
}

/*
 *  buttons
 */
.buttonsLeft {
    width: 11px;
    height: 26px;
    float: left;
    background: #f7d6eb url("./layout-male/buttons_left.png") no-repeat top;
}
.buttonsRight {
    float: right;
    width: 11px;
    height: 26px;
    background: #f7d6eb url("./layout-male/buttons_right.png") no-repeat top;
}
#buttons {
    width: 780px;
    height: 26px;
    text-align: center;
    background: #f7d6eb url("./layout-male/buttons_background.png") repeat-x top;
    font-family: "Tahoma", "Helvetica", Sans-serif;
}
.buttonsHolder {
    float:left; 
    width: 750px;
    text-align: center;
    font-family: "Tahoma", "Helvetica", Sans-serif;
    font-size: 10px;
    padding: 7px 0px 0px 0px;
    /* font-weight: bold; */
    color: #257ed6;
}
.buttonsHolder a {
    text-decoration: none;
    color: #257ed6;
}
.buttonsHolder a:hover, .buttonsHolder a.selected {
    text-decoration: none;
    color: #b20679;
}
.buttonsHolder a.selected {
    font-weight: bold;
}

/*
 *  banner & search
 */
#banner {
    width: 100%;
    height: 158px;
    background: #fff url("./layout-male/banner_background.png") repeat-y top right;
    border-bottom: solid 1px #b8cbe3;
}
.searchForm {   
    float: right;
    width: 170px;
    font-family: "Tahoma", "Helvetica", Sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #257ed6;
    margin: 0px;
    padding: 28px 0px 0px 0px;
}
.searchForm input.txt {
    border: 1px solid #257ed6;
    font-size: 11px;
    color: #257ed6;
    height: 16px;
    width: 140px;
    margin: 0px 0px 8px 0px;
    padding: 0;
}   
.searchForm input.btn {
    width: 65px;
    border: 2px solid #257ed6;
    font-size: 11px;
    font-weight: bold;
    color: #257ed6;
    height: 18px;
    margin: none;
    background: #fff;
}

/*
 *  content
 */
#content {
    position: relative;
    width: 100%;
    background: #f5fbff url("./layout-male/content_background.png") repeat-y left;
}
.textwrap {
	position: relative;
	text-align: center;
	margin-right: 190px;
	left: 4px;
	width: 586px;
}
.textHr {
    /* ie stupid */
    display: block;
    margin: 40px auto 10px auto;
    text-align: center;
    width: 500px;
    height: 2px;
    background: url("./layout-male/content_hr.png") repeat-x top left;
    padding: 0;
}
.textMain {
    display: block;
    margin: 0px auto 0px auto;
    width: 500px;
    text-align: left;
    color: #3a3a3a;
}
.sep {
    display:block;
    height: 40px;
    width: 100%;
}


/* 
 *  male female selector 
 */
#maleFemaleSelector {
	position: relative;
    height: 59px;
    background: #fff url("./layout-male/male_female_background.png") repeat-x top left;
	left: 0;
}
#content .linkMale {
    text-decoration: none;
    display: block;
    float: left;
    width: 169px;
    height: 59px;
    background: url("./layout-male/link_male.png") no-repeat;
}
#content .linkFemale {
    text-decoration: none;
    display: block;
    float: right;
    width: 182px;
    height: 59px;
    background: url("./layout-male/link_female.png") no-repeat;
}


/*  
 *  sidebar
 */
#content .sidebar {
	float: right;
	text-align:left;
	width: 190px;
	margin: 0;
	padding: 0;
	font-family: "Tahoma", "Helvetica", Sans-serif;
	font-size: 12px;
	position: relative;
    /*url("./layout-male/sidebar_background.png") repeat-y right;*/
}
#content .sidebar .bg {
   background: #b8cbe3;
}
#content .sidebar h3 {
	background: url("./layout-male/sidebar_top.png") no-repeat 0px;
	left: 0px;
	font-family: "Tahoma", "Helvetica", Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #257ed6;
	margin: 0;
	padding: 6px 6px 6px 12px;
}
#content .sidebar h4 {
	color: #257ed6;
	font-family: "Tahoma", "Helvetica", Sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 18px 0 6px 0;
	padding: 0 10px;
}
#content .sidebar a.blue {
    display: inline;
    color: #257ed6;
    font-family: "Tahoma", "Helvetica", Sans-serif;
    font-size: 11px;
    font-weight: bold;    
    text-decoration: none;
    margin: 0;
}
#content .sidebar a.blue:hover {
    display: inline;
    color: #257ed6;    
    text-decoration: underline;
}
#content .sidebar a.proc {
	display: block;
	width: 100%;
	color: #fff;
	font-family: "Tahoma", "Helvetica", Sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 6px 0 0 0;
	padding: 0 10px;
}
#content .sidebar a.proc:hover {
    color: #fff;
    text-decoration: underline;
}
.sidebarFix {
    background: #f5fbff;
    display: block;
    clear: both;
    height: 0px;
}

/*
 *  footer
 */
#footer {
	background: #f5fbff;
}
.leftImage {
	float: left;
	margin: 20px 0 12px 0;
	width: 160px;
	height: 134px;
	background: url("./layout-male/left_background.png");
	background-repeat: no-repeat;
	background-position: 4px 0;
}
.footerBar {
    clear: both;
    width: 100%;
    height: 24px;
    background: #fff url("./layout-male/footer_background.png") repeat-x left;
    border-top: solid 1px #b8cbe3;
}
.footerbtnHolder {
    width: 100%;
    text-align: center;
    font-family: "Tahoma", "Helvetica", Sans-serif;
    font-size: 10px;
    padding: 4px 0px 0px 0px;
    /* font-weight: bold; */
    color: #257ed6;    
}
#footer .footerbtnHolder a {
    text-decoration: none;
    color: #257ed6;
}
#footer .footerbtnHolder a:hover {
    color: #257ed6;
}
div#femaleintf{
  display: none;
}
div#maleintf{
  display: block;
}
