/*
Title :    PAMP Website
Company :  Chaos Digital Ltd
Date :     01/10/2011
Standard : CSS Level 2.1 + 3
*/

html, body {
  height: 100%;
  text-align: justify;
}

body, pre {
  font-family: Microsoft Sans Serif, arial, tahoma;
  margin: 0px;
  padding: 0px;
  display: block;
  background-color: #fff;
  font-size: 100%;
  text-align: justify;
}

div {
  display: block;
  position: relative;
  text-align: justify;
}

.displayNone {
  display: none;
}

.buffer {
  margin-bottom: 55px;
  position: relative;
  clear: both;
  float: left;
}

pre {
  line-height: 1em;
  font-size: 12px;
  color: #616161;
}

.clearFix {
  clear: both;
  display: block;
}

p {
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.5em;
}

li {
  font-size: 12px;
}

a, input[type="submit"] {
  text-decoration: none;
  outline: none !important;
  color: #9e8a59;
}

a img {
  border: 0px !important;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

.transparent {
  border: none !important;
  background-image: none !important;
  background-color: transparent !important;
}

h1, h2, h3, h4, h5 {
  margin-top: 0px;
  font-weight: normal;
  z-index: 999;
  margin: 0px 0px 10px 0px;
  color: #9e8a59;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  text-transform: uppercase;
  font-size: 26px;
}

.content h1 {
  margin: 20px 0px 5px 0px;
}

h1 em {
  font-size: 25px;
  text-transform: none;
  margin-left: -5px;
  font-style: normal;
}

h2, .contentCol .contentList strong {
  font: 50px Arial, sans-serif;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h3 {
  font: 18px Arial, sans-serif;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h4, h5 {
  font: 18px Arial, sans-serif;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  letter-spacing: 0.08em;
}

.buffer {
  clear: both;
  display: block;
  height: 0px;
  line-height: 0.005em;
}

input, select {
  font-family: Arial, tahoma;
}

.floatRight {
  float: right;
  clear: right;
  margin-left: 25px;
}

.floatLeft {
  float: Left;
  clear: Left;
}

.rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.shadow {
  box-shadow: 1px 1px 3px #E3E7EA;
  -moz-box-shadow: 1px 1px 3px #E3E7EA;
  -webkit-box-shadow: 1px 1px 3px #E3E7EA;
}

.invisible {
  visibility: hidden !important;
  position: absolute !important;
}

#header {
  position: relative;
  padding-bottom: 50px;
  font-family: Microsoft Sans Serif, arial, tahoma;
  width: 903px;
  height: 30px;
  margin: -20px auto 0px auto;
}

#pageWrapper, #pageWrapperHead, #pageWrapperInfo, #pageWrapperFooter {
  display: block;
  width: 100%;
  text-align: center;
  z-index: 100;
  background-repeat: repeat-x;
  background-position: top;
}

#pageWrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -270px;
  overflow: hidden;
}

#pageWrapperHead {
  background-color: #fff;
  z-index: 130;
  /*background-image:url(../pixels/bg_primarlynav_button.jpg);*/
  background-position: bottom;
  border: 1px dotted #ccc;
}

#logo, #logo a {
  float: left;
  width: 200px;
  left: -10px;
  top: 17px;
  height: 50px;
  /*background:url(../pixels/logo-PAMP.png) no-repeat;*/
}

#logo a {
  top: 0;
  left: 0;
}

#mod_search_searchword {
  position: absolute;
  width: 90px;
  height: 12px;
  left: 780px;
  top: 38px;
  font-family: Microsoft Sans Serif, arial, tahoma;
  font-size: 12px;
  font-style: italic;
  color: #9ca6af;
  background-image: url(../img/icon_search.gif);
  background-repeat: no-repeat;
  background-position: 99px 5px;
  border: 1px solid #afb8bf;
  padding: 5px 22px 5px 5px;
  background-color: #f7f9fb;
}

.footer, .push {
  height: 260px; /* .push must be the same height as .footer */
}

/* footer*/
#pageWrapperFooter {
  background-color: #fff;
  border-top: 1px dotted #CCC;
  height: 260px;
  margin: 0 auto;
}

#footer {
  clear: both;
  width: 903px;
  overflow: hidden;
  margin: 0px auto;
  position: relative;
  z-index: 999;
  padding-top: 50px;
  padding-bottom: 75px;
}

#footerLinks {
  margin-top: -20px;
  float: left;
  color: #676E79;
}

.affiliates {
  background: url(../img/logos_affiliates.png);
  width: 300px;
  height: 68px;
  float: left;
  margin: -10px -50px 0 0px;
}

p.address, ul#footerNav, ul#contact, p.copyright {
  text-align: left;
  float: left;
  display: block;
  clear: right;
  width: 140px;
  margin: 0;
}

p.address {
  width: 135px;
  font-size: 60%;
  color: #676E79;
}

ul#contact {
  width: 250px;
  margin-left: -10px;
}

ul#contact li {
  margin: 5px 0 8px 0;
  list-style-type: none;
}

/*
.tel, .email {
	background-repeat:no-repeat;
	padding-left:20px;
}
.tel {
	background-image:url(../pixels/icon_tel.png);
}
.email {
	background-image:url(../pixels/icon_email.gif);
	background-position:0px 4px;
}*/
p.copyright {
  width: 350px;
  text-align: right;
  float: right;
  font-size: 11px;
  color: #cacaca;
  margin: 15px 0px 0 0;
}

ul#footerNav {
  display: inline;
  width: 600px;
  float: right;
  clear: right;
  margin-top: 10px;
  margin-right: 0px;
  text-align: right;
}

ul#footerNav li {
  float: right;
  clear: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  border-right: 1px solid #676E79;
}

ul#footerNav li a {
  float: left;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  clear: none;
  padding: 0px 5px 0px 5px;
  color: #94989e;
}

#footer li a:hover {
  text-decoration: underline;
}

/* main information*/
.panel {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #d8d8d8;
  box-shadow: 0px 0px 2px #c2c2c2;
  -moz-box-shadow: 0px 0px 2px #c2c2c2;
  -webkit-box-shadow: 0px 0px 2px #c2c2c2;
  background-color: white;
  padding: 0px 20px 20px 20px;
  margin: 0 0 0px 0;
  float: left;
  display: block;
}

.contentHolder {
  clear: both;
  height: auto;
  width: 920px;
  overflow: hidden;
  margin: 0px auto 10px auto;
  text-align: left;
  padding: 0px;
}

.contentHolder a {
  text-decoration: underline;
  width: auto;
}

.contentHolder a:hover {
  text-decoration: none;
}

.contentPanel {
  float: left;
  width: 320px;
  text-align: left;
  color: #676E79;
  margin: -40px 0 40px 5px;
  line-height: 1.4em;
  z-index: 500;
  padding: 20px 0px 0px 228px;
  background: url(../img/map.jpg) no-repeat 0px 10px;
}

.contentPanel.News {
  width: 300px;
  background-image: none;
  padding: 20px 0px 5px 30px;
  border-left: 1px dotted #ccc;
  height: 150px;
  overflow: hidden;
}

.contentPanel.News ul {
  display: block;
  clear: both;
  border-top: 0px dotted #ccc;
  /*margin-top:-5px;*/
  margin: 0 0 0 -15px;
}

.contentPanel.News ul li {
  margin: 0px 0px 0px -40px;
  border-bottom: 0px dotted #ccc;
  background-image: url(../img/arrow.gif);
  background-position: 0px 7px;
  background-repeat: no-repeat;
  padding-left: 15px;
  display: block;
}

.contentPanel.News ul li a {
  color: #676E79;
  text-decoration: none;
}

.contentPanel.News ul li a:hover {
  color: #CEC160;
  text-decoration: underline;
}

a.btn_viewAll {
  float: right;
  margin: -30px 0 0 0;
  height: 22px;
  background-image: url(../img/arrow.gif);
  background-position: right;
  background-repeat: no-repeat;
  color: #a4a4a4 !important;
  font-size: 12px;
  padding: 0px 12px 0px 4px;
  text-decoration: none;
}

.newsItem ul, li {

}

.newsItemImg {
  float: left;
  clear: none;
  display: block;
  margin: 5px 0 0 0;
  cursor: pointer;
}

.newsItem h4, .newsItem p {
  float: left;
  clear: none;
  display: block;
  font-size: 12px;
}

.newsItem h4, .newsItem p {
  font-size: 12px;
  float: left;
  margin: 0 -40px 11px 15px;
  width: 170px;
  font-size: 12px;
}

.newsItem h4 {
  font-size: 13px;
  margin: 0 -40px 5px 15px;
  height: 120px;
  text-align: left;
}

