#catalog {
	position: relative;
	width: 678px;
	float: left;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 20px;
	border-top: solid 1px;
	border-bottom: solid 1px;
}
.paginator {
	position: relative;
	width: 300px;
	height: 20px;
	float: right;
	text-align: right;	
	padding-top: 2px;
	padding-bottom: 6px;
	font-size: 15px;
}
#flowerColorFilter {
	position: relative;
	float: left;
	width: 300px;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 6px;
	font-size: 15px;
}
.cat_product {
	position: relative;
	width: 185px;
	height: 194px;
	padding: 5px;
	float: left;
	background-color: #FFFFFF;
	border: solid 1px;
	margin-bottom: 20px;
}
.product_photo {
	position: relative;
	border: solid 1px;
	width: 184px;
	height: 163px;
	cursor: pointer;
}
.product_info {
	position: relative;
	width: 179px;
	padding-top: 2px;
	height: auto;
}
.product_button {
	position: absolute;
	z-index: 2;
	width: 12px;
	height: 12px;
	bottom: 5px;
	right: 5px;
}
.left {
	margin-right: 20px;
}
.mid {
	margin-left: 20px;
	margin-right: 20px;	
}
.right {
	margin-left: 20px;
}

#productinfopopup {
	background-color: #FFFFFF;
	height:455px;
	margin:60px auto 0;
	padding:0px 20px 20px 30px;
	position:relative;
	width:700px;
	z-index: 3;
}
#productinfopopup2 {
	background-color: #FFFFFF;
	height:375px; 
	margin:60px auto 0;
	padding:20px 20px 20px 30px;
	position:relative;
	width:758px;
	z-index: 3;
}
#infopopupleft {
	float:left;
	height:458px;
	margin-top:37px;
	position:relative;
	width:280px;
}
#infopopup2left {
	float:left;
	height:450px;
	position:relative;
	width:278px;
}
#infopopup2right {
	float:left;
	height:316px;
	margin-top:37px;
	position:relative;
	width:480px;
}
.infopopup2img {
	background-image:url(../images/prod_order_nopic.gif);
	background-repeat:no-repeat;
	float:left;
	height:225px;
	margin-left:5px;
	position:relative;
	width:225px;
}
.soldoutinfo2Image {
	background-image:url(/aphrodite/images/soldout_mid.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:225px;
	position:absolute;
	top:0;
	width:225px;
}
.infopopup2rightfooter {
	background-repeat:repeat-x;
	bottom:0;
	font-weight:bold;
	height:25px;
	left:0;
	padding-left:10px;
	padding-top:4px;
	position:absolute;
	vertical-align:top;
	width:448px;
}
#productEmail {
	top:70px;
	position:relative;
	width:100%;
}
.closewindow {
	height:22px;
	position:absolute;
	right:7px;
	top:14px;
	width:23px;
}
.infopopupleftfooter {
	bottom:0;
	font-weight:bold;
	height:25px;
	left:0;
	padding-right:10px;
	padding-top:4px;
	position:absolute;
	text-align:right;
	width:280px;
}
#infopopupright {
	float:left;
	height:455px;
	position:relative;
	width:390px;
}
.infopopupimg {
	background-image:url(../images/prod_info_nopic.gif);
	background-repeat:no-repeat;
	height:352px;
	margin-left:5px;
	margin-top:40px;
	width:400px;
}
.soldoutinfoImage {
	background-image:url(/aphrodite/images/soldout_large.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:400px;
	left:0;
	position:absolute;
	top:37px;
	width:400px;
}
.infopopuprightfooter {
	background-repeat:repeat-x;
	bottom:0;
	font-weight:bold;
	height:7px;
	padding-left:7px;
	padding-top:4px;
	position:absolute;
	vertical-align:top;
	width:390px;
}

.overlaycontainer {
	height:100%;
	left:0;
	margin:auto;
	position:absolute;
	top:0;
	width:100%;
	z-index: 3;
}
.overlay {
	background-color:#111111;
	left:0;
	margin:0;
	opacity:0.8;
	filter: alpha(opacity=80);
	position:absolute;
	top:0;
	width:100%;
	z-index: 2;
}



