.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
@charset "utf-8";

body {
  font: 12px/1 Arial, sans-serif;
  padding: 60px 50px;
}

#mocha ul, #mocha li {
  margin: 0;
  padding: 0;
}

#mocha ul {
  list-style: none;
}

#mocha h1, #mocha h2 {
  margin: 0;
}

#mocha h1 {
  margin-top: 15px;
  font-size: 1em;
  font-weight: 200;
}

#mocha h1 a {
  text-decoration: none;
  color: inherit;
}

#mocha h1 a:hover {
  text-decoration: underline;
}

#mocha .suite .suite h1 {
  margin-top: 0;
  font-size: .8em;
}

.hidden {
  display: none;
}

#mocha h2 {
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}

#mocha .suite {
  margin-left: 15px;
}

#mocha .test {
  margin-left: 15px;
  overflow: hidden;
}

#mocha .test.pending:hover h2::after {
  content: '(pending)';
  font-family: arial;
}

#mocha .test.pass.medium .duration {
  background: #C09853;
}

#mocha .test.pass.slow .duration {
  background: #B94A48;
}

#mocha .test.pass::before {
  content: '✓';
  font-size: 12px;
  display: block;
  float: left;
  margin-right: 5px;
  color: #00d6b2;
}

#mocha .test.pass .duration {
  font-size: 9px;
  margin-left: 5px;
  padding: 2px 5px;
  color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#mocha .test.pass.fast .duration {
  display: none;
}

#mocha .test.pending {
  color: #0b97c4;
}

#mocha .test.pending::before {
  content: '◦';
  color: #0b97c4;
}

#mocha .test.fail {
  color: #c00;
}

#mocha .test.fail pre {
  color: black;
}

#mocha .test.fail::before {
  content: '✖';
  font-size: 12px;
  display: block;
  float: left;
  margin-right: 5px;
  color: #c00;
}

#mocha .test pre.error {
  color: #c00;
  max-height: 300px;
  overflow: auto;
}

#mocha .test pre {
  display: block;
  float: left;
  clear: left;
  font: 12px/1.5 monaco, monospace;
  margin: 5px;
  padding: 15px;
  border: 1px solid #eee;
  border-bottom-color: #ddd;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px #eee;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 1px 3px #eee;
}

#mocha .test h2 {
  position: relative;
}

#mocha .test a.replay {
  position: absolute;
  top: 3px;
  right: 0;
  text-decoration: none;
  vertical-align: middle;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: #eee;
  font-size: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  transition: opacity 200ms;
  opacity: 0.3;
  color: #888;
}

#mocha .test:hover a.replay {
  opacity: 1;
}

#mocha-report.pass .test.fail {
  display: none;
}

#mocha-report.fail .test.pass {
  display: none;
}

#mocha-error {
  color: #c00;
  font-size: 1.5  em;
  font-weight: 100;
  letter-spacing: 1px;
}

#mocha-stats {
  position: fixed;
  top: 15px;
  right: 10px;
  font-size: 12px;
  margin: 0;
  color: #888;
}

#mocha-stats .progress {
  float: right;
  padding-top: 0;
}

#mocha-stats em {
  color: black;
}

#mocha-stats a {
  text-decoration: none;
  color: inherit;
}

#mocha-stats a:hover {
  border-bottom: 1px solid #eee;
}

#mocha-stats li {
  display: inline-block;
  margin: 0 5px;
  list-style: none;
  padding-top: 11px;
}

