﻿/* $Id$ */

/**
 * @file
 * Form Styling
*/
#node-1846 #webform-component-product.webform-component.webform-component-select,
#node-1851 #webform-component-product.webform-component.webform-component-select,
#node-1876 #webform-component-product.webform-component.webform-component-select{
	display:none;
}


#node-1846.node.node-type-webform.node-by-viewer.clearfix div.content form#webform-client-form-1846.webform-client-form div fieldset#webform-component-chto-zakazat.webform-component-fieldset{
	width:412px;
}


#webform-client-form-1765,
#webform-client-form-688
{
	max-width:600px;
}

#webform-component-privacy{
	display:block;
	float:left;
}


#webform-component-chto-zakazat{
	width:412px;
}

#webform-component-chto-zakazat--parol{
	width:145px;
	float:left;
	font-size:11px;
	text-align:right;
	margin-right:35px;
}
#webform-component-chto-zakazat--trial-ver-po{
	width:230px;
	float:left;
	font-size:11px;
	text-align:right;
}


#webform-client-form-1436.webform-client-form div div#webform-component-tema.webform-component div.form-item div.form-checkboxes .form-item label.option input.form-checkbox{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}

#webform-client-form-1436.webform-client-form div div#webform-component-tema.webform-component div.form-item div.form-checkboxes div#edit-submitted-tema-77-wrapper.form-item label.option input#edit-submitted-tema-77.form-checkbox{
	margin-bottom:40px;
}
#webform-client-form-1436.webform-client-form div div#webform-component-tema.webform-component div.form-item div.form-checkboxes div#edit-submitted-tema-76-wrapper.form-item label.option input#edit-submitted-tema-76.form-checkbox{
	margin-bottom:40px;
}
#webform-client-form-1436.webform-client-form div div#webform-component-tema.webform-component div.form-item div.form-checkboxes div#edit-submitted-tema-74-wrapper.form-item label.option input#edit-submitted-tema-74.form-checkbox{
	margin-bottom:40px;
}
#webform-client-form-1436.webform-client-form div div#webform-component-tema.webform-component div.form-item div.form-checkboxes div#edit-submitted-tema-73-wrapper.form-item label.option input#edit-submitted-tema-73.form-checkbox{
	margin-bottom:40px;
}
#webform-client-form-1436.webform-client-form div div#webform-component-tema.webform-component div.form-item div.form-checkboxes div#edit-submitted-tema-71-wrapper.form-item label.option input#edit-submitted-tema-71.form-checkbox{
	margin-bottom:40px;
}
#webform-client-form-1436.webform-client-form div div#webform-component-tema.webform-component div.form-item div.form-checkboxes div#edit-submitted-tema-69-wrapper.form-item label.option input#edit-submitted-tema-69.form-checkbox{
	margin-bottom:40px;
}


#webform-client-form-1436 .form-item .form-item{
margin-bottom:20px;
}

#edit-submitted-time43-wrapper{
	
}

form#webform-client-form-690.webform-client-form div div#webform-component-day.webform-component{
	display:none;
}

form#webform-client-form-521.webform-client-form div div#webform-component-day.webform-component{
	display:none;
}


.form-item,
.form-checkboxes,
.form-radios /* Wrapper for a form element (or group of form elements) and its label */ {
    margin: 1em 0;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error /* Highlight the form elements that caused a form submission error */ {
    border: 2px solid #c00;
}

.form-item label /* The label for a form element */ {
    display: block;
    font-weight: normal;
}

.form-item label.option /* The label for a radio button or checkbox */ {
    display: inline;
    font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */ {
    color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */ {
    font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item /* Pack groups of checkboxes and radio buttons closer together */ {
    margin: 0.4em 0;
}

.form-submit /* The submit button */ {
}

.container-inline div,
.container-inline label /* Inline labels and form divs */ {
    display: inline;
}

.tips /* Tips for Drupal's input formats */ {
}


/*
 * Search (search-theme-form.tpl.php)
*/
#search-box /* Wrapper for the search form */ {
}

#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */ {
    display: none;
}


/*
 * Search (search-block-form.tpl.php)
*/
#search-block-form /* Wrapper for the search form */ {
}

#edit-search-block-form-1-wrapper label /* Label that says "Search this site:" */ {
    display: none;
}


