/*
 * TABLE OF CONTENTS
 *
 * 1. Body
 *   1.1 Body elements
 *   1.2 Forms
 * 2. Structure
 *   2.1 Base
 *   2.2 Block
 * 3. Main classes
 *   3.1 Titles
 *   3.2 Date
 *   3.3 Image
 *   3.4 Text
 *   3.5 Read more
 *   3.6 Share
 * 4. Main elements
 *   4.1 Header
 *   4.2 Footer
 *   4.3 Menu
 *   4.4 Search
 *   4.5 Breadcrumb
 *   4.6 Filter
 *   4.7 Pagination
 *   4.8 Youtube rating
 *   4.9 Scrollable
 *   4.10 Tabs
 * 5. Lists
 *  5.1 Basic list
 *  5.2 Article list
 *  5.3 Catalogue categories
 *  5.4 Products list
 *  5.5 Previous collections
 *  5.6 Stores list
 * 6. Buttons
 * 7. Blocks
 *  7.1 Authorised shop
 *  7.2 Comments
 *  7.3 Gallery
 * 8. Pages
 *  8.1 Detail page
 *  8.2 Products
 *  8.3 Product
 *  8.4 Catalogue detail
 *  8.5 About
 *  8.6 Contact
 *  8.7 Friends
 *  8.8 Jobs
 *  8.9 Repair
 *  8.10 Press
 *  8.11 Press detail
 *  8.12 Sole detail
 *  8.13 Store detail
 *  8.14 Sitemap
 * 9. Wysiwyg
 * 10. Sharethis
 * 11. Google maps
 * 12. Video Overlay
 */


/*
 * 1 Body
 */

body {
  background: url(../images/bg.jpg) fixed center #4d4f53;
  font: 75%/16px Georgia, Arial, Verdana, Helvetica, Geneva, sans-serif;
  color: #4d4f53;
}

/*
 * 1.1 Body elements
 */

a {
  text-decoration: none;
  color: #ed7d24;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

img {
  display: block;
}

h1,
h2{
  font-weight: normal;
}

strong {
  font-weight: bold;
}

.display-none {
  display: none;
}

.clear {
  clear: both;
}

.word-wrap {
  white-space: pre-wrap;      /* CSS 2.1 */
  white-space: pre-line;      /* CSS 3.0 */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  word-wrap: break-word;      /* IE 5+ */
}

/*
 * 1.2 Forms
 */

form dl {
  overflow: hidden;
  line-height: 24px;
}

form dt {
  clear: both;
  float: left;
}

form dd {
  margin: 0 0 10px 200px;
}

input,
select,
textarea {
  font-family: Georgia;
  color: #b2b4b3;
}

form dd input[type=submit] {
  float: right;
}

select {
  width: 150px;
}

input[type=text] {
  width: 149px;
}

/*
 * 2 Structure
 *
 * 2.1 Base
 */

#container {
  width: 990px;
  margin: 0 auto;
}

#content {
  background: url(../images/content-bg.png) 0 0 repeat-y;
  overflow: hidden;
  width: 990px;
  margin: 0 0 0 -4px;
}

#primary-column {
  width: 570px;
  float: left;
  padding: 15px 20px 20px 29px;
}

#secondary-column {
  width: 179px;
  float: left;
  padding: 20px 29px 0 20px;
}

#tertiary-column {
  width: 130px;
  float: left;
  padding: 20px 0 0 2px;
}

/*
 * 2.2 Block
 */

.block {
  margin: 0 0 20px 0;
}

.carousel.block {
  overflow: hidden;
}

#secondary-column .block {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 20px 0;
}

#tertiary-column .block {
  border-bottom: 1px solid #4d4f53;
  padding: 0 0 20px 0;
}

.home .block {
  margin: 0;
}

.home #tertiary-column .block {
  margin: 0;
  border: 0;
}

/*
 * 3 Main classes
 *
 * 3.1 Titles
 */

#primary-column .title {
  background: #000000;
  color: #ffffff;
  font-size: 1.3em;
  padding: 2px;
  line-height: 22px;
  text-transform: uppercase;
}

#primary-column h1 .title {
  font-size: 2em;
  line-height: 33px;
}

#primary-column .list li .sub-title {
  background: none;
  color: #000000;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 16px;
  margin: 0;
  padding: 0;
  display: inline;
}

