body {
	font-family: Helvetica;
	background: #efefef;
	line-height: 20px;
	font-size: 14px;
}

#container {
	width: 960px;
	margin: 20px auto;
}

div#hidden {
	display: none;
}

div#menu, a.anchor {
	margin-bottom: 20px;
	float: left;
	background: #f9f9f9;
	padding: 20px;
}

div#menu ul {
	float: left;
	margin: 20px 0 0 20px;
	padding: 0;
	list-style: none;
}

div#menu ul li {
	float: left;
	margin: 0 20px 0 0;
	padding: 5px 3px;
}

div#menu ul li span.img {
}

.button-books {
	background: url(../images/button-books.png) no-repeat;
}

.button-authors {
	background: url(../images/button-authors.png) no-repeat;
}

.button-editorials {
	background: url(../images/button-editorials.png) no-repeat;
}

.button-categories {
	background: url(../images/button-categories.png) no-repeat;
}

.button-libraries {
	background: url(../images/button-libraries.png) no-repeat;
}

div#menu ul li.text {
}

div#menu a, a.anchor {
	color: #090909;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}

div#menu a:hover {
	color: #A3A3A3;
}

div#menu a.active, a.anchor:hover {
	color: #8DD51D;
}

a.anchor {
	margin: 45px 0;
}


div.editorial,
div.autor,
div.categoria,
div.libreria,
div.libro
{
	float: left;
	width: 920px;
	clear: both;
	margin: 20px 0;
	padding: 20px;
	background: #fefefe;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow: 0 0 10px #a1a1a1;
	min-height:58px;
}

div.editorial:hover,
div.autor:hover,
div.categoria:hover,
div.libreria:hover,
div.libro:hover {
	background: #e3e3e3;
}

div.editorial > div.name,
div.autor > div.name,
div.categoria > div.name,
div.libreria > div.name,
div.libro > div.name
{
	float: left;
	width: 700px;
}

div.editorial > div.actions,
div.autor > div.actions,
div.categoria > div.actions,
div.libreria > div.actions,
div.libro > div.actions
{
	/*
	float: right;
	clear: both;
	margin-top: -55px;
	*/
	position: relative;
	left: 45px;
}

div.libro p {
	margin: 5px 20px;
}

div.libro p.title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #8DD51D;
	margin-top: 20px;
	margin-bottom: 30px;
} 

p.title {
	font-size: 18px;
	font-weight: bold;
	margin-left: 85px;
}

/*
body.js div#list div.actions
{
	display: none;
}
*/

div#list div.actions {
	visibility: hidden;
}

div#list div.editable div.actions {
	visibility: visible;
}

#list div.libro > div.actions, 
#results div.libro > div.actions 
{
	/* margin-top: -135px; */
	top: 40px;
}

div.clear {
	clear: both;
}

#pagination {
	margin: 30px auto;
}

#pagination a, #pagination strong {
	background: #fefefe;
	padding: 4px 7px;
	text-decoration: none;
	border: 1px solid #cac9c9;
	color: #292929;
	font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#pagination strong, #pagination a:hover {
	font-weight: normal;
	background: #cac9c9;
}

div#list > div#add, div#list > div#search {
	display: none;
}

div#menu-icons {
	padding: 20px;
	margin-bottom:20px;
	float: left;
	width: 920px;
}

.button-add,
.button-edit,
.button-remove,
.button-save,
.button-search,
.button-login, 
.button-logout,
.button-home,
.button-view,
.button
 {
	float: left;
	height: 64px;
	width: 64px;
	text-indent: -9999px;
	border: 0;
}

.button-home {
	background: url(../images/button-home.png) no-repeat;
}

.button-add {
	background: url(../images/button-add.png) no-repeat;
	margin-right: 25px;
}

.button-search {
	background: url(../images/button-search.png) no-repeat;
	/*float: right;*/
	margin-right: 25px;
}

.button-edit {
	background: url(../images/button-edit.png) no-repeat;
}

.button-remove {
	margin: 0 0 0 20px;
	background: url(../images/button-remove.png) no-repeat;
}

.button-save {
	background: url(../images/button-save.png) no-repeat;
	margin-right: 10px;
}

.button-login {
	background: url(../images/button-lock.png) no-repeat;
	float: right;
}

.button-logout {
	background: url(../images/button-unlock.png) no-repeat;
	float: right;
}

.button-view {
	background: url(../images/button-glasses.png) no-repeat;
	width: 48px;
	height: 48px;
	margin-top: -10px;
}

.round-border {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

label {
	margin-right:1em;
	width: 105px;
	float: left;
	clear: both;
	margin-top: 13px;
	color: #a1a1a1;
	font-weight: bold;
	letter-spacing: 2px; 
}

input[type="text"], input[type="password"], select, textarea {
	-moz-border-radius: 5px;
	border: 1px solid #c9c9c9;
	margin: 0 0 1em;
	padding: 1em;
	width: 300px;
	font-size: 12px;
}

textarea{
	width: 100%;
	font-family: Helvetica;
	font-size: 13px;
}

#login_form {
	display:block;
	width: 100%;
	margin-bottom: 20px;
	background: #f9f9f9;
	padding: 20px;
}

#login_form:hover {
	background: #c3c3c3;
}

#login_form input[type="text"] {
	margin-right: 20px;
}

img.avatar {
	float: right;
	margin-right: 20px;
}

.error {
	color: red;
}

/* Comments */
blockquote.comments {
	position: relative;
	text-indent: 2em;
	margin-top: 30px;
	text-align: justify;
}

.bqstart,
.bqend { 
	font-size: 400%;
	font-style: italic;
	color: #a1a1a1; 
}

/* apply IE specific rules first */
.bqstart {
	text-indent: 0;
	margin: -0.6em 0 -2em 0;
	float: left;
	
}

blockquote.comments > .bqstart {
	/* add extra non-ie rules */
	position: absolute;
	top: 0.2em;
	left: 0;
	/* remove IE specific rules */
	float: none;
	margin: 0;
}

.bqend {
	position: absolute;
	margin-top: -0.6em;
	right: 0;
	text-indent: 0;
}

blockquote.comments > .bqend {
	margin-top: 0.2em;
}

			
