/* style */

html, body {
    height: 100%;
}

body {  
	font-size: 13px;
    font-family: Arial, Helvetica, Times New Roman;
    line-height: 1.9em; 
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    font-size: 1.2em;
    line-height: 1.4em;
}

h1 {
    font-family: Futura, Arial, Helvetica, Times New Roman;
    font-size: 1.8em;
}

p {
    display: block;
    padding: 0 0 10px 0;
    margin: 0;
}

a {
    font-weight: normal;
    text-decoration: none;
}

table {
    margin: 0 0 20px 0;
    padding: 0;
    border-spacing: 0;
    border-width: 0;
}

tr {
    margin: 0;
    padding: 0;
}

th, td {
    padding-top: 2px;
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}

td p {
    margin: 0;
    padding: 5px 5px 5px 0;
}

.nowrapcell {
    white-space: nowrap;
}

form {
    margin: 0;
}

select {
    white-space: normal;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

input,
select {
    vertical-align: middle;
    border: 1px solid;
}

ul {
    padding: 0;
    margin: 0 0 10px 20px;
}

hr {
    border: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 1px;
}

img {
    border: 0;
}

ul.unordered_list {
    margin: 0;
    padding: 0;
}

li.list_item {
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    padding: 0;
    margin: 10px 20px 20px 0;
    overflow: hidden;
    zoom: 1;
    *display: inline;
}

/***************************************************************************************************************/

/* content_box */

.content_box {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
}

.content_box h1,
.content_box h2,
.content_box h3,
.content_box h4,
.content_box p {
    margin: 0;
}

/* content */

#content h1,
#content h2,
#content h3,
#content h4 {
    background-image: url('../images/h1_bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

#content .content_box_inner {
    overflow: hidden;
    padding: 20px;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    overflow-x: auto;
	font-size: 14px;
}

#content .content_box_inner .content_box {
    padding: 0;
    margin: 0;
}

#content .content_box_inner .content_box_inner {
    padding: 0;
    margin: 0;
    border: 0;
}

#content .content_box_inner h1,
#content .content_box_inner h2,
#content .content_box_inner h3,
#content .content_box_inner h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: Arial, Helvetica, Times New Roman;
    background: none;
    border: 0;
    font-weight: normal;
}

#content .content_box_inner h1,
#content .content_box_inner h2 {
    font-size: 1.4em;
}

#content .content_box_inner h3,
#content .content_box_inner h4 {
    font-size: 1.2em;
}

#content .content_box_inner .normal_image {
    text-align: left;
    display: block;
    margin: 0 50px 0 0;
    padding: 0;
}

#content .content_box_inner .round_image {
    text-align: left;
    display: block;
    margin: 0 50px 0 0;
    padding: 0;
    width: 105px;
}

#content .content_box_inner .round_image a.round_image_img {
    display: block;
    margin: 0;
    padding: 0;
}

#content .content_box_inner .round_image a.round_image_txt {
    display: block;
    margin: 0 0 0 5px;
    padding: 0;
}

#content .content_box_inner .content_box_highlighted {
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
}

#content .content_box_inner .list_box {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    border-top-width: 1px;
    border-top-style: dotted;
}

#content .content_box_inner .list_box h2 {
    padding: 0;
    margin: 10px 0;
}

#content .content_box_inner .list_box img {
    float: left;
    margin: 0 10px 10px 0;
}

#content .content_box_inner .list_box p {
    display: inline-block;
    width: 100%;
}

#content .content_box .highlighted p {
    margin-bottom: 10px;
}

#content p.introduction {
    font-weight: bold;
}

#content .content_box_inner #privacy_cookie h2 {
    margin-top: 20px;
}

#content .content_box_inner .border_table {
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    padding: 0;
    margin: 10px 0;
}

#content .content_box_inner .border_table th,
#content .content_box_inner .border_table td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    padding: 10px;
}

#content .content_box_inner .border_table td table td {
    border: 0;
}

#content .staff_info {
    text-align: left;
    padding-bottom: 20px;
}

#content .feature_main_image {
    text-align: center;
    clear: both;
}

#content div.subtitle,
#content div.usi_subtitle {
    margin-left: 10px;
}

#content .centerContent {
    padding: 10px 0;
}

#content .content_box_inner .corrections_item {
    margin: 10px 0;
}

#content .content_box_inner .corrections_item h1 {
    margin: 20px 0 10px 0;
    padding: 0;
}

/*
#content embed {
    width: 355px;
}
*/

/* sidebar */

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4 {
    background-image: url('../images/h1_side_bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

#sidebar .sidefeature {
    margin: 0;
    padding: 0 0 10px 0;
}

#sidebar .sidefeature img,
#sidebar .related_record img {
    max-width: 150px;
    height: auto;
    display: block;
}

#sidebar .sidefeature p {
    margin: 0 0 5px 0;
    padding: 0;
}

#sidebar h1 {
    margin: 0 0 10px 0;
    padding: 0;
}

#sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#sidebar li {
    padding: 0 0 0 25px;
    margin: 0 0 10px 0;
    position: relative;
    line-height: 20px;
}

#sidebar li#scran_logout_link {
    background: url('../images/padlock_open.png') no-repeat 2px 0;
}

#sidebar li#stuff_logout_link {
    background: url('../images/padlock_open.png') no-repeat 2px 0;
}

#sidebar li#stuff_login_link {
    background: url('../images/padlock_closed.png') no-repeat 2px 0;
}