#primary-column a.title:hover {
  text-decoration: none;
}

#tertiary-column .title {
  color: #ffffff;
  font-size: 0.85em;
  line-height: 10px;
}

#summer #primary-column a.title:hover {
  background: #3c4763;
}

#secondary-column .main-title,
#tertiary-column .main-title,
#poll .header {
  display: inline-block;
  background: #4d4f53;
  color: #ffffff;
  padding: 2px 4px;
  text-transform: uppercase;
}

#tertiary-column a.main-title {
  margin: 0 0 10px 0;
}

#secondary-column a.main-title:hover,
#tertiary-column a.main-title:hover {
  background: #727476;
  text-decoration: none;
}

#secondary-column .title {
  display: block;
  color: #000000;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}

#primary-column .sub-title {
  display: inline-block;
  background: #4d4f53;
  color: #ffffff;
  font-size: 1.3em;
  padding: 0 2px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

#primary-column .carousel .sub-title {
  margin: 0
}

/*
 * 3.2 Date
 */

.date {
  display: inline-block;
  background: #b2b4b3;
  line-height: 24px;
  padding: 0 2px;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.date a {
  color: #ffffff;
}


/*
 * 3.3 Image
 */

.list .img {
  margin: 0 0 2px 0;
}

.list.thumbs .img {
  margin: 0;
}

.list .img.left {
  float: left;
  margin: 0 10px 0 0
}

.image-holder {
    position: relative;
}

.image-holder.first {
    margin-bottom: 10px;
}

.image-holder .link-shop {
    width: 50%;
    display: inline-block;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 12px;
    margin-left: -45px;
    text-align: center;
}

.image-holder .social-holder {
    position: absolute;
    bottom: 10px;
    left: 14px;
}

.image-holder .social-image {
    float: left;
}
/*
 * 3.4 Text
 */

.text {
}

#tertiary-column .text {
  font-size: 0.85em;
  color: #ffffff;
}

#tertiary-column .views {
  font-size: 0.85em;
  color: #b2b4b3;
}

/*
 * 3.5 Read more
 */

#tertiary-column .read-more {
  color: #b2b4b3;
}

/*
 * 3.6 Share
 */

.share {
  border-top: 1px solid #f0f0f0;
  border-bottom: 5px solid #000000;
  padding: 6px 0 10px 0;
}

/*
 * 3.7 No image link
 */

.no-image-link {
  display: block;
  margin: 123px 0 0 0;
}

/*
 * 4 Main elements
 *
 * 4.1 Header
 */

#header {
  background: #fff;
  position: relative;
  margin: 0 0 0 5px;
  overflow: hidden;
  width: 980px;
}

#homepage #header img {
  position: absolute;
  top: 0;
  left: 0;
}

#homepage #header {
  height: 550px;
}

/*
 * 4.2 Footer
 */

.has-campaign #footer {
    background: url(../images/footer-odd.png) 0 0 no-repeat;
}

#footer {
  background: url(../images/footer2.png) 0 0 no-repeat;
  position: relative;
  width: 796px;
  height: 40px;
  margin: 0 0 0 6px;
  padding: 13px 0 0 17px;
}

#footer a {
  color: #ffffff;
  font-size: 1.15em;
  border-left: 1px solid #101111;
  padding: 0 10px;
  text-decoration: none;
}

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

#footer a:first-child {
  border: 0;
}

#freshheads {
  position: absolute;
  bottom: -45px;
  right: 44px;
  width: 194px;
  height: 45px;
}

#freshheads a {
  background: url(../images/footer2.png) -826px 0 no-repeat;
  overflow: hidden;
  position: absolute;
  display: block;
  top: -9px;
  right: 2px;
  width: 112px;
  height: 45px;
  padding: 0;
  text-indent: 112px;
  line-height: 45px;
}

/*
 * 4.3 Menu
 */

.has-campaign #menu {
    background: url(../images/menu-odd.png) 0 0 no-repeat;
}

#menu {
  background: url(../images/menu2.png) 0 0 no-repeat;
  position: relative;
  width: 949px;
  height: 44px;
  margin: -5px 0;
  z-index: 1;
  padding: 16px 15px 0 26px;
}

#menu li {
  float: left;
  margin: 3px 41px 0 0;
}

