/* UNIVERSAL STYLES
==========================================
*/



/* PRODUCTS PAGE STYLES
==========================================
*/

		#product-list-container-div {
			margin-top: 36px;
			padding-left: 0px;
		}

				.product-list-box-div {
/* 					height: 114px; */
		 			overflow: hidden;
				}
				
						.product-list-box-img {
							float:left;
/* 							width: 150px; */
/* 							height: 140px; */
							padding: 2px;
							border: #B2B2B2 solid 5px;
							margin-right: 10px;
						}
		
						.product-list-box-div h3 {
							text-transform: uppercase;
							font-size: 0.85em;
							margin-bottom: 0.25em;
						}
		
						.product-list-box-div h3 a {
							color: #000000;
							text-decoration: underline;
						}
		
						.product-list-box-div a {
							color: #000000;
							text-decoration: none;
						}
						
		
				.product-list-end-div {
					clear: both;
					width: 480px;
					height: 1px;
					overflow: hidden; /* Workaround for box model bug in Internet Explorer 6 */
					margin-bottom: 10px;
				}

		

/* CATAGORY-LIST PAGE STYLES
==========================================
*/

		#category-list-container-div {
			margin-top: 36px;
/* 			padding-left: 20px; */
		}

		#category-list-container-div ul {
			list-style-type: square;
			list-style-position: inside;
			font-size: 0.8em;
			margin-bottom: 1.0em;
			padding-left: 15px;
		}

				h4 {
					text-transform: uppercase;
					color: #6F8AA5;
					margin-top: 1.5em;
					margin-bottom: 0.25em;
					font-size: 1.0em;
				}

				.category-list-item {
					font-size: 14px;
					line-height: 1.5em;
					color: #B2B2B2;
				}

				.category-list-item a {
					color: #A6A6A6;
					text-decoration: underline;
				}
				
				.view-all {
					color: #404040;
					font-size: 0.7em;
					font-weight: normal;
					position: relative;
					bottom: 2px;
				}

				.view-all a {
					color: #404040;
				}
										
				
				
				
/* ITEM-LIST PAGE STYLES
==========================================
*/

		.currentpage-form {
			float: left;
			margin-right: 10px;
		}

		label.page-text {
			color: #000000;
			font-size: 1.0em;
			font-weight: bold;
			margin-right: 5px;
		}
		
		.view-all-span a {
			color: #000000;
			font-size: 0.8em;
			font-weight: bold;
			clear: right;
		}
		
		#item-list-container-div {
			margin-top: 36px;
			margin-bottom: 36px;
/* 			padding-left: 20px; */
		}

				.item-list-box-div {
/* 					width: 480px; */
		 			overflow: hidden;
				}
				
						.item-list-box-img {
							float:left;
/*
							width: 200px;
							max-height: 400px;
*/
							padding: 2px;
							border: #B2B2B2 solid 5px;
							margin-right: 10px;
						}
		
						.item-list-box-div h3 {
/* 							font-weight: normal; */
							font-size: 0.85em;
							margin-bottom: 0.25em;
						}
						
						.item-list-box-div h4 {
							font-weight: normal;
							color: #006F00;
							font-size: 0.75em;

						}
		
						.item-list-box-div h3 a {
							color: #000000;
							text-decoration: underline;
						}
		
						.item-list-box-div a {
							color: #000000;
							text-decoration: none;
						}
						
		
				.item-list-end-div {
					clear: both;
					width: 480px;
					height: 1px;
					overflow: hidden; /* Workaround for box model bug in Internet Explorer 6 */
					margin-bottom: 10px;
				}



/* ITEM PAGE STYLES
==========================================
*/

		#property-box-container-div {
			margin-top: 1.0em;
			margin-bottom: 1.0em;
		}

				.property-box-div {
					font-size: 0.8em;
					line-height: 1.5em;
				}
				
						#item-manufacturer {
							color: #006F00;
							font-weight: bold;
						}
						
						#item-manufacturer-value {
							
						}
						
						#item-number {
							color: #006F00;
							font-weight: bold;
						}
						
						item-number-value {
							
						}
						
						#item-price {
							color: #006F00;
							font-weight: bold;
						}
						
						item-price-value {
							
						}
						
						
		.item-img {
			padding: 2px;
			border: #B2B2B2 solid 5px;
/* 			margin-right: 10px; */
/* 			width: 730px; */
		}