#sidebar li#corrections_link {
    background: url('../images/corrections.png') no-repeat 0 0;
}

#sidebar li#store_link {
    background: url('../images/save2.png') no-repeat 0 0;
}

#sidebar li#album_link {
    background: url('../images/album_for_search2.png') no-repeat 0 0;
}

#sidebar li#tags_link {
    background: url('../images/tags.png') no-repeat 2px 0;
}

#sidebar li#bookmark_link {
    background: url('../images/bookmark.png') no-repeat 0 0;
}

#sidebar li#checkout_link {
    background: url('../images/basket.png') no-repeat 0 0;
}

#sidebar li#pagewidth_links {
    padding: 10px 0 8px 0;
    margin: 0;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

#sidebar li#scran_logout_link img {
    position: absolute;
    right: 0;
    top: 0;
}

#sidebar li#stuff_logout_link img {
    position: absolute;
    right: 0;
    top: 0;
}

#sidebar li#stuff_login_link img {
    position: absolute;
    right: 0;
    top: 0;
}

#sidebar .content_box {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 8px 0;
}

#sidebar .content_box_inner {
    padding: 0;
    margin: 10px 0 0 0;
    width: auto;
    border: 0;
}

#sidebar .content_box img {
    vertical-align: middle;
}

#sidebar .content_box ul {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    padding: 0 0 2px 0;
}

#sidebar .content_box ul.border_none {
    border: 0;
}

/* Other */

.wait, .wait * {
    cursor: wait;
}

#iframe_body {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#iframe {
    margin: 0;
    padding: 0;
}

hr.immediate {
    margin-top: 0px;
    padding-top: 0px;
}

td > :first-child {
    margin-top: 0px;
}

td :last-child {
    margin-bottom: 0px;
}

.image_centered {
    text-align: center;
}

.content_edit_link {
    display: block;
    text-align: right;
}

.record_image {
    width: 450px;
    display: inline-block;
    text-align: center;
}

.record_image_notes {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.8em;
}

.record_image_notes .record_image_usi {
    float: left;
}

.record_image_notes .record_image_msg {
    float: right;
}

.record_image img {
    margin-bottom: 5px;
}

.record_image p {
    text-align: center;
    padding-bottom: 10px;
}

.record_description {
    text-align: left;
}

#navigation_level0 {
    /*
	background-image: url('../images/highlight2.png');
    background-repeat: repeat-x;
    background-position: left top;
	*/
}

ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    display: block;
    height: 2.1em;
    line-height: 2.1em;
}

ul.menu li {
    display: inline;
    margin: 0;
}

ul.menu li a {
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
}

ul.menu.level1 li {
    line-height: 2.2em;
    padding: 0.8em 0.2em 0em 1.5em;
}

ul.menu.level1 li a {
    line-height: 2.2em;
    padding: 0.8em 0em 0em 0em;
}

ul.menu.level0 li.selected + li {
    background: none;
    margin: 0;
}

ul.menu.level0 li,
ul.menu.level0 li.selected {
    padding: 0.5em 1.5em;
}

ul.menu.level0 li a {
    padding: 0.5em 0em;
}

#stuff_navigation {
    margin: 0 0 20px 0;
}

#stuff_navigation ul.menu.level0 li.selected + li {
    background: none;
    margin: 0;
}

#stuff_navigation ul.menu.level0 li,
#stuff_navigation ul.menu.level0 li.selected {
    padding: 0.5em 1em;
}

#stuff_navigation ul.menu.level0 li a {
    padding: 0.5em 0em;
}

#stuff_navigation ul.menu.level0 li.selected {
    padding: 0.4em 1em;
}

#artefact img {
    height: 120px;
    width: auto;
}

#feature {
    float: left;
    padding: 10px 0 0 0;
    margin: 20px 0 0 0;
    border-top-width: 1px;
    border-top-style: dotted;
}

#feature #feature_images {
    float: left;
    width: 160px;
    padding: 10px 20px 0 0;
    margin: 0;
    text-align: center;
}

#feature #feature_text {
    width: auto;
    padding: 10px 0;
    margin: 0 0 0 180px;
}

#feature .feature_image {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 20px;
}

#feature .feature_image p {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

#pathfinder {
    float: left;
    padding: 0;
    margin: 0;
}

.record_toolbar {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 0;
}

.record_toolbar a {
    padding: 0;
    margin: 0;
}

.toolbox_sub_link {
    padding: 25px 0 0 0;
}

.record_toolbar_contents {
    padding: 5px;
}

.record_toolbar_contents_special {
    padding: 0.5em 0.6em 0.6em 0.6em;
}

.record_toolbar_contents_special a {
    text-decoration: none;
}

#record_toolbar_left {
    float: left;
    text-align: left;
    width: 21%;
}

#record_toolbar_center {
    float: left;
    width: 58%;
    text-align: center;
}

#record_toolbar_right {
    float: right;
    text-align: right;
    width: 21%;
}

.image_with_toolbar {
    text-align: center;
}

.image_with_toolbar img,
.image_with_toolbar .text,
.image_with_toolbar .title,
.image_with_toolbar .usi {
    padding: 0;
    margin: 0 0 5px 0;
}

.image_with_toolbar .title {
    min-height: 35px;
}

.image_with_toolbar .usi {
    min-height: 15px;
}