#menu li a {
  background: url(../images/menu2.png) 0 -70px no-repeat;
  display: block;
  overflow: hidden;
  height: 30px;
  text-indent: 200px;
  line-height: 30px;
}

#menu .home {
  width: 40px;
}

#menu .home:hover,
#menu .home.current {
  background-position: 0 -100px;
}

#menu .stuff {
  background-position: -198px -70px;
  width: 40px;
}

#menu .stuff:hover,
#menu .stuff.current {
  background-position: -198px -100px;
}

#menu .about {
  background-position: -396px -70px;
  height: 29px;
  width: 60px;
}

#menu .about:hover,
#menu .about.current {
  background-position: -396px -97px;
}

#menu .catalogue {
  background-position: -594px -70px;
  width: 63px;
}

#menu .catalogue:hover,
#menu .catalogue.current {
  background-position: -594px -100px;
}

#menu .stores {
  background-position: -792px -70px;
  width: 56px;
}

#menu .stores:hover,
#menu .stores.current {
  background-position: -792px -100px;
}

/*
 * 4.4 Search
 */

#search {
  float: right;
  position: relative;
  width: 200px;
  height: 24px;
}

.has-campaign #search input[type=text] {
    background: url(../images/search-odd.png) 0 0 no-repeat;
}

#search input[type=text] {
  background: url(../images/search.png) 0 0 no-repeat;
  border: 0;
  width: 171px;
  height: 20px;
  padding: 2px 24px 2px 5px;
  line-height: 20px;
}

#search input[type=submit] {
  background: url(../images/search.png) 0 -24px no-repeat;
  position: absolute;
  top: 2px;
  right: 2px;
  border: 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 20px;
  line-height: 20px;
  cursor: pointer;
}

#search input[type=submit]:hover {
  background-position: -20px -24px;
}

/*
 * 4.5 Breadcrumb
 */

#breadcrumb {
  color: #b2b4b3;
  margin: 0 0 15px 0;
}

/*
 * 4.6 Filter
 */

.filter {
  background: #ececec;
  padding: 10px;
}

.filter .label {
  float: left;
  margin: 3px 10px 0 0;
}

.filter .btn-rss {
  float: right;
}

.filter input[type=text] {
  margin: 0 8px 0 0;
}

.filter input[type=submit] {
  margin: 0 0 0 8px;
}

/*
 * 4.7 Pagination
 */

.pagination {
  border: 1px solid #c4c5c6;
  overflow: hidden;
  display: inline-block;
}

.pagination li {
  width: 33px;
  background: #ececec;
  float: left;
  color: #b2b4b3;
  border-left: 1px solid #c4c5c6;
}

.pagination li:first-child {
  border-left: 0;
}

.pagination a,
.pagination span {
  display: block;
  text-align: center;
  padding: 8px 0;
}

.pagination a:hover,
.pagination .current {
  background: #dcdcdc;
  color: #4d4f53;
  text-decoration: none;
}

.pagination .prev {
  width: 104px;
}

.pagination .next {
  width: 123px;
}

/*
 * 4.8 Youtube rating
 */

.youtube-rating {
  background: url(../images/stars.png) 0 -10px repeat-x;
  width: 58px;
  height: 10px;
  margin: 3px 0 0 0;
}

.youtube-rating div {
  background: url(../images/stars.png) 0 0 repeat-x;
  height: 10px;
}

/*
 * 4.9 Scrollable
 */

.scrollable .prev-page,
.scrollable .next-page {
  background: url(../images/scrollable.png) 0 0 no-repeat;
  overflow: hidden;
  float: left;
  width: 10px;
  height: 146px;
  text-indent: 10px;
  line-height: 146px;
  cursor: pointer;
}

.scrollable .next-page {
  background-position: -10px 0;
}

.scrollable .prev-page:hover {
  background-position: -20px 0;
}

.scrollable .next-page:hover {
  background-position: -30px 0;
}

.scrollable .prev-page.disabled {
  background-position: -40px 0;
  cursor: default;
}

.scrollable .next-page.disabled {
  background-position: -50px 0;
  cursor: default;
}

