@charset "utf-8";
/* Product page styles */
label{
	font-size:1.2em;
	padding:0.6em 0;
	display:block;
	color:#352922;
	font-weight:bold;
	line-height:1.5;
	border-bottom:1px solid #EEE;
	clear:both;
}
h2+label{
	padding-top:0;	
}
.price{
	padding-bottom:0;
	padding-top:0.5em;
}
.price strong{
	font-size:1.6em;
	font-weight:bold;
	color:#3599cc;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing:-3px;
}
.column_2 div{
	float:right;
}
/*image popups*/
#popLayer {
	position:absolute;
	left:50%;
	top:250px;
	width:1px;
	height:1px;
	overflow:visible;
}
#popLayer #popLayerWindow {
	position:relative;
	width:548px;
	height:256px;
	margin-left:-190px;
	background:transparent url(/img/popLayer_size1.png) left top no-repeat;
}
* html #popLayer #popLayerWindow {
	background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/popLayer_size1.png', sizingMethod='crop');
}
#popLayer #popLayerWindow #popLayerPadding {
	padding:30px 40px 20px 40px;
}
#popLayer #popLayerWindow #popLayerPadding #popLayerContentWrap {
	overflow:auto;
	height:204px;
	text-align:left;
}
#popLayer #popLayerWindow #popLayerPadding #popLayerContentWrap h2 {
	font-size:1.7em;
	font-weight:bold;
	color:#0072BA;
	font-style:normal;
	border-bottom:1px solid #0072BA;
	width:245px;
	font-family:Arial, Helvetica, sans-serif;
}
#popLayer #popLayerWindow #popLayerPadding #popLayerContentWrap li {
	margin-bottom:1px;
}
#popLayer #popLayerWindow #popLayerPadding #popLayerContentWrap img {
	border:3px solid #fff;
	float:right;
	margin-left:15px;
}
#popLayer #popLayerWindow #popLayerCloseButton {
	display:block;
	width:87px;
	height:21px;
	position:absolute;
	top:0px;
	right:7px;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
	background:transparent url(/img/blank.gif) left top no-repeat; /* IE Bug Fix */
}
.popLayerContent {
	display:none;
}