.image_with_toolbar .image_toolbar {
    float: left;
    width: 160px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

.image_with_toolbar .image_toolbar a {
    padding: 0;
    margin: 0;
}

.image_with_toolbar .image_toolbar_left {
    float: left;
    text-align: center;
    width: 120px;
    padding: 5px;
    margin: 0;
}

.image_with_toolbar .image_toolbar_right {
    float: right;
    text-align: center;
    width: 30px;
    padding: 5px 0;
    margin: 0;
}

.image_with_toolbar .image_toolbar_center {
    float: left;
    text-align: center;
    width: 160px;
    padding: 5px 0;
    margin: 0;
}

.image_with_toolbar .image_toolbar_sub_links {
    float: left;
    width: 160px;
    height: 50px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}

.image_with_toolbar .image_toolbar_sub_link {
    padding: 5px;
}

tr {
    vertical-align: top;
}

td {
    font-weight: normal;
}

th {
    font-weight: bold;
}

.record_details_table {
    width: 100%;
}

.record_details_table th, .record_details_table td {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    line-height: 2em;
    padding: 0;
}

.record_details_table th {
    width: 200px;
}

.record_details_table td {
    width: 500px;
}

.record_details_table th.no_border, .record_details_table td.no_border {
    border-bottom: 0;
}

#resource {
    text-align: center;
}

#resource h1 {
    text-align: left;
}

#resource img {
    margin-bottom: 20px;
}

.top_box {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.btm_box {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.float_left {
    float: left;
    text-align: left;
}

.float_right {
    float: right;
    text-align: right;
}

.shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-image: url('../images/DropShadow.png');
    background-repeat: repeat-x;
    background-position: left top;
    z-index: 3;
    opacity: 0.7;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(opacity=70)";
}

.close_slide_link {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0 0 10px 0;
}

#admin_menu {
    padding: 5px 0;
    margin: 0;
}

#admin_menu li {
    padding: 5px;
    line-height: 32px;
    margin: 0 5px 0 0;
    display: inline;
    list-style-type: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#admin_menu li.tabselected {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#admin_menu li.tabnotselected,
#admin_menu li.tabselected {
    text-transform: uppercase;
}

.record_paging {
    float: right;
    padding: 2px 5px;
}

.record_paging a.results {
    text-transform: uppercase;
}

#search_results {
    margin: 0 auto;
    padding: 0px;
}

#search_results li.record_summary {
    text-align: center;
    display: inline-block;
    width: 155px;
    vertical-align: bottom;
    padding: 0;
    margin: 7px;
    zoom: 1;
    *display: inline; /* IE */
}

table.stripy tr:nth-child(odd),
div.stripy > div:nth-child(odd) {
    background: #f5f5f5;
}

table.stripy2 tr:nth-child(even),
div.stripy2 > div:nth-child(even) {
    background: #f5f5f5;
}

table.dashboard {
    margin: 0;
    padding: 0;
    border-width: 2px;
    border-style: solid;
}

table.dashboard th {
    font-weight: bold;
    text-align: center;
    padding: 6px;
    border-width: 2px;
    border-style: solid;
}

table.dashboard td {
    text-align: center;
    padding: 6px;
    border-width: 2px;
    border-style: solid;
}

.slidesimagebox {
    width: 598px;
    border-width: 1px;
    border-style: solid;
    padding: 10px 0;
    margin: auto auto 10px auto;
    text-align: center;
}

.slidestextbox {
    text-align: left;
    padding: 0px;
    padding-bottom: 5px;
    width: 600px;
    margin: auto;
    border: 0;
}

.slidesimagebox .bulbous {
    padding: 10px;
    vertical-align: middle;
}

table.website_list {
    margin: 10px 0;
    border-top-width: 1px;
    border-top-style: dotted;
}

table.website_list td {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    margin: 10px 0;
    padding: 10px 10px 0 0;
    vertical-align: top;
}

table.website_list td img {
    padding-top: 8px;
}

table.cookieinfo {
    margin-top: 1em;
    border-collapse: collapse;
}

table.cookieinfo th {
    text-align: left !important;
}

table.cookieinfo, table.cookieinfo th, table.cookieinfo tr, table.cookieinfo td {
    border-width: 1px;
    border-style: solid;
}

.scranTagBoxFloating .scranTagBoxOuter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10001;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    -moz-opacity: 0.7; /* Gecko browsers including Netscape 6+ and Firefox */
    -khtml-opacity: 0.7; /* Safari 1.1-1.3 */
    opacity: 0.7; /* Netscape 7.2+, Firefox, Safari 2+, Opera 9 */
    overflow: hidden;
}

.scranTagBoxFloating .scranTagBoxInner {
    text-align: left;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 690px;
    padding: 10px;
    border-width: 10px;
    border-style: solid;
    z-index: 10002;
    overflow: auto;
}

.scranTagBoxNonFloating .scranTagBoxOuter,
.scranTagBoxNonFloating .scranTagBoxInner {
    position: relative;
    margin: 0 auto;
}

#sidebar .scran_tags li,
#content .scran_tags li {
    padding: 0;
}

#bookmark_popup_outer {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10001;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    -moz-opacity: 0.7; /* Gecko browsers including Netscape 6+ and Firefox */
    -khtml-opacity: 0.7; /* Safari 1.1-1.3 */
    opacity: 0.7; /* Netscape 7.2+, Firefox, Safari 2+, Opera 9 */
    overflow: hidden;
}