.scrollable .content {
  position: relative;
  overflow: hidden;
  float: left;
  width: 550px;
  height: 124px;
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.scrollable .items {
  position: absolute;
  width: 20000em;
}

.scrollable .items li {
  float: left;
  margin: 0 0 0 10px;
}

.scrollable .items img {
  border: 1px solid #f0f0f0;
}

.scrollable .items img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.scrollable .items .active img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*
 * 4.10 Tabs
 */

.tabs {
  position: relative;
  overflow: hidden;
  top: 1px;
}

.tabs li {
  float: left;
  margin: 0 5px 0 0;
}

.tabs a {
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  display: block;
  padding: 8px 10px;
  color: #4d4f53;
}

.tabs a:hover,
.tabs a:active{
  background: #e2e2e2;
  text-decoration: none;
}

.tabs a.active {
  color: #000000;
  background: none;
  border-bottom: 1px solid #ffffff;
}

/*
 * 4.10 Languages
 */

#languages {
  position: absolute;
  top: 7px;
  left: 20px;
  color: #000000;
}
#homepage #languages {
  color: #ffffff;
}

#languages span {
  color: #666666;
  margin: 0 2px;
}

/*
 * 5 Lists
 *
 * 5.1 Basic list
 */

.list li {
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}

#primary-column .list li {
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
}

#tertiary-column .list li {
  margin: 10px 0 0 0;
  border: 0;
}

#tertiary-column .list li:first-child {
  margin: 0;
}

/*
 * 5.2 Article list
 */

.article-left .img {
  float: left;
  margin: 0 20px 0 0;
}

.article-right .img {
  float: right;
  margin: 0 0 0 20px;
}

.article-full .img {
  margin: 10px 0 0 0;
}

.article-thumb .img {
  float: left;
  margin: 0 20px 0 0;
}

.articles {
  width: 590px;
  overflow: hidden;
}

.articles li {
  float: left;
  width: 274px;
  margin: 0 20px 0 0;
}

.articles .img {
  margin: 10px 0 10px 0;
}

/*
 * 5.3 Catalogue categories
 */

.catalogue-categories {
  overflow: hidden;
  background: #ececec;
  padding: 10px 10px 0 10px;
}

.catalogue-categories li {
  float: left;
  width: 98px;
  height: 100px;
  margin: 0 10px 8px 0;
}

.catalogue-categories .img {
  background: #ffffff;
  margin: 0 0 8px 0;
  width: 98px;
  height: 74px;
}

.catalogue-categories img {
  margin: 0 auto;
}

/*
 * 5.4 Products list
 */

.products {
  border: 1px solid #f0f0f0;
  border-top: 0;
  margin: 0 0 10px 0;
  width: 570px;
}

.products li {
  border-top: 1px solid #f0f0f0;
  overflow: hidden;
  padding: 10px 5px;
}

.products li div {
  float: left;
  margin: 0 5px;
  overflow: hidden;
  width: 176px;
}

.products img {
  border: 1px solid #f0f0f0;
}

/*
 * 5.5 Previous collections
 */

#previous-collections ul {
  border: 1px solid #f0f0f0;
  border-top: 0;
}

#previous-collections li {
  border-top: 1px solid #f0f0f0;
  padding: 8px 10px;
  color: #b2b4b3;
}

#previous-collections.block {
  padding: 0;
  border: 0;
}

/*
 * 5.5 Previous collections
 */

.stores-list {
  border: 1px solid #f0f0f0;
  border-bottom: 0;
}

.stores-list li {
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  padding: 10px;
}

.stores-list li div {
  float: left;
  width: 268px;
}

.stores-list li div:first-child {
  margin: 0 8px 0 0;
}

.stores-list img {
  margin: 0 0 10px 0
}

#authorised-stores .stores-list li div {
  width: 176px;
  margin: 0 0 0 8px;
}

#authorised-stores .stores-list li div:first-child {
  margin: 0;
}

/*
 * 5.6 List press location
 */

.list-press-location {
    display: inline-block;
    width: 180px;
}

.list-press-location strong {
    text-transform: uppercase;
}

/*
 * Stuff list
 */

.list-stuff {
}

.list-stuff .text {
  margin: 8px 0 0 0;
}

.list-stuff .date {
  background: none;
  color: #b2b4b3;
  padding: 0;
  margin: 8px 0 0 0;
}

/*
 * 6 Buttons
 */