.newsItem a.btn_viewAll {
  position: absolute;
  margin: 100px 10px 10px -5px;
}

a:hover.btn_viewAll {
  text-decoration: underline;
}

/* home page*/
a.mapLink {
  position: absolute;
  height: 120px;
  width: 200px;
  margin: 0 0 0 -220px;
}

.homeContentFiller {
  height: 450px;
}

/*Primary Nav*/
ul#nav {
  width: 100%;
  top: 42px;
  left: -5px;
  position: relative;
  padding: 0px;
}

ul#nav li {
  float: left;
  clear: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  border-right: 1px solid #e3e7ea;
  border-left: 1px solid #fff;
}

ul#nav li a, a.selected {
  position: relative;
  float: left;
  text-align: left;
  color: #676E79;
  text-decoration: none;
  font-size: 13px;
  clear: none;
  padding: 0px 9px 20px 10px;
  background-repeat: repeat-x;
}

ul#nav li a:hover, ul#nav li a.selected {
  background: url(../img/bg_primarlynav_button_hover.jpg) no-repeat center 3px;
  color: #000;
}

ul#nav li ul li a:hover {
  background: url(../img/bg_cto.jpg) repeat-x top center #fff;
  color: #9E8A59;
  border-bottom: 1px solid #8a8e94;
}

li.expander a {
  padding: 5px 0px 4px 25px !important;
  color: #9e8a59;
  background: url(../img/arrow.gif) no-repeat 7px 11px !important;
}

/*sub nav*/
ul#nav li ul {
  display: none;
}

ul#nav li:hover ul {
  display: block !important;
  position: absolute;
  width: 200px;
  margin: 35px 0 0 -2px;
  padding: 0;
}

ul#nav li:hover ul li {
  float: left;
  clear: left;
  padding: 0px;
  width: 150px;
  background-color: #fff;
  border: 1px solid #CCC;
}

ul#nav li:hover ul li a {
  padding: 10px 10px 10px 10px;
  width: 130px;
  margin: 0 0 -1px;
}

ul#nav li:hover ul li a:hover {
  background-position: center 10px;
}

/* leftNav*/
.leftCol {
  float: left;
  width: 170px;
  margin: 10px 25px 0 0;
}

.leftCol h1, .rightCol h1 {
  font-size: 12px;
  margin: 10px 0px -5px 0;
  padding: 0px;
}

.leftCol h2, .rightCol h2, .contentCol .contentList strong {
  font-size: 13px;
  margin: 12px 0 2px 0;
  color: #6E6E70;
  text-transform: uppercase;
}

.contentCol .contentList strong {
  margin-right: 10px;
}

.contentColx3 {
  font-size: 12px;
  width: 167px;
  padding: 0 20px 20px 20px;
  float: left;
  line-height: 1.5em;
  border: 1px dotted #CCC;
  margin-right: 15px;
  min-height: 300px;
}

.contentColx3 strong {
  display: block;
  clear: both;
  margin: 15px 0 0 0;
}

.leftNav, .content {
  float: left;
  width: 135px;
  text-align: left;
  color: #fff;
  line-height: 1.5em;
  padding: 0px 0px 15px 15px;
}

.leftNav, .actions {
  background-color: #fff;
  float: left;
  position: relative;
  display: block;
  margin: 10px 20px 5px 0;
  background-repeat: repeat-x;
  border: 1px solid #e3e7ea;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 1px 1px 2px #e3e7ea;
  -moz-box-shadow: 1px 1px 2px #e3e7ea;
  -webkit-box-shadow: 1px 1px 2px #e3e7ea;
}

.content {
  width: 100%;
  margin: 0px 0px 0px 0px;
  color: #616161;
  padding: 20px;
}

.content p {
  line-height: 1.6em;
  font-size: 12px;
}

.contentCol {
  width: 455px;
  float: left;
  margin-right: 15px;
  padding: 10px 10px 10px 0px;
}

.contentCol .contentList, .contentCol.oneCol {
  border: 1px solid #E0E0E0;
  padding: 20px 15px 0px 20px;
  margin: 0px 0px 20px 0px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}

.contentList.product {
  background: url(../img/logo_white.png) no-repeat 270px bottom #FBFBFB;
  border-bottom: 2px solid #E0E0E0;
}

.contentList.product p {
  width: 405px;
  float: right;
  margin-right: 5px;
  padding-top: 10px;
  text-align: justify;
}

.contentCol .contentList ul {
  /*width:460px;
	margin:5px 0px 0px 215px;*/
  width: 505px;
  margin: 5px 0px 0px 160px;
  padding: 0;
}

.contentCol .contentList .subServicesUL {
  width: 480px;
  margin: 5px 0px 0px 160px;
  padding: 0;
}

.contentList.noImage ul {
  width: 630px;
  margin: 0px 0px 0px 0px;
}

.contentList.product ul {
  width: 330px;
  margin: 60px 0px 0px 285px;
}

.contentCol .contentList.product ul li {
  color: #303030;
}

.contentCol .contentList.product ul li img {
  position: absolute;
}

.contentCol .contentList ul li {
  display: block;
  color: #676E79;
  background: url(../img/bullet.gif) no-repeat 0px 7px;
  padding: 0 0 10px 15px;
  line-height: 1.8em;
  font-size: 12px;
  text-align: justify;
}

.imageHolder {
  clear: both;
  height: 350px;
  width: 153px;
  /*width:220px;*/
  overflow: hidden;
  float: left;
  margin: -20px -10px -10px -20px;
  background-color: #FFF;
}

.contentList.product .imageHolder {
  clear: both;
  height: 285px;
  width: 250px;
  margin: -30px -10px 0px -20px;
  border-right: 1px solid #e5e5e5;
  padding: 40px 0 0 10px;
}

.imageHolderSubServices {
  clear: both;
  height: 350px;
  width: 153px;
  overflow: hidden;
  float: left;
  margin: -20px -10px -10px -20px;
  background-color: #FFF;
}

.contentList.product .imageHolderSubServices {
  clear: both;
  height: 285px;
  width: 250px;
  margin: -30px -10px 0px -20px;
  border-right: 1px solid #e5e5e5;
  padding: 40px 0 0 10px;
}

.contentCol.noRightNav {
  width: 710px;
}

.contentCol.noLeftCol {
  width: 710px;
  padding: 10px 10px 10px 0px;
  min-height: 200px;
}

.contentCol h2 {
  font-size: 14px;
  margin: 20px 0px 10px 0px;
  color: #979797;
}

.actions {
  width: 150px;
  text-align: left;
  margin: 15px 0 0 0;
}

#aboutContentActions.actions {
  width: 163px;
  text-align: left;
  margin: 15px 0 0 0;
}

#goldInfoRightColActions {
  margin: 15px 0 0 -30px;
  width: 185px;
}

.leftCol .actions {
  width: 180px;
  margin: 15px 0 0 0;
}

.actions ul li {
  display: block;
}

.actions ul li a:hover {
  color: #9e8a59;
}

a.print, a.email, a.contact {
  background-image: url(../img/icon_print.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: -20px;
  width: 105px;
  padding-left: 20px;
  text-decoration: none;
  font-size: 12px;
  color: #676e79;
}

a.email {
  background-image: url(../img/icon_email.gif);
  background-position: 0 3px;
}

a.contact {
  background-image: url(http://pamp.com/assets/pixels/icon_contact.gif);
}

.rightCol {
  width: 182px;
  float: left;
  margin-top: 0px;
}

.rightColNew {
  width: 182px;
  float: left;
  margin-top: 0px;
  margin-left: 735px;
  margin-bottom: 250px;
}

#goldInfoContentRightCol {
  position: fixed;
  top: 24%;
  bottom: 24%;
}

.rightCol img {
  margin-top: 30px;
}

.leftNav h3 {
  position: relative;
  display: block;
  clear: right;
  color: #5b5e68;
  font-size: 17px;
  margin-left: 10px;
}

.leftNav ul {
  margin: 0px 0 0px 0;
}

.leftNav ul li {
  margin-left: -50px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  position: relative;
  border-bottom: 1px dotted #E3E7EA;
  margin-bottom: -1px;
}

#goldInfoLeftNav {
  width: 170px;
  margin-left: -30px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  padding-bottom: 0;
  border-bottom: 1px solid #D5D5D5;
}

#aboutLeftNav {
  width: 150px;
  margin-left: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  padding-bottom: 0;
  border-bottom: 1px solid #D5D5D5;
  margin-top: 35px;
  margin-bottom: 25px;
}

.leftNav ul li a, .browseList ul li a {
  background: url(../img/checkBox.png) no-repeat 0px 3px;
  text-decoration: none;
  padding: 5px 0px 4px 25px;
  display: block;
  color: #676e79;
  width: 155px;
  line-height: 1.5em;
  white-space: pre-wrap;
}

