@charset "utf-8";
/* CSS Document */

.section, html#ecwid_html body#ecwid_body #wrapper div.section {
	background-color: #FFFFFF;
	background-image: none;
	display: block;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000362;
	border-radius: 10px;
	overflow: hidden;
}
.section > .heading, .section > .heading p, .section > .heading h1, .section > .heading h2, .section > .heading h3, .section > .heading h4, .section > .heading h5, .section > .heading h6 {
	color: #FFFFFF;
}
.section > .heading {
	background-color: #000362;
	background-image: url(/shop/images/sprite/section-heading-bkg_03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	margin: 0px;
	padding: 5px;
	height: 21px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}
.section > .heading > .ico {
	background-color: transparent;
	background-image: url(/shop/images/sprite/16x16-icons_01_201503261030.png);
	background-repeat: no-repeat;
	background-position: left -5px;
	display: block;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.section > .content {
	display: block;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}
