/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */
/*
 *	1.0 Zen Styles
 *		1.1  Body
 *		1.2  Header
 *		1.3  Main (container for everything)
 *		1.4  Content
 *		1.5  Navbar
 *		1.6  Sidebar Left
 *		1.7  Sidebar Right
 *		1.8  Footer
 *		1.9  Closure
 *		1.10 Drupal Nodes
 *		1.11 Drupal Comments
 *		1.12 Drupal Blocks
 *		1.13 Drupal Boxes
 *		1.14 Miscellaneous Drupal Styles
 *		1.15 Drupal Forms
 *		1.16 OpenID
 *		1.17 Drupal Admin Tables
 *		1.18 Views
 *	2.0 Menu
 *	3.0 Home
 *	4.0 News
 *	5.0 Portfolio
 *	6.0 Where To Buy
 *	7.0 Brands
 *		7.1 Brands Main
 *		7.2 Collections
 *		7.3 Products Details
 *	8.0 Resources
 *  9.0 Search
 */
 
 
 
 
 
 
 
/*-------------------------------------------------*/
/* 1.0 Zen Styles                                  */
/*-------------------------------------------------*/
/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */

/*-------------------------------------------------*/
/* 1.1 Body                                        */
/*-------------------------------------------------*/
  body
  {
    background: url(images/background.jpg) fixed;
    color: #a0a0a0;
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 10px;
    
  }

  body#tinymce
  {
  	background: none;	
  }

  a:link, a:visited
  {
  	color: #8EC640;
  	text-decoration: none;
  }

  #page
  {
    background-color: #ffffff;
    font-size: 12px;
    margin-top: 19px;
    padding: 30px 30px 5px 30px;
  }
  
  .lang-cs #page
  {
  	font-size: 13px;	
  }

  #page-inner
  {
  }
  
  h1
  {
  	color: #8EC640;
  	font-size: 10px;
  	letter-spacing: 1px;
  	margin-top: 20px;
  	margin-bottom: 2px;
  	text-transform: uppercase;
  }
  
  .lang-cs h1
  {
  	font-size: 12px;
  }
  
  p
  {
  	margin-top: 4px;
  	margin-bottom: 4px;
  }
  p.bold
  {
  	color: #8EC640;
  }

/*-------------------------------------------------*/
/* 1.2 Header                                      */
/*-------------------------------------------------*/
  #header
  {
  }

  #header-inner
  {
  }

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

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0 0 17px 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 /* Wrapper for any blocks placed in the header region */
  {
  }
  #block-menu-menu-region-links
  {
  	clear: none;
  	float: left;
  }
  #block-menu-menu-region-links ul.menu
  {
  	margin: 0 0 40px 0;
  	padding: 0;
  }
  #block-menu-menu-region-links ul.menu li.leaf
  {
  	background: url(images/nav_separator.png) no-repeat center left;
  	padding-left: 15px;
  }
  
  #block-menu-menu-region-links ul.menu li.leaf.first
  {
  	background: none;
  	padding-left: 0;
  }
  
  #block-menu-menu-region-links li
  {
  	display: inline;
  	padding-right: 14px;
  	
  }
  #block-menu-menu-region-links li a
  {
  	color: #a0a0a0;
  	font-size: 10px;
  	font-weight: bold;
  	letter-spacing: 3px;
  	text-decoration: none;
  	text-transform: uppercase;
  }
  
  #block-menu-menu-region-links li.active a 
  {
  	color: #000000;
  }
  
  #block-search
  {
  	clear: none;
  	width: 185px;
  	margin-top: -20px;
  	float: right;
  }
  
  #block-search .form-submit
  {
  	background: none;
  	border: 0;
	clear: none;
  	color:#a0a0a0;
  	float: right;
  	font-size: 10px;
  	letter-spacing: 3px;
  	margin: 15px 5px 0 0;
  	text-transform: uppercase;
  	text-align: right;
  }

  #block-search #edit-search-block-form-1-wrapper
  {
  	clear: none;
  	float: right;
  }
  #block-search label
  {
  	display: none;
  }
  
  #block-search #edit-search-block-form-1
  {
  	background: none;
  	border: 1px solid #a0a0a0;
  	width: 100px;
  }
  
  #skip-to-nav
  {
  	display: none;
  }
  