.leftNav ul li a {
  width: 105px !important;
  display: block;
}

#goldInfoLeftNav.leftNav ul, #aboutLeftNav.leftNav ul {
  width: 145px;
  margin: 0 0 0 -15px;
  border: none;

}

#goldInfoLeftNav.leftNav ul li, #aboutLeftNav.leftNav ul li {
  width: 145px;
  border: none;
}

#goldInfoLeftNav.leftNav ul li ul li, #aboutLeftNav.leftNav ul li ul li {
  margin: 0 0 0 15px;

}

#goldInfoLeftNav.leftNav ul li a {
  width: 165px !important;
  padding-right: 10px !important;
}

#aboutLeftNav.leftNav ul li a {
  width: 155px !important;
  padding-right: 10px !important;
}

#goldInfoLeftNav.leftNav ul li ul li a, #aboutLeftNav.leftNav ul li ul li a {
  width: 145px !important;
  padding-right: 10px !important;
}

.leftNav ul li a:hover, .browseList ul li a:hover {
  color: #9e8a59;
}

.leftNav ul li.selected a {
  width: 128px;
  background: url(../img/checkBox.png) no-repeat -210px 3px;
}

ul.productList {
  display: block;
  float: left;
  clear: both;
  padding: 0;
  width: 750px;
  margin: 0 0px 0px 0;
}

ul.productList li {
  display: block;
  float: left;
  clear: none;
  width: 137px;
  height: 158px;
  float: left;
  margin: 0 25px 25px 0;
  background-color: #fefefe;
  padding: 10px 10px 10px 10px;
  color: #828282;
  font-size: 11px;
  overflow: hidden;
  text-align: left;
}

ul.productList li img {
  margin: 5px 0 3px 3px;
  width: 130px;
}

ul.newsPage li img {
  margin: 5px 0 3px 3px;
  width: auto;
}

ul.productList.Collectibles li {
  margin: 0 17px 17px 0;
  width: 192px;
  height: 179px;
}

ul.productList.Collectibles li img {
  margin: -10px 0 -10px -10px;
  width: 213px;
  height: 147px;
}

.element {
  padding: 5px;
  border: 1px solid #bebebe;
  color: #828282;
  margin: 0 5px 0 0;
  background-color: #fff;
}

.tagLine {
  color: #939599;
  text-align: right;
  font-size: 15px;
  margin: -20px 30px 0 0px;
  float: right;
}

/* calls to action */
.cto, .cto a {
  display: block;
  float: left;
  clear: both;
  margin-top: 10px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 137px;
  height: 45px;
  text-decoration: none;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #9e8a59;
  text-shadow: #fff 1px 1px 2px;
  font-size: 17px;
  background: url(../img/arrow.gif) no-repeat 115px 11px;
  cursor: pointer;
  font-weight: normal;
}

.cto {
  background-repeat: repeat-x;
  background: url(../img/bg_cto.jpg) repeat-x top center #e0d5bc;
  border: 1px solid #d0d0d0;
  padding-left: 15px;
}

.leftCol .cto, .leftCol .cto a {
  width: 162px;
}

.cto.movie {
  background: url(../img/bg_cto_grey.jpg) repeat-x bottom center #fff;
  border: 1px solid #d0d0d0;
}

.cto.movie a {
  background: none;
  height: 100%;
  color: #787D85;
  background: url(../img/arrow-grey.gif) no-repeat 112px 10px;
}

.cto.movienew {
  background: url(../img/bg_cto_grey.jpg) repeat-x bottom center #fff;
  border: 1px solid #d0d0d0;
  height: 60px;
  line-height: 1.1em;
  text-align: center;
}

.cto.movienew a {
  background: none;
  height: 100%;
  color: #787D85;
  background: url(../img/arrow-grey.gif) no-repeat 124px 17px;
  margin-left: -10px;
}

.cto.brochure {
  background: url(../img/bg_cto_grey.jpg) repeat-x bottom center #fff;
  border: 1px solid #d0d0d0;
  height: 60px;
  line-height: 1em;
  text-align: center
}

.cto.brochure a {
  background: none;
  height: 100%;
  color: #787D85;
  background: url(../img/arrow-grey.gif) no-repeat 124px 15px;
  margin-left: -10px;
}

.contentRow.home {
  width: 880px;
  float: left;
  margin-right: -40px;
  color: #616161;
  padding: 100px 20px 20px 20px;
  margin: 0px 0 0 0;
  background: url(../img/homeImage.jpg) no-repeat 10px 0px;
}

.contentRow.home p {
  width: 580px;
  text-align: justify;
}

.contentRow.home h2 {
  color: #A7A7A7;
  font-size: 19px;
  margin: 20px 0 -15px 0px;
  float: left;
}

.content h4 {
  font-style: 200%;
}

.headerImage {
  margin: -20px 0 10px -20px;
}

/*browse filter*/
.browseList {
  display: block;
  clear: both;
  float: left;
  width: 694px;
  padding: 10px 0px 0px 15px;
  border: 1px solid #E0E0E0;
  margin: 0 0 15px 0;
  background: url(../img/logo_white.png) no-repeat scroll 200px -20px #FBFBFB;
}

.browseList h2 {
  font-size: 13px;
  width: 100%;
  color: #6E6E70 !important;
  float: left;
  clear: both;
  display: block;
  margin: 0px 0px 10px 0px;
}

.browseList ul {
  padding: 0;
}

.browseList ul li {
  display: block;
  float: left;
  margin: 0px 10px 12px 0;
}

.browseList ul li a {
  text-decoration: none;
  padding: 6px 12px 6px 32px;
  background: url(../img/checkBox.png) no-repeat 8px 4px white;
  width: auto;
}

.browseList ul li.selected a {
  background: url(../img/checkBox.png) no-repeat -202px 4px white;
  width: auto;
  white-space: nowrap;
}

.productIntro {
  width: 663px;
  height: 200px;
  padding-left: 25px;
  margin: 0 0 15px 0;
}

/* product/gallery specific intro boxes*/
.productIntro.mintedBars {
  background: url(../img/bg_mintedBarsIntro_jpg.jpg) no-repeat 35px 40px;
  height: 220px;
}

.productIntro.bullion {
  background: url(../img/bg_bullionIntro.png) no-repeat 35px 0px;
  height: 210px;
}

/*collectibles page*/
.specs {
  color: #878787;
  width: 155px;
  margin: 20px 0 0 0px;
  border: none;
  display: block;
  position: relative;
  float: left;
}

.specs span {
  position: relative;
  display: block;
  color: #9E8A59;
  margin: -5px 0 5px 0;
  font-size: 12px;
}

.specs ul, .specs ul li {
  margin: 0;
  padding: 5px 0 0 0;
  display: block;
  font-size: 12px;
}

.specs ul li {
  border-top: 1px dotted #CCC;
}

.specs h3 {
  color: #ccc;
  font-weight: bold;
  margin: 15px 0 5px 0;
  font-size: 17px;
  text-shadow: white 1px 1px 2px;
}

/*
.productIntro.goldRush {
	background: url(../pixels/bg_godlRushIntro.jpg) no-repeat 0px 0px;
	padding-top:20px;
	height:180px;
}
.mainImage.goldRush {
	margin:-90px 0 20px 0;
	float:left;
}
.goldRush.productList, .skin.productList {
	width: 905px;
}
.goldRush.productList li, .skin.productList li {
	width: 405px;
	min-height:145px;
	padding:15px;
}
.goldRush.productList li p, .goldRush.productList li a, skin.productList li p, .skin.productList li a {
	float:left;
}
.goldRush.productList li p, .productList li h3, .skin.productList li p, .skin.productList li h3 {
	width:230px;
	margin:0px 10px 0px 30px;
	float:left;
}*/
/* collectibles page page*/
.productIntro.collectibles {
  height: 613px;
  width: 710px;
  overflow: hidden;
  padding: 0;
}

.productIntro.collectibles.noCarousel {
  height: 500px;
}

.productIntro.skin h2 {
  color: #774096;
}

.skin.productList {
  width: 905px;
}

/*news page*/
.newsPage.productList li {
  width: 650px;
  padding-left: 20px;
  height: auto;
}

.newsPage.productList li .cto {
  position: absolute;
  margin: -30px 0 0 538px;
  width: 95px;
  height: 25px;
  clear: both;
  position: absolute;
  padding-left: 12px;
}

.entry-date {
  background: url(../img/bg_cto.jpg) repeat-x top center #E0D5BC;
  color: #a7946b;
  border-bottom: 1px solid #9e988b;
  padding: 5px 10px 4px 20px;
  margin: -10px 0 0 -20px;
  position: relative;
  display: block;
  width: 650px;
  font-size: 13px;
  font-weight: bold;
}

