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

#category{
	margin: 10px 0;
	width: 170px;
	min-height: 220px; 
	background-color: #cccc66;
}

#category h2{
	display: block;
	width: 100%;
	background-color: #999900;
	margin: 0;
	color: #ffffff;
}

#category ul{
	list-style: none;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 5px;
}

	#category ul li{
		margin: 2px 0 0 0;
	}

#category a{
	font-size: 16px;
	color:#FFFFFF;
}

.highlight{
	width: 50%;
	float: left;
}

#thumbnails{
	width: 260px;
}

.search_product{
	width: 679px;
	height: 100px;
}
	.search_product .image{
		width: 155px;
	}
	
	.search_product .image img{
		height: 98px;
		border: 1px solid #CCCCCC;
	}
	
	.search_product .blurb{
	
	}
	
	.search_product .order{
		font-weight: bold;
		color: #666666;
	}
	
		.search_product .order input{
			margin:  0 4px;
			width: 42px;
			height: 17px;
		}
		
		.search_product .order img{
			padding: 0;
			margin: 0;
			vertical-align: bottom;
		}
		
.product{
	width: 100%;
	color: #464647;
}

	.product .title{
		border: 1px solid #cccccc;
	}
		
		.product .title h1{
			margin: 0 0 5px 0;
			font-size: 14px;
			font-weight: bold;
			font-family: Tahoma;
		}

	.product .images{
		width: 240px;
	}
	
		.product #image{
			width: 200px;
			height: 200px;
			border: 1px solid #cccccc;
		}
		
		.product .images .pinkie{
			width: 60px;
			margin-right: 4px;
			border: 1px solid #cccccc;
		}
		
	.product .order{
		font-weight: bold;
		color: #666666;
	}
	
		.product .order input{
			margin:  0 4px;
			width: 42px;
			height: 17px;
		}
		
		.product .order img{
			padding: 0;
			margin: 0;
			vertical-align: bottom;
		}
