/**
 * @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 {
  margin: 0;
  padding: 0;
}

#page-wrapper {
}

#page {
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */
#header {
  background: url('../images/page_top.png') repeat-x;
  height: 107px;
}

#header .section {
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
  float: left;
  width: 0;
  visibility: hidden;
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

#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 */ {
  clear: both; /* Clear the logo */
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
}

.region-highlighted {
}

.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.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
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. */ {
  margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

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. */ {
}

.region-help /* Help text on a page */ {
}

.more-help-link /* Link to more help */ {
}

.region-content /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
}

ul.links.inline {
  display: block; /* Let the links be inline, but the container be a block. */
}

ul.links li {
  padding: 0 1em 0 0; /* LTR */
}

.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
  padding: 0;
}

.item-list .pager li /* Each page number in the pager list */ {
  padding: 0 0.5em;
  font-size: 0.9em;
  color: #AD1C22;
}

.item-list .pager li a {
  color: black; 
}

.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {
  display: none;
}

.more-link /* Aggregator, blog, and forum more link */ {
}

/*
 * 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 {
}

.region-sidebar-first .section {
}

/*
 * 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 {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
.region-footer {
  background: url('../images/footer_bg.png') repeat-x;
  height: 130px;  
}

.region-footer a {
  color: black;
  text-decoration: underline;
}

/*
 * Page bottom
 */
.region-bottom /* Wrapper for any blocks placed in the page bottom region */ {
  background: url('../images/footer_bg2.png') repeat;
  width: 100%;
  color: #888888;      
}

.region-bottom p {
  margin: 0;
}

.region-bottom a, .region-bottom a:hover, .region-bottom a:visited {
  color: #888888;
  text-decoration: underline;
}

.menu_icon {
  height: 87px;
  display: block;
  margin-top: 12px;
}

.mainwidth {
  width: 980px;
  margin: 0 auto;
}

#anim {
  background: url('../images/anim_bg.png') repeat-x;
  height: 200px;
  /*float: left;*/
  width: 100%;  
}

.region-footer table {
  border: none;
  margin: 0;
}

.region-footer table td {
  border: none;
}

#block-block-1 {
  width: 980px;
  margin: 0 auto;
  line-height: 1em;
  padding-top: 10px;
}

#block-block-2 {
  width: 980px;
  margin: 0 auto;
  padding-left: 10px;
  margin-bottom: 0;
}

#edit-actions img {
  padding-top: 5px;
}

#edit-search-block-form--2 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 1px 1px 1px white;
  margin-top: 1px;
  background: white;
  -moz-box-shadow: inset -2px 2px 3px rgba(0,0,0,.3);
  -webkit-box-shadow: inset -2px 2px 3px rgba(0, 0, 0, .3);
  box-shadow: inset -2px 2px 3px rgba(0, 0, 0, .3);
  border: 1px solid grey;
  height: 24px;
  width: 150px;
  position: relative;
}

.productPreview {
  display: block;
  width: 250px;
  margin-bottom:10px;
  border: 3px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;  
}

.productPreviewCenter {
  display: block;
  width: 250px;  
  margin-bottom:10px;
  margin-left:6px;
  margin-right:6px;
  border: 3px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
}

.productPreviewHeading {
  display: block;
  width: 250px;
  height: 32px;
  background: url('../images/image_caption01.png') no-repeat;
  padding-left: 20px;
  padding-top: 11px;
}

.productPreviewHeadingTwoLines {
  display: block;
  width: 250px;
  height: 43px;
  background: url('../images/image_caption01.png') no-repeat;
  padding-left: 20px;
  padding-top: 0px;
}

.productPreviewHeading a,
.productPreviewHeadingTwoLines a,
.productPreviewHeadingInCategory a,
.productPreviewHeadingTwoLinesInCategory a {  
  color: #262626;
  text-decoration: none;
}

.productPreviewHeading a:hover,
.productPreviewHeadingTwoLines a:hover,
.productPreviewHeadingInCategory a:hover,
.productPreviewHeadingTwoLinesInCategory a:hover {  
  text-decoration: underline;
}