/*.entry-title-info {
	background: url(../pixels/bg_cto.jpg) repeat-x top center #E0D5BC;
	color: #a7946b;
	border-bottom:1px solid #9e988b;
	padding:5px 10px 4px 20px;
	margin:-10px 0 0 -20px;
	position:relative;
	display:block;
	width:650px;
}*/
.entry-title a {
  text-decoration: none;
  font-size: 17px;
}

.entry-content {
  width: 630px;
}

/*.entry-content-info {
	width:630px;
}*/
.entry-content li {
  width: 575px !important;
  font-size: 12px !important;
  padding: 2px 0px 2px 15px !important;
  margin: 0px 0px 10px 0px !important;
  line-height: 1.2em;
  background: url(../img/bullet.gif) no-repeat 0px 10px;
}

.productList li h3 {
  font-size: 16px;
}

.cto.btn_back {
  width: 43px;
  height: 15px;
  float: left;
  margin: -10px 30px 0px 0px;
  clear: both;
  position: absolute;
  padding-left: 12px;
  background: url(../img/bg_cto_grey.jpg) repeat-x top center white;
  border: 1px solid #e4e4e4;
}

.cto.btn_back a {
  font-size: 10px;
  margin: -5px 0 0 -3px;
  color: #979797;
  background: url(../img/arrow_left.gif) no-repeat 0px 9px;
  padding: 0px 0px 0px 10px;
  text-transform: uppercase;
  width: auto;
}

.productIntro h2 {
  color: #9e8a59;
  font-size: 20px;
}

.productIntro p {
  width: 395px;
  text-align: justify;
  margin-bottom: 2px;
}

/* Pamp carosel*/
.jcarousel-list.jcarousel-list-horizontal {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  top: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  width: 950px;
  left: 0px;
}

.jcarousel-skin-tango .jcarousel-container {
  margin: 0px 0 0 0px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
  direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 890px;
  padding: 0px;
  margin: 0 0 0 10px;
  float: left;
}

.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 873px;
  height: 235px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontalthreeRows {
  width: 873px;
  height: 235px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-left: 20px;
  margin-right: 0px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
  margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
  margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 80px;
  right: -18px;
  left: auto;
  width: 29px;
  height: 46px;
  cursor: pointer;
  background-image: url(../img/scroller-nav2.png);
  background-position: 29px 0px;
  margin-left: -8px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
  background-image: url(../pixels/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
  background-position: 29px 46px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  left: -8px;
  width: 29px;
  background-position: 0px 0px !important;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
  background-position: 0px 46px !important;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background-image: url(../pixels/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
  background-position: 0px 46px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
  background-position: 0px 46px;
}

.carouselPanel {
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 164px;
  float: left;
  width: 247px;
  margin: 10px 0px 0px 18px;
  background-color: #FFF;
  background-color: white;
  border-bottom: 2px solid #e9e9e9;
  border-left: 2px solid #e9e9e9;
  border-top: 2px solid #e9e9e9;
  border-right: 2px solid #e9e9e9;
  overflow: hidden;
}

.carouselPanel img {
  margin: -10px 0px 0px -10px;
}

/* Pamp carosel - internal pages other than home*/
.internalCarousel {
  float: left;
  margin-left: 15px;
}

.contentCol .internalCarousel h2 {
  margin: -14px 0 2px 12px !important;
  clear: both;
  display: block;
  position: relative;
  top: 10px;
  font-size: 17px;
  overflow: hidden;
}

.internalCarousel .jcarousel-list.jcarousel-list-horizontal {
  margin-left: -9px !important;
}

.internalCarousel.collectiblesCarousel .jcarousel-list.jcarousel-list-horizontal {
  margin-left: -18px !important;
  height: 220px;
}

.internalCarousel .jcarousel-skin-tango .jcarousel-container {
  margin: 0px 0 0 0px !important;
}

.internalCarousel .jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 695px !important;
  overflow: hidden;
  padding: 0px 0 0 35px !important;
  margin: 0 0 0 -25px !important;
  float: left;
}

.internalCarousel .jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 679px !important;
  height: 170px;
  overflow: hidden;
}

.internalCarousel .jcarousel-skin-tango .jcarousel-clip-horizontalthreeRows {
  width: 665px !important;
  height: 170px;
  overflow: hidden;
}

.internalCarousel.collectiblesCarousel .jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 690px !important;
  height: 170px;
  overflow: hidden;
}

.internalCarousel.collectiblesCarousel .jcarousel-skin-tango .jcarousel-clip-horizontalthreeRows {
  width: 690px !important;
  height: 170px;
  overflow: hidden;
}

.internalCarousel .jcarousel-skin-tango .jcarousel-next-horizontal, .internalCarousel .jcarousel-skin-tango .jcarousel-prev-horizontal {
  right: -6px !important;
  top: 65px;
}

.internalCarousel .jcarousel-skin-tango .jcarousel-prev-horizontal {
  width: 29px;
  background-position: 0px 0px;
  left: 12px !important;
}

.internalCarousel .carouselPanel {
  height: 126px;
  width: 192px;
  margin: 10px 0px 0px 10px !important;
  overflow: hidden;
}

.button, .button:hover {
  text-decoration: none;
  padding: 2px 15px 2px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  font-weight: bold;
  font-size: 12px;
  box-shadow: 0px 0px 2px #ccc;
  -webkit-box-shadow: 0px 0px 2px #ccc;
  -moz-box-shadow: 0px 0px 2px #ccc;
  background-image: url(../img/arrow.gif);
  /*background-position:39px 5px;*/
  background-position: 65px 8px;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #8b8b8b !important;
  background-color: #fff;
  margin: 13px 5px 0 0;
  float: right;
}

.button:hover {
  background-color: #e8e8e8;
}

.mypamplink, .mypamplink:hover {
  text-decoration: none;
  padding: 2px 15px 2px 5px;
  border: none;
  font-weight: bold;
  font-size: 12px;
  background-image: url(../img/arrow.gif);
  background-position: 110px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #8b8b8b !important;
  background-color: #fff;
  margin: 13px 5px 0 0;
  float: right;
}

/*product page*/
.style {
  position: absolute;
  margin: -180px 0 0 510px;
  font-size: 11px;
  width: 100px;
  text-align: center;
}

.styleHolder {
  position: absolute;
  margin: 5px 0 0 -5px;
  font-size: 11px;
  width: 109px;
  height: 135px;
  text-align: center;
}

.styleHolder.transparent {
  padding: 0 0 0 10px;
  margin: 5px 0 0 -25px;
  height: 130px;
  width: 130px;
}

.styleHolder.specImage {
  position: absolute;
  margin: 5px 0 0 -24px;
  font-size: 11px;
  width: 130px;
  height: 130px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #E0E0E0;
}

.styleHolder.specImage img {
  margin: 0;
}

.styleHolder.ingot {
  background-image: url(../img/dimensions_ingot_small.gif);
}

.styleHolder.coin {
  background-image: url(../img/dimensions_coin.gif);
}

.styleHolder.elipse {
  background-image: url(../img/dimensions_elipse.gif);
}

.style img {
  margin-top: 5px;
}

.styleHeight, .styleWidth {
  height: 20px;
  width: 70px;
  font-size: 18px;
  color: #9ca0a7;
}

.styleHeight {
  height: 20px;
  width: 70px;
  margin: 57px 0 0 75px;
  text-align: center;
  behavior: url(-ms-transform.htc);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

.styleWidth {
  margin: 70px 0 0 18px;
}

.styleWidth.coin {
  margin: 55px 0 0 15px;
}

.styleWidth.specImage {
  margin: 74px 0 0 -34px;
  width: 150px;
}

.styleHeight.specImage {
  margin: 70px 0 0 110px;
}

.styleWidth.transparent {
  margin: 64px 0 0 -34px;
  width: 150px;
  padding-left: 75px;
}

.styleHeight.transparent {
  margin: 70px 0 0 98px;
}

.noBorder {
  border: none !important;
}

.pagination {
  float: right;
  font-size: 11px;
  margin-right: 22px;
}

.pagination a {
  border: 1px solid #ccc;
  text-decoration: none;
  padding: 5px 8px 5px 8px;
  font-size: 11px;
  margin: 0 6px 0 0px;
  box-shadow: 1px 1px 2px #E3E7EA;
  -moz-box-shadow: 1px 1px 2px #E3E7EA;
  -webkit-box-shadow: 1px 1px 2px #E3E7EA;
  border-radius: 3px;
}

.contentCol.oneCol {
  width: 850px;
  background-position: 370px bottom;
  margin-top: 10px
}

/* Sitemap */
.sitemap a /*, .sitemap a:active*/
{
  background: #E6E6E6;
  border: 1px solid #999;
  color: #444;
}

}
.sitemap a:hover /*, .sitemap a:active*/
{
  background: #AEB0B2;
  color: #FFF;
}

