@charset "UTF-8";
/* CSS Document */

.head {
	height:185px;
	width:100%;	
	min-width:1000px;
}
.logo {
	position:absolute;
	left:40px;
	top:22px;	
}
.ligh {
	color:#CE0000;
	font-size:30px;
	position:absolute;
	left:160px;
	top:32px;
	font-weight:bold;	
	font-family:Arial, Helvetica, sans-serif;
}
.headtext {
	position:absolute;
	left:160px;
	top:80px;
	width:430px;	
}
.hright {
	margin-left:580px;	
}
.slogo {
	position:absolute;
	width:47px;
	height:47px;
	background-image:url(../images/skype.png);
	top:58px;	
}
.skype {
	position:absolute;
	left:4px;
	top:185px;
	background-image:url(../images/skype.png);
	width:38px;
	height:38px;
}
.skype:hover {
	background-image:url(../images/skype.png);
	background-position:0 -38px;
	cursor:pointer;	
}


.langs {
	margin-left:auto;
	width:200px;
	padding-top:30px;	
}
.linemenu {
	background: #e50000;
	background: #d21d00; /* Old browsers */
	background: -moz-linear-gradient(top, #d21d00 0%, #a31500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d21d00), color-stop(100%,#a31500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d21d00 0%,#a31500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d21d00 0%,#a31500 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d21d00 0%,#a31500 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d21d00', endColorstr='#a31500',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d21d00 0%,#a31500 100%); /* W3C */
	background-position:center;
	background-repeat:repeat-x;
	height:40px;
	margin-left:46px;
	border-radius:50px 0 0 50px;
	-moz-border-radius:50px 0 0 50px;
	-webkit-border-radius:50px 0 0 50px;
}
.slang {
	background-image:url(../images/slang.png);
	background-position:0 0 0px 0;
	background-repeat:no-repeat;
	height:19px;
	width:39px;
	position:absolute;
	left: 55px;
	top: 192px;
	cursor:pointer;
	padding-top:6px;
	padding-left:6px;
}
.slang:hover {
	background-position:0px -25px;
}
.slanglabel {
	width:184px;
	position:absolute;
	top: 33px;
	left: -24px;
	display:none;
	z-index:1;
}
	.slangcen {
		background-image:url(../images/slang/top.png);
		padding:25px 28px 0 27px;
	}
	.slangbot {
		background-image:url(../images/slang/bot.png);
		height:43px;	
	}
	.slanglabel a {
		color:#000;	
	}
.alang {
	color:#c80e00;
	background-image:url(../images/slang/bgbutc.png);
	opacity:0.5;
	filter: alpha(opacity=50)
}
.lang {
	border:1px solid #fff;
	border-bottom:1px solid #d5d9e1;
	font-weight:bold;
	padding:3px 0 3px 10px;
	margin-top:4px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#FFF;
	background-image:url(../images/slang/bgbut.png);
	background-position:center;
}
.lang:hover {
	border:1px solid #a7eafb;
	color:#c80e00;
	cursor:pointer;
	background-image:url(../images/slang/bgbut_.png);
}
/*Меню*/
.mainmenu {
	margin-left:115px;
	padding-top:10px;
	text-align:justify;
}
.mainmenu a {
	margin:auto;
	width:100px;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:35px;
}
.mainmenu a:hover {
	text-shadow:2px 2px 10px #fff;	
}

.content {
	width:100%;
	margin-bottom:10px;
}
.rightblock {
	min-width:240px;
	vertical-align:top;
	background-color:#dee4ea;
	border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
}
.rightblock a {
	text-decoration:none;
}
.rightblock a:hover {
	text-decoration:underline;
}
.marketblock {
	width:100px;
	vertical-align:top;
}

.fspace {
	height: 50px;
	clear: both;
}
.footer {
	background-color:#f0f0f0;
	margin-top: -51px;
	border-top:1px solid #ccc;
} 
.copyright {
	position:absolute;
	left:46px;
	top:19px;
	white-space:nowrap;	
}
.chat {
	background-image:url(../images/chat.png);
	width:310px;
	height:44px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	text-shadow:0px -1px 0px #333;
	position:absolute;
	top:-44px;
	padding-top:10px;
	display:none;
}
.authtext {
	width:100%;
	margin:auto;
	display:block;
	margin-top:5px;
	margin-bottom:5px;
}
.authtext:focus {
	box-shadow:0px 0px 4px #d21d00;
	-webkit-box-shadow:0px 0px 4px #d21d00;
	-moz-box-shadow:0px 0px 4px #d21d00;
	border:1px solid #d21d00;
}
.regtext {
    width:200px;
}
.selcontry {
    width:100px;
}
.titleblock {
	color:#cd2800;
	margin:10px;
	font-weight:bold;
}

.authblock {
	width:200px;
	margin:auto;
	margin-bottom:40px;
}
.floatauth {
	float:left;
}
.err {
    color:#cd2800;
    font-weight:bold;
}
.suc {
    color:#6C0;
    font-weight:bold;
}
.userblock {
    width:200px;
    margin:auto;
    margin-bottom:10px;
}
.username {
    font-weight:bold;
	margin-bottom:5px;
}
.profilelinks {
    margin-left:10px;
}
.profilelinks a {
    display:block;
    color:#900;
    padding:2px;
}
.profilelinks a:hover {
    text-decoratiion:underline;
}
/*Форма регистрации*/

.labelfield {
    color:#666;
}
.lineregfield {
    margin:5px;
    margin-top:8px;
    margin-bottom:8px
}
.center {
    padding-left:47px;
	padding-top:20px;
	padding-right:10px;
}
.center i{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #fceabb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 54%, #f8b500 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(54%,#fccd4d), color-stop(99%,#f8b500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 54%,#f8b500 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 54%,#f8b500 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 54%,#f8b500 99%); /* IE10+ */
	background: linear-gradient(top,  #fceabb 0%,#fccd4d 54%,#f8b500 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#f8b500',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-style: normal;

}

.nicEdit-main i {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #fceabb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 54%, #f8b500 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(54%,#fccd4d), color-stop(99%,#f8b500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 54%,#f8b500 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 54%,#f8b500 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 54%,#f8b500 99%); /* IE10+ */
	background: linear-gradient(top,  #fceabb 0%,#fccd4d 54%,#f8b500 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#f8b500',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.center u{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff3019 0%, #bc0603 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#bc0603)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff3019 0%,#bc0603 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff3019 0%,#bc0603 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff3019 0%,#bc0603 100%); /* IE10+ */
	background: linear-gradient(top,  #ff3019 0%,#bc0603 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#bc0603',GradientType=0 ); /* IE6-9 */
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.nicEdit-main u{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff3019 0%, #bc0603 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#bc0603)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff3019 0%,#bc0603 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff3019 0%,#bc0603 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff3019 0%,#bc0603 100%); /* IE10+ */
	background: linear-gradient(top,  #ff3019 0%,#bc0603 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#bc0603',GradientType=0 ); /* IE6-9 */
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	margin: 1px;
}

.reglink {
    text-align:center;
    margin-top:30px;
}
.divprofle {
	background-color:#dde4ea;
	padding:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#231b15;
	margin-bottom:20px;
}
.proftit {
	font-size:16px;
	padding:5px;
}
.lprofil {
	margin:5px;
}
.regform {
	width:215px;
	margin:auto;
	text-align:right;
}
.profilebut {
	margin-left:15px;
	border-radius:0 0 5px 5px !important;
	-moz-border-radius:0 0 5px 5px !important;
	-webkit-border-radius:0 0 5px 5px !important;
}
.empt {
	background-color:#fff;
	border:1px solid #d21d00 !important;
}
.emptl {
	border:1px solid #d21d00;
	background-color:#FFF;
	padding:2px;
	color:#d21d00;
	position:absolute;
	top:7px;
	left:192px;
	font-size:9px;
	white-space:nowrap;
	border-radius:5px 0 5px 0;
	-moz-border-radius:5px 0 5px 0;
	-webkit-border-radius:5px 0 5px 0;
	
}

/* Стили блога */
.blogpost {
	
}
.center h2 {
	font-family:'Lucida Grande',verdana;
	font-size:1.6em;
	margin:0 0 10px 0;
}
.blogdescr {
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.bloghdrs {
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:14px;
}
.bloghdrsw {
    margin-left:0px;
    margin-bottom:5px;
}
.imgprev {
	padding:2px;
	border:1px solid #ccc;
	margin:0 5px 5px 0;
	float:left;
}
.glass {
	position:absolute;
	left:3px;
	top:3px;
}
.divaddcomm {
    background-color:#eee;
    padding:5px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    text-align:center;
}
.divaddcomm textarea {
    
    width:99%;
}
.commentdiv {
    background-color:#fff;
    padding:5px;
	margin:0 15px 0 15px;
	border-left:1px solid #ddd;
}
.commentdiv span {
    display:block;
    padding-left:10px;
    padding:5px;
	margin-top:3px;
	border-left:2px solid #ccc; 
}
.commentfmod {
	background: #f4f4f4; /* Old browsers */
	border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
}
.lineauth {
	font-size:10px;
}
.notcomment {
	border:0;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	background-color:#F4F5E8;
	padding:10px;
}
.prsubmenu {
    margin-left:10px;
}
.prsubmenu a {
    color:#08C;
}
.prsubmenu a:hover {
    text-decoration:underline;
}
.tablestspart {
    background-color:#bbb;
    width:99%;
    text-align:center;
}
.tablestspart tr {
    background-color:#fff;
    height:25px;
}
.trstspart td {
	background: #f4f5e8; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f5e8 0%, #f0f4ba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f5e8), color-stop(100%,#f0f4ba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f5e8 0%,#f0f4ba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f5e8 0%,#f0f4ba 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f4f5e8 0%,#f0f4ba 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5e8', endColorstr='#f0f4ba',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f4f5e8 0%,#f0f4ba 100%); /* W3C */
    font-size:100%;
}
.checksubs {
    padding-top:10px;
    color:#aaa;
}
.subinfo {
	padding-left:10px;
	margin-top:-17px;
	color:#666;
}
.ok {
	background-image:url(../images/ok.png);
	width:30px;
	height:30px;
	position:absolute;
	left:-24px;
	top:-20px;
}
.formSubscribe {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	padding: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border:1px solid #ccc;
	width: 200px;
	margin: auto;
}
.divSubscribe {
	margin:5px;
}
.okDiv {
	border: 1px solid #7fe461;
	background-color: #d9ffcd;
	box-shadow: 0px 0px 5px #7fe461;
	-moz-box-shadow: 0px 0px 5px #7fe461;
	-webkit-box-shadow: 0px 0px 5px #7fe461;
	width: 200px;
	padding: 5px;
	color: #308f13;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: auto;
}
.errorDiv {
	border: 1px solid #f00;
	border-top: 0;
	background-color: #ffcccc;
	color: #a40000;
	border-radius: 0 0 5px 5px;
	width: 145px;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	margin: auto;
	padding: 5px;
	text-align: center;

}
.a_theme {
	border:1px solid #ccc;
	padding: 2px;
	margin: 5px;
	width: 500px;
}
.orderButton {
	padding: 0 10px 2px 10px;
	font-family: "Arial Black";
	font-size:20px;
	background: #cbdd87; /* Old browsers */
	background: -moz-linear-gradient(top, #cbdd87 0%, #7bb500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbdd87), color-stop(100%,#7bb500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cbdd87 0%,#7bb500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cbdd87 0%,#7bb500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cbdd87 0%,#7bb500 100%); /* IE10+ */
	background: linear-gradient(top, #cbdd87 0%,#7bb500 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbdd87', endColorstr='#7bb500',GradientType=0 ); /* IE6-9 */
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: 0;
	text-decoration: none;
	color: #fff;
}
.orderButton:hover {
	box-shadow: 0px 0px 10px #7bb500;
	-moz-box-shadow: 0px 0px 10px #7bb500;
	-webkit-box-shadow: 0px 0px 10px #7bb500;
	text-decoration: none;
}
.qanswer {
	padding:10px;
	display:none;
}
.faq a {
	color:#900;
	font-size:16px;
}
.vodeohtml {
	margin-top: 10px;
}