code .comment { color: #ddd }
code .init { color: #2F6FAD }
code .string { color: #5890AD }
code .keyword { color: #8A6343 }
code .number { color: #2F6FAD }

@media screen and (max-device-width: 480px) {
  body {
    padding: 60px 0px;
  }

  #stats {
    position: absolute;
  }
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
  height: 100%;
  width: 100%;
}
body {
  background: #666;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
}
.loading.black-overlay {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #666 url('images/loader-666666.gif') no-repeat 50% 50%;
}
/* Buttons */
.shiny-blue {
  background-color: #759ae9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #759ae9), color-stop(50%, #376fe0), color-stop(50%, #1a5ad9), color-stop(100%, #2463de));
  background-image: -webkit-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: -moz-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: -ms-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: -o-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  border-top: 1px solid #1f58cc;
  border-right: 1px solid #1b4db3;
  border-bottom: 1px solid #174299;
  border-left: 1px solid #1b4db3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(57,140,255,0.8);
  box-shadow: inset 0 0 2px 0 rgba(57,140,255,0.8);
  color: #fff;
  font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 7px 10px;
  text-shadow: 0 -1px 1px #1a5ad9;
}
.shiny-blue:hover {
  background-color: #5d89e8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d89e8), color-stop(50%, #2261e0), color-stop(50%, #044bd9), color-stop(100%, #0d53de));
  background-image: -webkit-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
  background-image: -moz-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
  background-image: -ms-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
  background-image: -o-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
  background-image: linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
  cursor: pointer;
}
.shiny-blue:active {
  border-top: 1px solid #1b4db3;
  border-right: 1px solid #174299;
  border-bottom: 1px solid #133780;
  border-left: 1px solid #174299;
  -webkit-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eee;
  box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eee;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License:none (public domain)
*/
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}
img {
  border-style: none;
  vertical-align: top;
}
@media print {
  #header-container {
    display: none;
  }
  #images-preload-progress {
    display: none;
  }
  .page-container .container {
    height: auto !important;
    left: 0 !important;
    width: 100% !important;
  }
  .page-container .magazine-viewport {
    position: static !important;
  }
  .magazine-viewport * {
    position: static !important;
  }
  #flipbook {
    margin-left: 0 !important;
    height: auto !important;
    width: 100% !important;
  }
  #flipbook * {
    height: 100% !important;
    width: 100% !important;
  }
  #flipbook .page-image {
    width: 100% !important;
    height: auto !important;
  }
  #flipbook svg {
    display: none;
  }
  .page-wrapper {
    display: none;
  }
  .page-wrapper.active {
    display: block;
  }
}

#bookmarks-popup .loading {
  display: none;
}
#bookmarks-popup .bookmarks-menu {
  text-align: center;
  margin-top: 10px;
}
#bookmarks-popup .bookmarks-menu.right {
  text-align: right;
}
#bookmarks-popup .bookmarks-menu li {
  display: inline-block;
  margin: 0 5px;
}
#bookmarks-popup .bookmarks-menu li input[type="button"] {
  width: 80px;
}
#bookmarks-popup .bookmarks-menu li:last-child {
  margin-right: 0;
}
#bookmarks-popup #bookmarks-container {
  width: 100%;
  height: 100px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 1px 1px 5px 5px #ddd;
}
#bookmarks-popup #load-section,
#bookmarks-popup #new-section,
#bookmarks-popup #save-section {
  display: none;
}
#bookmarks-popup input[type="text"],
#bookmarks-popup input[type="email"],
#bookmarks-popup input[type="password"] {
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 3px 1px #ddd;
  padding: 5px;
  font-size: 14px;
  width: 408px;
}
#bookmarks-popup p {
  margin-top: 5px;
}
#bookmarks-popup #bookmarks-list {
  padding: 6px 0;
}
#bookmarks-popup #bookmarks-list li {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding: 3px 5px;
  text-transform: capitalize;
}
#bookmarks-popup #bookmarks-list li:hover {
  background: #e6e6e6;
}
#bookmarks-popup #bookmarks-list li .btn-delete {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 10px;
  height: 10px;
  font-size: 16px;
  color: #f00;
  opacity: 0.6;
  text-shadow: 1px 0px 0px #000;
}
#bookmarks-popup #bookmarks-list li .btn-delete:hover {
  opacity: 1;
}

.magazine-viewport {
  position: absolute !important;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.magazine-viewport #flipbook .page .normal,
.magazine-viewport.zoomedOut #flipbook .page .normal {
  display: block;
}
.magazine-viewport #flipbook .page .zoom,
.magazine-viewport.zoomedOut #flipbook .page .zoom {
  display: none;
}
.magazine-viewport.zoomedIn #flipbook .page .normal {
  display: none;
}
.magazine-viewport.zoomedIn #flipbook .page .zoom {
  display: block;
}
.magazine-viewport.animated #flipbook {
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -ms-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.magazine-viewport .container {
  position: relative;
  left: 50%;
  top: 15px;
  margin: auto;
}
.magazine-viewport #flipbook {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.magazine-viewport #flipbook .page {
  background: #999 url('images/loader-999999.gif') no-repeat 50% 50%;
}
.magazine-viewport #flipbook .page img {
  display: none;
}
.magazine-viewport #flipbook .shadow {
  -webkit-transition: -webkit-box-shadow 0.5s;
  -moz-transition: -moz-box-shadow 0.5s;
  -o-transition: -webkit-box-shadow 0.5s;
  -ms-transition: -ms-box-shadow 0.5s;
  -webkit-box-shadow: 0 0 20px #666;
  -moz-box-shadow: 0 0 20px #666;
  -o-box-shadow: 0 0 20px #666;
  -ms-box-shadow: 0 0 20px #666;
  box-shadow: 0 0 20px #666;
}
.page {
  position: relative;
}
.page svg,
.page img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page svg polygon,
.page img polygon {
  cursor: pointer;
}
.prev-next-page {
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100%;
  top: 0;
}
.prev-next-page.prev {
  left: 0;
}
.prev-next-page.next {
  right: 0;
}
svg {
  position: relative;
  z-index: 10;
}

