


 
  
@import url("/templates/jm-kids-fashion-store/css/layout.css");

  
@import url("/templates/jm-kids-fashion-store/css/modules.css");

  
@import url("/templates/jm-kids-fashion-store/css/menus.css");

  
@import url("/templates/jm-kids-fashion-store/css/vm.css");

  
@import url("/templates/jm-kids-fashion-store/css/extensions.css");

  
@import url("/templates/jm-kids-fashion-store/css/editor.css");





div.blog h2,
div.item-page h2,
div.blog-featured h2,
div.items-more h3,
div.item-page h2,
div.archive ul#archive-items li h2,
div.contact h2,
div.contact-category h2,
div.newsfeed h2,
div.newsfeed-category h2,
div.weblink-category h2 {
    color: #444;
    margin: 0 0 20px;
    display: block;
    text-transform: uppercase;
}

div.blog h2 a,
div.item-page h2 a,
div.blog-featured h2 a,
div.items-more h3 a,
div.item-page h2 a,
div.archive ul#archive-items li h2 a,
div.contact h2 a,
div.contact-category h2 a,
div.newsfeed h2 a,
div.newsfeed-category h2 a,
div.weblink-category h2 a {
    color: #444;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-decoration: none;
}

div.blog h1,
div.blog-featured h1,
div.item-page h1,
div.archive h1,
div.categories-list h1,
div.category-list h1,
div.search h1,
h1.componentheading,
div.login h1,
div.registration h1 {
    color: #444;
    font-weight: bold;
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
}  
  

	




.content_vote,
.content_rating {
    display: block;
   	font-size: 12px;
	line-height: 1.5em;
	color: #B4B4B4;
	margin-bottom: 5px;
}

.content_rating + br {
	display: none;
} 

.content_vote .button {
    padding: 0 6px;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin: 0 10px;
}

.content_vote input[type="radio"] {
    margin: 2px;
    vertical-align: top;
}

.content_rating img {
	vertical-align: middle;
}



ul.actions {
    text-align: right;
}

ul.actions li {
    display: inline;
    background: none;
    margin: 0 5px;
    padding: 0;
}

.article-info {
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1.5em;
    color: #B4B4B4;
}

dd.category-name a,
dd.parent-category-name a {
    display: inline-block;
}

.article-info .article-info-term {
    display: none;
}

.article-info dd {
    margin: 0;
}


	
.categories-list ul li dl {
	font-weight: bold;
}	

.categories-list ul li dt {
	float: left;
	padding-right: 5px;
}


	
div.items-leading {
    display: inline-block;
    width: 100%;
}

div.items-row {
    display: inline-block;
    width: 100%;
}

.row-separator,
.items-leading .item-separator {
    clear: both;
    display: inline-block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ececec;
    margin: 30px 0;
}

.item-page {
	display: inline-block;
	width: 100%;
}

.item-page .moduletable {
    margin-bottom: 20px;
}

.items-row:last-child .row-separator {
    display: none;
}

.cols-2 .column-1 {
    float: left;
    width: 48%;
}

.cols-2 .column-2 {
    float: right;
    width: 48%;
}

.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
    float: left;
    width: 31%;
}

.cols-3 .column-2 {
    padding: 0 3%;
}

.cols-4 .column-1,
.cols-4 .column-2,
.cols-4 .column-3,
.cols-4 .column-4 {
    float: left;
    width: 23%;
}

.cols-4 .column-2 {
    padding: 0 1% 0 2%;
}

.cols-4 .column-3 {
    padding: 0 2% 0 1%;
}

.items-more {
    padding: 0 0 10px;
}

		

.category-list .cat-children {
	padding-top: 20px;
}

table.category {
    width: 100%;
    margin: 0 0 10px;
    border-collapse: collapse;
    border-spacing: 0;
}

table.category th {
    padding: 16px;
    font-weight: 600;
    color: #fff;
    background: #444;
}

table.category th a {
    color: #fff;
    text-decoration: none;
}

table.category th a:hover {
    text-decoration: underline;
}

