
	/* Shop Page Components */

	#shopOnline .leftColumn {
		width: 189px;
		float: left;
		margin-right: 25px;
		min-height: 375px;
		background: url(/shop_online/interface/shop_left_title.gif) no-repeat left top;
		border-right: 1px dotted #dacec4;
		}
	
		#shopOnline .leftColumn h3 {
			color: #fff;
			font: normal 1.4em "Century Gothic", Arial, Verdana, Tahoma, sans-serif;		
			text-transform: uppercase;
			border-bottom: 1px dotted #fff;
			margin: 0;
			padding: 0.5em 0.8em;
		}
		
		#shopOnline .leftColumn ul {
			list-style-type: none;
			margin: 0;
			padding: 1em 1.1em 1.1em 0em;
		}
		#shopOnline .leftColumn ul ul { 
		/*for subcategories, to counteract enclosing ul tag */
			list-style-type: none;
			margin: 0;
			padding: .5em .5em .25em 1.1em;
		}
		
			#shopOnline .leftColumn ul li {
				margin: 0px 0 .7em 0;
				padding: 0;
				color: #757B7F;
				text-decoration: none;
				font-family: Arial, sans-serif;
				font-size: .92em;
				text-transform: uppercase;
				line-height: 105%;
				}
		
				#shopOnline .leftColumn ul li a {
				color: #757B7F;
				text-decoration: none;
				}
				#shopOnline .leftColumn ul li a:hover {
				text-decoration: underline; color: #EC7A16;
				}

			
/*			#shopOnline .leftColumn h4 {
				background: #757b7f url(../images/shop_title.gif) 15px center no-repeat;
				overflow: hidden;
				text-indent: -999em;
				min-height: 30px;
				margin: 14em 0 2px 4px;
				width: 142px;
			}
			
			#shopOnline .leftColumn img {
				margin-left: 4px;
			}
*/						

#shopOnline .leftColumn ul li.more_arrow {
	background: url(/shop_online/interface/more_right_arrow.gif) no-repeat center right;
	/* see winIE exception because of nested ul's */
	}

#shopOnline .leftColumn ul li a.categoryOn {
	color: #C38C5C; /* brown */
	}

#shopOnline .leftColumn ul li a.subcategoryOn {
	color: #EC7A16; /* orange */
	}

#popOpen {
	margin: -10px 0 4px 0;
	padding: 0;
}
#popClose {
	margin: -10px 0 4px 0;
	padding: 0;
}

	#shopOnline .centerColumn {
		width: 478px; /*width of image */
		max-width: 478px;
		float: left;
		margin-right: 25px;
		background: #fff;
	}

		
		#shopOnline .centerColumn img {
			border-bottom: 8px solid #fff;
		}
		
		#shopOnline .centerColumn h4 {
			margin: -4px 0 0 0;
			background: #fff;
			color: #868c90; /*gray */
			font: normal 1.2em "Century Gothic", Arial, Verdana, Tahoma, sans-serif;
			padding: 0.2em 1.1em;
			border-bottom: 1px dotted #dacec4;
		}
		#shopOnline .centerColumn p {
			padding-left: 1.2em;
		}


			/* used only for the "homepage" of shop online */
			
			#shopOnline .centerColumn#main {
				background: #f7f3e2;
				}
			#shopOnline .centerColumn#main h4{
				background: #a95f1d;
				color: #fff;
				border: 0px;
				}
			#shopOnline .centerColumn#main p {
				padding: 0 1.4em !important;
			}

	#shopOnline .centerColumn#sub li {
		padding: 0 1.4em !important;
	list-style-type: square;
	list-style-image: url(../shop_online/interface/more_right_arrow.gif);
	list-style-position: inside;
}
			

/* * * * product detail table * * * */
		
#itemDisplay caption {
	visibility: hidden;
	color: #868c90; /*gray */
}

table#itemDisplay {
	border: 0;
	}

#itemDisplay td, #itemDisplay th {
	padding: 4px 10px 4px 4px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px dotted #e3dfcf; /* darker beige */
}

#itemDisplay th {
	background-color: #f7f3e2;
	}


.ProductTitle {
	color: #A95F1D;
	font: bold 1.2em Arial, sans-serif;
	}

.ProductDescription {
	color: #757B7F;
	font-size: 1em;
	}

.ProductModel {
	color: #757B7F;
	font: bold 1em Arial, sans-serif;
	}
	
.ProductLine {
	color: #757B7F;
	font: .8em Arial, Helvetica, Geneva, sans-serif;
}

.ProductPrice {
	color: #A95F1D;
	font: bold 1.2em Arial, sans-serif;
	}

.msrpStyle {
	color: #999;
}


/* * * * * * Shopping cart * * * * */

.shoppingCart caption {
	visibility: hidden;
}

table.shoppingCart  {
	margin-left: 1.4em;
	}

