/* TODOS OS ELEMENTOS */
.detail
{
	/*float: left;*/ /*margin-top: 7px;*/ /*height: 158px;*/ /*width: auto; /*border: 1px solid #BFC7E4;*/ /*border: 1px solid green;*/
}
.detail .left-image
{
	float: left;
	border: 0px solid red;
	width: 135px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.detail-book
{
	float: right; /*width: auto;*/
	border: 0px solid blue;
	width: 77%;
}
.detail .infos
{
	float: right;
}

/* LABELS */
/* HEADERS */
.session h2.full
{
	width: 100%;
	margin-bottom: 10px;
}
.detail h3, .detail h4, .detail h4 a
{
	font-size: 13px;
	padding-left: 6px;
	text-transform: uppercase;
}
.detail h3
{
	color: #000;
	height: 15%;
}
.detail h4
{
	color: #C6C8D2;
	clear: both;
	padding-top: 2px;
}
.detail h4 a
{
	clear: both;
	color: #C6C8D2;
	font-size: 10px;
}

/* AJUSTE DE IMAGEM*/
.detail img
{
	margin: 0px;
}
.detail .title
{
	background: transparent;
	border-bottom: 1px dotted #BFC7E4;
	color: #E86302;
	padding: 0px;
	margin-top: 8px;
}

/* LABEL COM SUBLINHADO TACHADO*/
.lblLineThrough
{
	color: #C6C8D2;
	font-size: 10px;
	text-decoration: line-through;
	padding-top: 5px;
}
/*LABEL EM VERMELHO PARA DESTAQUE */
.lblRed
{
	font-size: 71%;
	font-weight: bold;
	padding-bottom: 2px;
	color: #D00;
}

.deltail .espec
{
	border-bottom: 1px dotted #000;
	margin-top: 15px;
}

