/* 

STYLE SHEET FOR SPRUCE INDUSTRIES WEB SITE
Created by Daniel Josephs

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */


		
/*  --------- 2. structure  --------- */
#content {	
		margin: 0 10px 0 200px;
		}		

table {
	border: 1px solid #7fadd4;
	border-collapse: collapse;
}			

th {
	padding: 5px 10px;
	text-align: left;
}

thead th {
	border: 1px solid #87CEFA;
	white-space: nowrap;
	background: #F0F8FF;
}

tbody td ,tbody th {
	padding: 5px 10px;
	background: #fff;
	color: #000;
}
tbody th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
tbody tr.odd {
	border: 1px solid #87CEFA;
}

tbody tr.bottom {
	border-bottom: 0;
}

tbody tr.top {
	border-top: 0;
}
tbody tr.odd td, tbody tr.odd th {
	background: #F0F8FF;
}
tfoot td, tfoot th {
	border: none;
	padding-top: 10px;
}			

.qty {
		width: 20px;
		}	
		
#shippingCost {
		float: right;
		margin: 0 0 0 0;
		padding: 5px;
		border: 1px solid #7fadd4;
		}
		
#estimate {
		float: right;
		border: 1px solid #7fadd4;
		padding: 0;
		margin: 0;
		}
		
#estimate h1{
		text-align: center;
		font: bold 1em Verdana, Arial, Helvetica, sans-serif;
		margin: 5px 10px;
		}	
		
#estimateInner {
		padding: 3px;
		margin: 0 3px 5px 3px;
		}
		
#estimateInner input {
		text-align: left;
		margin: 0 3px;
		width: 50px;
		}	
		
ul.viewCartOptions li{
		margin: 0 10px 0 10px;
		display:inline;
		}	
		
p.empty {
		padding-bottom: 10px;
		}
		
p.shortBlock {
		width: 350px;
		}
		
p.pBold {
		font-weight: bold;
		}		
		
#signInBlock {
		border-top: 1px solid #999999;
		padding-left: 11px;
		padding-top: 15px;
		}									
			
/* ---------- 3. links and navigation ---------- */
table {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;	
	}	

th {
	font: bold  1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #047;
	font-variant: small-caps;
	font-weight: bold;
	}

/*	
th a, th a:link, th a:visited {
	font: bold  1em Verdana, Arial, Helvetica, sans-serif;
	color: #047;
	font-variant: small-caps;
	font-weight: bold;	
	text-decoration:underline;
	}
	
th a:hover {
	font: bold  1em Verdana, Arial, Helvetica, sans-serif;
	color: #F00;
	font-variant: small-caps;
	font-weight: bold;	
	text-decoration:underline;
	}	
*/
th a, th a:link, th a:visited {
	font: normal  1em Verdana, Arial, Helvetica, sans-serif;
	color: #048141;
	font-variant: small-caps;	
	text-decoration:underline;
	}	
	
th a:hover {
	font: normal  1em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-variant: small-caps;	
	text-decoration:underline;
	}	
	
tr th, tr td, tr td input {
		text-align:center;
		}	
		
tr td.desc {
		text-align:left;
		}		
		
div.rollover100 a {
		display:block;
		margin: 2px 15px 2px 2px;
		width: 100px;
		padding: 6px 0px 7px 0px;
		font: bold 1.1em Verdana, Arial, sans-serif;
		color:#346E9F;
		background: url(../images/details_button_100.jpg) 50% 50% no-repeat;
		text-decoration: none;
		text-align: center;
		float: left;
		}
		
div.rollover100 a:hover { 
		color: #981C1C;
		}
		
div.rollover140 a {
		display:block;
		margin: 2px 15px 2px 2px;
		width: 140px;
		padding: 6px 0px 7px 0px;
		font: bold 1.1em Verdana, Arial, sans-serif;
		color:#346E9F;
		background: url(../images/details_button_140.jpg) 50% 50% no-repeat;
		text-decoration: none;
		text-align: center;
		float: left;
		}
		
div.rollover140 a:hover { 
		color: #981C1C;
		}		
		
div.rollover80 a {
		display:block;
		margin: 2px 2px;
		width: 80px;
		padding: 6px 0px 7px 0px;
		font: bold 1.1em Verdana, Arial, sans-serif;
		color:#346E9F;
		background: url(../images/details_button_80.jpg) 50% 50% no-repeat;
		text-decoration: none;
		text-align: center;
		float: left;
		}
		
div.rollover80 a:hover { 
		color: #981C1C;
		}		
		
/* ---------- 4. fonts ---------- */		

		
		
.price {
		font-weight: bold;
		color: #981C1C;
		font-size: 1.2em;
		}
		
p.empty {
		font-style:italic;
		font-size: 1.2em;
		}		
		
#shippingEstimate {
		color: #A62B2E;
		font-weight: bold;
		}	
		
p.updateCart {
		font-weight: bold;
		margin-top: 5px;
		}			
				
/* ---------- 5. images ---------- */
.cartImg {
		border: 0;
		width: 75px;
		}
/*		
.cartImg:hover {		
		filter:alpha(opacity=50);   /* Internet Explorer       
	   -moz-opacity:0.5;           /* Mozilla 1.6 and below   
		opacity: 0.5;			
		}		
*/		
		
/* ---------- 6. hacks ---------- */

/* ------ empty cart table ------ */
#productHistory	{
			border: 1px solid #7fadd4;
			margin: 0px 10px 20px 10px;
			padding: 8px 5px 5px 8px;
			background: #d8e6f2 url(../images/boxout-gradient.gif) repeat-x;
			display: block;
			min-width: 500px;
			}
			
#productHistory label {
			margin: 1px 5px 0 0;
			text-align: right;
			width: 7em;
			margin-right: 8px;
			}
#productHistory p {
			margin: 2px 0;
			padding: 0;
			width: 200px;
			}	
			
#productHistory table {
	border: 1px solid #7fadd4;
	border-collapse: collapse;
}			

#productHistory th {
	padding: 5px 10px;
	text-align: left;
}

#productHistory thead th {
	border: 1px solid #87CEFA;
	white-space: nowrap;
	background: #F0F8FF;
}

#productHistory tbody td ,tbody th {
	padding: 5px 10px;
	background: #fff;
	color: #000;
}
#productHistory tbody th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
#productHistory tbody tr.odd {
	border: 1px solid #87CEFA;
}

#productHistory tbody tr.bottom {
	border-bottom: 0;
}

#productHistory tbody tr.top {
	border-top: 0;
}
#productHistory tbody tr.odd td, #productHistory tbody tr.odd th {
	background: #F0F8FF;
}
#productHistorytfoot td, #productHistory  tfoot th {
	border: none;
	padding-top: 10px;
}

#productHistory .qty {
		width: 20px;
		}	
		
#productHistory .rowImage {
		border: 0;
		width: 75px;
		}		
		
#productHistory .buttons {
		
		}			
		
#productHistory .buttons img {
		margin: 4px;
		padding: 5px;
		}
		
fieldset {
		  clear: both;
		  border-color: #999999;
		  border-width: 1px 0 0 0;
		  border-style: solid none none none;
		  padding: 10px;
		  margin: 0 0 0 0;
		}

fieldset legend {
		  margin: 0 0 0 0;
		  padding: 0 5px;
		}	
		
fieldset legend {
		font-weight: bold;
		color: #000;
		font-size: 150%;
		}		

