.searchWrapper{
	padding-bottom:20px;
	display:none;
}

.searchText{
	color:#666666;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.searchField input[type=button]{
	width:25px;
}

.searchField input[type=text]{
	width:100px;
}

.categoryWrapper{
	width:165px;
	float:left;
	display:none;
}

.categoryParent{
	padding-bottom:20px;
}

.categoryParent a{
	color:#006699;
	padding-bottom:3px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
}

.categorySub1{

}

.categorySub1 a{
	padding-bottom:3px;
	padding-left:0px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#666666;
}

.categorySub2{

}

/* PRODUCT LIST PAGE */
.productListWrapper{
	float:left;
}

.productWrapper{
	float:left;
	width:125px;
	height:175px;
	margin:5px;
	text-align:center;
}

.productImage{
	margin-bottom:10px;
}

.productImage img{
	
}

.productText{
	text-align:center;
}

/* PRODUCT DETAILS PAGE */
.productDetailsWrapper{
	float:left;
}

.productDetailsImage{
	float:left;
	text-align:left;
	width:220px;
}

.productDetailsImage img{
}

.imageZoom{
	width:200px;
	color:#999999;
}

.imageZoom img{
	border:none;
	display:none;
}

.imageThumbs{
	float:left;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.productDetailsText{
	float:left;
}

.productDetailsText h1, h2, h3, h4{
	margin:0px;
}

.productDetailsText h1{
	font-size:20px;
	float:left;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-right:7px;
}

.productDetailsText h2{
	font-size:20px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.productDetailsText h3{
	font-size:11px;
	color:#999999;
	font-weight:normal;
}

.productDetailsText h4{
	font-size:14px;
	margin-top:20px;
}

.option1{
	margin-bottom:10px;
}

.option2{
	margin-bottom:10px;
}

.cartButtons{
	margin-bottom:10px;
}
