
.moreInfo {
	display: none;
}

.productPicEnlarge {
	display: none;
}

/* PRODUCTS */

/* ProductPage */

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

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

.productPic {
	width: 200px;
	top: 0;
	right: -200px;
	position: absolute;
	text-align: center;
	overflow: hidden;
}

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

.description,
.price {
	display: none;
}

.productText {
	padding: 10px 0 30px 0;
}

.productInfo {
	width: 280px;
	float: left;
	overflow: hidden;
}

.productInfo div {
	display: none;
	margin: 5px 0px 5px 0px;
}

.productText {
	clear: both;
}

#bigPic {
	background: #fff;
	position: absolute;
	top: 0px;
	right: -170px;
	z-index: 100;
	/*width: 400px;
	height: 430px;*/
	padding: 3px;
	border: 1px solid #ccc;
	text-align: center;
	-moz-border-radius: 10px;
}

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

/* 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: 5px 0px 5px 0px;
}

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

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

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

.productInfo1perRow div {
	margin: 5px;
}

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

.productShop1perRow {
	clear: both;
	padding-top: 20px;
	height: 40px;
	display: block;
}

.productShop1perRow form input.amount {
	
}

.productShop1perRow form input.cartSubmit {
	border: none;
	margin: 0px 0px 0px 5px;
	height: 23px;
	padding: 2px 2px 2px 28px;
        width: 104px;
	background: url(color_blue/icons/addToCart.jpg) no-repeat left center;
	cursor: pointer;
}

.productShop1perRow form input.cartSubmit:hover {
	
}

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

.product3perRow {
	width: 145px;
	height: 135px;
	padding: 5px;
	margin: 5px;
	overflow: hidden;
	border: 1px solid #ccc;
	float: left;
}

.productPic3perRow {
	display: block;
	height: 100px;
	width: 123px;
	overflow: hidden;
	padding: 0 0px 5px 10px;
	text-align: center;
}

.productPic3perRow img {
	max-height: 100px;
}

.productPic3perRow br.clear {
	clear: both;
}

.productInfo3perRow {
	display: block;
	overflow: hidden;
}

.productInfo3perRow .price_container {
	display: none;
}

.productInfo3perRow a.productName{
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-align: center;
}

.productInfo3perRow div {
	margin: 5px;
	text-align: center;
}

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

.productShop3perRow form input.amount {
	
}

.productShop3perRow form input.cartSubmit {
	border: none;
	margin: 0px 0px 0px 5px;
	height: 23px;
	padding: 2px 2px 2px 28px;
        width: 104px;
	background: url(color_blue/icons/addToCart.jpg) no-repeat left center;
	cursor: pointer;
}

.productShop3perRow form input.cartSubmit:hover {
	
}
