html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
	text-align: center;
}

/*Links*/
a:link  {text-decoration:none; color: #0066CC;}
a:visited {text-decoration:none; color: #0066CC;}
a:hover {text-decoration:underline; color: #0066CC;}
a:active {text-decoration:underline; color: #0066CC;}

.mainp td 
{
vertical-align:top;
text-align:left;
}

.mainp
{
	border:"0";
	margin:0;
	padding:0;
}
 
.mainp th
{
    margin:0;
	padding:0;
	font-size:100%;
	color: #4F4F4F;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	text-align: left;
	font-weight: bold;
	
}

h1.mainh1
{
    margin:0;
	padding:0;
	font-size:100%;
	color: #0066cc;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	text-align: left;
	font-weight: bold;

}

.mainphead
{
	position: relative;
	left: -13px;

}

th.mainp12
{
    margin:0;
	padding:0;
	font-size:130%;
	/*color: #4F4F4F;*/
	color: #FFFFFF;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	text-align: left;
	font-weight: normal;
	height: 36px;
	background: transparent url(images/mainp1_center.jpg) repeat-x;
	/*text-align: center;*/
}

th.mainp1
{
    margin:0;
	padding:0;
	font-size:130%;
	color: #4F4F4F;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	text-align: left;
	font-weight: normal;
	height: 36px;
	/*background: transparent url(/bitrix/templates/luxand/images/mainp1_center.jpg) repeat-x;
	text-align: center;*/
}

p.mainp1
{
    margin:0;
	padding:0;
	font-size:130%;
	color: #4F4F4F;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	text-align: left;
	font-weight: normal;
	height: 36px;
}

.samplepictable
{
	border: "0";
	width: "600px";
}
	
.samplepicimg
{
	margin:0;
	vertical-align:top;
	height: 70px;
	width: 120px;
}

.samplepic
{
	margin:0;
	vertical-align:top;
	height: 77px;
	width: 120px;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	color: #333;
	background-color: #fff;
}

/*Font in table*/
table
{
	font-size:100%;
}



small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
	height:79px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #FFFFFF;
	border-bottom:1px solid #D6D6D6;
}

#header_logo
{
	position:absolute;
}

#header_text
{
	position:absolute;
	left:210px;
	top: 30%;
	color:#fff;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text span
{
	font-size:80%;
}

/* Header menu: home, search, feedback*/
#header_menu
{
	position:absolute;
	right:55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_search
{
	position:absolute;
	right: 8px;
	bottom: 8px;
	color:#fff;
	text-align:right;
}


#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#zebra
{
	height:20px;
	background:transparent url(images/zebra_bg.gif) left top repeat-x;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:180px;
	vertical-align:top;
	height:100%;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0 23px 10px 23px;
}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	background: #4D6990;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
	
}

/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
}

/*Data table*/
table.data-table
{
	border:1px solid #CECECE;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #CECECE;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#E1E5ED;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #CECECE;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

img.alignleft{margin-bottom: 10px;margin-right: 15px;margin-left: 15px; margin-top: 2px; float: left}
img.alignright{margin-bottom: 10px;margin-right: 15px;margin-left: 15px; margin-top: 2px; float: right}


/*main page*/
#content_block{
	width: 884px; min-width: 884px; position: relative; height:100%; text-align: center;
	margin: 0 auto;
}
#reclame{
	margin: auto 0;
	padding: 30px 0 23px 0;
}
#content_main_block{
	font-family: Tahoma,Verdana,Segoe,sans-serif; font-size: 12px;
}
#content_main_block h2{
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	padding: 0; margin: 0;
	font-weight: normal;
}

#content_main_block a{
	color: #007FD0; background-image: url('images/link_bg.gif'); background-repeat: no-repeat;
    padding-left: 8px; display: block; font-weight: bold;
}
#content_main_block p{
	color: #4F4F4F; padding: 3px 0 3px 8px; margin: 0;
}