/*-------------------------------------------------*/
/* 1.3 Main (container for everything else)        */
/*-------------------------------------------------*/
  #main
  {
  	margin-bottom: 50px;
  	min-height: 350px;
  }

  #main-inner
  {
  }
  
  #main-inner #content-inner
  {
  	margin-top: -36px;
  }
  
  .no-sidebars #main-inner #content-inner
  {
  	margin-top: 0;
  }

/*-------------------------------------------------*/
/* 1.4 Content                                     */
/*-------------------------------------------------*/
  #content
  {
  	padding-top: 40px;
  }

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

  .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 */
  {
    font-size: 10px;
    margin: 0;
  }
  
  .lang-cs h1.title,
  .lang-cs h2.title,
  .lang-cs h3.title
  {
    font-size: 12px;
  }

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

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

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

  .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 /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/*-------------------------------------------------*/
/* 1.5 Navbar                                      */
/*-------------------------------------------------*/
  #navbar
  {
  	border-bottom: 1px solid #eaeaea;
  	padding-bottom: 0;
  }

  #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
  {
  	margin-left: 0;
  	padding-bottom: 14px;
  }
  
  #primary a
  {
  	color: #a0a0a0;
  	font-size: 10px;
  	font-weight: bold;
  	letter-spacing: 4px;
  	text-decoration: none;
  	text-transform: uppercase;
  }
  
  .lang-cs #primary a
  {
  	font-size: 12px;
  }
  
  #primary .links li
  {
  	background: url(images/nav_separator.png) no-repeat center left;
  	padding-left: 15px;
  }
  
  #primary .links li.first
  {
  	background: none;
  	padding-left: 0;
  }
  
  #primary .links li.active-trail a
  {
  	color: #8ec640;
  }

  #secondary /* Secondary links */
  {
  }

/*-------------------------------------------------*/
/* 1.6 Sidebar Left                                */
/*-------------------------------------------------*/
  #sidebar-left
  {
	padding-top: 15px;
  }

  #sidebar-left-inner
  {
  }
  
  #sidebar-left #block-menu-menu-brand-links ul,
  #sidebar-left #block-block-9 ul
  {
  	padding-left: 0;
  }
  

  #sidebar-left #block-menu-menu-brand-links li.leaf, 
  #sidebar-left #block-menu-menu-brand-links li.collapsed, 
  #sidebar-left #block-menu-menu-brand-links li.expanded,
  #sidebar-left #block-block-9 li.leaf, 
  #sidebar-left #block-block-9 li.collapsed, 
  #sidebar-left #block-block-9 li.expanded
  {
  	border-top: 1px solid #e9eaea;
  	padding: 10px 0 10px 0;
  }
  
  #sidebar-left #block-menu-menu-brand-links li.first,
  #sidebar-left #block-block-9 li.first
  {
  	border-top: none;
  }
  
  #sidebar-left #block-menu-menu-brand-links li,
  #sidebar-left #block-block-9 li
  {
  	
  	list-style: none outside none;
  	margin-left: 0;
  }
  
  #sidebar-left #block-menu-menu-brand-links a,
  #sidebar-left #block-block-9 a
  {
  	color: #a0a0a0;
	font-size: 10px;
  	font-weight: bold;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	
  }
  
  .lang-cs #sidebar-left #block-menu-menu-brand-links a,
  .lang-cs #sidebar-left #block-block-9 a
  {
  	font-size: 12px;
  }
  
  #sidebar-left #block-menu-menu-brand-links ul.menu li.leaf.first a,
  #sidebar-left #block-menu-menu-brand-links a.active,
  #sidebar-left #block-block-9 ul.menu li.leaf.first a,
  #sidebar-left #block-block-9 a.active
  {
	color: #000000;	
  }
  
  #sidebar-left #block-menu-menu-brand-links ul.menu ul.menu li.leaf.first a,
  #sidebar-left #block-menu-menu-brand-links li.active-trail ul.menu a.leaf,
  #sidebar-left #block-block-9 ul.menu ul.menu li.leaf.first a,
  #sidebar-left #block-block-9 li.active-trail ul.menu a.leaf,
  {
  	color: #a0a0a0;
  }

  #sidebar-left #block-menu-menu-brand-links li.expanded .menu li.leaf,
  #sidebar-left #block-block-9 li.expanded .menu li.leaf
  {
  	border: none;
  	padding: 5px 0 0 15px;
  }

