/* Common */
.clear {
  clear: both;
}
img {
  border: 0;
}

/* eZ overrides */
div#ezwt {
  margin-right: 15px;
}
div.block,
div.buttonblock {
  margin-bottom: 12px;
}

div.content-edit, 
div.content-browse {
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 11px;
}

/* Linkit */

a.boldRed:link, a.boldRed:active, a.boldRed:hover, a.boldRed:visited {
  display: block;
  color: #F41318;
  font-weight: bold;
  text-decoration: none;
  font-size:11px;
  padding-top: 15px;
}
a.redLink:link, a.redLink:active, a.redLink:hover, a.redLink:visited {
  color: Red !important;
  text-decoration: none !important;
  font-size:11px !important;
}

/* Bannerit */

div.banner {
  margin: 0 0 10px 0;
}

/* Perussivu */

div.basicpage {
  margin: 0px 15px 15px 15px;
  font-family:Verdana;
}
div.basicpage p {
  padding: 0;
  margin: 0 0 12px 0;
}
div.basicpage h1,
div.basicpage h2,
div.basicpage h3,
div.basicpage h4 {
  padding: 0;
  margin: 0 0 12px 0;
}
div.basicpage h1 { font-size: 26px; color: #ff338a; }
div.basicpage h2 { font-size: 18px; }
div.basicpage h3 { font-size: 16px; }
div.basicpage h4 { font-size: 14px; }

div.basicpage a:link, 
div.basicpage a:active, 
div.basicpage a:hover, 
div.basicpage a:visited {
  color:#ff338a;
  text-decoration:underline;
  font-weight: bold;
}
div.object-right, table.object-right {
  clear: right;
  float: right;
  margin: 0 0 5px 10px;
}
div.object-left, table.object-left {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
span.caption {
  display: block;
  padding: 3px;
  color: gray;
}

/* Tuotteet */

div#tuotteetbannerit {
  margin: 0px 15px 0 15px;
}
.justin_Product .justin_Shades .Header {
  text-align: center;
  width: 213px;
}
.nextPages .currentPage {
  color: Red !important;
}
.justin_Product h1 {
  margin-top: 5px;
}

/* Admin page listing */

.lift_edit_visible,
.lift_edit_hidden {
  float: left;
  display: block;
  padding: 3px;
  margin-bottom: 6px;
  width: 460px;
  background: #FFFFFF;
}
.lift_edit_visible {
  background: #DFFFDF;
}
.lift_edit_image {
  float: left;
  display: block;
  width: 85px;
}
.lift_edit_text {
  float: left;
  display: block;
  width: 360px;
}

/* Erikoisuudet */
div#ezwt-standardactions input {
  border: 0;
}
div.products {
  margin-right: 15px;
  width: auto;
}
div.GetTheLook {
  padding-bottom: 20px;
}
div.GetTheLook p {
  margin: 0 0 12px 0;
}
div.GetTheLook h4 {
  margin: 0;
}

/* Errorit */
div.message-warning, 
div.message-feedback, 
div.message, 
div.warning,
div.feedback {
  padding: 0;
  margin: 0 0 15px 0;
  border: 0;
  background: none;
}


div.message-warning h2 {
  font-size: 14px;
  color: Red;
} 
div.message h2,
div.message-feedback h2,
div.feedback h2  {
  font-size: 14px;
}  
div.warning h2 {
  font-size: 14px;
  color: Red;
}

/* Search */
div.searchResultsPaging {
  float: right;
}
div.searchResultsPaging a {
  font-weight: normal !important;
  text-decoration: none !important;
  color: #000000 !important;
}
div.searchResultsPaging a.currentPage {
  color: Red !important;
}


