/* jQuery Themes styles */
.themes_list {
	list-style-type: none;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari3/Opera9 */
	.themes_list {
		font-size: 100%;
	}
}
.themes_list {
	float: left;
}
.themes_list li {
	float: right;
	width: 120px;
	height: 120px;
	padding: 10px;
        border-radius: 10px;
	/*border: 1px inset;*/
	overflow: hidden;
}
.themes_list li a {
	white-space: nowrap;
}
.themes_compact {
	/*
border: 1px inset;
*/
}
.themes_compact li {
	width: 25px;
	height: 25px;
	background-color: transparent;
	border: none;
}
li.themes_current {
	background-color: #ffffa0;
}
.themes_list span {
	display: inline-block;
	width: 23px;
	height: 20px;
	vertical-align: top;
}
.themes_list img {
	border: none;
	vertical-align: top;
}
.themes_preview {
	display: none;
	position: absolute;
	z-index: 20;
	padding: 2px;
	/*border: 1px inset;*/
	background: #fff;
	text-align: center;
}
.themes_preview img {
	align: top;
}

.themes_list li:hover{
    background-color: #757575;
    cursor: pointer;
}

.themes_list a:hover{
    text-decoration: none;
    color: black;
}
