/********************* Skins list *************************/

.skin-container {
	cursor:pointer;
    float:left;
	position:relative;
	background:url(http://images.videolan.org/images/skinlist/panel-skin.gif) no-repeat top;
	width:200px;
	height:200px;
	text-align:center;
	margin:10px;
}

.skin-container img {
	max-width:200px;
	max-height: 159px;
}

.skin-container-title{
	background:url(http://images.videolan.org/images/skinlist/panel-skin-dark.gif) no-repeat top;
	text-align:center;
	width:200px;
	height:20px;
	overflow:hidden;
}

.skin-container-rating {
	background:url(http://images.videolan.org/images/skinlist/panel-skin-dark.gif) no-repeat bottom;
	text-align:center;
	width:200px;
	height:21px;
	overflow:hidden;	
	position:absolute;
	left:0px;
	bottom:0px;
}

.skin {
	/*display: inline-block;*/
	display: inline;
	float:left;
	text-align: center;
	width:190px;
	height:190px;
	padding: 10px;
	background-color: #888;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
	margin:5px;
}
.skin:hover {
	background-color: #AAA;
}
.skin-title-list {
	background: #000;
	padding:2px;
	color: #FFF;
}


#skinbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#skinboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#skinboxCaption{ 
	float: left; 
	text-align:left;
}
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#skinbox img{ border: none; clear: both; max-width: 900px;} 
#overlay img{ border: none; }

#overlay{ background-image: url(http://images.videolan.org/images/skinlist/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.videolan.org/images/skinlist/overlay.png", sizingMethod="scale");
}

.skin-title {
	font-weight: bold;
	font-size: 10pt;
}
.skin-date {
	font-style: italic;
	color: #666;
}
.skin-dl {
	background: transparent url(http://images.videolan.org/images/12-em-down.png) no-repeat scroll left center;
	padding-left: 16px;
}
.skin-dls {
	font-style: italic;
	color: #666;
}
