/* EIGENE STYLES */

  
body{
	background: #ffffff url("../gfx/body_bg.png");
	font-family: Arial,Helvetica,sans-serif;
	text-align:center;
}

#page {
	background: url('../gfx/schatten_bg.png') repeat-y;
	margin: auto;
    min-height:100%;
	overflow: hidden !important;
	padding: auto;
	position: relative;
	text-align:left;
	width: 980px;
}

body, select, input, textarea { color:#32414b; }


a, a:active, a:visited { 
	color:#825d2d; 
	font-weight:bold;
	outline: none; 
	text-decoration: none;
}
a:hover { 
	color:#a51e37;
	font-weight:bold; 
	outline: none; 
	text-decoration: underline;
}


h1 {
    color: #32414B;
    font-size: 170%;

	font-weight: 400;
    padding-bottom: 10px;
    text-align: left;
}

h2 {
    font-size: 120%;
}

h3 {

    font-size: 112%;
}

h4 {
    font-size: 106%;
}


/* kein volltext */
.keinvolltext {
	color: #a51e37;
	font-size: 103.1%;
}

/* Lizenz im Adminbereich in neuem Fenster oeffnen*/
.fade a{
	target-new: tab;
}

/* Style für utue_autor in item-view.xsl*/
.utue_autor td{
	padding:0 15px 0 0;
	line-height:1.4em;
}

.detail-view {
	margin-right:2em;
}


/* Styles fuer statische Seiten wie z.B. Leitlinien und Hilfe*/
.staticPages {
	font-size:105%;
	line-height:130%;
	margin: 0 15px 1.1em 0;
}

.staticPages h1{
	clear: both;
	font-size:170%;
	font-weight: 400;
	margin: 0 0 0.5em 0;
}

.staticPages h2{
	clear: both;
	font-size:120%;
	font-weight:700;
	line-height:135%;
	padding: 0.9em 0 0.4em 0;
}

.staticPages h3{
	clear: both;
	font-size:113%;
	padding: 0.2em 0 0.4em 0;
}

.staticPages h3.ohneClear{
	clear: none;
	font-size:113%;
	padding: 0.2em 0 0.4em 0;
}

.staticPages h4{
	clear: both;
	color: #000000;
	font-size:98%;
	padding: 0;
}

.staticPages p{
	font-size:103.1%;
	line-height: 130%;
	margin-bottom: 1.1em;	
}

.staticPages a:hover {
	color: #a2183b;
}

.staticPages a, .staticPages a:active, .staticPages a:visited {
    color: #825d2d;
    font-weight: bold;
    outline: medium none;
}


#content ul li, #content ol li {
    margin-left: 20px;
}
#content ul li {
    padding-bottom: 1px;
}

.staticPages img {
	/*border: 1px solid #32414B;*/
	border: none;
}

.staticPages ul{
	margin: 0 0 20px 32px;
	font-size:100%;
}

.staticPages  li{
	color: #000000;
	line-height:130%;
    list-style-image: url("../gfx/pfeil_rot.gif");
	padding-bottom: 0.3em;
}

.untermenue{
	color: #32414b;
	font-size:95%;
	line-height:100%;
	padding: 0 0 0.3em 15px;
}

div.ds-option-set ul.untermenue {
    color: #32414b;
    font-weight: normal;
    line-height: 1.3em;
    margin-left: 10px;
    padding-bottom: 0;
    padding-top: 0;
}

.aktiv {
	font-weight: 700;
	padding: 3px 0 6px;
}

.menue_aktiv {
	color: #32414B;
	font-weight: 700;
	padding: 3px 0 6px;
}
.anker a, .anker a:hover{
	color: #32414B;
}

.anker {
	margin-top: 15px;
}

.staticPages table {
	border-collapse: collapse;
	font-size:90%;
    margin: 10px 10px 20px 0;
	text-align: left
}

.staticPages th {
	border-bottom: 2px solid #bbbbbb;
}

.staticPages tr {
	border-bottom: 1px solid #dcdcdc;
}

