*
{
	font-family: verdana;
	font-size: 13px;
	color: #ffffff;
	line-height: 1.4;
}

body
{
	background: #de0072;
}

/*--------------------------------------------------------------*/
/*  Обычные теги                                                */
/*--------------------------------------------------------------*/

a
{
	color: #c5e8f6;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: white;
	text-decoration: underline;
}

p.with_indent 
{
	text-indent: 20px;
}

.strong
{
	font-weight: bold;
}


/*--------------------------------------------------------------*/
/*  Заголовки                                                   */
/*--------------------------------------------------------------*/

.header
{
	color: #ffff00;
	font-size: 30px;
	font-family: georgia;
	line-height: 1.1;
	font-weight: bold;
}

.subheader
{
	color: #fff799;
	font-size: 18px;
	font-family: georgia;
font-style: italic;
	line-height: 1.1;
}

a.header
{
	font-weight: normal;
}

a.subheader
{
	font-weight: normal;
}

/*--------------------------------------------------------------*/
/*  Рамки                                                       */
/*--------------------------------------------------------------*/

.album_or_category_first_slideshow_photo
{
	cursor: pointer;
}

.block_or_category_photo
{
	cursor: pointer;
}

.slideshow_photo
{
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	display: none;
}

.slideshow_loading
{
	background: url(/resources/images/loading.gif) center center no-repeat;
	cursor: pointer;
}
