/* This file contains reset.css and fonts.css
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

.clear { clear: both; }
.centered { padding-bottom: 195px; }

body {
	background:url(https://wploy.wpzoom.com/images/bg.jpg) repeat;
	height: 100%; 
	}
	

/** aMember-specific styles here */

/* properties for entire page and text inside tables */
body, th, td {
    font-family: Arial, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
}
/* properties for all input elements */
input, textarea {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
}
hr { 
    background-color: #4479BE;
    border: 0;
    width: 100%;
    height: 1px;
}
ul, li { list-style: disc; }
a { color:#1f508f; }
a:hover { text-decoration:none; }

.small { font-size: x-small; font-weight: normal; }
.powered, .powered a { font-size: x-small; color: #808080; margin: 0.5em 0em 0.5em 0em; }
strong, .strong { font-weight: bold; }
.text_disabled { color: ButtonFace; } 

/* properties for headers */
h1,h2,h3 {
    color: #707070;
    font-weight: bold;
}

h1,h2 {
    text-align: center;
    margin: 0.5em 0.5em 0.5em 0.5em;
}

h3 { margin: 1.5em 0 0.5em 0; }

h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }

/* other elements */
div.centered { }
div.centered table {
     text-align: left;
}
ul,ol { margin-left: 2em;}
.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 

/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: solid 1px #8CACBB;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;

    background-color: white;
    border: solid 1px #8CACBB;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;

    background-color: #DEE7EC;
    border: solid 1px #8CACBB;
}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #8CACBB;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #8CACBB;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #DEE7EC;
    border: solid 1px #8CACBB;
}

table.errmsg
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 90%;
    background-color: red;
    border: #cc0000 1px solid;
    margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: square;
}

/* Receipt table from thanks.html */
.receipt td {
    background-color: #F0F0F0;
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
}
.receipt th {
    background-color: #C0C0C0;
    border: solid 1px black;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
.receipt td.total {
    background-color: #C0C0C0;
    border: solid 1px black;
}
.receipt {
    border-collapse: collapse;
}

/* Newsletters table on member.php */
.newsletters div {
    padding: 5px;
    margin: 5px;
}
.newsletters div.disabled {
    color: #505050;
}

.newsletters .small {padding-left:1em;}


/* Error message label on signup page */
label.error {
    padding-left: 3px;
	color: red;
	font-style: italic;
	font-weight: normal;
}
input.error {
    border: 2px solid red;
}

.menu-tabs {
    text-align:left;
    margin-bottom:1.5em;
    padding:0em;
    background:#eee;
}
    .menu-tabs > ul {
        margin:0;
        padding:0;
        border-bottom:1px solid #8CACBB;
    }

    .menu-tabs > ul li {
        float:left;
        margin:0;
        padding:0 0.4em;
        list-style: none;
    }
    
    .menu-tabs > ul li.last {
        clear:both;
        float:none
    }

    .menu-tabs a {
        color: black;
        font-weight:normal;
        font-size:9pt;
        display: block;
        padding: 5px 5px 7px;
        white-space: nowrap;
    }
    
    .menu-tabs a.expandable {
        padding-right: 20px;
    }
    
    .menu-tabs > ul li.active a {
        color:#1f508f;
    }

    .menu-tabs div.tab {
        
        position: relative;
        
        background:#DEE7EC;
        border: 1px solid #8CACBB;
        margin-top:5px;
        margin-bottom:-1px;
        z-index:5;
    }

    .menu-tabs > ul li.active div.tab {
        border-bottom-color:white;
        background:white;
    }

    .menu-tabs div.arrow {
        width: 7px;
        height: 5px;
        overflow: hidden;
        float: right;
        margin: 8px;
        background:url('https://wploy.wpzoom.com/arrow.png') no-repeat left;
    }

    .menu-tabs > ul li.active div.arrow {
        background:url('https://wploy.wpzoom.com/arrow.png') no-repeat right;
    }

    .menu-tabs > ul li:hover div.tab {
        background:white;
        border-bottom-color:white;
    }

    .menu-tabs > ul li:hover div.submenu {
        display:block
    }

    .menu-tabs div.submenu {
        display:none;
        position:absolute;
        border:1px solid #8CACBB;
        background: white;
        padding:0;
    }

    .menu-tabs div.submenu ul {
        margin:0;
        padding:0;
    }

    .menu-tabs div.submenu li {
        display: list-item;
        float: none;
        list-style: none;
        padding: 0;
    }

    .menu-tabs div.submenu li a {
        border: none;
        padding: 5px;
        margin: 0;
        display: block;
        background: #DEE7EC;
    }

    .menu-tabs div.submenu li a:hover {
        background: white;
    }


div.backend-wrapper {
    width: 780px;
    display: inline-block;
    text-align:left
}


/**************************************************
	Header
**************************************************/ 
#header {
	background:url(https://wploy.wpzoom.com/images/bg_head.png) repeat-x;
	height:70px;
	margin:0 auto;
	color:#fff;
	}
	
	#head_cont {
		margin:0 auto;
		width:700px;
		}
		
		#head_cont .back {
			font-style:italic;
			background:url(https://wploy.wpzoom.com/images/logo.png) no-repeat right;
			padding:1px 124px 0 0;
			color:#a9b4ba;
			text-decoration:none;
			font-family:Georgia, serif;
			margin-top:23px;
			float:left;
  			}
  			
  			#head_cont a.back:hover {
				font-style:normal;
				}
				
