@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;
}

#thumbnails{
	width: 260px;
}

#section_info p{
	margin: 0;
	padding: 0;
}

#search_products{
	width: 100%;
}

.search_product{
	width: 679px;
	height: 100px;
	margin-bottom: 10px;
}
	.search_product .image{
		width: 155px;
	}
	
	.search_product .image img{
		width: 148x;
		border: 1px solid #CCCCCC;
	}
	
	.search_product .blurb{
		width: 500px;
	}
	
	.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_bar{
		border: 1px solid #cccccc;
		border-width: 0 0 1px 0;
		height: 26px;
		width: 100%;
		margin-bottom: 20px;
	}
		
		.product .title_bar h3{
			margin: 0;
			font-size: 14px;
			font-weight: bold;
			font-family: Tahoma;
			float: left;
		}
	
		.product .title_bar .tab{
			height: 18px;
			background-image: url("/images/shop/tab_center.gif");
			background-repeat: repeat-x;
			padding: 8px 5px 0 5px;
			border: 1px solid #efefef;
			border-width: 0 1px;
			float: right;
			margin-right: 10px;
			cursor: pointer;
		}

	.product .images{
	}
	
		.product .images .thumb{
			width: 198px;
			border: 1px solid #cccccc;
		}
		
		.product .images .pinkie{
			width: 60px;
			margin-right: 4px;
			border: 1px solid #cccccc;
		}
		
	.product .hidden_tab{
		display: none;
	}
	
	.product .visible_tab{
		display: block;
	}
	
	.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;
		}
		
#highlights{
	width: 100%;
	float: left;
}

	#highlights .highlight{
		width: 49%;
		min-height: 100px;
		float: left;
	}
	
		#highlights .highlight p{
			margin: 0;
			padding: 0;
		}

#refinery{
	padding: 7px 0;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}

	#refinery img{
		padding: 1px 0 0 5px;
		cursor: pointer;
	}
	
	#refinery select{
		border: 1px solid #cccccc;
		height: 19px;
		margin: 0;
		padding: 0;
		vertical-align: top;
		width: 150px;
		font-size: 11px;
	}