.productPreviewInCategory {
  display: block;
  width: 220px;
  margin-bottom:10px;
  border: 3px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-left: 17px;  
  margin-right: 17px;
}

.productPreviewCenterInCategory {
  display: block;
  width: 220px;  
  margin-bottom:10px;
  margin-left:17px;
  margin-right:17px;
  border: 3px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
}

.productPreviewHeadingInCategory {
  display: block;
  width: 220px;
  height: 31px;
  background: url('../images/image_caption02.png') no-repeat;
  padding-left: 20px;
  padding-top: 6px;
}

.productPreviewMainPage {
  display: block;
  width: 200px;  
  border: 5px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  line-height: 0.7em;  
}

.productPreviewMainPageHeading {
  display: block;
  width: 200px;
  height: 29px;
  background: url('../images/image_caption02.png') no-repeat;
  padding-left: 20px;
  padding-top: 4px;
  margin-right: 10px;
  font-size: 0.85em;
  line-height: 1.15em;
}

.productPreviewMainPageHeading a {
  color: #262626;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.productPreviewMainPageHeading a:hover {
  text-decoration: none;
}

.node-type-product-page .field-name-body {
  float: left;
  width: 550px;
  margin-right: 10px;
}

.node-product-page .group-right {
  float: right;
  width: 220px;
}

.node-type-product .field-name-body {
  float: left;
  width: 550px;
  margin-right: 10px;
}

.node-product .group-right {
  float: right;
  width: 220px;
}

#block-views-produkty-block h2,
#block-views-aplikace-block h2 {
  color: #ad1c22;  
}

#block-views-shop-produkty-block h2,
#block-views-shop-aplikace-block h2 {
  color: #ad1c22;  
}

.view-produkty,
.view-aplikace {
  border-left: 6px solid #AD1C22;
}

.view-shop-produkty,
.view-shop-aplikace {
  border-left: 6px solid #AD1C22;
}

.view-produkty a,
.view-aplikace a {
  display: block;
  color: #262626;
  font-size: 0.9em;
  padding-left: 5px;  
  text-decoration: none;
}

.view-shop-produkty a,
.view-shop-aplikace a {
  display: block;
  color: #262626;
  font-size: 0.9em;
  padding-left: 5px;  
  text-decoration: none;
}

.view-produkty a.active,
.view-aplikace a.active {
  background: url("../images/arrow.png") no-repeat scroll 0 0 transparent;
  padding-left: 10px;
  color: #AD1C22;
}

.view-shop-produkty a.active,
.view-shop-aplikace a.active {
  background: url("../images/arrow.png") no-repeat scroll 0 0 transparent;
  padding-left: 10px;
  color: #AD1C22;
}

.view-produkty a:hover,
.view-aplikace a:hover {
  background: url("../images/arrow.png") no-repeat scroll 0 0 transparent;
  padding-left: 10px;
}

.view-shop-produkty a:hover,
.view-shop-aplikace a:hover {
  background: url("../images/arrow.png") no-repeat scroll 0 0 transparent;
  padding-left: 10px;
}

.front .content table td {
  border: none;
}

.front #block-system-main {
  width: 760px;
  margin-right: 20px;
  float: left;
}

.front h1 {
  width: 730px;
}

#block-block-4 {
  width: 200px;
  float: left;
  margin-top: -61px;
  padding: 0;
}

.region-footer p {
  margin: 0.5em 0;
}

.element-invisible {
  margin: 0px;
  padding: 0px;
}

#block-block-5 a {
  color: white;
  text-decoration: none;
}

#block-block-5 a:hover {
  text-decoration: underline;
}

#block-block-5 table {
  background-color: #AD1C22;
  margin: 20px auto;
}

#block-block-5 table td {
  padding: 5px;
}

.printProduct {
  float: left;
  width: 220px;
}

.productPagePreview {
  display: block;
  width: 220px;
  margin-bottom:10px;
  margin-right: 17px;
  margin-left: 17px;
  border: 3px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  line-height: 0.7em;  
}

.productPagePreview img {
  width: 220px;
  height: 161px;
  /*border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;*/
}

.productPreviewPageHeading {
  display: block;
  width: 220px;  
  height: 35px;
  /*background: url('../images/image_caption01.png') no-repeat;*/  
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.5em;
}

