/* $Id: style.css,v 1.1.2.2 2008/01/06 14:04:04 johnalbin Exp $ */

/*
 * This space intentionally left blank.
 *
 * See template.php to see how Zen styles are added to the page.
 */
/* $Id: tabs.css,v 1.1.2.4 2008/02/09 02:39:54 johnalbin Exp $ */

/*
 * Tabs CSS
 *
 * Adds styles for the primary and secondary tabs.
 *
 * Compare this with default CSS found in the system module's stylesheet (a copy
 * of which is in drupal5-reference.css, line 510.)
 *
 */

  div.tabs
  {
    margin: 0 0 5px 0;
  }

  ul.primary
  {
    margin: 0;
    padding: 0 0 0 10px;
    border-width: 0;
    list-style: none;
    white-space: nowrap;
    line-height: normal;
    background: url(/sites/all/themes/contrib/zen/images/tab-bar.png) repeat-x left bottom;
  }

  ul.primary li
  {
    float: left;
    margin: 0;
    padding: 0;
  }

  ul.primary li a
  {
    display: block;
    min-height: 24px;
    margin: 0;
    padding: 0 0 0 5px; /* width of tab-left.png */
    border-width: 0;
    font-weight: bold;
    text-decoration: none;
    color: #777;
    background-color: transparent;
    background: url(/sites/all/themes/contrib/zen/images/tab-left.png) no-repeat left -38px;
  }

  ul.primary li a .tab
  {
    display: block;
    min-height: 20px; /* 24px (parent) - 4px (padding) */
    margin: 0;
    padding: 4px 13px 0 6px;
    border-width: 0;
    line-height: 20px;
    background: url(/sites/all/themes/contrib/zen/images/tab-right.png) no-repeat right -38px;
  }

  ul.primary li a:hover
  {
    border-width: 0;
    background-color: transparent;
    background: url(/sites/all/themes/contrib/zen/images/tab-left.png) no-repeat left -76px;
  }

  ul.primary li a:hover .tab
  {
    background: url(/sites/all/themes/contrib/zen/images/tab-right.png) no-repeat right -76px;
  }

  ul.primary li.active a,
  ul.primary li.active a:hover
  {
    border-width: 0;
    color: #000;
    background-color: transparent;
    background: url(/sites/all/themes/contrib/zen/images/tab-left.png) no-repeat left 0;
  }

  ul.primary li.active a .tab,
  ul.primary li.active a:hover .tab
  {
    background: url(/sites/all/themes/contrib/zen/images/tab-right.png) no-repeat right 0;
  }

  ul.secondary
  {
    margin: 0;
    padding: 0 0 0 5px;
    border-bottom: 1px solid #c0c0c0;
    list-style: none;
    white-space: nowrap;
    background: url(/sites/all/themes/contrib/zen/images/tab-secondary-bg.png) repeat-x left bottom;
  }

  ul.secondary li
  {
    float: left;
    margin: 0 5px 0 0;
    padding: 5px 0;
    border-right: none;
  }

  ul.secondary a
  {
    display: block;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 1px solid #c0c0c0;
    text-decoration: none;
    color: #777;
    background: url(/sites/all/themes/contrib/zen/images/tab-secondary.png) repeat-x left -56px;
  }

  ul.secondary a .tab
  {
    display: block;
    height: 18px; /* 24px (parent) - 6px (padding) */
    margin: 0;
    padding: 3px 8px;
    line-height: 18px;
  }

  ul.secondary a:hover
  {
    background: url(/sites/all/themes/contrib/zen/images/tab-secondary.png) repeat-x left bottom;
  }

  ul.secondary a.active,
  ul.secondary a.active:hover
  {
    border: 1px solid #c0c0c0;
    color: #000;
    background: url(/sites/all/themes/contrib/zen/images/tab-secondary.png) repeat-x left top;
  }
/* $Id: html-elements.css,v 1.1.2.1 2008/01/06 14:04:04 johnalbin Exp $ */

/****
 **** HTML ELEMENT STYLING
 ****/


