/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 johnalbin Exp $ */

html{height:100%}
/** body **/
  body
  {
    margin:0; padding:0;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative; 
	min-height:100%;
      min-width: 1005px
  }

  #page{
    background: none repeat scroll 0 0 #EFEFEF;
    font-size: 12px;
    padding: 0 0 264px;
    min-width: 1005px !important;
  }

  #page-inner{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 9px 9px;
    box-shadow: 0 0 8px -7px #000000;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    min-width: 1000px;
    border: 1px solid #dadada;
    border-top: none;
  }

/** header **/
  #header
  {
  }

  #header-inner{
      padding: 10px 0;
      text-align: center;
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  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
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    margin: -22px 0 0;
    min-width: 425px;
    padding: 20px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 45%;
  }

/** main (container for everything else) **/
  #main
  {

  }

  #main-inner{
    padding: 20px 20px 10px;
    text-align: center;
  }

/** content **/
  #content
  {
  }

  #content-inner
  {
	  
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
    padding: 0 0 0 20px;
    text-align: left;
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 10px; /* 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;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
    overflow: hidden
  }

  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. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
    overflow: hidden
  }

  .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 */
  {
    padding: 0 0 20px 20px;
    text-align: left;
  }

  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
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom{
    padding: 10px 20px 20px;
    text-align: left;
    position: relative;
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer{
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    height: 205px;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    min-width: 1005px
  }

  #footer-inner{
    margin: 0 auto;
    max-width: 1180px;
    min-width: 950px;
    padding: 0 20px;
    position: relative;
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
	  display:inline-block; zoom:1; *display:inline; vertical-align:middle; width:260px; padding: 10px 20px 10px 0;
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
	  background:#f40001; color:#fff; display:inline; padding:2px 5px
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comment-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-primary-links /* "Primary links" block */
  {
  }

  #block-menu-secondary-links /* "Secondary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  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 */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .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, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    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 */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** 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" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }
  
#nice-menu-1{padding:0; font-size:90%; margin:0}
a:link, a:visited{color:#277cc9; }

#block-nice_menus-1{margin:0; position:absolute; top:16px; left:568px; padding:0 40px 0 0; z-index:100}
ul.nice-menu li{background:#fff}
ul.nice-menu-right li.menuparent, ul.nice-menu-right li li.menuparent{background:#fafafa;}

div.view div.views-admin-links{width:250px; height:10px;}
div.view div.views-admin-links a{font-size:90%}
.views-row .views-field-publishcontent, 
.views-row .views-field-edit-node, 
.views-row .views-field-delete-node, 
.views-row .views-field-translate-node{padding:5px 3px; display:inline-block; zoom:1; *display:inline; font-size:80%; }
.views-field-publishcontent a, .views-field-edit-node a, .views-field-delete-node a, .views-field-translate-node a{color:#999; }

.view-sort-nodes #draggableview_sort_nodes_1{width:100%; font-size:90%; line-height:1.3}
.view-sort-nodes .views-field-publishcontent,
.view-sort-nodes .views-field-edit-node,
.view-sort-nodes .views-field-delete-node,
.view-sort-nodes .views-field-nid{padding:0 5px; font-size:100%;}
/*.view-sort-nodes .views-field-title, .view-sort-nodes .views-field-tid{width:30%}*/
.view-sort-nodes #draggableview_sort_nodes_1 tr.odd{background-color:#FDFDFE; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
.view-sort-nodes #draggableview_sort_nodes_1 tr.even{background-color:#FAFAFA; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
.view-sort-nodes .pager{font-size:90%; margin:0}

.views-exposed-widgets,
.views-exposed-widgets select,
.views-exposed-widgets input.form-submit{font-size:100%}
.views-exposed-widgets input.form-submit{margin-top:15px !important}

.view-users .views-table{width:100%; font-size:90%; line-height:1.3}
.view-users .views-table td{padding:0 3px} 
.view-users .views-field-edit-node{padding:0 5px; font-size:100%;}
.view-users .views-table tr.odd{background-color:#FDFDFE; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
.view-users .views-table tr.even{background-color:#FAFAFA; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
.view-users .pager{font-size:90%; margin:0}

.view-orders .views-table,
.view-logistic-orders .views-table,
.view-united-orders .views-table{width:100%; font-size:90%; line-height:1.3}
.view-orders .views-table td,
.view-logistic-orders .views-table td,
.view-united-orders .views-table td{padding:0 3px} 
.view-orders .views-field-edit-node,
.view-logistic-orders .views-field-edit-node,
.view-united-orders .views-field-edit-node{padding:0 5px; font-size:100%;}
.view-orders .views-table tr.odd,
.view-logistic-orders .views-table tr.odd,
.view-united-orders .views-table tr.odd{background-color:#FDFDFE; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
.view-orders .views-table tr.even,
.view-logistic-orders .views-table tr.even,
.view-united-orders .views-table tr.even{background-color:#FAFAFA; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
.view-orders .pager,
.view-logistic-orders .pager,
.view-united-orders .pager{font-size:90%; margin:0}
.view-orders .views-field-field-status-value{ white-space:nowrap}
.view-orders .views-field-field-cost-value,
.view-logistic-orders .views-field-field-cost-value,
.view-united-orders .views-field-field-cost-value{color:#f40001}

.view-united-orders .view-header{font-size:160%; color:#009ADA; margin:20px 0 5px 0}
.view-united-orders .views-field-field-check-orders-value .field-item{display:inline; padding:0 3px}
.view-united-orders .view-header p{margin:0}


html.js input.form-autocomplete {background-image:url(images/throbber.gif); background-repeat:no-repeat; background-position: 100% 2px}
html.js input.throbbing{background-position: 100% -18px !important}
.throbber{background:url(images/throbber.gif) no-repeat 0 -18px !important}

#tinymce{ padding:0 10px; background:#fff; height:auto; min-width: inherit; font-size:100%; font-family:Arial, Helvetica, sans-serif}
#tinymce img, .view-full-view-block table img, .node .content img, .view-full-view-block .views-field-body img{float:left; margin:5px 10px 5px 0}
#tinymce p{margin:0; padding:10px 0}

.filefield-element .widget-edit, .filefield-element .widget-preview{max-width:90%}
.node-type-webform h2.title, .node-type-webform .meta, .node-type-webform .links{display:none !important}

.view-full-view-block table, .node .content table, #tinymce .mceItemTable{border-top:1px solid #9A9084; border-left:1px solid #9A9084;}
.view-full-view-block td, .node .content td, #tinymce .mceItemTable td{padding:10px; border-bottom:1px solid #9A9084; border-right:1px solid #9A9084;}

div.pager a{ padding:2px 7px; display:block}
div.pager .pager_item{display:inline-block; zoom:1; *display:inline; vertical-align:top; font-size:90%; margin:0 5px; border:1px dotted #404040;}
div.pager div.active {color:#ccc; border:1px solid #ccc;  padding:2px 7px; background:#efefef}

#block-user-0{
    display: inline-block;
    margin: 10px 0 0 50px;
    padding: 0;
    vertical-align: middle;
}
#block-user-0 h2{font-size:80%; font-weight:normal; padding:0; text-decoration:underline; cursor:pointer; color:#fff}
#block-user-0 .content{padding:0;}
#block-user-0 .form-item, #block-user-0 .item-list, #block-user-0 .form-submit{margin:0 3px; float:left;}
#block-user-0 .form-item label{ display:none}
#block-user-0 .item-list ul{padding:0; margin:2px 0 0 0}
#block-user-0 .item-list li{list-style:none; display:inline-block; zoom:1; *display:inline; vertical-align:top; font-size:80%; margin:0 2px}
#block-user-0 a{color:#fff}
#block-user-0 .form-item input, #block-user-0 .form-submit{font-size:90%}

.field-field-file{clear:both; padding:15px 0}
.filefield-file{}
.filefield-icon{}
.filefield-file a{color:#000; padding:2px 5px}
.filefield-file img{margin:0 !important}
li{margin:10px 0}

#left_col, #content-bottom-left, #content-bottom-right{display:inline-block; zoom:1; *display:inline; vertical-align:top; text-align:left}
#left_col{ width:290px; margin:0; padding:0 50px 0 0}
#content_col{text-align: left}
#right_col{
    margin: 0;
    padding: 0 0 0 49px;
    width: 362px;
    float: right;
    text-align: left;
    z-index: 1;
    position: relative;
}
#top_region{
    background:#000;
    min-width: 1005px
}
.top_region_inner{
    height: 38px;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 1000px;
    position: relative;
    z-index: 10;
}
#content-bottom-left{
    display: inline-block;
    margin: 0 9% 0 0;
    min-width: 360px;
    width: 38%;
}
#content-bottom-right{
    display: inline-block;
    width: 507px;
}

.content_col_one{
    text-align: center !important;
    width: 100%;
}
.content_col_two{}
.content_col_three{width:50%}

#logo_cont{
    display: inline-block;
    font-size: 90%;
    min-width: 500px;
    padding: 30px 0 20px 4%;
    text-align: left;
    vertical-align: top;
    width: 44%;
}
#logo_cont .logo{margin:7px 0 5px 6px}
#logo_cont .url{display:inline-block; zoom:1; *display:inline; vertical-align:middle; width:155px}
#logo_cont .www{color:#ccc; text-decoration:underline}
#logo_cont .online-posrednik{color:#404040; text-decoration:underline}
#logo_cont .de{color:red; text-decoration:underline}
#logo_cont .slogan{color:#404040; display:inline-block; zoom:1; *display:inline; vertical-align:middle; background:url(images/dots_1.gif) no-repeat left center; width:300px; padding:0 0 0 30px}




.primary-links{
    font-family: Tahoma,Geneva,sans-serif;
    margin: -85px 0 0 5%;
    padding: 0 0 35px;
    text-align: center;
    width: 40%;
}
.primary-links .menu_item{
    display: inline-block;
    font-size: 120%;
    line-height: 23px;
    margin: 0 1px 3px 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 33%;
}
.primary-links .menu_item_active{
    display: inline-block;
    font-size: 120%;
    line-height: 23px;
    margin: 0 1px 3px 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 33%;
}
.primary-links .butt_left{
    background: url("images/menu_butt_mid_2.jpg") repeat-x scroll left -23px rgba(0, 0, 0, 0);
    border: 1px solid #F9F9F9;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 0 #999999;
    display: inline-block;
    padding: 0 4px;
    text-align: center;
    width: 91%;
}
.primary-links .menu_item_active .butt_left{
    background: none repeat scroll 0 0 #C7DE21;
    border: 1px solid #D0E72A;
}
.primary-links .butt_right{}
.primary-links .menu_item_active .butt_right{}
.primary-links a{
    color: #000000 !important;
    display: block;
    padding: 0 4px;
    text-decoration: none;
    white-space: nowrap
}
.primary-links a:hover{
    text-decoration:none; 
}
.primary-links .butt_left:hover a{
    color: #fff !important;
}
.primary-links .butt_left:hover{
    background: none repeat scroll 0 0 #C7DE21;
    border: 1px solid #D0E72A;
}
.primary-links .menu_item_active a{
    color:#fff !important; 
    text-decoration:none; 
}
.primary-links .first{
    border-radius: 7px 0 0 7px;
}
.primary-links .last{
    border-radius: 0 7px 7px 0;
}
/*
.menu_item_193 .butt_right{
    background: url('images/get_info.png') no-repeat left center; 
    padding: 0 0 0 20px
}
.menu_item_194 .butt_right{
    background: url('images/product.png') no-repeat left center; 
    padding: 0 0 0 20px
}
.menu_item_195 .butt_right{
    background: url('images/cart1.png') no-repeat left center; 
    padding: 0 0 0 20px
}
.menu_item_196 .butt_right{
    background: url('images/truck.png') no-repeat left center; 
    padding: 0 0 0 28px
}
.menu_item_197 .butt_right{
    background: url('images/faq.png') no-repeat left center; 
    padding: 0 0 0 20px
}
.menu_item_192 .butt_right{
    background: url('images/phone.png') no-repeat left center; 
    padding: 0 0 0 20px
}
*/
#block-translate_menu-1{
    background: #e1e1e1
}
.usermenu{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 auto;
    max-width: 90%;
    padding: 10px 5px 16px 30px;
}
.usermenu table{width:100%; margin:0}
.usermenu .menu_item, .usermenu .menu_item_active{font-size:110%; min-width:150px;}
.usermenu .butt_left{background:url(images/separ.gif) repeat-y right; margin:0 25px 0 0; padding:5px 0;  height:30px;}
.usermenu a{color:#000; padding:9px 7px 6px 38px; display:block; }
.usermenu a:hover{text-decoration:none;}
.usermenu .menu_item_active a{color:#888; text-decoration:none;}
.usermenu .menu_item_199 a{background:url(images/add_icon.gif) no-repeat left center; }
.usermenu .menu_item_200 a{background:url(images/user_info_icon.gif) no-repeat left bottom}
.usermenu .menu_item_201 a{background:url(images/orders_icon.gif) no-repeat left center}
.usermenu .menu_item_202 a{background:url(images/history2.png) no-repeat left bottom}
.usermenu .menu_item_203 a{background:url(images/cargo.png) no-repeat left bottom}
.usermenu .menu_item_204 a{background:url(images/flag.png) no-repeat left bottom}
.usermenu .menu_item_205 a{background:url(images/balance.png) no-repeat left bottom}
.usermenu .menu_item_206 a{background:url(images/mail.png) no-repeat left center}
.usermenu .menu_item_207 a{background:url(images/target1.gif) no-repeat left center}
.usermenu .menu_item_208 a{background:url(images/quest.gif) no-repeat left bottom}
.usermenu .prelast .butt_left{background:transparent; margin:0}
.usermenu .last .butt_left{background:transparent; margin:0}

h1{font-size:150%; margin:10px 0 0 0 !important; font-weight:normal}
h2{font-size:130%}
h3{font-size:110%}

#block-translate_menu-0{margin:0; clear:both}

.block-region{margin:0}

.tabs{font-size:90%; margin:10px 0 0 0 !important}
.tabs li a{font-weight:normal !important}

.captcha img{float:none !important}

.views-row .more_link{text-align:right; }
.views-row .more_link a{font-size:90%; padding:0 0 0 20px}

.single .views-row{width:100%; margin:20px 0}
.single .views-row img{float:left; margin:0 15px 10px 0}

h1.title{ background:url(images/dots_2.gif) repeat-x left bottom; padding:10px 0; font-size:190%; overflow: hidden}

.node-form, .views-field-body{margin:0 0 10px 0; }
.node, .view-full-view-block .views-field-body{padding:20px 0 0 0; font-size:140%; line-height:1.4; }
.node p, .view-full-view-block .views-field-body p{padding:10px 0}

.node{margin:10px 0 0 0}

.node-type-webform{margin:0}
.node-type-webform p{margin:0; }
.node-type-webform label{font-size:80%}
.node-type-webform .form-submit{font-size:110%}

#field-file-items{margin:0 0 20px 0}

#block-block-2, #block-block-3{font-size:110%; color:#000; display:inline-block; zoom:1; *display:inline; vertical-align:middle;}
#block-block-3 h2.title{color:#fff; background:#f40001; padding:1px 4px; font-size:100%; font-weight:normal; display:inline}
#block-block-2{
    font-size: 18px;
    margin: 0 0 10px;
    min-width: 220px;
    text-align: left;
    width: 44%;
}
#block-block-2 .phone{
  background: url("images/phone2.png") no-repeat center center;
  padding: 6px 18px;
  margin: 0 10px 0 0
}
#block-block-2 .skype{
  background: url("images/skype.png") no-repeat center center;
  padding: 6px 18px;
  margin: 0 10px 0 0
}
#block-block-2 .icq{
  background: url("images/icq.png") no-repeat center center;
  padding: 6px 18px;
  margin: 0 10px 0 0
}
#block-block-2 p{
  margin: 25px 0;
}
#block-block-3{
    background: url("images/dots_1.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin: 0 0 20px;
    min-width: 180px;
    padding: 0 0 0 9%;
    text-align: left;
    width: 36%;
}

#block-views_and_blocks-1{
    display: inline-block;
    margin: 0 0 20px;
    min-width: 450px;
    padding: 10px 0 0;
    position: relative;
    width: 90%;
}
#block-views_and_blocks-1 .title{ position:absolute; left:40px; top: 2px; background:#fff; color:#959595; padding:0 5px}
#block-views_and_blocks-1 .title span{background:#f40001; padding:1px 4px; color:#fff; margin:0 0 0 5px}
#block-views_and_blocks-1 .top{ background:url(images/dots_2.gif) repeat-x left top;}
#block-views_and_blocks-1 .corn_1{ background:url(images/corn_1.gif) no-repeat right top;}
#block-views_and_blocks-1 .right{ background:url(images/dots_1.gif) repeat-y right top}
#block-views_and_blocks-1 .corn_2{ background:url(images/corn_2.gif) no-repeat right bottom;}
#block-views_and_blocks-1 .bottom{ background:url(images/dots_2.gif) repeat-x right bottom}
#block-views_and_blocks-1 .corn_3{ background:url(images/corn_3.gif) no-repeat left bottom;}
#block-views_and_blocks-1 .left{ background:url(images/dots_1.gif) repeat-y left top}
#block-views_and_blocks-1 .corn_4{
    background: url("images/corn_4.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    padding: 25px 0;
    text-align: center;
}
#block-views_and_blocks-1 .stock_item{
    display: inline-block;
    margin: 0;
    min-width: 200px;
    vertical-align: middle;
    width: 45%;
}
#block-views_and_blocks-1 .usd{}
#block-views_and_blocks-1 .label{background:url(images/red_butt.gif) no-repeat center center; width:65px; height:29px; color:#fff; line-height:29px; font-size:140%; text-align:center; display:inline-block; zoom:1; *display:inline; vertical-align:middle}
#block-views_and_blocks-1 .price{display:inline-block; zoom:1; *display:inline; vertical-align:middle; padding:0 20px 0 10px; font-size:160%; line-height:29px; background:url(images/rur.gif) no-repeat right center;}

.user_info{margin: 0 0 0 20px; font-size: 90%;}
.user_info .username, .user_info .logout, .user_info .balance, .user_info .unread, .user_info .weight{display:inline-block; zoom:1; *display:inline; vertical-align:middle; line-height:38px}
.user_info .username{padding:0 30px 0 0; margin:0 15px 0 0; position: relative; overflow: hidden; max-width:150px; white-space: nowrap}
.user_info .username .grad{background: url(images/grad.png) no-repeat right center; position: absolute; right:0; top:7px; width:30px; height:25px}
.user_info .username a{color:#fff; font-size:120%; text-decoration:none; background:url(images/user_icon.gif) no-repeat left center; padding:0 0 0 20px}
.user_info .balance{background:url(images/dots_3.gif) no-repeat right center; padding:0 15px 0 0; margin:0 15px 0 0}
.user_info .balance div{background:url(images/balance.gif) no-repeat left center; padding:0 0 0 25px; color:#fff; font-size:120%;}
.user_info .balance a{
  color: #fff
}
.user_info .balance a:hover{
  text-decoration: none
}
.user_info .weight{background:url(images/dots_3.gif) no-repeat right center; padding:0 15px 0 0; margin:0 15px 0 0}
.user_info .weight div{background:url(images/weight.png) no-repeat left center; padding:0 0 0 25px; color:#fff; font-size:120%;}
.user_info .weight a{
  color: #fff
}
.user_info .weight a:hover{
  text-decoration: none
}
.user_info .logout a{color:red; font-size:120%; background:url(images/logout_icon.gif) no-repeat left center; padding:2px 0 2px 25px; text-transform:lowercase}
.user_info .unread{background:url(images/unread-mail.gif) no-repeat left bottom; width:24px; height:20px; margin:0 0 0 30px}

#block-views_and_blocks-3{
    background: none repeat scroll 0 0 #F9F9F9;
    margin: 0;
    padding: 0 40px;
}
.views-row-tips{
    padding: 25px 0;
    display: none;
    overflow: hidden;
}
.views-row-tips-1{display:block}
.views-row-tips .views-field-title{
    font-size: 220%;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.views-row-tips .views-field-body{
    font-size: 130%;
    line-height: 1.4;
}
.views-row-tips img{float:left; margin:0 15px 10px 0}
.tips_mid{
    margin: 0 auto;
    min-width: 950px;
}
.tips_top{
    
}
.tips_bottom_logged{}
.tips_bottom_anon{}
.view-tips-list .node{
  max-width: 950px;
  margin: 0 auto
}
/*
.view-tips-list .node-71389{
  background: url('images/banner.jpg') no-repeat center center
}
.view-tips-list .node-71389 .node{
  
}
.view-tips-list .node-71389 .node .node-inner{
  color: #fff;
  width: 680px;
  margin: 140px 0 10px 100px;
}
.view-tips-list .node-71389 .line0{
  margin: 0 0 6px 0;
}
.view-tips-list .node-71389 .title{
  background: #ff3019; 
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); 
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); 
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); 
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); 
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); 
display: inline;
padding: 2px 5px;
font-size: 220%;
font-weight: bold;

}
.view-tips-list .node-71389 .line1{
  background: #f5f5f5;
  color: #333;
display: inline;
padding: 4px 0px
}
.view-tips-list .node-71389 .line1 p{
  margin: 0;
  padding: 4px 8px;
  display: inline;
}
.view-tips-list .node-71389 .line2{
  padding: 4px 8px;
  display: inline;
  background: #f5f5f5;
  color: #333;
  font-weight: bold
}
.view-tips-list .node-71389 .lines{
  margin: 8px 0 0 0;
  font-size: 70%;
  width: 160px;
}
.view-tips-list .node-71389 .line3{
  display: inline;
  padding: 2px 5px;
}
.view-tips-list .node-71389 .line4{
  display: inline;
  padding: 2px 5px;
}
*/


.node-type-news .meta{padding:10px 0}
.node-type-news .content{}

.view-news-list .top{margin:2px 0 0 0}
.view-news-list .corn_1{}
.view-news-list .right{}
.view-news-list .corn_2{}
.view-news-list .bottom{}
.view-news-list .corn_3{}
.view-news-list .left{}
.view-news-list .corn_4{zoom:1}
.view-news-list .views-field-date{background:#f40001; color:#fff; display:inline; padding:1px 5px;}
.view-news-list .views-field-title{margin:8px 0 0 0; color:#009ada; cursor:pointer}
.view-news-list .views-field-body{font-size:90%; margin:0}
.view-news-list .views-field-body p{margin: 3px 0}
.view-news-list .views-row{padding:10px 0; zoom:1;}
.view-news-list .next{ text-align:right; background:url(images/arr_next.gif) no-repeat right center; padding:0 20px 0 0; font-size:90%; color:#009ada; cursor:pointer; text-decoration:underline; display:none; zoom:1;}
.view-news-list .prev{ text-align:right; background:url(images/arr_prev.gif) no-repeat right 8px; padding:0 20px 0 0; font-size:90%; color:#009ada; cursor:pointer; text-decoration:underline; display:none; zoom:1;}

.views-row-faq{margin:10px 0 25px 0}
.views-row-faq .views-field-title{color:#009ada; font-size:160%; cursor:pointer; line-height:1.2}
.views-row-faq .views-field-body{font-size:120%; line-height:1.2}

.calculator{background:url(images/calc_mid.gif) repeat-y center top;}
.calculator h2.title{line-height:30px; padding:10px 25px; color:#fff; font-weight:normal; font-size:180%}
.calculator .calculator_top{ background:url(images/calc_top.gif) no-repeat center top}
.calculator .calculator_bottom{ background:url(images/calc_bottom.gif) no-repeat center bottom; padding:0 30px 40px 35px; zoom:1}
.calculator label, .calculator input, .calculator select, .calculator .total{display:inline-block; zoom:1; *display:inline; vertical-align:middle;}
.calculator label{width:100px; text-align:right; margin:0 10px 0 0; font-size:90%; font-weight:normal; line-height:1.1}
.calculator .form-item{margin:10px 0; zoom:1; overflow:hidden}
.calculator .progress-disabled{float:none;}
.calculator .ahah-progress{float:none; display:inline-block; zoom:1; *display:inline}
.calculator .validation_message{background:#f40001; font-size:80%; display:inline; padding:1px 3px; margin:0 0 0 113px; border:1px dotted #000; color:#fff}
.calculator .form-submit{ background:url(images/red_butt.gif) no-repeat center bottom; border:0 solid transparent; height:32px; width:65px; margin:10px 10px 10px 32px; color:#fff; font-size:120%}
.calculator .total{font-size:190%; line-height:28px}
#calculator-form{padding:15px 0 0 0}
.calculator #edit-repack-wrapper{margin:0 0 0 110px}
.calculator #edit-unite-orders-wrapper label{width:100%; display:block}

.calculator-front{background:url(images/calc_mid_2.gif) repeat-y center top;}
.calculator-front h2.title{line-height:30px; padding:10px 25px; color:#fff; font-weight:normal; font-size:180%}
.calculator-front .calculator_top{ background:url(images/calc_top_2.gif) no-repeat center top}
.calculator-front .calculator_bottom{ background:url(images/calc_bottom_2.gif) no-repeat center bottom; padding:0 30px 15px 35px}
.calculator-front input, .calculator-front .total{display:inline-block; zoom:1; *display:inline; vertical-align:middle;}
.calculator-front label{width:190px; margin:0 10px 0 0; font-size:90%; font-weight:normal; line-height:1.1}
.calculator-front .form-item{margin:5px 2px 5px 0; width:215px; float:left}
.calculator-front .form-wrapper{float:left; width:215px; margin:0 2px 0 0}
.calculator-front .validation_message{background:#f40001; font-size:80%; padding:1px 3px; margin:0; border:1px dotted #000; color:#fff}
.calculator-front .form-submit{ background:url(images/red_butt.gif) no-repeat center bottom; border:0 solid transparent; height:32px; width:65px; margin:0 12px; color:#fff; font-size:120%; margin:0;}
.calculator-front .actions{clear:both; overflow: hidden; zoom:1}
.calculator-front .total{font-size:190%; line-height:28px}
.calculator-front #edit-repack-wrapper{width:120px}
.calculator-front .fee{margin:0}

#block-views_and_blocks-0, #block-views_and_blocks-6{zoom:1}

.footer-slogan{color: #888; font-size:90%}
.bottom_item{
  display:inline-block; 
  zoom:1; 
  *display:inline; 
  vertical-align: top;
  margin: 11px 0;
}
.contacts{ background:url(images/dots_3.gif) no-repeat left center; padding:0 0 0 30px;}
.contacts p{margin:12px 0;}
.contacts span{
   color: #fff !important
}
.contacts .phone{
  background: url("images/phone3.png") no-repeat center center;
  padding: 6px 18px;
  margin: 0 10px 0 0;
}
.contacts .skype{
  background: url("images/skype2.png") no-repeat center center;
  padding: 6px 18px;
  margin: 0 10px 0 0;
}
.contacts .icq{
  background: url("images/icq2.png") no-repeat center center;
  padding: 6px 18px;
  margin: 0 10px 0 0;
}

.bottom_logo{
  position: absolute;
  right: 10px;
  top: 40px;
  margin: -26px 0 0 0;
}
.bottom_logo img{
  width: 90px;
}

.node-type-profile .field-label, 
.node-type-profile .field-items{display:inline-block; zoom:1; *display:inline; vertical-align:middle;}
.node-type-profile .field-label{width:38%; text-align:right; font-weight:normal; color:#009ada; font-size:90%;}
.node-type-profile .field-items{font-size:100%; width:60%}
.node-type-profile .field{margin:10px 0; display:inline-block; zoom:1; *display:inline; vertical-align:middle; width:49%}
.node-type-profile .field-field-balance{width:100%; text-align:left}
.node-type-profile .field-field-balance .field-label{color:#fff; background:url(images/red_butt.gif) no-repeat right center; padding:10px 7px 12px 7px; margin:0 5px 0 0; font-size:70%; width:18%}
.node-type-profile .field-field-balance .field-items{font-size:160%; width:77%}
.node-type-profile p{font-size:90%}

.node-type-history .meta{text-align:right}
.node-type-history .submitted{font-size:80%}
.node-type-history .field-field-history-link p{margin:0; padding:0}

.node-type-order .field-label, 
.node-type-order .field-items,
.node-type-history .field-label,
.node-type-history .field-items,
.node-type-unite .field-label,
.node-type-unite .field-items{display:inline-block; zoom:1; *display:inline; vertical-align:middle;}
.node-type-order .field-label,
.node-type-history .field-label,
.node-type-unite .field-label{width:35%; text-align:right; font-weight:normal; color:#009ada; font-size:90%}
.node-type-order .field-items,
.node-type-history .field-items,
.node-type-unite .field-items{font-size:140%; width:64%}
.node-type-order .field-items a,
.node-type-history .field-items a,
.node-type-unite .field-items a{font-size:90%}
.node-type-order .field,
.node-type-history .field,
.node-type-unite .field{margin:10px 0;}
.node-type-order .field-field-balance .field-label{color:#fff; background:url(images/red_butt.gif) no-repeat right center; padding:10px 7px 12px 7px; margin:0 5px 0 0}
.node-type-order .field-field-balance .field-items{font-size:190%; width:auto}
.node-type-order p{font-size:90%}

#content-area > .node-type-unite .field-field-check-orders{margin:20px 0 30px 0}
#content-area > .node-type-unite .field-field-check-orders .field-label{width:auto; display:block; text-align: left; margin:5px 0}
#content-area > .node-type-unite .field-field-check-orders .field-items{width:auto}

#user-register .form-submit{font-size:190%; margin:20px 0}

#block-views_and_blocks-11 .content{font-size:140%; line-height:1.4; }
#block-views_and_blocks-11 h2.title{font-size:200%; color:#009ada;}
#block-views_and_blocks-11 .logged .label{color:#009ada; text-decoration:underline; cursor:pointer;}
#block-views_and_blocks-11 .cont{font-size:120%; padding:0 0 0 10px}
#block-views_and_blocks-11 .cont p{margin:0 0 10px 0}
#block-views_and_blocks-11 .paytypes{padding:0 0 0 20px}

.table_label{font-size:130%; font-weight:bold; color:#09F; cursor:pointer; text-decoration:underline; margin:10px 0 0 0}
.table_label:hover{text-decoration:none}
table.history{width:100%; font-size:90%; line-height:1.3}
table.history td{padding:0 4px}
table.history tr.odd{background-color:#FDFDFE; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
table.history td.outcome{background:#C1FFC1;}
table.history td.income{background:#FFB0B0}
table.history tr.month_totals{font-weight:bold; white-space:nowrap}
table.history td.balance{font-size:110%; font-weight:bold}
table.history td.balance_positive{color:#09F}
table.history td.balance_negative{color:#F00}
table.history td.edit a{color:#999}
table.history td.outcome, 
table.history td.comission, 
table.history td.sklad, 
table.history td.income, 
table.history td.balance, 
table.history tr.month_totals td{text-align:right; white-space:nowrap}

.unite_node_form{padding:10px 0 0 0}
.unite_node_form .form-checkbox,
.unite_node_form .row div,
.unite_node_form .row{display:inline-block; zoom:1; *display:inline; vertical-align:middle;}
.unite_node_form .row{width:955px; font-size:90%; line-height:1.3}
.unite_node_form .row div{padding:3px 5px}
.unite_node_form .row_1{background-color:#FDFDFE; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
.unite_node_form .row_odd{background-color:#FDFDFE; border-bottom:1px dashed #DAE1E6;}
.unite_node_form .row_even{background-color:#FAFAFA; border-bottom:1px dashed #DAE1E6;}
.unite_node_form .form-checkbox{width:15px}
.unite_node_form .form-checkboxes .form-item label{}
.unite_node_form .form-checkboxes .form-item{margin:0}
.unite_node_form .form-checkboxes{margin:0 0 20px 0}
.unite_node_form .order_num,
.unite_node_form .thead_num{width:7%}
.unite_node_form .date,
.unite_node_form .thead_date{width:6%}
.unite_node_form .title,
.unite_node_form .thead_title{width:15%}
.unite_node_form .lot,
.unite_node_form .thead_lot{width:27%}
.unite_node_form .body,
.unite_node_form .thead_body{width:22%}
.unite_node_form .cost,
.unite_node_form .thead_cost{width:7%; color:#f40001}
.unite_node_form .cost{ text-align:right; }
.unite_node_form .edit,
.unite_node_form .thead_edit{width:6%; text-align:right;}
.unite_node_form .edit a{color:#999}
.unite_node_form .thead div{display:inline-block; zoom:1; *display:inline; vertical-align:bottom; padding:0 5px}
.unite_node_form .thead{font-size:90%; font-weight:bold; width:960px; margin:0 0 0 auto}

.unite_node_form .field_check_orders{font-size:90%; line-height:1.3; margin:0 0 20px 0}
.unite_node_form .field_check_orders th{border-bottom:none; font-family: Arial}
.unite_node_form .field_check_orders td{padding:3px 5px}
.unite_node_form .field_check_orders tr.odd{background-color:#FDFDFE; border-bottom:1px dashed #DAE1E6;}
.unite_node_form .field_check_orders tr.even{background-color:#FAFAFA; border-bottom:1px dashed #DAE1E6;}
.unite_node_form .field_check_orders p{margin:0}

.unite_node_form .weight{
  white-space: nowrap
}

#block-views_and_blocks-14{padding:15px 0 0 0}

.total_balance .item{margin:15px 0; text-align:center; zoom:1}
.total_balance .label, .total_balance .value{display:inline-block; zoom:1; *display:inline; vertical-align:middle}
.total_balance .label{color:#fff; background:url(images/red_butt.gif) no-repeat right center; padding:10px 7px 12px 7px; margin:0 15px 0 0; width:51px; text-align:center}
.total_balance .value{font-size:210%; overflow:hidden; line-height:1.4}

.view-message-page a:hover{text-decoration:none}
.view-message-page .message_group{margin:0 0 5px 0; overflow:hidden; zoom:1}
.view-message-page table{width:100%;}
.view-message-page .outcoming_message div.icon{background:url(images/send-mail.gif) no-repeat left center; }
.view-message-page .incoming_message div.icon{background:url(images/get-mail.gif) no-repeat left center}
.view-message-page div.icon{width:16px; height:16px}
.view-message-page .views-field-date{color:#fff; background:url(images/red_butt.gif) no-repeat right center; padding:10px 7px 12px 7px; margin:0 ; width:51px; text-align:center}
.view-message-page td.icon, .view-message-page td.time, .view-message-page td.author, .view-message-page td.admin{width:1%; white-space:nowrap}
.view-message-page td{padding:5px 10px;  vertical-align:top}
.view-message-page td.time{padding:0 10px}
.view-message-page td.author, .view-message-page td.icon{padding:10px}
.view-message-page td.body{line-height:1.2; vertical-align:middle}
.view-message-page td.body p{margin:5px 0}
.view-message-page .views-field-body{margin:0; font-size:120%; font-family:Arial, Helvetica, sans-serif}
.view-message-page .admin_links a{color:#888; font-size:90%}
.view-message-page .outcoming_message .body{font-weight:bold}
.view-message-page div.author{color:#888}

.view-snipers-page td.picture{text-align:center}
.view-snipers-page td.picture img{height:60px; width: auto}
.view-snipers-page table{width:100%; line-height:1.3}
.view-snipers-page table td{padding:10px}
.view-snipers-page th{padding:0 5px; font-size:90%}
.view-snipers-page table tr.views-row-odd{background-color:#FDFDFE; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
.view-snipers-page table tr.not_active, .view-snipers-page table tr.lost{background:#FFECEC}
.view-snipers-page table tr.won{background:#C1FFC1;}
.view-snipers-page table td.timeleft{white-space:nowrap}
.view-snipers-page table td.maxbid{font-weight:bold; white-space:nowrap}
.view-snipers-page table td.price{font-weight:bold; color:red; white-space:nowrap}
.view-snipers-page table td.status{}
.view-snipers-page table td.admin a{color:#999; font-size:90%}
.view-snipers-page table td.price .reload_price{
  color: #277cc9;
  text-decoration: underline;
  font-weight: normal;
  font-size: 90%;
  cursor: pointer
}
.view-snipers-page table td.price .reload_price:hover{
  text-decoration: none
}
.view-snipers-page table td.price .reload_price.reload-active{
  color: #ccc;
  text-decoration: none
}

.view-snipers-page table td.delete select.reload-active{
  color: #ccc
}

#edit-field-activate-sniper-value-1-wrapper{
  padding: 5px 0 5px 30px; 
  background:url(images/target.gif) no-repeat 5px 5px;
  min-width: 250px;
  height: 20px;
}
#edit-field-activate-sniper-value-2-wrapper{
  padding: 5px 0 5px 30px; 
  background:url(images/cart.png) no-repeat 2px 4px;
  height: 20px;
  min-width: 250px;
}
#edit-field-activate-sniper-value-3-wrapper{
  padding: 5px 0 5px 30px; 
  background:url(images/loader.png) no-repeat left 5px;
  min-width: 250px;
  height: 20px;
}
#edit-field-msxbid-0-value-wrapper .description,
#conditional-field-payed .description{color:red}
#edit-field-photo-review-value-wrapper .description span{color:red}

#block-views_and_blocks-20 .content{font-size:140%; line-height:1.4;}
#block-views_and_blocks-20 p{padding:10px 0}
#block-views_and_blocks-20 .label{text-decoration:underline; font-size:110%; color:#009ada}
#block-views_and_blocks-20 form{margin:0 0 20px 0}
#block-views_and_blocks-20 span.field-suffix{font-size:90%}

.unknown{position:absolute; left:0; top:250px; width:31px; height:135px; z-index:100}
.unknown .button{width:31px; height:135px; background:url(images/unknown_notactive.png) no-repeat;}
.unknown_active .button{width:31px; height:135px; background:url(images/unknown.png) no-repeat;}

.node-type-unknown img{margin:10px !important; border:5px solid #efefef}
.node-type-unknown p{clear:both; overflow:hidden; zoom:1}
.unknowns table{width:100%}
.unknowns td{padding:5px 10px; width:1%}
.unknowns td.descr{width:auto}
.unknowns td.admin{font-size:90%}
.unknowns td.admin a{color:#999}
.unknowns th{white-space:nowrap; padding:0 5px; font-size:90%}
.unknowns tr.views-row-odd{background-color:#FDFDFE; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}

.order_node_form #edit-title-wrapper span.description{font-weight:normal; color:red}

#edit-field-air-value-wrapper{background:#f9f9f9; border-radius:5px; border-bottom:1px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #f5f5f5; border-left:1px solid #f5f5f5; padding:10px 20px; display:inline-block; zoom:1; *display:inline; }
#edit-field-air-value-wrapper .description{color:#009ADA; font-weight:bold}

#edit-field-photo-review-value-wrapper{background:#D9F0FF; border-radius:5px; border-bottom:1px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #f5f5f5; border-left:1px solid #f5f5f5; padding:10px 20px; display:inline-block; zoom:1; *display:inline; }
#edit-field-photo-review-value-wrapper .description{font-weight:bold}

.switchbox{background:url('images/switch.png') no-repeat center top; width:60px; height:25px; cursor: pointer}
.switchbox.active{background:url('images/switch.png') no-repeat center bottom;}

.views-field-webform-form-body{
    margin:0 0 30px 0
}

.pay_methods{
    background: none repeat scroll 0 0 #dadada;
    border-radius: 0 0 7px 7px;
    border-top: 1px solid #999999;
    margin: 20px -20px -10px;
    padding: 10px 0;
}
.pay_methods img{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 3px -2px #000000;
    display: block;
    margin: 0 auto;
}

.inline{
  display: inline
}

td{
  font-family: Arial
}

.more{
  text-align: right;
  font-size: 90%;
  margin: -20px 0 0 0
}
.more a{
  background: #ff3019; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
  color: #fff;
  line-height: 20px;
  display: inline-block;
  padding: 0 6px;
  border-radius: 4px;
}
.more a:hover{
  text-decoration: none
}

form{
  overflow:hidden
}

#content-area > .node-type-order .content,
#content-area > .node-type-unite .content{
  overflow: hidden
}