#wrap {
	width:800px;
	margin:0 auto;
	}
	
/**************************************************
	Login form & Signup
**************************************************/ 
	.box_login, .box_repos {
		width:380px;
		background:#fff;
		border:1px solid #cbd7dd;
		-moz-border-radius: 5px;
		border-radius: 5px; 
		margin:50px auto 0 auto;
 		}
 		.box_repos {
 		    width:  800px;
 		}
 		.box_login h1 {
			color:#515456;
			font-size:24px;
			font-weight:bold;
			background:url(https://wploy.wpzoom.com/images/bg_h1.png) repeat-x;
			margin:0;
			text-align:center;
			height:30px;
			padding:15px 0;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
 			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
 			}
		.login_form {
			margin:15px 0;
			padding: 0 20px;
 			}
			
			.login_form span, .box_signup span {
 				display:block;
 				margin-bottom:15px;
				}
				
				.box_login .line, .box_signup .line {
					display:block;
					border-bottom:1px solid #e9eef1;
					}		
		#loginform {
			margin: 0 35px;
			}
			
			.error, .info {
				font-family:Georgia;
				font-size:20px;
				color:#24417E;				
				text-align:center;
				margin:10px 0;
				color:  red;
				}
			.info {
			    background: yellow;
			    boder: 1px dotted #ccc;
			    padding:  10px 0;
			    color:  #464a4d;
			}
				
		.login_form label{
			color:#464a4d;
			font-weight:bold;
			font-size:12px;
			margin-bottom:4px;
			display:block;
			}
			
		.login_form .cfi {
			border: 3px solid #F8F8F8;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			width: 215px;
			clear: both;
			margin-bottom:15px;
 		}
		
			#signupblog { display:none; }
			#signupuser { display:none; }
			
					
		.login_form .cfi input {
			border: 1px solid #D6D6D6;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			width: 258px;
			height: 30px;
			font-size: 13px;
			color:#5E5E5E;
			padding-left: 5px;
			box-shadow: inset 0 6px 10px -10px #000;
 		}
 		
 		.login_form .submitb {
 			background:url(https://wploy.wpzoom.com/images/btn.png) repeat-x;
			-moz-border-radius: 3px;
			border-radius: 3px; 
			padding:1px 11px;
			height:32px;
			font-size:10px;
			font-weight:bold;
			color:#fff;
			border:none;
			border-left:1px solid #768eac;
			border-right:1px solid #768eac;
			text-shadow: 0 1px 0 rgba(0,0,0,0.30);
			position:relative;
			overflow:hidden;
			font-family:Arial;
			font-size:14px;
			cursor:pointer;
			}
			
			.error { width:250px; padding:2px 5px;
			}
			
			.login_form .submitb:hover, .box_signup .submitb:hover {
				background-position:0 -34px;
				}
				
				.login_form .submitb:active, .box_signup .submitb:active {
					top:1px;
					}
					
				
							
		
				
 		#box_footer {
			background:url(https://wploy.wpzoom.com/images/box_footer.png) repeat-x;
			height:75px;
			border-left:1px solid #fff;
			border-right:1px solid #fff;
 			-moz-border-radius-bottomright: 5px;
			-moz-border-radius-bottomleft: 5px;
 			border-bottom-right-radius: 5px;
			border-bottom-left-radius: 5px; 
			}

/**************************************************
	Dashboard
**************************************************/ 

#profile_box {
	float:left;
	margin:10px 0 0;
	font-style:italic;
	font-family:Georgia;
	width:300px;
	}
	
	#profile_box img {
		float:left;
		margin:0 10px 0 0;
		}
		
	#profile_box a {
		display:block;
		font-style:normal;
		font-family:Arial;
		font-weight:bold;
		font-size:12px;
		}
		
