/***************************************************
			      Reset
***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
a img {
	border: none
}
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
/***************************************************
			      Global styles
***************************************************/

html {
	width: 100%;
	height: 100%;
}
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: white;
	color: #575757;
	line-height: 1.6;
	background-image: url(../images/bg.png);
	background-position: left top;
	background-repeat: repeat;
}
.bg {
    min-height: 100%;
    margin-bottom: -90px;
}
* html .bg {
    height: 100%;
}
.page-buffer {
    height: 90px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}
a, p a {
	text-decoration: underline;
	color: blue;
}
a:hover {
	text-decoration: none;
	color: #CC3333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: relative;
}
h1 {
	font-size: 42px;
	line-height: 0.9;
	color: #666666;
	text-align: left;
	margin-bottom: 13px;
	padding-bottom: 15px;
}
h1 span {
	font-size: 25px;
	line-height: 1;
	color: #666666;
	margin-left: 10px;
}
h1 a	{
	text-decoration: none;
	color: #5555ff; /*  INTRO */
}
h1 a:hover {
	color: #CC3333;
}

h2 {
	font-size: 15px;
	line-height: 1.6;
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #A3A3A3;
	margin-bottom: 7px;
	padding-bottom: 22px;
}
h3 {
	font-size: 18px;
	line-height: 0.9;
	color: #575757;
	text-align: left;
	margin-bottom: 6px;
	padding-bottom: 5px;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	line-height: 0.9;
	color: #575757;
	text-align: left;
	margin-bottom: 8px;
	padding-top: 3px;

	display: inline;
}
/***************************************************
			    Main containers
***************************************************/

#container, #container_left, #container_right {
	position: relative;
	width: 100%;
}
#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background-color: transparent;
	min-height: 100%;
}
.group0 {
	float: left;
	width: 950px;
	position: relative;
	background: transparent;
	padding: 15px;
/*	margin-bottom: 10px;*/
}
.group1 {
	float: left;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
}
.group2 {
	float: left;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.group3 {
	float: right;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 15px;
}
.group4 {
	float: left;
	width: 950px;
	position: relative;
	padding: 15px;
	margin-top: -14px;
	margin-bottom: 25px;
	background: transparent;
	border-top: 1px solid #A3A3A3;
	-moz-column-count: 3; /* Firefox */
	-webkit-column-count: 3; /* Safari and Chrome */
	column-count: 3;
	-moz-column-gap: 40px; /* Firefox */
	-webkit-column-gap: 40px; /* Safari and Chrome */
	column-gap: 40px;
	-moz-column-rule: 1px solid #A3A3A3; /* Firefox */
	-webkit-column-rule: 1px solid #A3A3A3; /* Safari and Chrome */
	column-rule: 1px solid #A3A3A3;
}
.group5 {
	float: left;
	width: 950px;
	position: relative;
	padding: 15px;
	margin-top: -14px;
	margin-bottom: 25px;
	background: transparent;
	column-count: 6;
	column-gap: 40px;
	column-rule: 1px solid #A3A3A3;
	-moz-column-count: 6; /* Firefox */
	-webkit-column-count: 6; /* Safari and Chrome */
	-moz-column-gap: 40px; /* Firefox */
	-webkit-column-gap: 40px; /* Safari and Chrome */
	-moz-column-rule: 1px solid #A3A3A3; /* Firefox */
	-webkit-column-rule: 1px solid #A3A3A3; /* Safari and Chrome */
}

/***************************************************
				INTRO
***************************************************/	

.preheader {
	width: 100%;
	height: 10px;
	background-color: black;	
}

header {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
}
	
#intro {
	width: 980px;
	position: relative;
	float: left;
	height: 130px;
	background: transparent;
	margin-top: 25px;
}
/***************************************************
				   HOLDERS
***************************************************/	

.holder_content {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 4px;
	padding-top: 10px;
}
.holder_content_separator {
	margin-bottom: 20px;
}


.holder_content ol, .holder_content ul {
	list-style-position: outside;
	margin-left: 25px;
	margin-ight: 0px;
}

.holder_content ul {
	list-style: disc !important;
}

.holder_content ol {
	list-style: decimal !important;
}

/***************************************************
			        GALLERY
***************************************************/
	 	 
