.phark {
	text-indent: -1000em;
	overflow: hidden;
}
#overlay {
	background: #F1F1F1 url(../img/overlay/bg.jpg) no-repeat bottom right;
	border: none;
	display: none;
	font-size: 1.25em;
	line-height: 1em;
	min-height: 402px;
	height: auto !important;
	height: 402px;
	margin-left: -300px;
	overflow: visible;
	padding: 0;
	position: fixed;
	width: 685px;
}
#overlay a.jqmClose {
	position:absolute;
	top:-16px;
	right:-16px;
	height:32px;
	width:32px;
	z-index:1;
	background:url(../img/buttons/close_x.png) no-repeat center center;
}
#overlay .border-top {
	display:block;
	position:absolute;
	top:-4px;
	left:-10px;
	height:10px;
	width:700px;
	background:url(../img/overlay/border-top.png) repeat-x center center;
}
#overlay .border-right {
	display:block;
	position:absolute;
	right:-9px;
	top:6px;
	bottom:5px;
	width:10px;
	background:url(../img/overlay/border-right.png) repeat-y center center;
}
#overlay .border-bottom {
	display:block;
	position:absolute;
	bottom:-17px;
	left:-7px;
	height:22px;
	width:700px;
	background:url(../img/overlay/border-bottom.png) repeat-x center center;
}
#overlay .border-left {
	display:block;
	position:absolute;
	left:-10px;
	top:6px;
	bottom:5px;
	width:10px;
	background:url(../img/overlay/border-left.png) repeat-y center center;
}
#overlay img.product {
	float:left;
}
#overlay form {
	margin-left:335px;
	overflow: hidden;
	padding:1em;
}
#overlay h2 {
	margin:1em 0 .25em 0;
	font-size:1.5em;
	line-height:1em;
}
#overlay p.subtitle {
	font-size:1.25em;
	font-weight:bold;
	margin-bottom:.5em;
}
#overlay div.rating {
	float: none;
}
#overlay .coupon {
	background: url(../img/overlay/bg-save.jpg) no-repeat;
	border: 0;
	color: #fff;
	display: block;
	height: 46px;
	margin: 1em 0;
	padding: 0.3em 0.7em;
}
#overlay .coupon .discount {
	font-size: 1.5em;
	line-height: 1.5em;
}
#overlay .coupon input {
	float: left;
	margin-right: 5px;
}
#overlay select {
	display:block;
	width:100%;
	padding:.25em;
	margin:2em 0 1em 0;
	border:1px solid #C9C9C9;
}
#overlay .quantity {
	line-height:1.5em;
}
#overlay .quantity input {
	width:1.5em;
	text-align:center;
}
#overlay h3,
#overlay .headertitle {
	color: #69F;
	display: inline;
	font-size: 1.4em;
	margin-left: 1em;
}
#overlay h3 span,
#overlay .headertitle span {
	color: #F00;
}
#overlay .addbar {
	margin: 1em 0;
	position: static;
}
#overlay .addbar a.learn {
	margin-left: 1em;
	vertical-align: text-top;
}
#overlay a {
	color: #69F;
	text-decoration: underline;
}
#overlay a:focus, #overlay a:hover, #overlay a:active {
	text-decoration: none;
}