header {
  position: absolute;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  width: 100%;
}
/*header .controls-holder {
  float: left;
  width: 180px;
  overflow: hidden;
}*/
nav {
  padding: 10px;
  font-size: 16px;
  background: #333;
  min-height: 60px;
}
nav:after {
  content: "";
  display: block;
  clear: both;
}
nav .nav-left{
	float:left;
	width:24%;
	text-align:right;
	padding-top:16px;
	padding-top:14px;
}
nav .nav-center{
	float:left;
	width:50%;
	margin:0 1%;
}
nav .nav-right{
	float:right;
	width:24%;
	text-align:left;
	padding-top:14px;
}

/*nav .wrapper {
  width: 860px;
  margin: 0 auto;
}
nav .nav-block {
  overflow: hidden;
}
nav .nav-block .icon {
  overflow: hidden;
  float: left;
  margin: 15px 3px 0 3px;
  outline: none !important;
  border: none;
}
*nav .nav-block .icon.btn-bookmarks-manage {
  background-position: -81px -44px;
  margin-right: 7px;
}
nav .nav-block .icon.btn-page-start {
  background-position: -137px -44px;
}
nav .nav-block .icon.btn-page-prev {
  background-position: -157px -44px;
}
nav .nav-block .icon.btn-page-end {
  background-position: -384px -44px;
}
nav .nav-block .icon.btn-page-next {
  background-position: -364px -44px;
}
nav .nav-block .icon.btn-list {
  background-position: -111px -44px;
  margin-right: 3px;
}
nav .nav-block .icon#btn-print {
  background-position: -832px -43px;
  margin-right: 6px;
}
nav .nav-block .icon#btn-download {
  background-position: -868px -43px;
  margin-right: 0;
}
nav .nav-block .icon#btn-help {
  background-position: -906px -43px;
  margin-right: 8px;
}
nav .nav-block .icon#btn-close {
  background-position: -942px -43px;
}
nav .nav-block .icon#btn-go-to-page {
  background-position: -522px -43px;
  width: 25px;
  margin-right: 5px;
}
nav .nav-block .icon#btn-search {
  background-position: -755px -43px;
  width: 25px;
  margin-right: 8px;
}*/
nav input {
  border: 1px inset #5f5f5f;
  border-bottom-color: #9a9a9a;
  border-left-color: #9a9a9a;
  background: #d0d0d0;
  outline: none;
  padding: 0 2px;
  float: left;
  margin: 19px 0 0 0;
  width: 70px;
}
nav input#page-num {
  width: 40px;
}
nav #btn-search {
  color: #fff;
  height: 30px;
  text-indent: -9999px;
}
nav #btn-go-to-page {
  color: #fff;
  height: 30px;
}
nav ul {
  position: relative;
  padding: 0 10px;
}
nav ul:after {
  content: "";
  display: block;
  clear: both;
}
nav ul li {
  float: left;
  padding: 0;
  position: relative;
}
nav ul li a,
nav ul li span {
  display: block;
  padding: 15px 10px 16px;
}
nav ul li a:hover,
nav ul li span:hover {
  background: #fff;
/* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #c0d5e2 49%, #c0d3e0 52%, #d1d1d1 100%);
/* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(49%, #c0d5e2), color-stop(52%, #c0d3e0), color-stop(100%, #d1d1d1));
/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #c0d5e2 49%, #c0d3e0 52%, #d1d1d1 100%);
/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #c0d5e2 49%, #c0d3e0 52%, #d1d1d1 100%);
/* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #c0d5e2 49%, #c0d3e0 52%, #d1d1d1 100%);
/* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #c0d5e2 49%, #c0d3e0 52%, #d1d1d1 100%);
/* W3C */
  text-decoration: none;
}
nav ul li .drop {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 100;
  display: none;
}
nav ul li .drop ul {
  background: #ccc;
  margin: 0;
  padding: 0;
  border: 1px solid #66a3ff;
  border-bottom: none;
}
nav ul li .drop ul li {
  float: none;
  padding: 0;
}
nav ul li .drop ul li a,
nav ul li .drop ul li span {
  padding: 7px 15px;
}
nav ul li:hover a,
nav ul li:hover span {
  text-decoration: none;
  background: #fff;
/* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #c0d5e2 49%, #c0d3e0 52%, #d1d1d1 100%);
/* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(49%, #c0d5e2), color-stop(52%, #c0d3e0), color-stop(100%, #d1d1d1));
/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #c0d5e2 49%, #c0d3e0 52%, #d1d1d1 100%);
/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #c0d5e2 49%, #c0d3e0 52%, #d1d1d1 100%);
/* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #c0d5e2 49%, #c0d3e0 52%, #d1d1d1 100%);
/* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #c0d5e2 49%, #c0d3e0 52%, #d1d1d1 100%);
/* W3C */
}
nav ul li:hover .drop {
  display: block;
}
nav ul li:hover .drop a,
nav ul li:hover .drop span {
  background: none;
  text-decoration: none;
}
nav ul li:hover .drop a:hover,
nav ul li:hover .drop span:hover {
  text-decoration: none;
  background: #fff;
/* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #c0d5e2 49%, #c0d3e0 52%, #d1d1d1 100%);
/* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(49%, #c0d5e2), color-stop(52%, #c0d3e0), color-stop(100%, #d1d1d1));
/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #c0d5e2 49%, #c0d3e0 52%, #d1d1d1 100%);
/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #c0d5e2 49%, #c0d3e0 52%, #d1d1d1 100%);
/* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #c0d5e2 49%, #c0d3e0 52%, #d1d1d1 100%);
/* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #c0d5e2 49%, #c0d3e0 52%, #d1d1d1 100%);
/* W3C */
}
#thumbs-holder {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
  margin:0 3px;
}
#thumbs-holder ul {
  overflow: hidden;
  padding: 4px 0;
  width: 99999px;
  position: relative;
}
#thumbs-holder ul li {
  float: left;
  cursor: pointer;
  position: relative;
  left: 0;
  min-height: 30px;
  margin-right: 5px;
  opacity: 0.7;
}
#thumbs-holder ul li.active,
#thumbs-holder ul li:hover {
  opacity: 1;
}
#thumbs-holder ul li img {
  margin-right:1px;
  float: left;
  background: #999 url('images/loader-999999.gif') no-repeat 50% 50%;
}

