@import url(/include/fonts/_precioussans.css);
#admin_link_container {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 50000;
  font-size: small;
  text-align: center;
  margin: auto auto;
}
#admin_link {
  text-align: center;
  width: 231px;
  height: 21px;
  background: url(/templates/skins/default/img/buttons/admin.png) no-repeat;
  margin: auto auto;
  padding: 2px 0px 0px 10px;
  font-size: x-small;
}
*html #admin_link {
  width: 241px;
  background: url(/templates/skins/default/img/buttons/admin.gif) no-repeat;
}
#admin_link span {
  font-size: xx-small;
  display: block;
  color: #000 !important;
  display: none;
}
#admin_link a {
  display: block;
  color: #fff;
  font-weight: normal;
}
#admin_link a:link {
  color: #fff;
  font-weight: normal;
}
#admin_link a:visited {
  color: #fff;
  font-weight: normal;
}
#admin_link a:hover {
  color: #fff;
  font-weight: normal;
}
/* Widths / Heights */
#pagewidth,
#footer-container {
  width: 960px;
}
#header {
  height: 449px;
}
#leftcol {
  width: 245px;
}
/* */
#maincol {
  width: 600px;
  min-height: 300px;
}
/* leftcol+20+maincol+20 (padding) = pagewidth */
#footer {
  margin-top: -208px;
}
/* NEGATIVE FOOTER HEIGHT */
#footer,
#footer-container {
  height: 208px;
}
/* FOOTER HEIGHT */
#container {
  padding-bottom: 208px;
}
/* FOOTER HEIGHT */
#wrapper {
  padding: 0 24px;
}
#banner {
  height: 342px;
  width: 960px;
  position: absolute;
  top: 107px;
}
/* Backgrounds */
body {
  background: #f9fbfe url(../img/bg.jpg) repeat-x;
}
#header {
  background: url(../img/bg.jpg) repeat-x;
}
#footer {
  background: url(../img/footer.png) repeat-x;
}
#leftcol {
  background: transparent;
}
#maincol {
  background: transparent;
}
#pagewidth {
  background: #ffffff url(../img/main-bg.jpg) repeat-x left bottom;
}
#banner {
  background: url(../img/header.png) no-repeat left bottom;
  z-index: 1002;
}
#wrapper {
  background: #fff;
  z-index: 1002;
  position: relative;
}
#login-btn {
  position: absolute;
  right: 0;
  z-index: 50001;
}
.external-admin-button {
  position: absolute;
  top: -55px;
  right: 200px;
  background: none !important;
}
#logo {
  position: absolute;
  z-index: 1000;
}
#banner-underlay {
  position: relative;
  top: 107px;
  left: -270px;
  z-index: 500;
}
.site_languages {
  z-index: 100000;
  position: absolute;
  top: 0;
  right: 0px;
}
.site_languages a {
  height: 33px;
  line-height: 33px;
  padding: 0 5px 0 9px;
  text-align: center;
  display: block;
  float: left;
  color: #93bbff !important;
  background: url(../img/lang-delim.png) no-repeat left center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
}
.site_languages a.active {
  color: #fff !important;
}
h1,
.module_header {
  color: #373737;
  font-weight: normal;
  font-size: 20px;
  padding: 10px 15px 10px 0px;
  background: url(../img/h1-bg.jpg) repeat-x left bottom;
  padding-bottom: 10px;
}
h2,
h3 {
  color: #415270;
}
ul#left_menu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.submenu {
  margin-bottom: 0px !important;
}
ul#left_menu li a {
  display: block;
  padding: 5px 10px;
  background: #DDE8FD;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #B6C7DD;
  color: #1f1f1f;
}
ul#left_menu li a:hover {
  text-decoration: none;
  color: #000;
  background: #B2C3D9;
}
ul#left_menu li.active a {
  background: #B2C3D9;
  color: #000;
}
.hidden {
  display: none;
}
.module {
  margin-bottom: 20px;
}
.box .module_header {
  background: url(../img/module-header.jpg) no-repeat;
  padding: 10px 0px 10px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  text-shadow: 0 1px 1px #3e4e6f;
}
.box .module_body {
  padding: 15px;
  color: #444;
  text-shadow: 0 1px 1px #fff;
  background: url(../img/module-bg.jpg) repeat-y;
}
.module_body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}
.box ul li {
  padding-left: 15px;
  background: url(../img/bullet-box.jpg) no-repeat left 5px;
  margin-bottom: 10px;
}
.box .module_footer {
  background: url(../img/module-footer.jpg) no-repeat;
  height: 6px;
}
a {
  color: #415270;
  text-decoration: none;
}
a:link {
  color: #415270;
}
a:visited {
  color: #415270;
}
a:hover {
  color: #415270;
  text-decoration: underline;
}
/* GENERAL CSS */
html,
body {
  height: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Lucida Grande', 'Arial';
  font-size: 12px;
  line-height: 18px;
  color: #444444;
}
#pagewidth {
  min-height: 100%;
  text-align: left;
  margin: 0 auto;
}
#container {
  overflow: visible;
}
#header {
  position: relative;
  width: 100%;
  display: block;
  overflow: visible;
}
#leftcol {
  float: right;
  position: relative;
  padding: 0 0px 10px 0px;
}
#maincol {
  position: relative;
  float: left;
}
#footer {
  clear: both;
  display: block;
  overflow: visible;
  position: relative;
}
#footer-container {
  margin: auto auto;
}
#footer-text {
  padding-top: 80px;
  color: #959595;
  text-shadow: 0 1px 1px #fff;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