/*
 * Drupal's default login form block
*/
#user-login-form {
    text-align: left; /* LTR */
}


/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
*/

#user-login-form ul /* OpenID creates a new ul above the login form's links. */ {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}

#user-login-form li.openid-link /* The "Log in using OpenID" link. */ {
    margin-top: 1em;
    margin-left: -20px; /* LTR */ /* Un-do some of the padding on the ul list. */
}

#user-login-form li.user-link /* The "Cancel OpenID login" link. */ {
    margin-top: 1em;
}

#user-login ul {
    margin: 1em 0;
}

#user-login li.openid-link,
#user-login li.user-link /* The OpenID links on the /user form. */ {
    margin-left: -2em; /* LTR */ /* Un-do all of the padding on the ul list. */
}

#ajax-form .form-submit{
    display: none;
}

/*
 * Drupal admin tables
 *
 * We overrode these styles in html-elements.css, but restore them for the admin
 * section of the site.
*/

form tbody {
    border-top: 1px solid #ccc;
}

form th,
form thead th {
    text-align: left; /* LTR */
    padding-right: 1em; /* LTR */
    border-bottom: 3px solid #ccc;
}

form tbody th {
    border-bottom: 1px solid #ccc;
}

#field_tabs_values {
    width: 100%;
}
#field_tabs_values .delta-order{
    width: 50px;
}

.preloader {
    background:  url("/misc/ajax-loader.gif") right no-repeat;
    padding-right: 30px !important;
}
/*Переключатель языка*/

#language {
    list-style: none;
    margin: 4px 0;
    overflow: hidden;
}
#language a{
    text-decoration: none;
    color: #30747B;
}
.text_not_flag_lang_active{
    text-decoration: underline;
    color: #30747B;
}
#language li{
    list-style: none;
    float: left;
    width: 24px;
    margin-left: 8px;
}

#language li.ru{
    background: url(../images/lang/ru.jpg) left no-repeat;
}
#language li.en{
    background: url(../images/lang/en.jpg) left no-repeat;
}
#language li.es{
    background: url(../images/lang/es.jpg) left no-repeat;
}
#language li.us{
    background: url(../images/lang/us.jpg) left no-repeat;
}
#language li.ru.active{
    background: url(../images/lang/ru_active.jpg) left no-repeat;
}
#language li.en.active{
    background: url(../images/lang/en_active.jpg) left no-repeat;
}
#language li.es.active{
    background: url(../images/lang/es_active.jpg) left no-repeat;
}
#language li.us.active{
    background: url(../images/lang/us_active.jpg) left no-repeat;
}
ul#language {
    list-style: none;
    display: block;
    margin:0px;
    padding:0px;
}
    ul#choose_language {
    list-style: none;
    display: block;
    margin:0px;
    padding:0px;
}
ul#language > li {
    float: left;
    position: relative;
}
ul#language > li > a {
    display: block;
    text-decoration: none;
}
ul#choose_language {
    position: relative;
    width: 30px;
    top: 0px;
    left:-10px;
    display: none;
    z-index: 10;
}
ul#choose_language > li {
    display: block;
    text-align: center;
}
ul#choose_language > li > a {
    display: block;
    text-decoration: none;

}

ul#language > li:hover > ul#choose_language {
    display: block;
}
    #choose_language > li:first-child{
        border-bottom-color: #eee;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }
    #choose_language > li{
        width: 30px;
        padding: 0;
        margin: 0;
        background-color: #f9f9f9;

    }
        #choose_language > li:hover{
        display:block;
    }
    #choose_language:hover > li {
        display: block;
    }
    .text_not_flag_lang{
        color: #30747B;
    }
/* Тулбар с тенью */
.shadowbar {
    background: url(../images/shadow-bar-right.png) right no-repeat;
    height: 52px;
    padding-right: 4px;
    margin-top: 10px;
}
.shadowbar .shadowbar-wrapper {
    background: url(../images/shadow-bar-left.png) left no-repeat;
    padding: 10px 10px 10px 15px;
    height: 32px;
}

.shadowbar .shadowbar-wrapper li {
    float: left;
    margin-right: 15px;
    padding: 5px 0;
}