#notes-popup .loading {
  display: none;
}
#notes-popup .notes-menu {
  text-align: center;
  margin-top: 10px;
}
#notes-popup .notes-menu.right {
  text-align: right;
}
#notes-popup .notes-menu li {
  display: inline-block;
  margin: 0 5px;
}
#notes-popup .notes-menu li input[type="button"] {
  width: 80px;
}
#notes-popup .notes-menu li:last-child {
  margin-right: 0;
}
#notes-popup #notes-container {
  width: 100%;
  height: 375px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 1px 1px 5px 5px #ddd;
}
#notes-popup #load-section,
#notes-popup #new-section,
#notes-popup #save-section {
  display: none;
}
#notes-popup input[type="text"],
#notes-popup input[type="email"],
#notes-popup input[type="password"],
#notes-popup textarea {
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 3px 1px #ddd;
  padding: 5px;
  font-size: 14px;
  width: 408px;
}
#notes-popup textarea {
  height: 360px;
  resize: none;
}
#notes-popup p {
  margin-top: 5px;
}
#notes-popup #notes-list {
  padding: 6px 0;
}
#notes-popup #notes-list li {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding: 5px 45px 5px 10px;
}
#notes-popup #notes-list li:hover {
  background: #e6e6e6;
}
#notes-popup #notes-list li .btn-delete {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 10px;
  height: 10px;
  font-size: 16px;
  color: #f00;
  opacity: 0.6;
  text-shadow: 1px 0px 0px #000;
}
#notes-popup #notes-list li:hover {
  opacity: 1;
}
#notes-popup #notes-list li .btn-edit {
  position: absolute;
  top: 6px;
  right: 28px;
  width: 13px;
  height: 13px;
  background: url("/images/edit.png") no-repeat;
  opacity: 0.6;
}
#notes-popup #notes-list li .btn-edit:hover {
  opacity: 1;
}
#notes-popup #notes-list li .item-view {
  display: block;
}
#notes-popup #notes-list li .item-edit {
  display: none;
}
#notes-popup #notes-list li .item-edit .item-text-edit {
  width: 375px;
  height: 310px;
  margin-bottom: 10px;
}
#notes-popup #notes-list li .item-edit .btn-save {
  width: 80px;
  position: absolute;
  right: 8px;
}
#notes-popup #notes-list li.edit:hover {
  background: none;
}
#notes-popup #notes-list li.edit .item-view {
  display: none;
}
#notes-popup #notes-list li.edit .item-edit {
  display: block;
}

