/*********************
*	General
*********************/
body {
	margin: 0;
	padding: 0;
	color: #444;
	font: normal 12px Verdana,Arial,Helvetica,sans-serif;
	background: url(/images/header-bg.gif) repeat-x;
}
ul {
	margin: 0;
	padding: 0;
}
li {margin-left: 15px;}
a img {border: 0;}
a {color: #06c; text-decoration: none;}
a:hover {text-decoration: underline;}
#page {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}
.line-through {text-decoration: line-through;}

/*********************
*	Ads
*********************/
#header-ad {
	width: 728px;
	height: 90px;
	float: right;
	padding-top: 15px;
	margin-right: 12px;
}

/*********************
*	Rounds
*********************/
.rounded {position: relative;}
.round {
	position: absolute;
	display: block;
	background-image: url(/images/round-grp.png);
	background-repeat: no-repeat;
	font-size: 2px;
}

.r6 {width: 6px; height: 6px;}
.r6-s {width: 6px; height: 100%;}

.b0-l {top: 0; left: -6px;}
.b0-r {top: 0; right: -6px;}

.b0-tl {top:	0;	left:	0;}
.b0-tr {top:	0;	right:	0;}
.b0-bl {bottom:	0;	left:	0;}
.b0-br {bottom:	0;	right:	0;}

.b1-tl {top:	-1px;	left:	-1px;}
.b1-tr {top:	-1px;	right:	-1px;}
.b1-bl {bottom:	-1px;	left:	-1px;}
.b1-br {bottom:	-1px;	right:	-1px;}

#sidebar .b1-tl {background-position: 0 0;}
#sidebar .b1-tr {background-position: -6px 0;}
#sidebar .b1-bl {background-position: 0 -6px;}
#sidebar .b1-br {background-position: -6px -6px;}

/*********************
*	Header
*********************/
#header {
	height: 100px;
	width: 990px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin-top: 37px;
	margin-left: 10px;
}

#tabs a {
	height: 24px;
	float: left;
	text-align: center;
	line-height: 24px;
	color: #333;
}

#videos-off {
	width: 128px;
	padding-left: 12px;
	background: url(/images/tab-videos-off.png) no-repeat 0 0;
}

#covers-off {
	width: 128px;
	background: url(/images/tab-covers-off.png) no-repeat 0 0;
	color: #333;
}

#books-on {
	width: 138px;
	background: url(/images/tab-books-on.png) no-repeat 0 0;
	color: #39393b;
}

#searcher {
	width: 100%;
	margin: 0 auto;
	margin-top: 27px;
}

#search-form {
	width: 990px;
	height: 64px;
	margin: 0;
	padding-top: 25px;
	background: url(/images/search-bg.png) no-repeat 0 0;
	text-align: center;
}

#search-form #keyword {
	width: 400px;
	height: 22px;
	font-size: 18px;
	color: #333;
}

#search-form #submit {
	font-size: 18px;
	padding: 0 10px;
	color: #333;
}

/*********************
*	Content
*********************/
#content {
	padding-left: 12px;
	padding-right: 12px;
	background: url(/images/content-bg.png) repeat-y;
}
#list-resultados {
	float: right;
}
.resultado {
	border-bottom: 1px dotted #ccc;
	padding: 2px 0 2px 0;
}
.book-img {
	width: 110px;
	height: 110px;
	float: left;
	margin: 3px;
	text-align: center;
}
.book-info {
	width: 598px;
	float: left;
	margin: 3px 0;
}
.book-info a {font-size: 14px;}
#sidebar {
	width: 234px;
	float: left;
	margin: 0 8px 0 8px;
	padding-top: 4px;
	padding-bottom: 6px;
	border: 1px solid #111;
}
#sidebar-title {
	height: 42px;
	width: 228px;
	margin-top: 6px;
	padding-left: 6px;
	background: url(/images/sidebar-title-bg.png) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #c3d6c7;
	line-height: 36px;
}
#sidebar a {
	height: 24px;
	display: block;
	margin: 2px 6px 2px 6px;
	padding-left: 6px;
	line-height: 24px;
}
#sidebar a:hover {
	background: url(/images/option-bg.png) no-repeat 0 -24px;
	color: #333;
	text-decoration: none;
}
#sidebar a.selected {
	background: url(/images/option-bg.png) no-repeat 0 0;
	color: #333;
}

/*********************
*	Footer
*********************/
#footer {
	padding: 0;
	margin: 0;
}