
.moreInfo {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 114px;
	height: 30px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: url(color_blue/pics/moreInfo.jpg) no-repeat left top;
}

.productPicEnlarge {
	display: none;
}

/* 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;
	left: 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: 460px;
	float: right;
	overflow: hidden;
}
.productInfo h1 {
	border: 0;
}
.productInfo div {
	margin: 5px 0px 5px 0px;
}

.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;
	padding: 10px 0px 10px 0px;
	width: 460px;
}

.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;
	float: right;
	margin: 10px 0px;
	width: 460px;
	display: block;
}


/* 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;
}

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

.product1perRow {
	display: block;
	margin: 2px 0px 7px 0;
	padding: 5px;
	background: url(color_blue/pics/product_bg.gif) no-repeat left top;
	height: 168px;
}
.product1perRow hr, 
.product1perRow br{
	display: none;
}
.productPic1perRow {
	width: 160px;
	float: left;
	text-align: center;
	overflow: hidden;
	height: 165px;
}

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

.productInfo1perRow {
	width: 480px;
	float: right;
	overflow: hidden;
	padding: 10px 10px 10px 0;
	height: 140px;
	position: relative;
}

.productInfo1perRow a.productName{
	font-size: 1.25em;
	font-weight: normal;
	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: 200px;
	height: 220px;
	padding: 5px;
	margin: 5px;
	overflow: visible;
	border: 1px solid #ccc;
	float: left;
}

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

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

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

.productPic3perRow br.clear {
	clear: both;
}

.productInfo3perRow {
	display: block;
	height: 60px;
	padding: 5px 0px 0px 0px;
	overflow: hidden;
	position: relative;
}

.productInfo3perRow a.productName{
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 35px;
	overflow: hidden;
}

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

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

/* 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: hidden;
}

.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 {
	display: none;
}

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

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

.productShop3perRow form input.cartSubmit:hover {
	
}


/* productBottom */

.productBottom {
    clear: both;
}

/* 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;
}


