/*
	Сайт должен быть стильным

       x
       xx
       x x
       x  x
       x   x
       x    x
       xxxxxxx
       x
   xxxxxxxxxxxxx
    x         x
     xxxxxxxxx

border: 1px solid red;
*/

html, body {width: 100%; height: 100%;}

body{
	margin: 0;
	padding: 0;
	width: 99%;
	font-family: arial;
	font-size : 11pt;
	color:#ffffff;
}

#main {
	color:#ffffff;
}

#auth {
	margin: 1em 0 0 1em;
	width:222px;
	text-align: center;
	float: left;
}

#lamp {
	width:222px;
	float: right;
	margin-right:5em;
}

#menuleft {
	width:222px;
	float: left;
	margin-left:1em;
}

#vit {
	position: absolute;
	width: 300px;
	height: 444px;
	text-align:center;
	top: 15%;
	left: 39%;
}

#vit p{
	margin:0;
	padding:0;
	height: 100px;
}

#vit img{
	margin:0;
	padding:0;
}

a.white {
	padding: 3px 3px 3px 0px;
	color: white;
	text-decoration: none;
}

a.white:hover {
	color: #ff00ff;
	text-decoration: underline;
}

.error {
	border: 1px solid red;
}

input {
	border: 1px solid #555;
	background-color: #333;
	margin: 0.5em;
	color: white;
	font-size: 9pt;
}

img {
	border-color: #ffffff;
}

header {
	border: 1px solid #555;
	width: 99%;
	position: relative;
	top: 1em;
}


#menuright1 {
	border: 1px solid #555;
	position: relative;
	top: 40%;
	right: 3em;
	color: white;
	font-size: 9pt;
}

.cpt {
	color: #ccc;
	font-size: 9pt;
	margin-right:3em;
	float:right;
	bottom:1em;
	padding: 3px;
}

.cpt1 {
	color: #555;
	position: absolute;
	left:10px;
	bottom:10px;
	margin: 1em;
	padding: 0;
}

.cpt2 {
	color: #ccc;
	font-size: 9pt;
	position: absolute;
	right:3em;
	bottom:1em;
	padding: 3px;
	margin: 1em;
}

/* Далее стили для hs */

.thumbwrapper .hs {
	cursor: url(/img/zoomin.cur), pointer;
	outline: none;
}

.hs img {
	border: 0px solid gray;
}

.hs:hover img {
	border: 0px solid silver;
}

.hs-image {
	border: 2px solid white;
}

.hs-image-blur {
}

.hc {
	display: none;
	border-top: none;
	padding: 5px;
	color: #555;
	font-size: 150%;
	font-style: italic;
	text-align: center;
}

.hs-loading {
	display: block;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
}

.control {
	float: right;
	display: block;
	position: relative;
	margin: 0 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 1px;
	margin-bottom: 1px;
}

.control:hover {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-top: 0;
	margin-bottom: 0;
}

.hs-move {
	cursor: move;
}

.hs-overlay {
	display: none;
}

a.hs-credits, a.hs-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.hs-credits:hover,
a.hs-credits:hover i {
	color: white;
	background-color: gray;
}
.hs-previous-next {
	text-align: center;
	padding-bottom: 5px;
}
.hs-previous-next a {
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	padding: 0 20px;
}

.hs-html {
	border: 2px solid silver;
	background-color: white;
}

.hs-html-blur {
	border: 2px solid gray;
}

.hs-html-content {
	position: absolute;
	display: none;
	width: 400px;
}

.hs-no-border .hs-image {
	border: none;
	border-bottom: 1px solid white;
	
}

.hs-no-border .hc {
	border: none;
	border-bottom: 1px solid white;
	background-color: gray;
	color: white;
}
.hs-no-border .hc code {
	color: white;
}

.hs-white .hs-image {
	border: 5px solid white;
	
}

.hs-white .hc {
	height: 34px; 
	background-color: white
}

.hs-white .control, .hs-white .control * {
	color: #666;
}

.hs-narrow-border .hs-image {
	border: 2px solid white;
}

.hs-black-border .hs-image {
	border: 1px solid black;
}

.hs-black-border .hc {
	border: 1px solid black;
	border-top: none;
	background-color: gray;
	color: white;
}

.hbe .hs-image-blur {
	border-color: #fff;
}

.hbe .hc-blur {
	border-color: #fff;
}

.hbe{
	background-color: #fff;
}

.controlbar {	
	margin-bottom: 10px;
	background: url(/img/controlbar.gif);
	width: 275px;
	height: 44px;
}

.controlbar a {	
	display: block;
	float: left;
	margin: 8px 0 0 5px;
	height: 30px;
	width: 42px;
}

.hs-display-block {
	display: block;
}

.hs-display-none {
	display: none;
}
