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

body
{
	background: black;
	padding: 0px 30px 0px 30px;
}

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

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

a:hover
{
	color: #ff1561;
}

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

.strong
{
	font-weight: bold;
}


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

.header
{
	color: #ffcc02;
	font-size: 30px;
	font-family: Georgia;
	font-style: italic;
	line-height: 1.2;
}

.subheader
{
	color: #ffcc02;
	font-size: 17px;
	font-family: Georgia;
	line-height: 1.2;
}

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;
}