/* $Id$ */

/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
body {
background-color: #BDBDBD;
  margin: 0;
  padding: 0;
}

#page-wrapper {
}

#page {
}

/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {
 background-image: url(../images/header.jpg);
 height: 154px;
}

#header .section {
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
  margin: 20px 0 0 27px;
  float: left;
 
}
#site-baner {
background: url(../images/baner.png) no-repeat left bottom;
margin-left: 347px;
height: 96px;
}

#site-feedback {
position: relative; /* Абсолютное позиционирование */
background: url(../images/feedback.png) no-repeat;
   left: 784px;
width: 119px;
height: 93px;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
}

/*
 * Content
 */
#content {
position: relative;
background: transparent;
}

#content .section {
/*margin-left: 116px;
margin-top: -40px;*/
}
#content  .title{
color: #07598C;
font-size: 14px;
font-weight: bold;
line-height: 0px;
position: relative;
/*top: -10px;*/
}
.view-header {
	padding-top: 5px;
}
#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
   margin-top: 16px;
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
  margin: 0;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
  margin-top: 25px;
}
.page-cart #content-area /* Wrapper for the actual page content */ {
  margin-top: 20px;
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}


ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
margin-left: 16px;
margin-right: -288px;
width: 223px;
position: relative;
z-index: 100;

}
#main2 {
	background: url(../images/bg4.gif) repeat-y;
float: left;
height: 1500px;
margin-left: 216px;
margin-top: 54px;
width: 65px;
position: relative;
z-index: 10;
}
.region-sidebar-first .section {
/*float:left;*/
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
/*margin-left: 740px;*/
margin-left: -300px;
	margin-right: 18px;
padding-left: 55px;
width: 221px;
	float: right;
}

.region-sidebar-second .section {
margin-top: -82px;

}

/*
 * Footer
 */
#footer {
}
#footer li{
color: #686868;
float: left;
font-size: 11px;
font-weight: normal;
height: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
text-decoration: underline;
}
#footer .section {
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
 background-image: url(../images/fotter.gif);
 height: 79px;
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
#block-menu-menu-footer li {
float: left;
padding: 25px 10px 0 10px;
}
#block-menu-menu-topnav ul{
margin-left: 10px;
width: 170px;
}
#block-menu-menu-footer .leaf.first {
margin-left: 310px;
}
#block-menu-menu-topnav a{
color: #B90000;
font-size: 12px;
line-height: 24px;
text-decoration: none;
font-weight: bold;
}
#block-menu-menu-topnav li{
border-bottom-color: silver;
border-bottom-style: dashed;
border-width: 1px;
}
#block-menu-menu-menu-topnav1, #block-menu-menu-menu-topnav2, #block-menu-menu-menu-topnav4, #block-menu-menu-menu-topnav5, #block-menu-menu-menu-topnav6 {
margin-top: 14px;
}
#block-menu-menu-menu-topnav1 ul, #block-menu-menu-menu-topnav2 ul, #block-menu-menu-menu-topnav4 ul, #block-menu-menu-menu-topnav5 ul, #block-menu-menu-menu-topnav6 ul{
margin-left: 10px;
width: 170px;
}