.staticPages table td + td {
    border-left: 1px solid #dcdcdc;
}


.tab {
	padding: 1px 20px;
}

.tab  a {
	/*color: #32424a;*/
	font-size: 1.15em;
	text-decoration:none;
}

.tab ul {
    list-style: none outside none;
	text-align: center;
}

.tab li {
	/*background-color: #f7f6ef;*/
	background-color: #ffffff;
	border: 1px solid #d6d9dc;
	border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 4px 2px rgba(179,159,107,0); 
    display: inline-table;
	padding: 4px 8px;
	margin: 0 1px 0 0;
}


figure {
  border: 1px solid #cccccc;
  border-radius: 5px;
  float: left;
  margin: 0 15px 15px 0;
  padding: 6px;
  text-align: center;
}
figure img {
  border-radius: 3px 3px 0 0;
}

figure figcaption {
  border-radius: 0 0 3px 3px;
  color: #32414b;
  font-size: 88%;
  font-style: italic;
  padding: 2px 4px 2px 9px;
  text-align: left;
}

figure.rechts{
  border: 1px solid #cccccc;
  border-radius: 5px;
  float: right;
  margin: 0 0 15px 15px;
  padding: 6px;
  text-align: center;
}


figure img:hover {
-webkit-transform: scale(1.6);
-moz-transform: scale(1.6);
-o-transform: scale(1.6);
-ms-transform: scale(1.6);
transform: scale(1.6);
}

.vollbild {
	border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
	clear:both;
	float:none;
	margin:0 275px 1.8em 0
}

.vollbild img:hover {
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.vollbild figcaption {
  border-radius: 0 0 3px 3px;
  color: #32414b;
  font-size: 88%;
  font-style: italic;
  padding: 2px 4px 2px 9px;
  text-align: left;
}

/* Accordion */

.accordion h3 {
	padding: 5px 0 5px 30px;
	font-weight:bold;
	font-size:100%;
}
.accordion h4 {
	font-weight:bold;
	font-size:93%;
}
.accordion h5 {
	color: #5a6b73;
	font-weight:bold;
	font-size:83%;
}


/* Veröffentlichen / Publikation melden Button */

.rot a, .rot a:hover {
	color: #ffffff;
	letter-spacing:0.1em; 	
	text-decoration:none;
	text-transform:uppercase; 
}
.rot:hover {
	background: #b12b4d;
	text-shadow: 0px 4px 4px rgba(230, 230, 230, 0.8);
}


#ds-header-wrapper {
    background-color: #FFFFFF;
	color: none;
    min-width: none;
    border-bottom: 10px solid #A51E37;
    margin: 0 0 0 10px;
    text-align: left;
    width: 960px;
}

#ds-header-logo {
    background: url("/xmlui/static/gfx/logo-uni-tuebingen.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 100px;
    margin: 5px 10px 10px 15px;
    width: 260px;
}

#ds-header-logo-text {
    color: #A51E37;
}


#ds-user-box {
    color: white;
    font-size: 0.9em;
    margin: 40px 10px 0 -8px;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 999;
}

#ds-user-box a, #ds-language-selection a {
	color: #32414B;
	text-decoration: none;
}

#ds-trail-wrapper {
    background: url("/xmlui/static/gfx/menu2.gif") repeat-x scroll left top transparent;
    border-top: 1px solid #9CACBA;
    height: 22px;
    margin: 5px 0 20px 10px;
    padding: 0;
	border-bottom:none;
	min-width:none;
    width: 960px;
}

#ds-language-selection {
	float: right;
	margin-right: 26px;
	line-height: 25px;
	margin-top:40px;
}

#ds-trail {
	line-height: 18px;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 17px;
}

#ds-trail li {
    color: #484848;
    display: inline;
    font-size: 83%;
    font-weight: bold;
    margin-right: 5px;
}

#ds-trail a {
    color: #825D2D;
    font-weight: bold;
    text-decoration: none;
}

#ds-trail a:hover {
	color:#a51e37;
}

