a.shop_item {
	font-size: 18px;
	color: #0f5ea1;
	padding-left: 33px;
	background: url(../img/shop_item_marker.png) no-repeat left;
}
a.shop_item:hover {
	color: #3587cd;
}

#shop {
	margin: 20px 0 0 0;
	padding-bottom: 45px;
	border-bottom: #efefef 4px solid;
}
#shop_items {
	border-collapse: collapse;
	width: 100%;
}
#shop_items td {
	padding: 0;
	font-size: 11px;
	color: #666;
}
#shop_items td.books {
	padding-left: 10px;
}
#shop_items td.books img {
	float: left;
	margin: 34px 15px 0 0;
}
#shop_items td.books div {
	margin: 34px;
}

#shop_items td.music-video {
	width: 180px;
}
#shop_items td.music-video img {
	margin: 34px 0 0 30px;
}

#shop_items td.suveniry {
	padding-right: 20px;
}
#shop_items td.suveniry img {
	margin: 25px 0 0 30px;
	float: right;
}

#contacts li {
	padding-left: 28px;
	background: url(../img/contacts_list_marker.gif) no-repeat left 8px;
}
#contacts img {
	float: right;
	margin: 20px 15px 0 20px;
}

#send_form {
	font-style: italic;
}