#node-1586 .shadowbar.clear ul.shadowbar-wrapper.menu li,
#node-1587 .shadowbar.clear ul.shadowbar-wrapper.menu li
{
	padding: 0;
}


/* Текст на тулбаре */
.shadowbar .shadowbar-wrapper li h3{
    margin: 0;
}
.shadowbar .shadowbar-wrapper li span {
    font-size: 1.15em;
    display: block;
}
.shadowbar .shadowbar-wrapper li.button-wrapper {
    padding: 0;
}
/*Поле с кнопками*/
.buttons-pane {
    border-top: 1px dotted #B0AFA3 !important;
    padding: 15px 27px 5px;
    margin: 0 -27px;
    overflow: hidden;
}
.buttons-pane.menu li{
    margin-right: 15px;
    float: left;
}
/*Кнопка серая*/
.ui-button,
.order-button {
    display: inline-block;
    background: url(../images/order-button-right.png) right no-repeat;
    /*    height: 31px;*/
    padding: 0 4px 0 0 !important;
    border: none;
}
.ui-button .ui-button-text,
.order-button a{
    display: inline-block;
    height: 22px;
    white-space: nowrap;
    padding: 3px 8px 6px 25px !important;
    background: url(../images/order-button-left.png) left no-repeat;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.order-button2 a{
	display: inline-block;
	height: 52px;
	white-space: nowrap;
	padding: 20px 45px 0px 25px !important;
	background: url(../images/order-button-new.png) left no-repeat;
	color: #000;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}


/*Форма узнать цену*/
#popup-content-area .webform-client-form #webform-component-product,
#popup-content-area .webform-client-form #webform-component-produkt-2,
#popup-content-area .webform-client-form #webform-component-produkt-3,
.webform-client-form #webform-component-product-name,
#popup-content-area .webform-client-form #edit-submit {
    display: none;
}
.node .webform-client-form #edit-actions {
    clear: both;
}

.webform-client-form #webform-component-subscribe,
.webform-client-form #webform-component-s-kem,
.webform-client-form #webform-component-company,
.webform-client-form #webform-component-source-info,
.webform-client-form #webform-component-specification,
.webform-client-form #webform-component-used-mike{
    clear: both;
}
.webform-client-form #webform-component-product select,
.webform-client-form #webform-component-produkt select,
.webform-client-form #webform-component-produkt-2 select,
.webform-client-form #webform-component-produkt-3 select,
.webform-client-form #webform-component-solution select,
.webform-client-form #webform-component-product-select select,
.webform-client-form #webform-component-serial-number input,
.webform-client-form #webform-component-subject select,
.webform-client-form #webform-component-comments textarea,
.webform-client-form #webform-component-comments41 textarea,
.webform-client-form #webform-component-comments53 textarea,
.webform-client-form #webform-component-comments55 textarea,
.webform-client-form #webform-component-comments59 textarea,
.webform-client-form #webform-component-tech textarea,
.webform-client-form #webform-component-s-kem input,
.webform-client-form #webform-component-company input,
.webform-client-form #webform-component-fio input,
.webform-client-form #webform-component-source-info select,
.webform-client-form #webform-component-uats select,
.webform-client-form #webform-component-dolzhnost input,
.webform-client-form #webform-component-primary-current-business input,
.webform-client-form #webform-component-comments33 textarea,
.webform-client-form #webform-component-website input,
.webform-client-form #webform-component-address input,
.webform-client-form #webform-component-location input,
.webform-client-form #webform-component-first-name input,
.webform-client-form #webform-component-last-name input,
.webform-client-form #webform-component-title input,
.webform-client-form #webform-component-assist-comment textarea,
.webform-client-form #webform-component-end-users-contact-name input,
.webform-client-form #webform-component-amount-quoted input,
.webform-client-form #webform-component-used-mike input,
.webform-client-form #webform-component-describe-problem textarea,
.webform-client-form #webform-component-previous-products input
{
    width: 424px;
}

#node-1827 .form-item input#edit-submitted-oblast-nauchnyh-interesov.form-text{
	width: 424px;
}


