@charset "UTF-8";
/* CSS Document */

body, div, form, input, button, p, img, span, ul, li {
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	border:none;
	color:#000000;
	background:none;
	/*z-index:100;*/
}

#noscript {
	width:250px;
	height:250px;
	position:absolute;
	z-index:900;
}


#container {
	width:250px;
	height:250px;
	background-color:#0097e8;
	position:relative;
	/*z-index:100;*/	
}

#searchbar {
	position:absolute;
	width:242px;
	height:50px;
	margin-top:4px;
	margin-left:4px;
	float:left;
	clear:both;
	/*z-index:100;*/	
}

#products {
	position:absolute;
	margin-top:4px;
	margin-left:4px;
	width:242px;
	height:208px;
	background-color:#ffffff;
	border-radius:6px;	
	float:left;
	z-index:100;
}

#searchbar form input[type="text"] {
	background:#ffffff;
	border-radius:6px;
	height:24px;
	width:178px;
	float:left;
	font-size:12px;
	color:#999999;
	/*z-index:100;*/	
}

#searchbar form input[type="submit"] {
	background:#ff9900;
	border:#ffffff 2px solid;
	border-radius:6px;
	height:24px;
	width:60px;
	float:left;
	margin-left:4px;
	margin-top:0px;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	/*z-index:100;*/	
}

#paging {
	position:absolute;
	width:144px;
	height:20px;
	float:left;
	margin-left:100px;
	margin-top:218px;	
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	/*z-index:100;*/	
}

#logo {
	position:absolute;
	text-align:center;
	width:92px;
	height:26px;
	float:left;
	font-size:10px;
	margin-left:4px;
	margin-top:220px;
	/*z-index:100;*/		
}

#logo a img {
	/*z-index:100;*/	
}

#links {
	position:absolute;
	width:144px;
	height:20px;
	float:left;
	margin-left:100px;
	margin-top:232px;
	color:#ffffff;
	font-size:8px;
	font-weight:bold;
	text-align:right;
	line-height:14px;
	/*z-index:100;*/	
}

#links a {
	/*z-index:100;*/	
}

#products ul {
	list-style:none;
	margin-top:4px;
	/*z-index:100;*/	
}

#products ul li {
	height:168px;
	width:70px;
	float:left;
	margin-left:1px;
	margin-right:1px;
	margin-top:10px;
	padding: 2px;
	border: 2px solid #ffffff;
	/*z-index:100;*/	
}

.product_image {
	width:70px;
	height:100px;
	text-align:center;
	/*z-index:100;*/	
}

.product_image a img {
	max-height:100px;
	max-width:70px;
	text-align:center;
	/*z-index:100;*/	
}

.product_title {
	margin-left:0px;
	width:70px;
	text-align:left;
	margin-top:0px;
	font-size:11px;
	text-align:center;
	/*z-index:100;*/	
}

.product_price {
	margin-left:4px;
	width:70px;
	height:12px;
	text-align:left;
	margin-top:10px;
	font-size:12px;
	text-align:center;
	/*z-index:100;*/	
}

#selectedpage {
	font-size:10px;
	color:#ffffff;
	text-decoration:underline;
	/*z-index:100;*/	
}

#overlay {
	background-image:url(overlay.png);
	z-index:900;
	height:250px;
	width:250px;
	position:static;
	display:none;
	margin:0px;
}

/*#container #products ul li .product_image:hover > #overlay {
	display:block;
}*/
.product_hover {
	position:absolute;
	opacity:1;
	background-color:#ffffff;
	border-radius:6px;
	z-index:900;
	width:242px;
	height:212px;
	overflow:hidden;
	padding-bottom:0px;
}

.product_hover .product_image {
	height:110px;
	margin-top:4px;
	margin-left:4px;
	width:234px;
	text-align:center;
	z-index:900;
}

.product_hover .product_image a img {
	max-height:110px;
	max-width:234px;
	z-index:900;
}

.product_hover .product_title {
	width:234px;
	display:block;
	font-size:13px;
	text-align:center;
	float:left;
	margin-left:8px;
	margin-top:0px;
	z-index:900;
}

.product_hover .product_subtitle {
	width:234px;
	display:block;
	font-size:11px;
	font-style:italic;
	text-align:center;
	float:left;
	margin-left:8px;
	margin-top:0px;
	z-index:900;
	
}

.product_hover .product_author{
	width:234px;
	display:block;
	font-size:10px;
	text-align:center;
	float:left;
	margin-left:8px;
	margin-top:2px;
	z-index:900;
}

.product_hover .product_manufacturer{
	width:234px;
	display:block;
	font-size:10px;
	text-align:center;
	float:left;
	margin-left:4px;
	margin-top:0px;
	z-index:900;
}

.product_hover .product_price{
	min-width:234px;
	display:block;
	font-size:12px;
	text-align:center;
	float:left;
	margin-left:4px;
	margin-top:0px;
	z-index:900;
}

.purchase_at {
	width: 160px;
	height:16px;
	border-radius:6px;
	background-color:#ff9900;
	color:#ffffff;
	font-size:10px;
	line-height:14px;
	font-weight:bold;
	text-align:center;
	float:left;
	margin-left:37px;
	margin-top:4px;
	z-index:900;
}

a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

a img {
	border:none;
}

a:hover, a:active {
	text-decoration:underline;
}

.product_title a {
	color:#ff9900;
}

.product_price a {
	color:#ff9900;
}