@charset "utf-8";
p {
	font-size: 12px;
}

h1 {
	font-size: 22px;
	color: #DB3388;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #C73DEA;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

li {
	font-size: 12px;
}

.gallery_group {
	float: left;
	width: 250px;
	text-align: center;
}

.gallery_group a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#header #cards a.btn_basket {
	background-image: url(/images/btn_basket.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