/** fonts **/
  body
  {
    font: 13px Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    background: #fff;
  }

  /* IE 5 and 6 can't resize text that is specified in pixels. */
  * html body
  {
    font-size: x-small; /* IE5 will get this value */
    f\ont-size: small; /* IE6 will get this value */
  }

  #page
  {
    font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    line-height: 1.5em;
  }

  pre, code
  {
    font-size: 115%; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

/** headings **/
  h1
  {
    font-size: 140%;
  }

  h1, h1 a, h1 a:hover
  {
    margin: .5em 0 .5em 0;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    color: #444;
  }

  h1.title
  {
    font-size: 200%;
  }

  h1.title, h1.title a, h1.title a:hover
  {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #6191C5;
    margin: 0;
    margin-bottom: 0;
    line-height: normal;
  }

  h2
  {
    font-size: 122%;
  }

  h2, h2 a, h2 a:hover, .block h3, .block h3 a
  {
    color: #444;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    margin: .5em 0 .5em 0;
  }

  h3
  {
    font-size: 107%;
    font-weight: bold;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  }

  h4, h5, h6
  {
    font-weight: bold;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  }

/** block-level elements **/
  p
  {
    padding: 0 0 0.5em 0;
    margin: 0;
  }

  ol, ul, dl
  {
    position: relative;
  }

  pre
  {
    background: #ddd;
    border: 1px solid #aaa;
    padding: 0.75em 1.5em;
  }

  blockquote
  {
    border: 1px #ccc solid;
    margin: 0.5em 1em;
    padding: 0.3em;
    font-style: italic;
  }

/** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
  a:link,
  a:visited
  {
    color: #2763A5;
    text-decoration: none;
  }

  a:hover,
  a:focus
  {
    color: #6191C5;
    text-decoration: underline;
  }

  a:active,
  a.active
  {
    color: #89A3E4;
  }

/** tables **/
  table
  {
    font-size: 100%; /* Forces font size inheritance in IE5 */
    f\ont-size: inherit;
  }

  tr, td
  {
    padding: .25em;
  }

/** abbreviations **/
  /* Date-based "abbreviations" show computer-friendly timestamps which are not
     human-friendly. */
  abbr.created
  {
    border-bottom: none;
    text-decoration: none;
  }

/** images **/
  img
  {
    border: 0;
  }

/** forms **/
  form
  {
    margin: 0;
    padding: 0;
  }

  fieldset
  {
    border: solid #ccc 1px;
  }

  select, input, textarea
  {
    font: 99% Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  }
/* $Id: layout-garland.css,v 1.1.2.1 2008/01/06 14:04:04 johnalbin Exp $ */

/*
 * LAYOUT STYLES
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This is the same layout method used by Garland.
 *
 * However, there is a KNOWN BUG with this layout method that has no known fix:
 *   oversize content will causes IE to display the sidebars underneath the main
 *   content.
 */

  body
  {
    margin: 0;
    padding: 0;
  }

  /* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
  body.two-sidebars
  {
    min-width: 980px;
  }

  /* With 2 columns, require a minimum width of 800px. */
  body.sidebar-left, body.sidebar-right
  {
    min-width: 760px;
  }

  #container
  {
    margin: 0 auto;
    max-width: 1270px;
  }

/* Layout the main content column */
  #main
  {
    float: left;
    width: 100%; /* Prevent it from being too narrow on near-empty pages */
  }

  #squeeze
  {
    position: relative;
  }

  /* First we adjust the #main container to make room for the left sidebar */
  body.sidebar-left #main,
  body.two-sidebars #main
  {
    margin-left: -210px;
  }

  body.sidebar-left #squeeze,
  body.two-sidebars #squeeze
  {
    margin-left: 210px;
    padding-left: 10px;
  }

  /* Then we adjust the #main container to make room for the right sidebar */
  body.sidebar-right #main,
  body.two-sidebars #main
  {
    margin-right: -300px;
  }

  body.sidebar-right #squeeze,
  body.two-sidebars #squeeze
  {
    margin-right: 300px;
    padding-right: 15px;
  }

/* Layout the sidebars */
  #container .sidebar
  {
    float: left;
    position: relative;
    z-index: 2; /* We ensure the sidebars are still clickable using z-index */
    margin: 0;
  }

  #container #sidebar-left
  {
    width: 210px; /* If you change this value, change the values
                     of margin-left for #main and #squeeze. */
  }

  #container #sidebar-right
  {
    width: 300px; /* If you change this value, change the values
                     of margin-right for #main and #squeeze. */
  }

/* Laout the footer */
  #footer
  {
    float: none;
    clear: both;
    margin: 4em 0 -3em;
  }

/* Ensure long text or wide images don't break IE6 layout. */
  #page, #header, #footer, #squeeze, #container .sidebar
  {
    _overflow: hidden;
    _overflow-y: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }
/* $Id: icons.css,v 1.1.2.2 2008/01/06 14:04:04 johnalbin Exp $ */

/*
 * ICON STYLES
 *
 * Puts all the references to icon images in one place.
 */

/* Leaf, collapsed, and expanded icons used for navigation */
  .block li.leaf, ul.menu li.leaf
  {
    list-style-image: url(/sites/all/themes/idea/zen_ideablog/images/menu-leaf.png);
  }

  .block li.collapsed, ul.menu li.collapsed
  {
    list-style-image: url(/sites/all/themes/idea/zen_ideablog/images/menu-collapsed.png);
  }

  .block li.expanded, ul.menu li.expanded
  {
    list-style-image: url(/sites/all/themes/idea/zen_ideablog/images/menu-expanded.png);
  }

  .block li a.active
  {
    text-decoration: none;
  }

  .block ul li
  {
    list-style-image: url(/sites/all/themes/idea/zen_ideablog/images/bullet.png);
  }

/* Forum posts and recent blog posts */
  .block-forum ul li
  {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 5px 0 5px 20px;
    background-image: url(/sites/all/themes/idea/zen_ideablog/images/page.png);
    background-repeat: no-repeat;
    background-position: 0 .5em;
  }

  .block-blog ul li
  {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 5px 0 5px 20px;
    background-image: url(/sites/all/themes/idea/zen_ideablog/images/blog.png);
    background-repeat: no-repeat;
    background-position: 0 .7em;
  }

  /* Who's new & Who's online*/
  #block-user-2 ul li, #block-user-3 ul li
  {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 5px 0 5px 20px;
    background-image: url(/sites/all/themes/idea/zen_ideablog/images/user.png);
    background-repeat: no-repeat;
    background-position: 0 .5em;
  }

/* Status and Error icons */
  .messages
  {
    min-height: 32px; /* icon height */
  }

  div.status
  {
    background-image: url(/sites/all/themes/idea/zen_ideablog/images/dialog-information.png);
    background-repeat: no-repeat;
    background-position: .5em 50%;
  }

  div.error
  {
    background-image: url(/sites/all/themes/idea/zen_ideablog/images/dialog-warning.png);
    background-repeat: no-repeat;
    background-position: .5em 50%;
  }

/* Node links such as add comments, User's blog, etc */
  #main .node div.links
  {
    padding: 5px 0 5px 13px;
    background: url(/sites/all/themes/idea/zen_ideablog/images/links.png) no-repeat 0 .93em;
  }

/* Administration panel */
  .admin-panel h3
  {
    background: #6191C5 url(/sites/all/themes/idea/zen_ideablog/images/cog.png) no-repeat .5em .5em;
  }
/* $Id: ideablog-classic.css,v 1.1.2.5 2008/04/20 15:18:51 johnalbin Exp $ */

/*
 * COMMON STYLES
 */

  body
  {
    background: #fff;
  }

  #page
  {
    color: #111;
    background-color: #fff;
  }

#header { background:#369; height: 55px; position: relative; }
  #container
  {
    width: 960px; /* page width  */
    margin: 15px auto; /* Center the page */
  }

#page-top-inner
  {
    width: 960px; /* page width  */
    margin: 15px auto; /* Center the page */
  }



  #header-region,
  #closure-blocks
  {
    margin: 0 10px;
  }

  #main .node .content
  {
    color: #595959;
  }

  div.content, div.links
  {
    font-size: 92%;
  }

  .block h3
  {
    font-size: 122%;
  }

  .book .body
  {
    padding: 0 0 0.5em 0;
    margin: 0;
  }

/*
 * HEADER STYLES
 */

  #logo-title
  {
    height: 45px;
    padding: 10px 0 5px 25px;
    float: left;
  }

#slogan { float: left; padding: 10px 0 0 20px; color: #fff; letter-spacing: -0.5px; text-transform: uppercase; line-height: 15px; font-size:15px; }
#slogan .b { color: #99C6ED; }
#slogan .w { padding-left: 35px; }

  #logo-title img { display:block; height: 35px; }
#navigation { float: left; }
#header-region { float: left; }

  #logo
  {
    vertical-align: baseline;
  }

  #name-and-slogan
  {
    display: inline;
  }

  #site-name
  {
    margin: 0;
    display: inline;
    font-size: 246%;
  }

  #site-name a, #site-name a:hover
  {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #6DA6E2;
    margin: 0;
    padding: 0;
  }

#block-fitblog-utility { margin: 0 25px 0 0; }
#block-fitblog-utility .content { margin: 0; }
#utility { color: #fff; float:right; }
#utility a { color: #fff; }
#utility ul li { list-style: none; }

/**** Main Divs for the User Utility Block*****/
#utility-wrap { margin:0px; padding:0;  position: absolute; top: 0; right: 0; z-index:10; height:65px; color:#FFFFFF; }

/**** Styles for ul li in the User Utility Block*****/
#utility-wrap ul.utility-links { padding: 0; margin: 0; float: left; }
#utility-wrap ul li { display:block; float:left; padding: 15px 0 13px 0;  }
#utility-wrap .roundy.util { height: 45px; float: left; }

#utility-wrap ul li div.util-inner { color:#fff; font-size:11px; border-left:solid 1px #fff; margin:0 10px 0 0; padding:0 0 0 10px;}
#utility-wrap ul li.first div.util-inner { border-left: none;}
#utility-wrap ul li a { color:#FFFFFF; text-decoration:none;  line-height:13px; font-size:11px; font-weight:bold; font-family: Verdana; }
.utility-link a:hover { color:red; }


/****Styles for link outside of a ul ****/
#utility-wrap a { color:#FFFFFF; text-decoration:none; font-size:11px; }
#utility-wrap a:hover { text-decoration:underline; }

/*** Put those links in the middle ****/
#utility-links { margin:0; padding:0 0 0 50px;}
#utility-links ul.utility-links { padding:0 0 0 0; margin: 15px 5px 0 0; }
#utility-links ul.utility-links li { color:#fff; }

.utility-user {}
.utility-login {}
.utility-member {}
.utility-viewcart {}


#utility-wrap #search-theme-form { float:right; width: 180px; margin: 10px 0 0 5px; }
#utility-wrap #search-theme-form #header-search-input {
  height: 24px;
  width: 130px;
  border: none;
  padding: 0 0 0 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  float: left;
}
#utility-wrap #search-theme-form #header-search-submit {
  float: left;
  border: none;
  border-left: solid 1px #158;
  padding: 2px;
  height: 24px;
  width: 30px;
  background: #f6f6f6 url(/misc/icons/fc-search-small.png) no-repeat center center;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  font-size: 0;
  text-indent: -200px;
  outline: none;
}



  #site-slogan
  {
    color: #aaa;
    margin: 0;
    font-size: 85%;
    margin-left: 20px;
  }

  #search
  {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
  }

  #mission
  {
    color: #666;
    font-weight: bold;
    padding: 2em;
    background: #D7E3F0 url(/sites/all/themes/idea/zen_ideablog/images/background.png);
    margin-bottom: 20px;
    font-size: 85%;
    border: solid 1px #B5C9D8;
  }

  .breadcrumb
  {
    margin: 0;
    padding: 0;
    font-size: 85%;
    margin-left: 10px; /* #header-region already has 10px */
  }

  /* "Skip to Main Content" link
   *
   * This link useful for both blind people and people with mobility impairments
   * who cannot use a mouse.
   */

  #skip-nav
  {
    margin: 0 !important;
    padding-left: 20px;
    font-size: 0.8em;
    line-height: 1;
  }

  #skip-nav a
  {
    padding: 1px 10px;
  }

  #skip-nav a:link, #skip-nav a:visited
  {
    color: #ffffff; /* same as background color */
  }

  #skip-nav a:hover, #skip-nav a:active, #skip-nav a:focus
  {
    color: #ffffff;
    background: #2763A5;
    text-decoration: none;
  }

  /* Alternatively, the skip-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-nav a, #skip-nav a:hover, #skip-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  #skip-nav a:active, #skip-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  #logo-title
  {
    margin: 10px 20px 0 20px;
  }
  */

