/* CSS specific to the custom 'Shop' page. */
#leftColEvents {
	float: left;
	display: inline;
	width: 500px;
	min-height: 50px;
	text-align: left;
}
	#leftColEvents .projectItemBox {
		margin: ;
		display: block;
		width: 100%;
		min-height: 74px;
		cursor: pointer;
	}
	#leftColEvents a {
		text-decoration: none;
		background-color: rgb(92%,92%,92%);
		float: left;
		display: inline;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	#leftColEvents a:hover {
		background-color: rgb(85%,85%,85%) !important;
		color: black !important;
	}
		#leftColEvents .projectItemBox img {
			float: left;
			display: inline;
			width: 68px;
			height: 68px;
			margin: 3px 15px 3px 3px;
			cursor: pointer;
		}
		#leftColEvents .projectItemBox .prodTitle {
			float: left;
			display: inline;
			margin: 5px 0 3px 0;
			width: 400px;
			font-size: 110%;
			font-weight: bold;
			line-height: 1.1em;
			color: inherit !important;
			cursor: pointer;
		}
		#leftColEvents .projectItemBox .prodDate {
			float: left;
			display: inline;
			margin: 0 0 3px 0;
			width: 400px;
			font-size: 9px;
			color: inherit !important;
			cursor: pointer;
		}
		#leftColEvents .projectItemBox .prodDesc {
			float: left;
			display: inline;
			margin: 0 0 3px 0;
			width: 400px;
			font-size: 11px;
			color: rgb(50%,50%,50%);
			cursor: pointer;
			color: inherit !important;
		}
		#leftColEvents .clearit {
			float: left;
			display: inline;
			margin: 5px 0;
			clear: both;
			width: 100%;
			height: 1px;
			background-color: rgb(50%,50%,50%);
			cursor: pointer;
		}





#rightColLogin {
	float: right;
	display: inline;
	margin: 34px 0 0 0;
	width: 245px;
	height: 30px;
	text-align: left;
	border: 1px rgb(85%,85%,85%) solid;
	font-size: 11px;
}
	#rightColLogin label {
		margin-left: 10px;
		float: left;
		display: inline;
		color: rgb(40%,40%,40%);
	}
	#rightColLogin label #login {
		padding: 0 5px;
		width: 132px;
		height: 18px;
		margin: 1px 0 0 0;
	}
	#rightColLogin #go {
		float: right;
		display: inline;
		width: 20px;
		height: 20px;
		margin-right: 15px;
	}
	
	#rightColLogin #errorBox {
		float: right;
		display: inline;
		width: 225px;
		height: 13px;
		border: 1px maroon solid;
		margin: 10px 0;
		padding: 10px;
		font-weight: bold;
		color: maroon;
	}
	
	
/* Product Page */
#productsBox .dwaProdHeader {
	background-color: rgb(80%,80%,80%);
	width: 460px;
	height: 20px;
	cursor: default;
	line-height: 1.5em;
}
#productsBox .dwaProdBox {
	width: 460px;
	height: 20px;
	cursor: default;
}
.sideBorders {
	border-left: 1px rgb(80%,80%,80%) solid;
	border-right: 1px rgb(80%,80%,80%) solid;
}
#productsBox .vSpacer {
	width: 460px;
}
	#productsBox .qtyBox {
		float: left;
		display: inline;
		width: 70px;
		text-align: center;
	}
		#productsBox .qtyBox .ProdQty {
			width: 40px;
			cursor: pointer;
			font-size: 12px;
			padding: 0;
			min-height: 18px;
		}
	#productsBox .sizeBox {
		float: left;
		display: inline;
		width: 150px;
	}
		#productsBox .sizeBox .ProdSize {
			width: 150px;
			height: 16px;
			margin-top: 2px;
			cursor: default;
			background-color: rgb(92%,92%,92%);				/* SITE: Background Gray */
		}
	#productsBox .priceBox {
		float: left;
		display: inline;
		width: 100px;
	}
		#productsBox .priceBox span {
			font-variant: small-caps;
		}
		#productsBox .priceBox .ProdPrice {
			width: 100px;
			height: 16px;
			margin-top: 2px;
			cursor: default;
			background-color: rgb(92%,92%,92%);				/* SITE: Background Gray */
		}
	#productsBox .addToBasketBox {
		float: left;
		display: inline;
		width: 130px;
		font-variant: small-caps;
	}
		#productsBox .addToBasketBox .AddToBasketBtn {
			background-color: black;
			color: white;
			width: 130px;
			height: 20px;
			text-align: center;
			cursor: pointer;
		}
		#productsBox .addToBasketBox .AddToBasketBtn:hover {
			color: rgb(255,230,0);								/* Base Color: Menu Yellow/Gold */
		}
		
		
	.productVSpacer {
		margin: 0;
		background-color: rgb(80%,80%,80%);
		width: 460px;
		height: 1px;
	}
	
	
#productsBox .alt {
	background-color: rgb(86%,86%,86%) !important;	
}