a.photo_hover3 {
	position: relative;
	float: left;
	margin: 16px 13px 8px 0;
	padding: 8px;
	background-color: white;
	border: 1px solid #D6D6D6;
}
a.photo_hover3: hover {
	border: 1px solid #D6D6D6;
	background-color: transparent;
	opacity: 0.9;
	z-index: 1000;
}
a.photo_hover2 {
	position: relative;
	float: right;
	margin: 5px 13px 8px 0;
	padding: 8px;
	background-color: white;
	border: 1px solid #E1E1E1;
}
a.photo_hover2: hover {
	border: 1px dotted #66CCFF;
	background-color: #C7EDFF;
	opacity: 0.9;
	z-index: 1000;
}
/***************************************************
			        FOOTER
***************************************************/

footer {
	position: relative;
	height: 90px;
	clear: both;
	width: 100%;
	background-image: url(../images/footer.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: black;
}
#FooterTwo {
	display: block;
	float: right;
	width: 45%;
	color: white;
	background-color: black;
	padding-top: 26px;
	text-align: right;
}
#FooterTree {
	display: block;
	float: left;
	width: 50%;
	color: white;
	background-color: black;
	padding-top: 13px;
}
.container {
	width: 980px;
	margin: 0 auto;
	background-color: #33CC99;
}

footer a {
	color: white;
}
footer a:hover {
	color: #cccccc;
}

/***************************************************
				       MENU
***************************************************/

nav {
	position: absolute;
	width: 750px;
	top: 38px;
	left: 230px;
	background: transparent;
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	text-align: center;

}
nav ul li {
	float: left;
	margin-left: 16px;
	line-height: normal;
}
nav ul li a {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5555ff;            /* TOP MENU COLOR */
	font-weight: normal;
	display: block;	/* IE6, IE7 line height fix */
	padding-bottom: 10px;
	padding-top: 5px;
	background-color: transparent;
	margin-top: 5px;
	margin-right: 6px;
	text-decoration: none;
}
nav ul li a:hover {
	color: #CC3333;
}
nav ul li a.current {
	color: #CC3333;
	cursor: default;
}
.content_menu {
	float: left;
	width: 274px;
	margin-top: -10px;
	margin-bottom: 15px;
}
.content_menu ul {
	margin: 0px;
	padding: 0px;
	float: none;
}
.content_menu ul li {
	float: none;
	padding-bottom: 16px;
}
.content_menu ul li a {
	font-size: 14px;
	line-height: normal;
	color: #33CC99;
	text-align: left;
	text-decoration: none;
	/*background-image: url(../images/circle.png);*/
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.content_menu ul li a: hover {
	color: #33CC99;
}
/***************************************************
				   SPECIFIC
***************************************************/



a.lang, a.lang_en {
	position: relative;
	float: left;
	background: url('../images/lang1.png');
	display: block; 
	left: 0px;
	top: 32px;
	width: 90px; 
	height: 32px;
}
a.lang:hover {
	background-position: -90px 0;
}
a.lang_en:hover {
	background-position: -180px 0;
}




.clearing {
	clear: both;
	display: inline;
	width: 100%;
	height:0;
	overflow: hidden;
}
.button {
	height: 13px;
	position: relative;
	margin-top: 9px;
	margin-bottom: 9px;
	padding: 9px;
	background-color: #3F48CC;
	display: inline-block;
	color: white;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
}
.button:hover {
	background-color: #333333;
}
.button: active {
	position: relative;
	top: 1px;
}




/*********************LOGIN*/
.black-overlay{
	position: fixed;
	display: none;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	overflow: visible;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}


.close-btn {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 31px;
	height: 31px;
	display: block;
	cursor: pointer;/* для случая применения отличных от <a> тегов */
	background: url("../images/close.png");
	background-position: 0 0;

	text-indent: -4999px;
}
/* кнопка закрытия при наведении */
.close-btn:hover{
	background-position: -31px 0;

}



#envelope, #envelope1, #envelope2, #envelope3
{
    display: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);  
    padding: 30px;
    position: fixed;
    left: 50%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    z-index:1002;
}

#envelope:before, #envelope1:before, #envelope2:before, #envelope3:before
{
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}