table.category td {
    padding: 16px;
}

table.category tbody tr:first-child { 
    border-top: none;
}

table.category tbody tr {
    border-top: 1px solid #ececec;
}



.archive ul#archive-items {
	margin: 0;
}

.archive ul#archive-items li {
    background: none;
    margin: 0 0 30px;
    padding: 0;
}

.archive ul#archive-items li:last-child {
	margin: 0;
}



.registration dl,
.profile dl,
.profile-edit dl,
.remind dl,
.reset dl {
    margin: 0;
}

.registration dt,
.profile dt,
.profile-edit dt,
.remind fieldset dt,
.reset fieldset dt {
    float: left;
    clear: both;
    margin: 0;
    min-width: 250px;
    min-height: 38px;
    line-height: 38px;
}

.registration dd,
.profile dd,
.profile-edit dd,
.remind fieldset dd, 
.reset fieldset dd {
    padding: 2px;
    margin: 0;
    min-height: 38px;
    line-height: 38px;
}

.login-fields {
    padding: 5px 0;
}

.login-fields label#password-lbl,
.login-fields label#username-lbl {
    min-width: 100px;
    display: inline-block;
}

fieldset.userdata {
    padding: 0;
}

.red,
span.star {
	color: red;
}

strong.red {
	font-weight: normal;
}

.calendar table {
    border-collapse: separate;
}



.edit .formelm label,
.edit .formelm-area label {
    display: inline-block;
    min-width: 150px;
}

.edit .formelm img {
    vertical-align: middle;
    margin: 0 5px;
}

.edit .formelm-buttons {
    padding: 10px 0;
}

.edit .button2-left {
	float: left;
	padding: 5px;
}


	
div.search div.phrases-box {
    padding-bottom: 25px;
}

div.search div.phrases-box label,
div.search fieldset.only label {
    margin-right: 10px;
    vertical-align: middle;
}

div.search div.phrases-box input,
div.search fieldset.only input {
    height: auto;
    line-height: inherit;
    padding: 0;
    border: 0;
}



.contact-email label {
    min-width: 100px;
    display: inline-block;
    padding: 0 0 5px;
}

form#contact-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

form#contact-form dt,
form#contact-form dd,
form#contact-form button.button {
    margin: 10px 0 0;
}

.contact-image {
    margin-bottom: 20px;
}
	

	
input, 
select, 
textarea {
    font-size: 13px;
    font-weight: 300;
    padding: 0 10px;
    margin: 2px 0;
    height: 34px;
	line-height: 34px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
   	color: #acacac;
   	background: #fff;
}

#jm-footer-mod input[type="text"],
#jm-footer-mod input[type="password"],
#jm-footer-mod input[type="datetime"],
#jm-footer-mod input[type="datetime-local"],
#jm-footer-mod input[type="date"],
#jm-footer-mod input[type="month"],
#jm-footer-mod input[type="time"],
#jm-footer-mod input[type="week"],
#jm-footer-mod input[type="number"],
#jm-footer-mod input[type="email"],
#jm-footer-mod input[type="url"],
#jm-footer-mod input[type="search"],
#jm-footer-mod input[type="tel"],
#jm-footer-mod input[type="color"], 
#jm-footer-mod select, 
#jm-footer-mod textarea {
	background: #2b2b2b;
	border: 1px solid #434343;
}

#jm-footer-mod .jm-module.box-ms input[type="text"],
#jm-footer-mod .jm-module.box-ms input[type="password"],
#jm-footer-mod .jm-module.box-ms input[type="datetime"],
#jm-footer-mod .jm-module.box-ms input[type="datetime-local"],
#jm-footer-mod .jm-module.box-ms input[type="date"],
#jm-footer-mod .jm-module.box-ms input[type="month"],
#jm-footer-mod .jm-module.box-ms input[type="time"],
#jm-footer-mod .jm-module.box-ms input[type="week"],
#jm-footer-mod .jm-module.box-ms input[type="number"],
#jm-footer-mod .jm-module.box-ms input[type="email"],
#jm-footer-mod .jm-module.box-ms input[type="url"],
#jm-footer-mod .jm-module.box-ms input[type="search"],
#jm-footer-mod .jm-module.box-ms input[type="tel"],
#jm-footer-mod .jm-module.box-ms input[type="color"], 
#jm-footer-mod .jm-module.box-ms select, 
#jm-footer-mod .jm-module.box-ms textarea {
	background: #fff;
    border: 1px solid #e5e5e5;
}