#box_dash {
	width:850px;
	background:#fff;
	border:1px solid #cbd7dd;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	margin:20px auto 0 auto;
	}
	
	#box_dash #menu {
		color:#515456;
		font-size:16px;
		font-weight:bold;
		background:url(https://wploy.wpzoom.com/images/bg_h1.png) repeat-x;
		margin:0;
 		height:30px;
		padding:22px 20px 19px 0;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		}
	
		#box_dash #menu ul li {
			display:inline;
			list-style-type:none;
 			}
			#menu a {
				float:right;
				font-size:14px;
				font-weight:normal;
				color:#515456;
				text-decoration:none;
				}
				
				#menu a:hover {
					text-decoration:underline;
					}
					
			#menu li a {
 				float:left;
				font-weight:bold;
				margin-right:35px;
				font-size:16px;
 				}
	
	.box_content {
		padding:20px 25px 40px 25px;
		}
		
.myproducts table {
    border-collapse: collapse;
    font-size: 12px;
     text-align: left;
    float:left;
	border:1px solid #cbd7dd;
	-moz-border-radius: 5px;
	border-radius: 5px; 
 }
 
.myproducts table thead {
 	background: #e9ebec url(https://wploy.wpzoom.com/images/bgh3.jpg) repeat-x;
 	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
 	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
 }

.myproducts table th {
 	color: #666666;
    cursor: pointer;
    font-size: 12px;
	text-transform:uppercase;
    font-weight: bold;
	padding: 13px 10px 14px;
    border-bottom: 1px solid #cccfd1;
  }
  
.myproducts table tr.odd {
    background: none repeat scroll 0 0 #F9F9F9;
}
.myproducts table tr.even {
    background: none repeat scroll 0 0 #FFFFFF;
}
.myproducts table td {
    border-bottom: 1px solid #CDCDCD;
    border-top: 1px solid transparent;
    color: #333333;
    padding: 8px 10px;
    font-size:12px;
    font-weight: bold;
}

.myproducts table td img {
	float:left;
	display:inline;
 	}
	
.myproducts table tr:hover td {
    background: none repeat scroll 0 0 #F2F2F2;
    color: #555555;
}

.icons {
	width:100px;
	}

.addproduct {
	width:330px;
	float:right;
 	border:1px solid #cbd7dd;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	padding-bottom:15px;
	background:#fafafa;
	}
	
	.addproduct h3 {
		font-size: 12px;
		text-transform:uppercase;
		font-weight: bold;
		padding: 13px 10px 14px;
		background:  url(https://wploy.wpzoom.com/images/bgh3.jpg) repeat-x;
		border-bottom: 1px solid #cccfd1;
		color: #666666;
		margin:0;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		}

 .addproduct span  {
	padding-left:25px;
	display:block;
	margin:15px 0;
	}
	
	.addproduct .line {
		display:block;
		border-bottom:1px solid #e9eef1;
		}
				
		.addproduct label  {
			color:#464a4d;
			font-weight:bold;
			font-size:12px;
			margin-bottom:4px;
			display:block;
			}
			
		.addproduct .cfi  {
			border: 3px solid #F8F8F8;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			width: 275px;
			clear: both;
			margin-bottom:15px;
 		}
		
		.addproduct .cfi input, #content #setupform input  {
			border: 1px solid #D6D6D6;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			width: 268px;
			height: 30px;
			font-size: 13px;
			color:#5E5E5E;
			padding-left: 5px;
			box-shadow: inset 0 6px 10px -10px #000;
 		}
 		
		#content .addproduct .cfi input, #content #setupform input.submit {
				color:#fff;
				width:150px;
				background:url(https://wploy.wpzoom.com/images/btn.png) repeat-x;
			-moz-border-radius: 3px;
			border-radius: 3px; 
			padding:1px 11px;
			height:32px;
			font-size:10px;
			font-weight:bold;
 			border:none;
			border-left:1px solid #768eac;
			border-right:1px solid #768eac;
			text-shadow: 0 1px 0 rgba(0,0,0,0.30);
			position:relative;
			overflow:hidden;
			font-family:Arial;
			font-size:14px;
			cursor:pointer;
				}
				
 		.mu_register input[type="submit"], .mu_register #blog_title, .mu_register #user_email, .mu_register #blogname, .mu_register #user_name {
			font-size:13px;
			}
			
 		
 		.addproduct .submit  {
 			background:url(https://wploy.wpzoom.com/images/btn.png) repeat-x;
			-moz-border-radius: 3px;
			border-radius: 3px; 
			padding:1px 11px;
			height:32px;
			font-size:10px;
			font-weight:bold;
			color:#fff;
			border:none;
			border-left:1px solid #768eac;
			border-right:1px solid #768eac;
			text-shadow: 0 1px 0 rgba(0,0,0,0.30);
			position:relative;
			overflow:hidden;
			font-family:Arial;
			font-size:14px;
			cursor:pointer;
			margin-left:220px;
			}
			
			.addproduct .submit:hover  {
				background-position:0 -34px;
				}
				
				.addproduct .submit:active  {
					top:1px;
					}

			.addproduct select {
				padding:5px;
				width:278px;
				}
				
/**************************************************
	Footer
**************************************************/ 
#footer {
	background:url(https://wploy.wpzoom.com/images/bg_footer.png) repeat-x;
 	position: relative;
	margin-top: -196px;   
	height:195px;
	clear:both;
 	}
	
	#footer_cont {
		width:700px;
		margin:0 auto;
		}
		
	#footer span {
		margin-top:45px;
		padding-top:80px;
		display:block;
		text-align:center;
		color:#4b679a;
		font-size:12px;
		text-shadow:0 -1px 1px #000;
		}
		
		#footer span a {
			color:#DEDEDE;
			text-decoration:none;
			}
			
			
			#signup-welcome .h3 {
				margin-bottom:10px;
				padding:0;
				}
				
				#signup-welcome p {
					margin-bottom:15px;
					}

