﻿html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #dce5e0;*/
}

form { margin: 0px; padding: 0px; }

div.container {
	width: 100%;
	min-width: 1000px;	
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px solid #ffffff;
}

p, ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:visited
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #666666;
}

.error_message {
	color: red;
}

.in_block_cont {
	border-top: 1px solid #CDCDCD; 
	border-right: 1px solid #CDCDCD; 
	border-bottom: 1px solid #CDCDCD;
	padding-left: 10px;
	background-color: #F2F2F2;
	height: 50px;
}
.in_sub_block_cont {
	width: 100%;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	padding-right: 10px;
	height: 100%;
}
.in_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #14428F;
}
.in_link1 {
	font-weight: bold;
	color: #19A4FE;
	text-decoration: none;
}
.in_link2 {
	font-weight: bold;
	color: #FF9300;
	text-decoration: none;
}
.in_link3 {
	font-weight: bold;
	color: #731FBB;
	text-decoration: none;
}
.in_link4 {
	font-weight: bold;
	color: #231EAF;
	text-decoration: none;
}
.in_link5 {
	font-weight: bold;
	color: #129D00;
	text-decoration: none;
}
.in_link6 {
	font-weight: bold;
	color: #FFC000;
	text-decoration: none;
}

.headline
{
	height: 18px;
	vertical-align: middle;
	background: url("/img/headline.gif");
}


.user_register
{
	width: 250px;
	height: 66px;
	background: #c1d6d3 url("/img/user_registration_bgr.gif") left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 15px;
}
.user_register table tr td
{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.user_register_input_text
{	
	border:1px solid silver;
	width:88px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#d49f8d;
}
.user_register_input_type_password
{
	border:1px solid silver;
	width:88px;

	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#d49f8d;
}
.user_register_input_type_button
{
	width: 30px;
	height: 24px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #7aa0a1;
	color: white;
	border: 1px solid silver;
}
.user_register a, .user_register a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:gray;
}
.default_header
{
	background: #dce5e0 url("/img/default_bgr.gif") left top no-repeat;
	height:120px;
}
.copyrights
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:gray;
}
.copyrights a, .copyrights a:visited
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#a4b8bd;
	text-decoration:none;
}

.default_bottom_pages
{
	border-top:2px solid silver;
}

.menu_active
{
	height:20px;
	text-align:center;
	border-left:2px solid white;
	padding:0px 15px 0px 15px; 
	background:#b0cad8;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-transform:uppercase;
}
.menu_passive
{
	height:20px;
	text-align:center;
	border-left:2px solid white;
	padding:0px 15px 0px 15px; 
	background:#d8e1e5;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.menu_passive a, .menu_passive a:visited
{

	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	text-decoration:none;
	color:#666666;
}
.header
{
	height:52px;
	vertical-align:middle;
	background:url("/img/header_bgr.gif") left top repeat-x;
}
h2
{
	margin:0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:black;	
}

/**
	Новости
*/

div.news {
	padding-top: 5px;
	border-bottom-width: 3px;
	border-top-width: 3px;
	border-style: solid;
	border-color: #abc3c9;
	background-color: #ffffff;
	margin: 0px;
}

div.news div.date {
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: gray;
	white-space: nowrap;
	margin-right: 3px;
}

div.news div.title {
	margin-top: 3px;
	margin-left: 30px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff; /* rgb(105, 140, 149) */
	font-weight: bold;
	white-space: nowrap;
	height: 22px;
	background-image: url(/img/misc/news_title_bg.png);
	background-repeat: repeat-x;
}

div.news div.title span {
	float: right;
	margin-right: 4px;
	padding-top: 4px;
}

.news_content, .new_content p
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: gray;
	border-bottom: 1px solid silver;
	margin-top: 6px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.news_content p {
	text-indent: 10px;
}

.news_content a, .news_content a:visited
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: rgb(105, 140, 149);
	text-decoration:underline;
}
.news_content a:hover
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: rgb(105, 140, 149);
	text-decoration:none;
}
.news_list
{
	text-align: center;
	width: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-bottom: 3px;
}
.news_list a, .news_list a:visited
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
}

/* -------------------- */

.categories_tabled 
{
	margin-bottom:15px;
}
.categories_tabled a, .categories_tabled a:visited
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
}

.categories_listed
{
	border-bottom-width: 3px;
	border-top-width: 3px;
	background-color: #ffffff;
	border-color: #abc3c9;
	border-style: solid;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 14px;
	color: #666666;
}

.categories_listed a, .categories_listed a:visited {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 14px;
	color: #666666;
}

.categories_listed ul.active {
	visibility: visible;
	display: block;
	font-family: Helvetica, sans-serif, Arial;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 15px;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 12px;
}

.categories_listed ul.inactive {
	visibility: hidden;
	display: none;
	font-family: Helvetica, sans-serif, Arial;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 15px;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 12px;
}

.categories_listed ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.categories_listed ul a, .categories_listed ul a:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.categories_listed ul li.active {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

.categories_listed a.top_category, a.top_category:visited {
	display: block;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
}

.users_alphabet
{
	margin-top:5px;
}
.users_alphabet td	
{
	border-collapse: collapse;
	border: 1px solid silver;
	text-align: center;
	font-weight: bold;
}
.users_alphabet td a, .users_alphabet td a:visited
{
	font-weight: normal;
	color: #666;
}

.textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 70px;	
}

.form_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: rgb(105, 140, 149);
	font-weight: bold;
	padding-left: 10px;
}

div.content {
	position: relative;
	text-align: left;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 3px;
	border-bottom-width: 0px;
	border-color: #abc3c9;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 5px;
	background-color: #ffffff;
}

