
.moreInfo {
	display: none;
}

.productPicEnlarge {
	display: none;
}

/* PRODUCTS */

/* ProductPage */

.product {
  display: block;
  margin: 5px 0px 5px 0px;
  overflow: visible;
  height: 600px;
  position: relative;
}

html>body .product {
  height: auto;
  min-height: 600px;
  overflow: hidden;
}

.productPic {
  width: 232px;
  float: left;
  text-align: center;
  overflow: hidden;
}

.productPic img {
  max-width: 230px;
  border: 1px solid #c0c0c0;  
}

#bigPic{
  background: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  /*-moz-border-radius: 10px;*/
  cursor: pointer;
}

#bigPic p {
  color: #394d92;
  cursor: pointer;
  text-align: right;
  padding: 0px 5px 5px 5px;
  margin: -5px 0px 0px 0px;
  font-weight: bold;
}
    
#bigPic p:hover {
  text-decoration: underline;
}


.productInfo {
  width: 415px;
  float: right;
  overflow: hidden;
  padding: 0 20px;
}

.productInfo div {
  margin: 5px 0px 5px 0px;
  color: #727272;
}
.productInfo h1 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #000;
  font-weight: bold;
}
.productInfo .description {
  display: none;
}

/* jos vain yksi hinta */
.productInfo .price_container .price {
  color: #000;
  padding-top: 10px;
}
.productInfo .price_container .price b {
  font-weight: normal;
}
/* jos tarjoushinta ja normaalihinta */
.productInfo .price_container .price_offer {
  display: inline;
  padding: 0px 3px;
}

.productInfo .price_container .price_normal {
  display: inline;
  padding: 0px 3px;
}

.productText {
  clear: right;
  float: right;
  width: 415px;
  padding: 10px 20px;
}

.productShop {
  clear: both;
  float: right;
  display: block;
  padding: 10px 0px 20px 0px;
  width: 275px;
}

.productShop form {
  margin: 0;
  padding: 0;
}

.productShop form .select_container {
  padding: 5px 20px 10px 0px;
  display: inline;
}

.productShop form .select_container select {
  
}

.productShop form a.inShopMoreInfo {
  display: none;
}

/* Määrä */
.productShop form input.amount {
  float: left;
  width: 97px;
  height: 21px;
  background: url(color_black/pics/input_bg.jpg) no-repeat top left;
  border: 0;
  text-align: center;
  padding: 2px 10px 0 0;
}

/* Lisää koriin */
.productShop form input.cartSubmit {
  float: left;
  background: url(color_black/pics/to_shoppingcart.jpg) no-repeat top left;
  border: 0;
  margin: 0;
  width: 142px;
  height: 21px;
}

.productShop form input.cartSubmit:hover {
  
}

.product a.productPageBack {
  clear: right;
  float: right;
  margin: 10px 0px;
  white-space: nowrap;
}


/* product page navigation */

.split {
  clear: both;
  display: block;
  padding: 10px 0px 10px 0px;
}

.splitPages {
  text-align: center;
}

.splitPages a {
	padding: 0 3px;
}

.splitPages a.open {
  font-weight: bold;
  color: #000;
}

.splitBack {
  float: left;
}

.splitForward {
  float: right;
}

/* wholeProduct1perRow && productList("1perRow"); */

.product1perRow {
  display: block;
  margin: 5px 0px 5px 0px;
}

.productPic1perRow {
  width: 160px;
  float: left;
  text-align: center;
  overflow: hidden;
}

.productPic1perRow img {
  max-width: 150px;
}

.productInfo1perRow {
  width: 260px;
  float: right;
  overflow: hidden;
}

.productInfo1perRow a.productName{
  font-size: 1.2em;
  font-weight: bold;
  display: block;
}

.productInfo1perRow .price_container {
  padding: 5px 0px;
}

/* jos vain yksi hinta */
.productInfo1perRow .price_container .price {
  
}

/* jos tarjoushinta ja normaalihinta */
.productInfo1perRow .price_container .price_offer {
  display: inline;
  padding: 0px 3px;
}

.productInfo1perRow .price_container .price_normal {
  display: inline;
  padding: 0px 3px;
}


.productShop1perRow {
  clear: both;
  display: block;
  padding: 20px 0px 0px 0px;
}

.productShop1perRow form {
  margin: 0;
  padding: 0;
}

.productShop1perRow form .select_container {
  padding: 5px 0px 10px 0px;
}

.productShop1perRow form .select_container select {
  
}

.productShop1perRow form a.inShopMoreInfo {
  display: none;
}