@media print {
  /*hide the left column when printing*/
  #leftcol {
    display: none;
  }
  #twocols,
  #maincol {
    width: 100%;
    float: none;
  }
  /*Opera Fix*/
  body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
  }
}
#menu {
  position: absolute;
  top: 60px;
  right: -70px;
  color: #f8fafc;
  text-shadow: 0 1px 1px #333;
  font-size: 14px;
  font-style: italic;
  z-index: 99999;
}
/**
 * Height/width 
 **/
#menu {
  height: 23px;
}
ul#nav ul {
  top: 23px;
}
/* first level */
ul#nav li a {
  height: 23px;
  line-height: 23px;
}
/* Second level */
ul#nav ul li a {
  height: 20px;
  line-height: 20px;
}
/**
 * Backgrounds/colors 
 **/
/* First level */
ul#nav li {
  background: url(../img/delimiter.jpg) no-repeat top left;
}
ul#nav li:first-child {
  background: none;
}
ul#nav li a {
  color: #fff;
}
ul#nav li:hover a,
ul#nav li.hover a {
  color: #93bbff;
}
ul#nav li.active a {
  color: #93bbff;
}
/* Second level */
ul#nav li li {
  background: none;
  border-bottom: 1px solid #90a1b1;
}
ul#nav li:hover li a {
  background: #324158;
}
ul#nav li:hover li:hover,
ul#nav li.hover li.hover {
  background: none;
}
ul#nav li:hover li:hover a,
ul#nav li.hover li.over a {
  color: #aabac8;
}
ul#nav li li a {
  background: #324158 !important;
  color: #fff;
}
ul#nav li li.active a {
  background: #0e385b;
  color: #fff100;
}
/**
 * general styles
 **/
