html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background:url(/users_app/12009/img/window_price_bgr.png) repeat;
}
div#fancy_inner table{
	width:48%;
	float:left;
	margin-left:2%;
	}
div#fancy_inner table tr td{
	border-bottom:#c6c7c8 solid 1px !important;
	color:#6a6a6a;
	font-size:16px;
	}

div#fancy_inner table tr > td:first-child{
	background:#fbfbfc;
	box-shadow:#f67374 5px 15px 10px;
	color:#f44142;
	font-size:18px;
	}
div#fancy_inner table tr > td.color:first-child{
	background:#fbfbfc;
	box-shadow:#9299d1 5px 15px 10px;
	color:#204cc3;
	font-size:18px;
	}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	background:url(/users_app/12009/img/close_window.png) no-repeat;
	position: absolute;
	top: 27px;
	right: 45px;
	width:90px;
	height:29px;
	cursor: pointer;
	z-index: 181;
	display: none;
}
div#fancy_close:hover{
	background:url(/users_app/12009/img/close_window_hover.png) no-repeat;
	}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
}

span#fancy_right_ico {
	right: -9999px;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
}

td#fancy_title_main {
	height: 32px;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
}



/************************woman_price**********************/
.downloads{
	text-align:center;
	padding:18px;
	}
.downloads a{
	display:inline-block;
	float:left;
	}
 .download_price{
	text-align:center;
	color:#7d7e80;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	box-shadow:#c0c1c3 0 3px 10px;
	padding:1px 20px;
	background:#fff;
	position:relative;
	margin-left:430px;
	}
	.download_price:hover{
		color:#f44142;
		}
	.download_price:after{
		background:url(/users_app/12009/img/exel_ico.png) no-repeat 4px;
		width:26px;
		height:21px;
		opacity:.5;
		content:"";
		position:absolute;
		top:0;
		right:-25px;
		}
	.download_price:hover:after{
		background:url(/users_app/12009/img/exel_ico.png) no-repeat 4px;
		opacity:1 !important;
		content:"";
		}
 .download_blank{
	text-align:center;
	color:#7d7e80;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	box-shadow:#c0c1c3 0 3px 10px;
	padding:1px 20px;
	background:#fff;
	margin-left:35px;
	position:relative;
	}
	.download_blank span{
		border:#f44142 solid 1px;
		display:none;
		}
	.download_blank:hover span{
		display:block;
		position:absolute;
		width:350px;
		top:30px;
		left:-100px;
		background:#FFF;
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		text-transform:none;
		padding:10px 15px;
		text-align: justify;
		color:#7d7e80;
		}
	.download_blank:hover{
		color:#f44142;
		}
	.download_blank:after{
		background:url(/users_app/12009/img/blank_ico.png) no-repeat 4px;
		width:26px;
		height:21px;
		opacity:.5;
		position:absolute;
		top:0;
		right:-25px;
		content:"";
		}
	.download_blank:hover:after{
		opacity:1;
		}
.top_woman_table{
	background:url(/users_app/12009/img/woman_price_top_table.png) no-repeat;
	width:141px;
	height:132px;
	margin:30px 0;
	}
.top_man_table{
	background:url(/users_app/12009/img/man_price_top_table.png) no-repeat;
	width:142px;
	height:132px;
	margin:30px 0;
	}

/************************woman_price**********************/
.oform_price{
	width:800px;
	margin-top:25px;
	}
.oform_price a{
	display:inline-block;
	}
 .download_price_cont{
	text-align:center;
	color:#7d7e80;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	box-shadow:#c0c1c3 0 3px 10px;
	padding:1px 20px;
	background:#fff;
	position:relative;
	float:left;
	margin-left:30px;
	}
	.download_price_cont:hover{
		color:#f44142;
		}
	.download_price_cont:after{
		background:url(/users_app/12009/img/exel_ico.png) no-repeat 4px;
		width:26px;
		height:21px;
		opacity:.5;
		content:"";
		position:absolute;
		top:0;
		right:-25px;
		}
	.download_price_cont:hover:after{
		background:url(/users_app/12009/img/exel_ico.png) no-repeat 4px;
		opacity:1 !important;
		content:"";
		}
 .download_blank_cont{
	text-align:center;
	color:#7d7e80;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	box-shadow:#c0c1c3 0 3px 10px;
	padding:1px 20px;
	background:#fff;
	margin-left:30px;
	position:relative;
	float:left;
	}
	.download_blank_cont span{
		border:#f44142 solid 1px;
		display:none;
		}
	.download_blank_cont:hover span{
		display:block;
		position:absolute;
		width:350px;
		top:30px;
		left:-100px;
		background:#FFF;
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		text-transform:none;
		padding:10px 15px;
		text-align: justify;
		color:#7d7e80;
		}
	.download_blank_cont:hover{
		color:#f44142;
		}
	.download_blank_cont:after{
		background:url(/users_app/12009/img/blank_ico.png) no-repeat 4px;
		width:26px;
		height:21px;
		opacity:.5;
		position:absolute;
		top:0;
		right:-25px;
		content:"";
		}
	.download_blank_cont:hover:after{
		opacity:1;
		}