#overlay{ background-image: url(overlay.png); }


/* lightbox styles*/
* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

.rounded{
}
div.bubble div.rounded blockquote {
	margin-bottom:5px;
}
div.bubble div.rounded {
	margin-bottom:14px;
}
div.bubble cite.rounded{
	position:relative;
	top:-5px;
}

/* layout styles */	
body{
	text-align:center;
	margin:0;
	padding:0;
	background:url(pinkback.jpg) repeat-x;
	font-family:'trebuchet ms';
	font-size:13px;
}
#page{
	width:660px;
	margin:0px auto;
}
a{
	color:#0000ff;
	text-decoration:underline;
}
a:hover{
	color:#ec69c6;
	text-decoration:none;
}
#main{text-align:left;}
#left{float:left;padding-right:30px;}
#right{padding-left:320px;}
h2{
	font-size:14px;
	background:#febae9;
	padding:3px;
	padding-left:12px;
	border-top:2px solid #ec69c6;
}
.specs li{list-style:none;}
.thumbs{text-align:center;}
.thumbs a img{border:2px solid #febae9;}
.thumbs a:hover img{border:2px solid #ec69c6}
#footer{
	font-size:11px;
	background:#febae9;
	padding:3px;
	margin:10px 0 10px 0;
}
.alignright{text-align:right;}
.speclabel{font-weight:bold;margin-right:7px;}
.specvalue{}
.magnify{
	border:1px solid #ddd;
	text-align:right;
	padding-right:15px;
}
.magnify a{
	padding-left:15px;
	background:url(enlarge.gif) no-repeat;
	height:21px;
	color:#aaa;
	text-decoration:none;
	line-height:21px;
}
.buttons{
	margin-top:20px;
}
.buttons li{
	list-style:none;
}
.review{
	padding-bottom:20px;
}