[class|=btn] {
  background: url(../images/btn.png) 0 0 no-repeat;
  display: inline-block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  text-indent: 24px;
  line-height: 24px;
}

.btn-rss {
}

.btn-rss:hover {
  background-position: -24px 0;
}

.btn-print {
  background-position: -48px 4px;
  width: auto;
  height: auto;
  padding: 0 0 0 16px;
  text-indent: 0;
  line-height: 16px;
}

/*
 * 7 Blocks
 *
 * 7.1 Authorised shop
 */

#authorised-shop {
}

#authorised-shop a {
  white-space: pre-wrap;      /* CSS 2.1 */
  white-space: pre-line;      /* CSS 3.0 */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  word-wrap: break-word;      /* IE 5+ */
}

#authorised-shop ul li {
  margin: 0 0 20px 0;
}

#authorised-shop li span {
  display: inline-block;
  width: 70px;
}

/*
 * 7.2 Comments
 */

#comments li {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

#comments li .text {
  color: #b2b4b3;
}

#submit-comment dt {
  display: none;
}

#submit-comment dd {
  margin: 0 0 10px 0;
}

#submit-comment textarea {
  width: 566px;
  height: 194px;
}

/*
 * 7.3 Gallery
 */

#gallery {
  width: 324px;
  float: left;
  margin: 0 10px 0 0;
}

#gallery .img-holder {
  border: 1px solid #f0f0f0;
  margin: 0 0 10px 0;
  width: 322px;
  height: 232px;
  overflow: hidden;
}

#gallery .scrollable .prev-page,
#gallery .scrollable .next-page {
  height: 84px;
  background-position: 0 -36px;
}

#gallery .scrollable .prev-page {
  background-position: 0 -36px;
}

#gallery .scrollable .next-page {
  background-position: -10px -36px;
}

#gallery .scrollable .prev-page:hover {
  background-position: -20px -36px;
}

#gallery .scrollable .next-page:hover {
  background-position: -30px -36px;
}

#gallery .scrollable .prev-page.disabled {
  background-position: -40px -36px;
}

#gallery .scrollable .next-page.disabled {
  background-position: -50px -36px;
}

#gallery .scrollable .content {
  height: 62px;
  width: 304px;
}

#gallery .scrollable .active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#gallery .scrollable .active a {
  cursor: default;
}

/*
 * 7.4 Tell a friend
 */

#tell-a-friend h1 {
  color: #000000;
  font-size: 1.5em;
  padding: 2px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#tell-a-friend dd input[type="text"] {
  width: 200px;
}

#tell-a-friend dd input[type="submit"] {
  float: none;
}

#tell-a-friend dd textarea {
  width: 300px;
}

/*
 * 7.5 Twitter
 */

#twitter {
  padding: 0 !important;
}

#twitter .list {
}

#twitter .list li {
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  border-bottom: 0;
}

#twitter a {
  font-weight: bold;
}

#twitter .floris {
  background: url(../images/twitter.png) 0 0 no-repeat;
  display: block;
  overflow: hidden;
  width: 110px;
  height: 33px;
  margin: 0 auto 10px auto;
  text-indent: -9999px;
  line-height: 33px;
}

#twitter .others {
  background: url(../images/twitter.png) -180px 0 no-repeat;
  display: block;
  overflow: hidden;
  width: 131px;
  height: 46px;
  margin: 20px auto 10px auto;
  text-indent: -9999px;
  line-height: 46px;
}

/*
 * 7.6 Poll
 */

#poll .gzPrettyForms-radio + label {
  line-height: 16px;
}

#poll .title {
  margin: 5px 0 10px 0;;
}

#poll form div {
  margin: 0 0 5px 0;
}

#poll input[type=submit] {
  margin: 5px 0 0 0;
}

#poll img {
  cursor: pointer;
  opacity: 1;
  margin: 10px 0 5px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#poll .trigger {
  cursor: pointer;
}

#poll .trigger:hover img,
#poll img.active {
  opacity: 0.7;
}

#poll-results img {
  margin: 0 0 5px 0;
}

#poll-results img:hover,
#poll-results img.active {
  cursor: default;
  opacity: 1;
}

#poll .vote-count {
  font-size: 0.85em;
  margin: 2px 0 20px 0;
}

