
.moreInfo {
	display: none;
}

.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: 160px;
	height: 200px;
	float: right;
	text-align: center;
	overflow: hidden;
}
.productPic img {
	max-width: 160px;
	max-height: 200px;
}

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

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

.productText {
	clear: both;
}

#bigPic{
	background: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	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 {
	padding: 0 2px;
}

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

.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: 240px;
	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_red/icons/addToCart.jpg) no-repeat left center;
	cursor: pointer;
}

.productShop1perRow form input.cartSubmit:hover {
	
}

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

.product3perRow {
	width: 186px;
	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;
	overflow: hidden;
	padding: 5px;
	text-align: center;
}

.productPic3perRow br.clear {
	clear: both;
}

.productInfo3perRow {
	display: block;
	height: 70px;
	overflow: hidden;
}

.productInfo3perRow a.productName{
	font-size: 1.2em;
	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_red/icons/addToCart.jpg) no-repeat left center;
	cursor: pointer;
}

.productShop3perRow form input.cartSubmit:hover {
	
}