#bookmark_popup_inner {
    text-align: center;
    position: absolute;
    top: 330px;
    left: 20px;
    width: 690px;
    padding: 10px;
    border-width: 10px;
    border-style: solid;
    z-index: 10002;
    overflow: auto;
}

#bookmark_popup_inner h2 {
    padding: 0;
    margin: 0 0 10px 0;
    background: none;
    border: 0;
    font-weight: normal;
}

#bookmark_popup_inner a {
    text-transform: none;
    font-weight: normal;
    text-decoration: none;
}

#bookmark_table {
    text-align: center;
}

#bookmark_table table {
    margin: 10px auto;
}

#bookmark_table table td {
    vertical-align: middle;
    margin: 0;
    padding: 0 10px 10px 0;
}

#bookmark_table table td img {
    vertical-align: middle;
    margin: 0 5px 0 0;
    padding: 0;
}

#searchscran {
    display: inline-block;
    float: right;
    margin: 5px 20px 0 20px;
}

#searchscran #searchinputs {
    position: relative;
    overflow: hidden;
}

#searchscran #searchinputs h3 {
    border: none;
}

#searchscran #searchinputs #search_term {
    padding: 5px 5px 0px 5px;
    margin: 0;	
    border-width: 0 0 1px 0;	
    background-repeat: no-repeat;
    background-position: 99% 5px;
}

#search_go {
    padding: 2px 2px;
    margin: 0 0 10px 0;
}

#searchscran #searchlinks {
    text-align: right;
    height: 20px;
    line-height: 2em;
}
#search_go {	
	cursor: pointer;	
}

#image_block_admin_table {
    list-style-type: none;
}

li.image_block_admin_table_item {
    text-align: center;
    float: left;
}

.pagenav_active,
.current_page {
    border-width: 1px;
    border-style: solid;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: bold;
}

table.pagenav {
    width: 100%;
    clear: both;
}

table.pagenav tr {
    padding: 0;
    margin: 0 0 10px 0;
}

table.pagenav td {
    padding: 0;
    margin: 0;
}

table.pagenav div {
    padding: 2px 0;
}

table.pagenav .paging_controls {
    float: right;
    text-align: right;
    padding: 2px 4px;
}

table.pagenav .pagenav_options {
    float: right;
    text-align: right;
    padding: 10px 0;
}

#album_frame {
    float: left;
    width: 100%;
    height: 300px;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
    margin: 0 0 20px 0;
    padding: 0;
}

#album_frame iframe {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
}

#slide_frame {
    float: left;
    width: 100%;
    height: 600px;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
    margin: 0 0 20px 0;
    padding: 0;
}

#slide_frame iframe {
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
}

.album_link {
    width: 100%;
    float: left;
    padding: 10px 0;
}

#stuff_dropdown {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

#stuff_dropdown #stuff_dropdown_left {
    float: left;
    text-align: left;
}

#stuff_dropdown #stuff_dropdown_right {
    float: right;
    text-align: right;
}

#mapMatrixDiv table tr td {
    padding: 0;
}

table.image_block_table {
    margin-bottom: 0;
}

table.image_block_table td {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 5px;
    height: 100px;
}

.button {
    margin: 0;
    padding: 2px 5px;
    text-align: center;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}

a.button {
    padding: 2px 5px 3px 5px;
}

.bigbutton {
    margin: 0;
    padding: 2px 5px 3px 5px;
    text-align: center;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    font-size: 1.4em;
    cursor: pointer;
}

input.bigbutton {
    padding: 2px 5px;
}

.linkbutton {
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}

input.linkbutton {
    padding: 2px 2px 3px 2px;
}

.special_button {
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    text-transform: initial;
    padding: 4px 7px;
    border-radius: 2px;
}

.special_button:hover,
.bigbutton:hover {
    border-width: 1px;
    border-style: solid;
}

#header #logo {
    margin: 0;
    padding: 1px 0 5px 0;
}

#footer_outer {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

#footer {
    padding: 20px 0;
    margin: 0 auto;
}

#footer ul {
    list-style-type: none;
    line-height: 1.5em;
    margin: 0 0 0 10px;
    padding: 0;
}

#footer table {
    width: 100%;
}

#footer table tr td {
    width: 25%;
}

#noscript_message {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

#news_list td {
    padding: 0 0 20px 0;
    vertical-align: top;
}

#news_list td img {
    margin-right: 20px;
}

.featurebox {
    width: 166px;
    float: right;
    text-align: left;
    padding-bottom: 0em;
    margin: 0em 0em 1em 1em;
    clear: right;
}

div#header div#logo {
    position: relative;
    float: left;
}

div#header span.site_version {
    position: absolute;
    top: 20px;
    margin-left: 200px;
    font-size: 1.4em;
}

div#sidebar hr {
    border: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    height: 1px;
    margin-top: 1em;
}

.pdfthumbs {
    border-width: 1px;
    border-style: solid;
}

.blockquote {
    margin-left: 5%;
    margin-right: 5%;
}

.imageblock {
    border-spacing: 6px;
    vertical-align: top;
}

.imageblock td {
    padding-right: 10px;
}

.randomimages {
    border: 0;
    margin: 10px;
    vertical-align: middle;
}

.albumtextitem {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 150px;
    overflow: auto;
}

.nomorefloat {
    clear: both;
}

table.highlighthover tr:hover td {
    border-width: 1px;
    border-style: solid;
}