#utue_back_button
{
	float:right;
	margin-right:25px;
	font-size: 105%;
	position:relative;
	top:1px;
	display:none;
}

#ds-footer-wrapper {
    margin: 40px 10px 10px 15px;
}

#ds-footer-left {
    margin: 0 0 0 20px;
	float:none;
}

#ds-footer-left a {
    color: #32414B;
    font-weight: normal;
    text-decoration: none;
}
#ds-footer-links a {
    color: #32414B;
    font-weight: normal;
    text-decoration: none;
}

#ds-footer-right {
    float: right;
    margin: 0 10px 0 0;
}

#ds-footer-right a {
    color: #32414B;
    font-weight: normal;
    text-decoration: none;
}

#ds-body {
    float: right;
    margin: 0 0 0 15px;
    padding: 0 15px 0 0;
    width: 675px;
}

#ds-options-wrapper {
    float: left;
    padding-top: 0;
    width: 220px;
}

#ds-options {
	font-size:1.1em;
}

h1.ds-option-set-head {
	background-color:transparent;
	border: none;
    color:#32424a;
	font-size: 120%;
    font-weight:bold;
    margin-top: 0px;
    padding: 0px 8px;
    
}

#ds-search-option-head {
    font-weight: bold;
}

div.ds-option-set {
    border: none;
    background-color: #ffffff;
	margin: 0 0 15px 0;
}

div.ds-option-set ul {
    color: #B4A069;
	font-size: 98%;
    font-weight: bold;
    list-style: none outside none;
    margin-left: 8px;
    padding: 0px;
}

div.ds-option-set .ds-sublist-head {
    color: #32424a;
    font-size: 100%;
    font-weight: bold;
	padding: 5px 0 0 2px;
}

div.ds-option-set ul.sublist {
    color: #000000;
    font-weight: normal;
	line-height: 1.3em;
    padding-bottom: 0;
    padding-top: 0;
	margin-left: 20px;
}

#ds-search-option {
    background-color: #ffffff;
    color: #000000;
    font-size: 97%;
    font-weight: normal;
	margin: 0 0 15px 0;
    padding: 5px;
}

#ds-search-form {
    margin: 0 0 10px 5px;
}

#ds-search-form input.ds-text-field {
    width: 169px;
	margin: 2px 0 0 0;
}

p {
	color: #000000;
	font-size:100%;
	line-height:125%;
    margin-bottom: 1.1em;
}

ol {
    list-style: none outside none;
}

th, td {
    padding: 5px;
    vertical-align: top;
}

.ds-button-field,
#aspect_eperson_StartRegistration_list_registration-progress li {
    background-color: #B4A069;
    border: 1px solid #8F7E4F;
}

ul.ds-progress-list li.disabled input.ds-button-field
#aspect_eperson_StartRegistration_list_registration-progress li.disabled {
    border: 1px solid #f0e9d8;
}

ul.ds-progress-list li.arrow {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}

.submission h2,
.ds-form-list legend{
    font-size: 140%;
}

li.ds-form-item .ds-form-label {
    font-size: 118.1%;
}

#aspect_submission_StepTransformer_field_dc_date_issued_year,
#aspect_submission_StepTransformer_field_dc_date_issued_day,
#aspect_submission_StepTransformer_field_dc_date_created_year,
#aspect_submission_StepTransformer_field_dc_date_created_day,
#aspect_submission_StepTransformer_field_dcterms_dateAccepted_year,
#aspect_submission_StepTransformer_field_dcterms_dateAccepted_day,
#aspect_submission_StepTransformer_field_ubtrd_sendung_textweitere_year,
#aspect_submission_StepTransformer_field_ubtrd_sendung_textweitere_day, 
#aspect_submission_StepTransformer_field_ubtrd_datum_indexdatum_year, 
#aspect_submission_StepTransformer_field_ubtrd_datum_indexdatum_day {
    width: 50px;
}

#aspect_submission_StepTransformer_field_dc_identifier_isbn {
    width: 200px;
}
#aspect_submission_StepTransformer_field_dc_identifier_issn {
    width: 200px;
}
#aspect_submission_StepTransformer_field_dc_identifier_uri {
    width: 350px;
}

