/* @override http://localhost:8888/amios/havemybook/css/common.css */

/* @override http://localhost:8888/amios/havemybook/css/common.css */

* {

	font-family: arial !important;
}
br.clear{
clear:both;
}
body{
background-color: #F3F3F3;
}

h1 {
	color:#E54923;
	font-size:26px;
	font-weight: bold;
}
h2{
	color: #2F353B;
	font-weight: bold;
}
.fl{
float: left;
}
.fr{
float: right;
}
.get-this-book{
	background: url(../images/get-this-book.gif) no-repeat;
	display: block;
	width: 150px;
	height: 42px;
}
p {
	font-size: 12px;
	color: #3a3a3a;
}
a{
	outline-style:none;
	color: #525B7D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline !important;
}
hr {
	background:#DDDDDD none repeat scroll 0 0;
	border:medium none;
	clear:both;
	color:#DDDDDD;
	float:none;
	height:0.1em;
	margin:0 0 1.45em;
	width:100%;
}
hr.space {
	background:#FFFFFF none repeat scroll 0 0;
	color:#FFFFFF;
}

/* @group content */
.content{
	border-left:1px solid #ECECEC;
	border-right:1px solid #ECECEC;
	padding:5px 0 0;
	position: relative;
	z-index: 100;
	background:white url(../images/sidebar_background.jpg) repeat-y 640px 0;
}
.content.no-widget{
	background: white;
}
.content_top{
	background:transparent url(../images/content_top.png) no-repeat scroll 0 0;
	height:10px;
	width:962px;
	margin: 10px auto 0;
}
.content_bottom{
	background:transparent url(../images/content_bottom.png) no-repeat scroll 0 0;
	height:10px;
	margin: 0 auto 10px;
	width:962px;
}
#entice{
	background:#FFFFFF url(../images/breadcrumb_background.jpg) repeat-x scroll 0 0;
	border-left:1px solid #ECECEC;
	border-right:1px solid #ECECEC;
	font-weight:bold;
	padding:2px 5px 3px;
	width:950px;
	font-size:12px;
	margin:0 auto;
	overflow: hidden;
	height: 18px;
}
#entice a:hover {
	color:#696969 !important;
}
#entice a:link, #entice a:visited, #entice span {
	background:transparent url(../images/breadcrumb_separator.png) no-repeat scroll 2px 2px;
	color:#929493;
	padding:0 5px 0 17px;
	text-decoration:none;
	font-size: 12px;
}
#entice a.first, #entice span.first {
	background:none;
	padding:0 5px 0 10px;
}

/* @end */


.grid {
	background: white url(../images/grid.jpg) 0 0;
}
/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { 
	border:medium none;
	color:red;
	display:list-item;
	float:none;
	font-size:11px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:square;
	position:absolute;
	right:0;
	top:-5px;
	width:180px;
}
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324;text-align:center; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* @group top menu */
#top-menu div{
	overflow: visible;
}
#top-menu{
	background: #2F353B url(../images/color-header.png) repeat-x;
	height: 123px;
	width: 100%;
	z-index:1;
	position: relative;
}
#top-menu ul{
	margin-left: 10px;
}
#top-menu ul li{
	float: left;
	margin: 0 5px;
	color: white
}
#top-menu ul li a:hover{
	background: #94A0A7;
	text-decoration: none !important;
}
#top-menu ul li a{
	color:white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif !important;
}
#middle-menu #logo{
	background: url(../images/logo.png) no-repeat 15px 2px;
	display: block;
	height: 90px;
	text-indent: -2000px
}

/* @end */

/* @group widgets */
.widget {
	padding-bottom: 10px;
	padding-top: 5px;
	float: left;
}

.widget h4 {
	color:#2F353B;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	display: block;
	width: 300px;
}
.widget h4 a{
	color: #2f353b;
	text-decoration: none;
}

.widget ul {
	padding-left: 4px;
	width:300px;
}
.bookowner ul{
	width:175px;
}
.widget ul li {
	list-style-type: square;
	list-style-position: inside;
	color: #E54923;
	font-size:12px;
}

.widget ul li a {
	color:#3A3A3A;
	font-size:12px;	
	text-decoration:none;
}
.widget ul.tilde li{
	list-style: none;
}
.widget .profile,.widget .bookowner{
	background:#efeeee url(../images/avatar_bottom.gif) no-repeat bottom center;
	padding: 0 0 10px 0;
}
.widget .profile h4,.widget .bookowner h4{
	margin-bottom: 10px;
	text-indent: 10px;
	background:transparent url(../images/avatar_top.gif) no-repeat scroll 0 0;
}
.widget .bookowner h4{
	border-bottom:none;
	height: 5px;
}

.widget a.profileIMG{
	border:4px solid white;
	margin: 0 5px 5px 0
}