.popup {
  position: absolute;
  left: 30%;
  top: 10%;
  width: 40%;
  height:70%;
  background: #fff;
  box-shadow: 0 0 10px #333;
  z-index: 9999999;
}
.popup .form-area {
  min-height: 318px;
}
.popup .success-area {
  display: none;
  min-height: 318px;
}
.popup .success-area h3 {
  font-size: 15px;
  margin-bottom: 20px;
}
.popup .success-area p {
  font-size: 13px;
}
.popup .success-area a {
  color: #c00;
  font-weight: bold;
}
.popup.wide {
  left: 15%;
  width: 70%;
}
.popup h2 {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.popup h3 {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.popup .btn-close {
  position: absolute;
  right: -32px;
  top: 0;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  background: #333;
  z-index: 1000;
}
.popup .popup-inner {
  box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  overflow: auto;
  height: 100%;
  padding: 15px;
}
.popup .popup-inner .page-list li {
  padding: 5px;
  border: 1px solid #fff;
  cursor: pointer;
}
.popup .popup-inner .page-list li:hover {
  border-color: #666;
}
.popup .popup-inner .page-list li.active {
  background: #036;
  color: #fff;
}
.popup .popup-inner .page-list li span {
  color: #036;
  font-size: 14px;
  font-weight: bold;
}
.popup .popup-inner .page-list li em {
  font-style: italic;
  color: #666;
}
.popup .popup-inner .popup-form {
  overflow: hidden;
  padding-top: 20px;
}
.popup .popup-inner .popup-form .form-row {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.popup .popup-inner .popup-form input[type="text"],
.popup .popup-inner .popup-form input[type="email"],
.popup .popup-inner .popup-form textarea {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font: 12px Arial, sans-serif;
  padding: 2px 10px;
  display: block;
  height: 25px;
}
.popup .popup-inner .popup-form textarea {
  height: 80px;
  resize: none;
}
.popup .popup-inner .popup-form label {
  display: block;
  font-size: 11px;
  line-height: 20px;
  cursor: pointer;
}
.popup .popup-inner .popup-form strong {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.popup .popup-inner .popup-form .check-box-holder input[type="checkbox"] {
  float: left;
  margin: 5px 10px 0 0;
}
.popup .popup-inner .popup-form .check-box-holder label {
  overflow: hidden;
}
.popup .popup-inner .popup-form .check-box-holder button {
  float: right;
}
.popup .popup-inner .success-message {
  display: none;
}
.popup .popup-inner .success-message p {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 15px;
  color: #444;
}
#description-popup {
  margin: 0;
  left: auto;
  top: 0;
  height: auto;
}
#description-popup:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
}
#description-popup.left:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  left: -13px;
}
#description-popup.right:after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  right: -13px;
}
#description-popup.top:after {
  top: 30px;
}
#description-popup.bottom:after {
  bottom: 30px;
}
#description-popup .popup-inner {
  height: auto;
  border-radius: 10px;
  font: 12px/17px 'Tahoma', serif;
  color: #666;
  position: relative;
  overflow: visible;
  padding: 20px 10px 10px;
}
#description-popup .popup-inner .product-photo {
  float: left;
  margin: 0 10px 10px 0;
  width: 30%;
}
#description-popup .popup-inner .content-holder {
  height: 200px;
  overflow: auto;
}
#description-popup .popup-inner .sub-inner {
  overflow: hidden;
  width: 100%;
}
#description-popup .btn-cart {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
}
#description-popup .loading.black-overlay {
  border-radius: 10px;
}
#description-popup h1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  width: 55%;
  overflow: hidden;
}
#description-popup p {
  margin-bottom: 10px;
}
#description-popup h3 {
  margin: 0;
  color: #333;
}
#description-popup h3.error {
  margin: 0 0 15px;
  text-align: center;
  font-size: 15px;
  color: #c00;
}
#purchase-popup {
  width: 700px;
  height: auto;
  margin-left: -335px;
}
#purchase-popup .popup-inner {
  height: auto;
}
#purchase-popup h3 {
  background: #c00;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
  padding: 0;
}
#purchase-popup table td,
#purchase-popup table th {
  background: #e0e0e0;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  font-weight: bold;
}
#purchase-popup table td span,
#purchase-popup table th span {
  font-weight: normal;
  font-size: 10px;
}
#purchase-popup table td input[type="submit"],
#purchase-popup table th input[type="submit"] {
  float: right;
}
#thumbnail-popup {
  margin: 0;
  height: auto;
  z-index: 9999999;
  overflow: visible;
  width: 400px;
}
#thumbnail-popup:after {
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 62px solid #fff;
  bottom: -20px;
  clip: rect(3px, 136px, 64px, 22px);
  content: "";
  height: 0;
  left: 50%;
  margin-left: -80px;
  position: absolute;
  width: 0;
}
#thumbnail-popup .popup-inner {
  z-index: 10;
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 10px;
}
#thumbnail-popup .popup-inner h3 {
  font-size: 14px;
}
#thumbnail-popup .popup-inner .btn-view {
  float: right;
  font-weight: bold;
}
#thumbnail-popup .popup-inner .column-holder {
  height: 166px;
  overflow: auto;
  position: relative;
}
#thumbnail-popup .popup-inner .col1,
#thumbnail-popup .popup-inner .col2 {
  float: left;
  width: 50%;
  min-height: 10px;
}
#thumbnail-popup .popup-inner .col1 .product-list li,
#thumbnail-popup .popup-inner .col2 .product-list li {
  border: 1px solid #aaa;
  padding: 7px 5px;
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
  height: 40px;
  overflow: hidden;
}
#thumbnail-popup .popup-inner .col1 .product-list li img,
#thumbnail-popup .popup-inner .col2 .product-list li img {
  float: left;
  min-height: 40px;
  background: url("images/small-ajax-spinner.gif") no-repeat 50% 50%;
  cursor: pointer;
  margin-right: 5px;
}
#thumbnail-popup .popup-inner .col1 .product-list li img[src=""],
#thumbnail-popup .popup-inner .col2 .product-list li img[src=""] {
  background: url("images/no_photo_icon.jpg") no-repeat 50% 50%;
}
#thumbnail-popup .popup-inner .col1 .product-list li .btn-add-to-cart,
#thumbnail-popup .popup-inner .col2 .product-list li .btn-add-to-cart {
  float: right;
  width: 29px;
  height: 29px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("images/icon-cart.jpg") no-repeat;
}
#thumbnail-popup .popup-inner .col1 .product-list li strong,
#thumbnail-popup .popup-inner .col2 .product-list li strong {
  font-size: 10px;
  font-weight: bold;
}
#thumbnail-popup .popup-inner .col2 {
  margin-left: -1px;
}
#search-popup {
  height: auto;
  margin-top: -150px;
}
#search-popup .popup-inner {
  height: 220px;
}