select {
    padding: 8px !important;
    height: 36px !important;
    line-height: inherit;
}

select[multiple="multiple"] {
	height: auto !important;
}

textarea {
    padding: 10px !important;
    height: auto !important;
    line-height: 1.5em !important;
}

input.checkbox,
input.radio,
input[type="checkbox"],
input[type="radio"] {
	background: none;
	padding: 0;
	border: none;
	height: auto;
	line-height: normal;
}

input.checkbox + label,
input.radio + label,
input[type="checkbox"] + label,
input[type="radio"] + label {
	vertical-align: middle;
}

a.button,
input.button, 
button,
input[type="submit"] {
	font-size: 15px;
	color: #fff;
    margin: 0;
    cursor: pointer;
    padding: 0 25px;
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
    border: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

a.button {
	display: inline-block;
	text-decoration: none !important;
}

input.button:hover,
a.button:hover, 
button:hover,
input[type="submit"]:hover {
	background: #444;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="file"]{
    height: auto;
    border: none;
}

input#modlgn-remember,
input#remember{
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
    height: auto;
}

div.login button.button {
    margin: 10px 0 0;
}

#editor-xtd-buttons,
#editor-xtd-buttons .button2-left,
#editor-xtd-buttons + .toggle-editor {
	display: inline-block;
	margin: 5px 5px 0;
}



ul.pagenav {
    margin: 10px 0 0 0;
    clear: both;
}

ul.pagenav li {
    padding: 0;
    background: none;
}

ul.pagenav li.pagenav-next {
    float: right;
}

ul.pagenav li.pagenav-prev {
    float: left;
}

ul.pagenav li a {
	display: inline-block;
	font-size: 15px;
	color: #fff;
    margin: 0;
    cursor: pointer;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

ul.pagenav li a:hover {
	background: #444;
	text-decoration: none;
} 



div.pagination {
    padding: 10px 0 0;
    text-align: center;
    clear: both;
    display: inline-block;
    width: 100%;
}

div.pagination ul {
    margin: 0;
}

div.pagination li {
    display: inline-block;
    padding: 0;
	background-image: none;
	line-height: 31px;
	margin: 0 5px;
}

div.pagination ul li span,
div.pagination ul li a {
    display: block;
    min-width: 31px;
    font-size: 14px;
    font-weight: 300;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

div.pagination ul li span {
    color: #444;	
}

div.pagination ul li .pagenav {
    background: #ff5a5c;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    text-decoration: none;
}

div.pagination ul li span.pagenav,
div.pagination ul li a.pagenav:hover {
    background: #444;
}

div.pagination ul li.pagination-start .pagenav,
div.pagination ul li.pagination-prev .pagenav,
div.pagination ul li.pagination-next .pagenav,
div.pagination ul li.pagination-end .pagenav {
    background: none;
    color: #444;
    min-width: 0;
}	

div.pagination ul li.pagination-start a.pagenav:hover,
div.pagination ul li.pagination-prev a.pagenav:hover,
div.pagination ul li.pagination-next a.pagenav:hover,
div.pagination ul li.pagination-end a.pagenav:hover {
    background: none;
    text-decoration: underline;
}

p.counter {
    text-align: center;
    margin: 0 0 10px;
}


  

    
.category-module ul li > h1,
.categories-module ul li > h1,
.category-module ul li > h2,
.categories-module ul li > h2,
.category-module ul li > h3,
.categories-module ul li > h3,
.category-module ul li > h4,
.categories-module ul li > h4,
.category-module ul li > h5,
.categories-module ul li > h5,
.category-module ul li > h6,
.categories-module ul li > h6 {
    margin: 0;
    font-weight: normal;
    font-size: 1em;
}

.category-module > li > h1,
.categories-module > li > h1,
.category-module > li > h2,
.categories-module > li > h2,
.category-module > li > h3,
.categories-module > li > h3,
.category-module > li > h4,
.categories-module > li > h4,
.category-module > li > h5,
.categories-module > li > h5,
.category-module > li > h6,
.categories-module > li > h6 {
    margin: 0 0 5px;
}

.category-module > li,
.categories-module > li {
	background: none;
	padding: 0;
}

.category-module p.mod-articles-category-readmore {
    padding-bottom: 20px;
}  
  


form#login-form input.button {
    margin: 10px 0;
}	
	
form#login-form div.logout-button input.button {
    margin: 0;
}