.edumeta {
    width: 100%;
    text-align: left;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

form.fullwidthform table, table.fullwidthform {
    width: 99%;
    border-width: 1px;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 1px;
}

textarea.fullwidthtext {
    width: 99%;
}

textarea.bigfullwidthtext {
    width: 99%;
    height: 6em;
}

input.fullwidthtext {
    width: 99%;
}

form.fullwidthform table tr th {
    white-space: nowrap;
}

.fullwidthform th {
    font-weight: bold;
    line-height: 1.5em;
}

.imagescentered p, p.imagescentered {
    text-align: center;
}

.imagescentered img {
    padding: 5px;
}

.tableHeading, .tableHeadingFirst, .tableContent, .tableContentFirst {
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
}

.tableHeading, .tableHeadingFirst {
    font-weight: bold;
    border-top-width: 1px;
    border-top-style: solid;
}

.tableHeadingFirst {
    border-left-width: 1px;
    border-left-style: solid;
}

.tableContent, .tableContentFirst {
    font-weight: normal;
    vertical-align: top;
}

.tableContentFirst {
    border-left-width: 1px;
    border-left-style: solid;
}

.selectedbox {
    position: relative !important;
    border-width: 2px !important;
    border-style: dashed !important;
    visibility: hidden;
    z-index: 2 !important;
}

.thumb_cl {
    z-index: 1;
}

.imageLeft {
    float: left;
    padding-right: 5px;
    padding-bottom: 10px;
    clear: left;
}

.imageRight {
    float: right;
    padding-left: 5px;
    padding-bottom: 10px;
    clear: right;
}

.imgBorders {
    border: none;
}

.clear {
    clear: both;
}

.icon_instruction_block {
    margin: 0em 0em 1em 1em;
    text-align: left;
    font-weight: bold;
}

.stuffcreatebox {
    text-align: left;
    padding-bottom: 0em;
    margin: 0em 0em 1em 1em;
    padding: 0;
    position: relative;
    width: 600px;
    padding-bottom: 3em;
}

.stuffcreatebox .panel {
    width: 598px;
    height: 13em;
    position: relative;
    left: 0px;
    border-width: 1px;
    border-style: solid;
    border-top: none;
    position: relative;
}

.stuffcreatebox .panel_item {
    float: left;
    width: 49%;
    padding: 0;
    height: 8em;
    padding-top: 5em;
    text-align: center;
}

.stuffcreatebox .panel_item p, .stuffcreatebox .panel_item form {
    margin: 0 auto;
}

.stuffcreatebox .toolbar {
    position: absolute;
    right: 0px;
    width: 47%;
    text-align: right;
    clear: both;
    padding-top: 2em;
}

.stuffcreatebox .toolbar form {
    display: inline;
}

.stuffcreatebox .toolbar .bigbutton {
    margin: 0 0 0 1em;
    top: 0px;
}

.imgPhotos {
    border: 0;
}

.alltextboxes {
    width: 70%;
}

.shop_forms {
    width: 90%;
    margin: 0 auto;
}

.shop_forms fieldset {
    float: left;
    clear: left;
    width: 100%;
    padding: 0;
    margin: 0 auto 1em auto;
    border-width: 1px;
    border-style: solid;
}

.shop_forms fieldset legend {
    font-weight: bold;
    margin: 0 1em;
    padding: 0.5em;
}

.shop_forms fieldset p {
    margin: 1em;
}

.shop_forms fieldset label {
    float: left;
    width: 10em;
    margin: 0 1em;
    text-align: right;
}

.shop_forms fieldset ol {
    width: 100%;
    padding: 0;
    margin: 0;
}

.shop_forms fieldset li {
    float: left;
    clear: left;
    width: 100%;
    padding: 0;
    margin: 1em 0 0 0;
    list-style-type: none;
}

.shop_forms fieldset input.button {
    margin: 1em 0 1em 13em;
}

.shop_forms_feedback {
    width: 90%;
    margin: 0 auto;
}

div.cont {
    width: auto;
    height: auto;
    height: 1%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative; /* lack of this is what broke it in IE 6 */
}

div.cont div.block {
    margin: 0.1em;
    width: 250px;
    float: left;
    margin: 0.1em;
    padding: 0.1em;
    position: relative; /* lack of this is what broke it in IE 6 */
}

div.block p.info {
    max-width: 250px;
    width: 250px;
    height: 150px;
}

div.block p.title {
    max-width: 250px;
    font-weight: bold;
    width: 250px;
}

div.titlebox span {
    float: left;
    display: block;
    padding: 2px;
    margin-right: 5px;
    width: 132px;
    font-weight: bold;
}

div.titlebox span.wee {
    width: 66px;
}

div.contthumbcontainer {
    float: left;
    height: 260px;
    min-height: 260px;
    position: relative;
}

div.contbutcontainer {
    height: 260px;
    min-height: 260px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    width: 172px;
}

div.contbutcontainer button {
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

#imageblocksummary {
    min-height: 3em;
}

ul.bulletless, ol.bulletless {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

ul.inline, ol.inline, ul.inlinepiped, ol.inlinepiped {
    display: inline;
}

ul.inline > li, ol.inline > li, ul.inlinepiped > li, ol.inlinepiped > li {
    display: inline;
}

ul.inlinepiped > li, ol.inlinepiped > li {
    margin-left: 8px;
    padding-left: 8px;
    border-left-width: 1px;
    border-left-style: solid;
    padding-top: 0px;
}

ul.inlinepiped > li.firstinline, ol.inlinepiped > li.firstinline {
    margin-left: 0;
    border-left: 0;
    padding-left: 0;
}

.editusersection {
    margin-left: 5em;
    margin-bottom: 1em;
}

.featurebox div {
    text-align: center;
    text-align: left;
    padding: 5px 5px 5px 5px;
    margin: 0px;
}

div.featurebox div.title {
    text-align: left;
}

.featurebox p {
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.featurebox li {
    padding: 0px;
}

.featurebox ul {
    padding-left: 2em;
}

li.tabselected {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

li.tabnotselected,
li.tabselected {
    text-transform: uppercase;
}

.tabbox {
    padding: 0;
    margin: 0;
}

.tabbox p {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0;
}

.tabbox h2 {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    margin: 0;
}

table.stuffObjectList {
    margin: 0;
    width: 100%;
}

table.stuffObjectList th {
    padding: 2px;
    vertical-align: middle;
    white-space: nowrap;
    padding-bottom: 10px;
}

table.stuffObjectList td {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}

table.stuffObjectList .narrownowrapcell {
    white-space: nowrap;
    text-align: right;
}

table.stuffObjectList .stuff_list_header {
    font-size: 1.4em;
    font-weight: normal;
}

.stuff_footer_links {
    margin-top: 20px;
}

#stuffdropdownbar {
    float: left;
    padding: 0;
    vertical-align: middle;
    margin-bottom: 20px;
    width: 100%;
}

#stuffdropdownbar #stuffdropdownbar_left {
    float: left;
}

#stuffdropdownbar #stuffdropdownbar_left .stuffdropdownbartitle,
#stuffdropdownbar #stuffdropdownbar_left h2,
#stuffdropdownbar #stuffdropdownbar_left .stuffdropdownbarview,
#stuffdropdownbar #stuffdropdownbar_left .stuffdropdownbartools {
    vertical-align: middle;
    display: inline;
    margin-right: 10px;
}

#stuffdropdownbar #stuffdropdownbar_left .stuffdropdownbarview form,
#stuffdropdownbar #stuffdropdownbar_left .stuffdropdownbartools form {
    vertical-align: top;
    display: inline;
}

