.block {
	margin-top: 3px;
	padding-top: 30px;
	background-image: url(../images/block_background.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 12px;
}

#first_block {
	margin-top: 0;
	padding-top: 0;
	background-image: none;
}

.block h3 {
	margin-bottom: .5em;
	font-size: 16px;
	text-align: center;
	color: #322942;
}

.block p {
	margin: .5em 0;
}

.block a {
	color: #322942;
	text-decoration: underline;
}

.block li {
	list-style-type: circle;
	margin: 2px 0 2px 1.5em;
}

.block .input_text {
	width: 150px;
}

.block .avatar {
	float: right;
	width: 50px;
}



.block .new_message {
	padding-left: 12px;
	background-image: url(../images/blocks/messages_star.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	color: #960505;
}

.block .register {
	height: 25px;
	margin-top: 15px;
	padding-left: 27px;
	background-image: url(../images/blocks/register_background.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.block .register a {
	text-decoration: none;
}

.block .fan_club_register li {
	font-size: 13px;
}

.block .fan_club_register .active {
	font-weight: bold;
	color: #9B9313;
}

.block .store_categories {
	margin-bottom: 15px;
}

.block .store_categories a {
	font-size: 13px;
	text-decoration: none;
}

.block .store_shipping {
	font-size: 14px;
	font-weight: bold;
	color: #960505;
	text-align: center;
}

.block .store_shipping_switch {
	display: block;
	text-align: center;
	font-size: 11px;
}

.block .store_categories .active a {
	font-weight: bold;
	color: #9B9313;
}

.block .store_featured a {
	display: block;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #7F7F7F;
}

.block .store_featured .photo {
	border: 1px solid #9B9313;
}

.block .store_featured .name {
	display: block;
	padding-top: 3px;
	font-weight: bold;
	color: #322942;
}

.block .store_featured .old_price {
	text-decoration: line-through;
}

.block .store_featured .sale {
	color: #CD2618;
	font-weight: bold;
}

.block .ads {
	text-align: center;
}

.block .ads img {
	margin-bottom: 10px;
}

.block .images {
  text-align: center;
}