#profile_box .icons a, .myproducts .icons a {
    text-indent: -9000px;
    float:left;
}

.build, .changelog, .rss, .sync {
    width:16px;
    height:16px;
    display:block;
    text-indent: -9000px;
    margin:0 10px 0 0;
}

.sync {
    background:url(https://wploy.wpzoom.com/images/sync.png) no-repeat 0px 1px;
}

.build {
    background:url(https://wploy.wpzoom.com/images/build.png) no-repeat;
}

.changelog {
    background:url(https://wploy.wpzoom.com/images/changelog.png) no-repeat;
}

.rss {
    background:url(https://wploy.wpzoom.com/images/rss.png) no-repeat;
}


/*
 * Fancybox
 */
#fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:1104;display:none;}
#fancybox-loading div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url('https://wploy.wpzoom.com/images/fancybox/fancybox.png');}
#fancybox-overlay{position:absolute;top:0;left:0;width:100%;z-index:1100;display:none;}
#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none;}
#fancybox-wrap{position:absolute;top:0;left:0;padding:20px;z-index:1101;outline:none;display:none;}
#fancybox-outer{position:relative;width:100%;height:100%;background:#fff;}
#fancybox-content{width:0;height:0;padding:0;outline:none;position:relative;overflow:hidden;z-index:1102;border:0px solid #fff;}
#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:1101;}
#fancybox-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;background:transparent url('https://wploy.wpzoom.com/images/fancybox/fancybox.png') -40px 0px;cursor:pointer;z-index:1103;display:none;}
#fancybox-error{color:#444;font:normal 12px/20px Arial;padding:14px;margin:0;}
#fancybox-img{width:100%;height:100%;padding:0;margin:0;border:none;outline:none;line-height:0;vertical-align:top;}
#fancybox-frame{width:100%;height:100%;border:none;display:block;}
#fancybox-left, #fancybox-right{position:absolute;bottom:0px;height:100%;width:35%;cursor:pointer;outline:none;background:transparent url('https://wploy.wpzoom.com/images/fancybox/blank.gif');z-index:1102;display:none;}
#fancybox-left{left:0px;}
#fancybox-right{right:0px;}
#fancybox-left-ico, #fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-15px;cursor:pointer;z-index:1102;display:block;}
#fancybox-left-ico{background-image:url('https://wploy.wpzoom.com/images/fancybox/fancybox.png');background-position:-40px -30px;}
#fancybox-right-ico{background-image:url('https://wploy.wpzoom.com/images/fancybox/fancybox.png');background-position:-40px -60px;}
#fancybox-left:hover, #fancybox-right:hover{visibility:visible;}
#fancybox-left:hover span{left:20px;}
#fancybox-right:hover span{left:auto;right:20px;}
.fancybox-bg{position:absolute;padding:0;margin:0;border:0;width:20px;height:20px;z-index:1001;}
#fancybox-bg-n{top:-20px;left:0;width:100%;background-image:url('https://wploy.wpzoom.com/images/fancybox/fancybox-x.png');}
#fancybox-bg-ne{top:-20px;right:-20px;background-image:url('https://wploy.wpzoom.com/images/fancybox/fancybox.png');background-position:-40px -162px;}
#fancybox-bg-e{top:0;right:-20px;height:100%;background-image:url('https://wploy.wpzoom.com/images/fancybox/fancybox-y.png');background-position:-20px 0px;}
#fancybox-bg-se{bottom:-20px;right:-20px;background-image:url('https://wploy.wpzoom.com/images/fancybox/fancybox.png');background-position:-40px -182px;}
#fancybox-bg-s{bottom:-20px;left:0;width:100%;background-image:url('https://wploy.wpzoom.com/images/fancybox/fancybox-x.png');background-position:0px -20px;}
#fancybox-bg-sw{bottom:-20px;left:-20px;background-image:url('https://wploy.wpzoom.com/images/fancybox/fancybox.png');background-position:-40px -142px;}
#fancybox-bg-w{top:0;left:-20px;height:100%;background-image:url('https://wploy.wpzoom.com/images/fancybox/fancybox-y.png');}
#fancybox-bg-nw{top:-20px;left:-20px;background-image:url('https://wploy.wpzoom.com/images/fancybox/fancybox.png');background-position:-40px -122px;}
#fancybox-title{font-family:Helvetica;font-size:12px;z-index:1102;}
.fancybox-title-inside{padding-bottom:10px;text-align:center;color:#333;background:#fff;position:relative;}
.fancybox-title-outside{padding-top:10px;color:#fff;}
.fancybox-title-over{position:absolute;bottom:0;left:0;color:#FFF;text-align:left;}
#fancybox-title-over{padding:10px;background-image:url('https://wploy.wpzoom.com/images/fancybox/fancy_title_over.png');display:block;}
.fancybox-title-float{position:absolute;left:0;bottom:-20px;height:32px;}
#fancybox-title-float-wrap{border:none;border-collapse:collapse;width:auto;}
#fancybox-title-float-wrap td{border:none;white-space:nowrap;}
#fancybox-title-float-left{padding:0 0 0 15px;background:url('https://wploy.wpzoom.com/images/fancybox/fancybox.png') -40px -90px no-repeat;}
#fancybox-title-float-main{color:#FFF;line-height:29px;font-weight:bold;padding:0 0 3px 0;background:url('https://wploy.wpzoom.com/images/fancybox/fancybox-x.png') 0px -40px;}
#fancybox-title-float-right{padding:0 0 0 15px;background:url('https://wploy.wpzoom.com/images/fancybox/fancybox.png') -55px -90px no-repeat;}
.fancybox-ie6 #fancybox-close{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://wploy.wpzoom.com/fancybox/fancy_close.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-left-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://wploy.wpzoom.com/fancybox/fancy_nav_left.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-right-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://wploy.wpzoom.com/fancybox/fancy_nav_right.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-over{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://wploy.wpzoom.com/fancybox/fancy_title_over.png', sizingMethod='scale');zoom:1;}
.fancybox-ie6 #fancybox-title-float-left{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://wploy.wpzoom.com/fancybox/fancy_title_left.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-float-main{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://wploy.wpzoom.com/fancybox/fancy_title_main.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-float-right{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://wploy.wpzoom.com/fancybox/fancy_title_right.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame{height:expression(this.parentNode.clientHeight + "px");}
#fancybox-loading.fancybox-ie6{position:absolute;margin-top:0;top:expression((-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2:document.body.clientHeight/2) + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop)) + 'px');}
#fancybox-loading.fancybox-ie6 div{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://wploy.wpzoom.com/fancybox/fancy_loading.png', sizingMethod='scale');}
.fancybox-ie .fancybox-bg{background:transparent !important;}
.fancybox-ie #fancybox-bg-n{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://wploy.wpzoom.com/fancybox/fancy_shadow_n.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-ne{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://wploy.wpzoom.com/fancybox/fancy_shadow_ne.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-e{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://wploy.wpzoom.com/fancybox/fancy_shadow_e.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-se{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://wploy.wpzoom.com/fancybox/fancy_shadow_se.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-s{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://wploy.wpzoom.com/fancybox/fancy_shadow_s.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-sw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://wploy.wpzoom.com/fancybox/fancy_shadow_sw.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-w{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://wploy.wpzoom.com/fancybox/fancy_shadow_w.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-nw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://wploy.wpzoom.com/fancybox/fancy_shadow_nw.png', sizingMethod='scale');}			
