﻿#listavip { list-style: none; }
#listavip li { float: left; margin: 0 8px 8px 0; }
#listavip a {
	display: block;
	width: 145px;
	height: 120px;
	padding: 1px;
	background-color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#listavip a:hover {
	background-color: #3080b1;
	color: #ffffff;
	text-decoration: none;
}
#listavip img {
	border: 0;
	width: 145px;
	height: 96px;
}
.box_lista {
	float: left;
	width: 370px;
	height: 320px;
	padding: 5px;
}
#detail_image {
	display: table-cell;
	float: left;
	width: 145px;
	margin: 0 10px 0 0;	
}
#detail_text { display: table-cell; }
.panel_divider {
	margin: 8px 0 8px 0;
	border-top: 1px solid #3080b1;
}
.panel_divider_bottom {
	margin: 8px 0 8px 0;
	border-bottom: 1px solid #3080b1;
}
