/******************************************
 * Sections defined:
 *
 * ^GLOBAL
 * ^HEADER
 * ^FUNCTION
 * ^FOOTER
 * ^NAVIGATION
 * ^BUTTON SEARCH
 * ^BREADCRUMBS
 * ^CONTENT
 * ^FORMS
 * ^GENERAL TAGS
 * ^OTHER
 * ^TOOL TIP
 * ^SITE MAP
 * ^SEARCH RESULTS
 * ^AutoComplete jQuery GSA
 ******************************************/

@font-face {
    font-family: "OpenSansRegular";
    src: url("//web-archive.nli.org.il/National_Library/20161130034600oe_///cors.uicdn.net/fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("//web-archive.nli.org.il/National_Library/20161130034600oe_///cors.uicdn.net/fonts/opensans-regular.woff") format("woff"), url("//web-archive.nli.org.il/National_Library/20161130034600oe_///cors.uicdn.net/fonts/opensans-regular.ttf") format("truetype"), url("//web-archive.nli.org.il/National_Library/20161130034600oe_///cors.uicdn.net/fonts/opensans-regular.svg#OpenSansSemibold") format("svg");
}

/********** ^GLOBAL **********/
html {
	/* This forces the scrollbar on every page */
	overflow-y: scroll;
}

body {
	background-color: #E9E9E9;
	background-image: url('/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/header/header-BG.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "Verdana", "Arial", "Helvetica", "DejaVu Sans", "Lucida Sans Unicode", "Lucida Grande", "Eras Medium ITC", sans-serif;
	font-size: 13px;
	line-height: 133%;
	color: #444444;
}

/********** ^Modal windows used for window modal **********/

.modal_window_sprits {
	background-image: url('/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/layer/info-layer/window/layer-window.png')
}

.modal_window {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -60px;
	margin-left: -280px;
}
.modal_window .warning-box {
	margin-bottom: 0;
}

.warning-box h3 {
	padding-bottom: 4px;
}
.top_left_modal_layer {
	background-position: 206px 0;
	width: 20px;
	height: 20px
}

.top_middle_modal_layer {
	height: 20px;
	background-position: 0px -146px;
	background-repeat: repeat-x
}

.top_right_modal_layer {
	background-position: 70px 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat
}

.bottom_left_modal_layer {
	background-position: 206px -124px;
	width: 20px;
	height: 20px
}

.bottom_middle_modal_layer {
	background-position: 0 -270px;
	width: 20px;
	height: 20px
}

.bottom_right_modal_layer {
	background-position: 60px -124px;
	width: 20px;
	height: 20px;
}

.middle_left_modal_layer {
	background-position: -6px -300px;
	width: 20px;
	background-repeat: repeat-y
}

.middle_right_modal_layer {
	background-position: -46px -300px;
	width: 20px;
	background-repeat: repeat-y
}

.middle_center_modal_layer {
	background-color: #d2d2d2
}

.overlay .content {
	margin-top: -45px;
	position: relative;
}

.close_modal_layer {
	height: 67px;
	width: 60px;
	background-position: 60px 0px;
	cursor: pointer;
}

.overlay {
	background-image: url('/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/layer/black-overlay-bg.png');
	background-repeat: repeat;
	background-color: transparent;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.button_modal_layer {
	height: 30px;
	width: 30px;
	margin-left: 10px;
	margin-top: 20px;
}

.button_modal_normal {
	background-image: url('/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/layer/x-button/x-button-normal.png');
}

.button_modal_normal:hover {
	background-image: url('/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/layer/x-button/x-button-mouseover.png');
}

.button_modal_pressed {
	background-image: url('/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/layer/x-button/x-button-pressed.png');
}

/* yeah yeah */
#star_rating_display {
    height: 40px;
    position: relative;
    width: auto;
}

#star_rating_display #feedback-rating-value {
    margin: auto !important;
    position: absolute;
    width: auto !important;
    left: -10px;
    
}

#star_rating_display .feedback_rating_stars {
	width: auto;
	margin: auto;
	padding-left: 10px;
}

.hc_button {
	background-color: #005da7;
	background-image: linear-gradient(to top, #005da7, #007abf);
	border: 1px solid #444;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Verdana;
	font-size: 12px;
	height: 27px;
	padding: 0 18px;
	width: auto;
}

.hc_button:hover {
	background-color: #007abf;
	background-image: linear-gradient(to bottom, #005da7, #007abf);
}

.change_market_dropdown {
	top: 29px;
	left: 110px;
	display: none;
	position: absolute;
	width: 149px;
    z-index: 1000;
}

.change_market_dropdown ul {
	padding: 10px;
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #bcbcbc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    padding-top: 0;
}

.change_market_dropdown a {
	color: #444444;
    display: block;
    height: 33px;
    width: 126px;
    outline: none;
    padding-left: 7px;
    font-size: 12px;
}

.change_market_dropdown a:hover {
	color: #0060ac;
}

.change_market_option {
	height: 33px;
	border-bottom: 1px solid #e2e2e2;
	cursor: pointer;
	line-height: 33px;
}

.change_market_option:hover {
	color: #0060ac;
}

.change_market_warning {
	background: none repeat scroll 0% 0% rgb(255, 255, 234); 
	border: 2px solid rgb(253, 234, 157); 
	position: absolute; 
	z-index: -1; 
	transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	width: 27px; 
	bottom: -37px; 
	left: -16px; 
	height: 27px;
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
	bottom: -31px\9;
	left: -22px\9; 
}

.upload_progress_mask {
	position:absolute;
	background: #7a7a7a;
	opacity: .45;
	height: 20px;
	width: 100%;
	top: 0;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.upload_file_name {
	display: block;
	float: left;
	max-width: 300px;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
}
.upload_remove {
	color: #0060ac;
	display:none;
	float: left;
	margin-left: 5px;
	cursor: pointer;
	font-size: 10px;
	line-height: 21px
}
.upload_remove:hover {
	text-decoration: underline;
}
#upload_file_list{
	margin-top: 5px;
}
#upload_file_list li {
	float: left;
	clear: both;
	min-height: 25px;
}

#upload_file_list li:before {
    color: #888888;
    content: "";
    float: left;
    font-family: FontAwesome;
    font-size: 8px;
    line-height: 20px;
    margin-right: 6px;
}

#upload_file_button {
	display: inline-block;
    overflow: hidden;
    position: relative;
    color: #0060ac;
}
#upload_file_button.disabled {
	opacity: .5;
}
#upload_file_button:hover {
	text-decoration: underline;
}
#fileupload {
	cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

ul.list_file li {
    list-style: outside none disc;
    margin-left: 10px;
    padding-bottom: 10px;
}

#upload_message_box::before {
	content: none !important;
}