span.composite-help,
span.field-help {
    font-size: 100%;
    text-align: left;
}

#aspect_submission_Submissions_div_submissions .ds-static-div,
.submission .ds-form-sublist ol {
    background-color: #F0ECE1;
    margin-bottom: 20px;
}

#aspect_submission_Submissions_div_submissions table,
#aspect_submission_Submissions_div_submissions table tr, #aspect_submission_Submissions_div_submissions table td, #aspect_submission_Submissions_div_submissions table th {
    border: 1px solid #8F7E4F;
}

#aspect_submission_Submissions_div_submissions table tr.ds-table-header-row,
#aspect_submission_Submissions_div_submissions table tr.ds-table-header-row th {
    background-color: #B4A069;
    border: 1px solid #8F7E4F;
}

.administrative.tabbed ul.horizontal {
    border-bottom: 1px solid #8F7E4F;
}

.administrative.tabbed ul.horizontal li {
    border-color: #8F7E4F #8F7E4F -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    float: left;
    margin-bottom: -1px;
    margin-right: 7px;
    padding: 5px;

}

.administrative.tabbed ul.horizontal li.active-tab {
    background-color: #F0ECE1;
}

.pane {
    background-color: #F0ECE1;
}

.pagination,
.pagination-masked {
    background-color: #F0ECE1;
    border: 1px solid #E6E0D4;
	box-shadow: 2px 2px 1px 1px #DED6C4;
}

.ds-artifact-list {
    font-size: 98%;
	padding-left:2px;
}

.file-wrapper,
.ds-artifact-item {
    padding-bottom: 5px;
    padding-top: 10px;
}

.ds-artifact-item.collection,
.ds-artifact-item.community {
    list-style-type: none;
    margin-left: -30px;
}

.collection .artifact-title a {
    font-weight: bold;
}

.artifact-title {
    font-size: 103.7%;
	line-height: 1.5em;
}

.result-query,
.artifact-info {
	color: #000000;
	font-size: 103.1%;
	line-height: 125%;
}

.artifact-abstract {
	color: #000000;
	font-size: 103.1%;
    text-align: left;
}

form.search,
div.discoverySearchBox 
{
    background-color: #F0ECE1;
	border: none;
}

form.search .ds-form-item label,
div.discoverySearchBox .ds-form-item label
{
    font-size: 110%;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields tr.even,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table tr.even,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry tr.even,
#aspect_submission_Submissions_table_unfinished-submissions tr.even,
#aspect_submission_Submissions_table_submissions-inprogress tr.even,
#aspect_submission_Submissions_table_completed-submissions tr.even,
table.detailtable tr.even {
    background-color: #F0ECE1;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields td,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table td,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry td,
#aspect_submission_Submissions_table_unfinished-submissions td,
#aspect_submission_Submissions_table_submissions-inprogress td,
#aspect_submission_Submissions_table_completed-submissions td,
table.detailtable td {
    text-align: left;
}

div.item-summary-view-metadata {
    text-align: left;
}

div.simple-item-view-authors {
    border-top: 1px solid #f0e9d8;
    font-size: 100%;
    font-weight: normal;
	padding-bottom: none;
	margin-bottom: none;
    margin-top: 20px;
    padding-top: 2px;
	border-bottom: none;
    text-align: left;
}

div.simple-item-view-authors span {
    text-align: left;
}

#aspect_artifactbrowser_ItemViewer_div_item-view h2,
div.simple-item-view-description h3 {
    border-bottom: 1px solid #f0e9d8;
}

#aspect_artifactbrowser_CommunityViewer_div_community-home h2,
#aspect_artifactbrowser_CollectionViewer_div_collection-home h2 {
    font-size: 125%;
	font-weight: 600;
	border-bottom:1px solid #f0e9d8;
}

h2.ds-head {
	font-size: 100% !important;
	font-weight: bold !important;
}

.icon-button {
    background-color: #B4A069;
    border: 1px solid #8F7E4F;
}




#aspect_artifactbrowser_CollectionViewer_div_collection-search-browse, 
#aspect_artifactbrowser_CommunityViewer_div_community-search-browse {
    background-color: #F0ECE1;
    border: 1px solid #E6E0D4;
	-webkit-box-shadow: 2px 5px 4px 1px rgba(222, 214, 196, 1);
    box-shadow: 2px 5px 4px 1px #DED6C4;
    height: 128px;
    margin-top: 10px;
    overflow: hidden;
    width: 610px;
}