#content_main_col1{
	width: 557px; float: left; padding-left: 15px;
}

#content_main_col2{
	width: 282px; float: left; margin-left: 7px;
}

#for_developers{
	text-align: left;
	width: 553px; clear: both; background: url('images/for_dev.jpg'); background-repeat: no-repeat; background-color: #FFFFFF;
	overflow: auto;
}
#for_developers h2, #for_home h2, #latest_news_right h2{
	margin: 5px 0 0 20px;
}
#for_websites h2, #latest_news h2{
	margin: 8px 0 0 20px;
}

#for_websites{
	text-align: left;
	width: 553px; clear: both; background: url('images/for_websites.jpg'); background-repeat: no-repeat; background-color: #FFFFFF; overflow: auto;
}

#latest_news{
	text-align: left;
	width: 553px; clear: both; background: url('images/lates_news.jpg'); background-repeat: no-repeat; background-color: #FFFFFF; overflow: auto;
}

#latest_news_right{
	text-align: left;
	width: 271px; clear: both; background: url('images/latest_news_right.jpg'); background-repeat: no-repeat; background-color: #FFFFFF; overflow: auto;
}

#for_home{
	text-align: left;
	width: 271px; clear: both; background: url('images/for_home.jpg'); background-repeat: no-repeat; background-color: #FFFFFF; overflow: auto;
}

#for_home p{
	padding: 3px 0 8px 8px; margin: 0;
}


#latest_news a, #latest_news_right a{
	background-image: none;
}

.content_text{
 	margin-left: 25px; margin-top: 20px;
}
.content_text_col{
	width: 242px; float: left; position: relative; padding-right: 10px;
}
.news_date{
	font-size: 11px;
	font-weight: bold;
 	color: #8D8E8E;
}
.news_content{
	color: #4F4F4F; padding: 3px 0 0 0;
}
.news_read_more{
	text-align: right;
}

.content_main_col1_sep{
	width: 100%; position: relative; clear: both; height: 20px;
}

.content_main_col1_sep_int{
	width: 100%; position: relative; clear: both; height: 5px;
}


/*search form*/

.search-form
{
	background-color: transparent;
	display:inline-block;
	height: 20px; 
	padding-top: 5px; 
	padding-left: 100px; 
	margin: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	width: 168px;
	vertical-align: top;
}

#search{
	position: relative; height: 36px; float: right; margin-right: 30px; width: 185px;
	background-color: transparent;
	/*padding-left: 80px; */
	padding-bottom: 0px;
	padding-right: 0px;
}
#search form{
	padding: 0; margin: 0;
}
#search_left{
	position: relative; width: 11px; height: 36px; float: left; background-image: url('images/search_left.jpg'); background-repeat: no-repeat;
}
#search_center{
	position: relative; width: 150px; height: 36px; float: left; background-image: url('images/search_center.jpg'); background-repeat: repeat-x;
}
#search_right{
	position: relative; width: 24px; height: 36px; float: left; background-image: url('images/search_right.jpg'); background-repeat: no-repeat;
}
#search_input{
	position: relative; display: block; width: 140px; border: 0px;color: #939292;font-style: italic;" 
}
#search_button{
	padding: 0; position: relative; display: block; width: 24px; height: 25px; border: 0px; cursor: pointer;	
}

.btn_blue {
	width: 200px;
	height: 42px;
	background-image: url("./upload_photo_btn_bg.png");
	background-size: contain;
	border: none;
	border-radius: 12px;
	color: white;
	font-weight: 800;
	padding: 2px;
}


.btn_blue_big{
	width: 245px;
	height: 73px;
	background-image: url("./upload_photo_btn_bg.png");
	background-size: contain;
	border: none;
	border-radius: 24px;
	color: white;
	font-weight: 800;
	font-size: 20px;
	padding: 2px;
	cursor:pointer;
}
.btn_blue_big:hover, .btn_blue :hover{
	background-image: url("./upload_photo_btn_bg2.png");
}