#node-653.node .form-item input#edit-submitted-fio-name.form-text,
#node-653.node .form-item input#edit-submitted-organizaciya.form-text,
#node-653.node .form-item input#edit-submitted-url.form-text,
#node-653.node .form-item input#edit-submitted-gorod.form-text,
#node-653.node .form-item input#edit-submitted-telefon.form-text,
#node-653.node .form-item input#edit-submitted-email.form-text
{
	width: 424px;
}

#node-653 #webform-component-uchastie-v-neformalnoy-programme.webform-component-fieldset{
	width: 424px;
}


#node-653.node div.content form#webform-client-form-653.webform-client-form div div#webform-component-email.webform-component
{
	float:none;
	margin-right:0;
}



.webform-client-form #webform-component-specification{
    width: 450px;
}


.field-field-where .field-label-inline-first{
	height:25px;
}

#node-119.node div.content form#webform-client-form-119.webform-client-form div div#webform-component-time43.webform-component{
	display:none;
}


.webform-client-form #webform-component-day,
.webform-client-form #webform-component-time,
.webform-client-form #webform-component-time43,
.webform-client-form #webform-component-country,
.webform-client-form #webform-component-city,
.webform-client-form #webform-component-email,
.webform-client-form #webform-component-phone,
.webform-client-form #webform-component-user-email,
.webform-client-form #webform-component-user-phone,
.webform-client-form #webform-component-kolichestvo
 {
    float: left;
    margin-right: 20px;
}

#nid-1990 .webform-client-form #webform-component-city,
#node-1990 .webform-client-form #webform-component-city{
	float: none;
}

#node-1876 .webform-client-form #webform-component-email,
#node-689 .webform-client-form #webform-component-email,
#node-883 .webform-client-form #webform-component-email
{
	float:none;
}




#node-1765.node div.content form#webform-client-form-1765.webform-client-form div #webform-component-headquarter-location,
#node-1765.node div.content form#webform-client-form-1765.webform-client-form div #webform-component-user-information,
#node-1765.node div.content form#webform-client-form-1765.webform-client-form div #webform-component-address{
    clear: left;
}

#node-1765.node div.content form#webform-client-form-1765.webform-client-form div #webform-component-target-market,
#node-1765.node div.content form#webform-client-form-1765.webform-client-form div #webform-component-solution-interest,
#node-1765.node div.content form#webform-client-form-1765.webform-client-form div #webform-component-company-details,
#node-1765.node div.content form#webform-client-form-1765.webform-client-form div #webform-component-business-details{
    margin-top: 20px;
}

#node-1783 #webform-client-form-1783 #webform-component-deal-details p,
#node-1765.node div.content form#webform-client-form-1765.webform-client-form div #webform-component-user-information p,
#node-1765.node div.content form#webform-client-form-1765.webform-client-form div #webform-component-headquarter-location p{
	padding-top: 20px;
}
#node-1765.node div.content form#webform-client-form-1765.webform-client-form div #webform-component-target-market{
	float: left;
	margin-right: 15px;
}

#node-1765.node div.content form#webform-client-form-1765.webform-client-form div #webform-component-solution-interest{
	float: left;
}


#node-1765.node div.content form#webform-client-form-1765.webform-client-form div #webform-component-target-market div.form-item label,
#node-1765.node div.content form#webform-client-form-1765.webform-client-form div #webform-component-solution-interest div.form-item label{
	font-size: 13px;
}

#node-1783 #webform-client-form-1783 #webform-component-deal-details,
#node-1783 #webform-client-form-1783 #webform-component-end-user-info,
#node-1783 #webform-client-form-1783 #webform-component-end-users-contact-name,
#node-1766 #webform-client-form-1766 #webform-component-title{
	clear: left;
}
#node-1766.node div.content form#webform-client-form-1766.webform-client-form div #webform-component-assist-comment{
	margin-top: 20px;
}


.webform-client-form #webform-component-country .form-item,
.webform-client-form #webform-component-city .form-item,
.webform-client-form #webform-component-email .form-item,
.webform-client-form #webform-component-phone .form-item ,
.webform-client-form #webform-component-user-email .form-item,
.webform-client-form #webform-component-user-phone .form-item{
    margin: 0 0 1em 0;
}
.webform-client-form #webform-component-day select,
.webform-client-form #webform-component-time select,
.webform-client-form #webform-component-country select,
.webform-client-form #webform-component-country input,
.webform-client-form #webform-component-city input,
.webform-client-form #webform-component-email input,
.webform-client-form #webform-component-phone input, 
.webform-client-form #webform-component-user-email input,
.webform-client-form #webform-component-user-phone input,
.webform-client-form #webform-component-city2 input
{
    width: 200px;
}