#aspect_artifactbrowser_CommunityViewer_list_community-browse,
#aspect_artifactbrowser_CollectionViewer_list_collection-browse {
	font-size: 100%;
	line-height: 1.0em;
}
#aspect_artifactbrowser_CommunityViewer_list_community-browse li,
#aspect_artifactbrowser_CollectionViewer_list_collection-browse li{
	border: none;
	line-height: 1.35em;
	list-style-type: none;
	margin: 0 0 0 -30px !important;
	text-decoration: none;
}


#aspect_artifactbrowser_CommunityViewer_list_community-browse a,
#aspect_artifactbrowser_CollectionViewer_list_collection-browse a {
	border: none;
	font-weight: bold;
	color: #825D2D;
	text-decoration: none;
}
#aspect_artifactbrowser_CommunityViewer_list_community-browse a:hover,
#aspect_artifactbrowser_CollectionViewer_list_collection-browse a:hover {
    text-decoration: underline;
	font-weight: bold;
    color: #a2183b;
}
#aspect_artifactbrowser_CollectionViewer_div_collection-browse, 
#aspect_artifactbrowser_CommunityViewer_div_community-browse {
    height: 114px;
    left: 620px;
    padding: 2px;
    position: absolute;
    top: 25px;
    width: 180px;
}


#aspect_artifactbrowser_CollectionSearch_div_collection-search, 
#aspect_artifactbrowser_CommunitySearch_div_community-search {
    height: 98px;
    left: 12px;
    padding: 10px;
    position: relative;
    top: -133px;
    width: 374px;
}
.fade a {
}


table.discovery-filters tr.apply-filter{
    background-color: #F0ECE1;
}

/*
table.discovery-filters tr.apply-filter input{
    width: 67px;
    font-size: 96%;
}*/

table.discovery-filters tr.search-filter.filler
{
    background-color: #F0ECE1;
}


/* UTUE: NEUE CSS ATRRIBUTE */
.ds-options-list a {
	color: #32414b;
	display: block;
	font-weight: normal;
	text-decoration: none;
}

.ds-simple-list a {
	color: #32414b;
	/*display: block;*/
	font-weight: normal;
	text-decoration: none;
	padding: 3px 0 6px 0;
}
.ds-simple-list-help a {
	color: #32414b;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 6px 0;
	text-decoration: none;
}.ds-simple-list-help a:hover {
	text-decoration: none;
    color: #a2183b;
}
 .ds-simple-list-help  li {
	border-bottom: thin dotted #32414b;
 }

.ds-simple-list li{
	border-bottom: thin dotted #32414b;
}


.ds-simple-list-item {
	color: #32414b;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
/*

.ds-simple-list-item a {
	color: #825d2d;
	font-weight: bold;
	padding: 0 0 6px 0;
}
*/


.ds-simple-list a:hover {
    text-decoration: underline;
    color: #a2183b;
}

#ds-search-option-head h1 {
	background-color: #B4A069 !important;
	border-color: #F0E9D8 #F0E9D8 -moz-use-text-color;
}