.widget .bookowner li{
	list-style: none;
}
.widget .bookowner li a{
	color: #E54923;
}
.widget .bookowner li#contact a{
	font-size: 20px;
	color: #242832;
	padding: 0 0 0 25px;
	background: url(../images/envelope.gif) no-repeat left center;
}
.widget .bookowner li label{
	font-weight: bold;
	color: #3A3A3A;
}
/* @end */

/* @group tabs */

.tabs {
	margin-top: 5px;
	position: relative;
	height: 50px;
	border-bottom-style: none;
}

.tabs ul {
	position: absolute;
	width: 100%;
}

div.row.tabs-content {

}

.tabs li {
	float: left;
	padding-right: 5px;
	margin-right:5px;
	background: transparent url(../images/tabs.gif) no-repeat left -56px;
}
.tabs.mini li{
	background: transparent url(../images/tabs.gif) no-repeat left -96px;
}
.tabs.mini li a{
	width: 121px;
	text-indent: 0;
	text-align: center;
}
.tabs.mini li.active a{
	text-indent: 17px;
	text-align: left;
}
.tabs li a {
	text-decoration: none;
	padding:3px 0 0;
	height: 30px;
	display: block;
	width: 259px;
	text-indent:17px;
	color: white;
	line-height: 32px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif !important;
}
.tabs li a:hover{

}

.tabs li.active {
	background: transparent url(../images/tabs.gif) no-repeat top;
	height:43px;
}
.tabs li.active a{
	font-size:18px;
	width:307px;
	padding: 0;
}
/* @end */

/* @group itemList */
.color {
	background:#f4f4f4 none repeat scroll 0 0;
}
.listItem{
	border-bottom: 1px solid #f3f3f3;
	font-size: 14px;
}
.listItem h3 a{
	color:#3A3A3A;
	font-size:15px;
	text-decoration:none;
}
.listItem .price{
	color: #66004f;
	font-weight: bold;
	text-align: right;
	padding:18px 15px;
}
/* @end */
/* @group menus */
ul.menu,ul.menu li{
	float: left;
}
ul.menu li a{
	
}
/* @end */
h1.title{
	color: #E54923;
	font-size: 24px;
	letter-spacing:-1px;
	line-height: 1.3em;
	width: 100%;
	font-weight: bold;
}
h1.title span,h1.title span a{
	font-size: 14px;
	color:#B5B5B5;
	text-transform:lowercase;
}
h1.title span a{
	font-size: 16px
}
h1.title span a:hover{
	color: grey;
}
p.subtitle{
	color: #B5B5B5;
	font-size: 14px;
	margin-bottom: 10px
}
p.subtitle a{
	color:#525B6E;
}
/* @group top bars */
.top_grid_8{
	background:url(../images/bar_grid8.png) no-repeat;
	color: white;
	text-indent: 20px;
	padding:6px 0;
}
.top_grid_8 h4{
	font-weight: bold;
}
/* @end */
/* @group botones */
.btn:hover{
	background:transparent url(../images/button_sprite.png) no-repeat scroll 0 -650px;
	cursor:pointer;
}
.btn{
	background:transparent url(../images/button_sprite.png) no-repeat scroll 0 -600px;
	border:0 none;
	color:#FFFFFF;
	font-size:1.25em;
	height:33px;
	padding:2px 5px 4px;
	text-align:center;
	width:87px;
}
.btn.large{
	background: transparent url(../images/button_sprite.png) no-repeat scroll 0 -700px;
	width:165px;
}
.btn.large:hover{
	background: transparent url(../images/button_sprite.png) no-repeat scroll 0 -750px;
}
.btn.orange{
	background: transparent url(../images/button_sprite.png) no-repeat scroll 0 0px;
	width:87px;
}
.btn.orange:hover{
	background: transparent url(../images/button_sprite.png) no-repeat scroll 0 -50px;
}

/* @end */
/* @group avatar */

.avatar li a {
	background-color: #f6c37f;
	float: left;
	border: 3px solid #70421c;
	text-shadow: #000000 0 0 0px;
	outline-style:none;
}

.avatar li a:hover {
	border: 3px solid #000;
}

.avatar li{
	float: left;
	list-style: none;
	margin: 5px;
}
ul.avatar li{
	float: left;
	list-style-type: none;
	margin:1px;
	width:57px;
}
ul.avatar{
	margin-top: 10px;
	float: left;
}
ul.avatar li a{
	opacity: 0.8;
}
ul.avatar li a:hover{
	opacity: 1;
}


/* @end */
#footer h2{
	font-size: 14px;
}
#footer li a{
	font-size: 12px;
}
#footer #tweeter{
	background: url(../images/sitemap_sprite.png) no-repeat left -77px;
	padding: 0 0 0 25px;
}
#footer #facebook{
	background: url(../images/sitemap_sprite.png) no-repeat left -36px;
	padding: 0 0 0 25px;
}
.grid_2 ul li a.unreadmsg{color:red;font-weight:bolder;}