/* Määrä */
.productShop1perRow form input.amount {
  width: 30px;
}

/* Lisää koriin */
.productShop1perRow form input.cartSubmit {
  
  
}

.productShop1perRow form input.cartSubmit:hover {
  
}

.productInfo1perRow hr.divide {
  margin: 20px 0px 20px 0px;
}

/* productList("3perRow"); */

.product3perRow {
  width: 145px;
  height: 290px;
  padding: 0px;
  margin: 0 10px;
  overflow: visible;
  float: left;
}

html>body .product3perRow {
  height: auto;
  min-height: 290px;
  overflow: hidden;
}

.productPic3perRow {
  border: 1px solid #7c7c7c;
  display: block;
  width: 143px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  line-height: 193px;
  position: relative;
  top: 37px;
  height: 193px;
  background-color: #fff;
}

.productPic3perRow img {
  max-height: 193px;
  max-width: 140px;
  vertical-align: middle;
  border: 0;
}

.productPic3perRow br.clear {
  clear: both;
}

.productInfo3perRow {
  position: relative;
  top: -200px;
  margin-bottom: -200px;
  display: block;
  height: 40px;
  padding: 5px 0px 0px 0px;
  overflow: hidden;
  position: relative;
}

.productInfo3perRow a.productName{
  font-size: 1em;
  font-weight: bold;
  display: block;
  text-align: left;
  height: 17px;
  overflow: hidden;
  color: #000;
}

.productInfo3perRow .price_container {
  text-align: left;
}

/* jos vain yksi hinta */
.productInfo3perRow .price_container .price b {
  font-weight: normal;
}

.productInfo3perRow .price_container .price {
  color: #727272;
}

/* jos tarjoushinta ja normaalihinta */
.productInfo3perRow .price_container .price_offer {
  display: inline;
  padding: 0px 3px;
}

.productInfo3perRow .price_container .price_normal {
  display: inline;
  padding: 0px 3px;
}



.productShop3perRow {
  clear: both;
  height: 60px;
  display: block;
  text-align: center;
  overflow: visible;
}

.productShop3perRow form {
  margin: 0;
  padding: 0;
}

.productShop3perRow form .select_container {
  height: 30px;
  overflow: hidden;
}

.productShop3perRow form .select_container select {
  max-width: 150px; /* toimii vain firefoxilla */
}

.productShop3perRow form a.inShopMoreInfo {
  position: relative;
  top: 170px;
  background: url(color_black/pics/add_to_cart.jpg) no-repeat top center;
  display: block;
  width: 112px;
  padding: 3px 0;
  color: #000;
  width: 145px;
  text-align: center;
}

/* Määrä */
.productShop3perRow form input.amount {
  display: none;
}

/* Lisää koriin */
.productShop3perRow form input.cartSubmit {
  display: none;
}

.productShop3perRow form input.cartSubmit:hover {
  
}


/* productBottom */

.productBottom {
    clear: both;
}

/* smallCart */

#smallCart {
  clear: both;
  padding: 10px 0px 10px 60px;
  position: absolute;
  top: 10px;
  right: 0px;
  text-align: right;
  width: 240px;
}

#smallCart .smallCart_header {
  color: #fff;
}

#smallCart .smallCart_header a {
  float: left;
  text-decoration: underline;
  color: #fff;
  margin: 0 10px;
}

#smallCart .cartInfo div {
  float: left;
  color: #fff;
}

#smallCart .cartInfo a {
  color: #fff;
}

#smallCart .cartInfo #piece {
  white-space: nowrap;
}

#smallCart .cartInfo #sum {
  display: none;
}

#smallCart .cartInfo #toCart a {
  font-size: 2px;
  color: #000;
  background: url(color_black/pics/tocart_bg.jpg) no-repeat top center;
  display: block;
  height: 20px;
  width: 30px;
  padding: 0 0 0 10px;
}

#cart {
  padding-top: 5px;
}

#cart table {
  width: 670px;
}

#cart table th {
  font-weight: normal;
  background-color: #ddd;
  color: #000;
}

#cart table td.productRow {
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

.error {
  color: #f00;
}

#cart table td.cartButtons {
  text-align: left;
  padding: 10px 0 10px 0;
}

#cart table td.cartButtons input {
  margin: 0px 5px;
}

#cart table td.cartButtons input:hover {
  
}

#orderConfirmation {
  padding: 20px 0px 0px 0px;
}

#orderConfirmation textarea {
  width: 300px;
  height: 150px;
}