/*-------------------------------------------------*/
/* 1.7 Sidebar Right                                */
/*-------------------------------------------------*/
  #sidebar-right
  {
  	padding-top: 45px;
  }

  #sidebar-right-inner
  {
  }

/*-------------------------------------------------*/
/* 1.8 Footer                                      */
/*-------------------------------------------------*/
  #footer
  {
  }

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }
  
  #block-menu-menu-footer-links ul.menu
  {
  	padding: 0;
  }
  
  #block-menu-menu-footer-links ul.menu li.leaf
  {
  	display: inline;
  	/*list-style-type: none;*/
  	background: url(images/nav_separator_footer.png) no-repeat center left;
  	margin: 0 4px 0 0;
  	padding-left: 9px;
  	
  }
  
  #block-menu-menu-footer-links ul.menu li.leaf.first 
  {
  	background: none;
  	padding-left: 0;
  }
  
  #block-menu-menu-footer-links a
  {
  	color: #a0a0a0;
  	font-size: 8px;
  	font-weight: bold;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  }
  
  .lang-cs #block-menu-menu-footer-links a
  {
  	font-size: 12px;
  }
  
  #block-menu-menu-footer-links a.active
  {
  	color: #000000;
  }

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

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

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

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

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    /*list-style-type: none;*/
    padding: 0 0.5em;
  }

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

/*-------------------------------------------------*/
/* 1.11 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 div.links /* Wrapper for comment links. See also the ul.links declaration in the node section 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 */
  }

/*-------------------------------------------------*/
/* 1.12 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-comments-0 /* "Recent comments" block */
  {
  }

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

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

  #block-menu-2 /* "Primary 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 */
  {
  }
  
  .two_cols_block_left, .two_cols_block_right
  {
  	clear: none;
  	float: left;
  	width: 325px;
  }
  .two_cols_block_left
  {
  	margin-right: 15px;
  }
  .two_cols_block_right
  {
  	margin-right: 0;
  }

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

/*-------------------------------------------------*/
/* 1.14 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;
  }
  
  li.expanded
  {
    list-style: url(images/menu-expanded.png);	
  }
  
  li.collapsed
  {
    list-style: url(images/menu-collapsed.png);	
  }
  
  li.leaf
  {
    list-style: url(images/menu-leaf.png);	
  }


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

/*-------------------------------------------------*/
/* 1.16 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. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

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

/*-------------------------------------------------*/
/* 1.17 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;
  }
 
/*-------------------------------------------------*/
/* 1.17 Drupal Admin Tables                        */
/*-------------------------------------------------*/
  
  .views-exposed-widget label
  {
  	font-size: 10px;
  	text-transform: uppercase;
  }
  
  .lang-cs .views-exposed-widget label
  {
  	font-size: 12px;
  }


/*-------------------------------------------------*/
/* 2.0 Menu                                        */
/*-------------------------------------------------*/
 
  .block-menu h2.title
  {
 	display: none;
  }

/*-------------------------------------------------*/
/* 3.0 Home                                        */
/*-------------------------------------------------*/
  
  .front .logo_big
  {
	background: url(images/logo_big.png);
	height: 61px;
	margin: 260px 0 70px 0;
	padding: 0;
	width: 694px;
  }  

  .front #select_region
  {
	/*margin-bottom: 257px;*/
	margin-bottom: 260px;
  }
  
  .rotate_pics_container
  {
  	height: 375px;
  	width: 665px;
  }
  
  .rotate_pics_china_container
  {
  	height: 416px;
  	width: 665px;
  }

/*-------------------------------------------------*/
/* 4.0 News                                        */
/*-------------------------------------------------*/

  .news_arch_link_active
  {
	font-weight: bold;
	white-space: nowrap;
  }
  
  .news_arch_link
  {
  	white-space: nowrap;
  }

  .view-news h2 a 
  {
	color: #8EC640;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
  }

  .view-news
  {
	
  }

  .node-type-news h1.title
  {
	color: #8EC640;
	font-weight: bold;
	text-transform: uppercase;	
  }

  #block-block-1
  {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 4px;
  }
  
  #block-block-1 ul
  {
	list-style: none outside;
	padding-left: 0;
  }
  
  #block-block-1 ul li 
  {
  	margin-bottom: 10px;
  }
  
  #block-block-1 a
  {
	color: #a0a0a0;
	
  }

