﻿.themes-list .inet-thumb {
	height: 350px;
	overflow: hidden;
	margin: 0px;
	border-bottom-left-radius: 0px;
	-o-border-bottom-left-radius: 0px;
	-ms-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-o-border-bottom-right-radius: 0px;
	-ms-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom: none;
}
.themes-list .tab-content ul.list-item > li {
	margin-bottom: 30px;
}
.themes-list .tab-content ul > li.selected figure,
.themes-list .tab-content ul > li:hover figure {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
}
.themes-list .tab-content ul > li:hover figure > .inet-thumb {
	border-color: #1976d2;
}
.themes-list .tab-content ul > li:hover figure > figcaption {
	border-color: #e2e2e2 #1976d2 #1976d2;
}

.themes-list .tab-content ul > li figure > figcaption {
	padding: 8px 10px;
	border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #e2e2e2;
}
.themes-list .tab-content ul > li figure > figcaption .title {
	margin: 6px 0px;
}
.themes-list .inet-navbar-themes {
	border-width: 0px 0px 1px;
	border-color: #e2e2e2;
	line-height: 0;
	min-height: inherit;
}
.themes-list .inet-navbar-themes > .nav-tabs {
	display: inline-flex;
}
.themes-list .inet-navbar-themes > .nav-tabs > li > a {
	padding: 8px 25px;
	color: #727272;
	border: none;
	background: none;
	margin: 0px;
	position: relative;
}
.themes-list .nav > li > a:hover,
.themes-list .nav > li > a:focus {
	border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #1976d2;
}
.themes-list .nav-tabs > li.active > a, 
.themes-list .nav-tabs > li.active > a:focus, 
.themes-list .nav-tabs > li.active > a:hover {
	color: #1976d2;
	border: none;
}
.themes-list .inet-navbar-themes > .nav-tabs > li > a:after {
	content: "";
	border-bottom: 2px solid #1976d2;
	height: 1px;
	width: 0px;
	position: absolute;
	left: 0px;
	bottom: -2px;
}
.themes-list .inet-navbar-themes > .nav-tabs > li.active > a:after,
.themes-list .inet-navbar-themes > .nav-tabs > li > a:focus:after,
.themes-list .inet-navbar-themes > .nav-tabs > li > a:hover:after {
	width: 100%;
}