#poll .bar div {
  background: #cd0067;
  color: #ffffff;
  padding: 2px 5px;
  font-size: 10px;
  margin: 3px 0 0 0;
  min-width: 20px;
  height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#poll-results li {
  margin: 10px 0 0 0;
}

#poll-results li:first-child {
  margin: 0;
}

/*
 * 8 Pages
 *
 * 8.1 Detail page
 *
 */

.detail-page .date {
  margin: 0;
}

.detail-page .text {
  margin: 20px 0 0 0;
}

.detail-page .date {
  margin: 0 0 10px 0;
}

/*
 * 8.2 Products
 */

#products .sub-title {
  margin: 0;
}

/*
 * 8.3 Product
 */

#product {
  border: 1px solid #f0f0f0;
  overflow: hidden;
  padding: 10px;
}

/*
 * 8.4 Catalogue detail
 */

#catalogue-detail .sub-title {
  margin: 0;
}

#catalogue-detail .list li {
  margin: 0;
  padding: 6px 0;
  border: 0;
  border-top: 1px solid #f0f0f0;
}

#catalogue-detail .list li strong {
  display: inline-block;
  width: 80px;
  color: #000000;
}

/*
 * 8.5 About
 */

#about h1 {
  margin: 0 0 20px 0;
}

/*
 * 8.6 Contact
 */

#contact {
  overflow: hidden;
}

#google-maps {
  float: left;
  margin: 0 10px 0 0;
}

#contact-info {
  overflow: hidden;
  border: 1px solid #f0f0f0;
  padding: 10px;
}

#contact-info h2 {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  font-size: 1em;
}

#contact-info .text {
  margin: 0 0 15px 0;
}

#contact-info ul li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: inside;
}

#contact-info ul li strong {
  display: inline-block;
  width: 70px;
}

/*
 * 8.7 Friends
 */

#friends h1 {
  margin: 0 0 20px 0;
}

/*
 * 8.8 Jobs
 */

#jobs h1 {
  margin: 0 0 20px 0;
}

#primary-column #jobs .list .sub-title {
  display: inline-block;
  background: #4d4f53;
  color: #ffffff;
  padding: 0 2px;
  margin: 0 0 5px 0;
  line-height: 22px;
  text-transform: uppercase;
}

/*
 * 8.9 Repair
 */

#repair h1 {
  margin: 0 0 20px 0;
}

#repair .filter {
  margin: 20px 0;
}

#repair .list .sub-title {
  float: left;
}

#repair .list .text {
  margin: 0 0 0 280px;
}

/*
 * 8.10 Press
 */

#press h1 {
  margin: 0 0 20px 0;
}

/*
 * 8.11 Press detail
 */

#press-detail h1 {
  margin: 0 0 20px 0;
}

#press-detail .text {
  margin: 0 0 20px 0;
}

#press-detail .list {
  border: 1px solid #f0f0f0;
  border-bottom: 0;
  margin: 0 0 20px 0;
}

#press-detail .list li {
  margin: 0;
  padding: 18px 10px 10px 10px;
  overflow: auto;
}

#press-detail .imageholder {
  float: left;
  margin: 0 10px 0 0;
}

#press-detail .imageholder img {
  height: 74px;
  width: 98px;
}

/*
 * 8.12 Sole detail
 */

#sole-detail h1 {
  margin: 0 0 20px 0;
}

#sole-gallery .products .text {
  color: #b2b4b3;
}

/*
 * 8.13 Store detail
 */

#authorised-stores .text {
  margin: 20px 0;
}

#store {
  border: 1px solid #f0f0f0;
  overflow: hidden;
  padding: 10px;
}

#store .details {
  float: left;
  width: 210px;
}

#store .details .list {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 5px 0;
  margin: 10px 0 0 0
}

#store .details .list li {
  border: 0;
  margin: 0;
  padding: 0;
  color: #b2b4b3;
}

#store .details h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}

#store .details .list strong {
  width: 80px;
  display: inline-block;
  color: #000000;
}

#store .description {
  margin: 20px 0 0 0;
}

/*
 * 8.14 Sitemap
 */

#sitemap li {
  font-size: 1.4em;
  line-height: 140%;
}

/*
 * 9 Wysiwyg
 */

.wysiwyg {
  overflow: hidden;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  color: #000000;
  font-weight: bold;
  margin: 0 0 2px 0;
  text-transform: uppercase;
}

