.msg {
  border-left-width: 10px;
  border-radius: 0;
  padding:10px;
  margin:10px 0;
}
.msg p{ 
	color:#fff;
}
.msg .close {
  opacity: 1;
  font-size: 24px;
  top: -2px;
  right: -4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.msg .close span {
  font-weight: 400;
}
.msg-ok {
  background-color:#5cb85c;
  border-color:#53af53;
}
.msg-warning {
  background-color:#d9edf7;
  border-color:#bce8f1;
}
.msg-success {
  background-color:#5cb85c;
  border-color:#53af53;
}
.msg-error {
  background-color:#f2dede;
  border-color:#ebccd1;
}

div.shopFolio .imgeffect{ height:200px; }
div.shopFolio .imgeffect img{ max-height: 200px;}
div.shopFolio .frame_sidebar img, .frame img, .wp-caption img{ float:none !important; }

ul.shopAccessLink{ clear:both; padding:10px 0; margin:0; overflow: hidden; }
ul.shopAccessLink li{ float:left; list-style:none; width:20%; padding:2px; text-align:center; border:1px solid #f0f0f0; display:block; }
ul.shopAccessLink.Onepage li{width:33.33% !important;}
ul.shopAccessLink li:hover{ background-color:#f0f0f0; text-decoration:none; cursor:pointer; }
ul.shopAccessLink li.active{ background-color:#f0f0f0; }
ul.shopAccessLink li a{ color:#666; text-decoration:none; }
ul.shopAccessLink li a:hover{text-decoration:none;}
ul.shopAccessLink li a.disabled{color:#666; cursor: default; visibility:visible !important; }


@media (max-width: 768px) {
	ul.shopAccessLink.Onepage li,
	ul.shopAccessLink li{clear:both; width:100% !important;}
}