div.big_image {
	text-align: center;
	display: block;
}

div.comment {
	padding: 3px 3px 3px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.comment_header {
	width: 100%;
	background-color: #d8e1e5;
}

div.user_albums {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px; 
	line-height: 20px;
	border-bottom-width: 3px;
	border-top-width: 3px;
	background-color: #ffffff;
	border-color: #abc3c9;
	border-style: solid;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
}

div.user_albums a, div.user_albums a:visited {
	font-size: 14px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

div.user_albums a.active, div.user_albums a.active:visited {
	font-size: 16px;
	color: #66aaaa;
	font-weight: bold;
	text-decoration: none;
}

/**
	Рамка для альбома
*/

div.album-description {
	/*color: #000000;*/
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border: 1px solid #a8c4c7;
	font-size: 11px;
	overflow: hidden;
	width: 138px;
	white-space: nowrap;
}

/*div.album-description span.title
{
	font-size: 110%;
}*/

div.album {
	text-align: left;
	background-color: #d8e1e5;
	width: 150px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

div.album-image {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 150px;
	height: 140px;
	background-image: url(/img/test/album-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
}

div.album-image td {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	height: 133px;
	width: 132px;
}

div.album-image table {
	margin: 0 auto;
	text-align: center;
	border-spacing: 0px 0px;
	border-collapse: collapse;
}
div.album-image img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
}
div.album-action-list {
	padding-left: 5px;
	padding-top: 30px;
	text-align: left;
	width: 100%;
	white-space: nowrap;
}

/* ----------------- */

/**
	Верхнее меню
*/

table.menu_table td.item {
	background-image: url(/img/misc/menu_bg.jpg);
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
table.menu_table td.item a {
	text-decoration: none;
	color: #000000;
}
table.menu_table td.item a:visited {
	text-decoration: none;
	color: #000000;
}
table.menu_table td.item a:hover {
	text-decoration: none;
	color: #000000;
}

/* ------------- */

/**
	Пагинация, список страниц для листинга
*/
table.pagination {
	margin-right: 2px;
}
table.pagination td {
	font-size: 10px;
	font-weight: 900;
	color: #8faba8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
	height: 24px;
}

table.pagination td.active {
	background-color: #8faba8;
	color: #ffffff;
}

table.pagination td a, table.pagination a:visited {
	color: #8faba8;
}

/* ----------------- */

/**
	Теги
*/

div.tags {
	width: 230px;
	border-top: 3px solid #abc3c9;
	border-bottom: 3px solid #abc3c9;
	text-align: justify;
	padding: 10px;
}

div.tags a, div.tags a:visited{
	display: inline;
	margin-left: 8px;
	margin-right: 8px;
	padding: 1px 1px 1px 1px;
	font-family: tahoma;
	text-decoration: none;
	color: #666666;
	background-color: transparent;
}

div.tags a:hover {
	color: #aaaaaa;
	background-color: #666666;
}

a.tag0, a.tag0:visited {
	font-size: 12px;
}

a.tag1, a.tag1:visited {
	font-size: 13px;
}

a.tag2, a.tag2:visited {
	font-size: 14px;
}

a.tag3, a.tag3:visited {
	font-size: 15px;
}

a.tag4, a.tag4:visited {
	font-size: 16px;
}

a.tag5, a.tag5:visited {
	font-size: 17px;
}

a.tag6, a.tag6:visited {
	font-size: 18px;
}

/* --------------- */

/**
	Основная часть контента
*/

td.flank {
	background: #e7eef0 url(/img/flank_bg.png) repeat-y;
	width: 250px;
	vertical-align: top;
}

td.middle {
	width: 4px;
}

td.center {
	border-left: 3px solid #abc3c9;
	border-right: 3px solid #abc3c9;
	background-color: #ffffff;
}

/* -------------- */

/**
	Хлебные крошки
*/

div#breadcrumbs
{
	background: #e7eef0;/* url("/img/headline.gif");*/
	margin-left: -3px;
	margin-right: -3px;
	height: 16px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	position: relative;
}

div#breadcrumbs a, div#breadcrumbs a:visited
{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

/* ----------------- */
/**
	Всплывающие сообщения
*/
div.flash_info, div.flash_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-top: 0px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	margin-left: -3px;
	margin-right: -3px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.flash_info {
	color: #666666;
	background: #e7eef0;
}

div.flash_error {
	color: #333333;
	background: #ff5555;
}
/* ------------------ */

div.sep {
	 border-bottom: 3px solid #abc3c9;
	 font-size: 1px;
	 width: 100%;
	 background-color: #ffffff;
	 height: 6px;
	 margin: 0px;
}

div.sep_blank {
	 font-size: 1px;
	 width: 100%;
	 background-color: #ffffff;
	 height: 6px;
	 margin: 0px;
}

div.center_header {
	background-image: url(/img/misc/center_header.jpg);
	background-color: #b8cecd;
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: -3px;
	margin-right: -3px;
	height: 53px;
	position: relative;
}

div.flank_header {
	background-image: url(/img/misc/flank_header.jpg);
	background-color: #b8cecd;
	background-repeat: no-repeat;
	background-position: top right;
	height: 53px;
	width: 250px;
}

div.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 23px 0px 0px 17px;
}

div.header_text a {
	font-size: 120%;
	color: #666666;
}

div.header_text a:hover {
	color: #666666;
}

div.header_text a:visited {
	color: #666666;
}


.orders {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	margin: 5px;
	text-decoration: none;
	border: 1px solid #CDCDCD;
	text-align: center;
}