/*sitemap core*/
.sitemap {
  margin: 0 0 10px -14px;
}

.sitemap h2 {
  text-align: center;
}

.sitemap * {
  margin: 0;
  padding: 0;
}

.sitemap a {
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.sitemap li {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  overflow: hidden;
}

.sitemap ul {
  overflow: hidden;
  margin-left: 5px;
  margin-right: 0px;
}

.sitemap ul.utilityMap {
  margin: 0 0 40px 20px;
}

.sitemap ul.utilityMap li {
  padding: 20px 0px 0 10px;


}

.sitemap ul.utilityMap li ul li ul li a {
  padding-left: 20px;
  padding-right: 20px;

}

.sitemap > ul > li {
  float: left;
  margin: 10px 20px 0 40px;
  padding: 0;
  /*background: url(../pixels/root.gif) top center no-repeat;
	background-position-y: 25px;*/
}

.sitemap > ul > li > a {
  margin: 0 auto;
  margin-bottom: 18px;

}

/*
.sitemap > ul > li > ul.many {
	background-position-y: 0;
}*/
/*.sitemap li.many a, .sitemap li.many a:hover {
width:121px!important;

}*/

.sitemap > ul > li > ul > li {
  float: left;
  padding: 20px 0px 20px 0;
  background: url(../img/horizontal-top.gif) top left no-repeat;
}

.sitemap ul li ul li ul li ul li {
  background: none;
  background: url(../img/fork_mid.gif) -5px -7px no-repeat;

  margin-left: 0px;


  color: #979797;

}

.sitemap ul li ul li ul li ul li a {
  background: #fff !important;
  background: none !important;
  filter: none !important;
}


.sitemap ul li ul li ul li ul li a, .sitemap ul li ul li ul li ul li a:hover {
  width: 92px !important;
  background-image: none;
  color: #000 !important;
  text-align: left;
  margin: 0px -50px 0px 0px !important;
  height: auto !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  line-height: 1.2em;
  padding-left: 38px;
  padding-right: 50px;
  width: 120px !important;
  font-size: 10px;


}

.sitemap ul li ul li ul li ul li ul li a, .sitemap ul li ul li ul li ul li ul li a:hover {
  color: #9E8A59 !important;
}

.sitemap > ul > li > ul > li > a {
  margin-right: 2px;
}

.sitemap > ul > li > ul > li:first-child {
  background: url(../img/horizontal-left.gif) top left no-repeat;
  background-position-x: 65px;
}

.sitemap > ul > li > ul > li:last-child {
  background: url(../img/horizontal-right.gif) top left no-repeat;
}

/*.sitemap > ul > li > ul > li li ul.many {
	background-position-x: 0;
}*/
.sitemap > ul > li > ul > li > ul li {
  /*background: url(../pixels/fork_mid.gif) top left no-repeat;
	background-position-x: 0px;*/
  padding: 10px 0 0 0px;
  margin: 0 0 0 10px;
}

.sitemap > ul > li > ul > li > ul li:last-child {
  /*background: url(../pixels/fork_last.gif) top left no-repeat;
	background-position-x:0px;
	background-position-y:-5px;*/
}

.sitemap > ul > li > ul > li > ul li a {
  margin: 0;
  width: auto;
}

.sitemap > ul > li > ul > li > ul > li li:last-child {
  background-position-x: -5px;
}

.sitemap a {
  display: block;
  width: auto;
  padding: 0 22px 0 22px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  box-shadow: 2px 2px 2px #c2c2c2;
  -moz-box-shadow: 2px 2px 2px #c2c2c2;
  -webkit-box-shadow: 2px 2px 2px #c2c2c2;
}

/*.sitemap li.many a:before {
	content: url(../pixels/documents.gif);

}*/
/*
li.many ul li a:before {
	content: none!important;
}*/

/**** Extra::CSS3 Gradient ****/
.sitemap a {
  color: #FFF;
  border: none;
  box-shadow: 0px 0px 2px #c2c2c2;
  -moz-box-shadow: 0px 0px 2px #c2c2c2;
  -webkit-box-shadow: 0px 2px 2px #c2c2c2;
  background: #c49255;
  background: -webkit-gradient(linear, left top, left bottom, from(#d6b487), to(#886a49));
  background: -moz-linear-gradient(top, #d6b487, #886a49);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6b487', endColorstr='#886a49');

  display: block;
  padding: 0;
  width: 103px;

}

.sitemap a:hover, .sitemap a:active {
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#886a49), to(#d6b487));
  background: -moz-linear-gradient(top, #886a49, #d6b487);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#886a49', endColorstr='#d6b487');
}

/* full screen page */
.bottomBar {
  height: 100px;
  width: 100%;
}

a.button_flip {
  left: 0px;
  width: 65px;
  height: 30px;
  display: block;
  position: absolute;
  background: url(../img/btn_flip_small.jpg) top left no-repeat;
  z-index: 999;
  margin: 260px 0 0 5px;
  clear: both;
  cursor: pointer;
}

ul#nav li.button_close a, ul#nav li.button_close input {
  left: 0px;
  width: 173px;
  height: 20px;
  display: block;
  position: absolute;
  background: url(../img/btn_close.png) top right no-repeat;
  z-index: 999;
  margin: 30px 0 0 -80px;
  border: none;
}

.btn_fullScreen {
  left: 39px;
  width: 105px !important;
  height: 33px;
  display: block;
  position: absolute;
  background: url(../img/btn_fullScreen.jpg) top left no-repeat #fff;
  z-index: 999;
  margin: 260px 0 0 112px;
  cursor: pointer;
}

li.button_close {
  border: none !important;
  width: 73px !important;
  height: 20px !important;
  padding: 0px !important;
  right: 120px !important;
  margin-top: -40px;
  position: absolute;
}

.internalCarousel.collectiblesCarousel .carouselPanel {
  width: 117px;
  height: 117px;
  margin: 10px 0px 10px 23px !important;
  background-color: #fff;
}

.internalCarousel.collectiblesCarousel .jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 660px !important;
  overflow: hidden;
}

.internalCarousel.collectiblesCarousel .jcarousel-skin-tango .jcarousel-clip-horizontalthreeRows {
  width: 660px !important;
  overflow: hidden;
}

.internalCarousel.collectiblesCarousel .carouselPanel img {
  height: 130px;
  width: 130px;
  margin: -7px 10px 0px -7px !important;
}

.internalCarousel.collectiblesCarousel {
  margin: -180px 0 -600px 19px;
}

.internalCarousel.collectiblesCarousel .jcarousel-skin-tango .jcarousel-next-horizontal, .internalCarousel.collectiblesCarousel .jcarousel-skin-tango .jcarousel-prev-horizontal {
  right: 0px !important;
  top: 55px;
}

.internalCarousel.collectiblesCarousel .jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .internalCarousel.collectiblesCarousel .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.internalCarousel.collectiblesCarousel .jcarousel-skin-tango .jcarousel-prev-horizontal {
  width: 29px;
  background-position: 0px 0px;
  left: 8px !important;
}

.internalCarousel.collectiblesCarousel .jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 678px !important;
  padding: 0px 0 0 35px !important;
  margin: 0 0 0 -20px !important;
  float: left;
  overflow: hidden;
}

ul.productPictureList {
  display: block;
  float: left;
  clear: both;
  padding: 0;
  width: 720px;
  margin: 10px 0px 0px 0;
  z-index: 999 !important;
  position: relative;
}

.activeProduct {
  position: absolute;
  width: 128px;
  height: 127px;
  background: url(../img/activeProduct.png) 0px 0px no-repeat;
  z-index: 999;
  margin: -22px -15px 15px 106px;
}

ul.productPictureList li {
  display: block;
  float: left;
  clear: none;
  width: 114px;
  height: 113px;
  float: left;
  margin: -28px -15px 15px 0;
  padding: 5px;
  color: #828282;
  font-size: 10px;
  overflow: hidden;
}

ul.productPictureList li img {
  margin: 5px 0 0px 11px;
  width: 90px;
}

/* contact form */
fieldset.contactFields {
  border: none;
  padding: 0;
  font-size: 12px;
  margin: 0 0 0 0px;
  width: 630px;
  padding: 40px;
  background: url(../img/logo_white.png) no-repeat 200px 20px #FBFBFB;
}

.contactFields input, .contactFields select {
  width: 250px;
  font-weight: bold;
}

.contactFields select {
  width: 255px;
}

.contactFields textarea {
  width: 540px;
  height: 100px;
}

.contactFields .row {
  float: left;
  width: 100%;
  margin: 7px 0 7px 0;
  padding-left: 40px;
}

.contactFields .row .row_col1of2, .contactFields .row .row_col2of2 {
  width: 290px;
  float: left;
  display: block;
  clear: none;
}

.contactFields .row .row_col2of2 {
  width: 320px;
}

.contactFields .row .row_col1of2 span {
  clear: both;
  font-size: 10px;
  color: #9a9a9a;
  display: block;
  margin: -10px 0 -15px 0;
}

.sendFormButton {
  width: 150px !important;
  padding: 0;
  margin: 0 0 0 397px;
}

.fullScreen #pageWrapperHead {
  background-color: transparent;
  border: none;
  min-width: 400px;
}

.propertyBox {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  clear: none;
  position: relative;
  float: left;
  border: 1px dotted #E0E0E0;
  background-color: #fbfbfb;
  padding: 10px 20px 10px 20px;
  margin: 10px 15px 15px 0;
  font-size: 12px;
}

.whereToBuyMap_holder, .around.whereToBuyMap_holder {
  background: url(../img/whereToBuyMap.jpg) no-repeat 0 40px;
  /*height:370px;*/
  width: 890px;
  margin-left: 20px;
}

.panel.Map_holder {
  background-color: transparent;
  margin: 10px 0 20px -20px;
  height: 385px;
  width: 845px;
}

.around.whereToBuyMap_holder {
  /*background:url(../pixels/whereToBuy_around.jpg) no-repeat 0 40px transparent;*/
  background: url(../img/whereToBuy_around.jpg) no-repeat 0 40px transparent;
}

.whereToBuyMap_holder a {
  display: block;
  position: absolute;
  z-index: 1;
}

a.northAmerica {
  z-index: 4;
  width: 171px;
  height: 124px;
  margin: 57px 0px 0px 18px;
}

a.northAmerica:hover, a.northAmerica.selected {
  background: url(../img/whereToBuy-northAmerica.gif) no-repeat;
}


a.europe {
  z-index: 6;
  width: 112px;
  height: 95px;
  margin: 67px 0px 0px 236px;
}

a.europe:hover, a.europe.selected {
  background: url(../img/whereToBuy-europe-new.gif) no-repeat;
}

a.latinAmerica {
  z-index: 3;
  width: 140px;
  height: 209px;
  margin: 148px 0px 0px 53px;
}

a.latinAmerica:hover, a.latinAmerica.selected {
  background: url(../img/whereToBuy-latinAmerica.gif) no-repeat;
}

a.middleEast {
  z-index: 5;
  width: 174px;
  height: 174px;
  margin: 137px 0px 0px 189px;
}

a.middleEast:hover, a.middleEast.selected {
  background: url(../img/whereToBuy-middleEast.gif) no-repeat;
}

a.asia {
  z-index: 2;
  width: 220px;
  height: 202px;
  margin: 55px 0px 0px 285px;
}

a.asia:hover, a.asia.selected {
  background: url(../img/whereToBuy-asia-new.gif) no-repeat;
}

a.oceania {
  z-index: 2;
  width: 259px;
  height: 125px;
  margin: 221px 0px 0px 385px;
}

a.oceania:hover, a.oceania.selected {
  background: url(../img/whereToBuy-oceania.gif) no-repeat;
}

/*around a.oceania:hover, around a.oceania.selected {
	background:url(../pixels/whereToBuy-oceania.gif) no-repeat;
}*/
.whereToBuyMap_List {
  position: relative;
  margin: 15px 0 30px 620px;
  padding: 15px;
  float: left;
  display: block;
  height: 330px;
  width: 175px;
}

.whereToBuyMap_List h2 {
  font-size: 12px;
}

.whereToBuyMap_List ul, #goldInfoLeftNav ul, #aboutLeftNav ul {
  width: 171px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d5d5d5;
}