.shoppingCart input, textarea {
	background-color: #f7f4eb;
	}

.shoppingCart td, .shoppingCart th {
	padding: 4px 10px 4px 4px;
	vertical-align: middle;
	text-align: left;
	border: 1px dotted #e3dfcf; /* darker beige */
}

.shoppingCart th {
	background-color: #f7f3e2;
	font-size: .9em;
	}
	
.shoppingCart th.leftWidth {
	width: 100px;
	}

/* * * * * * Checkout cart * * * * */

.checkoutCart caption {
	text-align: left;
	padding-left: 1.4em;
	padding-bottom: .5em;
	font-weight: bold;
	color: #868c90; /*gray */
}

table.checkoutCart  {
	margin-left: 1.4em;
	}

.checkoutCart input, textarea {
	background-color: #f7f4eb;
	}

.checkoutCart td, .checkoutCart th {
	padding: 4px 10px 4px 4px;
	vertical-align: middle;
	text-align: left;
	border: 1px dotted #e3dfcf; /* darker beige */
}

.checkoutCart th {
	background-color: #f7f3e2;
	font-size: .9em;
	}
	
.checkoutCart th.leftWidth {
	width: 100px;
	}


/* * * Success table * * * */

.successReceipt caption {
	text-align: left;
	padding-left: 1.4em;
	padding-bottom: .5em;
	font-weight: bold;
	color: #868c90; /*gray */
	}

table.successReceipt  {
	width: 400px;
	margin-left: 1.4em;
	border: 1px solid #c8c5b7; /* darker beige */
	}

.successReceipt td {
	padding: 4px 10px 4px 4px;
	vertical-align: top;
	text-align: left;
}

.successReceipt th {
	background-color: #fff;
	font-size: .9em;
	padding: 4px 10px 4px 4px;
	vertical-align: top;
	text-align: left;
	}
	
.successReceipt th.leftWidth {
	width: 100px;
	}




/**** Cart images **************/
		
.cartButtonFormat {
	vertical-align: middle;
	color: #a95f1d;
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
}

.cartButtonFormat input {
	padding: 0 5px 0 5px;
}

.majorAction {
	background: url(../shop_online/interface/right_arrow.gif) no-repeat left center;
	padding: 0 1em;
	}


/* right column */

	#shopOnline .rightColumn {
		width: 145px;
		float: left;
		margin-right: 0;
		background-color: #fff;
	}
		
		#shopOnline .rightColumn ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
				
			#shopOnline .rightColumn ul li {
				border-top: 1px dotted #ddd;
				padding: 1.15em 1em 1em 0;
			}
				#shopOnline .rightColumn ul li.noBorder {
					border-top: none;
					padding: 1.5em 0 1em 0;
				}
		
			#shopOnline .rightColumn ul li h4 {
				font: normal 1.3em "Century Gothic", Arial, Verdana, Tahoma, sans-serif;
				color: #868c90;
				margin: 0 0 0 0;
			}

			#shopOnline .rightColumn ul li h4.large {
				font: normal 1.8em "Century Gothic", Arial, Verdana, Tahoma, sans-serif;
				margin: 0 0 0 0;
				color: #868c90;
				line-height: 95%;
			}

.systemError {
	color: #eb2f16;
	font: bold 12px Arial, Verdana, Tahoma, sans-serif;
}

.systemResponse {
	color: #eb2f16;
	font: bold 12px Arial, Verdana, Tahoma, sans-serif;
}
		

/* for Design and Plumbing service */

				#shopOnline .rightColumn ul li h4.border {
					border-bottom: 1px dotted #ddd;
					padding-bottom: 10px;
					margin-bottom: 8px;
					margin-top: -10px;
				}
			
			#shopOnline .rightColumn ul li p { 
				margin: 0em 0 0 0; 
				color: #a95f1d;
				font-size: .9em;
				line-height: 110%;
			}
		#shopOnline .rightColumn ul li a {	color: #a95f1d; text-decoration: none; }
		#shopOnline .rightColumn ul li a:hover { text-decoration: underline !important; }

/* * * * customer accounts * * * */



.accountTables {
	margin-left: 1.4em;
	border: 0;
	}
	
.accountTables th {
	background-color: #d7d3c5;
	padding: 5px;
	border-bottom: 1px solid #a4a196;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	font-size: .7em;
	vertical-align: top;
	}

.accountTables th.leftWidth {
	background-color: #d7d3c5;
	padding: 5px;
	border-bottom: 1px solid #a4a196;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	font-size: .7em;
	vertical-align: top;
	width: 100px;
	}
	
.accountTables td {
	padding: 5px;
	border-bottom: 1px dotted #999;
	font-size: .9em;
	vertical-align: top;
	background-color: #fff;
}

.accountTables p {
	margin: 0 ;
	padding: 0 0 .5em 0 !important;
	}