#envelope
{
    top: 10%;
    margin: 0 0 0 -200px;
    height: 200px;
    width: 400px;
}

#envelope1
{
    top: 10%;
    margin: 0 0 0 -200px;
    height: 240px;
    width: 400px;
}

#envelope2
{
    top: 7px;
    margin: 0 0 0 -480px;
    height: 520px;
    width: 900px;
}

#envelope3
{
    top: 20%;
    margin: 0 0 0 -200px;
    height: 150px;
    width: 400px;
}

.authtt
{
    display: block;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0px 2px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    text-align: center;
    color: #666;
    font: normal 22px/1 Verdana, Helvetica;
    position: relative;
}
.authttsm
{
    display: block;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0px 2px 0 rgba(0, 0, 0, .1);
    margin: 0px;
    text-align: center;
    color: #666;
    font: normal 22px/1 Verdana, Helvetica;
    position: relative;
}

.authtt:after, .authtt:before
{
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 50px;   
}

.authtt:after
{ 
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);      
    right: 0;
}

.authtt:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}



fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

/* формы регистрации */
.inputs input
{
    background: #f1f1f1 url("../images/login-sprite.png") no-repeat;
    padding: 5px 5px 5px 30px;
    margin: 0 0 0px 0;
    width: 353px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

/* покупка сборников */
.inputs1 input, .inputs1 textarea 
{
    background: #f1f1f1;
    padding: 7px;
    margin: 1px;
    border: 1px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

.inputs1 input:disabled
{
    background: #f8f8f8;
    color: #f1f1f1;
    -moz-box-shadow: 0 0px 0px #ccc inset, 0 0px 0 #fff;
    -webkit-box-shadow: 0 0px 0px #ccc inset, 0 0px 0 #fff;
    box-shadow: 0 0px 0px #ccc inset, 0 0px 0 #fff;
}

.actions a
{
    float: right;
    line-height: 35px;
    margin-left: 10px;
    padding-top: 20px;
}

.pers 
{
display: block;
float: left;
padding-top: 8px;
}


.capcha-image {
	width: 150px;
	height: 50px;
	padding: 0 3px 0 0;
	float: left;
}
.capcha
{
    width: 200px !important;
    background-position: 5px -112px !important;
}

.iconuser
{
    background-position: 5px -12px !important;
}

.iconpass
{
    background-position: 5px -62px !important;
}

.iconfirm
{
    background-position: 5px -112px !important;
}

.iconaddress
{
    background-position: 5px -112px !important;
}

.iconphone
{
    background-position: 5px -112px !important;
}
.iconemail
{
    background-position: 5px -112px !important;
}


.inputs input:focus
{
    background-color: #fff;
    border-color: #919191;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #919191 inset;
    -webkit-box-shadow: 0 0 0 1px #919191 inset;
    box-shadow: 0 0 0 1px #919191 inset;
}

.submit {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-width: 0px;
    border-style: solid;
	color: white;
	height: 30px;
	margin-top: 12px;
	padding: 9px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	background-color: #3F48CC;
	font: 12px/100% Arial, Helvetica, sans-serif;
}
.submit:hover {
	background-color: #333333;
}
.submit: active {
	position: relative;
	top: 1px;
}

.alert {
	color: red;
	padding: 0 0 0 10px;
	margin: 25px 0 25px 50px;
	border-left: 2px solid #ff0000;
}

.alert1 {
	padding: 0 0 0 10px;
	margin: 25px 0 25px 50px;
	border-left: 1px solid #A3A3A3;
}


/*******************************************/

input[type="radio"].toggle {  /* вместо display:none для ie8 приходится делать такое:*/
	width: 0px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

input[type="radio"].toggle:checked + label {
    background-color: #3F48CC;
    color: #E6E6E6;
    border-color: transparent;
    text-shadow: 0 1px 1px rgba(40, 40, 40, 0.75);
}

input[type="radio"].toggle+ label {
	padding-top: 9px;
	padding-bottom: 9px;
	margin-top: 9px;
	margin-bottom: 9px;
	line-height: 3;
	width: 3em;
	cursor: pointer;
	color: blue;
}

input[type="radio"].toggle:checked + label.btn:hover {
    background-position: 0 0;
    transition: none;
}

input[type="radio"].toggle + label:hover{
    color: #0000cc;
}

input[type="radio"].toggle:checked + label:hover{
    background-color: #333333 !important;
    color: #E6E6E6;
}

/*******************************************/

.nodisplay {
    display: none;
}

#Tip1, #Tip3 {
    display: none;
}

#Tip2, #Tip4 {
}

.w50 {
	display: block; 
	float:left;
	width: 50%
}
.bld {
	font-weight: bold;
}
.itl {
	font-style: italic;
}
.cen {
	 text-align: center;
}
.sml {
	font-size: 12px;
}


/***************** table ************/
table, tr, td, th {border-collapse:collapse; vertical-align:middle;}
table { 
	width: 100%;
	border:1px solid #A3A3A3;
}
td, th {
	border-right:1px solid #A3A3A3;
	border-bottom:1px solid #A3A3A3;
}
td {
	padding: 5px;  
	background: rgba(255, 255, 255, 0.5);
}
th {
	padding: 5px;
    	background: rgba(230, 230, 230, 0.5);
	font-weight: bold;
}

td.topalign, th.topalign {
	vertical-align: top;
}
td.norightborder, th.norightborder {
	border-right:0px;
}

table.cl, table.cl tr, table.cl td, table.cl th{
	border:0px;padding: 0px; margin: 0px;
	background-color: transparent; !important;
}



table.booklist, table.booklist tr, table.booklist td, table.booklist th{
	border:0px;padding: 0px; margin: 0px;
	background-color: transparent; !important;
}
table.booklist td {
	vertical-align: top;
	padding: 0px 5px 40px 10px;
}
table.booklist td.inner {
/*	border-right: 1px solid #A3A3A3;*/
}


table.sborniklist {
  display: block;
  overflow: scroll;
  max-height: 500px;
  width: 80%;

}



/**** rightmenu ***/
.rightmenu {
	margin: 0 0 0 10px;
	padding: 5px;
	display: block;
	float: right;
	width: 300px;
	background: #f8f8f8;
	border: solid 1px #cccccc; 

	position: relative;  
}

.rightmenu:before, .rightmenu:after {
	content: '';
	position: absolute;
	
	width: 60%;
	height: 20px;
	
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
	
	-webkit-transform: rotate(-4deg) skew(-10deg);
	-moz-transform: rotate(-4deg) skew(-10deg);
	-o-transform: rotate(-4deg) skew(-10deg);
	-ms-transform: rotate(-4deg) skew(-10deg);
	transform: rotate(-4deg) skew(-10deg);
	
	left: 10px;
	bottom: 13px;
	z-index: -1;
}

.rightmenu:after {
	left: auto;
	right: 10px;
	
	-webkit-transform: rotate(4deg) skew(10deg);
	-moz-transform: rotate(4deg) skew(10deg);
	-o-transform: rotate(4deg) skew(10deg);
	-ms-transform: rotate(4deg) skew(10deg);
	transform: rotate(4deg) skew(10deg);
}




.floatleft {
	margin: 0 10px 0 0;
	float: left;
}

.floatright {
	margin: 0 0 0 10px;
	float: right;
}



/*  *** PRINT PAGE **  */
@media print{

.printOnly {display: block;}

header {display: none;}
.rightmenu {display: none;}



.bg {
    height: auto;
    min-height: inherit;
    margin: 0px;
}
.page-buffer {display: none;}



hgroup, h1, #intro {padding: 0px; margin: 0px; height: auto;}
h1 {font-size: 25px;}
h2 {display: none;}
#intro {border-bottom: 1px solid black;}


footer {border-top: 1px solid black;}
#FooterTwo, #FooterTree, footer .container {padding: 0px; margin: 0px; height: auto;}

*{background:transparent !important;color:black !important;box-shadow:none !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important;}

a,a:visited{text-decoration:none;border: none;}
pre,blockquote{border:1px solid #999;page-break-inside:avoid;}
thead{display:table-header-group;}
tr,img{page-break-inside:avoid;}
img{max-width:100% !important;}
p,h2,h3,h4{orphans:3;widows:3;}
h2,h3,h4{page-break-after:avoid;}
@page{margin:1cm;}
}


