
/* TAB VIEW */

#features-tabs-bookmark {
	font-size: 14px;
	color: #575757;
}

#features-tabs-bookmark button {
	background: none;
	border: 0 none;
	cursor: pointer;
	padding: 1px 2px;
	font-family: Arial, sans-serif;
}

#features-tabs-bookmark .link-to-collection-no-user {
	clear: both;
	padding-top: 10px;
	display: block;
}

#features-tabs-bookmark .collection-actions {
	margin-bottom: 15px;
}

#features-tabs-bookmark .collection-actions .buttons a {
	padding: 1px 3px;
}

#features-tabs-bookmark .current-page-process {
	margin-top: 15px;
}

#features-tabs-bookmark .current-page-process button {
	width: 100%;
}

#features-tabs-bookmark .current-page-process span.icon,
.button-below-table span.icon {
	display: block;
	float: left;
	padding: 1px 3px 0 0;
	width: 20px;
	height: 25px;
}

#features-tabs-bookmark .current-page-process span.text,
.button-below-table span.text {
	display: block;
	float: left;
	height: 25px;
	padding-top: 1px;
	color: #575757;
}

#features-tabs-bookmark .current-page-process span.text a {
	color: #575757;
}

#features-tabs-bookmark select {
	margin-right: 10px;
	padding: 0;
	font-family: Arial, sans-serif;
	display: none;
}

#features-tabs-bookmark input#collection_title {
	margin-right: 10px;
}

#features-tabs-bookmark .collection-edit input[type=text] {
	width: 202px;
}

#features-tabs-bookmark input[type=submit], .collection-overlay button {
	padding: 0 15px 1px 15px;
	width: auto;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #F39200 url("../images/bg_button.png") scroll no-repeat right bottom;
	border: 2px solid #F39200;
	-webkit-box-shadow: 1px 1px 2px 1px #DDD;
	-moz-box-shadow: 1px 1px 2px 1px #ddd;
	box-shadow: 1px 1px 2px 1px #DDD;
	text-decoration: none;
	line-height: 1.45em;
	font-weight: bold;
	font-size: 14px;
	color: white;
}

/* DROPKICK */

#features-tabs-bookmark .dk_container {
	background-repeat: no-repeat;
	width: 221px;
	margin-right: 10px;
}

#features-tabs-bookmark .dk_container a {
	color: #575757;
}

#features-tabs-bookmark .dk_options a {
	margin: 0;
	padding: 5px 10px 5px 10px;
	height: auto;
}

#features-tabs-bookmark .dk_toggle {
	padding-right: 0px;
}

#features-tabs-bookmark .dk_toggle span {
	height: 15px;
	overflow: hidden;
	display: block;
}

/* COLLECTION OVERVIEW */

#collection-overview table {
	margin-bottom: 15px;
}

#collection-overview table a {
	color: #575757;
}

#collection-overview td.collection-actions {
	text-align: right;
	width: 85px;
}

#collection-overview tr.even td {
	border: 0 none;
}

#collection-overview tr.even td {
	background-color: #efefef;
}

#collection-overview tr.odd td {
	background-color: #dedede;
}

#collection-overview .button-below-table {
	margin-right: 15px;
	margin-left: 0px;
	padding: 0;
}

#collection-overview input[type=text] {
	border: 0 none;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	font-style: italic;
	font-size: 13px;
	width: 223px;
	-moz-box-shadow: inset 1px 1px 5px 0px #C3C3C3;
	-khtml-box-shadow: inset 1px 1px 5px 0px #C3C3C3;
	-webkit-box-shadow: inset 1px 1px 5px 0px #C3C3C3;
	box-shadow: inset 1px 1px 5px 0px #C3C3C3;
	color: #666;
	padding: 4px 10px 5px 10px;
	font-family: Arial, sans-serif;
	outline: none;
}


#collection-overview .button-below-table span.text {
	padding-top: 1px;
}


/* COLLECTION RESULTLIST */

#collection-resultlist h2 {
	padding-right: 60px;
}

#collection-resultlist .icons {
	position: absolute;
	right: 35px;
}

#collection-resultlist .button-below-table {
	display: block;
	cursor: pointer;
	margin: 20px 0;
	background: none;
	border: 0 none;
}


#collection-resultlist .button-below-table span.text {
	padding-top: 2px;
}

#collection-resultlist .list-rz .page-down {
	margin-right: 10px;
}


.features-tabs-bookmark {
	display: none;
}


.collection-overlay {
	position: relative;
}

.collection-overlay .added {
 	color: green;
}
.collection-overlay .not-added {
	color: red;
}

.collection-overlay li a {
	padding: 5px !important;
}

.collection-overlay .spinner {
	width: 100%;
	height: 100%;
	z-index: -1;
}
.collection-overlay .spinner.active {
	z-index: 100;
	background: grey;
	background: rgba(0,0,0,.1) url(/typo3conf/ext/eepcollect/res/ajax-loader.gif) center center no-repeat;
	position: absolute;
}

#new_collection_title {
	display: block;
}