.rot {
    background: #a2183b;
	background: -moz-linear-gradient(top, #bb1a43 0%, #a2183b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb1a43), color-stop(100%,#a2183b));
	background: -webkit-linear-gradient(top, #bb1a43 0%,#a2183b 100%);
	background: -o-linear-gradient(top, #bb1a43 0%,#a2183b 100%);
	background: -ms-linear-gradient(top, #bb1a43 0%,#a2183b 100%);
	background: linear-gradient(to bottom, #bb1a43 0%,#a2183b 100%);
    border: 1px solid #901735;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    cursor: pointer;
	float: none;
	font-weight:600; 
	font-size:94%; 
	margin: 0 8px 25px 8px;
    outline: medium none;
    padding: 0.4em 0.5em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
}


#topbox {
    float: right;
    font-weight: normal;
    height: 93px;
    padding: 10px 22px 10px 0;
    position: absolute;
	right: 0;
    top: 0;
    width: 230px;
}

#topbox .ds-text-field {
    font-size: 1.2em;
	font-weight: 100;
    height: 28px;
    line-height: 28px;
    padding: 0 33px 0 5px;
    width: 180px;
}

#topbox .ds-button-field {
    background: url("../gfx/suche_icon.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    box-shadow: none;
    height: 28px;
    min-width: 0;
    position: absolute;
    right: 1px;
    text-indent: -9999px;
    top: 12px;
    width: 28px;
}

#topbox .ds-button-field:hover {
    background-position: 0 -27px;
}

#logo {
	float: left;
}



#aspect_viewArtifacts_Navigation_list_account li,
#aspect_viewArtifacts_Navigation_list_context li,
#aspect_statistics_Navigation_list_statistics li{
	/*margin: 0 0 0 21px;*/
	margin: 0;
	line-height: 1.3em;
	padding: 3px 0 6px;
	vertical-align: middle;
}

#aspect_discovery_Navigation_list_discovery {
	background-color: rgb(240, 236, 225); 
	border: 1px solid rgb(180, 160, 105); 
	box-shadow: 2px 2px 3px 2px rgba(150, 150, 150, 0.5); 
	font-size: 100;	
	margin: 5px 0 20px 8px;
	right: 0px;  
	top: 0px; 
	width: 210px; 
	z-index: 900; 
}

#aspect_discovery_Navigation_list_discovery li {
	border: 0;
}
#aspect_discovery_Navigation_list_discovery a {
	padding: 0 0 1px 0;
	font-size:90%;
}

#aspect_discovery_Navigation_list_discovery a:hover {
	text-decoration:none;
}

#aspect_discovery_SimpleSearch_div_discovery-search-box {
    background-color: #F0ECE1;
    border: 1px solid #E6E0D4;
    box-shadow: 2px 2px 1px 1px #DED6C4;
    line-height: 1em;
    padding: 7px;
    vertical-align: middle;
}

.alphabet li {
	border: none;
}
.artifact-title a:hover{
   text-decoration: underline;
}

.next-page-link {
    /*background: url("../../images/pagination-bg.png") no-repeat scroll right -25px transparent;*/
   right: 0;
    text-align: right;

}
.previous-page-link {
	left: 0;
    text-align: left;
}


/* mhicke 05.02.2014 */
#aspect_browseArtifacts_CommunityBrowse_div_community-browse, #aspect_browseArtifacts_CollectionBrowse_div_collection-browse {
	height: 114px;
    left: 620px;
    padding: 2px;
    position: absolute;
    top: 25px;
    width: 180px;
}


#aspect_browseArtifacts_CommunityBrowse_div_community-browse li,
#aspect_browseArtifacts_CollectionBrowse_div_collection-browse li{
	border: none;
	line-height: 1.35em;
	list-style-type: none;
	margin: 0 0 0 -30px !important;
	text-decoration: none;
}


#aspect_artifactbrowser_CollectionViewer_div_collection-search-browse, 
#aspect_artifactbrowser_CollectionViewer_div_collection-search-browse{
    background-color: #F0ECE1;
    border: 1px solid #E6E0D4;
	-webkit-box-shadow: 2px 5px 4px 1px rgba(222, 214, 196, 1);
    box-shadow: 2px 5px 4px 1px #DED6C4;
    height: 128px;
    margin-top: 10px;
    overflow: hidden;
    width: 610px;
}

#aspect_eperson_LoginChooser_list_login-options .ds-simple-list-item{
	border-bottom: none;
}
