/* ------------------ Site styles ------------------ */
@import url(../base/styles.css); 
/* ------------------ Object styles ------------------ */
@import url(../objects/sub_navigation.css);
@import url(../objects/quick_search.css);
@import url(../objects/gallery.css);
@import url(../objects/gallery_box.css);
@import url(../objects/related_links.css);
/* ------------------ Page styles ------------------ */
/* Typography */
.content ul li{
	list-style-image: url(../../../pics/bullet_cyan.gif);
}
/* Page title */
.page_title {
	background-color: #348cb4;
}
.page_title img {
	background-image: url(../../../pics/title/bulgaria.jpg);
}
/* Sub navigation */
.sub_navigation .current a,
.sub_navigation .current a:hover {
	color: #348cb4;
	background-image: url(../../../pics/bullet_cyan.gif);
}
/* Gallery */
.gallery_box h3,
.gallery_box a {
	color: #348cb4;
}
.gallery_box .button {
	background-image: url(../../../pics/arrow_cyan.gif);
}
html>body .gallery_box_photo {
	background: url(../../../pics/gallery/bulgaria.png) no-repeat left top;
}
* html .gallery_box_photo {
	background: url(../../../pics/gallery/bulgaria.gif) no-repeat left top;
}
/* Content */
.map_small {
}