.wysiwyg h2 {
  font-size: 1.6em;
}

.wysiwyg h3 {
  font-size: 1.4em;
}

.wysiwyg h4 {
  font-size: 1.2em;
}

.wysiwyg h5 {
  font-size: 1em;
}

.wysiwyg h6 {
  font-size: 0.9em;
}

.wysiwyg p {
  margin: 0 0 10px 0;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg ul,
.wysiwyg ol {
  margin: 0 0 1.5em 0;
}

.wysiwyg ol li {
  list-style-type: decimal;
  line-height: 1.5em;
  margin: 0 0 0 24px;
}

.wysiwyg ul li {
  margin: 0 0 0 20px;
  line-height: 1.5em;
  list-style-type: disc;
}

.wysiwyg hr {
  background: none;
  border: 0;
  height: 0;
  border-bottom: 1px solid #f0f0f0;
  margin: 15px 0;
  *margin: 0 0 10px 0;
}


.wysiwyg address {
  font-style: italic;
}

.wysiwyg table th,
.wysiwyg table caption {
  background: #f6f6f6;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px;
}

.wysiwyg table {
  border: 0;
}

.wysiwyg table,
.wysiwyg table tr,
.wysiwyg table td {
  border-style: solid;
  border-color: #e5e5e5;
}

.wysiwyg table td {
  padding: 10px;
  border: 2px solid #f2f2f2;
}

.wysiwyg img[align=left],
.wysiwyg img.ck-left {
  float: left;
  margin: 0 20px 0 0;
}

.wysiwyg img[align=right],
.wysiwyg img.ck-right {
  float: right;
  margin: 0 0 0 20px;
}

.wysiwyg img[align=center],
.wysiwyg img[align=middle],
.wysiwyg img.ck-center,
.wysiwyg img.ck-middle {
  margin: 0 auto 20px auto;
}

.wysiwyg embed {
  margin: 0 0 15px 0;
}

/*
 * Sharethis
 */

.share-this img {
  display: inline-block;
  border: 0;
  height: 16px;
  width: 16px;
  margin-right: 3px;
  vertical-align: middle;
}

/*
 * Fancybox
 */

body#popup {
  background: none;
}

#popup #content {
  background: none;
}

#popup-iframe {
  padding: 20px;
}

#fancybox-outer {
  background: #ffffff;
  padding: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px -1px 20px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px -1px 20px rgba(0,0,0,0.7);
}

/*
 * Google maps
 */

#map_canvas {
 width: 570px;
 height: 500px;
}

/*
 * 500 error
 */

body#error-500 {
  background: url(../images/bg2.jpg) fixed center #1a131c;
  line-height: 20px;
}

#error-500 #container {
  position: relative;
  width: 555px;
  margin: 0 auto;
  padding: 181px 0 0 0;
}

#error-500 #logo {
  top: 82px;
  left: 0;
}


#error-500 .content {
  background: #ffffff;
  padding: 20px;
  margin: 30px 0 0 0;
}

#error-500 h1 {
  font-size: 30px;
  margin: 0 0 20px 0;
  color: #666666;
}

#error-500 .main-title {
  font-size: 16px;
  color: #000000;
}

#error-500 .title {
  color: #000000;
}

#error-500 ul {
  list-style: disc;
  padding: 0 0 0 15px;
}

#error-500 .error-text {
  color: #cccccc;
}

/*
 * Video overlay
 */

#video-overlay {
  background: #000000;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video-overlay .video-player {
  position: relative;
  overflow: hidden;
}

#video-overlay-content {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#video-overlay-content iframe {
  position: absolute;
  top: -30px;
}

#video-overlay .logo {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -416px;
  width: 831px;
  cursor: pointer;
  display: none;
}

#video-overlay .enter-site {
  background: url(../images/video-arrow.png) right center no-repeat;
  font: bold 1.667em arial;
  padding: 0 40px 0 0;
  color: #ffffff;
  position: absolute;
  right: 90px;
  top: 40px;
  cursor: pointer;
}

#video-overlay .enter-site:hover {
  text-decoration: none;
  color: #eeeeee;
}

.map-block .marker-list {
    display: none;
}

/*
 * Press location
 */

.press-location {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    margin-bottom: 25px;
}

.press-location p {
    margin-bottom: 10px;
}
