/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 24, 2014, 2:46:33 PM
    Author     : madgergely
*/

#item {
  margin-top: 20px;
}

#item-viewer {
background-image: url("https://turbifycdn.com/ty/cdn/yhst-139525001261814/item-bottom.png");
position: relative;
width: 430px;
background-position:  bottom;
background-repeat: no-repeat;
padding-bottom: 48px;
text-align: center;
}
#item-viewer img {
vertical-align: bottom;
}
#item-info {
  position: relative;
  float: right;
  padding: 10px;
  width: 530px;
  font-family: arial;
  font-size: 80%;
}

#item-name {
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px 0 20px;
  margin-bottom: 0;
  text-align: left;
  color: #5b5a5a;
}

#item-no {
  font-size: 13px;
  padding: 0 10px 0 20px;
  line-height: 50%;
}

#item-review {
  margin: 10px;
  padding-left: 10px;
}

#item-review > span:after {
  content: " - ";
}

#item-review > a {
  color: #f2a258;
  margin: 5px;
}

#item-review img {
  vertical-align: middle;
}

#item-info > strong {
  font-family: "Lato";
  font-size: 15px;
  padding-left: 20px;
}

#item-info > strong + span {
  font-family: "Lato";
  font-size: 15px;
}

#item-info #item-price {
  padding-left: 20px;
  font-size: 180%;
  font-weight: bold;
}

#item-info > form {
  background-color: white;
  border: 5px solid #fec628;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  height: 200px;
  padding: 10px 10px 20px 10px;
}

#item-info table {
  position: relative;
  width: 100%;
  font-family: "Lato";
  font-weight: bold;
  font-size: 16px;
}

#item-info table td {
  padding: 5px;
}

#item-info table input#cart-button {
  border: 0;
  background-color: white;
  background-image: url('https://turbifycdn.com/ty/cdn/yhst-139525001261814/add-to-cart-btn.png');
  background-repeat: no-repeat;
  width: 250px;
  height: 70px;
  position: absolute;
  top: 90px;
  left: 70px;
}

#item-info table input[type="text"] {
  border: 1px solid lightgray;
  width: 70px;
  text-align: center;
}

#item-info table select {
  border: 1px solid lightgray;
  font-size: 13px;
  font-weight: normal;
  width: 100%;
}

#item-info table a {
  font-size: 13px;
  font-weight: normal;
  color: #555555;
}

#item-info #community {
  padding: 20px 20px 0 20px;
}

#item-description {
  margin-top: 30px;
  line-height: 150%;
}

#item-description h3 {
  color: #601069;
  text-align: left;
}

#item-description > strong {
  font-style: italic;
  color: #333333;
}

#item-description > p {
  font-size: 13px;
  margin-bottom: 30px;
}

#item-sizes {
  position: relative;
  float: left;
  width: 200px;
  height: 450px;
  background-color: white;
  color: #601069;
  font-family: "Lato";
  font-size: 14px;
  font-weight: bold;
  margin-right: 50px;
}

#item-sizes p {
  text-decoration: underline;
  margin: 10px;
  padding-top: 20px;
}

#item-sizes ul {
  list-style: none;
  padding-left: 10px;
  padding-bottom: 30px;
}

#item-sizes li {
  padding-bottom: 10px;
}

#item-features {
  position: relative;
  padding-top: 10px;
  font-size: 13px;
  color: #555555;
  line-height: 200%;
  width: 900px;
  padding: 0;
}

#item-features > strong {
  color: #333333;
  font-size: 15px;
  margin-left: -15px;
}

#item-features ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

#item-features li {
  padding: 0;
}

#item-reviews {
  position: relative;
  background-color: white;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  top: 50px;
  padding-top: 1px;
  margin-bottom: 50px;
}

#item-reviews > .header {
  height: 45px;
  margin: 10px;
  background-color: #f2a258;
  border: 2px solid #f2a258;
  background-image: -webkit-linear-gradient(top, #ee9133, #d3710f);
  background-image: -moz-linear-gradient(top, #ee9133, #d3710f);
  background-image: -o-linear-gradient(top, #ee9133, #d3710f);
  background-image: linear-gradient(top, #ee9133, #d3710f);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
}

#item-reviews > .header > h2 {
  text-align: left;
  color: white;
  display: inline-block;
  padding-left: 15px;
  margin-top: 5px;
  font-weight: bold;
  text-shadow: 1px 1px #f2a258;
}

#item-reviews > .review {
  margin: 20px;
  color: gray;
  padding-bottom: 20px;
}

#item-reviews > .review > .title {
  color: black;
  font-family: arial;
  font-size: 14px;
}

#item-reviews > .review > .title:after {
  content: ", ";
}

#item-reviews > .review > .date {
  color: black;
  font-family: arial;
  font-size: 13px;
}

#item-reviews > .review > span {
  font-size: 11px;
  margin-right: 5px;
}

#item-reviews > .review > span.customer.verified:after {
  content: " - verified customer";
  font-weight: bold;
  font-size: 10px;
}

#item-reviews > .review > strong {
  font-size: 12px;
  padding: 0;
  margin: 0;
}

#item-reviews > .review > strong.rating {
  line-height: 150%;
}

#item-reviews > .review > p {
  color: black;
  font-size: 11px;
}

#item-reviews > .review > a {
  margin-left: 5px;
  font-size: 11px;
  color: black;
}

#item-reviews > .review > a:hover {
  color: gray;
}

#item-reviews > .review img {
  vertical-align: middle;
  margin: 5px;
}

#more-images-wrapper {
background-color: #FFFFFF;
margin: auto;
width: 423px;
}


#more-images {
border: 6px solid #e9e8e8;
margin: 0 10px;
padding: 10px;
border-radius: 10px;
text-align: left;
}