/*-------------------------------------------------*/
/* 5.0 Portfolio                                   */
/*-------------------------------------------------*/

  .page-portfolio .node-inner .content p
  {
  	margin-top: -5px;
  	width: 580px;
  }

  .portfolio_country
  {
	clear: none;
	display: inline;
	float: left;
	margin: 15px 0 30px 0;
	padding: 0 15px 0 0;
	text-transform: uppercase;	
	width: 213px;
  }
  
  .portfolio_country h2
  {
	color: #000000;
	font-size: 10px;
	margin-top: 0;
  }
  
  .portfolio_country a
  {
	color: #a0a0a0;	
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: bold;
  }

  .portfolio_country a:hover
  {
	color: #8ec640;
  }

  .portfolio_country div
  {
	margin-top: 20px; 
  }
  
  #lightbox-image-details-caption
  {
  	text-transform: uppercase;
  }
  
  #node-25 .content p
  {
  	width: 440px;
  }

/*-------------------------------------------------*/
/* 6.0 Where To Buy                                */
/*-------------------------------------------------*/

  .section-where-to-buy #content-header
  {
  	margin-bottom: 30px;
  }
  
  .view-where-to-buy .views-row-odd,
  .view-where-to-buy .views-row-even,
  .view-couture-where-to-buy .views-row-odd,
  .view-couture-where-to-buy .views-row-even,
  .view-originals-where-to-buy .views-row-odd,
  .view-originals-where-to-buy .views-row-even,
  .view-elements-where-to-buy .views-row-odd,
  .view-elements-where-to-buy .views-row-even
  {
	padding-bottom: 20px;	
  }

  .location_info
  {
	clear: left;
	float: left;
	margin-right: 10px;
	width: 200px;
  }

  .location_gmap
  {
	clear: right;
	float: left;
	position: relative;
  }

  .location_info h2.title
  {
	color: #231f20;
	font-size: 11px;
	margin-bottom: 20px;
	text-transform: uppercase;
  }

  .view-where-to-buy .view-filters, 
  .view-couture-where-to-buy .view-filters,
  .view-originals-where-to-buy .view-filters,
  .view-elements-where-to-buy .view-filters
  {
	display: none;	
  }

  #brands_selection 
  {
  	font-size: 12px;
  	margin: 15px 0 20px 0;
	text-transform: uppercase;
  }
  
  .section-where-to-buy #content-header
  {
	/*display: none;*/
  }
  
  #city_select,
  #region_select
  {
  	margin-top: 10px;
  	width: 210px;
  }

/*-------------------------------------------------*/
/* 7.0 Brands                                      */
/*-------------------------------------------------*/

  .brand_logo
  {
	margin-bottom: 15px;
  }
  
  .brand_logo_container
  {
  	clear: left;
  	display: inline;
  	float: left;
  	margin-right: 15px;
  }
  
  .brand_tagline_image
  {
  	float: right;
  }
  
  .brand_home_text_img
  {
  	margin-top: 15px;
  }
  
  .brand_header_text
  {
  	clear: right;
  	color: #ffffff;
  	display: inline;
  	float: left;
  	height: 74px;
  	position: relative;
  	width: 425px;
  }
  
  .brand_header_text p
  {
  	margin: 0;
  	padding: 0;
  }
  
  #node-16 .content p /* couture home text */
  {
  	width: 550px;
  }

