.drawer-tc{
    clear: both;
    width: 940px;
    background: transparent url('library/clientlibs/img/back-main-drawer.png') 450px top no-repeat;
    margin: 0 0 30px 0;
}

.drawer-tc .table{
    display: table;
    width: 100%
}

.drawer-tc .table .row{
    display: table-row;
}

.drawer-tc .table .row .left-cell{
   display: table-cell;
   vertical-align: top;
}

.drawer-tc .table .row .right-cell{
   display: table-cell;
   vertical-align: middle;
}


.drawer-tc .desire {
	float: right;
	width: 450px;
}

.drawer-tc .desire .list {
    padding: 20px 100px 0 0;
}

.drawer-tc .desire p {
    font-size: 32px;
    font-weight: 300;
    color: #bf1238;
    font-style: italic;
}

.drawer-tc .desire .list li {
    display: block;
    padding: 0 0 10px 0;
    width: 100%;
    float: left;
}

.drawer-tc .desire .list li a {
    background: transparent url('library/clientlibs/img/back-label-desire.png') top left no-repeat;
    width: 230px;
    height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    cursor:pointer;
}

.drawer-tc .desire .list li a.nth-child1 {
	float: right;
	margin: 0 20px 0 0;
}

.drawer-tc .desire .list li a.nth-child2 {
	float: left;
}

.drawer-tc .desire .list li a.nth-child3 {
	margin: auto;
}

.drawer-tc .desire .list li a.nth-child4 {
	float: left;
	margin: 0 0 0 20px;
}

.drawer-tc .desire .list li a.nth-child5 {
	float: right;
}

.drawer-tc .desire .list li a.nth-child6 {
	margin: auto;
}

.drawer-tc .desire .list li a.nth-child7 {
	float: left;
}

.drawer-tc .desire .list li a.nth-child8 {
	margin: auto;
}

.drawer-tc .desire .list li a.nth-child9 {
	float: left;
	margin: 0 0 0 20px;
}

.drawer-tc .desire .list li a:hover {
	background-position: 0 -30px;
}

.drawer-tc .desire .list li a.selected{
	background-position: 0 -30px !important;
}

.logo-tc {
    width: 100px;
	/*margin-bottom: 50px;*/

 }

.search-tc{
 	width: 406px;
    height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
    border-color: #BF1636;
	border-style: solid;
    border-width: 1px;
    float:left;
}

.button-tc-search{
	background-color: #bf1238;
	padding: 9px 20px;
    border-radius: 0px 0px 10px 0px;
    float: left;
	background: #bf1238 url('../../../content/dam/bpb/glossario/lente-small.png') no-repeat center;
	background-size: 23px;
	padding-bottom: 25px;
    cursor:pointer;

}

.letter-tc{
	padding-right: 5px;
    font-size:small;
    cursor:pointer;
}

.letter-tc.selected{
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}

.result-line{
    margin-top: 20px;
    border-top-width: 1px;
    border-style: solid;
    border-color: #BF1238;
}

.result-line .title{
    text-align:center;
}

.result-line .title p{
    padding-top: 20px;
	font-size: 22px;
	color: #BF1238;
	font-weight: 600;
}


.result-line .table{
     display: table;
     margin-bottom:40px;
}

.result-line .table .row{
     display: table-row;
}

.result-line .table .row .cell-left{
    display: table-cell;
    padding-left: 20px;
    padding-top: 30px;
    width:40%;
}

.result-line .table .row .cell-left p{
	color: #BF1238; font-weight: bold;
}

.result-line .table .row .cell-right{
	display: table-cell;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}

.result-line .table .row .cell-right p{
	text-align: justify;
	font-size: 14px;
}

.result-line .table .row .cell-right ul{
	list-style: outside;
}

.result-line .table .row .cell-right ul li{
	margin-left: 15px;
}

.hilight {
   background-color: #D8D8D8;
}

.des-tc{
    font-size:14px;
	text-align:justify;
	padding-right: 65px;
	padding-top: 15px;
	border-bottom-width: 20px;
	padding-bottom: 50px;
}
