﻿html, body {
}

/* настройки основного контейнера */
div.mainpanel {
	width: 1000px;
	min-width: 1000px;
}

div.maincontent {
	min-height: 100%;
	background-color: #ffffff;
	border-left: solid 1px lightgray;
	border-right: solid 1px lightgray;
}

/* настройки заголовка */
.page-header h1 small {
	font-size: 36px;
	float: right;
}

/* настройка разделителя в меню */
li.divider_main {
	background-color: gray;
	width: 1px;
	height: 63px;
	margin-left: 5px;
	margin-right: 5px;
}

/* отступ */
.top3px {
	padding-top: 2px;
}

/* настойка изображений */
.color-icon {
	margin-right: 5px;
	margin-bottom: 4px;
	border-radius: 4px;
	width: 32px;
	height: 32px;
}

.color-gallery {
	width: 628px;
	height: 280px;
}

/* Пожертвования, ссылка */
.alerttext a {
	text-decoration: underline;
}

/* Текст в прогрессбарах */
.progresstext {
	position: absolute;
	left: 22px;
	color: white;
}

.progresstext-black {
	color: black;
}

.progresstext-small {
	color: white;
	text-align: left;
	margin: 0px;
}

/*блок цвета */
.colorbox {
	padding: 0px;
	width: 88px;
	height: 44px;
	line-height: 44px;
	float: left;
}

	.colorbox a {
		line-height: 44px;
		width: 88px;
		height: 44px;
		text-align: center;
		vertical-align: central;
		float: none;
		display: inline-block;
	}

.colorbox-small {
	width: 10%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 3px;
}

/*блок цвета*/
.colorscheme {
	padding: 0px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	float: left;
	border-radius: 4px;
}

.colorschemebig {
	border: solid 1px lightgray;
	padding: 0px;
	width: 100%;
	height: 76px;
	line-height: 76px;
	text-align: center;
	float: left;
	border-radius: 4px;
}

/*информационное опле*/
.colorinfo {
	position: absolute;
	height: 280px;
	width: 628px;
	text-align: center;
	text-align: center;
}

	.colorinfo h2 {
		padding: 0px;
		margin: 0px;
		line-height: 280px;
	}

/*таблица*/
.tabletdwidth tbody tr td {
	width: 20%;
	text-align: center;
}

/* текст на главной */
p.main {
	text-align: justify;
	margin-right: 10px;
}

/* цветовой круг */
.colorwheelpanel {
	background-color: #93C54B;
	width: 100%;
	border-radius: 2px;
	height: 190px;
	line-height: 190px;
	text-align: center;
	vertical-align: middle;
}

/* пикер */
.gradient_picker {
	cursor: crosshair;
}

/* footer */
.footer-logo {
	padding-top: 8px;
	margin-right: 15px
}