#stuffdropdownbar #stuffdropdownbar_left .stuffdropdownbartitle {
    font-size: 1.4em;
}

#stuffdropdownbar #stuffdropdownbar_right {
    float: right;
    text-align: right;
}

table.createpdf_table {
    margin: 10px 0;
}

table.createpdf_table td {
    padding: 0 0 10px 0;
    vertical-align: middle;
}

table.createpdf_table td label {
    vertical-align: middle;
}

table.createpdf_table td input {
    vertical-align: top;
}

p.createpdf_plus {
    font-size: 2em;
}

#loginout {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#loginout li {
    position: relative;
    display: inline;
    padding: 8px 5px;
    margin: 0 0 0 20px;
    vertical-align: middle;
    line-height: 34px;
}

#loginout li img,
#loginout li a {
    vertical-align: middle;
}

#loginout li#checkout_link {
    padding: 1em;
}

#loginout_form form#login th,
#loginout_form form#login td {
    padding: 0 0 10px 0;
}

#loginout_form #login_forgot_password {
    margin: 10px 0 20px 0;
}

#login_popup {
    position: absolute;
    z-index: auto;
    top: 0;
    right: 0;
    width: 232px;
    padding: 20px;
    border: 5px solid #ccc;
    text-align: left;
}

#login_popup .login_cancel {
    margin-top: 10px;
    text-align: left;
}

#loginout_form #login_other {
    width: 232px;
    margin: 10px 0 0 0;
}

#bg_images_left div {
    float: right;
}

#bg_images_left div span {
    right: 0;
}

#bg_images_right div {
    float: left;
}

#bg_images_right div span {
    left: 0;
}

/* infobox2 */

#content .content_box_inner .infobox2,
#sidebar .infobox2 {
    border-bottom: 1px solid #f0f0f0;
    padding: 0;
    margin: 0 0 20px 0;
}

#sidebar .infobox2 {
    margin: 0 0 10px 0;
}

#content .content_box_inner .infobox2 h1,
#content .content_box_inner .infobox2 h2,
#content .content_box_inner .infobox2 h3,
#content .content_box_inner .infobox2 h4,
#sidebar .infobox2 h1,
#sidebar .infobox2 h2,
#sidebar .infobox2 h3,
#sidebar .infobox2 h4 {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    padding: 0;
    margin: 0;
    background-image: none;
}

#sidebar .infobox2 h1,
#sidebar .infobox2 h2,
#sidebar .infobox2 h3,
#sidebar .infobox2 h4 {
    font-size: 1.2em;
    background-image: none;
}

#content .content_box_inner .infobox2 p,
#content .content_box_inner .infobox2 div,
#content .content_box_inner .infobox2 table,
#content .content_box_inner .infobox2 span,
#content .content_box_inner .infobox2 ul,
#sidebar .infobox2 p,
#sidebar .infobox2 div,
#sidebar .infobox2 table,
#sidebar .infobox2 ul,
#sidebar .infobox2 span {
    padding: 5px;
    margin: 0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    display: block;
}

#content .content_box_inner .infobox2 li,
#sidebar .infobox2 li {
    margin-left: 20px;
}

/* infobox1 */

#content .content_box_inner .infobox1,
#sidebar .infobox1 {
    border: 1px solid #ccc;
    padding: 0;
    margin: 0 0 20px 0;
}