/* first level */
ul#nav {
  float: left;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul#nav li {
  position: relative;
  float: left;
  padding-right: 0px;
}
ul#nav li a {
  display: block;
  width: auto;
  text-decoration: none;
  padding: 0 10px;
}
* html ul#nav li a {
  width: 100px;
}
/* second level */
ul#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 250px;
}
ul#nav ul li {
  width: 100%;
}
* html ul#nav ul li a {
  width: 250px;
}
/* third level */
/* resetting second level */
ul#nav ul ul {
  top: -1px;
  margin-left: 169px;
  background: #fff;
}
ul#nav li:hover li:hover li,
ul#nav li:hover li:hover li a,
ul#nav li.hover li.hover li,
ul#nav li.hover li.hover li a {
  color: #7c7c7c;
}
/* subsubmenu markup */
ul#nav li:hover li:hover li:hover a,
ul#nav li.hover li.hover li.hover a {
  background: #e6e6e6;
  color: #000;
}
ul#nav li:hover li:hover li.active a,
ul#nav li.hover li.hover li.active a {
  color: #f15c30;
}
ul#nav li:hover li:hover li:hover a.sub,
ul#nav li.hover li.hover li.hover a.sub {
  background: #e6e6e6 url(http://techblog.procurios.nl/l/nl/library/download/34536) no-repeat 95% 50%;
}
/* fourth level */
/* resetting second level */
ul#nav li:hover li:hover li:hover li,
ul#nav li:hover li:hover li:hover li a,
ul#nav li.hover li.hover li.hover li,
ul#nav li.hover li.hover li.hover li a {
  color: #7c7c7c;
}
/* subsubmenu markup */
ul#nav li:hover li:hover li:hover li:hover a,
ul#nav li.hover li.hover li.hover li.hover a {
  background: #ccc;
  color: #000;
}
ul#nav li:hover li:hover li:hover li.active a,
ul#nav li.hover li.hover li.hover li.active a {
  color: #f15c30;
}
ul#nav li:hover li:hover li:hover li a.sub,
ul#nav li.hover li.hover li.hover li a.sub {
  background: #e6e6e6;
}
ul#nav li:hover li:hover li:hover li:hover a.sub,
ul#nav li.hover li.hover li.hover li.hover a.sub {
  background: #ccc;
}
/* hiding fifth level */
div#menu ul ul ul ul ul {
  display: none;
}
/* show hide behaviour */
ul#nav ul,
ul#nav li:hover ul ul,
ul#nav ul ul,
ul#nav li:hover ul ul ul,
ul#nav ul ul ul,
ul#nav li:hover ul ul ul ul {
  position: absolute;
  left: -999em;
}
ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li li li li:hover ul {
  left: -1px;
  z-index: 999;
}
/* show hide behaviour with protofish */
ul#nav li.hover ul ul,
ul#nav li.hover ul ul ul,
ul#nav li.hover ul ul ul ul {
  position: absolute;
  left: -999em;
}
ul#nav li.hover ul,
ul#nav li li.hover ul,
ul#nav li li li.hover ul,
ul#nav li li li li.hover ul {
  left: -1px;
  z-index: 999;
}
input,
textarea {
  padding: 8px 5px;
  background: #fff;
  border: 1px solid #c5bead;
  margin: 0;
  color: #000;
  outline: none;
}
input:focus,
textarea:focus {
  border: 1px solid #666;
}
.row_label {
  text-align: left !important;
  width: 100% !important;
  font-weight: bold;
}
.row_content {
  margin: 5px 0 5px 0 !important;
  clear: both;
  padding: 0 !important;
}
.form-col1 {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.form-col2 {
  width: 50%;
  float: right;
  margin-bottom: 10px;
}
.form-fullwidth {
  width: 100%;
}
.section_title {
  display: block;
  color: #373737;
  font-size: 17px;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.submit {
  font-size: 13px;
  color: #fff !important;
  padding: 4px 10px;
  background: #384761;
  /*background: -moz-linear-gradient(
		top,
		#ca051c 0%,
		#a51821);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ca051c),
		to(#a51821));*/
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #000000;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
  padding: 10px;
  cursor: pointer !important;
}
.submit:hover {
  color: #000;
}
.contact_flow {
  overflow: visible;
}
.row_content,
.row {
  overflow: visible !important;
}
.artist {
  border-bottom: 3px solid #ebebeb;
  padding: 10px 0;
  overflow: auto;
  position: relative;
}
.artist-image {
  float: left;
}
.artist-intro {
  margin-left: 180px;
}
.artist-intro h2 {
  color: #C90016;
  margin: 0 0 10px 0;
  font-size: 17px;
}
.artist-image img,
#product_images img {
  -webkit-box-shadow: 0px 0px 5px 0px #666;
  -moz-box-shadow: 0px 0px 5px 0px #666;
  box-shadow: 0px 0px 5px 0px #666;
  margin: 5px;
  border: none;
}
.artist-read-more,
.news_footer a,
.news-read-more {
  font-size: 13px;
  color: #fff !important;
  padding: 4px 10px;
  background: #384761;
  /*background: -moz-linear-gradient(
		top,
		#ca051c 0%,
		#a51821);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ca051c),
		to(#a51821));*/
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #000000;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
}
.product {
  float: left;
  margin-right: 10px;
}
.product h2 {
  font-size: 15px;
}
.product_name {
  color: #C90016;
  margin: 15px 0 0px 0;
  font-size: 17px;
}
.product_categories {
  display: block;
  margin-bottom: 10px;
  color: #ccc;
}
.cat_filter {
  padding-top: 20px;
}
.cat_filter a {
  background: #ece8e6;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 1px 1px #fff;
}
.cat_filter a.active {
  background: #d02e40;
  color: #fff;
  text-shadow: none;
}
#back-to-artists {
  color: #333;
}
.catalog_category_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.catalog_category_list a {
  color: #424242;
}
.catalog_category_list a:link {
  color: #424242;
}
.catalog_category_list a:visited {
  color: #424242;
}
.catalog_category_list a:hover {
  color: #c90016;
}
.catalog_category_list ul {
  margin-left: 10px;
}
.catalog_category_list li {
  border-top: 1px solid #eee;
}
#all-categories li {
  border-top: none !important;
}
.catalog_category_list li a {
  line-height: 30px;
  padding-left: 20px;
  display: block;
}
.catalog_category_list li a:hover {
  background-color: #eee;
}
.catalog_category_list li.active a {
  background-color: #335580;
  color: #fff;
}
.module .catalog_images {
  margin-top: 20px;
}
.module .catalog_image {
  overflow: auto;
  display: block;
  color: #444;
  margin-bottom: 20px;
}
.module .catalog_image img {
  width: 75px;
  float: left;
  margin-right: 10px;
}
.module .catalog_image h3 {
  color: #444;
  font-size: 13px;
  margin: 0;
}
.news {
  margin-bottom: 20px;
  position: relative;
}
.news_title {
  color: #373737;
  font-size: 17px;
}
.news_postdate {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  display: none;
}
.category {
  display: none;
}
.news_header {
  margin-bottom: 10px;
}
.news_footer {
  padding-top: 30px;
  background: url(../img/news-delim.jpg) no-repeat center bottom;
}
/** PAGES **/
ul.pages {
  list-style: none;
  /*
border-top: 2px solid #218bd1;
border-bottom: 2px solid #218bd1;
background:#91c6e9;*/
  margin: 10px 0;
  white-space: nowrap;
  height: 1.7em;
  /*stops ie expanding background of list at small screen sizes*/
  /*width:100%;/* force layout */
  text-align: center;
}
.pages li {
  display: inline;
  margin-right: -5px;
  /* for ie5 mac*/
  margin-left: 3px;
}
.pages a {
  font-size: 13px;
  color: #fff !important;
  padding: 4px 10px;
  background: #384761;
  /*background: -moz-linear-gradient(
		top,
		#ca051c 0%,
		#a51821);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ca051c),
		to(#a51821));*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #333;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
  color: #FFF;
  padding: 2px 5px 2px 5px;
  line-height: 1.7em;
  position: relative;
  /* for ie5 mac*/
  text-decoration: none;
  font-size: 10px;
}
.pages a:hover {
  background: #218bd1;
  color: #ffffff;
}
/* mac hide \*/
ul.pages a {
  position: static;
}
* html ul.pages a {
  height: 1%;
}
ul.pages li {
  margin-right: 0;
}
/* end hide*/
.pages li a:after {
  content: " ";
}
/*added to fix gap in moz*/
.pages li.selected a {
  background: #218bd1;
  color: white;
  font-weight: bold;
  font-size: 12px;
}
.pages a.last {
  border-right: 2px solid #c0c0c0;
}
.pages li.disabled a {
  background: #CCC;
  color: #000 !important;
}
#block-intro h1 {
  margin: 0 0 13px 0;
}
#block-news {
  margin-top: 30px;
}
.newsitem {
  padding-bottom: 20px;
  background: url(../img/news-delim.jpg) no-repeat center bottom;
  position: relative;
  overflow: auto;
}
.newsitem img {
  padding-right: 10px;
}
.newsitem h2 {
  color: #373737 !important;
  font-size: 13px;
}
#block-news .newsitem .newsitem h2 {
  font-size: 14px;
}