#preloader-container {
  width: 200px;
  margin: 100px auto;
}
#preloader-container p {
  font-weight: bold;
  text-align: center;
}
#preloader-container .meter {
  margin: 3px 0;
  width: 100%;
  height: 20px;
  background: #68b6db;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#preloader-container .meter div {
  background: #036;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
#preloader-container .meter div .progress {
  color: #fff;
}
#preloader-container .progress {
  color: #036;
  position: absolute;
  left: 70px;
  top: 2px;
  text-align: left;
  width: 100px;
  font: bold 12px Arial, sans-serif;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*# sourceMappingURL=app.css.map*/

/* css generated by ccui Icons cheat sheet */
.ccui-icon, .ccui-icon-ondark, .ccui-icon-small{
	width:32px;
	height:32px;
	background-color:#e0e0e0;
	background-image:url(images/ccui-icons-000000.png);
	background-repeat:no-repeat;
	display:inline-block;
	vertical-align:text-bottom;
	opacity:0.8;
}
.ccui-icon:hover, .ccui-icon-ondark:hover, .ccui-icon-small:hover{
	opacity:1;
}
.ccui-icon-ondark{
	background-color:#333;
	background-image:url(images/ccui-icons-ffffff.png);
}
.ccui-icon-small{
	width:24px;
	height:24px;
	background-size:480px 336px;
}
/* icon row 1 */
.ccui-icon-select{
	background-position:-0px -0px;
}
.ccui-icon-refresh{
	background-position:-64px -0px;
}
.ccui-icon-text{
	background-position:-128px -0px;
}
.ccui-icon-image{
	background-position:-192px -0px;
}
.ccui-icon-shape{
	background-position:-256px -0px;
}
.ccui-icon-zoom{
	background-position:-320px -0px;
}
.ccui-icon-zoom-in{
	background-position:-384px -0px;
}
.ccui-icon-zoom-out{
	background-position:-448px -0px;
}
.ccui-icon-zoom-fit{
	background-position:-512px -0px;
}
.ccui-icon-zoom-pixels{
	background-position:-576px -0px;
}
/* icon row 2 */
.ccui-icon-layers{
	background-position:-0px -64px;
}
.ccui-icon-layer-forward{
	background-position:-64px -64px;
}
.ccui-icon-layer-back{
	background-position:-128px -64px;
}
.ccui-icon-visible{
	background-position:-192px -64px;
}
.ccui-icon-invisible{
	background-position:-256px -64px;
}
.ccui-icon-unlocked{
	background-position:-320px -64px;
}
.ccui-icon-locked{
	background-position:-384px -64px;
}
.ccui-icon-trash{
	background-position:-448px -64px;
}
.ccui-icon-undo{
	background-position:-512px -64px;
}
.ccui-icon-redo{
	background-position:-576px -64px;
}
/* icon row 3 */
.ccui-icon-save{
	background-position:-0px -128px;
}
.ccui-icon-share{
	background-position:-64px -128px;
}
.ccui-icon-time{
	background-position:-128px -128px;
}
.ccui-icon-settings{
	background-position:-192px -128px;
}
.ccui-icon-flyout-left{
	background-position:-256px -128px;
}
.ccui-icon-flyout-right{
	background-position:-320px -128px;
}
.ccui-icon-palette{
	background-position:-384px -128px;
}
.ccui-icon-faces{
	background-position:-448px -128px;
}
.ccui-icon-360{
	background-position:-512px -128px;
}
.ccui-icon-textimage{
	background-position:-576px -128px;
}
/* icon row 4 */
.ccui-icon-cross{
	background-position:-0px -192px;
}
.ccui-icon-tick{
	background-position:-64px -192px;
}
.ccui-icon-download{
	background-position:-128px -192px;
}
.ccui-icon-attach{
	background-position:-192px -192px;
}
.ccui-icon-email{
	background-position:-256px -192px;
}
.ccui-icon-caret-left{
	background-position:-320px -192px;
}
.ccui-icon-caret-right{
	background-position:-384px -192px;
}
.ccui-icon-plus{
	background-position:-448px -192px;
}
.ccui-icon-enquiry{
	background-position:-512px -192px;
}
.ccui-icon-cart{
	background-position:-576px -192px;
}
/* icon row 5 */
.ccui-icon-help{
	background-position:-0px -256px;
}
.ccui-icon-info{
	background-position:-64px -256px;
}
.ccui-icon-alert{
	background-position:-128px -256px;
}
.ccui-icon-rewind{
	background-position:-192px -256px;
}
.ccui-icon-fastforward{
	background-position:-256px -256px;
}
.ccui-icon-arrow-left{
	background-position:-320px -256px;
}
.ccui-icon-arrow-right{
	background-position:-384px -256px;
}
.ccui-icon-pause{
	background-position:-448px -256px;
}
.ccui-icon-stop{
	background-position:-512px -256px;
}
.ccui-icon-new-window{
	background-position:-576px -256px;
}
/* icon row 6 */
.ccui-icon-deleted{
	background-position:-0px -320px;
}
.ccui-icon-success{
	background-position:-64px -320px;
}
.ccui-icon-chevron-left{
	background-position:-192px -320px;
}
.ccui-icon-chevron-right{
	background-position:-256px -320px;
}
.ccui-icon-goto-start{
	background-position:-320px -320px;
}
.ccui-icon-goto-end{
	background-position:-384px -320px;
}
.ccui-icon-cut{
	background-position:-448px -320px;

}
.ccui-icon-copy{
	background-position:-512px -320px;
}
.ccui-icon-paste{
	background-position:-576px -320px;
}
/* icon row 7 */
.ccui-icon-list{
	background-position:-0px -384px;
}
.ccui-icon-columns{
	background-position:-64px -384px;
}
.ccui-icon-thumbnails{
	background-position:-128px -384px;
}
.ccui-icon-edit{
	background-position:-576px -384px;
}