#node-1342 .webform-client-form #webform-component-city input,
#node-1342 .webform-client-form #webform-component-country input,
#node-1342 .webform-client-form #webform-component-phone input, 
#node-1342 .webform-client-form #webform-component-email input
{
	 width: 400px;
}



#webform-client-form-689 #webform-component-email input,
#webform-client-form-883 #webform-component-email input
{
	width: 99%;
}




.webform-client-form .webform-component-select select#edit-submitted-kolichestvo.form-select,
.webform-client-form .webform-component-select select#edit-submitted-komplekt-postavki.form-select.required{
	width: 204px;
	
}


#node-1876 .webform-client-form #webform-component-email input,
#node-1876 .webform-client-form #webform-component-phone input{
	width: 424px;
}

.webform-client-form #webform-component-callback-name input,
.webform-client-form #webform-component-callback-phone input,
.webform-client-form #webform-component-e-mail input,
.webform-client-form #webform-component-calltime input,
.webform-client-form #webform-component-callrequest-company input,
.webform-client-form #webform-component-callrequest-country select
{
	width: 95%;
}
.webform-client-form #webform-component-subject45 textarea
{width: 95%;}

#edit-submitted-day-day-wrapper.form-item select#edit-submitted-day-day.form-select,
#edit-submitted-day-month-wrapper.form-item select#edit-submitted-day-month.form-select,
#edit-submitted-day-year-wrapper.form-item select#edit-submitted-day-year.form-select{
	width: 140px;
}

#webform-client-form-1491 #webform-component-day.webform-component{
	float:none;
}
#webform-client-form-1491 span.fckeditor_popuplink,
#webform-client-form-1491 .textarea-identifier{
	display:none;
}

#webform-client-form-1887 #webform-component-komplekt-postavki {
	float:left;
}

#webform-client-form-1887 #webform-component-fio {
	clear:both;
}

#webform-client-form-1887 #edit-submitted-product{
	width:428px !important;
}

#webform-client-form-1887 #edit-submitted-subscribe-1-wrapper{
	padding:10px 0 5px;
}
.webform-client-form #webform-component-system-data-file{
	width:380px;
}

#node-2092 .webform-client-form #webform-component-system-data-file{
	width:360px;
}

#node-2092 #edit-system-data-file{
	margin:5px 0 10px 0;
}

.webform-client-form #webform-component-download-voco {
    display: none;
}

#webform-client-form-2140.webform-client-form #edit-submitted-title {
    width: 453px;
}
#webform-client-form-2140.webform-client-form #edit-submitted-primary-current-business {
    width: 453px;
}



/*Яндекс карты*/
table.YMaps-b-balloon-frame {
    margin-bottom: 0;
}
.YMaps-balloon .map_message {
    max-width: 430px
}
.YMaps-balloon .map_message .contact{
    text-align: right;
    overflow: hidden;
    margin-bottom: 4px;
}
.YMaps-balloon .map_message .contact div{
    display: block;
    float: left;
    margin-right: 15px;
    width: 100px;
    text-align: left;
    border-bottom: none;
    height: 16px;
    margin-bottom: 5px;
}
ul.YMaps-btn-list {
    padding: 0;
    margin: 0;
}


#edit-submitted-have-you-used-products-1-wrapper{
	width: 50px;
	height:20px;
	float:left;
}
#edit-submitted-have-you-used-products-2-wrapper{
	width: 415px;
	height:20px;
	float:left;
}
#webform-client-form-1426{
	width:472px;
}
#edit-submitted-privacy-1-wrapper{
	font-size:12px;
}
#edit-submitted-subscribe-1-wrapper{
	font-size:12px;
}

#webform-component-subscribe .description{
		font-size:10px;
}
.captcha .description{
	font-size:12px;
}

#webform-client-form-1390
{
    width: 472px;
}


#node-1342 #webform-client-form-1390
{
    width: 100%;
}

#node-1342  #edit-submitted-have-you-used-products-2-wrapper{
	width: 305px;
}