#sidebar .infobox1 {
    margin: 0 0 10px 0;
}

#content .content_box_inner .infobox1 h1,
#content .content_box_inner .infobox1 h2,
#content .content_box_inner .infobox1 h3,
#content .content_box_inner .infobox1 h4,
#sidebar .infobox1 h1,
#sidebar .infobox1 h2,
#sidebar .infobox1 h3,
#sidebar .infobox1 h4 {
    padding: 5px;
    margin: 0;
}

#sidebar .infobox1 h1,
#sidebar .infobox1 h2,
#sidebar .infobox1 h3,
#sidebar .infobox1 h4 {
    font-size: 1.2em;
    border: 0;
    background-image: none;
}

#content .content_box_inner .infobox1 p,
#content .content_box_inner .infobox1 table,
#sidebar .infobox1 p {
    padding: 5px;
    margin: 0;
}

#content .content_box_inner .infobox1 ul,
#sidebar .infobox1 ul {
    margin: 10px 25px;
}

#content table.product td.tdHeader {
    background: #cccccc;

    line-height: 1.4em;
    padding-top: 5px;
    padding-bottom: 12px;
}

#content table.product td.tdHeader a {
    font-size: 1.4em;
    font-weight: normal;
}

table.spaced_table th {
    padding-right: 20px;
}

table.spaced_table td {
    padding-bottom: 10px;
}

table.spaced_table input {
    vertical-align: top;
}

/********************************************************************/

.stuff_view_box {
    border: 1px solid #ccc;
    padding: 0;
    margin-bottom: 20px;
    overflow-x: auto;
}

.stuff_view_box_header {
    padding: 5px;
    background-color: #efefef;
    *float: left;
}

.stuff_view_box_title {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    white-space: nowrap;
    *float: left;
}

.stuff_view_box_actions {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    white-space: nowrap;
    text-align: right;
    *float: right;
}

.stuff_view_box_view_dropdown,
.stuff_view_box_action_dropdown {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    white-space: nowrap;
    text-align: right;
}

.stuff_view_box_view_dropdown {
    *float: left;
}

.stuff_view_box_action_dropdown {
    *float: right;
}

.stuff_view_box_inner {
    padding: 20px 10px 10px 10px;
    overflow: hidden;
    *float: left;
    *overflow: hidden;
    *width: 90%;
    *padding: 20px 10px 10px 10px;
}

.stuff_view_box_list {
    margin-bottom: 20px;
    *float: left;
}

.stuff_view_box_rss {
    *clear: both;
}

.stuff_view_box_item_list {
    margin: 10px;
    padding: 0 0 10px 0;
    overflow-x: scroll;
    *float: left;
}

.stuff_view_box_item,
.stuff_view_box_item_selected {
    display: table-cell;
    text-align: center;
    padding: 10px;
    *float: left;
}

.stuff_view_box_picture {
    display: inline-table;
    vertical-align: top;
    width: 150px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    *float: left;
    *height: 270px;
}

.stuff_view_box_picture_image img {
    *max-height: 100px;
}

.stuff_view_box_picture_title,
.stuff_view_box_picture_usi,
.stuff_view_box_picture_copyright {
    *max-height: 50px;
}

.stuff_view_box_item_selected {
    background-color: #efefef;
    padding: 9px;
    border: 1px solid #ccc;
}

.stuff_view_box_standard_div {
    padding: 10px;
    *clear: both;
}

.stuff_view_box_reorder_item {
    width: 150px;
    text-align: center;
    padding: 10px;
    *height: 300px;
    *float: left;
}

.stuff_view_box_reorder_item_title {
    padding: 0 0 5px 0;
    *max-height: 100px;
    *float: left;
}

.stuff_view_box_reorder_item_image {
    *max-height: 120px;
    *float: left;
}

.stuff_view_box_reorder_item_image img {
    width: 120px;
    height: 120px;
    display: inline;
    *float: left;
}

.stuff_view_box_reorder_item_edit {
    padding: 5px 0 0 0;
    *max-height: 50px;
    *float: left;
}

/********************************************************************/

.narrownowrapcell input[type="checkbox"] {
    padding-right: 0;
    margin-right: 0;
}

.div_table {
    display: table;
}

.div_table div {
    display: table-row;
    padding-bottom: 10px;
}

.div_table div div {
    display: table-cell;
    padding-right: 10px;
}

.stuff-inline-text-box,
.stuff-inline-text-box-selected {
    display: inline-block;
    min-width: 350px;
    padding: 10px;
    border: 1px solid #efefef;
    border-top: 1px solid #efefef;
    text-align: left;
    margin-right: 6px;
    margin-bottom: 10px;
    *float: left;
    *width: 350px;
}

.stuff-inline-text-box span,
.stuff-inline-text-box-selected span {
    *float: left;
}

.stuff-inline-text-box input,
.stuff-inline-text-box-selected input {
    vertical-align: top;
    float: right;
}

.stuff-inline-text-box-selected {
    background-color: #f7f7f7;
}

.stuff-inline-image-box,
.stuff-inline-image-box-selected {
    width: 140px;
    height: 210px;
    border: 1px solid #efefef;
    text-align: center;
    padding: 10px;
}

.stuff-inline-image-box-selected {
    background-color: #f7f7f7;
}

.stuff-inline-image-box-title {
    height: 50px;
}

.stuff-inline-image-box-image {
    height: 120px;
}