.whereToBuyMap_List h2 {
  color: #A7A7A7;
  margin-left: -10px;
}

.whereToBuyMap_List ul li, #goldInfoLeftNav ul li, #aboutLeftNav ul li {
  width: 171px;
  margin: 0;
  padding: 0;
}

.whereToBuyMap_List ul li ul li, #goldInfoLeftNav ul li ul li, #aboutLeftNav ul li ul li {
  padding: 0px;
  width: 170px;
  background: url(../img/tree-node.gif) no-repeat 15px 9px #fff;
  border: 0px solid #D8D8D8;
}

.whereToBuyMap_List ul li a, #goldInfoLeftNav ul li a, #aboutLeftNav ul li a {
  position: relative;
  text-decoration: none;
  width: 161px;
  padding: 5px 0px 5px 10px;
  border-top: 1px solid #d5d5d5;
  background: url(../img/bg_cto.jpg) repeat-x top center #fff;
}

#goldInfoLeftNav ul li a, #aboutLeftNav ul li a {
  background: url(../img/bg_golfInfo_nav.jpg) repeat-x bottom center #fff;
}

#goldInfoLeftNav ul li ul li a, #aboutLeftNav ul li ul li a {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.whereToBuyMap_List ul li ul li a, #goldInfoLeftNav ul li ul li a, #aboutLeftNav ul li ul li a {
  padding: 2px 0 2px 30px;
  color: #676E79;
  background: none;
  width: 141px;
}

.whereToBuyMap_List ul li a:hover, #goldInfoLeftNav ul li a:hover, #aboutLeftNav ul li a:hover {
  background: url(../img/bg_cto.jpg) repeat-x top center #fff;
  color: #353535;
  cursor: pointer;
}

#scrollbar1 {
  width: 195px;
  clear: both;
  margin: 0px 0 0px -10px;
}

#scrollbar1 .viewport {
  width: 174px;
  height: 317px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

#scrollbar1 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}

#scrollbar1 .thumb .end, #scrollbar1 .thumb {
  background-color: #d2c9b3;
}

#scrollbar1 .thumb {
  background: url(../img/grip.gif) center center no-repeat #d2c9b3;
}

#scrollbar1 .scrollbar {
  position: relative;
  float: right;
  width: 15px;
  cursor: pointer;
}

#scrollbar1 .track {
  background-color: #e7e4dd;
  height: 50%;
  width: 13px;
  position: relative;
  padding: 0 1px;
}

#scrollbar1 .thumb {
  height: 20px;
  width: 12px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  border-bottom: 1px solid #bbb39f;
  border-top: 1px solid #ddd6c6;
  border-left: 1px solid #ddd6c6;
  border-right: 1px solid #bbb39f;
}

#scrollbar1 .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 13px;
}

#scrollbar1 .disable {
  display: none;
}

.office {
  width: 885px;
}

.whereToBuyMap_holder .office {
  padding: 0;
  background-color: #f7f7f7;
  margin: 0 0 10px -20px;
  border: 1px solid #E0E0E0;
  background-color: #FBFBFB;
  float: left;
}

.distributorName {
  float: left;
  height: auto;
  width: 249px;
  margin: -16px 0 0 -40px;
  padding: 20px 20px 5px 20px;
  text-align: left;
}

.distributorDetails {
  background-color: #FFF;
  border-left: 1px solid #E0E0E0;
  float: left;
  height: auto;
  width: 554px;
  margin: -16px 0 0 -40px;
  padding: 20px 20px 5px 20px;
}

.distributorName {
  font-weight: bold;
  color: #818181;
}

.distributorGroup p {
  float: left;
  height: auto;
  width: 249px;
  margin: 15px 0 -15px 130px;
  padding: 20px 0px -10px 50px;
  font-family: MS Sans Serif;
  color: #BFBFBF;
  font-size: 15px;
  font-weight: bold;
}

.distributorDetails {
  background-color: #FFF;
  border-left: 1px solid #E0E0E0;
  margin: -16px 0 0 0px;
  width: 554px;
}

.whereToBuyMap_holder h3 {
  margin: 0 0 10px -20px;
}

.tabs {
  float: right;
  clear: both;
  margin: -19px 0 5px 0;
  z-index: 998;
}

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

/* around the world */

.around a.northAmerica:hover, .around a.northAmerica.selected {
  background: url(../img/whereToBuy_around-northAmerica.gif) no-repeat;
}

.around a.europe:hover, .around a.europe.selected {
  background: url(../img/whereToBuy_around-europe.gif) no-repeat;
}

.around a.middleEast:hover, .around a.middleEast.selected {
  background: url(../img/whereToBuy_around-middleEast.gif) no-repeat;
}

.around a.asia:hover, .around a.asia.selected {
  background: url(../img/whereToBuy_around-asia.gif) no-repeat;
}