/*
 * MENU STYLES
 */

  div.menu
  {
    margin-top: 15px;
  }

  #primary
  {
    font-size: 85%;
    line-height: normal;
    padding: 0 0 1px 20px;
    border-bottom: 4px solid #2763A5;
  }

  #primary ul
  {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #primary ul.links li,
  #secondary ul.links li
  {
    display: inline;
    border-left: none;
    margin: 0;
    padding: 0;
  }

  #primary a
  {
    background: #6DA6E2 url(/sites/all/themes/idea/zen_ideablog/images/tabs.png) repeat-x;
    color: #FFF;
    font-weight: bold;
    display: block;
    float: left;
    padding: 5px 14px 5px 14px;
    margin: 0 1px 0 0;
    border: solid #6191C5 1px;
    border-width: 1px 1px 0 1px;
  }

  #primary a
  {
    background-position: 0% 0;
  }

  #primary a:hover
  {
    background-position: 0% -42px;
    text-decoration: none;
  }

  #primary a.active
  {
    background-position: 0% -84px;
  }

  #secondary
  {
    padding-left: 20px;
    background: #6DA6E2; /*#347FD2;*/
    border-bottom: solid #2763A5 4px;
  }

  #secondary ul
  {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #secondary li a
  {
    float: left;
    display: block;
    color: #fff;
    font-size: 85%;
    text-decoration: none;
    padding: 0 5px 0 5px;
  }

  #secondary a:hover
  {
    background: #2763A5;
  }

  #secondary a.active
  {
    font-weight: bold;
  }

/*
 * LINK STYLES
 */

  ul.links
  {
    text-align: left;
  }

  ul.links li
  {
    border-left: 1px solid #9cf;
  }

  .taxonomy
  {
    margin: 0;
    padding: 0;
    display: inline;
  }

  .taxonomy ul.links li
  {
    border: none;
    padding: 0 .1em 0 .2em;
  }

  .taxonomy ul.links li:after
  {
    content: ",";
  }

  .taxonomy ul.links li.last:after
  {
    content: "";
  }

  ul.links li.first
  {
    padding-left: 0;
    border: none;
  }

  .links
  {
    color: #999;
  }

  .links a
  {
    padding: 0 .1em 0 .1em;
  }

  .submitted, .taxonomy
  {
    font-size: 85%;
    color: #999;
  }

/*
 * FORM STYLES
 */

  input, textarea, textfield
  {
    margin: 0;
    color: #000;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    padding: 1px;
    font-size: 100%;
  }

  input.form-checkbox, input.form-radio
  {
    border: none;
  }

  #search .form-text, #user-login-form .form-text
  {
    color: #444;
    border: 1px solid #6191C5;
    padding: 2px;
  }

  .form-submit, .button
  {
    padding: 1px;
  }

  #search .button,
  #search .form-submit,
  #user-login-form .button,
  #user-login-form .form-submit
  {
    background-color: #68A0D9;
    color: #fff;
    font-weight: bold;
    border: 1px solid #4070A1;
  }

  #user-login-form
  {
    text-align: left;
  }

  #user-login-form .item-list ul
  {
    margin-top: 10px;
  }

/*
 * ALERTS, STATUS, HELP MESSAGE STYLES
 */

  .messages
  {
    padding: 1.3em 1em .3em 52px;
    border: 2px solid #ddd;
    background: #eee;
    margin: 10px 0;
  }

  div.error
  {
    border: 2px solid #F00;
  }

  .messages ul
  {
    padding: 0 0 0 20px;
    margin: 0;
  }

/*
 * FOOTER STYLES
 */

#footer-wrapper {
  background-color: #369;
}

#footer-wrapper .footer-logo { margin-right: 10px; }

.powered-by-msg a { text-transform: uppercase; }
.powered-by-msg a:hover { text-decoration: none; }

  #footer
  {
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    font-size: 85%;
    padding: 1em;
  }

  #footer a
  {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dotted #FFFFFF;
  }

  #footer a:hover
  {
    border-bottom: 1px solid #FFFFFF;
  }

  #footer img.drupal-powered
  {
    position: relative;
    top: .3em;
  }

  #footer .block
  {
    text-align: left;
  }

  #footer div.block div.edit
  {
    background-color: #2763A5;
  }

/*
 * ADMINISTRATION STYLES
 */

  .admin-panel
  {
    margin: 0;
    padding: 0;
  }

  .admin-panel .body
  {
    background-color: #eee;
    border: solid #6191C5 1px;
  }

  .admin-panel .body dl, .admin-panel .body p
  {
    padding: 10px;
  }

  .admin-panel h3
  {
    margin-bottom: 0;
    padding: 5px 5px 5px 30px;
    font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    font-size: 122%;
    color: #fff;
    border-width: 0 2px 2px 2px;
  }

  table tr.odd
  {
    background: #ddd;
  }

  td.icon
  {
    text-align: center;
  }

/*
 * COMMENT STYLES
 */

  .comment
  {
    margin: 0 0 10px 0;
    padding: 10px;
    background: #EBF2F8;
  }

  .comment-unpublished
  {
    background-color: #FFF;
  }

  .comment-by-author
  {
    background: none;
    border: 1px solid #6191C5;
  }

  .comment  h3.title
  {
    font-size: 122%;
  }

  .comment  h3.title, .comment  h3.title a
  {
    color: #2266AB;
    font-weight: normal;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    margin-top: 0;
  }

  .comment .picture, .node .picture
  {
    float: left;
    margin-right: 15px;
  }

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

  .comment .new
  {
    color: #FFC600;
    font-weight: bold;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
  }

  .comment .links
  {
    text-align: right;
  }

/*
 * POLL STYLES
 */

  .poll .bar .foreground
  {
    background: #2763A5;
  }

  .poll .bar
  {
    padding: 2px;
    background: #BDCBDD;
  }

/*
 * BOOK STYLES
 */

  div.node div.content .book-navigation
  {
    background: #eee;
    margin: 0;
    padding: 0;
  }

  div.node div.content .book-navigation ul.menu
  {
    border: 0;
    border-top: 1px solid #2763A5;
    margin: 0;
    padding-bottom: 10px;
  }

  div.node div.content .book-navigation .page-links
  {
    background: #C1D4EA; /*#347FD2;*/
    border: 1px solid #2763A5;
    border-width: 1px 0 1px 0;
    padding: 5px;
    margin: 0;
  }

/*
 * FORUM STYLES
 */

  #forum table
  {
    width: 100%;
  }

/*
 * Pager styles
 */

  .pager
  {
    text-align: center;
    margin-top: 30px;
  }

  .pager  a, .pager-current
  {
    padding: 3px 8px 3px 8px;
    margin: 0 2px 0 2px;
    color: #2763A5;
    font-weight: bold;
    border: solid 1px #eee;
  }

  .pager-current
  {
    color: #fff;
    background-color: #2763A5;
  }

/*
 * Node, Block, Content styles
 */

  .node
  {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .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 h2.title
  {
    margin-bottom: .1em;
  }

  .node h2.title a
  {
    color: #555;
    font-size: 129%;
    font-weight: normal;
    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    line-height: 1.4em;
  }

  .node .content
  {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .sticky
  {
    border-bottom: solid 3px #ddd;
  }

  #sidebar-left .block,
  #sidebar-right .block
  {
    margin: 0 0 15px 0;
  }

  #sidebar-left .block
  {
    padding-right: 15px;
  }

  #sidebar-right .block
  {
    padding-left: 0;
  }

  .block .content
  {
    margin: 0.5em 0;
  }

  .block .item-list ul
  {
    padding-left: 0;
  }

/*
 * Status report colors.
 */

  table.system-status-report tr.error, table.system-status-report tr.error th
  {
    background-color: #fcc;
    border-color: #ebb;
    color: #200;
  }

  table.system-status-report tr.warning, table.system-status-report tr.warning th
  {
    background-color: #ffd;
    border-color: #eeb;
  }

  table.system-status-report tr.ok, table.system-status-report tr.ok th
  {
    background-color: #dfd;
    border-color: #beb;
  }

table, tbody { border: none; }


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-family: "Helvetica Neue", "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
  color: #333;
  font-weight: normal;
}
h4.title { font-size:11.5px; font-weight:normal; }

h1.title.no-margin,
h2.title.no-margin,
h3.title.no-margin,
h4.title.no-margin { margin: 0; }

h1.title { font-size: 2em; }
h2.title { font-size: 1.5em; }
h3.title { font-size: 1.25em; }

.text-center { text-align:center; }



.roundy { position: relative;}
.roundy .rtl { z-index:2; background:url(/misc/corners-fff.png) no-repeat -10px -10px; height: 10px; width: 10px; position: absolute; top: 0; left: 0; }
.roundy .rtr { z-index:2; background:url(/misc/corners-fff.png) no-repeat 0 -10px; height: 10px; width: 10px; position: absolute; top: 0; right: 0; }
.roundy .rbl { z-index:2; background:url(/misc/corners-fff.png) no-repeat -10px 0; height: 10px; width: 10px; position: absolute; bottom: 0; left: 0; }
.roundy .rbr { z-index:2; background:url(/misc/corners-fff.png) no-repeat 0 0; height: 10px; width: 10px; position: absolute; bottom: 0; right: 0; }
.roundy .rc { padding: 5px 8px; z-index:1; }

.roundy.no-padding .rc { padding: 0; }

.roundy.f6f6f6 .rtl,
.roundy.f6f6f6 .rtr,
.roundy.f6f6f6 .rbl,
.roundy.f6f6f6 .rbr { background-image:url(/misc/corners-f6f6f6.png); }

.roundy.util .rtl, .roundy.util .rtr, .roundy.util .rbl, .roundy.util .rbr { background-image: url(/sites/all/themes/idea/zen_ideablog/images/corners-util.png); }
.roundy.util .rc { padding-top: 0; }
.roundy.util.search { width: 185px; }


input.form-text { border: solid 2px #ccc; padding: 2px; }
textarea.form-textarea { border: solid 2px #ccc; padding: 2px; }

.inline-edit-table td.value input.form-text,
.inline-edit-table td.value textarea.form-textarea,
.inline-edit-table td.value .widgContainer { width: 400px; }

.inline-edit-table.no-label-col td.value input.form-text,
.inline-edit-table.no-label-col td.value textarea.form-textarea { width: 590px; }
.inline-edit-table td.value .widgContainer { width: 594px; }

.larger-inputs input.form-text,
.larger-inputs textarea.form-textarea { font-size:15px; }




.node.node-type-blog .node-inner img {
  border: solid 1px #ccc; padding:2px; background:#fff;
  max-width: 645px !important;
  height: 100% !important;
}

.profile-image { padding: 2px; border: solid 1px #ccc; background:#fff; }
#comments .indented .customer-review-response .image { padding-top: 0; }
#comments .profile-image { margin-right: 10px; }


#comments.is-product #customer-review-form {}
#customer-review .product-section-header-content .loading {
  padding-left: 20px;
  background:url(/misc/throbber.gif) no-repeat left -18px;
}
#customer-review-tips h3.title { float: none; }




.customer-review { border-bottom: dotted 1px #ccc; padding-bottom: 15px; margin-bottom: 15px; }
.customer-review div.meta { float: left; width: 150px; margin-right: 20px; }
.customer-review div.meta .subject { font-weight: bold; margin: 5px 0; }
.customer-review div.meta .reviewer,
.customer-review div.meta .review-date { color: #999; font-size: 90%; }
.customer-review div.content { float: left; }

.customer-review div.content p { margin-top: 0; }


.btn.spacer-right { margin-right: 5px; }
.btn.spacer-bot { margin-bottom: 5px; }
.btn.btn-wider .m a { padding: 0 15px; }
.btn.btn-wider .m input { padding: 0 12px; }
a.btn.wider .m,
a.btn.btn-wider .m { padding: 0 15px; }

.btn, .btn .l, .btn .r, .btn .m, .btn .t, .btn .m a, .btn .m ico, .btn .m ico-32 { display: inline-block; }

a.btn,
.btn .m a,
.btn .m input { color: #fff; font-weight: bold; }

.btn.none a,
a.btn.none {color: #0079bf; font-weight: normal; }


.btn.full-width,
.btn.full-width .l,
.btn.full-width .r,
.btn.full-width .m,
.btn.full-width .t { display:block; margin-right: 0; text-align: center; }

.btn.bigger-text .m { font-size: 130%; }
.btn.smaller-text .m { font-size: 80%; }

.btn.norm { height:24px; display:inline-block; margin-right: 5px; cursor: pointer; }
.btn.norm .l { height:24px; padding-left: 3px; background-position: 0 0;}
.btn.norm .r { height:24px; padding-right: 3px; background-position: 100% 0;}
.btn.norm .m { height:24px; background-position: 0 -48px; background-repeat: repeat-x; }
a.btn.norm .m { padding: 0 5px; }

a.btn.norm { cursor: pointer; padding: 0 5px; line-height:24px; text-decoration:none;  font-size:12px; }
.btn.norm .m a { cursor: pointer; padding: 0 5px; line-height:24px; text-decoration:none; font-size:12px; }
.btn.norm .m input { cursor: pointer; height:24px; line-height:24px; border:none; padding: 0 3px; background:none; font-size:12px; }

.btn.norm.btn-wider .m a { padding: 0 15px; }
.btn.norm.btn-wider .m input { padding: 0 12px; }

.btn.norm .l,
.btn.norm .r,
.btn.norm .m { background-image:url(/misc/images/btn-norm-sprite.gif); }

.btn.norm.none .l,
.btn.norm.none .r,
.btn.norm.none .m { background-image: none; }

.btn.norm:hover .l { background-position:0 -24px; }
.btn.norm:hover .r { background-position:100% -24px; }
.btn.norm:hover .m { background-position:0 -72px; }

.btn.norm.orange .l { background-position:0 -96px; }
.btn.norm.orange .r { background-position:100% -96px; }
.btn.norm.orange .m { background-position:0 -144px; }
.btn.norm.orange:hover .l { background-position:0 -120px; }
.btn.norm.orange:hover .r { background-position:100% -120px; }
.btn.norm.orange:hover .m { background-position:0 -168px; }

.btn.norm.green .l { background-position:0 -192px; }
.btn.norm.green .r { background-position:100% -192px; }
.btn.norm.green .m { background-position:0 -240px; }
.btn.norm.green:hover .l { background-position:0 -216px; }
.btn.norm.green:hover .r { background-position:100% -216px; }
.btn.norm.green:hover .m { background-position:0 -264px; }

.btn.norm.grey .l { background-position:0 -288px; }
.btn.norm.grey .r { background-position:100% -288px; }
.btn.norm.grey .m { background-position:0 -336px; }
.btn.norm.grey:hover .l { background-position:0 -312px; }
.btn.norm.grey:hover .r { background-position:100% -312px; }
.btn.norm.grey:hover .m { background-position:0 -360px; }

.btn.norm.disabled { cursor: default; }
.btn.norm.disabled .l, .btn.norm.disabled:hover .l { background-position:0 -288px;  }
.btn.norm.disabled .r, .btn.norm.disabled:hover .r { background-position:100% -288px;  }
.btn.norm.disabled .m, .btn.norm.disabled:hover .m { background-position:0 -336px; }
.btn.norm.disabled .m input { color: #eee; font-style: italic;}



.btn.sml { height:15px; cursor: pointer; padding: 0; line-height:15px; text-decoration:none; font-size: 9px; font-weight: normal; }
a.btn.sml:hover { text-decoration:none; }
.btn.sml .l { height:15px; line-height: 13px; padding-left: 5px; background-position: 0 0; background-repeat: no-repeat; }
.btn.sml .r { height:15px; line-height: 13px; padding-right: 5px; background-position: 100% 0; background-repeat: no-repeat; }
.btn.sml .m { height:15px; line-height: 13px; background-repeat: repeat-x; padding: 0;}
.btn.sml .t { height:15px; line-height: 13px; }

.btn.sml .l,
.btn.sml .r,
.btn.sml .m { background-image:url(/misc/images/btn-sml-sprite.png); }

.btn.sml.none { color: #0079bf; }
.btn.sml.none .l,
.btn.sml.none .r,
.btn.sml.none .m { background-image:none; padding-left: 0; padding-right: 0; }

.btn.sml .l { background-position:0 0; }
.btn.sml .r { background-position:100% 0; }
.btn.sml .m { background-position:0 -30px; }
.btn.sml:hover .l { background-position:0 -15px; }
.btn.sml:hover .r { background-position:100% -15px; }
.btn.sml:hover .m { background-position:0 -45px; }


.btn.sml.blue .l { background-position:0 -80px; }
.btn.sml.blue .r { background-position:100% -80px; }
.btn.sml.blue .m { background-position:0 -120px; }
.btn.sml.blue:hover .l { background-position:0 -100px; }
.btn.sml.blue:hover .r { background-position:100% -100px; }
.btn.sml.blue:hover .m { background-position:0 -140px; }




.btn.med { cursor: pointer; text-decoration:none; font-size:10px; font-weight: normal; }
a.btn.med:hover { text-decoration:none; }
.btn.med, .btn.med .l, .btn.med .r, .btn.med .m, .btn.med .t { height: 20px; line-height: 20px; }
.btn.med .l { padding-left: 3px; background-position: 0 0;}
.btn.med .r { padding-right: 3px; background-position: 100% 0;}
.btn.med .m { background-position: 0 -48px; background-repeat: repeat-x; padding: 0 5px; }

.btn.med .l,
.btn.med .r,
.btn.med .m { background-image:url(/misc/images/btn-med-sprite.gif); }

.btn.med.none { color: #0079bf; }
.btn.med.none .l,
.btn.med.none .r,
.btn.med.none .m { background-image:none; padding-left: 0; padding-right: 0; }

.btn.med .l { background-position:0 0; }
.btn.med .r { background-position:0 0; }
.btn.med .m { background-position:0 -40px; }
.btn.med:hover .l { background-position:0 -20px; }
.btn.med:hover .r { background-position:100% -20px; }
.btn.med:hover .m { background-position:0 -60px; }

.btn.med.blue .l { background-position:0 -80px; }
.btn.med.blue .r { background-position:100% -80px; }
.btn.med.blue .m { background-position:0 -120px; }
.btn.med.blue:hover .l { background-position:0 -100px; }
.btn.med.blue:hover .r { background-position:100% -100px; }
.btn.med.blue:hover .m { background-position:0 -140px; }

.btn.med.orange .l { background-position:0 -160px; }
.btn.med.orange .r { background-position:100% -160px; }
.btn.med.orange .m { background-position:0 -200px; }
.btn.med.orange:hover .l { background-position:0 -180px; }
.btn.med.orange:hover .r { background-position:100% -180px; }
.btn.med.orange:hover .m { background-position:0 -220px; }

.btn.med.green .l { background-position:0 -240px; }
.btn.med.green .r { background-position:100% -240px; }
.btn.med.green .m { background-position:0 -280px; }
.btn.med.green:hover .l { background-position:0 -260px; }
.btn.med.green:hover .r { background-position:100% -260px; }
.btn.med.green:hover .m { background-position:0 -300px; }

a.btn.med.action,
a.btn.med.action:active { outline: 0 none; }
.btn.med.action, .btn.med.action .t { color: #666; }
.btn.med.action .t { padding-top: 2px; }
.btn.med.action .l { background-position:0 -320px; }
.btn.med.action .r { background-position:100% -320px; }
.btn.med.action .m { background-position:0 -360px; padding-left: 2px; }
.btn.med.action:hover .l { background-position:0 -340px; }
.btn.med.action:hover .r { background-position:100% -340px; }
.btn.med.action:hover .m { background-position:0 -380px; }



.btn.large, .btn.large .l, .btn.large .r, .btn.large .m, .btn.large .t { height: 40px; line-height: 40px; }
.btn.large .l,
.btn.large .r,
.btn.large .m { background-image: url(/misc/images/btn-large-sprite.gif); background-repeat: no-repeat; background-position: 0 0; }

.btn.large.none { color: #0079bf; }
.btn.large.none .l,
.btn.large.none .r,
.btn.large.none .m { background-image:none; padding-left: 0; padding-right: 0; }


.btn.large .l { background-position: 0 0; padding-left: 5px;}
.btn.large .r { background-position: 100% 0; padding-right: 5px;}
.btn.large .m { background-position: 0 -80px; background-repeat: repeat-x; padding: 0 20px; }

.btn.large input,
.btn.large .t { padding: 0 20px; }
.btn.large.thinner .m { padding: 0 5px; font-size: 120%;  }
.btn.large.thinner .t { padding: 0; font-weight: normal; letter-spacing: -0.5px; }
.btn.large.full-width .t { padding: 0; }


.btn.large.full-width,
.btn.large.full-width .l,
.btn.large.full-width .r,
.btn.large.full-width .m,
.btn.large.full-width .t { display:block; }
.btn.large.full-width .t { padding-top:4px; height:36px; line-height: 36px; overflow:hidden;}
.btn.large.full-width .ico-32 { margin-top: 0; }

a.btn.large,
a.btn.large:hover { text-decoration: none; }
a.btn.large .ico-32 { margin-top: 4px; }
.btn.large.wider .m { padding: 0 15px; }

.btn.large:hover .l { background-position:0 -40px; }
.btn.large:hover .r { background-position:100% -40px; }
.btn.large:hover .m { background-position:0 -120px; }
.btn.large .m input { height: 40px; line-height: 30px; }

.btn.large.orange .l { background-position: 0 -160px; }
.btn.large.orange .r { background-position: 100% -160px; }
.btn.large.orange .m { background-position: 0 -240px; background-repeat: repeat-x; }
.btn.large.orange:hover .l { background-position:0 -200px; }
.btn.large.orange:hover .r { background-position:100% -200px; }
.btn.large.orange:hover .m { background-position:0 -280px; }

.btn.large.green .l { background-position: 0 -320px; }
.btn.large.green .r { background-position: 100% -320px; }
.btn.large.green .m { background-position: 0 -400px; background-repeat: repeat-x; }
.btn.large.green:hover .l { background-position:0 -360px; }
.btn.large.green:hover .r { background-position:100% -360px; }
.btn.large.green:hover .m { background-position:0 -440px; }

.btn.large.action .l { background-position: 0 -480px; }
.btn.large.action .r { background-position: 100% -480px; }
.btn.large.action .m { background-position: 0 -560px; background-repeat: repeat-x; }
.btn.large.action:hover .l { background-position:0 -520px; }
.btn.large.action:hover .r { background-position:100% -520px; }
.btn.large.action:hover .m { background-position:0 -600px; }
a.btn.large.action .m { padding: 0; }
a.btn.large.action, a.btn.large.action .t { color: #666; }

.btn-no-float { float:none; }
.btn-float-right { float:right; }
.idea-btn-cancel { padding-top: 6px; }
.form-buttons-right  { text-align: right; }
.checkout-place-order { text-align: right; }


.block.clr-spiked,
div.clr-spiked {}
.block.clr-spiked h1.title,
div.clr-spiked h1.title { margin: 0; padding: 0; font-size:22px; font-style: normal; padding:15px 15px; line-height:22px; }
.block.clr-spiked h2.title,
div.clr-spiked h2.title { margin: 0; padding: 0; font-size:14px; font-style: normal; padding:8px 10px; line-height:14px; }

.clr-spiked .rnd { margin-top: 0; }
#content .clr-spiked .rnd .mm,
#GB_window .clr-spiked .rnd .mm { padding: 35px 20px 15px 20px; }

.hdr-spiked {
  position: relative;
}
div.hdr-spiked {
  color: #fff;
  text-decoration: none;
  font-size:14px;
}

.hdr-spiked h1 { font-size:150%; }
.hdr-spiked h2 { }
.hdr-spiked h1,
.hdr-spiked h2 {
  background-color: #369;
  color: #fff;
  padding: 5px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.hdr-spiked .spike {
  width: 20px;
  height: 12px;
  background: url(/misc/images/spike-sprite.png);
  background-repeat:  no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: -12px;
  left: 30px;
  display: block;
  overflow: hidden; /* IE fix */
}
.spike-color-green .hdr-spiked h1,
.spike-color-green .hdr-spiked h2 { background-color: #9c3; }
.spike-color-green .hdr-spiked .spike { background-position: 0 -20px; }

.spike-color-lightblue .hdr-spiked h1,
.spike-color-lightblue .hdr-spiked h2 { background-color: #4fe2fa; }
.spike-color-lightblue .hdr-spiked .spike { background-position: 0 -80px; }

.spike-color-grey .hdr-spiked h1,
.spike-color-grey .hdr-spiked h2 { background-color: #ccc; }
.spike-color-grey .hdr-spiked .spike { background-position: 0 -40px; }
.clr-spiked.spike-color-grey h1.title,
.clr-spiked.spike-color-grey h2.title { text-shadow: 1px 1px 2px #666; -moz-text-shadow: 1px 1px 2px #666; }


.section-user #user-login { margin-bottom:30px; }


.form-item.label-before label { margin-right: 5px; }
.horz-form-item label { float: left; margin-right: 10px; width: 100px; }
.horz-form-item.non-bold label {font-weight: normal;}
.horz-yes-no label { float: left; margin-right: 10px; width: 50px; }
.horz-form-item.label-align-right label { text-align: right; }
.horz-form-item input,
.horz-form-item .selectboxwrapwrap,
.horz-form-item .styled-dropdown { float: left; }

.form-radios.horz-form-item label { display:block; float:none; width:auto;}
.form-radios.horz-form-item input.form-radio { float:none; display:inline; }

.form-radios.horz-form-item .form-item {float: left; width:50%; margin-top: 0;}
.form-radios.horz-form-item.autow .form-item { width: auto; }

.form-checkboxes.horz-form-item label { display:block; float:none; width:auto; line-height:20px;}
.form-checkboxes.horz-form-item input.form-radio { float:none; display:inline; }
.form-checkboxes.horz-form-item .form-item { float:left; }
.form-checkboxes.horz-form-item.col3 .form-item {float: left; width:32%; margin-top: 0; margin-bottom:0;}
.form-checkboxes.horz-form-item.col7 { margin: 0; }
.form-checkboxes.horz-form-item.col7 .form-item {float: left; width:14%; margin-top: 0; margin-bottom:0;}
.form-checkboxes.horz-form-item.col7 .form-item label { margin: 0; }

.horz-form-item .btn,
.horz-form-item.btn { margin-left: 110px; }

.horz-form-item.width115 label { width: 115px; }
.horz-form-item.width125 label { width: 125px; }
.horz-form-item.width125.btn { margin-left: 135px; }
.horz-form-item.width150 label { width: 150px; }
.horz-form-item.width150.btn { margin-left: 160px; }
.horz-form-item.width325 label { width: 325px; }


.horz-form-item-addr label { float:left; margin-right:10px; width:325px; }
.horz-form-item-addr .form-location-address { float: left; }

.comment-section-header {
    background: #EEEEEE;
    border: solid 1px #CCCCCC;
    margin-bottom: 10px;
    padding: 3px;
}
.comment-section-header .column h3.title { margin: 0; }
.comment-section-header ul.links { text-align: right; }

.boxed  {
  background: #f5f5f5;
  background: -moz-linear-gradient(center top , #f5f5f5, #ececec) #f5f5f5;
  background: #f5f5f5 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#ececec));
  border: solid 1px #ddd;
  padding: 15px;
  margin-bottom:15px;
}


.box {
  border: solid 1px #ddd;
  background: #fff;
  padding: 10px;
  margin: 0 0 15px 0;
}

.box.white  { background: #fff; }
.box.grey  { background: #f5f5f5; }
.box.light-blue { background: #f1f8ff; }

.box.blue {
  background: #e4f1fd;
  background: -moz-linear-gradient(center top , #d1e9fc, #f3f8ff) #e4f1fd;
  background: #e4f1fd -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1e9fc), to(#f3f8ff));
}
.box.orange {
  background: #fff1d8;
  background: -moz-linear-gradient(center top , #ffe7bf, #fff7ea) #fff1d8;
  background: #fff1d8 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffe7bf), to(#fff7ea));
}
.box.green {
  background: #edf6d4;
  background: -moz-linear-gradient(center top , #e2f2bb, #f8fbee) #edf6d4;
  background: #edf6d4 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2f2bb), to(#f8fbee));
}

.gradient {
  background: #f5f5f5;
  background: -moz-linear-gradient(center top , #f5f5f5, #ececec) #f5f5f5;
  background: #f5f5f5 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#ececec));
}

.float-left { float:left; }
.float-right { float:right; }
.ilb,
.inline-block {
  display:inline-block;
}

.with-img { position: relative; padding-left: 40px; }
.with-img .img,
.with-img .user-img { position: absolute; top: 0; left: 0; }
.with-img.user_profile_tiny {
  padding-left: 40px;
}
/**
 * General
 */
#product-info { margin-bottom:30px; }
#product-images
{
  float:left;
  width:200px;
  min-height:210px;
}

#product-images.no-images,
#product-images.one-image
 {
  height: 155px;
}
#product-images.many-images {
  min-height: 210px;
}

#product-image-border { border: solid 1px #ccc; padding:5px; height: 145px;}
#product-image-noborder { padding:5px; height: 145px;}
* html #product-images { width:200px; }

#product-image-wrapper { position:relative; }
#product-image-wrapper #product-image { width: 190px; }
#product-image-wrapper #product-image img { margin: 0 auto; }
#product-image-nav-wrapper { min-width:200px; max-width: 195px; }
* html #product-image-nav-wrapper { width:195px; }

#product-image-nav { margin-bottom: 10px; padding:0; }
#product-image-nav li { width: 50px; float: left; margin:0 10px 10px 0; list-style: none }
#product-image-nav a { width: 50px; padding: 1px; display: block; border: 1px solid #ccc; }
#product-image-nav a.activeSlide { background: #f90 }
#product-image-nav a:focus { outline: none; }
#product-image-nav img { border: none; display: block }

#product-image-popup { padding:0 10px; }
#product-image-popup #product-images { float:none; max-width:500px; }
#product-image-popup #product-image-nav li {float:none; }
#product-image-popup #product-image-wrapper {  position:relative; height: auto; }
#product-image-popup #product-images img { max-height:600px; }

.subtitle {font-size:12px; color:#1C5C95; font-weight:bold; margin: 0 0 5px 0;}
.product-special-note {margin-top: 10px; border:solid 1px #00cc66; color:#00cc66; padding:3px; -moz-border-radius: 5px; border-radius: 5px; font-size:11px }
#product-data
{
  float:left;
  margin: 0 0 0 10px;
  width:505px;

}

#product-data h1.title {margin-bottom: 0px; }
#product-data div.product-data { font-size: 0.85em !important; color: #999; }
#product-data div.product-data .product-data-label { font-weight:bold; }
#product-data div.product-data .product-data-value { font-weight:normal; }

#product-data div.product-data.author { margin-bottom: 5px; }

#product-data .bar-sep { margin: 0 5px; }
#product-data .also-part-of { margin-top: 5px; }


#product-cart-info
{
  /*float:left;*/
  /*width:155px;*/
  /*min-height:250px;*/
  margin-top: 10px;
}
#product-data .product-info { float:left; width: 300px;}
#product-cart-info.product-cart-info-right { float: right; width: 180px; margin: 10px 0 0 20px; }

#product-cart-info .cart-option { border-color:#ccc; border-style: solid; border-width: 1px 1px 0 1px; background: #eee; }
#product-cart-info .cart-option.last { border-width: 1px; }
#product-cart-info .cart-option-header { border:solid 1px #fff; background: #fff; }
#product-cart-info .cart-option-header div { font-size: 0.85em; }

.cart-option-header .option-name,
.cart-option .option-name { float:left; width: 195px; }

.price-option { float:left; width: 70px; text-align: center; }
.cart-option .member-price { color: #390; font-weight: bold; }
.cart-option-header .member-price,
.member-price .product-sale { font-weight: bold; }

.cart-option-header .cart-add,
.cart-option .cart-add { float:right; width: 50px; padding:5px 0 2px 0; }
.cart-option .cart-add .idea-btn { float: right; }

.product-strike,
.cart-option .price-strike,
.cart-option .product-strike { text-decoration:line-through; color: #999; }

.product-sale { color: #c00;}

#product-cart-info .option-name,
#product-cart-info .price-option { padding: 10px 5px 5px 5px; font-size:11px; }

.product-section { margin: 35px 0; }
.product-section h3 { font-weight: normal; margin: 0; padding: 0; }
.product-section h3 ul { float: right; }
.product-section h3 ul li a.active { color: #0079BF; }
.product-section .product-section-content { margin-top: 10px; }


.product-section-header {
  background: #eee;
  border:1px solid #CCCCCC;
  margin-bottom:10px;
  padding:3px;
}

.product-section.with-header h3 { line-height:20px; float: left; }
.product-section.with-header .product-section-header-content,
.product-section.with-header ul.links {
  float:right;
  line-height:20px;
  text-align:right;
  width:300px;
}


.related-products { }
.related-products .related-product { width: 235px; margin-right: 5px; float: left; }
.related-product .image { width: 65px; margin-right: 5px; float: left; }
.related-product .info { width: 165px; float: left; font-size: 10px; }
.related-product .info div { font-size: 11px; }
.related-product .info .author,
.author { color: #999; }

.related-product .info .product-price-wrapper .price-strike,
.related-product .info .product-price-wrapper .product-price { font-weight: normal; font-size: 11px; }


.product-list-item { border-bottom:dotted 1px #ccc; margin:10px 0; padding-bottom:10px;}
.product-list-item h2.title { font-size:100%; margin:0;  }
.product-list-item .product-list-item-num { float:left; min-width:25px; padding:5px;  }
.product-list-item .product-list-item-pic { float:left; min-height:50px; padding:5px;  }
.product-list-item .product-list-item-extra { font-size:10px; }
.product-list-item .product-list-item-data { float:left; padding:5px; width:340px; }
.product-list-item .product-list-item-text { font-size:10px; margin:8px 0;}
.product-list-item .product-list-item-read-more { font-size:10px; }
.product-list-item .product-list-item-cart { float:right; padding:5px 0 5px 5px; width: 240px;}
.product-list-item .product-list-item-price { margin-bottom:10px; }
.product-list-item .product-list-item-add { }
.product-list-item .product-list-subtitle { font-size:10px; font-weight: bold; margin:5px 0; }

body.two-sidebars .product-list-item .product-list-item-data { width: 350px; float:left;}
body.two-sidebars .product-list-item .product-list-item-cart { float:none; padding:10px 0 0 0; }

.product-price-wrapper { font-size: 11px; margin-bottom: 10px;}
.product-price-wrapper .product-price { font-weight: bold; color: #333;}
.product-price-wrapper .price-strike { color: #999; text-decoration:line-through; }
.product-price-wrapper .product-savings { color: #390; font-size:10px; }

.paired-product { margin-top:20px; }
.paired-product .product-list-item { border-bottom:none; margin:10px 0; padding-bottom:10px;}


.title-with-rating .title-and-subtitle { width: 390px; float: left; }
.title-with-rating .avg-rating { width: 90px; float: right; border-left: dotted 1px #ccc; padding-left: 10px; }
.title-with-rating .avg-rating .label { font-size: 90%; }

.ptype-accessory .title-and-subtitle,
.ptype-apparel .title-and-subtitle { width: 300px; }
.ptype-accessory .title-with-rating .avg-rating,
.ptype-apparel .title-with-rating .avg-rating { width: 180px; }
.ptype-accessory #product-cart-info,
.ptype-apparel #product-cart-info { margin-top: 0px; }

/**
 * Books
 */
.read-ebook-wrapper { text-align: left; padding:30px 0 0 25px;  }
a.ebook-link { height:30px; display:block; background:url(/files/pdf-icon.gif) no-repeat; padding:7px 0 0 34px; font-size:14px; }
a.ebook-link-small { background:url(/files/pdf-icon-small.gif) no-repeat; padding:0px 0 0 17px; }


/**
 * PRODUCTS WITH CREDITDS
 */
.credits-wrapper { margin-top: 20px; }
.credits { border: solid 1px #ccc; margin-left: 0px;}
.credit { padding:3px; }
.credits .odd { background:#eee; }
.credits .even { background:#fff; }
.credits-extra { display:none; }
.credits .view-more { border-top: dotted 1px #999; }

.exp-notice { font-size: 90%; color: #c00; margin-top: 5px; }

a.credits-extra-toggle { font-size:10px; font-weight: normal; }

.credit .credit-name { float: left; width: 150px; }
.credit .credit-amt { float: left; width: 100px; }
.credit .credit-exp { float: left; width: 200px; }