/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
.pageBannerSettings{
	max-height: 200px;
	overflow-y: scroll;
}

.storeThemes .theme-item {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	height: 330px;
	margin-bottom: 15px;
}

.storeThemes .theme-item .img-wrapper {
	display: block;
	height: 150px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.storeThemes .theme-item .screenShotImageName {
	height: 150px;
	width: 100%;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.storeThemes .theme-item .theme-name strong {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.storeThemes .theme-item .theme-name strong a {
	color: #000;
	text-decoration: none;
}

.storeThemes .theme-item .no-screenShotImageName {
	position: absolute;
	top: 50%;
	left: 0;
	color: #777;
	text-align: center;
	width: 100%;
	margin-top: -10px;
}

.storeThemes .theme-item .btn {
	margin-bottom: 3px;
}
