
/* PRODUCTS */

/* ProductPage */

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

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

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

.productPic img {
	max-width: 200px;
}

#bigPic{
	background: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	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: 310px;
	float: right;
	overflow: hidden;
}

/* tuotekoodi piiloon */
.productInfo div {
	display:none;
}

.productInfo .price_container {
	
}

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

/* 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: 310px;
	overflow-x: hidden;
	padding: 10px 0px 10px 0px;
}

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

.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 {
	width: 30px;
}

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

.productShop form input.cartSubmit:hover {
	
}

.product a.productPageBack {
	clear: both;
	display: block;
	margin: 10px 0px;
}


/* product page navigation */

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

.splitPages {
	text-align: center;
}

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

.splitBack {
	float: left;
}

.splitForward {
	float: right;
}





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

.product3perRow {
	width: 160px;
	height: 160px;
	padding: 8px;
	overflow: visible;
	float: left;
}

.productPic3perRow {
	display: block;
	height: 160px;
    line-height: 160px;
	width: 160px;
	overflow: hidden;
	text-align: center;
    vertical-align: middle;
    display: table-cell;
}

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

.productPic3perRow br.clear {
	clear: both;
}

.productInfo3perRow {
	display: none;
}






/* smallCart */

#smallCart {
	clear: both;
	padding: 10px 10px 10px 30px;
}

#smallCart .smallCart_header {
  font: bold 1.2em/1.2em Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
  margin-bottom: 9px;
}

#smallCart .smallCart_header a {
	text-decoration: none;
	font-weight: bold;
}

#smallCart .cartInfo {
	
}

#smallCart .cartInfo a {

}

#cart {
	padding-top: 5px;
}

#cart table {
	width: 450px;
}

#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;
}