/* small icon row 1 */
.ccui-icon-small.ccui-icon-select{
	background-position:-0px -0px;
}
.ccui-icon-small.ccui-icon-refresh{
	background-position:-48px -0px;
}
.ccui-icon-small.ccui-icon-text{
	background-position:-96px -0px;
}
.ccui-icon-small.ccui-icon-image{
	background-position:-144px -0px;
}
.ccui-icon-small.ccui-icon-shape{
	background-position:-192px -0px;
}
.ccui-icon-small.ccui-icon-zoom{
	background-position:-240px -0px;
}
.ccui-icon-small.ccui-icon-zoom-in{
	background-position:-288px -0px;
}
.ccui-icon-small.ccui-icon-zoom-out{
	background-position:-336px -0px;
}
.ccui-icon-small.ccui-icon-zoom-fit{
	background-position:-384px -0px;
}
.ccui-icon-small.ccui-icon-zoom-pixels{
	background-position:-432px -0px;
}
/* small icon row 2 */
.ccui-icon-small.ccui-icon-layers{
	background-position:-0px -48px;
}
.ccui-icon-small.ccui-icon-layer-forward{
	background-position:-48px -48px;
}
.ccui-icon-small.ccui-icon-layer-back{
	background-position:-96px -48px;
}
.ccui-icon-small.ccui-icon-visible{
	background-position:-144px -48px;
}
.ccui-icon-small.ccui-icon-invisible{
	background-position:-192px -48px;
}
.ccui-icon-small.ccui-icon-unlocked{
	background-position:-240px -48px;
}
.ccui-icon-small.ccui-icon-locked{
	background-position:-288px -48px;
}
.ccui-icon-small.ccui-icon-trash{
	background-position:-336px -48px;
}
.ccui-icon-small.ccui-icon-undo{
	background-position:-384px -48px;
}
.ccui-icon-small.ccui-icon-redo{
	background-position:-432px -48px;
}
/* small icon row 3 */
.ccui-icon-small.ccui-icon-save{
	background-position:-0px -96px;
}
.ccui-icon-small.ccui-icon-share{
	background-position:-48px -96px;
}
.ccui-icon-small.ccui-icon-time{
	background-position:-96px -96px;
}
.ccui-icon-small.ccui-icon-settings{
	background-position:-144px -96px;
}
.ccui-icon-small.ccui-icon-flyout-left{
	background-position:-192px -96px;
}
.ccui-icon-small.ccui-icon-flyout-right{
	background-position:-240px -96px;
}
.ccui-icon-small.ccui-icon-palette{
	background-position:-288px -96px;
}
.ccui-icon-small.ccui-icon-faces{
	background-position:-336px -96px;
}
.ccui-icon-small.ccui-icon-360{
	background-position:-384px -96px;
}
.ccui-icon-small.ccui-icon-textimage{
	background-position:-432px -96px;
}
/* small icon row 4 */
.ccui-icon-small.ccui-icon-cross{
	background-position:-0px -144px;
}
.ccui-icon-small.ccui-icon-tick{
	background-position:-48px -144px;
}
.ccui-icon-small.ccui-icon-download{
	background-position:-96px -144px;
}
.ccui-icon-small.ccui-icon-attach{
	background-position:-144px -144px;
}
.ccui-icon-small.ccui-icon-email{
	background-position:-192px -144px;
}
.ccui-icon-small.ccui-icon-caret-left{
	background-position:-240px -144px;
}
.ccui-icon-small.ccui-icon-caret-right{
	background-position:-288px -144px;
}
.ccui-icon-small.ccui-icon-plus{
	background-position:-336px -144px;
}
.ccui-icon-small.ccui-icon-enquiry{
	background-position:-384px -144px;
}
.ccui-icon-small.ccui-icon-cart{
	background-position:-432px -144px;
}
/* small icon row 5 */
.ccui-icon-small.ccui-icon-help{
	background-position:-0px -192px;
}
.ccui-icon-small.ccui-icon-info{
	background-position:-48px -192px;
}
.ccui-icon-small.ccui-icon-alert{
	background-position:-96px -192px;
}
.ccui-icon-small.ccui-icon-rewind{
	background-position:-144px -192px;
}
.ccui-icon-small.ccui-icon-fastforward{
	background-position:-192px -192px;
}
.ccui-icon-small.ccui-icon-arrow-left{
	background-position:-240px -192px;
}
.ccui-icon-small.ccui-icon-arrow-right{
	background-position:-288px -192px;
}
.ccui-icon-small.ccui-icon-pause{
	background-position:-336px -192px;
}
.ccui-icon-small.ccui-icon-stop{
	background-position:-384px -192px;
}
.ccui-icon-small.ccui-icon-new-window{
	background-position:-432px -192px;
}
/* small icon row 6 */
.ccui-icon-small.ccui-icon-deleted{
	background-position:-0px -240px;
}
.ccui-icon-small.ccui-icon-success{
	background-position:-48px -240px;
}
.ccui-icon-small.ccui-icon-chevron-left{
	background-position:-144px -240px;
}
.ccui-icon-small.ccui-icon-chevron-right{
	background-position:-192px -240px;
}
.ccui-icon-small.ccui-icon-goto-start{
	background-position:-240px -240px;
}
.ccui-icon-small.ccui-icon-goto-end{
	background-position:-288px -240px;
}
.ccui-icon-small.ccui-icon-cut{
	background-position:-336px -240px;
}
.ccui-icon-small.ccui-icon-copy{
	background-position:-384px -240px;
}
.ccui-icon-small.ccui-icon-paste{
	background-position:-432px -240px;
}
/* small icon row 7 */
.ccui-icon-small.ccui-icon-list{
	background-position:-0px -288px;
}
.ccui-icon-small.ccui-icon-columns{
	background-position:-48px -288px;
}
.ccui-icon-small.ccui-icon-thumbnails{
	background-position:-96px -288px;
}
.ccui-icon-small.ccui-icon-edit{
	background-position:-432px -288px;
}
/* --- */

/* spine shadow */
.page .pagemap{
	-webkit-box-shadow:inset -30px 0 20px -20px rgba(0,0,0,0.2);
	box-shadow:inset -30px 0 20px -20px rgba(0,0,0,0.2);
}
.page.odd .pagemap{
	-webkit-box-shadow:inset 30px 0 20px -20px rgba(0,0,0,0.2);
	box-shadow:inset 30px 0 20px -20px rgba(0,0,0,0.2);
}
.pull-right{
	float:right;
}