/* CSS reset */
*{margin:0;font-family:OpenSansRegular,Arial,Helvetica,sans-serif}
html{color:#555;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,images{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;outline: none;}
textarea{overflow:auto;vertical-align:top;}
legend{}
del,ins{text-decoration:none;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
button,input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;}
/* HTML5 Tags */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}
td{vertical-align:top}
/* Fonts */
@font-face {
    font-family: 'PTSansNarrow';
    src: url('/National_Library/oe_/http://iconizer.net/fonts/PTN57F-webfont.eot');
    src: url('/National_Library/oe_/http://iconizer.net/fonts/PTN57F-webfont.eot#iefix') format('embedded-opentype'),
         url('/National_Library/oe_/http://iconizer.net/fonts/PTN57F-webfont.woff') format('woff'),
         url('/National_Library/oe_/http://iconizer.net/fonts/PTN57F-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('/National_Library/oe_/http://iconizer.net/fonts/PTN77F-webfont.eot');
    src: url('/National_Library/oe_/http://iconizer.net/fonts/PTN77F-webfont.eot#iefix') format('embedded-opentype'),
         url('/National_Library/oe_/http://iconizer.net/fonts/PTN77F-webfont.woff') format('woff'),
         url('/National_Library/oe_/http://iconizer.net/fonts/PTN77F-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-Regular-webfont.eot');
    src: url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansItalic';
    src: url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-Italic-webfont.eot');
    src: url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'OpenSansBold';
    src: url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-Bold-webfont.eot');
    src: url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-BoldItalic-webfont.eot#iefix') format('embedded-opentype'),
         url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('/National_Library/oe_/http://iconizer.net/fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}
/* Selectors */
html{height:100%;}
body{
	background:#f3f3f3;
	color:#3b3b3b;
	font:12px/12px OpenSansRegular, Arial, Helvetica, sans-serif;
	position:relative;
	padding-bottom:0px;
}
a{color:#0095cc;text-decoration:none;}
a:visited{color:#0095cc;}
a:hover{color:#df0000;}
strong, b{font-weight:bold; font-family: OpenSansBold;}
em, i{font-style: italic; font-family: OpenSansItalic;}
em strong, strong em, i b, b i, em b, b em, strong i, i strong{font-family: OpenSansBoldItalic;}
small{font-size:0.9em;}
h1, h2, h3, h4{font-weight:normal; color:#454545}
::-moz-selection {
	color: #fff;
	background: #01c3ff;
}
::selection {
	color: #fff;
	background: #01c3ff;
}
input::-webkit-input-placeholder {color:#969696;}
input:-moz-placeholder {color:#969696 !important;}
/* Common */
.body-clip{
    overflow: hidden;
}
.page-title{
    font: 30px/36px OpenSansRegular;
    font-weight: normal;
    color: #454545;
    float: left;
    background: -webkit-gradient(linear, left top, left bottom, from(#536875), to(#000));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form{}
.form-row{
    margin: 0 0 10px 0;
	text-align:left;
	line-height:20px;
}
.form-row input{
	margin:0;
}


.form-row label{
	padding:0; margin:0;
	width:140px;
}

.form-row:after{
    content: '';
    clear: both;
    display: block;
}
.form-label{
    float: left;
    width: 140px;
    padding: 4px 10px 0 0;
    text-align: right;
}
.form-data{
    margin: 0 0 0 150px;
}
.form-submit{
    padding: 0 0 0 145px;
}
.form small{
    color: #6f6f6f;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea{
    background: #fff;
    border: 1px solid #cbd4d8;
    padding: 3px 10px;
    font: 12px/12px OpenSansRegular;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow:inset 0 1px 3px #cbd4d8, 0 1px 0 #fff;
    -moz-box-shadow:inset 0 1px 3px #cbd4d8, 0 1px 0 #fff;
    box-shadow:inset 0 1px 3px #cbd4d8, 0 1px 0 #fff;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus{
    -webkit-box-shadow:0 1px 3px #BBB;
    -moz-box-shadow:0 1px 3px #BBB;
    box-shadow:0 1px 3px #BBB;
}
.button{cursor:pointer;outline:0;}
button{
	font-family:OpenSansRegular, Arial, Helvetica, sans-serif;
	border:0;
	padding:1px;
	overflow:visible;
	display:inline-block;
	vertical-align: baseline;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:0 1px 1px #b8b8b8;
	-webkit-box-shadow:0 1px 1px #b8b8b8;
	box-shadow:0 1px 1px #b8b8b8;
	background: #d4d4d4; /* Old browsers */
	background: -moz-linear-gradient(top, #d4d4d4 0%, #959595 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d4d4), color-stop(100%,#959595)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d4d4d4 0%,#959595 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d4d4d4 0%,#959595 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d4d4d4 0%,#959595 100%); /* IE10+ */
	background: linear-gradient(top, #d4d4d4 0%,#959595 100%); /* W3C */
	
}

.button.inactive, button.inactive{
	background:#AAA;
	border-color:#AAA;
	cursor:default;
	text-shadow:0 1px 0 #555;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

	button .ui-button-text{
		color:#000;
		text-shadow:0 1px 0 #fff;
		font-size:16px;
		padding:7px 18px;
		border:0;
		display:inline-block;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background: #eaeaea; /* Old browsers */
		background: -moz-linear-gradient(top, #eaeaea 0%, #c4c4c4 60%, #dadada 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(60%,#c4c4c4), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #eaeaea 0%,#c4c4c4 60%,#dadada 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #eaeaea 0%,#c4c4c4 60%,#dadada 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #eaeaea 0%,#c4c4c4 60%,#dadada 100%); /* IE10+ */
		background: linear-gradient(top, #eaeaea 0%,#c4c4c4 60%,#dadada 100%); /* W3C */
	}
	
	button.ui-state-hover .ui-button-text{
		background: #eaeaea; /* Old browsers */
		background: -moz-linear-gradient(top, #eaeaea 0%, #d3d3d3 60%, #dadada 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(60%,#d3d3d3), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #eaeaea 0%,#d3d3d3 60%,#dadada 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #eaeaea 0%,#d3d3d3 60%,#dadada 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #eaeaea 0%,#d3d3d3 60%,#dadada 100%); /* IE10+ */
		background: linear-gradient(top, #eaeaea 0%,#d3d3d3 60%,#dadada 100%); /* W3C */
	}
button.ui-state-active{
	background: #9b9b9b;
	-moz-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
	box-shadow:0 1px 0 #fff;
}
	button.ui-state-active .ui-button-text{
		-moz-box-shadow:inset 0 1px 2px #9b9b9b;
		-webkit-box-shadow:inset 0 1px 2px #9b9b9b;
		box-shadow:inset 0 1px 2px #9b9b9b;
		background: #e2e2e2; /* Old browsers */
		background: -moz-linear-gradient(top, #e2e2e2 0%, #bcbcbc 60%, #d3d3d3 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(60%,#bcbcbc), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #e2e2e2 0%,#bcbcbc 60%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #e2e2e2 0%,#bcbcbc 60%,#d3d3d3 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #e2e2e2 0%,#bcbcbc 60%,#d3d3d3 100%); /* IE10+ */
		background: linear-gradient(top, #e2e2e2 0%,#bcbcbc 60%,#d3d3d3 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
	}
button.ui-state-disabled{
	cursor:default;
}
	button.ui-state-disabled .ui-button-text{
		color:#818080;
	}
button.ui-state-focus{
    -webkit-box-shadow:0 0 10px #009cff;
    -moz-box-shadow:0 0 10px #009cff;
    box-shadow:0 0 10px #009cff;
}


button.b-button{
    font-family:OpenSansBold, Arial, Helvetica, sans-serif;
    font-weight: bold;
    -moz-box-shadow:0 1px 1px #b8b8b8;
    -webkit-box-shadow:0 1px 1px #b8b8b8;
    box-shadow:0 1px 1px #b8b8b8;
    background: #61c1ff; /* Old browsers */
    background: -moz-linear-gradient(top, #61c1ff 0%, #005d9b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61c1ff), color-stop(100%,#005d9b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #61c1ff 0%,#005d9b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #61c1ff 0%,#005d9b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #61c1ff 0%,#005d9b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #61c1ff 0%,#005d9b 100%); /* W3C */
	color:#FFF;
}
button.b-button .ui-button-text{
    color:#fff;
    text-shadow:0 1px 0 rgba(0, 93, 157, 1);
    background: #79d4ff; /* Old browsers */
    background: -moz-linear-gradient(top, #79d4ff 0%, #008bec 68%, #32abff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79d4ff), color-stop(68%,#008bec), color-stop(100%,#32abff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #79d4ff 0%,#008bec 68%,#32abff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #79d4ff 0%,#008bec 68%,#32abff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #79d4ff 0%,#008bec 68%,#32abff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #79d4ff 0%,#008bec 68%,#32abff 100%); /* W3C */
}
button.b-button.ui-state-hover .ui-button-text{
    background: #79d4ff; /* Old browsers */
    background: -moz-linear-gradient(top, #79d4ff 0%, #149eff 68%, #32abff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79d4ff), color-stop(68%,#149eff), color-stop(100%,#32abff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #79d4ff 0%,#149eff 68%,#32abff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #79d4ff 0%,#149eff 68%,#32abff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #79d4ff 0%,#149eff 68%,#32abff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #79d4ff 0%,#149eff 68%,#32abff 100%); /* W3C */
}
button.b-button.ui-state-active{
    background: #3995d3;
    -moz-box-shadow:0 1px 0 #fff;
    -webkit-box-shadow:0 1px 0 #fff;
    box-shadow:0 1px 0 #fff;
}
button.b-button.ui-state-active .ui-button-text{
    -moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .35);
    -webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .35);
    box-shadow:inset 0 1px 2px rgba(0, 0, 0, .35);
    background: #4ab3ef; /* Old browsers */
    background: -moz-linear-gradient(top, #4ab3ef 0%, #399ed9 68%, #4bb5f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ab3ef), color-stop(68%,#399ed9), color-stop(100%,#4bb5f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4ab3ef 0%,#399ed9 68%,#4bb5f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4ab3ef 0%,#399ed9 68%,#4bb5f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4ab3ef 0%,#399ed9 68%,#4bb5f1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4ab3ef 0%,#399ed9 68%,#4bb5f1 100%); /* W3C */
}

button.b-button.ui-state-disabled .ui-button-text{
    color:#818080;
}
button.b-button.ui-state-focus{
    -webkit-box-shadow:0 0 10px #009cff;
    -moz-box-shadow:0 0 10px #009cff;
    box-shadow:0 0 10px #009cff;
}


.b-core-ui-select__wrapper{
	margin-left:-5px;
	border:0;
	cursor:pointer;
    font-size: 12px;
    text-shadow:1px 1px 0 #fff;
	padding:4px 8px;
    display:inline-block;
    text-align:left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration:none;
    position:relative;
    vertical-align:baseline;
    -moz-box-shadow:1px 1px 3px #aaa;
    -webkit-box-shadow:1px 1px 3px #aaa;
    box-shadow:1px 1px 3px #aaa;
    background: #000; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 68%, #dadada 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(68%,#e0e0e0), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 68%,#dadada 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 68%,#dadada 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 68%,#dadada 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 68%,#dadada 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}
.b-core-ui-select{
	background:transparent url(/National_Library/oe_/http://iconizer.net/images/arrow_white.png) no-repeat right 9px scroll;
}

.b-core-ui-select-options{
	width:100%;
	left:0px;
	top:30px;
	position:absolute;
	color: #484848;
	z-index:300;
	display:none;
	border: 0px #0065b3 solid;
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
    -moz-box-shadow:1px 3px 3px #aaa;
    -webkit-box-shadow:1px 3px 3px #aaa;
    box-shadow:1px 3px 3px #aaa;
    background: #FFF; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 68%, #dadada 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(68%,#e0e0e0), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 68%,#dadada 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 68%,#dadada 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 68%,#dadada 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 68%,#dadada 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}

.b-core-ui-select-options .option{
    font-size:12px;
	padding-left:5px;
	margin:0 5px 5px 5px;
}

.b-core-ui-select-options .option:hover{
	background-color:#777;
	color:#FFF;
	text-shadow:none;
}

select option{
	text-shadow:none;
}

.b-core-ui-select__select {
    position: static;
    width: 80%;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
}

.b-core-ui-select__select_state_hide {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.b-core-ui-select__wrapper:HOVER, .b-core-ui-select__wrapper.open {
    background: #ffffff;
}

.b-core-ui-select.disabled,
.b-core-ui-select.disabled:ACTIVE{
    opacity: .5;
    color: #333333;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    transition: background-position 0.1s linear;
}
/* Slider */
.jslider .jslider-bg i,
.jslider .jslider-pointer { background: url(/National_Library/oe_/http://iconizer.net/images/slider.png) no-repeat 0 0; }

.jslider { display: block; width: 100%; height: 1em; position: relative; top: 0.6em; font-family: Arial, sans-serif; }
.jslider table { width: 100%; border-collapse: collapse; border: 0; }
.jslider td, .jslider th { padding: 0; vertical-align: top; text-align: left; border: 0; }

.jslider table,
.jslider table tr,
.jslider table tr td { width: 100%; vertical-align: top; }

.jslider .jslider-bg { position: relative; }
.jslider .jslider-bg i { height: 5px; position: absolute; font-size: 0; top: 0; }
.jslider .jslider-bg .l { width: 50%; background-position: 0 0; left: 0; }
.jslider .jslider-bg .r { width: 50%; left: 50%; background-position: right 0; }
.jslider .jslider-bg .v { position: absolute; width: 60%; left: 20%; top: 0; height: 5px; background-position: 0 -20px; }

.jslider .jslider-pointer { width: 11px; height: 11px; background-position: -1px -41px; position: absolute; left: 20%; top: -3px; margin-left: -5px; cursor: pointer; cursor: hand; }
.jslider .jslider-pointer-hover { background-position: -21px -41px; }
.jslider .jslider-pointer-to { left: 80%; }

.jslider .jslider-label { font-size: 9px; line-height: 12px; color: black; opacity: 0.4; white-space: nowrap; padding: 0px 2px; position: absolute; top: -18px; left: 0px; }
.jslider .jslider-label-to { left: auto; right: 0; }

.jslider .jslider-value { font-size: 9px; white-space: nowrap; padding: 1px 2px 0; position: absolute; top: -19px; left: 20%;line-height: 12px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.jslider .jslider-value-to { left: 80%; }

.jslider .jslider-label small,
.jslider .jslider-value small { position: relative; top: -0.4em; }

.jslider .jslider-scale { position: relative; top: 9px; }
.jslider .jslider-scale span { position: absolute; height: 5px; border-left: 1px solid #999; font-size: 0; }
.jslider .jslider-scale ins { font-size: 9px; text-decoration: none; position: absolute; left: 0px; top: 5px; color: #999; }

.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label { display: none; }
.jslider_plastic .jslider-bg i,
.jslider_plastic .jslider-pointer { background-image: url(/National_Library/oe_/http://iconizer.net/images/slider.png); }

/* jQuery UI Slider */
.ui-slider{
	background:#ededed;
	height:12px;
	width:250px;
	position:relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:inset 2px 2px 5px rgba(0, 70, 114, .63);
	-webkit-box-shadow:inset 2px 2px 5px rgba(0, 70, 114, .63);
	box-shadow:inset 2px 2px 5px rgba(0, 70, 114, .63);
}
	.ui-slider-range{
		position:absolute;
		background:#aed2e9;
		height:12px;
	}
	.ui-slider-handle, .ui-slider-handle:visited{
		color:#fff;
		line-height:1.9em;
		text-decoration:none;
		text-align:center;
		position:absolute;
		width:30px;
		height:22px;
		top:-5px;
		margin:0 0 0 0;
		text-shadow:0 1px 0 #005488;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #77d2ff;
		background: -moz-linear-gradient(top, #77d2ff 0%, #1792e0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77d2ff), color-stop(100%,#1792e0));
		background: -webkit-linear-gradient(top, #77d2ff 0%,#1792e0 100%);
		background: -o-linear-gradient(top, #77d2ff 0%,#1792e0 100%);
		background: -ms-linear-gradient(top, #77d2ff 0%,#1792e0 100%);
		background: linear-gradient(top, #77d2ff 0%,#1792e0 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77d2ff', endColorstr='#1792e0',GradientType=0 );
	}
	.ui-slider-handle:hover{
		color:#fff;
	}
/* jQuery UI Autocomplete */
.ui-autocomplete{
	background:#fff;
	width:463px !important;
	border-left:1px solid #b6bfc5;
	border-bottom:1px solid #b6bfc5;
	border-right:1px solid #b6bfc5;
	padding:10px 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
	.ui-menu-item{cursor:pointer;}
		.ui-menu-item a, .ui-menu-item a:visited{font-size:1.15em;height:23px;line-height:1.6em;text-decoration:none;color:#767676;display:block;padding:0 12px 0 18px;border: none;}
	.ui-menu-item .ui-state-hover{
		color:#fff;
		background: #76d3ff;
		background: -moz-linear-gradient(top, #76d3ff 0%, #30a3f1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76d3ff), color-stop(100%,#30a3f1));
		background: -webkit-linear-gradient(top, #76d3ff 0%,#30a3f1 100%);
		background: -o-linear-gradient(top, #76d3ff 0%,#30a3f1 100%);
		background: -ms-linear-gradient(top, #76d3ff 0%,#30a3f1 100%);
		background: linear-gradient(top, #76d3ff 0%,#30a3f1 100%);
}
		.ui-menu-item:hover a{ color:#fff;}


#overlay{
    background-image: url(/National_Library/oe_/http://iconizer.net/images/overlay.png);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 399;
}

/* UI Icons */
.generator-ui-icon{
    background: url(/National_Library/oe_/http://iconizer.net/images/icons.png) no-repeat 0 0 scroll;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    overflow: hidden;
}
.moved-generator-ui-icon{
    margin-left: 0;
    position: relative;
    left: -12px;
    margin: 0 0 0 -16px;
}
.generator-ui-icon.file-type-icon{background-position: 0 0;}
.generator-ui-icon.keep-colors-icon{background-position: 0 -34px;}
.generator-ui-icon.transparent-background-icon{background-position: 0 -136px;}
.generator-ui-icon.foreground-color-icon{background-position: 0 -102px;}
.generator-ui-icon.background-color-icon{background-position: 0 -68px;}
.generator-ui-icon.icon-size-icon{background-position: 0 -176px;}
.generator-ui-icon.rotate-angle-icon{background-position: 0 -282px;}
.generator-ui-icon.proportions-icon{background-position: 0 -220px;}
.generator-ui-icon.flip-icon{background-position: 0 -310px;}
.generator-ui-icon.hue-icon{background-position: 0 -348px;}
.generator-ui-icon.saturation-icon{background-position: 0 -389px;}
.generator-ui-icon.lightness-icon{background-position: 0 -430px;}



.box-wrapper-back{
    width: 100%;
    padding: 0 0 6px 0;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:0 1px 5px rgba(0, 53, 98, .2);
    -moz-box-shadow:0 1px 5px rgba(0, 53, 98, .2);
    box-shadow:0 1px 5px rgba(0, 53, 98, .2);
    background: #cedce6;
    background: -moz-linear-gradient(left, #cedce6 0%, #e2e9ef 3%, #e2e9ef 96%, #cedce6 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cedce6), color-stop(3%,#e2e9ef), color-stop(96%,#e2e9ef), color-stop(100%,#cedce6));
    background: -webkit-linear-gradient(left, #cedce6 0%,#e2e9ef 3%,#e2e9ef 96%,#cedce6 100%);
    background: -o-linear-gradient(left, #cedce6 0%,#e2e9ef 3%,#e2e9ef 96%,#cedce6 100%);
    background: -ms-linear-gradient(left, #cedce6 0%,#e2e9ef 3%,#e2e9ef 96%,#cedce6 100%);
    background: linear-gradient(to right, #cedce6 0%,#e2e9ef 3%,#e2e9ef 96%,#cedce6 100%);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.box-wrapper{
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #edf3f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#edf3f7));
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#edf3f7 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%,#edf3f7 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%,#edf3f7 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%,#edf3f7 100%);
}

.box-wrapper.info{
	min-width:960px;
}

.inner_content{
	min-height:600px;
}

a:hover .box-wrapper-back{
    -webkit-box-shadow:0 1px 7px rgba(0, 53, 98, .5);
    -moz-box-shadow:0 1px 7px rgba(0, 53, 98, .5);
    box-shadow:0 1px 7px rgba(0, 53, 98, .5);
}

.general-header{
	height:80px;
}

.general-project:hover a{
	height:34px;
}


/* Markup */
#wrapper{
    min-width:980px;
    height: 100%;
    height: auto !important;
    min-height: 100%;
}
	#header{
		z-index:200;
		position:fixed;
		top:0;
		left:0;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,244,247,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,244,247,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,244,247,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,244,247,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,244,247,1) 100%);
		background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,244,247,1) 100%);
		text-align:center;
		-webkit-box-shadow:0 1px 5px rgba(0, 69, 122, .3);
		-moz-box-shadow:0 1px 5px rgba(0, 69, 122, .3);
		box-shadow:0 2px 2px rgba(0, 69, 122, .2);
		width:100%;
		min-width:1100px;
		height:43px;
		font:15px/43px OpenSansRegular;}
		#header #nav{float: left;}
			#header #nav ul.main-menu{padding:0 0 0 63px;float:left;}
				#header #nav ul.main-menu > li{float:left; position:relative; height:46px;}
				#header #nav ul.main-menu > li:hover{z-index:1000;}
					#header #nav ul.main-menu > li > a, #header #nav ul.main-menu > li > a:visited{
						display:block;
						padding:0 15px;
						height:43px;
						color:#525252;
						text-decoration:none;
                        border: 0;
						text-shadow:0 1px 0 #fff;
						-webkit-transition: all 0.1s linear;
						-moz-transition: all 0.1s linear;
						-ms-transition: all 0.1s linear;
						-o-transition: all 0.1s linear;
						transition: all 0.1s linear;
					}
					#header #nav ul.main-menu > li:hover > a, #header #nav ul.main-menu > li.current > a{
						color:#fff;
						background-color:#59c1fa;
						text-shadow:0 1px 0 #0074b5;
                        border:none;
					}
					#header #nav ul.main-menu > li:hover > a:active .nav-hover, #header #nav ul.main-menu > li.current > a .nav-hover{
						-moz-box-shadow: inset 0 0px 20px rgba(0, 0, 0, .3);
						-webkit-box-shadow: inset 0 0px 20px rgba(0, 0, 0, .3);
						box-shadow: inset 0 0px 20px rgba(0, 0, 0, .3);
					}
                    #header #nav ul.main-menu > li.current > a{font-weight: normal;font-family: OpenSansBold;}
						#header #nav ul.main-menu li a .nav-hover{
							background:url(/National_Library/oe_/http://iconizer.net/images/nav-border-left.png) repeat-y 0 0 scroll, url(/National_Library/oe_/http://iconizer.net/images/nav-border-right.png) repeat-y 100% 0 scroll, url(/National_Library/oe_/http://iconizer.net/images/nav-hover.png) repeat-x 0 0 scroll;
							width:100%;
							position:absolute;
							display:block;
							top:0;
							left:0;
							height:43px;
							opacity:0;
							text-align:center;
							-webkit-transition: all 0.1s linear;
							-moz-transition: all 0.1s linear;
							-ms-transition: all 0.1s linear;
							-o-transition: all 0.1s linear;
							transition: all 0.1s linear;
						}
						#header #nav ul.main-menu li:hover a .nav-hover, #header #nav ul.main-menu li.current a .nav-hover{opacity:1;}
						#header #nav ul.main-menu li a .nav-shadow{
							background:url(/National_Library/oe_/http://iconizer.net/images/nav-shadow.png) repeat-x 0 0 scroll;
							height:7px;
							margin:0 0 -4px 0;
							position:absolute;
							bottom:0; 
							left:0;
							width:100%;
							opacity:0;
							-webkit-transition: opacity 0.1s linear;
							-moz-transition: opacity 0.1s linear;
							-ms-transition: opacity 0.1s linear;
							-o-transition: opacity 0.1s linear;
							transition: opacity 0.1s linear;
						}
						#header #nav ul.main-menu li:hover a .nav-shadow, #header #nav ul.main-menu li.current a .nav-shadow{opacity:1;}
        .header-right{
            float: right;
            padding: 0 63px 0 0;
        }
	#content{
        color: #555;
        font: 15px/24px OpenSansRegular;
        padding:47px 0 50px 0;
    }
    #content.front-page-content{
        padding:70px 0 50px 0;
    }
    #content:after{
        content: '';
        clear: both;
        display: block;
    }
        .top-search-bar{
            padding: 0 0 0 75px;
            height: 70px;
            position: relative;
        }
        .top-search-bar:after{
            content: '';
            clear: both;
            display: block;
        }
		
		#logo{
            background:url(/National_Library/oe_/http://iconizer.net/images/iconizer-logo.png) no-repeat 0 0 scroll;
            width:220px;
            height:48px;
            text-indent:100%;
            overflow:hidden;
            margin: 0 32px 0 0;
            float: left;
        }
		
            #logo a{
                display: block;
                width:185px;
                height:48px;
            }
        #logo.front-page-logo{
            margin:40px auto 40px;
            float: none;
        }
		
		@media screen and (min-height: 900px) {
			#logo.front-page-logo{
				margin:100px auto 80px;
			}
		}
		
		#logo.mini_logo{
			background-position:left bottom;
			height:26px;
			width:119px;
			margin:0 15px 0 -45px;
		}
		#search{
            float: left;
            font: 12px/12px Arial;
            margin:0 0 10px 0;
			position:relative;
        }
        #search.front-page-search{
            text-align:center;float: none;
        }
			.search-field{
				background:#fff;
				border:1px solid #b6bfc5;
				height:43px;
				width:437px;
				padding:0 12px 0 18px;
				font-size:1.2em;
				vertical-align:middle;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				-webkit-box-shadow: inset 1px 1px 2px rgba(0, 90, 147, .34);
				-moz-box-shadow: inset 1px 1px 2px rgba(0, 90, 147, .34);
				box-shadow: inset 1px 1px 2px rgba(0, 90, 147, .34);
				-webkit-transition: all 0.1s linear;
				-moz-transition: all 0.1s linear;
				-ms-transition: all 0.1s linear;
				-o-transition: all 0.1s linear;
				transition: all 0.1s linear;
			}
			
			.search-field.mini_search_field{
				width:150px;
				height:23px;
				font-size:0.8em;
				margin:0;
				float:left;
				padding-left:7px;
			}
			
			.search-field:hover, .search-field:focus{
				-webkit-box-shadow: inset 1px 1px 2px rgba(0, 90, 147, .34);
				-moz-box-shadow: inset 1px 1px 2px rgba(0, 90, 147, .34);
				box-shadow: inset 1px 1px 2px rgba(0, 90, 147, .34);
			}
			.search-button, .search-button-top, input[type=button], input[type=submit]{
				background:#0096ff url(/National_Library/oe_/http://iconizer.net/images/search-button.png) no-repeat 50% 0 scroll;
                background-size: cover;
				border:1px solid #00beff;
				color:#fff;
				font-size:18px;
				margin:0 0 0 -4px;
				padding:0 12px;
				height:45px;
				vertical-align:middle;
				text-shadow:0 1px 0 #0088b0;
				cursor:pointer;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				-webkit-transition: all 0.1s linear;
				-moz-transition: all 0.1s linear;
				-ms-transition: all 0.1s linear;
				-o-transition: all 0.1s linear;
				transition: all 0.1s linear;
			}

			input[type=button][disabled=disabled], input[type=button][disabled=disabled]:hover{
				background-image:url(/National_Library/oe_/http://iconizer.net/images/search-button-disabled.png);
				border:1px solid #CCC;
				text-shadow:0 1px 0 #000;
				cursor:default;
				-webkit-box-shadow:none;
				-moz-box-shadow:none;
				box-shadow:none;
			}
			
			.search-button.small, input[type=button].small{
				font-size:14px;
				padding:0 7px;
				height:35px;
			}
			.search-button.very_small, input[type=button].very_small{
				font-size:12px;
				padding:0 7px;
				height:25px;
				float:left;
			}
			.search-button.ui-state-hover, .search-button.ui-state-focus,.search-button-top.ui-state-hover, .search-button-top.ui-state-focus, input[type=button]:hover, input[type=submit]:hover, input[type=button].ui-state-focus, input[type=button].small.ui-state-hover, input[type=button].small.ui-state-focus{
				-webkit-box-shadow:inset 0px 0px 20px rgba(255, 255, 255, .7), 0px 0px 20px rgba(0, 186, 255, .3);
				-moz-box-shadow:inset 0px 0px 20px rgba(255, 255, 255, .7), 0px 0px 20px rgba(0, 186, 255, .3);
				box-shadow:inset 0px 0px 20px rgba(255, 255, 255, .7), 0px 0px 20px rgba(0, 186, 255, .3);
			}
			.search-button.ui-state-active,.search-button-top.ui-state-active, input[type=button].ui-state-active, input[type=button].small.ui-state-active{
				-webkit-box-shadow: inset 0px 0px 13px rgba(0, 0, 0, .5);
				-moz-box-shadow: inset 0px 0px 13px rgba(0, 0, 0, .5);
				box-shadow: inset 0px 0px 13px rgba(0, 0, 0, .5);
			}
		.advanced{position:relative;clear: both;margin: 0 0 0 270px;width:561px; font: 12px/12px OpenSansRegular;}
		.advanced:after{content:''; display:block; clear:both;}
        .advanced.front-page-advanced-search{margin:0 auto;}
			.samples{float:left;}
			.advanced-search{float:right; margin:0 140px 0 0;}
				.advanced-search > a, .advanced-search > a:visited{
					text-decoration:none;
					position:relative;
				}
				.advanced-search > a:hover{}
				.advanced-search > a > span, .advanced-search > a:visited > span{
					background:url(/National_Library/oe_/http://iconizer.net/images/advanced-arrow.png) no-repeat 2px 2px scroll;
					display:block;
					width:11px;
					height:8px;
					position:absolute;
					top:4px;
					right:-11px;
				}
				.advanced-search > a:hover > span{
					background:url(/National_Library/oe_/http://iconizer.net/images/advanced-arrow.png) no-repeat 2px -18px scroll;
					display:block;
					width:11px;
					height:8px;
					position:absolute;
					top:4px;
					right:-11px;
				}
					.advanced-search-box{
						position:absolute;
						left:-18px;
						top:32px;
						width:420px;
						padding:18px 21px 10px 24px;
						z-index:100;
					}
                    .advanced-search-box select{
                        width: 275px;
                    }
            .page-header{
                margin: 0 0 33px 0;
                padding: 0 6%;
            }
            .page-header:after{
                content: '';
                clear: both;
                display: block;
            }
                .page-header-left{
                    float: left;
                    margin: 0 20px;
                }
                .page-header-right{
                    float: right;
                }
            #content h2{
                font: 25px/30px OpenSansRegular;
            }
            #content h3{
                font: 18px/25px OpenSansRegular;
            }
            #content h4{
                font-size: 13px;
                font-weight: normal;
            }
            #content p{
                margin: 20px 0;
            }
            #content p:first-child{
                margin-top: 0;
            }
            #content ul{}
            #content ul li{}
            #content images{
                margin: 20px 0;
                vertical-align: top;
            }
        .two-cols{

        }
            .left-col{
                float: left;
                width: 58%;
                margin: 0 3% 0 6%;
                padding: 0 3% 0 0;
                border-right: 1px solid #b9b9b9;
            }
            .right-col{
                float: right;
                width: 21%;
                margin: 0 6% 0 0;
            }
                .faq-sample-image{
                    max-width: 210px;
                }
                    .faq-sample-image images{
                        width: 100%;
                    }
                @media screen and (min-width: 1200px) {
                    .faq-sample-image{
                        width: auto;
                        max-width: 356px;
                    }
                }
        .one-col{
            width: 88%;
            margin: 0 6%;
        }
        .sets-list{
            text-shadow: 0 1px 0 #fff;
        }
            .sets-list li{
                width: 248px;
                float: left;
                margin: 0 3% 30px 0;
            }
            .sets-list a{border: none;}
                .set-item{
                    padding: 10px;
                    text-align: center;
                }
                    .set-item figure{
                        background: #fff;
                        padding: 3px;
                        height: 124px;
                        position: relative;
                        overflow: hidden;
                        -webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .3);
                        -moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .3);
                        box-shadow:inset 0 1px 2px rgba(0, 0, 0, .3);
                    }
                        .set-item figure images{
                            margin: 0 !important;
                            max-width: 222px;
                        }
                    .set-item h4{
                        height: 30px;
                        overflow: hidden;
                        position: relative;
                        padding: 10px 0 0 0;
                    }
        .login-signin-box.popup{
            display: none;
            -moz-box-shadow:0 8px 10px rgba(0, 43, 87, .27);
            -webkit-box-shadow:0 8px 10px rgba(0, 43, 87, .27);
            box-shadow:0 8px 10px rgba(0, 43, 87, .27);
            z-index:100;
            background: #e4e8e9;
        }
		
		.login-form{
			width:650px;
			height:380px;
		}
        .login-registration{
            padding: 20px 50px 35px;
            text-shadow: 0 1px 0 #fff;
            font-size: 14px;
        }
        .login-registration:after{
            content: '';
            clear: both;
            display: block;
        }
            .login-registration h2{
                font: 30px/30px OpenSansRegular;
                color: #000;
                margin: 0 0 10px 0;
            }
            .login-registration label{
                margin: 0 5px 8px 0;
                display: block;
                float: left;
            }
            .login-registration input[type="text"], .login-registration input[type="email"], .login-registration input[type="password"]{
                width: 175px;
            }
            .login-registration button .ui-button-text{
                padding: 7px 35px;
            }
            .login-registration small{
                font-size: 12px;
                line-height: 18px;
                display: block;
                padding: 10px 0 0 0;
            }
            .login-box, .forgot-box{
                background: url(/National_Library/oe_/http://iconizer.net/images/login-registration-separator.png) no-repeat 100% 0 scroll;
                float: left;
                width: 250px;
                padding: 0 47px 0 0;
            }
            .registration-box, .enter-confirmation-box, .resend-confirmation-box{
                float: left;
                width: 200px;
                padding: 0 0 0 45px;
            }
            .social-login-box{
                clear: both;
                text-align: center;
            }
                .social-login-list{
                    font-size: 0;
                }
                    .social-login-list li{
                        background: #61c1ff; /* Old browsers */
                        background: -moz-linear-gradient(top, #61c1ff 0%, #005d9b 100%); /* FF3.6+ */
                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61c1ff), color-stop(100%,#005d9b)); /* Chrome,Safari4+ */
                        background: -webkit-linear-gradient(top, #61c1ff 0%,#005d9b 100%); /* Chrome10+,Safari5.1+ */
                        background: -o-linear-gradient(top, #61c1ff 0%,#005d9b 100%); /* Opera 11.10+ */
                        background: -ms-linear-gradient(top, #61c1ff 0%,#005d9b 100%); /* IE10+ */
                        background: linear-gradient(to bottom, #61c1ff 0%,#005d9b 100%); /* W3C */
                        display: inline-block;
                        margin: 0 4px;
                        padding: 1px;
                        -webkit-border-radius: 5px;
                        -moz-border-radius: 5px;
                        border-radius: 5px;
                        -webkit-box-shadow:0 1px 1px #95bbd3;
                        -moz-box-shadow:0 1px 1px #95bbd3;
                        box-shadow:0 1px 1px #95bbd3;
                    }
                        .social-login-list li a{
                            background: #fff url(/National_Library/oe_/http://iconizer.net/images/social-login.png) no-repeat 0 0 scroll;
                            display: block;
                            font: 16px/27px OpenSansBold;
                            font-weight: bold;
                            color: #000;
                            border: 0;
                            text-decoration: none;
                            height: 29px;
                            padding: 0 11px 0 42px;
                            -webkit-border-radius: 5px;
                            -moz-border-radius: 5px;
                            border-radius: 5px;
                        }
                        .social-login-list li a:hover{
                            color: #df0000;
                        }
                        .social-login-list li a:active{}
                        .social-login-list li a.fb-login{
                            background-position: 0 0;
                        }
                        .social-login-list li a.tw-login{
                            background-position: 0 -64px;
                        }
                        .social-login-list li a.gp-login{
                            background-position: 0 -128px;
                        }
	#footer{
        height: 100px;
		text-shadow:0 1px 0 #fff;
        min-width: 980px;
        padding: 0;
		z-index:200;
		left:0;
		bottom:0px;
		width:100%;
		opacity:0.97;
		-webkit-box-shadow:0 1px 5px rgba(0, 53, 98, .2);
		-moz-box-shadow:0 1px 5px rgba(0, 53, 98, .2);
		box-shadow:0 1px 5px rgba(0, 53, 98, .2);
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
		background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	}
    .footer-inner{
        padding: 0 6%;
    }
		.copyright{
            color:#858585;
            height: 34px;
            padding: 66px 96px 0 0;
            border-right: 1px solid #c3c3c3;
            margin: 0 39px 0 0;
            float: left;
        }
            .copyright a, .copyright a:visited{
                position: relative;
                color: #5d6874;
                border-color: #cbcdcf;
            }
            .copyright a:hover{
                color: #df0000;
                border-color: #ff9c9c;
            }
                .og-logo{
                    background: url(/National_Library/oe_/http://iconizer.net/images/og.png) no-repeat 0 0 scroll;
                    display: block;
                    width: 218px;
                    height: 34px;
                    position: absolute;
                    top: -45px;
                    left: -45px;
                }
                #footer.active .copyright a .og-logo{
                    background-position: 0 -37px;
                }
        .footer-links{
            float: left;
            padding: 25px 0 0 0;
        }
            .footer-nav{
                margin: 5px 0 20px 0;
            }
                .footer-nav li{
                    display: inline-block;
                    margin: 0 0 0 25px;
                }
                .footer-nav li:first-child{
                    margin: 0;
                }
                    .footer-nav a, .footer-nav a:visited{
                        color: #5d6874;
                        border-color: #cbcdcf;
                    }
                    .footer-nav a:hover{
                        color: #df0000;
                        border-color: #ff9c9c;
                    }
            .our-generators{
            }
                .our-generators li{
                    display: inline-block;
                    margin: 4px 0 0 25px;
                }
                .our-generators li:first-child{
                    margin: 0;
                }
        .follow{
            padding: 20px 0 0 0;
			margin-bottom:40px;
        }
            .follow li{
                float: left;
                margin: 0 0 0 15px;
            }
            .follow li:first-child{margin: 0;}
                .follow li a, .follow li a:visited{
                    background: url(/National_Library/oe_/http://iconizer.net/images/follow.png) no-repeat 0 0 scroll;
                    text-indent: 100%;
                    overflow: hidden;
                    display: block;
                    width: 15px;
                    height: 15px;
                }
                .follow li a.facebook{background-position: 0 0;}
                .follow li a.twitter{background-position: -18px 0;}
                .follow li a.vk{background-position: -36px 0;}
                .follow li a.email{background-position: -54px 0;}

                .follow li a.facebook:hover{background-position: 0 -18px;}
                .follow li a.twitter:hover{background-position: -18px -18px;}
                .follow li a.vk:hover{background-position: -36px -18px;}
                .follow li a.email:hover{background-position: -54px -18px;}
        .footer-social{
            float: right;
			padding-top:6px;
        }
        .footer-social:after{
            content: '';
            clear: both;
            display: block;
        }
            .footer-social li{
                float: left;
                margin: 0 0 0 20px;
            }
            .footer-social li:first-child{
                margin: 0;
            }
	
	.paging{
		background:#FFF;
		padding:3px 10px;
		margin-right:5px;
		border:0px;
		-khtml-border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
		-moz-box-shadow:0 1px 1px #b8b8b8;
		-webkit-box-shadow:0 1px 1px #b8b8b8;
		box-shadow:0 1px 1px #b8b8b8;
	}
	
	.paging.active{
		color:#FFF;
		background:#0095cc;
	}
	
	.little-shadow{
		
		-webkit-box-shadow:0 1px 5px rgba(0, 53, 98, .2);
		-moz-box-shadow:0 1px 5px rgba(0, 53, 98, .2);
		box-shadow:0 1px 5px rgba(0, 53, 98, .2);
	}
	
	.info-wrapper{
		padding:0 20px;
	}
	
	.info{
		margin:0 auto 20px auto;
		padding:10px 20px;
	}
	
	.right{
		float:right;
	}
	
	.left{
		float:left;
	}
	
	.clearer{
		clear:both;
	}
	
	div.icon{
		position:relative;
		margin:0 20px 20px 0;
		float:left;
		padding:5px;
		background:#FFF;
		display:table-row;
		cursor:pointer;
		-khtml-border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
	}
	
	div.icon div.icon-image{
		display:table-cell;
		text-align:center;
		vertical-align:middle;
	}
	
	div.icon a.collection_link{
		position:absolute;
		left:10px;
		bottom:0px;
		font-size:0.8em;
		border:0px;
		color:#AAA;
	}
	
	div.icon:hover a.collection_link{
		color:#e20808;
	}
	
	div.icon div.size, div.icon div.orig_src, div.icon div.cart_src, div.icon div.icons_total{
		display:none;
	}
	
	div.collection_box div.collection_descr, div.collection_box div.cart_descr{
		display:none;
	}
	

.fast-search{
	float:right;
	margin-right:20px;
}

.bckg{
    background:#FFF;
    margin:0px 5px;
    float:right;
    width:25px;
    height:25px;
	cursor:pointer;
	border:2px solid #FFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.bckg1{
    background:#FFF;
    margin:0px 13px 0 0px;
    float:left;
    width:23px;
    height:23px;
	cursor:pointer;
	border:1px solid #FFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.bckg1.black, .bckg.black, #contentDiv2.black{
    background:#000;
}

.bckg1.white, .bckg.white, #contentDiv2.white{
    background:#FFF;
}

.bckg1.transp, .bckg.transp, #contentDiv2.transp{
    background:#FFF url(/National_Library/oe_/http://iconizer.net/images/transparent.gif);
}

.bckg1.custom, .bckg.custom{
	background:#FFF url(/National_Library/oe_/http://iconizer.net/images/color_picker_icon_big.png);
	margin-right:0;
}



#lens{
    background:#FFF;
    border: 0px #DDD solid;
    position:absolute;
    overflow:hidden;
    width:400px;
    height:400px;
    display:none;
    z-index:1000000000;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
}



.generator_dialog_box, .dialog_box{
	position:fixed;
	display:none;
    padding:10px;
	-moz-box-shadow:0 2px 10px rgba(0, 43, 87, .27);
	-webkit-box-shadow:0 2px 10px rgba(0, 43, 87, .27);
	box-shadow:0 2px 10px rgba(0, 43, 87, .27);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index:400;
	background:#e4e8e9;
}

.generator_dialog_box{
	padding-top:40px;
	height:650px;
}

.generator_dialog_box .editing_in_cart{
	background:#555;
	position:absolute;
	left:10px;
	top:-30px;
	padding:5px 20px;
	color:#FFF;
	text-shadow:1px 1px 2px #000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	z-index:500;
}

.dialog_box.white, .advanced-search-box.white, .icon.white{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

.dialog_box .loading{
	margin-top:250px;
	padding:20px;
	width:80px;
	background:url(/National_Library/oe_/http://iconizer.net/images/overlay.png);
    -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.dialog_box h2{
	margin-bottom:20px;
}

.dialog_box .dialog_content{
	display:none;
	overflow:auto;
	padding: 0 20px;
	height:550px;
	margin-top:50px;
	text-align:left;
}

/*GENERATOR FORM*/




.color_picker_icon {
	float: right;
	height: 25px;
	width: 20px;
	border: 0px #c5c5c5 solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	margin: 0px 0 0 5px;
}

input.input_color {
	background: url(/National_Library/oe_/http://iconizer.net/images/input_color.gif) no-repeat top left scroll;
	width: 92px;
	padding: 3px 3px 3px 15px;
}

.parameter{
    width:20px;
    height:20px;
    background: url(/National_Library/oe_/http://iconizer.net/images/icons.png) no-repeat scroll;
	position:relative;
	float:none;
}

.parameter.type{
    background-position: left 0px;
}

.parameter.colorize{
    background-position: left -34px;
}

.parameter.foreground{
    background-position: left -102px;
}

.parameter.background{
    background-position: left -68px;
}

.parameter.transparent{
    background-position: left -136px;
}

.parameter.icon_size{
    background-position: left -176px;
}

.parameter.proportions{
    background-position: left -220px;
}

.parameter.previewback{
    background-position: left -250px;
}

.parameter.rotate{
    background-position: left -282px;
}

.parameter.flip{
	background-position: left -310px;
}

.parameter.hue{
	background-position: left -348px;
}

.parameter.saturation{
	background-position: left -389px;
}

.parameter.lightness{
	background-position: left -430px;
}

.types_div{
	width:100%;
}


.inner_t_div{
	padding:5px;
	cursor:pointer;
    font-size:10px;
}

.displaynone, small.displaynone{
	display:none;
}

.vis{
	visibility:visible;
}

.color_p{
	width: 185px;
	border: 1px #0065b3 solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	padding: 3px 3px 3px 15px;
	outline: 0;
	color: #484848;
}

.color_picker_holder{
	position:relative;
}

.color_picker_holder div {
	padding: 0 0 10px 0;
}

.inner_p_div{
	cursor:pointer;
	padding: 5px 5px 5px 5px;
	border:1px solid #FFF;
	float:left;
}
.inner_p_div:hover{
	border:1px solid #CCC;
}

.preview_back{
	position:absolute;
	right:54px;
	top:-25px;
	float:right;
}

.generator_table{
    border:0px;
	font-size:14px;
}

.generator_table tr td{
    padding:5px 10px;
    vertical-align:middle;
	height:34px;
}

.generator_table tr td.parameter_td{
    width:15px;
}

.generator_table tr td.name_td{
    width:170px;
}

.generator_table tr td.value_td{
    width:140px;
}
input.icon_size_input {
	border: 1px #c5c5c5 solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	outline: 0;
	color: #484848;
	width: 37px;
}

.swap{
    border:0px;
    margin:10px 5px 0 5px;
}

.parameter_overlay{
	width:385px;
	height:34px;
	position:absolute;
	left:-10px;
	top:-7px;
	background:url(/National_Library/oe_/http://iconizer.net/images/overlay.png);
	z-index:200;
	display:none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.reset{
	float:right;
	margin:0 0 5px 27px;
	cursor:pointer;
}

.generator_dialog_box .close, .dialog_box .close, .l_info .close{
	cursor:pointer;
	width:26px;
	height:26px;
	position:absolute;
	right:3px;
	top:3px;
	background:url(/National_Library/oe_/http://iconizer.net/images/close.png);
	z-index:200;
}

.l_info .close{
	top:10px;
}

.dialog_box .size{
	display:none;
}

#contentDiv2{
	width:512px; 
	height:512px;
	padding:10px;
	border:0px solid #DDD;
	background-color:#FFF;
	position:relative;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
    -moz-box-shadow: 0px 0px 7px #DDD;
    -webkit-box-shadow: 0px 0px 7px #DDD;
	box-shadow: 0px 0px 7px #DDD;
}

#contentDiv2 .preview_error{
	position:absolute;
	left:7px;
	top:0;
	width:532px;
	text-align:center;
}

#contentDiv3{
	display:none;
	text-align:center;
	border:1px solid #000;
}

.image_size{
	float:left; margin-top:12px;
}

.generating_indicator{
	position:absolute;
	left:400px;
	top:500px;
	background:#FFF;
	padding:5px 15px;
	display:none;
}

.download{
	float:right; 
	margin-top:10px;
}

.error{
	/*color:#be0000;*/
	font-size:22px;
	width:90%;
	margin-top:100px;
	margin-bottom:30px;
	padding:20px;
	background:#EFEFEF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
}

.error.nomargin{
	margin:0;
}

.confirm{
	font-size:22px;
	width:90%;
	margin-bottom:30px;
	padding:20px;
	background:#EFEFEF;
	color:#008900;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
}

.error .inner{
	margin-top:20px;
	font-size:14px;
}

.m_loading_preview{
	position:absolute;
	left:610px;
	top:65px;
	padding:10px 20px;
	background:#FFF;
	display:none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.size{
	display:none;
}

a.website{
	font-style:italic; 
	float:right; 
	margin-right:10px;
}

#colorPickerRemover{
	position:relative;
}

div.note{
	font-size:11px;
	color:#AAA;
}

div.store{
	width:200px;
	height:280px;
	float:left;
	margin:20px;
}

div.store images{
	border:1px solid #DDD;
	margin-bottom:15px;
	cursor:pointer;
}

div.store a{
	text-decoration:none;
}

images.first_time{
	margin:0 10px 0px 10px;
}

table.first_time{
	margin-top:30px;
	margin-bottom:50px;
}

table.first_time tr td{
	font-size:30px;
	font-weight:bold;
}

.slogan{ 
	font-size:20px; 
	color:#0065b3; 
	margin-right:7px;
}

.slogan.main{
	margin-top:140px;
}

.search_info{
	padding: 0 0 20px 0;
}

.generate_button{
	padding:0 30px;
	margin:0 auto;
}

span.width{
	font-size:12px;
	margin-left:7px;
}

span.height{
	font-size:12px;
	margin-left:28px;
}

.size_slider, .rotation_slider{
	position:absolute; 
	right:70px; 
	top:26px; 
	background:url(/National_Library/oe_/http://iconizer.net/images/selectmenu-arrow.gif) 7px 8px no-repeat transparent; 
	width:23px;
	height:20px;
	cursor:e-resize;
}

.rotation_slider{
	top:1px;
}

.icons_loader{
	width:270px;
	height:32px;
	background:url(/National_Library/oe_/http://iconizer.net/images/icons_loader.gif) center top no-repeat transparent;
	position:fixed;
	left:50%;
	bottom:120px;
	margin-left:-135px;
}

.icons_loader_fake{
	clear:both;
}

.addToCartG{
	position:fixed;
	left:685px;
	top:559px;
	opacity:0.5;
	padding:10px 0 0 10px;
	text-align:left;
	width:159px;
	height:25px;
	background-color:#000;
	display:none;
	z-index:10000;
	color:#FFF;
}

.shopping_cart{
	margin:0px 20px 0 0;
	vertical-align:top;
	background:url(/National_Library/oe_/http://iconizer.net/images/shopping_cart.png) left top no-repeat transparent;
	width:43px;
	height:43px;
	float:right;
	cursor:pointer;
}

.shopping_cart:hover{
	background-position:left bottom;
}

.cart_box input[type=radio]{
	margin-left:15px;
	margin-right:5px;
}

.cart_box .download_options{
	margin-top:20px;
	width:300px;
}

.cart_box .download_options table{
	width:300px;
	margin-top:-13px;
}

.cart_box .download_options table tr td{
	vertical-align:top;
	line-height:22px;
}

.cart_box .download_options table tr td:nth-child(1){
	text-align:right;
}

.cart_box table tr th, .cart_box table tr td{
	padding:5px;
	width:50px;
	font-size:12px;
	line-height:15px;
}

.cart_box div{
	font-size:12px;
}

 .cart_box table tr td{
	padding-top:13px;
 }

 .cart_box table tr td.actions_cell{
	width:130px; 
	padding-top:0;
 }

.cart_box table tr th{
	font-size:10px;
	vertical-align:top;
}

.cart_box .cart_header{
	color:transparent;
	height:20px;
}



.cart_box .cart_header.cart_item{
	height:20px;
	min-height:54px;
}

.cart_box .cart_items{
	overflow:auto;
	max-height:280px;
	min-height:280px;
}	

.cart_box .cart_header:hover{
	color:#555;
}

.cart_box .cart_header.cart_item .cart_cell{
	font-size:10px;
	line-height:20px;
	padding:10px 0 0 0;
}

.cart_box .cart_actions, .preview_cart_actions{
	width:24px;
	height:24px;
	background:url(/National_Library/oe_/http://iconizer.net/images/actions.png) left top transparent no-repeat;
	cursor:pointer;
	float:left;
	margin:0 4px;
}


.cart_box .cart_actions:hover{
	background-color:#EFEFEF;
}

.cart_box .cart_actions_definition{
	text-align:center;
	font-size:11px;
	color:transparent;
	position:absolute;
	width:130px;
	left:0;
	top:0;
}

.cart_box .cart_actions.download, .preview_cart_actions.download{
	background-position:left -24px;
}

.cart_box .cart_actions.download_collection, .preview_cart_actions.download_collection{
	background-position:left -48px;
}

.cart_box .cart_actions.download_collection.collection_inactive{
	opacity:0.3;
	filter:alpha(opacity=30);
}

.cart_box .cart_actions.delete_icon, .preview_cart_actions.delete_icon{
	background-position:left -72px;
}

.cart_item{
	width:880px;
	min-height:60px;
	float:none;
	height:72px;
}

.cart_item:hover{
	background:#EFEFEF;
}

.cart_item div{
	float:left;
}



.cart_item div.cart_cell{
	padding-top:20px;
	width:60px;
	position:relative;
}

.cart_item div.cart_cell:nth-child(1){
	width:30px;
	text-align:center;
}

.cart_item div.cart_cell:nth-child(2){
	padding-top:0;
	margin-right:15px;
	width:64px;
}

.cart_item div.cart_cell:nth-child(2) img{
	max-width:64px;
	max-height:64px;
}

.cart_item div.cart_cell:nth-child(3){
	width:50px;
}

.cart_item div.cart_cell:nth-child(4), .cart_item div.cart_cell:nth-child(5) {
	width:70px;
}

.cart_item div.cart_cell:nth-child(6),.cart_item div.cart_cell:nth-child(7){
	padding-top:22px;
}

.cart_item div.cart_cell:nth-child(8), .cart_item div.cart_cell:nth-child(9), .cart_item div.cart_cell:nth-child(10) {
	width:50px;
}

.cart_item div.cart_cell:nth-child(11){
	width:70px;
}

.cart_item div.cart_cell:nth-child(12){
	padding-top:23px;
}

.cart_item div.cart_cell:nth-child(13){
	width:50px;
}

.cart_item div.cart_cell:nth-child(14){
	width:130px;
}

.cart_item .cart_item_info{
	display:none;
}

.cart_item .cart_color{
	padding:0;
	width:40px;
	height:20px;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
}



.collection_box .collection_archive, .collection_box .cart_archive{
	width:64px;
	height:40px;
	font-size:12px;
	float:left;
	margin:15px 15px 15px 0;
	padding:74px 10px 0 10px;
	text-align:center;
	line-height:15px;
	background:url(/National_Library/oe_/http://iconizer.net/images/tar_archive.png) 18px 5px no-repeat transparent;
	cursor:pointer;
}

.collection_box .collection_archive:hover, .collection_box .cart_archive:hover{
	background-color:#DEDEDE;
}

.collection_box .archives{
	overflow:auto;
	width:650px;
	float:left;
	height:300px;
}

.collection_box .collection_info{
	width:200px;
	float:right;
	padding:25px;
	background:#EEE;
}

.zoom{
	width:64px;
	height:32px;
	background:url(/National_Library/oe_/http://iconizer.net/images/zoom_in.png) left top no-repeat transparent;
	position:relative;
}

.zoom:hover{
	background:url(/National_Library/oe_/http://iconizer.net/images/zoom_in.png) left bottom no-repeat transparent;
}

.zoom .zoom_out, .zoom .zoom_in{
	cursor:pointer;
	position:absolute;
	top:0;
	width:20px;
	height:32px;
	z-index:1;
}

.zoom .zoom_out{
	left:0;
}

.zoom .zoom_in{
	right:0;
}

.zoom .zoom_level{
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	padding-top:0px;
	padding-right:1px;
	text-align:center;
	color:#555;
	width:63px;
}

.mini_search{
	height:30px;
	padding-left:75px;
	position:absolute;
	left:0;
	top:-70px;
}

.hueDiv, .saturationDiv, .lightnessDiv{
	position:relative;
}

.hueDiv .jslider-bg, .saturationDiv .jslider-bg, .lightnessDiv .jslider-bg{
	margin:-10px -10px 0 -10px;
}

.hueDiv .jslider-bg i{
	background:url(/National_Library/oe_/http://iconizer.net/images/hue.png) left top no-repeat transparent;
}

.saturationDiv .jslider-bg i{
	background:url(/National_Library/oe_/http://iconizer.net/images/saturation.png) left top no-repeat transparent;
}

.lightnessDiv .jslider-bg i{
	background:url(/National_Library/oe_/http://iconizer.net/images/lightness.png) left top no-repeat transparent;
}

.loader, .light_loader{
	float:right; 
	display:none;
}

.light_loader{
	margin:5px 15px 0 0;
}

.loader.signin_loader{
	margin:2px 80px 0 0;
}

.loader.reg_loader{
	margin:2px 20px 0 0;
}

.form_error{
	float:left;
	background:#890000;
	padding:0 10px;
	color:#FFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:10px;
	text-shadow:none;
	visibility:hidden;
	margin-top:2px;
}

.form_error.visible{
	visibility:visible;
}

.form_confirm{
	background:#008900;
	padding:0 10px;
	color:#FFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:10px;
	text-shadow:none;
	display:none;
}

.own_icon_table{
	border:0;
}

.own_icon_table tr td{
	padding:5px 10px;
}

.upload_bar{
	width:590px;
	margin:30px auto 0px auto;
	text-align:center;
	position:relative;
}

.upload_bar .upload_overlay, .upload_form .upload_overlay{
	background-image:url(/National_Library/oe_/http://iconizer.net/images/overlay.png);
	position:absolute;
	left:95px;
	top:-5px;
	width:500px;
	height:40px;
	width:400px;
	text-align:center;
	padding-top:70px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.upload_form .upload_overlay{
	width:100%;
	left:0;
	height:0px;
	padding-top:20px;
}

table.home_upload{
	margin:0px auto;
}

table.home_upload tr td{
	padding:0px 30px 0 0;
	text-align:center;
	vertical-align:top;
	padding-top:10px;
}

table.home_upload tr td input[type=text], .upload_form input[type=text]{
	padding:8px 10px;
	width:230px;
	margin-left:30px;
}

.upload_form{
	margin-bottom:30px;
	position:relative;
}

input[type=file].displaynone{
	display:block;
	visibility:hidden;
	position:absolute;
	left:-9000px;
}

table.home_upload tr th{
	padding:0px 0 0 0;
}

table.home_upload tr td label{
	
}

table.home_upload  .recently_uploaded{
	width:400px;
	height:70px;
	margin:10px auto 0 30px;
	overflow-x:auto;
	overflow-y:hidden;
	white-space:nowrap;
}

table.home_upload  .recently_uploaded img{
	margin-right:10px;
	cursor:pointer;
}

.not_logged_in_message.error{
	position:absolute;
	width:470px;
	right:42px;
	top:-80px;
	z-index:200;
	font-size:12px;
}

.not_logged_in_message .little_close{
	position:absolute;
	right:3px;
	top:3px;
	padding:0 10px;
	background:#DDD;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
	color:#555;
}

.personal_info_form {
	margin-top:24px;
}

.personal_info_form input{
	margin-bottom:10px;
	margin-top:5px;
}

/* uploader stuff */

table.ax-file-list{
	margin-top:20px;
	width:100%;
}

table.ax-file-list thead tr th{
	padding:0 20px 20px 0;
	
}

table.ax-file-list tr td{
	padding-top:20px;
	
}

input[type=text].rus, textarea.rus{
	background:url(/National_Library/oe_/http://iconizer.net/images/russian.png) 4px 0px no-repeat #FFF;
	padding-left:31px;
}

input[type=text].eng, textarea.eng{
	background:url(/National_Library/oe_/http://iconizer.net/images/english.png) 4px 0px no-repeat #FFF;
	padding-left:31px;
}

input[type=text].red_back{
	background-color:#ffaeae;
}

.step1 table{
	width:100%;
}

.step1 table tr td, .step3 table tr td, .step3 table tr th{
	vertical-align:top;
	padding:5px 10px;
}

.step3 table tr th{
	font-size:18px;
	padding-bottom:15px;
}

.step1 table tr td:nth-child(1){
	width:270px;
}

.step1 table tr td input, .step1 table tr td textarea, .step3 table tr td input{
	margin-bottom:5px;
}

.step3 table tr:nth-child(1):hover{
	background-color:transparent;
}

.step3 table tr:hover{
	background-color:#DDD;
}

.step1 table tr td textarea{
	width:250px;
	height:100px;
}

.submission-col h3{
	padding:5px 10px;
	background:#FFF;
	margin-bottom:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.red{
	color:#FF0000;
}

.prova{
	margin-bottom:40px;
}

.submitted_iconset{
	background:#FFF;
	margin:0 0 10px 0;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.status{
	border:0px solid #000;
	padding:3px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.status.incomplete{
	background-color:#DDD;
	color:#555;
}

.status.denied, .status.deleted{
	background-color:#ffd5d5;
	color:#890000;
}

.status.approved{
	background-color:#d5ffdd;
	color:#008900;
}

.status.pending{
	background-color:#ffffd5;
	color:#ff8a00;
}

.delete_iconset{
	margin-left:15px;
}

a.submission_delete_icon{
	background:url(/National_Library/oe_/http://iconizer.net/images/actions.png) left -72px transparent no-repeat;
	cursor:pointer;
	margin:0 4px;
	color:#555;
	padding:2px 0 0 28px;
	height:24px;
	text-decoration:none;
}

.manual_links .active_manual{
	color:#DF0000;
	font-size:16px;
}

.relative{
	position:relative;
}

h2.what_is_generator{
	background:url(/National_Library/oe_/http://iconizer.net/images/question.png) right 5px no-repeat;
	padding-right:35px;
	cursor:pointer;
	width:280px;
	margin:10px auto;
	font-size:30px; 
	color:#0095cc;
}

.left-col.faq-page img{
	padding:6px;
	border:1px solid #DDD;
	margin:10px 10px 10px 0;
	background:#FFF;
	max-width:550px;
}

.og-footer{
	width:201px;
	height:36px;
	background:url(/National_Library/oe_/http://iconizer.net/images/og-footer.png) left top no-repeat;
	cursor:pointer;
	position:fixed;
	bottom:0;
	left:0;
}