#form-login-username label,
#form-login-password label {
    width: 100px;
    display: block;
}

div.login-greeting {
    padding-bottom: 10px;
}



div.mod-languages ul li {
    background: none;
    padding: 0;
}



div.search label[for="mod-search-searchword"] {
    display: none;
}



.newsflash .readmore {
    margin: 10px 0 0;
}

.newsflash .newsflash-title {
   margin: 20px 0 0;
   text-transform: uppercase;
}

.newsflash .newsflash-title a {
	color: #444;
	text-decoration: none;
}

#jm-footer-mod .newsflash .newsflash-title,
#jm-footer-mod .newsflash .newsflash-title a {
	color: #fff;
}

#jm-footer-mod .jm-module.box-ms .newsflash .newsflash-title,
#jm-footer-mod .jm-module.box-ms .newsflash .newsflash-title a {
	color: #444;
}

.newsflash .newsflash-title:first-child {
   margin: 0;
}

.newsflash .newsflash-title,
.newsflash p {
   clear: both;
}

.newsflash img {
    max-width: 68px;
}


	
.tip {
    background: #ebebeb;
    width: 250px;
    border: 1px solid #ebebeb;
    padding: 10px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 9999;
}

.tip:after {
    content: '';
    position: absolute;
    left: 20px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    border-bottom: 10px solid #ebebeb;
}

.tip .tip-title {
    font-weight: bold;
}	


	
.img-intro-none,
.img-fulltext-none {
	text-align: center;
	margin-bottom: 10px;
}

.image-left,
.img-intro-left,
.img-fulltext-left {
	float: left;
	margin-right: 20px;
	max-width: 100%;
	margin-bottom: 10px;
}

.image-right,
.img-intro-right,
.img-fulltext-right {
	float: right;
	margin-left: 20px;
	max-width: 100%;
	margin-bottom: 10px;
}

p.img_caption {
    background: #ececec;
	text-align: center;
	margin: 0;
	padding: 5px;
}

p.readmore,
p.mod-articles-category-readmore {
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: right;
}

p.readmore a,
a.readmore,
.mod-articles-category-readmore a {
    padding: 7px 35px 7px 16px;
    display: inline-block;
    margin: 10px 0 0;
    text-decoration: none !important;
	font-size: 15px;
	line-height: 1.5em;
    position: relative;
    color: #fff;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background
}

p.readmore a:hover,
a.readmore:hover,
.mod-articles-category-readmore a:hover {
	background: #444;
}

p.readmore a::after,
a.readmore::after,
.mod-articles-category-readmore a::after {
    content: '';
    position: absolute;
    right: 13px;
    top: 0;
    width: 9px;
    height: 100%;
    background-image: url("/templates/jm-kids-fashion-store/images/readmore.png");
    background-repeat: no-repeat;
    background-position: right center;
}



hr.system-pagebreak {
    display: block;
    width: 100%;
    height: 1px;
    margin: 15px 0px;
    clear: both;
    height: 1px;
    border: none;
    background: #ddd;
}



div#article-index {
    float: right;
    margin: 0 0 0 10px;
    padding: 15px;
    width: 150px;
    border: 1px solid #ececec;
    border-bottom: none;
}