.around a.oceania:hover {
  background: url(../img/whereToBuy_around-oceania.gif) no-repeat;
}

.around a.oceania.selected {
  background: url(../img/whereToBuy_around-oceania.gif) no-repeat;
}

/*.around a.oceania:hover, .around a.oceania.selected {
	background:url(../pixels/whereToBuy_around-oceania.gif) no-repeat;
}
around a.oceania:hover, around a.oceania.selected {
	background:url(../pixels/whereToBuy_around-oceania.gif) no-repeat;
}*/

.tabs a {
  padding: 10px 15px 10px 15px;
  margin-left: -7px;
  z-index: 999;
  color: #676E79;
  text-decoration: none;
  background-color: #FFF;
  font-size: 13px;
  border: 1px solid #E0E0E0;
  background: url(../img/tabsTop.png) bottom left repeat-x;
}

.tabs a.active {
  background-color: #FBFBFB !important;
  z-index: 999;
  border-bottom: 1px solid transparent;
  background-image: none;
}

/* flip image*/
#container {
  width: 260px;
  background-color: #FFF;
}

.container {
  width: 260px;
  background-color: #FFF;
}

#image1 {
  position: absolute;
  cursor: pointer;
  width: 240px;
  height: 240px;
}

#image2 {
  display: none;
  position: absolute;
}

.image1 {
  position: absolute;
  cursor: pointer;
  width: 470px;
  height: 470px;
}

.image2 {
  display: none;
  position: absolute;
}

/* FAQ*/
.listHolder ul li {
  line-height: 1.5em !important;
  background: url(../img/bullet.gif) no-repeat 0px 7px;
  padding: 2px 0 10px 15px;
  display: block;
}

.listHolder ul li a {
  color: #676E79;
  line-height: 0.5em !important;
  text-decoration: none;
  padding-right: 14px;
  background: url(../img/arrow.gif) no-repeat right 3px !important;
}

.listHolder ul li a:hover {
  text-decoration: underline;
  color: #9e8a59;
}

.listHolder ul li strong {
  display: block;
  clear: both;
  margin-bottom: 10px;
}

a.btn_backToTop {
  float: right;
  font-size: 13px;
  padding-top: 2px;
  text-decoration: none;
  color: #aeaeae;
  width: 100px;
}

/* services */
.internalCarousel.services {
  margin-top: 55px;
}

/* Full Screen */

.fullScreen {
  background: url(../img/bg_fullscreen.jpg) no-repeat center 100px !important;
}

.fullScreen .contentHolder {
  width: 950px !important;
}

.fullScreen .content {
  margin: -10px auto -10px auto;
  padding: 0;
}

.fullScreenCarousel {
  margin: 0px auto 0 auto;
  width: 950px;
}

.fullScreen #header {
  width: 100%;
  padding-left: 40px;
}

.fullScreen #logo {
  top: 25px;
}

h2.fullScreen_txt, .fullScreenDescription {
  margin: 30px 0 0 23px;
  width: 900px;
  font-size: 24px;
  text-align: center;
  color: #9E8A59;
  text-transform: none;
  position: relative;
  position: absolute;
}

.fullScreenDescription {
  margin: 70px 0 0 116px;
  color: #616161;
  padding: 0 50px 0 50px;
  width: 600px;
}

#container h2.fullScreen_txt, #container .fullScreenDescription {
  margin: 500px 0 0 -215px;
}

#container .fullScreenDescription {
  margin: 540px 0 0 -122px;
}

.container h2.fullScreen_txt, .container .fullScreenDescription {
  margin: 500px 0 0 -215px;
}

.container .fullScreenDescription {
  margin: 540px 0 0 -122px;
}

.fullScreenCarousel .jcarousel-list.jcarousel-list-horizontal {
  margin-left: -20px !important;
  float: left;
  display: block;
  width: 950px;
}

.fullScreenCarousel .jcarousel-skin-tango .jcarousel-container-horizontal {
  padding: 0px 0 0 0px !important;
  margin: 0 auto 0 auto !important;
  float: left;
  width: 950px;
  max-height: 665px;
  overflow: hidden;
}

.fullScreenCarousel .jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 950px;
  height: 10% !important;
}

.fullScreenCarousel .jcarousel-skin-tango .jcarousel-next-horizontal, .fullScreenCarousel .jcarousel-skin-tango .jcarousel-prev-horizontal {
  right: 100px !important;
  top: 200px;
  background-image: url(../img/btn_nextPrev_fullscreen.png);
  background-position: -40px 0px;
  background-repeat: no-repeat;
  height: 82px;
  width: 80px;
}

.fullScreenCarousel .jcarousel-skin-tango .jcarousel-prev-horizontal {
  background-position: 40px 0px !important;
  left: 115px !important;
}

.fullScreenCarousel .carouselPanel {
  float: none;
  width: 946px;
  height: 768px;
  background-color: transparent;
  border: none;
  text-align: center !important;
  display: block;
  position: relative;
}

.fullScreenCarousel li.carouselPanel.noFlip img {
  display: block;
  position: relative;
  clear: both;
  margin: 0px auto 0px auto;
  text-align: left;
  padding: 0px;
  width: 470px !important;
  height: 470px !important;
}

.fullScreen #container {
  width: 470px;
  padding: 0;
  margin: 0px auto 0px auto;
}

.fullScreen #container #image1 {
  margin: -10px 0px 0px 0px;
  float: left;
  width: 470px;
  height: 470px;
  position: absolute;
  display: block;
  clear: none;
}

.fullScreen #container #image2 {
  display: none;
  position: absolute;
}

#container a.button_flip {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 80px;
  height: 37px;
  background: url(../img/button_flip.png) top left no-repeat;
  margin: 510px 0 0 -280px;
  z-index: 999;
  float: left;
}

.fullScreen .container {
  width: 470px;
  padding: 0;
  margin: 0px auto 0px auto;
}

.fullScreen .container .image1 {
  margin: -10px 0px 0px 0px;
  float: left;
  width: 470px;
  height: 470px;
  position: absolute;
  display: block;
  clear: none;
}

.fullScreen .container .image2 {
  display: none;
  position: absolute;
}

.container a.button_flip {
  position: absolute;
  left: 70px;
  top: 40px;
  width: 80px;
  height: 37px;
  background: url(../img/button_flip.png) top left no-repeat;
  margin: 510px 0 0 -280px;
  z-index: 999;
  float: left;
}

.pageNumber {
  width: 890px;
  padding: 0 !important;
  display: block;
  margin: 80px auto 0 auto;
  top: 0;
  text-align: right;
  z-index: 997;
  font-size: 16px;
  color: #8d9091;
  z-index: 2 !important;
  top: -165px;
  position: relative;
}

.collectionOnly.productList {
  width: 905px;
}

ul.collectionOnly.productList li a img {
  width: 240px;
  position: absolute;
  margin: -175px 0 0 500px;
}

.collectionOnly.productList li {
  width: 840px;
  height: 250px;
  padding: 10px 15px 10px 30px;
}

.collectionOnly.productList li p, .collectionOnly.productList li h3, .collectionOnly.productList li h4 {
  width: 350px;
  margin: 50px 10px 10px 30px;
}

.collectionOnly.productList li p {
  height: 120px;
  text-align: justify;
}

.collectionOnly.productList li h3 {
  font-size: 20px;
}

.collectionOnly.productList li h4 {
  color: #A7A7A7;
  margin: 20px 10px -40px 30px;
  font-size: 14px;
}

.collectionOnly.productList li img {
  margin: 0;
}

.collectionOnly.productList .imageHolder {
  position: absolute;
  width: 240px;
  height: 240px;
  margin: -240px -10px -10px 500px;
}

.collectionOnly.productList .imageHolderSubServices {
  position: absolute;
  width: 240px;
  height: 240px;
  margin: -240px -10px -10px 500px;
}

.collectionOnly.productList a.button_flip {
  margin: -30px 0 0 465px;
}

.collectionOnly.productList .btn_fullScreen {
  margin: -30px 0 0 732px;
}

/* product page min carousel */
.waterwheelcarouselflat_holder {
  margin: -25px 0 0px -412px;
  height: 150px;
  overflow: hidden;
}

.waterwheelcarouselflat_edge {
  background-image: url(../img/waterfall_edge_left.png);
  width: 42px;
  height: 109px;
  position: absolute;
  margin: 5px 0 0 392px;
  z-index: 999;
}

.waterwheelcarouselflat_edge.right {
  background-image: url(../img/waterfall_edge_right.png);
  margin: 5px 0 0 1080px;
}