/*-------------------------------------------------*/
/* 7.1 Brands Main                                 */
/*-------------------------------------------------*/


  
  
  
/*-------------------------------------------------*/
/* 7.2 Collections                                 */
/*-------------------------------------------------*/

  a.categories_link
  {
  	font-size: 10px;
  	font-weight: bold;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  }
  
  .lang-cs a.categories_link
  {
    font-size: 12px;
  }
  
  .product_category_name_link_container
  {
  	/*border: 1px solid #ff0000;*/
  	display: block;
  	height: 40px;
  	margin-bottom: 9px;
  	position: relative;
  	vertical-align: bottom;
  	width: 96px;
  }
  
  .product_category_name_link_container span
  {
  	bottom:0;
  	position:absolute;
  }
  
  .product_category .prod_name
  {
  	font-weight: normal;
  	letter-spacing: 1px;
  	text-transform: none;
  }
  
  /*ul.products_categories
  {
  	list-style: none outside none;
  	padding-left: 0;
  }
  
  ul.products_categories li
  {
  	padding: 5px 0;
  }*/
  
  .product_category
  {
  	clear: none;
	display: block;
	float: left;
	margin-top: 0;
	padding: 0 14px 14px 0;
	width: 96px;
  }

  .view-couture-collections .view-content .views-row-odd,
  .view-couture-collections .view-content .views-row-even,
  .view-originals-collections .view-content .views-row-odd,
  .view-originals-collections .view-content .views-row-even,
  .view-elements-collections .view-content .views-row-odd,
  .view-elements-collections .view-content .views-row-even
  {
  	/*border: 1px solid #ff0000;*/
	clear: none;
	display: block;
	float: left;
	height: 140px;
	margin-top: 0;
	padding: 0 14px 14px 0;
	text-transform: uppercase;
	width: 96px;
  }

  .view-couture-collections .view-content h2,
  .view-originals-collections .view-content h2,
  .view-elements-collections .view-content h2
  {
	line-height: 0.8em;	
  }

  .view-couture-collections .view-content h2 a,
  .view-originals-collections .view-content h2 a,
  .view-elements-collections .view-content h2 a
  {
	font-size: 10px;
  }
  
  .view-couture-collections .view-content img,
  .view-originals-collections .view-content img,
  .view-elements-collections .view-content img
  {
	width: 96px;
	height: 96px;	
  }
  
  .view-couture-collections select,
  .view-originals-collections select,
  .view-elements-collections select
  {
	width: 190px;	
  }
  
  .views-exposed-form .views-exposed-widget .form-submit
  {
  	margin-top: 1em;
  }
  
  .product_thumbs_img
  {
  	height: 96px;
  	width: 96px;
  }

  
/*-------------------------------------------------*/
/* 7.3 Products Details                            */
/*-------------------------------------------------*/

  
  .imagefield-field_main_images
  {
  	/*width: 665px;*/
  }
  
  #product_details_wrapper
  {
  	height: 450px;
  }
  
  .product_thumb_container
  {
  	clear: right;
  	display: inline;
  	margin-right: 14px;
  	padding-bottom: 10px;
  }
  
  .product_thumbs
  {
  	clear: right;
  	cursor: pointer;
  	display: block;
  	height: 50px;
  	margin-bottom: 25px;
  }
  
  .products_details_thumb_img
  {
  	height: 66px;
  	width: 66px;
  }

  .product_attr_title
  {
  	clear: left;
  	float: left;
  	padding-right: 11px;
  	width: 95px;
  }
  .product_attr_value
  {
  	clear: none;
  	float: left;
  	width: 133px;
  }
  
  .clear_prod_attr
  {
  	clear: both;
  	height: 1px;
  }
  
  #product_main_image_container
  {
  	clear: none;
  	display: inline;
  	float: left;
  	position: absolute;
  }
  
  #product_main_image
  {
  	
  }
  
  .node-type-products .content h2
  {
  	font-size: 10px;
  	text-transform: uppercase;
  }
  
  .node-type-products .product_description
  {
  	clear: none;
  	display: inline;
  	float: right;
  	font-size: 10px;
  	margin-left: 420px;
  	margin-top: 0;
  	padding-top: 0;
  	position: absolute;
  	width: 240px;
  	z-index: 100;
  	
  }
  
  .lang-cs .node-type-products .product_description
  {
  	font-size: 12px;
  }
  
  .node-type-products .product_description a
  {
  	text-decoration: underline;
  }
  
  .product_description h2
  {
  	font-weight: bold;
  	letter-spacing: 1px;
  	margin-top: 0;
  }
  
  
/*-------------------------------------------------*/
/* 8.0 Resources                                   */
/*-------------------------------------------------*/

  .page-resources h2
  {
  	font-size: 10px;
  	margin-top: 20px;
  	text-transform: uppercase;
  }
  
  .resources_category_block
  {
  	border-bottom: 1px solid #eeeeee;
  }
  
  .page-resources #content-area ul
  {
  	list-style: url(images/menu-leaf.png);
  }

/*-------------------------------------------------*/
/* 9.0 Search                                      */
/*-------------------------------------------------*/
  .search_result_product_thumb
  {
  	float: left;
  	margin-right: 10px;
  }
  .search_result_product
  {
  	float: left;
  }
  #search_hint
  {
  	clear: left;
  	display: none;
  	padding-top: 5px;
  	position: absolute;
  }