#block-menu-menu-menu-topnav1 a, #block-menu-menu-menu-topnav2 a {
color: #B90000;
font-size: 12px;
line-height: 24px;
text-decoration: none;
font-weight: bold;
}
#block-menu-menu-menu-topnav4 a, #block-menu-menu-menu-topnav5 a, #block-menu-menu-menu-topnav6 a {
color: #B90000;
font-size: 12px;
line-height: 24px;
text-decoration: none;
}
#block-block-30 a {
color: #686868;
font-size: 12px;
line-height: 24px;
text-decoration: none;
}
#block-menu-menu-menu-topnav1 li, #block-menu-menu-menu-topnav2 li, #block-menu-menu-menu-topnav4 li, #block-menu-menu-menu-topnav5 li, #block-menu-menu-menu-topnav6 li{
border-bottom-color: silver;
border-bottom-style: dashed;
border-width: 1px;
}
#block-block-30 li{
border-bottom-color: silver;
border-bottom-style: dashed;
border-width: 1px;
width: 140px;
list-style: none;
}
#block-block-30 li.laster{
border-width: 0px;
}
#block-block-30 a:hover{
	color:#000;
}
#pr-tr-top {background: #fff url(../images/pr-top.png) repeat-x;
height: 43px;
width: 688px;
}
.prtr1, .prt3r {
width: 250px;
height: 20px;
padding-left: 20px;
}
.prtr2, .prtr4{
width: 97px;
height: 10px;
}
.pr-table{
background:url(../images/pr-table-bg.png);
width: 688px;
margin: 0px;
border: 2px;
font-size: 11px;
}
.prtr-bottom {
background: #fff url(../images/pr-bottom1.png) repeat-x;
height: 20px;
width: 688px;
margin-top: -10px;
}
.tabs div{font-family:verdana;font-size:11px;}
.content-tabs div{
 width:100%;height:100%;
 background-color:#fbfbfb;
 padding-left:10px; padding-right:20px;
 color:black;
}
.name div{
float:left;
height:32px;
margin-right:2px;
}
.hide{ /* Скрытый таб */
display:none;
}
.show{ /* Видимый таб */
display:block;
}
.nonactive0{ /* Неактивный заголовок таба */
 background:url(../images/front/button_noact0.png) no-repeat;
 width:100px;
 cursor:pointer;
 color:#F6F6F6;
}
.nonactive1{
 background:url(../images/front/button_noact1.png) no-repeat;
 width:90px;
 cursor:pointer;
 color:#F6F6F6;
}
.nonactive2{
 background:url(../images/front/button_noact22.png) no-repeat;
 width:130px;
 cursor:pointer;
 color:#F6F6F6;
}
.nonactive3{
 background:url(../images/front/button_noact3.png) no-repeat;
 width:70px;
 cursor:pointer;
 color:#F6F6F6;
}
.active0{ /* Активный заголовок таба */
 background:url(../images/front/button_act0.png) no-repeat;
 width:100px;
 cursor:default;
 color:#FF0000;
}
.active1{
 background:url(../images/front/button_act1.png) no-repeat;
 width:90px;
cursor:default;
 color:#FF0000;
}
.active2{
 background:url(../images/front/button_act22.png) no-repeat;
 width:130px;
 cursor:default;
 color:#FF0000;
}
.active3{
 background:url(../images/front/button_act3.png) no-repeat;
 width:70px;
 cursor:default;
 color:#FF0000;
}
table.tabs thead td{
 background:url(../images/front/table_head_bg.png) repeat-x;
 height:14px;
}
table.tabs tfoot td{
 background:url(../images/front/table_foot_bg.png) repeat-x;
 height:14px;
}
table.tabs tbody td *{
 margin-top:0px;
}
ul.tabs_list1 {
 margin-left:9px;padding-top:9px;
 list-style-image:url(../images/front/marker6_1.png);
 list-style-position: outside;
}
ul.tabs_list1 li{
 font-family:arial;
 font-size:12px;
 height: 30px;
 text-decoration: none;
 font-weight: normal;
 color: #000000;
}
span.h2 { font-family:arial;font-size: 13px;color:#0672B2; font-weight: bold;}
td.content {background-color:#fbfbfb;}
.tabs {
margin:0px ;}


#pr-tr-top {background: #fff url(../images/pr-top.png) repeat-x;
height: 43px;
width: 688px;
}
.prtr1, .prt3r {
width: 250px;
height: 18px;
vertical-align:middle;
}
.prtr2, .prtr4{
width: 97px;
height: 10px;
text-align: center;
vertical-align:middle;
}
.pr-table{
background:url(../images/pr-table-bg.png);
width: 688px;
margin: 0px;
border: 2px;
}
.prtr-bottom {
background: #fff url(../images/pr-bottom1.png) repeat-x;
height: 20px;
width: 688px;
margin-top: -10px;
}
#table79 table tr td{
font-size: 11px;
}
.page-category-1 .row-last .col-3 {
	display: none;
}
.view-list .item-list li {
	float: left;
	width: 228px;
}
.view-list .item-list ul li{
	list-style-image: none;
	list-style: none;
	line-height: 14px;
}
.view-list .item-list ul {

}
.view-list .item-list  {
height: 400px;
margin-top: -20px;}
.page-category-7 .view-list .item-list{
	height: 450px;
}

.view-list .item-list .views-row-4 {
	margin-left: 120px;
}
.page-article-submissionhtm .view-list .item-list .views-row-4 {
	margin-left: 0px;
}
.views-row {
background: #fff url(../images/view-bg.gif) repeat-y center center;
margin-top: 18px !important;

}
.views-row .views-field-addtocartlink{
padding-right: 25px;
}
.views-row .views-field-title{
	background: #fff url(../images/view-bg-top.gif) no-repeat center center;
	height: 20px;
	text-align: center;
	padding-top: 6px;
}
.views-row .views-field-title a{
color: black;
font-size: 13px;
font-weight: bold;
text-decoration: none;
text-transform: capitalize;
}
.views-row .views-field-nothing-1 {
	text-indent: -9000px;
	background:url(../images/view-bg-bottom.gif) no-repeat bottom center;
		height: 50px;
}
.views-row .field-content ul{
	padding-top: 8px;
	padding-left: 25px !important;
}
.views-row .views-label-sell-price {
	padding-left: 13px;
}
.field-content li {
	width: 90% !important;
}
.front .none {
	display: none;
}

.front .views-field-teaser li span {
	display: none;
}
.page-cart-checkout .content {
	margin-top: 20px;
}
#cart-form-products table {
	margin: 0px;
}
/*.password-description {
	display:none !important;
}*/
.webform-component .form-select {
	width: 390px;
}
#edit-submitted-distribution-date-wrapper .form-select{
width: 100px;
}
#edit-submitted-rss-distribution-date-wrapper .form-select, #edit-submitted-sb-distribution-date-wrapper .form-select, #edit-submitted-bp-distribution-date-wrapper .form-select,
 #edit-submitted-fp-distribution-date-wrapper .form-select, #edit-submitted-fpro-distribution-date-wrapper .form-select, #edit-submitted-bc-distribution-date-wrapper .form-select {
width: 100px;
}
.node-type-webform .notice {
	display: none;
}
.password-description {
	display: none !important;
}
#block-block-23 {
	margin-top: 25px;
}
.node-type-webform .form-submit, .webform_table .form-submit{
	   text-indent: -5000px;
    text-transform: capitalize;
    background:url(../images/submit.gif) no-repeat;
    width: 85px;
    height: 28px;
    border: none;
    cursor: pointer;
}
#two-checkout-review-table .form-submit {
/*margin-left: 20px;*/
}
#uc-cart-checkout-review-form  #edit-back{
width: 85px;
float: left;
margin-left: 5px;
}
#uc-2checkout-form  #edit-submit{
margin-left: 50px;
}
.webform_table .webform-client-form  span.form-required {
background:url(../images/question.png) no-repeat center left;
color: #FFF9ED;
padding-left: 10px;
}
.section-feedbackhtm .webform_table .webform-client-form  span.form-required {
background: transparent;
  color: #CC0000;
  padding-left: 0px;
}
.section-cart .region-content-top {
margin-top: 22px;
}
.view-list .soon form{
	display:none;
}