#waterwheelcarouselflat {
  width: 1165px;
  height: 120px;
  font-family: Microsoft Sans Serif, arial, tahoma;
  font-size: 15px;
  position: absolute;
  clear: both;
  overflow: hidden;
  margin: 0;
}

#waterwheelcarouselflat a {
  color: #222;
}

#waterwheelcarouselflat .carousel-images img {
  visibility: hidden;
  cursor: pointer;
  width: 90px;
  height: 90px;
}

#waterwheelcarouselflat .productPictureList ul {
  display: block;
  float: left;
  clear: both;
  padding: 0;
  width: 720px;
  margin: 10px 0px 0px 0;
  z-index: 999 !important;
  position: relative;
}

/* wonders of nature collection page */
.internalCarousel.collectiblesCarousel.wonders .carouselPanel {
  background-color: #eaeaea;
}

/* services */
.internalCarousel.pageNavCarousel {
  margin-top: 35px;
}

.internalCarousel.pageNavCarousel .carouselPanel {
  height: 150px;
  width: 150px;
  margin: 10px -10px 0px 22px !important;
  padding: 0px;
  overflow: hidden;
}

.internalCarousel.pageNavCarousel .carouselPanel img {
  position: absolute;
  margin: 0px 0px 0px 0px;
  z-index: 20;
}

.internalCarousel.pageNavCarousel .carouselPanel a {
  position: absolute;
  display: block;
  font-weight: bold;
  /*margin:20px 0px 0px 5px;
	width:140px!important;
	height:120px!important;
    text-align:center;*/
  margin: 0px 0px 0px 0px !important;
  width: 150px !important;
  height: 150px !important;
  text-align: justify;
  z-index: 900;
  text-decoration: none;
  background: url(../img/clear.gif) no-repeat 0 0 !important;
}

.internalCarousel.pageNavCarousel li.selected a {
  color: #616161 !important;
}

/* custom minting */
.contentList.services p {
  width: 435px;
  float: right;
  margin-right: 5px;
  padding-top: 10px;
  text-align: justify;
}

.contentList.services .imageHolder {
  width: 220px;
}

.contentList.services .imageHolderSubServices {
  width: 220px;
}

.contentCol1of2 {
  float: left;
  width: 325px;
  font-size: 12px;
  margin: 10px 0 0px 0;
}

.contentCol1of2 img {
  float: left;
  width: 50px;
  height: 50px;
  margin: -20px 15px 0 0;
}

.contentColsx2 strong {
  display: block;
  margin-bottom: -5px;
  margin-left: 62px;
}

.contentColsx2 a {
  display: block;
  text-decoration: none;
  color: #616161;
  margin-bottom: 10px;
}

/* video page*/

.videoHolder {
  padding-top: 100px;
  height: 500px;
  width: 800px;
  margin: 0 auto 0 auto;
  text-align: center;
}

.videoHolder h2.fullScreen_txt {
  margin: 30px 0 0 -45px;
}

.videoHolder .fullScreenDescription {
  margin: 70px 0 0 55px;
}

.fullScreen.video {
  background: url(../img/bg_fullscreen.jpg) no-repeat center -50px !important;
}

/* project _example */

.internalCarousel.threeRows #mycarousel1 {
  width: 2100px !important;
  padding-left: 5px !important;
}

.internalCarousel.threeRows .carouselPanel {
  margin: 10px -5px 0px 15px !important;
  height: 700px;
  border: none !important;
}

.internalCarousel.threeRows .carouselPanel img {
  margin: -10px 0px 10px -10px !important;
}

.internalCarousel.threeRows .jcarousel-skin-tango .jcarousel-clip-horizontal {
  height: 485px !important;
}

.internalCarousel.threeRows .jcarousel-skin-tango .jcarousel-clip-horizontalthreeRows {
  height: 485px !important;
}

.internalCarousel.threeRows .jcarousel-list.jcarousel-list-horizontal {
  height: 485px !important;
  width: 2100px !important;
}

.internalCarousel.threeRows .jcarousel-skin-tango .jcarousel-next-horizontal, .internalCarousel.threeRows .jcarousel-skin-tango .jcarousel-prev-horizontal {
  right: -6px !important;
  top: 225px;
}

/* Semi-fabricated */
.bigImage {
  height: 450px;
  width: 710px;
  margin-top: 0px;
}

.textHolder {
  height: 250px;
  width: 520px;
  margin: -10px 0 0 -20px;
  padding: 60px 20px 20px 20px;
}

.bigImage.semiFabricated {
  background: url(../pixels/Semifabricated.jpg) no-repeat !important;
}

/* tooltips */
.toolTip {
  display: none;
  position: absolute;
  background: url(../img/bg_cto.jpg) repeat-x top center #e0d5bc;
  padding: 5px 8px 5px 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #6E6E70;
  text-shadow: white 1px 1px 2px;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.06em;
  box-shadow: 1px 0px 5px #000;
  -moz-box-shadow: 1px 0px 5px #000;
  -webkit-box-shadow: 1px 0px 5px #000;
}

a:hover .toolTip {
  display: block;
  border-bottom: 1px solid #888;
  margin: -15px 0 0 -17px;
  width: 134px;
  z-index: 99999 !important;
}

.toolTipBig {
  display: none;
  position: absolute;
  background: url(../img/bg_cto.jpg) repeat-x top center #e0d5bc;
  padding: 5px 38px 5px 38px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #6E6E70;
  text-shadow: white 1px 1px 2px;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.06em;
  box-shadow: 1px 0px 5px #000;
  -moz-box-shadow: 1px 0px 5px #000;
  -webkit-box-shadow: 1px 0px 5px #000;
}

a:hover .toolTipBig {
  display: block;
  border-bottom: 1px solid #888;
  margin: -15px 0 0 -10px;
  width: 134px;
  z-index: 99999 !important;
}

.item-list ul li {
  margin: 0px !important;
}

.item-list .pager li {
  width: auto;
  height: auto;
  padding: 0.2em !important;
}

ul#newsSectionUl li img {
  float: left;
  clear: none;
  display: block;
  margin: 5px 0 0 0;
  cursor: pointer;
}

ul#newsSectionUl a {
  float: right;
  margin: -30px 0 0 0;
  height: 22px;
  background-image: url(../img/arrow.gif);
  background-position: right;
  background-repeat: no-repeat;
  color: #a4a4a4 !important;
  font-size: 12px;
  padding: 0px 12px 0px 4px;
  text-decoration: none;
  /*margin: 100px 10px 10px -5px;*/
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

img.opac {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}


li.unpublished.panel {
  border-color: rgb(255, 163, 0);
}

li.unpublished.carouselPanel {
  border-color: rgb(255, 163, 0);
}

div.unpublished.content {
  background: url(../img/draft.png);
}

.searchWrapper {
  min-height: 350px;
  margin-top: 30px;
}

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

.inSearching {
  color: #676E79;
}

ul.searchResults {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  max-width: 500px;
}

ul.searchResults li {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.6em;
  color: #676E79;
}

ul.searchResults li a.searchTitle {
  font-size: 16px;
}

ul.searchResults li div.resultText {
  margin-top: 10px;
}

.searchWrapper {
  min-height: 350px;
  margin-top: 30px;
}

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

.inSearching {
  color: #676E79;
}

ul.searchResults {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  max-width: 500px;
}

ul.searchResults li {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.6em;
  color: #676E79;
}

ul.searchResults li a.searchTitle {
  font-size: 16px;
}

ul.searchResults li div.resultText {
  margin-top: 10px;
}

.socialicon {
  margin-right: 5px;
  width: 25px;
  height: 25px;
  display: block;
  padding: 0px !important;
  background: url('../img/socialicon-v5.png');
}

.youtube {
  background-position: 0px 0px;
}

.youtube:hover {
  background-position: 0px -25px;
}

.linkedin {
  background-position: -25px 0px;
}

.linkedin:hover {
  background-position: -25px -25px;
}

.instagram {
  background-position: -50px 0;
}

.instagram:hover {
  background-position: -50px -25px;
}

.facebook {
  background-position: -75px 0px;
  width: 25px;
}

.facebook:hover {
  background-position: -75px 25px;
}


/* modal popup */
.modal-window {
  position: fixed;
  /*background-color: rgba(255,255,255,0.5);*/
  background-color: rgba(000, 000, 000, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 1;
  /*pointer-events:none;*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {
  width: 432px;
  position: relative;
  margin: 10% auto;
  padding: 2rem;
  background: #fff;
  color: #444;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 25px;
  text-decoration: none;
  margin: 5px 0;
  cursor: pointer;
}


.modal-close:hover {
  color: #000;
  cursor: pointer;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.other-word-break {
  width: 119px;
}

.other-word-break p {
  text-align: left;
  width: 100% !important;
}
