/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#textarea .searchbox {
	padding: 4px 0 4px 7px;
	margin-bottom: 6px;
}
#textarea .searchbox label {
	width: 15px;
	margin-right: 8px;
	background-image: url(../images/icn_search.png);
	background-repeat: no-repeat;
}
#textarea .searchbox input {
	width: 200px;
	border: #838E92 1px solid;
	font-size: 0.9em;
	color: #47545D;
	padding: 4px 6px 4px 6px;
}

#textarea .listblock .letters a {
	text-align: center;
	padding: 4px 6px 4px 6px;
	border-left: 4px solid white;
	color: #838E92;
	font-weight:bold;
}
	#textarea .listblock .letters a:hover {
		background-color: #D63231;
		color: white;
	}

/* List */
#textarea .listblock h3 {
	margin: 12px 0 12px 0;
}
#textarea .listblock h3 .top {
	float: right;
	font-size: 0.8em;
	text-transform: none;
	margin-top: -5px;
}
#textarea .listblock .moreinfo {
	padding: 4px 0 8px 0;
}
#textarea .listblock .list.item {
	padding: 8px;
	float: left;
	height: 74px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 12px;
	width: 285px;
	background-color: #efefef;
}
#textarea .listblock .list .repro {
	display: block;
	font-weight: bold;
	color: #D63231;
}
#textarea .listblock .list .repro a {
	display: block;
}

#textarea .listblock .list .name {
	font-weight: bold;
}
#textarea .listblock .list .time {
	float: right;
	background-color: #25C0D6;
	color: white;
	padding: 1px 4px 1px 4px;
	font-size: 0.9em;
}
#textarea .listblock .moreinfo {
	padding: 4px 0 0 0;
}
#textarea .listblock .moreinfo .scenario {
	padding-right: 0;
}
#textarea .listblock .moreinfo .section {
	padding-left: 8px;
	font-size: 0.9em;
	background: url(../images/icn_more.gif) no-repeat 2px 50%;
}

/* Tipsy */

.tipsy .thumb {
	display: block;
	position: relative;
	width: 100px;
	height: 65px;
	background: white url(../images/icn_loading.gif) no-repeat center;
	overflow: hidden;
}
