/* = Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -21px;
	left: -42px;
	z-index: 1;
}

.hoverbox img
{
	background: #DDC79F;
	border-style: none;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 84px;
	height: 67px;
}

.hoverbox li
{
	border-color: #975242;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 4px;
	padding: 0px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #480000;
	background-color:#330000;
	width: 168px;
	height: 134px;
}

/* = Hoverbox Code for styles
----------------------------------------------------------------------*/

.hoverbox_estilo
{
	cursor: default;
	list-style: none;
}

.hoverbox_estilo a
{
	cursor: default;
}

.hoverbox_estilo a .preview
{
	display: none;
}

.hoverbox_estilo a:hover .preview
{
	display: block;
	position: absolute;
	top: -16px;
	left: -27px;
	z-index: 1;
}

.hoverbox_estilo img
{
	background: #DDC79F;
	border-style: none;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 84px;
	height: 78px;
}

.hoverbox_estilo li
{
	border-color: #975242;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 4px;
	padding: 0px;
	position: relative;
}

.hoverbox_estilo .preview
{
	border-color: #480000;
	width: 130px;
	height: 120px;
}

/* = Hoverbox performance
----------------------------------------------------------------------*/

.hoverbox_tip
{
	cursor: default;
	list-style: none;
	position:relative;
	left:0px;
	margin-top:8px;
}

.hoverbox_tip a
{
	cursor: default;
}

.hoverbox_tip a .preview
{
	display: none;
}

.hoverbox_tip a:hover .preview
{
	display: block;
	position: absolute;
	bottom: 110%;
	left: 32%;
	z-index: 480;
}

.hoverbox_tip span
{
	background: none;
	border-style: none;
	color: inherit;
	padding: 0px;
	vertical-align: top;
}

.hoverbox_tip li
{
	border-color: #975242;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display:block;
	float:none;
	left: -20px;
	margin: 0px;
	padding: 0px;
	position:inherit;
}

.hoverbox_tip .preview
{
	border-color: #975242;
	border-style: solid;
	border-width: 1px;
	background-color:#330000;
	margin:1px;
	text-align:left;
	width:148px;
	padding: 2px 2px 2px 4px;
}