div#article-index h3 {
    font-size: 1em;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

div.pagenavcounter {
    clear: both;
    float: right;
    margin: 0 0 10px 10px;
    padding: 15px;
    text-align: center;
    width: 150px;
    background: #ececec;
    border: 1px solid #ececec;
}


	
.pane-sliders {
	margin: 30px 0;
}	

.pane-sliders div.pane-slider[style] {
	overflow: hidden !important;
}

.pane-sliders div.panel h3.title {
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    padding: 13px 20px;
}

.pane-sliders div.panel h3.title.pane-toggler-down {
    border-bottom: 1px solid #ebeae9;
}

.pane-sliders div.panel h3.title a {
	background: url("/templates/jm-kids-fashion-store/images/plus.png") no-repeat right center;
    display: block;
    color: #444;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; 
}

.pane-sliders div.panel h3.title.pane-toggler-down a {
	background-repeat: no-repeat;
	background-position: right center;
}

.pane-slider.content {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.pane-slider.content.pane-down {
    padding: 20px !important;
}

.pane-sliders .panel {
    margin: 0 0 10px;
    border: 1px solid #ebeae9;
    background: #fff;
}

.pane-sliders .panel:last-child {
	margin-bottom: 0;
}



dl.tabs {
    margin: 30px 0 0;
    border-bottom: 1px solid #ececec;
}

dl.tabs + .current {
	margin: 0 0 30px;
}

dl.tabs dt.tabs {
    display: inline-block;
    padding: 0 20px 14px;
    margin: 0 0 -1px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

dl.tabs dt.tabs h3 {
    font-size: 15px !important;
    font-weight: normal;
    margin: 0;
}

dl.tabs dt.tabs h3 a {
    color: #858585;	
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;  
}

dl.tabs dt.tabs.open h3 a,
dl.tabs dt.tabs.closed:hover h3 a {
	color: #444444;
}

dd.tabs {
    clear: both;
    margin: 0;
    padding: 20px;
}

dl.tabs dt.tabs.open {
    position: relative;
}



.system-unpublished {
    background: transparent;
}



#system-message {
    margin: 0 0 20px;
    padding: 0;
    text-shadow: none;
}

#system-message dt {
    display: none;
}

#system-message dd {
    margin: 0;
    font-weight: bold;
    text-indent: 0px;
}

#system-message dd ul {
    margin: 0 0 10px 0;
    padding: 10px;
    list-style: none;
    text-align: center;
}



#system-message dt.message {
    display: none;
}

#system-message dd.message ul {
    background: #c4e2fd;
    color: #206db5;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    border-top: 1px solid #4597e3;
    border-bottom: 1px solid #4597e3;
}



#system-message dt.error {
    display: none;
}

#system-message dd.error ul {
    color: #fff;
    background: #f76c6d;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
}

#system-message dd.error ul li {
    background: none;
    text-align: center;
    margin: 0;
    padding: 0;
}



#system-message dt.notice {
    display: none;
}

#system-message dd.notice ul {
    background: #c4e2fd;
    color: #206db5;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    border-top: 1px solid #4597e3;
    border-bottom: 1px solid #4597e3;
}

#system-message ul li {
    background: none;
    text-align: center;
    margin: 0;
    padding: 0;
}



h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
}

h1, h2, h3 {
    line-height: 1.2em;
}

h4, h5, h6 {
    line-height: 1.5em;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;    
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1em;
}

fieldset {
    margin: 0;
    padding: 0 0 20px;
    border: 0;
}

fieldset legend {
    border-color: #ececec;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0 0 10px;
    width: 100%;
}

p {
    margin: 5px 0;
    padding: 0;
}

ol {
	padding-left: 30px;
}

ol ol {
	padding-left: 20px;	
}

ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0 0 0 12px;
    background-repeat: no-repeat;
    background-position: left 7px;
}

a {
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}

a:hover {
    text-decoration: underline;
}

a:focus { 
	outline: none;	
}

a img {
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