.stuff-inline-image-box-checkbox {
    height: 530px;
}

.sideBarLoginError {
    color: #AC063E;
    width: 100%;
    clear: both;
    display: block;
    text-align: center;
    padding-top: 2px;
    font-weight: bold;
}

.col1 {
    width: 8.333333%;
    float: left;
}
.col2 {
    width: 16.666666%;
    float: left;
}

.col3 {
    width: 25%;
    float: left;
}

.col6 {
    width: 50%;
    float: left;
}

.col12 {
    width: 100%;
    float: left;
    clear: both;
}
.sidebarLoginLink{
    font-size: 0.8em;
    float: left;
}
.albumTagsList{
    margin-bottom: 20px;
}

/******* MODAL *********/

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-image: url('../images/modal_bg.png');
}

.modal--visible {
  display: block;
}

.modal--hidden {
  display: none;
}

.modal__align {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50%;
}

.modal__align__middle {
  text-align: center;
  vertical-align: middle;
}

.modal__message {
  width: 50%;
  margin: 0 auto;
  background: #fff;
  text-align: left;
  font-size: 16px;
  padding: 40px;
  position: relative;
}

.modal__message__close {
  color: #ccc;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.modal__message__close:hover {
  color: #000;
}

.btnSliderOption{
    background: #EFEFEF;
    padding: 5px;
    color: #393939;
    border-radius: 2px;
    float: left;
    display: block;
    width: 50px;
    text-align: center;
    font-size: 0.7rem;
    border: solid 1px #E4E4E4;
    padding: 2px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.btnSliderSave{
    border: none;
    background: #AD073E;
    color: white;
    border-radius: 2px;
    width: 111px;
    padding: 9px;
    cursor: pointer;
}



.btnSliderOption:hover{
    color: #FEFEFE;
    background: #AC063E;
}

.btnSliderOptionMain {
    width:92px;
    margin-right: 13px;
    padding:5px;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: fixed;
    top: 27%;
    left: 40%;
    width: 21%;
    height: 27%;
    padding: 0px;
    background-color: white;
    z-index: 1002;
    padding-bottom: 0px;
    overflow: auto;
    background-color: white;
    border-radius: 4px;
    padding: 27px;
    height: 152px;
    max-width: 300px;
}

#sideAlbumList{
    font-size: 0.9em;
    overflow-y:scroll !important;
}

.sidebarAlbumName
{
    width: 96px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float:right;
}

.sidebarAlbumName a {
    float:left;
}
.sidebar-blog--scranalogue {
	width: auto; 
	max-height: 20px; 
	text-align: center; 
	border: 2px solid #D7C482;
	border-radius: 5px;
	background-color: #A61F29;
	cursor: pointer;
	color: white;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size: .9em;
}
.sidebar-blog--scranalogue  a {
	text-decoration: none;
	color: white;
}
.sidebar-blog--scranalogue a:hover,
.sidebar-blog--scranalogue a:active {
	color: #D7C482 !important;		
}
.sidebar-blog--twitter {	
	width: 48%;	
	float: left;
	padding-top: 2px;
	padding-left: 3px;
}
.sidebar-blog--facebook {
	width: 48%;
	height: 22px;
	background-color: white;
	float: left;
	font-size:.8em;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;	
}
.sidebar-blog--facebook a {
	color: #3B5998 !important;
}

#header_outer > div.shadow {		
	max-height: 1px;	
}

#logo-partof-hes {	
	margin-left: 10px;	
}

#logo-partof-hes--image {
	max-height: 32px; 
	max-width: 150px; 
	padding-top: 13px;
}

.ui-widget {
	font-family: Arial, Helvetica, Times New Roman !important; 
}

/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
.privacy-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8f8f8;  /*#fff;*/
    z-index: 9999;
   /* padding: 14px 0 34px;*/
    padding: 1.5rem 0 2rem;
    -webkit-box-shadow: 0 1px 3px 1px #ccc;
    box-shadow: 0 1px 3px 1px #ccc;
}

.privacy-banner__link{
	text-decoration: underline;
	color: #a61f29!important;
	position: relative;
}

.privacy-banner__title {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.privacy-banner__title, .privacy-banner__form-title {
    font-size: 20.8px;
    font-size: 1.3rem;
    line-height: 25.6px;
    line-height: 1.6rem;
}

.primary-font--bold, .privacy-banner__title, .privacy-banner__form-title {
    font-family: "gill-sans-nova", sans-serif;
    font-weight: 700;
}

.privacy-banner__label-text {
    /*display: block;*/
    font-weight: 550;
}

.privacy-banner__label-description {
	display: block;
   /* font-size: 12.8px;*/
    font-size: 12px;
	margin-left: 16px;
	font-weight: 300;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.row {
    display: block;
    width: 102.5%;
    margin-left: -1.25% !important;
    margin-right: -1.25% !important;
}
.wrapper {
    margin: 0 auto;
    width: 94%;
}

.privacy-content {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 1400px;
}

.btn--primary {
    border: 2px solid #a61f29;
    background-color: #a61f29;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    padding: 10px 22px;
    border-radius: 4px;
}

button, input[type="button"], input[type="reset"], input[type="file"], input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

.privacy-banner__fieldset {
    margin-bottom: 1.5rem;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

{
    max-height: 1000000px;
}

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    /*border-style: groove;*/
    border-color: threedface;
    border-image: initial;
	font-size: 12px;
}

legend {
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
	margin-bottom: 0px;
}


