/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 8pt;
  font-weight: normal;
}

Table, Tbody, Th, Tr, Td
{
  font-size: 8pt;
  font-weight: normal;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by Quicklinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal {
  font-size: 8pt;
  font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
  font-size: 8pt;
  font-weight: normal;
}

.NormalRed
{
  font-size: 8pt;
  font-weight: bold;
  color: #FF0000;
}

.NormalBold
{
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 8pt;
  font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
  font-size: 8pt;
  font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
img {
	border:0;
}
h1 {
	color: #E15D72;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style:italic;
	margin:0;
	padding:5px;
	padding-left:10px;
	font-weight: normal;
}
h1 .head{
	color: #E15D72;
	font-size: 12pt;
}

h2{
	
	color: #993366;
	font-size: 10pt;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-bottom:5px;
}

h3 {
	font-weight: bold;
	font-size: 9pt;
	color: #D03C65;
	padding:0;
	margin:0;
	padding-bottom:5px;
}
h4 {
	font-weight: bold;
	font-size: 8pt;
	color: #993366;
	padding:0;
	margin:0;
	padding-bottom:3px;
}
/*
h5 {
	font-weight: bold; 
	font-size: 8pt; 
	color: #993366;
	padding:0;
	margin:0;
}
*/

h6 {
	font-weight: bold; font-size: 85%; color: #993366;
}
TFOOT, THEAD    {
}

TH  {
}

A:link {
  text-decoration: none;
  color: #000000;
}

A:visited {
  text-decoration: none;
  color: #000000;
}

A:active {
  text-decoration: none;
  color: #FF0000;
}

A:hover {
  text-decoration: underline;
  color: #000000;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}
ul{
	padding-left:10px;
	margin:0px;
}

ul li {
	list-style:disc;
	margin:0px;
	padding:0px;
	margin-left:5px;
}


UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
.Module_Title {
  font-size: 11pt;
  line-height: 11pt;
  font-weight: normal;
  padding-bottom: 3px;
}
.CatalogAnnounce_Block {
  padding:0 5px;
  vertical-align:top;
}
.CatalogAnnounce_Image{
	float:left;
	padding:2px 5px 5px 2px;
}

.CatalogAnnounce_Title {
  font-size: 10pt;
  line-height: 9pt;
  font-weight: bold;
  padding-bottom: 3px;
  color:#A03152;
}
/*
.CatalogAnnounce_Title  a.link_pink:link, .CatalogAnnounce_Title  a.link_pink:visited, .CatalogAnnounce_Title  a.link_pink:active{
	color:#A03152;
	text-decoration:none;
}
.CatalogAnnounce_Title  a.link_pink:hover{
	color:#A03152;
	text-decoration:underline;
}
*/
.CatalogAnnounce_SubTitle {
  font-size: 9pt;
  line-height: 10pt;
  font-weight: normal;
  padding-bottom: 3px;
}

.CatalogAnnounce_ImageThree{
	padding:5px;
	float:none;
	text-align:center;
}
.CatalogAnnounce_TitleThree {
  font-size: 10pt;
  line-height: 9pt;
  font-weight: bold;
  padding-bottom: 3px;
  color:#A03152;
  clear:both;
  text-align:center;
}
.CatalogAnnounce_TitleThree  a.link_pink:link, .CatalogAnnounce_TitleThree  a.link_pink:visited, .CatalogAnnounce_TitleThree  a.link_pink:active{
	color:#A03152;
	text-decoration:none;
}
.CatalogAnnounce_TitleThree  a.link_pink:hover{
	color:#A03152;
	text-decoration:underline;
}
.CatalogAnnounce_Text {
	clear:right;
	font-size: 8pt;
	font-weight: normal;
}

.CatalogAnnounce_Date {
  font-size: 8pt;
  font-weight: normal;
  color: #8D8D8D;
  float:right;
  padding-right:5px;
}
.CatalogAnnounce_Author {
  font-size: 8pt;
  font-weight: normal;
  color: #663366;
  float:right;
  padding-right:5px;
}
.CatalogAnnounce_Rating{
 	float:right;
	font-weight: normal;
	font-size: 8pt;
	color:#663366;
}
.CatalogAnnounce_Link{
	text-align: right;
	border: 0px;
	padding:5px;
	padding-top:0;
	white-space:nowrap;
}
.CatalogAnnounce_Back {
  font-size: 8pt;
  font-weight: normal;
}
.Detail_pink {
  background-image: url(img\detail_pink.gif);
  background-position: right;
  background-repeat: no-repeat;
}
.Detail_violet {
  background-image: url(img\detail_violet.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.Detail_pink-sm {
  background-image: url(img\detail_pink.gif);
  background-position: right;
  background-repeat: no-repeat;
}
.Detail_violet-sm {
  background-image: url(img\detail_violet.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.Catalog_pink {
	background-image: url(img\catalog_pink.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.Catalog_violet {
	background-image: url(img\catalog_violet.gif);
	background-position: center;
	background-repeat: no-repeat;
}
/*
.link_pink {color: #ED2264;}
A.link_pink:link, A.link_pink:visited, A.link_pink:active{color: #ED2264; text-decoration:none;}
A.link_pink:hover {color: #ED2264; text-decoration:underline;}
*/
/*
.link_violet {color: #9369AA;}
A.link_violet:link, A.link_violet:visited, A.link_violet:active{color: #9369AA; text-decoration:none;}
A.link_violet:hover {color: #9369AA; text-decoration:underline;}
*/

.link_blue{color: #5D5DB8;}
A.link_blue:link, A.link_blue:visited, A.link_blue:active {color: #5D5DB8; text-decoration:none;}
A.link_blue:hover {color: #5D5DB8; text-decoration:underline;}

/*
.link_mayb{color: #162B7A;}
A.link_mayb:link, A.link_mayb:visited, A.link_mayb:active{color: #162B7A; text-decoration:none;}
A.link_mayb:hover {color: #162B7A; text-decoration:underline;}
*/

.link_zima{color: #162B7A;}
A.link_zima:link, A.link_zima:visited, A.link_zima:active{color: #27409D; text-decoration:none;}
A.link_zima:hover {color: #27409D; text-decoration:underline;}

.link_vesna{color: #3B9732;}
A.link_vesna:link, A.link_vesna:visited, A.link_vesna:active{color: #3B9732; text-decoration:none;}
A.link_vesna:hover {color: #3B9732; text-decoration:underline;}

.link_leto{color: #D65193;}
A.link_leto:link, A.link_leto:visited, A.link_leto:active{color: #D65193; text-decoration:none;}
A.link_leto:hover {color: #D65193; text-decoration:underline;}

.link_osen{color:#C47A01;}
A.link_osen:link, A.link_osen:visited, A.link_osen:active{color: #C47A01; text-decoration:none;}
A.link_osen:hover {color: #C47A01; text-decoration:underline;}

/*
.link_bordo{color:#993366; text-decoration:none;}
a.link_bordo:link, a.link_bordo:visited {color:#993366; text-decoration:none;}
a.link_bordo:hover {color:#993366; text-decoration:underline;}
*/

.link_orange{color:#FF9900; text-decoration:none;}
a.link_orange:link, a.link_orange:visited {color:#FF9900; text-decoration:none;}
a.link_orange:hover {color:#FF9900; text-decoration:underline;}

.Catalog_Block {
padding:0 10px 0 5px;
}
.Catalog_Image{
	float:left;
	padding:2px 5px 5px 2px;
}
.Catalog_Title {
  font-size: 10pt;
  font-weight: bold;
  padding-bottom: 3px;
/*  color:#A03152;*/
}

.Catalog_Title  a.link_pink:link, .Catalog_Title  a.link_pink:visited, .Catalog_Title  a.link_pink:active{
	/*color:#A03152;*/
	text-decoration:none;
}
.Catalog_Title  a.link_pink:hover{
	/*color:#A03152;*/
	text-decoration:underline;
}
.Catalog_SubTitle {
  font-size: 9pt;
  line-height: 10pt;
  font-weight: normal;
  padding-bottom: 3px;
}
.Catalog_Text {
	clear:right;
	font-size: 8pt;
	font-weight: normal;
}
.Catalog_dopinfo3{
	display:none;
}
.Catalog_dopinfo{
	width:98%;
}
.Catalog_Date {
  font-size: 8pt;
  font-weight: normal;
  color: #8D8D8D;
  float:right;
  padding:0 5px;
}
.Catalog_Author {
  font-size: 8pt;
  font-weight: normal;
  color: #663366;
  float:right;
  padding:0 5px;
}
.CatalogArticle_Date{
  font-size: 8pt;
  font-weight: normal;
  color: #8D8D8D;
  padding:0 5px;

}
/*
.CatalogArticle_Author{
  font-size: 8pt;
  font-weight: normal;
  color: #663366;
  padding:0 5px;
}
*/
.Catalog_Rating{
 	float:right;
	font-weight: normal;
	font-size: 8pt;
	color:#663366;
	padding:0 5px;
}
.Catalog_Back {
  font-size: 8pt;
  font-weight: normal;
}
.links_Normal {
  font-size: 8pt;
  font-weight: normal;  
}

.Catalog_Link{
	text-align: right;
	border: 0px;
	padding:5px;
	padding-top:0;
	white-space:nowrap;
}
.Catalog_Page{
	font-size: 8pt;
	font-weight: normal;
	color : #A03152;
}
.Catalog_Sort{
  font-size: 8pt;
  font-weight: normal;
  color : #A03152;
}
A.Catalog_Sort:link {
  color: #FF3366;
}
A.Catalog_Sort:visited {
  color: #FF3366;
}
A.Catalog_Sort:active {
  color: #FF3366;
}
A.Catalog_Sort:hover {
  color: #FF3366;
  text-decoration:underline;
}

A.Catalog_Page:link {
  color: #FF3366;
}
A.Catalog_Page:visited {
  color: #FF3366;
}
A.Catalog_Page:active {
  color: #FF3366;
}
A.Catalog_Page:hover {
  color: #FF3366;
  text-decoration:underline;
}
.Catalog_Line{
  background-color : #FFE4E4;
}

/* Blog Styles */
.bloglist li{
	list-style-type: disc;
	color: #FF3366;
}

.bloglist li a:link, .bloglist li a:active{
 color:#5D5DB8;
 text-decoration:underline;
}
.bloglist li a:visited {
 color:#B9B9FF;
 text-decoration:underline;
}
.bloglist li a:hover {
 color:#ED2264;
 text-decoration:underline;
}
.total_online_digit{
color: #ed2264;
font-size: 15pt;
font-weight:bold;
}

a.link_pink-sm, a.link_pink-sm:link, a.link_pink-sm:visited, a.link_pink-sm:active, a.link_pink-sm:hover
{
color: #9369AA;
font-size:10pt;

}

A.link_violet-sm, A.link_violet-sm:link, A.link_violet-sm:visited, A.link_violet-sm:active, A.link_violet-sm:hover
{
color: #9369AA;
font-size:10pt;
}

/*-----------------------*/
.img_list{
	padding:0 6px;
}
.img_block{
	float:left;
	margin:5px 3px;
	width:80px;
	
}
.img_block .pict{
	text-align:center;
}
.img_block .pict a img{
	border:1px solid #FF6600;
}
.img_list .link_next{
	text-align:center;
	font-weight:bold;
	white-space:normal;
	font-weight:normal;
}
/*-----------------------*/
.link_next{
	clear:both;
	text-align:right;
}
/*---------------Start Оставить отзыв--------*/
.big_title{
	color: #E15D72;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style:italic;
	margin:0;
	padding: 0 5px 5px 10px;
	font-weight: bold;
	text-decoration:underline;
}
a.CatalogDiscussion_Title:link, a.CatalogDiscussion_Title:visited, a.CatalogDiscussion_Title:active{
	color:#993366;
	font-weight: bold;
	font-size: 8pt;
	padding:10px;
	padding-right:0;
}
a.CatalogDiscussion_Title:hover{
	color:#993366;
	font-weight: bold;
	font-size: 8pt;
	padding:10px;
	padding-right:0;
}
.CatalogDiscussion_Author{
	color:#666699;
	font-weight: normal;
	font-size: 9pt;
}
.CatalogDiscussion_Date{
	color:#999999;
	font-weight: normal;
	font-size: 8pt;
}
/*
.CatalogDiscussion_Text{
	padding: 5px 10px;
	color:#666699;
	font-size: 8pt;
	background:#fff;
}
*/
/*--------------- End Оставить отзыв--------*/
#begun
{
border:1px solid #A03152;
}
#banner_600x90
{
padding-top:10px;
padding-bottom:10px;
}
