.rymacbox-main {
	z-index: 65000;
	position: absolute;
}

.rymacbox-container {
	width: 1px;
	background: url(/assets/images/layout/l-topright.png) no-repeat top right;
	padding-right: 22px;
	position: relative;
}
.rymacbox-container .rymacbox-close {
	display: block;
	position: absolute;
	top: 3px;
	left: 5px;
	width: 35px;
	height: 35px;
	text-indent: -999em;
	background-color: #FFF;
	cursor: hand;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.rymacbox-right {
	background: url(/assets/images/layout/l-topleft.png) no-repeat;
}
.rymacbox-content {
	padding: 35px 17px 0 35px;
	overflow: hidden;	
}
* html .rymacbox-content {
	height: 1%;	
}
.rymacbox-container .rymacbox-content p,
#product-overview-container .rymacbox-container .rymacbox-content p, 
#photos-videos-container .rymacbox-container .rymacbox-content p {
	margin: 0;
	color: #6e6e6e;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
}
.rymacbox-footer {
	background: url(/assets/images/layout/l-bottomright.png) no-repeat bottom right;
	height: 38px;
	margin-right: -22px;
	width: 1px;
}
.rymacbox-footerright {
	background: url(/assets/images/layout/l-bottomleft.png);
	height: 38px;
	margin-right: 49px;
}
.rymacbox-hidden {
	visibility: hidden;
}
