

/*
Borders
*/


#navbar,
#ext_sidebar,
#footer
{
	border: solid 1px #669966;
}

.sidebar h2
{
	border-bottom: solid 2px #CCCCCC;
	padding-bottom: 1px;
}

/*
Photo Border
*/
.photo {
	padding: 7px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.subheader h2
{
	text-decoration: none;
	color: #091987;
	border-bottom-width: 0px;
	border-bottom: solid 0px dimgray;
}

h1,
h1 a
{
	color: #091987;
}

.detailtable {

	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 9px;
	
	
}

.detailtable tbody tr td{
background-color: #f8f5f5;
border-right: dashed 1px #669999;
padding: 5px;

}

.detailtable tbody tr.odd td{

background-color: #fff;
border-right: dashed 1px #669999;
padding: 5px;

}


.content a
{
	color: #0000FF;
	text-decoration:underline;
}

.content a:hover 
{
	color: #C71585;
}

.productLabel{
  font-size:10px;  
  line-height:12px 
}
.productLabel a{
 	color: #0000FF;
	text-decoration:underline;
	}
	
.blogtable {

	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 9px;
	
	
}
.quoteinset {

	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color:#f8f5f5;

		
}

#footer_nav
{
	margin-top: 3px;
	margin-bottom: 3px;
	text-align:center;
}