.productPreviewPageHeading a {  
  color: #AD1C22;
  text-decoration: none;
  font-weight: bold;
}

.productPreviewPageHeading a:hover {  
  text-decoration: underline;
}

.productPreviewPageSubheading {
  display: block;
  width: 220px;
  height: 43px;    
  padding-top: 5px;
  font-size: 0.8em;
  text-align: center;
  background-color: #e6e6e6;
  line-height: 1.2em;  
}

.personFrame {  
  width: 471px;
  height: 220px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #EEEEEE;
  color: #222222;
  margin-right: 5px;
  float: left;
}

.personFrame img {
  float: left;
  width: 122px;
  height: 163px;  
  margin-left: 10px;  
  margin-right: 10px;
}

.personFrame table {
  float: left;
  margin: 10px;
}

.personFrame table td {
  border: none;
  vertical-align: top;
}

#table-top-row {
  border-top: 1px solid #AD1C22;
}

.headingCat {
  font-size: 1.2em;
  font-variant: small-caps;  
  color: #303030;
  float: left;
  width: 900px;
  line-height: 1.6em;  
}

.views-exposed-widgets {
  margin-left: 18px;
}

#page {
  /*display: none;*/
  /*margin-top: -60px;
  padding: -60px;*/
  /*clear: both;  */
}

.ddblock-container.clearfix.ddblock-processed {
  z-index: 1;
}

.page-taxonomy-term-3 .view-filters,
.page-taxonomy-term-4 .view-filters, 
.page-taxonomy-term-5 .view-filters,
.page-taxonomy-term-7 .view-filters, 
.page-taxonomy-term-8 .view-filters,
.page-taxonomy-term-9 .view-filters,
.page-taxonomy-term-19 .view-filters,
.page-taxonomy-term-24 .view-filters,
.page-taxonomy-term-25 .view-filters,
.page-taxonomy-term-26 .view-filters,
.page-taxonomy-term-29 .view-filters,
.page-taxonomy-term-30 .view-filters,
.page-taxonomy-term-31 .view-filters,
.page-taxonomy-term-33 .view-filters,
.page-taxonomy-term-34 .view-filters,
.page-taxonomy-term-35 .view-filters,
.page-taxonomy-term-38 .view-filters,
.page-taxonomy-term-40 .view-filters,
.page-taxonomy-term-43 .view-filters {
  display: none;
}

.views-row.active a, .page-node-754 .views-row.active a:hover {
  color: #AD1C22;
  background: url("../images/arrow.png") no-repeat scroll 0 0 transparent;
  padding-left: 10px;
}
.page-node-754 .views-row.active a {
  color: #262626;
  background: none;
  padding-left: 5px;
}
.views-row.active .productPagePreview a {
  background: none;
  padding-left: 0;
}

#block-block-6 .content a,
#block-block-7 .content a,
#block-block-8 .content a,
#block-block-9 .content a,
#block-block-10 .content a,
#block-block-11 .content a,
#block-block-12 .content a,
#block-block-13 .content a {
  color: #993300;
  text-decoration: none;
}

td a, td a:hover, td a:visited {
	color: black;
}

#uc-cart-view-form td {
  vertical-align: middle;
}

#payment-pane {
  display: none;
}

#edit-panes-quotes-quote-button {
  display: none;
}

#uc-cart-view-form #edit-continue-shopping {
	float: none;
}

th.price {
  min-width: 90px;
}

#block-block-3 .content span a {
  color: white;
  font-size: 10pt;
  margin-right: 5px;
  text-align: right;
  float: right;
  /*text-decoration: none;*/
}

.address-pane-table .field-label, .address-pane-table .field-field {  
  border-bottom: none;
}

#quotes-pane input.form-submit {
  display: none;
}

.field-name-field-stitky .field-label {
  float: left; 
}

.field-name-field-stitky .field-item a {
  color: black;
  font-size: 0.875em;  
}

.field-name-field-stitky {
  border: 1px solid black;
  display: block;
  float: left;
  width: 532px;
  padding: 3px;
}

#block-search-form {
  max-width: 210px;
}
