@charset 'UTF-8';

/**
 * ------------------------------------------------------------
 * @section document
 * ------------------------------------------------------------
 */

body {
  font-family: Arial;
  font-size: 8pt;
  color: #000000;
  line-height: 16px;
}

/**
 * ------------------------------------------------------------
 * @section headlines & paragraphs
 * ------------------------------------------------------------
 */

h1 {
  margin-top: 20px;
  font-size: 13pt;
  font-weight: bold;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  font-weight: bold;
}

p {
  margin-top: 20px;
}

/**
 * ------------------------------------------------------------
 * @section links
 * ------------------------------------------------------------
 */

a:hover {
  color: #01B9FF;
}

a.button {
  display: block;
  float: left;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  background-color: #000;
}

a.internal, a.external, a.layer {
  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

a.facebook {
  padding-left: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

a.internal { background-image: url('../images/link_internal.gif'); }

a.external { background-image: url('../images/link_external.gif'); }

a.layer { background-image: url('../images/link_layer.gif'); }

a.facebook { background-image: url('../images/facebook_icon.gif'); }

a.internal:hover, a.external:hover, a.layer:hover { background-position: 0 -14px; }

a.arrow-left-left {
  padding-left: 8px;
  background-image: url('../images/stylespin_arrow_left_off.gif');
  background-repeat: no-repeat;
  background-position: left;
}

a.arrow-left-left:hover {
  background-image: url('../images/stylespin_arrow_left_on.gif');
}

a.arrow-right-right {
  padding-right: 8px;
  background-image: url('../images/stylespin_arrow_right_off.gif');
  background-repeat: no-repeat;
  background-position: right;
}

a.arrow-right-right:hover {
  background-image: url('../images/stylespin_arrow_right_on.gif');
}

a.arrow-right-down {
  padding-right: 10px;
  color: #000000;
  background-image: url('../images/stylespin_arrow_down_off.gif');
  background-repeat: no-repeat;
  background-position: right;
}

a.arrow-right-down:hover {
  color: #01B9FF;
  background-image: url('../images/stylespin_arrow_down_on.gif');
}

/**
 * ------------------------------------------------------------
 * @section lists
 * ------------------------------------------------------------
 */

ul.horizontal li {
  margin-left: 10px;
}

/**
 * ------------------------------------------------------------
 * @section form elements
 * ------------------------------------------------------------
 */     
input.textfield
{
  display: block;
  float: left;
  border-width: 1px;
  border-style: solid;
  border-color: #D3D3D3 transparent transparent #D3D3D3;
  padding: 2px 5px 0 5px;
  height: 16px;
  font-size: 8pt;
  color: #999;
  line-height: 16px;
}

input.textfield.error { border-color: #ff0000; }

textarea
{
  display: block;
  float: left;
  border-width: 1px;
  border-style: solid;
  border-color: #D3D3D3 transparent transparent #D3D3D3;
  padding: 2px 2px 2px 5px;
  font-family: Arial;
  font-size: 8pt;
  color: #999;
  line-height: 16px;
}

textarea.error { border-color: #ff0000; }

/**
 * ------------------------------------------------------------
 * @section other elements
 * ------------------------------------------------------------
 */

.label {
  color: #999;
}

.seperator {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background-image: url('../images/dots_vertical_01.gif');
  background-repeat: repeat-x;
}

/*
div.layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
*/

/**
 * ------------------------------------------------------------
 * @section layer
 * ------------------------------------------------------------
 */

.layer .l-outer {
  padding: 1px;
  background-image: url('/images/dots_cyan.gif');
}

.layer .l-outer .l-inner {
  position: relative;
  padding: 20px;
  background-color: #fff;
}

.layer .l-outer .l-inner .l-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

/**
 * ------------------------------------------------------------
 * @section submit-layer
 * ------------------------------------------------------------
 */

#submit-layer { width: 250px; }

#submit-layer label
{
  display: block;
  margin-top: 20px;
  color: #999;
}

#submit-layer input.textfield
{
  float: none;
  width: 196px;
}

#submit-layer .button { margin-top: 20px; }

/**
 * ------------------------------------------------------------
 * @section submit-layer
 * ------------------------------------------------------------
 */

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

#tell-a-friend-layer label
{
  display: block;
  color: #999;
}

#tell-a-friend-layer input.textfield
{
  float: none;
  width: 112px;
}

#tell-a-friend-layer textarea
{
  width: 249px;
  height: 96px;
}

#tell-a-friend-layer .button { margin-top: 20px; }

/**
 * ------------------------------------------------------------
 * @section report-mistake-layer
 * ------------------------------------------------------------
 */

#report-mistake-layer { width: 250px; }

#report-mistake-layer label
{
  display: block;
  margin-top: 20px;
  color: #999;
}

#report-mistake-layer input.textfield
{
  float: none;
  width: 196px;
}

#report-mistake-layer textarea
{
  width: 199px;
  height: 96px;
}

#report-mistake-layer .button { margin-top: 20px; }

